/*responsive tables*/
@media (max-width: 600px) {
    .table-responsive {
        overflow: auto !important;
    }
}

.alert-primary {
    border-color: #f6b973 !important;
}

.right-lineDiv {
    border-right: 1px solid #ebeaea;
}

.left-lineDiv {
    border-left: 1px solid #ebeaea;
}

/*Autocomplete items*/
.autocomplete-items {
	position: absolute;
	background-color: #f5f5f5;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	margin: -15px 15px 0 15px;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
	background-color: #e1caea;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: #e1caea !important;
}

/*Timeline*/
.timeline:before {
	position: absolute !important;
	left: 0 !important;
}

/* SE REQUIERE PARA OCULTAR EL COMBO DE BUSQUEDA DE LAS TABLAS QUE AÑADE EL COMPLEMENTO  DATATABLE.NET */
.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
	display: none;
}

/* Esto se encesita  para  el  cambio de estilos de  datepicker */

.table-condensed thead tr:first-child {
	border-bottom: 0px solid #a25cbf00;
	background: #b6b4df;
	color: whitesmoke;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.table-condensed thead tr:first-child th {
	border-radius: 0px;
}

.table-condensed thead tr:nth-child(2) {
	text-decoration: none;
	color: #a25cbf;
	font-size: 12px;
}

.table-condensed thead tr:nth-child(2) th {
	border-radius: 0px;
}

.table-condensed tfoot tr:first-child {
	color: #a25cbf;
}

.datepicker table tbody tr>td.day.today,
.datetimepicker table tbody tr>td.day.today {
	color: #fff;
	background: #b6b4df;
}

.dropdown-menu {
	min-width: 20rem;
	font-size: 14px;
	color: #484859;
}

/*border-menu-px*/
.profile-nav.alt.green-border ul>li>a:hover,
.profile-nav.alt.green-border ul>li>a:focus,
.profile-nav.alt.green-border ul li.active a {
    border-left: 5px solid #b6b4df !important;
}

/*menu dash fixed*/

/*.fixed-card { 
    width: 270px;
    position: fixed;
}*/

.fixed-button { 
    width: 70px;
    position: fixed;
}

@media all and (max-width: 1320px){
    .fixed-card {
        position: relative;
    }
}

@media (max-width: 1320px){
    .fixed-card {
        width: 100%;
    }
}
    
@media (max-width: 767px) and (max-width: 979px){
    .fixed-card {
        width: 100%;
    }
}
    
@media (max-width: 768px){
    .fixed-card {
        display: block;
    }
}

/*línea dash*/
.vr-dash {
	border-left: 2px solid #e2e2e2;
	margin: 0;
	height: 350px;
}

/* FIX HEADER RESPONSIVE EN BUSCAR PACIENTE_DETALLE */
.fixed-header { 
    z-index: 1000;
    top: 60px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
    

@media (min-width: 576px) {
.fixed-header {
    max-width: 97%;
}
}

@media (min-width: 768px) {
.fixed-header {
    max-width: 97%;
}
}

@media (min-width: 992px) {
.fixed-header {
    max-width: 97%;
}
}

@media (min-width: 1200px) {
.fixed-header{
    max-width: 97%;
}
}

@media (min-width: 1224px) {
    .fixed-header{
        max-width: 1170px;
    }
    }


/*max-width: 1170px;*/

.fixed-header-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}


/* SE REQUIERE  PARA  REDIMENSIONAR  EL MODAL  EN  DIFERENTES  TAMAÑOS DE  PANTALLA  */
@media (max-width: 768px) {
    .header {
        position: absolute;
        z-index: 1040;
	}
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #a25cbf;
}

/*nav bar*/
.dropdown-menu.extended li p.purple {
	background: #a25cbf;
	color: white;
}

.dropdown-menu.extended li a {
    border-bottom: none !important;
}

.dropdown-menu.extended li a:hover {
    background: none !important;
}

.notify-arrow-purple {
	border-color: transparent transparent #a25cbf !important;
    border-bottom-color: #a25cbf !important;
    border-top-color: #a25cbf !important;
}


}

