/*

Text:       #404041
Text2:      #B1B1B2
Text3:      #C7C8CA

Primary:    #0060A8
Secondary:  #009BA2

Red:        #D31A2B
Orange:     #EE7633
Yellow:     #F9AE00

*/

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #404041;
}

h1,
.h1 {
  font-size: 36px;
  background: #0060a8;
  color: #fff;
  border-bottom: 10px solid red;
  padding: 20px;
}
h1:before,
.h1:before {
  width: 20%;
  height: 10px;

  float: right;
  display: block;
  content: "";
  bottom: 10px;
  position: absolute;
  right: 15px;
}

th a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 5px;
}
td a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  margin-left: 15px;
}

#LoginAuth h2 {
  padding-top: 400px;
  padding-bottom: 150px;
  color: #fff;
  text-shadow: 3px 3px 2px rgba(64, 64, 65, 1);
}
#LoginAuth p {
  color: #939393;
  font-size: 12px;
  border-top: 1px solid #939393;
  text-align: right;
  margin-top: 50px;
  padding-top: 10px;
}

#fechaNacimientoId_day {
  margin-left: 15px;
  width: 20%;
}
#fechaNacimientoId_month {
  width: auto;
}
#fechaNacimientoId_year {
  width: 30%;
}
#LoginAuth {
  background-color: red;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
  content: "";
  width: 100%;
  height: 100%;
}
#LoginAuth .row {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 30px -10px;
  padding: 10px 0px 0px 25px;
}
#LoginAuth .col-md-8 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140%;
}
#LoginAuth .col-md-4 {
  padding: 30px;
}

.navbar-brand {
  height: auto;
}
.navbar-brand > img {
  max-width: 250px;
}
.navbar-primary.navbar-default .navbar-toggle {
  background: #ee7633;
}
.navbar-primary {
  background-color: #0060a8;
  margin: 0;
  border: none;
}
.navbar-default .navbar-nav > li > a {
  line-height: 63px;
}
.navbar-primary.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-primary.navbar-default .navbar-nav > .active > a,
.navbar-primary.navbar-default .navbar-nav > .active > a:focus,
.navbar-primary.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
  border-bottom: 5px solid #ee7633;
}
.navbar-primary .navbar-nav > li > a:focus,
.navbar-primary .navbar-nav > li > a:hover {
  color: #ee7633;
}

.navbar-primary.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 30px;
}
.navbar-primary.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-secondary .navbar-nav > li > a {
  color: #003f6e;
}

.navbar-secondary .navbar-nav > .active > a,
.navbar-secondary .navbar-nav > .active > a:focus,
.navbar-secondary .navbar-nav > .active > a:hover {
  color: #003f6e;
  font-weight: bold;
  background: transparent;
}

.navbar-secondary .navbar-nav > li > a:focus,
.navbar-secondary .navbar-nav > li > a:hover {
  color: #009ba2;
}

.navbar-secondary .fa-solid {
  font-size: 3em;
  margin-top: 20px;
}

#DivHeader {
  height: 350px;
  overflow: hidden;
  background: #009ba2;
}
#DivHeader .col-md-12 {
  padding: 0;
}
#DivHeader img {
  opacity: 0.5;
  width: 100%;
}

.frmSedimec {
  padding: 15px 0 30px;

  width: 100%;
}
.frmSedimec label {
  font-weight: normal !important;
}
::placeholder {
  color: #c7c8ca !important;
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #c7c8ca !important;
}

fieldset {
  padding: 15px 0 30px;
  border-bottom: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px -10px;
  margin-bottom: 15px;
}
button.form-control,
button,
input.form-control,
input,
select.form-control,
select,
textarea.form-control,
textarea {
  font-size: 16px;
}
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select.form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="number"].form-control {
  font-size: 16px;
  border: 1px solid #fff;
  padding: 25px 15px;
  margin-bottom: 10px;
  color: #404041;

  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 30px -10px;
}


span>select{
    width: 30% !important;
}

select:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"],
input[type="number"]:hover,
input[type="text"].form-control:hover,
input[type="email"].form-control:hover,
input[type="password"].form-control:hover,
input[type="number"].form-control:hover {
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 30px -10px;
}
select {
  width: 100%;
  padding: 15px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 30px;
  color: #fff;
  border: 3px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 30px -10px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 30px -10px;
}

input[type="checkbox"] {
  width: 2em;
  margin-left: -2.5em;
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="-4 -4 8 8"%3e%3ccircler="3"fill="rgba%280, 0, 0, 0.25%29"/%3e%3c/svg%3e
  );
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

.checkbox .tgl {
  display: none;
}
.checkbox .tgl {
  display: none;
}
.checkbox .tgl,
.checkbox .tgl:after,
.checkbox .tgl:before,
.checkbox .tgl *,
.checkbox .tgl *:after,
.checkbox .tgl *:before,
.checkbox .tgl + .tgl-btn {
  box-sizing: border-box;
}
.checkbox .tgl::-moz-selection,
.checkbox .tgl:after::-moz-selection,
.checkbox .tgl:before::-moz-selection,
.checkbox .tgl *::-moz-selection,
.checkbox .tgl *:after::-moz-selection,
.checkbox .tgl *:before::-moz-selection,
.checkbox .tgl + .tgl-btn::-moz-selection,
.checkbox .tgl::selection,
.checkbox .tgl:after::selection,
.checkbox .tgl:before::selection,
.checkbox .tgl *::selection,
.checkbox .tgl *:after::selection,
.checkbox .tgl *:before::selection,
.checkbox .tgl + .tgl-btn::selection {
  background: none;
}
.checkbox .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox .tgl + .tgl-btn:after,
.checkbox .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.checkbox .tgl + .tgl-btn:after {
  left: 0;
}
.checkbox .tgl + .tgl-btn:before {
  display: none;
}
.checkbox .tgl:checked + .tgl-btn:after {
  left: 50%;
}
.checkbox .tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.checkbox .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.checkbox .tgl-light:checked + .tgl-btn {
  background: #0060a8;
}

.input-group > input.form-control {
  margin-bottom: 0px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #009ba2;
  background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
  background: #0060a8;
}
.dropdown-menu > li > a {
  color: #fff;
  padding: 10px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #009ba2;
}

input:required:invalid,
select:required:invalid,
textarea:required:invalid  {
  border: 1px solid rgb(255, 92, 92);
  background-color: rgb(255, 239, 242);
  border-radius: 4px;
}
.required-indicator{
    color: red;
}

select[readonly] {
    background-color: rgb(238, 238, 238);
}
select {
  background-color: rgb(255, 255, 255);
}

.btn,
.ui-dialog-buttonset>button,
.ui-widget-header>button  {
  font-size: 16px !important;
  border-radius: 10px !important;
  border: 1px solid #fff !important;
  padding: 10px 20px !important;
}

.nextLink,
.prevLink {
  font-size: 16px !important;
  border-radius: 10px !important;
  border: 1px solid #fff !important;
  padding: 10px 20px !important;
}

.btn-primary,
.ui-dialog-buttonset>button  {
  color: #fff;
  border-color: #0060a8 !important;
  background: rgb(0, 155, 162) !important;
  background: linear-gradient(
    90deg,
    rgba(0, 155, 162, 1) 0%,
    rgba(0, 96, 168, 1) 100%
  ) !important;
  width: 100%;
  margin-top: 25px;
}
.btn-primary:hover,
.ui-dialog-buttonset>button:hover  {
  color: #fff !important;
  border-color: #0060a8 !important;
  background: rgb(0, 155, 162) !important;
  background: linear-gradient(
    90deg,
    rgba(0, 96, 168, 1) 0%,
    rgba(0, 155, 162, 1) 100%
  ) !important;
}

.ui-dialog-titlebar{
    background: rgb(238, 118, 51) !important;;
}

