.dash-normal {
  font-family: 'Raleway', sans-serif;;
  line-height: 1.15;
}

.dash-impact {
  font-family: 'Raleway', sans-serif;;
  line-height: 1.15;
  font-size: 5rem;
}

.no-dash-impact {
  font-family: 'Calibri', sans-serif;;
  line-height: 1.15;
  font-size: 5rem;
  font-weight: bold;
}

.center-login{
    position: absolute;
    top: 25%;
    left: 50%;
    margin-top: -175px;
    margin-left: -175px;
    width: 350px;
    height: 350px;
}


.bg-light {
    background-color: #004aad !important;
}

.padding-menu {
    padding-top: 60px; padding-bottom: 15px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.protec-color{
	background-color: #004aad !important;	
}

.protec-color-dark{
  background-color: #021231 !important; 
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #333333;
}

#tableDependientes{
  background-color: #ffffff;
}

#tableDependientes th {
  color: #fff;
  background-color: #004aad;
  border-color: #454d55;
}

#tableDependientes.table-bordered{
    border:2px solid #343a40;
    margin-top:20px;
  }
#tableDependientes.table-bordered > thead > tr > th{
    border:2px solid #343a40;
}
#tableDependientes.table-bordered > tbody > tr > td{
    border:2px solid #343a40;
}

/* CARD HEADER */
/*
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #212529;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}*/


/* MIRROR
-------------------------------------------------- */


.site-branding {
  padding: 1em 0;
  max-width: 1240px;
  -js-display: flex;
display: flex;
flex-wrap: wrap;
 line-height:1;
 align-self:center
}

.ast-site-identity {
 -js-display:inline-flex;
 display:inline-flex;
 vertical-align:middle;
 align-items:center
}

.site-logo-img {
 padding-right:1em
}

.site-title a {
 line-height:1.2
}
.site-description {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
 line-height:1.5
 font-size: 30px;
font-size: 2rem;
}

/*------------------ VERTICAL TABS -------------------*/


/* Style the tab */
.v-tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #004aad70;
  width: 20%;
  min-width: 130px;
  height: 60vh;
  min-height: 285px;
}

/* Style the buttons inside the tab */
.v-tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.v-tab button:hover {
  color: black;
  background-color: #ddd;
}

.v-tab button.active:hover {
  color: black;
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.v-tab button.active {
  background-color: #545454;
}

/* Style the tab content */
.v-tabcontent {
  background-color: #6EC1E470;
  float: left;
  padding: 12px 12px;
  border: 1px solid #ccc;
  width: calc(80% - 80px);  
  border-left: none;
  height: 60vh;
  min-height: 285px;
  overflow: auto;
}

.v-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}



/* LOADER SCREEN
-------------------------------------------------- */
#block-screen {
    background: none repeat scroll 0 0 #007cb0;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.95;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100001;
}

#load-screen {
    background: none repeat scroll 0 0 #f1f1f1;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.65;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100001;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.btn-protec {
    color: #fff;
    background-color: #007cb0;
    border-color: #007cb0;
    font-size: 12px;
}

.btn-protec:hover, .btn-protec:focus, .btn-protec:active, .btn-protec.active, .open>.dropdown-toggle.btn-protec {
    color: #fff;
    background-color: #004aad;
    border-color: #034292; /*set the color you want here*/
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/

.btn{
  font-size: 0.85rem
}

/* Primary button
-------------------------------------------*/
/*.btn-primary {
  color: #fff;
  background-color: #004aad;
  border-color: #004aad;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1c78f2;
  border-color: #004aad;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1c78f2;
  border-color: #004aad;
  box-shadow: 0 0 0 0.2rem rgba(119, 86, 148, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #004aad;
  border-color: #004aad;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1c78f2;
  border-color: #004aad;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 86, 148, 0.5);
}
*/
.btn-sm, .btn-group-sm > .btn {
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* Autocomplete
-------------------------------------------*/


body { 
  font-family: sans-serif; 
  /*font-size: 12px; */
  line-height: 1.6em; 
  margin: 0; 
  padding: 0; 
}
/*.container { width: 800px; margin: 0 auto; }*/

.autocomplete-suggestions { -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
  border: 1px solid #eee; 
  background: #FFF; 
  cursor: default; 
  overflow: auto;
}
.autocomplete-suggestion { padding: 2px 5px; 
  white-space: nowrap; 
  overflow: hidden; 
}
.autocomplete-no-suggestion { padding: 2px 5px;}

.autocomplete-selected { 
  background: #F0F0F0; 
}

.autocomplete-suggestions strong { font-weight: bold; 
  color: #000; 
}

.autocomplete-group { padding: 2px 5px; 
  font-weight: bold; 
  font-size: 16px; 
  color: #000; 
  display: block; 
  border-bottom: 1px solid #000; 
}



@media only screen and (min-device-width : 360px) and (max-device-width : 740px) and (orientation: landscape)
{
    .center-login{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -150px;
        margin-left: -200px;
        width: 400px;
        height: 200px;
    }

}


.ocultar {
    display: none;
}
 
.mostrar {
    display: block;
}


.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #0be13c;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #ffa8a8;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ffa8a8;
}