/* ===========
   Common
 =============*/
body {
  background: #147fe9;
  background: #fff;
  margin: 0;
  color: #000000;
  font-size: 0.95rem;
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  background: #deeffa;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}

h3 small {
  color: #444444;
}

h4 {
  line-height: 22px;
}

h4 small {
  color: #444444;
}

h5 small {
  color: #444444;
}

* {
  outline: none !important;
}

a {
  color: #212529;
}

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

.container {
  width: auto;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}


/*===================================
  Menu
  ===================================*/
.fixed-button {
    position: fixed;
    top: 15px;
    right: 15px; 
}
.navbar-collapse.collapse.show {
	/*
    position: fixed;
    top: 75px;
    left: 15px;
    */
    width: 100%; 
}

  
.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background: var(--topbar-bg-color);
  min-height: var(--topbar-min-height);
  border-bottom: 2px solid var(--main-bg-color);
}

.footer {
    background-color:  var(--main-bg-color);
    bottom: 0;
    color: #ffffff;
    text-align: center;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    left: 0px !important;
}

.footer a{
    color: #ffffff;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}    

.card-box {
  padding: 1px;
  border: 0px solid rgba(54, 64, 74, 0.08);
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 0px;
  background-color: #ffffff;
}

.content-page > .content {
  margin-top: 80px;
}



.profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
}

/* Notification */
.notification-list {
  margin-left: 0 !important;
}

.notification-list .noti-title {
  margin-bottom: 0;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  margin: 0;
}

.notification-list .noti-title .label {
  float: right;
}

.notification-list .noti-icon {
  font-size: 18px;
  padding: 0 12px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 8px;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}

.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eeeeee;
}

.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.profile-dropdown span {
  vertical-align: middle;
}

.nav-user {
  padding: 0 12px !important;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

.navbar-nav {
  margin: 0;
}

.side-menu {
  bottom: 0;
  top: 0;
  width: 240px;
  z-index: 2;
}

.side-menu.left {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 70px;
}

body.fixed-left .side-menu.left {
  bottom: 50px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
}

/*===================================
  Pre loader
  ===================================*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe7a;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}




.text-preloader {

  position: absolute;
  left: 42%;
  margin-top: 31%;
	
  display: inline-block;
  /*position: relative;*/
	
}


.preloadergrid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe7a;
  z-index: 999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #435f91;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #435f91 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-ring {
  position: absolute;
  left: 47%;
  margin-top: 25%;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #435f91;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #435f91 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}


.formgrid {
	max-width: 50px !important;
}

.logo-top {
    padding-top: 0;
    display: inline-block;
    margin: 5px auto;
    margin-top: 0px;
    margin-right: 0px;
    vertical-align: middle;
	float: left;
	max-width: 30%;
background-size:100%;
background-repeat: no-repeat;
width: 100%; 
	
	
}

.card-accept-terms {
	color: #000;
    font-size: 1.5rem;
    background-color: #fff;
    margin-top: 15%;
    font-family: 'Ubuntu', sans-serif;		
}

.card-login {
    color: #fffFFF;
    font-size: 1.5rem;
    background-color: var(--main-bg-color-transp);
    margin-top: 15%;
    font-family: 'Ubuntu', sans-serif;
}

.card-changepws {
    color: #fffFFF;
    font-size: 1.5rem;
    background-color: var(--main-bg-color);
    margin-top: 15%;
    font-family: 'Ubuntu', sans-serif;
    
}


.daterangepicker .ranges li.active {
    background-color: var(--main-bg-color) !important;
    color: #fffFFF !important;
}

td.active, .daterangepicker td.active:hover {
    background-color: var(--main-bg-color) !important;
}


.dataTables_wrapper .dataTables_processing {
	background: none;
}

.lds-ring div {
  border: 8px solid var(--main-bg-color);
  border-color: var(--main-bg-color) transparent transparent transparent;
}


#listaexamesgrid tbody > tr {
	min-height: 15px !important;
}

.page-title-box {
  background: var(--main-bg-color);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
  padding: 10px;
  margin: -1px -20px 22px -20px;
  color: #ffffff;
}

.page-title {
  float: none;
  text-align: center;
}

.input-group-text {
    color: var(--main-bg-color);
}

.fa, .fas {
    color: var(--main-bg-color);
}

.ui-icon-caret-2-n-s {
    background-position: none !important;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: none !important;
}

.e-menu.e-horizontal .e-list>.e-menulink, .e-menu.e-vertical .e-list>.e-menulink, .e-menu.e-context .e-list>.e-menulink, .e-menu-res-wrap .e-menu-res-in-wrap .e-res-title, .e-menu.e-vertical {
    color: #ffffff;
    background: var(--main-bg-color) !important;
}

.e-menu.e-horizontal .e-list.e-active>.e-menulink, .e-menu.e-vertical .e-list.e-active>.e-menulink, .e-menu.e-context .e-list.e-active>.e-menulink, .e-menu.e-horizontal .e-list.e-active:hover, .e-menu.e-vertical .e-list.e-active:hover, .e-menu.e-context .e-list.e-active:hover {
    color: #ffffff;
    background: var(--main-bg-color-transp) !important;

}

.e-menu.e-separator.e-horizontal>.e-list, .e-menu.e-horizontal>.e-separator {
    border: none;
    padding: 5px;
}

