/*
Template Name: Elitehospital Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: css
*/
/**
 * Table Of Content
 *
 *  1. Colors
 */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);
/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*Just change your choise color here its theme Colors*/
body {
  background: #fff;
}
/*Top Header Part*/
.top-left-part {
  background: rgba(0, 0, 0, 0.04);
}
.logo i {
  color: #ffffff;
}
.navbar-header {
  background: #01c0c8;
}
.navbar-top-links > li > a {
  color: #ffffff;
}
/*Right panel*/
.right-sidebar .rpanel-title {
  background: #01c0c8;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #01c0c8;
}
/*Sidebar*/
.sidebar {
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .label-custom {
  background: #01c0c8;
}
#side-menu li a {
  color: #54667a;
}
#side-menu li a {
  color: #54667a;
  border-left: 0px solid #fff;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.03);
}
#side-menu > li > a.active {
  border-left: 3px solid #01c0c8;
  color: #2b2b2b;
  font-weight: 500;
}
#side-menu > li > a.active i {
  color: #01c0c8;
}
#side-menu ul > li > a:hover {
  color: #01c0c8;
}
#side-menu ul > li > a.active {
  color: #2b2b2b;
  font-weight: 500;
}
.sidebar #side-menu .user-pro .nav-second-level a:hover {
  color: #01c0c8;
}
.fix-sidebar .top-left-part {
  background: #01c0c8;
}
/*themecolor*/
.bg-theme {
  background-color: #fb9678 !important;
}
.bg-theme-dark {
  background-color: #01c0c8 !important;
}
/*Chat widget*/
.chat-list .odd .chat-text {
  background: #01c0c8;
}
/*Button*/
.btn-custom {
  background: #01c0c8;
  border: 1px solid #01c0c8;
  color: #ffffff;
}
.btn-custom:hover {
  background: #01c0c8;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #01c0c8;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #01c0c8;
  color: #01c0c8;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #01c0c8;
  border-right: 2px solid #01c0c8;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #01c0c8;
  color: #ffffff;
}

.label_left {
  background: #494f54; vertical-align: middle !important; padding: 5px 10px; line-height: 2; color: white;
}

.material-icons {
   vertical-align: middle !important;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  background-color: #F0F0F0;
}
.btn-outline-dark:hover {
  background-color: #D5D5D5;
  border-color: transparent;
}
.transition_pulse, .transition_pulse img {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.full-width {
  width: 100%;
}

.simple-box {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
}
.btn-new-section {
  padding		: 10px;
  cursor		: pointer;
  border-radius	: 5px;
  text-align	: center;
  background	: #98E3EC;
  transition	: all 0.3s ease-in-out;
}
.btn-new-section:hover {
  background	: #76BCC4;
  transition	: all 0.3s ease-in-out;
}
.btn-new-section h4 {
  margin		: 0px;
  font-weight	: bold;
  color			: #095B65;
}

/* nueva section new color*/
.btn-new-section-other {
  padding		: 10px;
  cursor		: pointer;
  border-radius	: 5px;
  text-align	: center;
  background	: #FFB800;
  transition	: all 0.3s ease-in-out;
}
.btn-new-section-other:hover {
  background	: #F27920;
  transition	: all 0.3s ease-in-out;
}
.btn-new-section-other h4 {
  margin		: 0px;
  font-weight	: bold;
  color			: #095B65;
}

.btn-new-section-success {
  padding		: 10px;
  cursor		: pointer;
  border-radius	: 5px;
  text-align	: center;
  background	: #CEF833;
  transition	: all 0.3s ease-in-out;
}
.btn-new-section-success:hover {
  background	: #00E85B;
  transition	: all 0.3s ease-in-out;
}
.btn-new-section-success h4 {
  margin		: 0px;
  font-weight	: bold;
  color			: #095B65;
}
/* nueva section new color*/

/* STYLES FOR BTN FLOATING */
#btn-floating {
  display: none;
}
.container_btn_floating {
  right: 20px;
  bottom: 35px;
  z-index: 1000;
  position: fixed;
}
.icon_options_floating {
  display: block;
  text-decoration: none;
  background: #107B71;
  color: #fff;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 500ms ease;
}
.icon_options_floating {
  cursor: pointer;
  background: #107B71;
  font-size: 14px;
}
/* END BTN FLOATING */