.notification-nav ul > li{
	border-bottom: 1px solid #ebeae6;
	line-height: 30px;
}

.bg-purple {
    border-radius: 0;
    background-color: #b6b4df !important;
}

.bg-purple:hover {
    color: #b6b4df !important;
}

/*col-resultados*/
.size-results{
-webkit-box-flex: 0!important;
    -ms-flex: 0 0 32%!important;
    flex: 0 0 49%!important;
    max-width: 49%!important;
    position: relative;
    width: 100%;
    padding-right: 15px;
	padding-left: 15px;
}

/*línea resultados*/
.vr-results {
	border-left: 1px solid #e2e2e2;
	margin: 0;
	height: 500px;
}

.pointer {
	cursor: pointer;
}

.cursor-default {
	cursor: default !important;
}

/*validation styles*/
.rm-is-invalid{
	border-color: #d94a6b;
    background-color: none !important;
    border-radius: 3px;
    box-shadow: 0 0 0 0.1rem #d94a6b;
}

/* Estilos de  la  paginación de las  tablas */

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #b6b4df;
    border-color: #b6b4df;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b6b4df;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/*CSS para hacer los chosen responsive*/
.chosen-container {
	display: block !important;
	width: 100% !important;
}

/*outline picker*/
.btn-outline-secondary {
	background-color: #a25cbf;
	color: #fff;
}

.btn-outline-secondary:hover {
	background-color: #b781cd !important;
	border-color: #a25cbf !important;
	color: #fff;

}

.notify-row {
    margin-top: 20.3px!important;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 50px;
}
/* media query para que el menu hamburguesa tenga el funcionamiento correcto */
@media (max-width: 768px) {

    .header {
        position: absolute;
        z-index: 1302;
	}
}

/* Estilos  para dropdown-menu-logout */
.dropdown-menu.extended > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #b6b4df;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended > li:last-child > a, .dropdown-menu.extended> li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended> li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended> li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended> li > a:hover {
    background: none !important;
    color: #a25cbf !important;
}

.dropdown-menu.extended > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended> li > a:hover i {
    color: #a25cbf;
}

.dropdown-menu.extended > li > a i {
    font-size: 17px;
}

select:invalid {
	height: 28% !important;
	opacity: 0 !important;
	position: absolute !important;
	display: flex !important;
}

select:invalid[multiple] {
	margin-top: 15px !important;
}

.loading-overlay {
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    overflow: visible;
    background: #ffffffad;
}
.loading-overlay svg {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}

/*Estilos del scroll*/
.nicescroll-cursors {
    background-color: #a25cbf !important;
    border-radius: 10px !important;
}

.nicescroll-rails-hr {
    background-color: #d2b5e2 !important;
}
/*Terminan estilos del scroll*/

/*datetime picker*/
.datetimepicker table tr td.active.active {
	background-color: #b6b4df !important;
}

.datetimepicker table tr td span.active.active {
	background-color: #b6b4df !important;
}

.chkImagenSeleccionada {
    position: absolute;
    top: 10px;
    right: 50px;
    opacity: 0.5;
    cursor: pointer;
    color: #20d620;
}

.chkImagenSeleccionada:hover{
    opacity: 1;
    cursor: pointer;
}

.contenedorCanvas{
    cursor: pointer;
}

.fa-times-circle.fa-2x {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5;
    cursor: pointer;
    color: black;
}

.fa-times-circle.fa-2x:hover{
    opacity: 1;
    cursor: pointer;
}

.hidden-id {
    width: 0.5px;
    height: 0.5px;
    visibility: hidden;
}

/*notifications*/
.inbox-head {
    border-radius: 4px 0 0 0 !important;
}

