/* Your custom styles */
body{
   color:#868686;  
}

.navy-blue-skin .side-nav .collapsible li .collapsible-body a.active{
      color: #40c6c6;
      font-weight:bold;
}

.modal { overflow: auto !important; }

.card{
  border-radius:0;
  background: transparent;
}

.card .list-group-item{
  background: transparent;
}

.card .card-header{
  border-radius:0;
}

.mobileNew{
  position:fixed;
  bottom:1em;
  right:1em;
  z-index:999;
}

/***** comentado para que permita el resize del textarea
.note-resizebar{
    display: none !important;
}*/

/*datepicker*/
.picker__day--highlighted {
    border-color: #7283a7 !important;
    border-style: solid !important;
    border-width: 0.1em !important;
    background-color: #d0d6e2;
    border-radius: 1.5em;
}
.picker__box .picker__header .picker__date-display {
    background-color: #929FBA !important;
}
.picker__box .picker__header .picker__date-display .picker__weekday-display {
    background-color: #59698D !important;
}
.picker__box .picker__table .picker__day.picker__day--today {
    color: #929FBA;
}
.picker__box .picker__table .picker--focused, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover {
    background-color: #929FBA;
}


/*Studies Check */
#studiesStateFilter .btn-mdb-color:not([disabled]):not(.disabled).active, .btn-mdb-color:not([disabled]):not(.disabled):active, .show>.btn-mdb-color.dropdown-toggle {
    background-color: #D0D6E2!important;
    color:#59698D!important;
}


.mia-form input{
  color:#FFF !important;
}

.mia-form textarea{
  color:#FFF !important;
}


.signin .nav-pills .nav-link.active,.signin .nav-pills .show > .nav-link {
   background-color: transparent;
   border-bottom:  8px solid #35c1f4;
   color:#FFF;
   background-color:#33B5E5; 
   border-radius: 0px;


}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
   background-color: transparent;
   border-bottom:  3px solid;
   color:#696969;
   border-radius: 0;

}


.pills-rounded .nav-item .nav-link {
    border-radius: 10em;
}
.pills-light-purple .nav-item .nav-link.active {
    background-color: #ba68c8;
}

.pills-outline-red .nav-item .nav-link {
    border: 2px solid #fff;
    color: #666;
    background-color: transparent;
}
.pills-outline-red .nav-item .nav-link:hover {
    border: 2px solid #eee;
}
.pills-outline-red .nav-item .nav-link.active {
    border: 2px solid #f44336;
    color: #f44336;
}
.pills-outline-red .nav-item .nav-link.active:hover {
    border: 2px solid #f44336;
    color: #f44336;
}

.pills-outline-green .nav-item .nav-link {
    border: 2px solid transparent;
    color: #666;
    background-color: transparent;
}
.pills-outline-green .nav-item .nav-link:hover {
    border: 2px solid #eee;
}
.pills-outline-green .nav-item .nav-link.active {
    border: 2px solid #4caf50;
    color: #4caf50;
}
.pills-outline-green .nav-item .nav-link.active:hover {
    border: 2px solid #4caf50;
    color: #4caf50;
}

.hidden{
    display: none;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}
  .ribbon {


    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 10px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: transparent;
    color: #fff;
  }



/*Header */
.content-header{
    margin-top:0px;
    margin-bottom: 35px;
}



.content-header .card{
    box-shadow: none;
    border-radius:0;
}

.content-header .breadcrumb{
    background:#fafafa;
    border-radius: 0;
    margin-bottom: 1px;
}

.content-header h1{
  font-size: 36px;
  padding-bottom:10px;
  padding-top:5px;
  margin-bottom:0px;
  border-bottom:0px solid #d0d0d0;
}

/*Summernote */

.note-toolbar .btn-group .btn {
   padding:6px 8px;
   width:32px !important;
   height:32px;
   margin-right:2px; 
  /*border-radius: 0;*/
   box-shadow: 0 0 0;
   background: #b0bec5 !important;
   

}

.note-toolbar .btn-group .btn:hover {
   background:#90a4ae   !important;
}

.note-toolbar .btn-group .btn.active {
   background:#546e7a  !important;
   color:#FFF;
}



.card-header.note-toolbar {
  padding:0 0 1px 0 !important;
  background: rgba(0,0,0,.2) !important;
  border:0 !important;
}

.note-editor.note-frame{
  border:0 !important;
}

.md-accordion .card .card-header.note-toolbar{
  padding:0;
  margin:0;
  border:0;
}


.note-btn-group{
   padding:0 !important;
   margin:0 !important;

}

@media only screen and (max-width: 480px) {
  .content-header{
    position: relative
  }


  .content-header h1{
    font-size: 25px;
    padding-bottom:10px;
    padding-top:5px;
    text-align: center;
    margin-bottom:0px;
    border-bottom:0px solid #d0d0d0;
  }

  .content-header .float-right{
    background: #FFF;
    float: none !important;
    position: absolute;
    top:60px;
    left:0;
    text-align: right;
    margin:auto;
    width: 100%
    
  }

  .content-header .savebtn{
    position:fixed;
    width: 100%;
    bottom:0;
    left:0;
    z-index:999;
    margin:0;
    

  }
  .content-header .newbtn{    
    background: #FFF !important;
    padding:20px 10px;
    position:fixed;
    bottom:1.2em;
    right:1.2em;
    z-index:999;
    border-radius:3em;
  }


  
}