.btn-danger,
.ui-widget-header>button {
  color: #fff;
  border-color: #d31a2b !important;
  background: rgb(238, 118, 51) !important;
  background: linear-gradient(
    90deg,
    rgb(238, 118, 51) 0%,
    rgb(211, 26, 43) 100%
  ) !important;
  width: 100%;
  margin-top: 25px;
}
.btn-danger:hover,
.ui-widget-header>button:hover {
  color: #fff !important;
  border-color: #d31a2b !important;
  background: rgb(238, 118, 51) !important;
  background: linear-gradient(
    90deg,
    rgb(211, 26, 43) 0%,
    rgb(238, 118, 51) 100%
  ) !important;
}
.btn-default {
  color: #fff !important;
  border-color: #404041;
  background: rgb(64, 64, 65);
  background: linear-gradient(
    90deg,
    rgba(64, 64, 65, 1) 0%,
    rgba(177, 177, 178, 1) 100%
  );
}

.nextLink,
.prevLink {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff !important;
  border-color: #404041;
  background: rgb(64, 64, 65);
  background: linear-gradient(
    90deg,
    rgba(64, 64, 65, 1) 0%,
    rgba(177, 177, 178, 1) 100%
  );
}

a.prevLink:before {
  content: "\00AB  ";
}
a.nextLink:after {
  content: " \00BB";
}

.nextLink:hover,
.prevLink:hover {
  color: #fff;
  border-color: #404041;
  background: rgb(64, 64, 65);
  background: linear-gradient(
    90deg,
    rgba(177, 177, 178, 1) 0%,
    rgba(64, 64, 65, 1) 100%
  );
  text-decoration: none;
}

.step,
.currentStep {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px !important;
  color: #0060a8;
  border: none;
}

.currentStep {
  text-decoration: none;
  color: #000;
  background: #e4e4e4;
  border-radius: 5px;
  padding: 7px;
}

.btn-default:hover {
  color: #fff;
  border-color: #404041;
  background: rgb(64, 64, 65);
  background: linear-gradient(
    90deg,
    rgba(177, 177, 178, 1) 0%,
    rgba(64, 64, 65, 1) 100%
  );
}

thead {
  border-bottom: 5px solid #ee7633;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
  background: #009ba2;
  color: #fff;
  padding: 15px 10px;
  font-weight: normal;

}
.table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.distance3 {
  margin-top: 10px;
  border-bottom: 0.5px solid #f2f2f2;
}
h3 .ui-accordion-header {
  color: white !important;
}

a.page-link {
  line-height: 30px !important;
}
.pagination > li > a,
.pagination > li > span {
  color: #0060a8;
  border: none;
}

.titleDictamen2,
.titleDictamen,
.distanceTitle1 {
  background: #0060a8;
  color: #fff;
  border-bottom: 5px solid #009ba2;
  padding: 10px;
}

.cont-input {
  position: relative;
  right: 60px;
  top: 15px;
  margin: 10px;
  opacity: 0.5;
  display: flex;
  justify-content: flex-end;
  z-index: 10;
}

.tipoSelec {
  border: 1px solid #e7e7e7;
  margin-top: 0;
  min-height: 0.5em;
  padding: 0.5em;
  border-radius: 10px;
}

.datetimepicker-years > table > thead > tr > th,
.datetimepicker-months > table > thead > tr > th,
.datetimepicker-days > table > thead > tr > th {
  text-align: center;
}
.datetimepicker-years > table > thead > tr > th.next:hover,
.datetimepicker-years > table > thead > tr > th.prev:hover,
.datetimepicker-months > table > thead > tr > th.prev:hover,
.datetimepicker-months > table > thead > tr > th.next:hover,
.datetimepicker-days > table > thead > tr > th.prev:hover,
.datetimepicker-days > table > thead > tr > th.next:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #0060a8;
  border-radius: 10px;
}

.input-group{
    margin-bottom: 10px;
}

.datetimepicker-years > table > tbody > tr > td.year,
.datetimepicker-years > table > tbody > tr > td.year,
.datetimepicker-months > table > tbody > tr > td.year,
.datetimepicker-months > table > tbody > tr > td.year,
.datetimepicker-days > table > tbody > tr > td.year,
.datetimepicker-days > table > tbody > tr > td.year {
  margin-top: 10px !important;
}