.mail-box .sm-side .user-head {
    border-radius: 0 4px 0 0 !important;
    padding: 20px;
}

.table-inbox tr.unread td {
    background-color: #ecebff;
}

.mail-box .sm-side {
    background-color: #f8f9fa !important;
    width: 50%;
}
@media (max-width: 768px){
.mail-box .sm-side, .mail-box .lg-side {
    width: 100%;
}
}

@media (max-width: 767px) and (max-width: 979px){
.mail-box .sm-side {
    width: 100%;
}
}

@media (max-width: 768px){
.mail-box aside {
    display: block;
}
}

.dropdown-menu.extended li a {
    padding: 10px 10px !important;
    margin-left: 10px;
    width: 83%;
    display: inline-block;
}

.text-size {
    font-size: 11px !important;
}

.form-control {
    resize: none;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
    padding-left: 20px;
}

/*datepickerswitch*/

.datepicker thead tr:first-child th:hover {
    background-color: #b6b4df !important;
}

/* sorting tables up and down */ 
table.table thead .sorting_asc { background: url('../../img/sort_asc_purple.png') no-repeat center right !important; }
table.table thead .sorting_desc { background: url('../../img/sort_desc_purple.png') no-repeat center right !important; }


.vl {
    border-left: 1px solid #f2f2f2;
    height: 500px;
    padding-right: 2px;
    padding-left: 2px;
}

.table-borde td, .table-borde th {
    border: 1px solid #ffffff;
}

.table-borde thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ffffff;
}

.autocomplete-items {
    margin: auto;
}

/*calendar*/
.datepicker table tr td.active.active {
    background-color: #b6b4df !important;
}

.datetimepicker table tr td.active.active {
    background-color: #b6b4df !important;
}

/*button active*/
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #daa0f2 !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #daa0f2 !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem #fca2be !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem #fca2be !important;
}
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem #fca2be !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem #fca2be !important;
}

.notAdjustable {
    width: 170px;
    white-space: nowrap;
}

/*card rh styles*/
hr.dashed {
	border-top: 1px dashed #c9c9c9;
}

.cardFont {
    font-size: 14px;
}

.border-side {
    border-right: 1px solid #E6E7EC;
}

/*color*/
.green-text {
    color: #52b86a;
}

/*Ajustar modal en responsive*/
.fullscreen-modal {
    margin-top: 100px;
}

/*botón costumizado para volverlo redondo*/
.btn-round-check {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.result {
    position: absolute;
    display: block;
    top: -30px;
    right: -8px;
    text-shadow: 2px 4px 6px #d6d6d6;
    font-size: 35px;
}

.custom-timeline{
    width: 10% !important;
}

/* Image picker edición de colposcopía */
ul.thumbnails.image_picker_selector li{
    width: 30%;
    margin-left: 20px;
    margin-top: 20px;
}
.image_picker_image {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}
ul.thumbnails.image_picker_selector li .thumbnail.selected{
    background: #ed80a8!important;
}
ul.thumbnails.image_picker_selector li .thumbnail{
    padding: 5px;
    border-radius: 20px;
}
ul.thumbnails.image_picker_selector li .thumbnail:hover {
    transition: all 270ms linear;
    transform: scale(1.07);
}
@media (min-width: 600px) and (max-width: 1150px){
    ul.thumbnails.image_picker_selector li{
        width: 28%;
        margin-left: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 740px){
    ul.thumbnails.image_picker_selector li{
        width: 44%;
        padding: 8px;
        margin-left: 20px;
        margin-top: 20px;
    }
}

.img-canvas-picker{
    width: 310px;
    height: 190px;
    border-radius: 18px;
}

.img-canvas-picker:hover {
    transition: all 270ms linear;
    transform: scale(1.02);
}

.label-rose{
    background: #ED80A814;
    border: 1px dashed #ED80A8;
}
.fs-07{
    font-size: 0.8rem;
}