.attachments{
  padding:15px 0;
}

.attachments ul{
  padding:0 15px;
  list-style: none;
}
.attachments li{
  padding:5px 0;
}

.attachments .btn{
}

.note{
     margin:15px auto;
}






.line{
  border-bottom: 1px solid #e8e8e8;
  padding: 15px;
}



@media only screen and (min-width: 991px) {

  
  .admin_dropdown{
      width:416px;
  }
  .admin_menu{
      width:130px;
      height:130px;
      padding:30px 0 !important;
      text-align: center !important;
  }
  .admin_menu i{
      font-size: 40px;
      text-align: center;
      margin-bottom: 10px;
      display: block;
  }
  .dropdown .dropdown-menu.admin_dropdown .dropdown-item{
      border: 1px solid transparent;
  }

  .dropdown .dropdown-menu.admin_dropdown .dropdown-item:active, .dropdown .dropdown-menu.admin_dropdown .dropdown-item:hover {
      background-color: #fff !important;
      color: #434343 !important;
      box-shadow: 0  0 0px !important;
      border: 1px solid #e8e8e8;
  }
}

@media (max-width: 990px) {
.admin_menu{
      padding-left:15px;
      color:#FFF !important;
    }
    .side-nav a{
      font-weight: 300;
      font-size: .8rem;
      height: 36px;
      line-height: 36px;
    }

    .admin_menu i{
      color:#FFF !important;
    }
     .admin_main_nav_mobile li a, .admin_main_nav_mobile li i {
      color:white !important;
        font-size: .8rem;
    }

    .admin_main_nav_mobile li {

    }
    .admin_main_nav_mobile li i {
      margin-right:0.3em;
    }

  }

@media (max-width: 480px) {
   .admin_dropdown{
      border-radius: 0;
      left:0 !important;
      width:100% !important;
    }


    

}





.appointments_list{

}

.appointments_list .item{
  padding:15px 0;
}

.appointments_list .item:hover{
  background: #fafafa;
   cursor: pointer;
}



.timeline-centered {
position: relative;
margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
content: " ";
display: table;
}

.timeline-centered:after {
clear: both;
}

.timeline-centered:before, .timeline-centered:after {
content: " ";
display: table;
}

.timeline-centered:after {
clear: both;
}

.timeline-centered:before {
content: '';
position: absolute;
display: block;
width: 4px;
background: #f5f5f6;
/*left: 50%;*/
top: 20px;
bottom: 20px;
margin-left: 30px;
}

.timeline-centered .timeline-entry {
position: relative;
/*width: 50%;
float: right;*/
margin-top: 5px;
margin-left: 30px;
margin-bottom: 10px;
clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry:after {
clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry:after {
clear: both;
}

.timeline-centered .timeline-entry.begin {
margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
margin-left: 0;
margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -9px;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.timeline-centered .timeline-entry .timeline-entry-inner {
position: relative;
margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
position: absolute;
left: -100px;
text-align: right;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
        font-size: 15px;
        font-weight: bold;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
        font-size: 12px;
    }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
background: #fff;
color: #737881;
display: block;
width: 40px;
height: 40px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align: center;
-moz-box-shadow: 0 0 0 5px #f5f5f6;
-webkit-box-shadow: 0 0 0 5px #f5f5f6;
box-shadow: 0 0 0 5px #f5f5f6;
line-height: 40px;
font-size: 15px;
float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
position: relative;
background: rgba(255,255,255,0.4);
padding: 1em;
margin-left: 60px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
        margin-top: 15px;
    }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
        color: #303641;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6;
        -ms-filter: alpha(opacity=60);
        filter: alpha(opacity=60);
    }

.x-scroll {
  overflow: auto;
  white-space: nowrap;
  height: 520px;
  width: 500px;
}

.scrollbar {
    margin-left: 0px;
    float: left;
    height: 250px;
    width: 100%;
    background: #fff;
    overflow-x: scroll;
    margin-bottom: 25px;
}
.force-overflow {
    min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: #222; }

.scrollbar-primary::-webkit-scrollbar-thumb {
  
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #59698D; }

.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547; }

.scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FF8800; }

.scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851; }

.scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5; }

.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2BBBAD; }

.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc; }

.mia-icon-btn{
  margin-top: .25rem;
  margin-bottom: .25rem; 
  font-size: 1.7em !important;
  text-transform: initial !important;
}

.mia-icon-ico{
/*  margin-top: .25rem;
  margin-bottom: .25rem; 
  padding: .02rem .02rem !important; */
  padding-left: .02rem !important;
  font-size: 1.4em !important;
  text-transform: initial !important;
}

.btn-mia-horizontal{
  padding-right:.5em !important;
  padding-left:.1em !important;
}

.btn.btn-mdb-color.btn-sm{
  padding-left: .1px !important;
  padding-right: .1px !important;
}

.fas.fa-download{
  display: inline;
}

.mnuStudyOptions{
  width: 124px;
}

input[type="text"]:disabled {
  background: #eeeeee !important;
}