.e-menu.e-separator.e-horizontal>.e-list, .e-menu.e-separator.e-horizontal>.e-list:hover, .e-menu.e-horizontal>.e-separator.e-list, .e-menu.e-horizontal>.e-separator.e-list:hover {
	border: none;
	color: #ffffff;
}

.e-menu.e-separator.e-horizontal>.e-list, .e-menu.e-separator.e-horizontal>.e-list:hover, .e-menu.e-horizontal>.e-separator.e-list, .e-menu.e-horizontal>.e-separator.e-list:hover {
    border: none;
}

.e-menu.e-horizontal .e-active, .e-menu.e-context .e-active, .e-menu.e-vertical .e-active, .e-menu.e-horizontal .e-active>.e-menulink, .e-menu.e-context .e-active>.e-menulink, .e-menu.e-vertical .e-active>.e-menulink, .e-menu-res-wrap .e-menu-res-in-wrap .e-icon.e-check-wrap:hover {
    color: #ffffff;
    border: none;
}

.e-menu.e-horizontal .e-list>ul {
    border: none;
}

.e-menu.e-horizontal>.e-list.e-active>span.e-menu-arrow>span.e-arrowMenuOuter {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	left: 0;
	top: 0;
	border-bottom: 0px solid transparent;
	position: absolute
}


.e-menu.e-horizontal .e-mhover, .e-menu.e-context .e-mhover, .e-menu.e-vertical .e-mhover, .e-menu.e-horizontal .e-mhover>.e-menulink, .e-menu.e-context .e-mhover>.e-menulink, .e-menu.e-vertical .e-mhover>.e-menulink, .e-menu.e-horizontal .e-mfocused, .e-menu.e-context .e-mfocused, .e-menu.e-vertical .e-mfocused, .e-menu.e-horizontal .e-mfocused>.e-menulink, .e-menu.e-context .e-mfocused>.e-menulink, .e-menu.e-vertical .e-mfocused>.e-menulink, .e-menu-res-wrap .e-menu-res-in-wrap .e-icon.e-check-wrap:hover {
    color: #ffffff;
    border: none;
}

.e-menu.e-horizontal .e-list:hover>.e-menulink, .e-menu.e-vertical .e-list:hover>.e-menulink, .e-menu.e-context .e-list:hover>.e-menulink {
    color: #ffffff;
    background: var(--main-bg-color-transp) !important;
}

.e-menu.e-horizontal .e-list:hover, .e-menu.e-vertical .e-list:hover, .e-menu.e-context .e-list:hover {
       border: none;
}

.e-menu.e-horizontal .e-list:hover, .e-menu.e-vertical .e-list:hover, .e-menu.e-context .e-list:hover {

    background: none;
}

.card-accept-terms-header{
    color: #ffffff;
    background: var(--main-bg-color);
}

.ico-openpatientexam{
    color:  var(--main-bg-color);	
}


table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 2px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 12px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: var(--main-bg-color) !important;
}


.e-menu.e-horizontal>.e-list, .e-menu.e-separator.e-horizontal>li.e-list:last-child, .e-menu.e-horizontal>li.e-separator:last-child, .e-menu.e-horizontal .e-list>ul .e-list.e-separator:last-child, .e-menu.e-separator.e-vertical>li:last-child, .e-menu.e-vertical>li.e-separator:last-child, .e-menu.e-vertical .e-list>ul .e-list.e-separator:last-child, .e-menu.e-rtl.e-horizontal>.e-list, .e-menu.e-rtl.e-separator.e-horizontal>li:last-child, .e-menu.e-rtl.e-horizontal>li.e-separator:last-child, .e-menu.e-rtl.e-horizontal .e-list>ul .e-list.e-separator:last-child, .e-menu.e-rtl.e-separator.e-vertical>li:last-child, .e-menu.e-rtl.e-vertical>li.e-separator:last-child, .e-menu.e-rtl.e-vertical .e-list>ul .e-list.e-separator:last-child, .e-menu.e-separator.e-context>li:last-child, .e-menu.e-context>li.e-separator:last-child, .e-menu.e-context .e-list>ul .e-list.e-separator:last-child, .e-menu.e-rtl.e-separator.e-context>li:last-child, .e-menu.e-rtl.e-context>li.e-separator:last-child, .e-menu.e-rtl.e-context .e-list>ul .e-list.e-separator:last-child {
    background-color: var(--topbar-bg-color) !important;	
}

.e-menu, .e-menu-res-wrap .e-in-wrap.e-menu-res-in-wrap, .e-menu.e-vertical, .e-menu.e-vertical .e-list>ul, .e-menu.e-context, .e-menu.e-context .e-list>ul {
   background-color: var(--topbar-bg-color) !important;
}

.nav-tabs > li > a, .nav-pills > li > a {
  color: var(--topbar-bg-color) !important;
  
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: var(--topbar-bg-color) !important;
}


.tabs-vertical-env .nav.tabs-vertical li > a.active {
  background-color: var(--main-bg-color-transp) !important;
}

.nav-pills > li > a {
  color: var(--topbar-bg-color) !important;
}  

.nav-pills > li > a.hover {
  color: var(--main-bg-color-transp);
}  

.nav-pills > li > a.e-active {
  color: var(--main-bg-color-transp);
}  