.datetimepicker-years > table > tbody > tr > td > span:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #0060a8 !important;
  border-radius: 10px;
}
/* .datetimepicker-years > table > tbody > tr > td > span.year {
  padding: 10px;
  cursor: pointer;
} */
.datetimepicker-years > table > tbody > tr > td > span.active,
.datetimepicker-months > table > tbody > tr > td > span.active,
.datetimepicker-days > table > tbody > tr > td.active {
  background-color: #e7e7e7;
  border-radius: 10px;
}

/* S */
.datetimepicker-months > table > tbody > tr > td > span:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #0060a8;
  border-radius: 10px;
}
.datetimepicker-days > table > tbody > tr > td {
  padding: 10px;
  cursor: pointer;
  text-align: center;
}
.datetimepicker-days > table > tbody > tr > td.old,
.datetimepicker-days > table > tbody > tr > td.new {
  color: red;
}
.datetimepicker-days > table > tbody > tr > td.disabled,
.datetimepicker-years > table > tbody > tr > td>span.disabled,
.datetimepicker-months > table > tbody > tr > td>span.disabled {
  color: #c9c9c9;
}
.datetimepicker-days > table > tbody > tr > td:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #0060a8;
  border-radius: 10px;
}
/* .datetimepicker-hours > table > tbody > tr > td> span {
    padding: 10px;
    cursor: pointer;
    text-align: center;
  } */
  .datetimepicker-hours > table > tbody > tr > td> span:hover {
    color: #ffffff;
    cursor: pointer;
    background-color: #0060a8;
    border-radius: 10px;
  }
 /*  .datetimepicker-hours, .datetimepicker-minutes {
    display: grid;
    align-items: end;
    width: 500px;
    overflow: auto;

  } */
  
/*   .datetimepicker-minutes > table > tbody > tr > td>span {
    padding: 10px;
    cursor: pointer;
    text-align: center;
  } */
  .datetimepicker-minutes > table > tbody > tr > td>span:hover {
    color: #ffffff;
    cursor: pointer;
    background-color: #0060a8;
    border-radius: 10px;
  }

  .datetimepicker>div>table>tbody>tr>td>span {
    display: block !important;
    width: 23% !important;
    height: 54px !important;
    line-height: 54px !important;
    float: left !important;
    margin: 1% !important;
    cursor: pointer !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    text-align: center !important;
  }
  .datetimepicker>.datetimepicker-hours>table>tbody>tr>td>span, 
  .datetimepicker>.datetimepicker-minutes>table>tbody>tr>td>span{
    height: 35px !important;
    line-height: 35px !important;
  }



input.count230Max {
  padding-right: 65px;
}

.causasDefuncion{
    margin-top: 0px !important;
}

.alerts {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.checkbox .tgl-light:disabled + .tgl-btn {
  background: #f2dede !important;
}


#DivFooter {
  background: #313131;
  padding: 30px 15px;
  margin-top: 30px;
}
.footer-brand > img {
  max-width: 250px;
  padding: 10px 0;
}
#DivCopyright {
  background: #c7c8ca;
  padding: 15px;
}
#DivCopyright p {
  margin: 0;
}

.nextLink {
  border-bottom: rgb(0, 96, 168) !important;
  background-image: linear-gradient(90deg, rgb(0, 155, 162) 0%, rgb(0, 96, 168) 100%) !important;
}
th{
  text-align: center !important;
}

input.count230Max{
  padding-right: 65px !important;
}

.marginTop {
  margin-top: 10px; !important;
}

@media only screen and (max-width: 1024px) {
  #LoginAuth h2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  #DivHeader {
    height: 200px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    line-height: normal;
  }
  .navbar-default .navbar-nav > li > a {
    color: #003f6e;
  }

  .modal-header, 
  .mHeader{
    background: #ffffff !important;
    color: #404041 !important;
  }
  
  div#DivFooter {
    text-align: center;
  }
  div#DivFooter .text-right {
    text-align: center;
    margin-top: 15px;
  }
}

