/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(50 125 207) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #6c757d !important;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
.caret {
    display: none !important;
 }
 
 .card {
    box-shadow: none !important;
    border: 1px solid #E3E4E8 !important;
    padding: 7px 20px !important;
    margin-left: 5px !important;
    border-radius: 5px !important;
 }
 
 .card-context {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 1.25rem;
 }
 
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.footer-botones {
	text-align: center;
    padding-bottom: 25px;
    padding-top: 15px;
}

.fila-nombre-campos-gridview {
    background: #007bff;
    border: solid 0px #2a3744;
    top: -1px;
    left: 0px; /*modificado*/
    width: 100%;
}

.fila-nombre-campos-gridview a{
    color: #fff !important;
	font-weight: 500 !important;
}

.summary {
    text-align: right;
    font-size: 13px;
}

.input-group-btn.input-group-append {
    height: 38px !important;
}

button.btn.btn-default.btn-secondary.kv-hidden.fileinput-cancel.fileinput-cancel-button {
    display: none;
}

.btn.btn-info.btn-block.btn-file {
    width: 200px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.inactivar-url {
	cursor: not-allowed !important; 
	display: inline-block;
	pointer-events: none; 
}

.cursor-desactivado {
	cursor: not-allowed !important; 
}

.ocultar {
    display: none;
}
 
.mostrar {
    display: block;
}

.archivo-paciente {
    box-shadow: 6px 5px 9px 0px #d2d2d2;
    border-radius: 5px;
}

.text-icon-sidebar {
  color: #6c757d;
}

.nav-item-menu:hover {
	 border-left: solid 5px #327dcf !important;
}

blockquote {
	border-left: .4rem solid #007bff !important;
}

.blockquote h1, blockquote h4 {
   font-weight: 500 !important;
}

.empty {
    visibility: hidden;
}

.empty:before {
    background: url(http://localhost/inmedical/web/img/no_result.png) no-repeat center bottom;
    height: 250px !important;
    text-align: center !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    content: "No existen registros que mostrar";
	visibility:visible;
	box-sizing: border-box;
	display: block;
	opacity: 0.5;
	filter:alpha(opacity=50);
}


i.fas.fa-plus {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 1px;
    font-size: 12px;
}

.fc td.fc-today {
    border-style: double;
    /*background: dodgerblue;*/
    background: #406788;
}
.login-page {
	-webkit-align-items: center;
	align-items: center;
	background-color: #e9ecef;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	height: 90vh;
}

.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #000 50%/100% 100% no-repeat !important;
}

span.glyphicon.glyphicon-chevron-left::before {
    font-weight: 600;
    content: "<";
    color: gray;
    font-stretch: condensed;
}
span.glyphicon.glyphicon-chevron-right::before {
    font-weight: 600;
    content: ">";
    color: black;
    font-stretch: condensed;
}

input.kv-toggle {
    /*visibility: hidden;*/
    -webkit-appearance: none;
    width: 5px;

}
input.kv-toggle::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f06e';
    /*<i class="fas fa-eye-slash"></i> f070*/
    position: absolute;
    right: 5px;
    top:8px;
    font-size: 18px;
}

.m-0 {
    float: left !important;
    /*font-size: 1.1rem !important;*/
    font-size: 22px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    font-family: inherit;
}

.custom-file-label::after {
    content: "Buscar" !important;
}

.etiqueta {
	margin-top: -17px;
    margin-bottom: 1rem;
    font-size: 12px;
    color: lightseagreen;
}


.highlight-addon label.has-star {
    width: 100%;
}
.iti.iti--allow-dropdown {
    width: 100%;
}

a#btn-gestionar-mpago {
    border: none;
    border-radius: 50%;
}

.text-center.conf-metodopago {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
}

.btn-buscarpaciente {
    display: flex;
    align-items: center;
    top: 5px;
}
