h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
/* -----------------------------------------
   Template helpers
----------------------------------------- */
/* ------------------ Sizes --------------------*/
.s12 {
  font-size: 12px !important;
}
.s16 {
  font-size: 16px !important;
}
.s20 {
  font-size: 20px !important;
}
.s24 {
  font-size: 24px !important;
}
.s32 {
  font-size: 32px !important;
}
.s64 {
  font-size: 64px !important;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}



/* ------------------ Margins --------------------*/
.row.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.no-padding [class^="col-"] {
  padding: 0;
}
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
/* ------------------ Paddings --------------------*/
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
/* ------------------ Percent widths --------------------*/
.per5 {
  width: 5% !important;
}
.per10 {
  width: 10% !important;
}
.per15 {
  width: 15% !important;
}
.per20 {
  width: 20% !important;
}
.per25 {
  width: 25% !important;
}
.per30 {
  width: 30% !important;
}
.per35 {
  width: 35% !important;
}
.per40 {
  width: 40% !important;
}
.per45 {
  width: 45% !important;
}
.per50 {
  width: 50% !important;
}
.per55 {
  width: 55% !important;
}
.per60 {
  width: 60% !important;
}
.per65 {
  width: 65% !important;
}
.per70 {
  width: 70% !important;
}
.per75 {
  width: 75% !important;
}
.per80 {
  width: 80% !important;
}
.per85 {
  width: 85% !important;
}
.per90 {
  width: 90% !important;
}
.per95 {
  width: 95% !important;
}
.per100 {
  width: 100% !important;
}
/* ------------------ Borders --------------------*/
.b {
  border: 1px solid #e7e7e2;
}
.bt {
  border-top: 1px solid #e7e7e2;
}
.br {
  border-right: 1px solid #e7e7e2;
}
.bb {
  border-bottom: 1px solid #e7e7e2;
}
.bl {
  border-left: 1px solid #e7e7e2;
}
.btlr {
  border-top-left-radius: 4px;
}
.btrr {
  border-top-right-radius: 4px;
}
.bblr {
  border-bottom-left-radius: 4px;
}
.bbrr {
  border-bottom-right-radius: 4px;
}
.brall {
  border-radius: 4px;
}
.bn {
  border: none !important;
}
/* ------------------ Colors --------------------*/
.color-red {
  color: #f68484 !important;
}
.color-blue {
  color: #75b9e6 !important;
}
.color-green {
  color: #71d398 !important;
}
.color-yellow {
  color: #ffcc66 !important;
}
.color-orange {
  color: #f4b162 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-teal {
  color: #97d3c5 !important;
}
.color-dark {
  color: #79859b !important;
}
.color-pink {
  color: #f78db8 !important;
}
.color-lime {
  color: #a8db43 !important;
}
.color-magenta {
  color: #e65097 !important;
}
.color-purple {
  color: #af91e1 !important;
}
.color-brown {
  color: #d1b993 !important;
}
.color-gray {
  color: #555555 !important;
}
.color-grayspr {
  color: #f3f5f6 !important;
}

.color-holding {
  color: #eb9532 !important;
}

.color-inroom {
  color: #be90d4 !important;
}

.color-notifysurgeons {
  color: #52b3d9 !important;
}

.color-surgeryends {
  color: #abb7b7 !important;
}

.color-danger {
  color: #f68484 !important;
}

.color-success {
  color: #87d37c !important;
}


/* ------------------ Backgrounds --------------------*/
.white-bg {
  color: #768399;
  background-color: #ffffff;
}
.red-bg {
  color: #ffffff;
  background-color: #f68484;
}
.blue-bg {
  color: #ffffff;
  background-color: #75b9e6;
}
.green-bg {
  color: #ffffff;
  background-color: #71d398;
}
.yellow-bg {
  color: #ffffff;
  background-color: #ffcc66;
}
.orange-bg {
  color: #ffffff;
  background-color: #f4b162;
}
.purple-bg {
  color: #ffffff;
  background-color: #af91e1;
}
.pink-bg {
  color: #ffffff;
  background-color: #f78db8;
}
.lime-bg {
  color: #ffffff;
  background-color: #a8db43;
}
.magenta-bg {
  color: #ffffff;
  background-color: #e65097;
}
.teal-bg {
  color: #ffffff;
  background-color: #97d3c5;
}
.brown-bg {
  color: #ffffff;
  background-color: #d1b993;
}
.gray-bg {
  color: #768399;
  background-color: #e4e9eb;
}
.dark-bg {
  color: #ffffff;
  background-color: #79859b;
}

.holding-bg {
  color: #ffffff;
  background-color: #eb9532;
}

.inroom-bg {
  color: #ffffff;
  background-color: #be90d4;
}

.notifysurgeons-bg {
  color: #ffffff;
  background-color: #52b3d9;
}

.danger-bg {
  color: #ffffff;
  background-color: #f68484;
}

.success-bg {
  color: #ffffff;
  background-color: #87d37c;
}

.surgeryends-bg {
  color: #ffffff;
  background-color: #abb7b7;
}

/* ------------------ Opacity --------------------*/
.opacity {
  opacity: 1 !important;
}
.opacity0 {
  opacity: 0 !important;
}
/* ------------------ Typo --------------------*/
.strong {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

/* ------------------ Contextual colors --------------------*/
.text-muted {
  color: #999999;
}

.text-muted-light {
  color: #dedede;
}

.text-primary {
  color: #75b9e6;
}
a.text-primary:hover {
  color: #4aa3de;
}
.text-success {
  color: #71d398;
}
a.text-success:hover {
  color: #4ac77c;
}
.text-info {
  color: #97d3c5;
}
a.text-info:hover {
  color: #73c4b1;
}
.text-warning {
  color: #f4b162;
}
a.text-warning:hover {
  color: #f19932;
}
.text-danger {
  color: #f68484;
}
a.text-danger:hover {
  color: #f35454;
}
.text-yellow {
  color: #ffcc66;
}
a.text-yellow:hover {
  color: #ffbb33;
}
.text-orange {
  color: #f4b162;
}
a.text-orange:hover {
  color: #f19932;
}
.text-dark {
  color: #79859b;
}
a.text-dark:hover {
  color: #606c81;
}
.text-brown {
  color: #d1b993;
}
a.text-brown:hover {
  color: #c2a26f;
}
.text-pink {
  color: #f78db8;
}
a.text-pink:hover {
  color: #f45d9a;
}
.text-magenta {
  color: #e65097;
}
a.text-magenta:hover {
  color: #e0237c;
}
.text-lime {
  color: #a8db43;
}
a.text-lime:hover {
  color: #90c526;
}
/* ------------------ Positions --------------------*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* -----------------------------------------
   Body styles
----------------------------------------- */
/* ------------------ IE10 and windows phone 8 fix. --------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body {
    color:#767676;
    background:#f1f2f7;
    font-family:'Open Sans',sans-serif;
    padding:0px !important;
    margin:0px !important;
    font-size:12px;
    text-rendering:optimizeLegibility;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
  filter: blur(6px);
}
body.remove-scroll {
  height: 100%;
  overflow: hidden;
}
body.login-page {
  background: #75b9e6;
}
body.login-page #login {
  margin: 10% auto 0 auto;
  position: relative;
  width: 420px;
}
body.login-page #login #logo {
  /* position: absolute; */
  top: 75px;
  /* left: 50%;
  margin-left: -105px; */
  /* width of the logo devided by 2 */
}
body.login-page #login .login-wrapper {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
body.login-page #login .login-wrapper .nav-tabs.nav-justified li:first-child a {
  border-top-left-radius: 4px;
}
body.login-page #login .login-wrapper .nav-tabs.nav-justified li:last-child a {
  border-top-right-radius: 4px;
}
body.login-page #login .login-wrapper .nav-tabs.nav-justified li a {
  border: none;
}
body.login-page #login .login-wrapper #user-info {
  position: relative;
  height: 156px;
}
body.login-page #login .login-wrapper #user-info img.cover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body.login-page #login .login-wrapper #user-info h4.headline {
  float: left;
  padding: 10px 30px;
}
body.error-page {
  margin-top: 5%;
  background-color: #f3f5f6;
}
body.error-page h1.error-number {
  text-align: center;
  font-size: 20em;
  font-family: 'Cantarell';
}
body.mce-fullscreen #header {
  display: none;
}
body.full-screen {
  width: 100%;
}
body.full-screen #header {
  left: 0;
}
* {
  box-sizing: border-box;
  outline: none !important;
}
body.modal-open label.error {
    color: red;
}
  
  
/* -----------------------------------------
   Header styles
----------------------------------------- */
#header {
  height: 50px;
  background: #75b9e6;
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0;
}
#header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#header.header-fixed {
  position: fixed;
}
#header .navbar {
  height: 50px;
  margin-bottom: 0;
  padding-right: 20px;
  background: #75b9e6;
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#header .navbar .navbar-toggle {
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  position: absolute;
  right: 0;
}
#header .navbar .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
}
#header .navbar .navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background-color: #75b9e6;
}
#header .navbar .navbar-brand {
  padding: 0;
  width: 210px;
  margin-right: 0;
}
#header .navbar .navbar-brand .text-logo-element {
  font-size: 32px;
  color: #1a608f;
  margin-left: 34px;
  margin-right: 10px;
  margin-top: -8px;
}

#header .navbar-clock {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  width:450px;
  margin-left:230px;
  height: 50px;
  text-align: center;
  padding-top:10px;
  display: inherit;
}
#header .navbar .navbar-brand .text-logo,
#header .navbar .navbar-brand .text-slogan {
  font-weight: bold;
  font-family: 'Droid Sans';
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
#header .navbar .navbar-brand .text-logo {
  color: #124363;
}
#header .navbar .navbar-brand .text-slogan {
  color: #ffffff;
}
#header .navbar .nav li a {
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  width: auto;
  position: relative;
  transition: all;
  transition-duration: 0.4s;
  overflow-x: hidden;
  font-size: 13px;
  min-width: 50px;
  text-align: center;
  outline: none;
}
#header .navbar .nav li a:hover,
#header .navbar .nav li a:focus {
  background: #3498da;
}
#header .navbar .nav li a i {
  font-size: 24px;
  /*text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);*/
}
#header .navbar .nav li a .user-avatar {
  float: left;
  margin: 5px 10px 5px 0;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
#header .navbar .nav li.dropdown .dropdown-menu {
  min-width: 200px;
}
#header .navbar .nav li.active a {
  background: #b6daf2;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a {
  color: #768399;
  text-align: left;
  padding-left: 15px;
  /*&:hover {
						color: @white;
						background: @headerBackground;
					}*/
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a:hover {
  background: #f3f5f6;
  color: #535e6f;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a:hover i {
  color: #75b9e6;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a i {
  margin-right: 10px;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a .notification {
  top: 15px;
  right: 10px;
}
#header .navbar .nav li.dropdown.open .email {
  min-width: 300px;
}
#header .navbar .nav li.dropdown.open .email li.mail-head {
  margin-top: 5px;
}
#header .navbar .nav li.dropdown.open .email li.mail-head div.clearfix a {
  padding-left: 13px;
  display: inline-block;
  border-radius: 4px;
}
#header .navbar .nav li.dropdown.open .email li.mail-head div.clearfix a i {
  margin-right: 0;
}
#header .navbar .nav li.dropdown.open .email li.mail-head div.clearfix div.pull-left,
#header .navbar .nav li.dropdown.open .email li.mail-head div.clearfix div.pull-right {
  width: 35%;
  padding: 0;
  text-align: center;
}
#header .navbar .nav li.dropdown.open .email li.mail-head span {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  width: 45%;
  display: inline-block;
  font-size: 16px;
}
#header .navbar .nav li.dropdown.open .email li.search-email form {
  padding: 0 10px 5px;
  position: relative;
}
#header .navbar .nav li.dropdown.open .email li.search-email form input {
  height: 40px;
  padding-left: 35px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e7e7e2;
}
#header .navbar .nav li.dropdown.open .email li.search-email form button {
  position: absolute;
  left: 15px;
  top: 10px;
  border: none;
  background: none;
}
#header .navbar .nav li.dropdown.open .email li.mail-list {
  position: relative;
  padding: 0;
}
#header .navbar .nav li.dropdown.open .email li.mail-list a {
  padding: 0;
  overflow: inherit;
  line-height: inherit;
  white-space: inherit;
  float: left;
  padding: 0 10px;
}
#header .navbar .nav li.dropdown.open .email li.mail-list a:hover {
  background: #f3f5f6;
  color: #768399;
}
#header .navbar .nav li.dropdown.open .email li.mail-list a:hover .status i {
  color: inherit;
}
#header .navbar .nav li.dropdown.open .email li.mail-list .mail-avatar {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  float: left;
  position: absolute;
  top: 10px;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .status {
  color: #71d398;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .status i {
  font-size: 30px;
  width: 20px;
  margin-right: 5px;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .status.off {
  color: #f68484;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .notification {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .time {
  float: right;
  margin-top: 3px;
  margin-right: 5px;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.msg {
  float: left;
  padding-left: 60px;
}
#header .navbar .nav li.dropdown.open .email li.mail-more a {
  margin: 10px;
  text-align: center;
  background: #f3f5f6;
  border-radius: 4px;
}
#header .navbar .nav li.dropdown.open .email li.mail-more a:hover {
  background: #75b9e6;
  color: #ffffff;
}
#header .navbar .nav li.dropdown.open .email li.mail-more a:hover i {
  color: #ffffff;
}
#header .navbar .nav li.dropdown.open .notification-menu {
  min-width: 300px;
}
#header .navbar .nav li.dropdown.open .notification-menu li {
  padding: 0 10px;
  transition: all;
  transition-duration: 0.4s;
}
#header .navbar .nav li.dropdown.open .notification-menu li i {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-user,
#header .navbar .nav li.dropdown.open .notification-menu li .notification-link {
  padding: 0;
  overflow: inherit;
  display: inline-block;
  font-size: 14px;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-user:hover,
#header .navbar .nav li.dropdown.open .notification-menu li .notification-link:hover {
  background: none;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-user {
  margin-right: 5px;
  color: #f68484;
  font-weight: bold;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-user:hover {
  color: #f35454;
  text-decoration: underline;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-action {
  color: #bfc5cf;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-link {
  font-weight: bold;
  color: #71d398;
  text-decoration: underline;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-link:hover {
  color: #4ac77c;
}
#header .navbar .nav li.dropdown.open .notification-menu li:hover {
  background: #f3f5f6;
}
#header .navbar .nav.navbar-nav > .open > a,
#header .navbar .nav.navbar-nav > .open > a:focus {
  background: #3498da;
}
#header #header-area {
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border-bottom: 2px solid #4aa3de;
  border-top: 2px solid #4aa3de;
  display: none;
  float: left;
  height: auto;
}
#header #header-area ul {
  margin-bottom: 0;
}
#header #header-area .header-area-inner {
  text-align: center;
  height: 100px;
}
#header #header-area .shortcut-button {
  margin-bottom: 0;
  height: auto;
}
#header #header-area.show-header-area {
  display: block;
}
/* -----------------------------------------
   Sidebar styles
----------------------------------------- */
#sidebar {
  width: 210px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50px;
  z-index: 99;
  /*Fixed sidebar*/
  /*Hided Sidebar*/
  /* ------------------ Sidebar navigation --------------------*/
  /* ------------------ Server stats in sidebar --------------------*/
}
#sidebar:hover .resizableBtn {
  display: block;
}
#sidebar.sidebar-fixed {
  position: fixed;
}
#sidebar.hide-sidebar {
  margin-left: -210px;
}
#sidebar.hide-sidebar:after {
  left: -210px;
}
#sidebar:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 210px;
  background: #f3f5f6;
  border-right: 1px solid #e7e7e2;
  z-index: -1;
}
#sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
}
#sidebar #sideNav.pinnedSearch {
  margin-top: 50px;
}
#sidebar #sideNav.pinnedSearch .top-search {
  position: fixed;
  top: 50px;
  width: 210px;
  z-index: 999;
  border-bottom: 1px solid #e0e0da;
  background: #eaeeef;
}
#sidebar #sideNav .top-search {
  position: relative;
}
#sidebar #sideNav .top-search input {
  border: none;
  border-bottom: 1px solid transparent;
  background: none;
  height: 50px;
  padding-left: 50px;
  width: 100%;
}
#sidebar #sideNav .top-search input:focus,
#sidebar #sideNav .top-search input:hover {
  background: #e4e9eb;
}
#sidebar #sideNav .top-search input:focus {
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav .top-search button {
  position: absolute;
  left: 8px;
  top: 13px;
  border: none;
  background: none;
}
#sidebar #sideNav .top-search button i {
  color: #acb1b8;
}
#sidebar #sideNav li {
  float: left;
  width: 100%;
  margin-top: 0;
  border-right: 1px solid #e7e7e2;
}
#sidebar #sideNav li a {
  padding: 15px;
  position: relative;
  color: #768399;
  height: 50px;
  border-radius: 0;
  background: #f3f5f6;
  transition: background;
  transition-duration: 0.4s;
}
#sidebar #sideNav li a i {
  font-size: 20px;
  margin-right: 15px;
  float: left;
  color: #acb1b8;
  transition: all;
  transition-duration: 0.4s;
  width: auto;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #ffffff;
}
#sidebar #sideNav li a i.sideNav-arrow {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
#sidebar #sideNav li a i.s16 {
  right: 17px;
  margin-top: 2px;
}
#sidebar #sideNav li a .notification {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  float: right;
  margin-left: 10px;
}
#sidebar #sideNav li a .indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 50px;
  width: 4px;
  background: #75b9e6;
  opacity: 0;
}
#sidebar #sideNav li a:hover {
  background: #eaeeef;
}
#sidebar #sideNav li a:hover .notification.onhover {
  opacity: 1;
}
#sidebar #sideNav li a.active {
  background: #ffffff;
  font-weight: bold;
  border-right: 1px solid transparent;
  margin-right: -1px;
  border-top: 1px solid #e0e0da;
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav li a:hover i,
#sidebar #sideNav li a.active i {
  color: #75b9e6;
  text-shadow: none;
}
#sidebar #sideNav li a.expand {
  background: #eaeeef;
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav li a.expand .notification.onhover {
  opacity: 1;
}
#sidebar #sideNav li a.expand i {
  color: #75b9e6;
}
#sidebar #sideNav li .sub {
  display: none;
  margin-right: -1px;
}
#sidebar #sideNav li .sub a {
  background: #fcfcfd;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#sidebar #sideNav li .sub a.active {
  background: #ffffff;
  font-weight: bold;
  border-right: 1px solid transparent;
  margin-right: -1px;
  border-top: 1px solid #e0e0da;
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav li .sub a:hover {
  background: #eaeeef;
}
#sidebar #sideNav li .sub li:first-child a.active,
#sidebar #sideNav li .sub li:first-child a.active:hover,
#sidebar #sideNav li .sub li:first-child a:hover {
  border-top: 1px solid transparent;
}
#sidebar #sideNav li .sub.show li:last-child > a {
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav li .sub li.hasSub > a {
  border-top: 1px solid #e0e0da;
}
#sidebar #sideNav li .sub li.hasSub > a.expand {
  background: #eaeeef;
}
#sidebar #sideNav.flyout > li.hover-li > a {
  background: #eaeeef;
}
#sidebar #sideNav.flyout > li a.expand {
  border-bottom: none;
}
#sidebar #sideNav.flyout > li .sub {
  box-shadow: 4px 4px rgba(50, 50, 50, 0.1);
  width: 210px;
  z-index: 2000;
  position: absolute;
  border: 1px solid #e0e0da;
  border-left: none;
  display: none !important;
}
#sidebar #sideNav.flyout > li.click-it > .sub {
  display: inline-block !important;
  margin-left: 210px;
  margin-top: -50px;
}
#sidebar #sideNav.flyout > li.click-it > .sub > li.click-it .sub {
  display: inline-block !important;
  margin-left: 210px;
  margin-top: -50px;
}
#sidebar #sideNav.hasSub a.expand {
  border-top-color: transparent;
}
#sidebar .server-stats {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
}
#sidebar .server-stats span.txt,
#sidebar .server-stats span.percent,
#sidebar .server-stats .sparkline {
  width: 100%;
  display: inline-block;
}
#sidebar .server-stats span.txt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
#sidebar .server-stats span.percent {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#sidebar .server-stats span.percent:after {
  content: "%";
}
#sidebar .server-stats .sparkline {
  margin-bottom: 10px;
}
#sidebar .server-stats .pie-chart {
  position: absolute;
  right: 10px;
  top: 30px;
}
/* -----------------------------------------
   Right sidebar styles
----------------------------------------- */
#right-sidebar {
  width: 280px;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 50px;
  z-index: 999;
  overflow: hidden;
  border-left: 1px solid #e7e7e2;
  background: #f3f5f6;
  /*Hided Sidebar*/
}
#right-sidebar.hide-sidebar {
  margin-right: -280px;
}
#right-sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
  padding-bottom: 45px;
  /* For chat window */
}
/* -----------------------------------------
   Content
----------------------------------------- */
#content {
  
  padding: 25px 25px 25px 25px;
}
#content.sidebar-page {
  margin-left: 210px;
}
#content.full-page {
  margin-left: 0;
}
#content.offCanvas {
  width: 100%;
  margin-left: 210px;
}
#content.overLap {
  margin-left: 0;
}
#content .content-wrapper {
  height: auto;
  float: left;
  width: 100%;
  position: relative;
}
#content .content-wrapper .outlet {
  position: relative;
    margin-top: 0px;
    background-color: #f1f2f7;
}
#content .content-wrapper .heading:before,
#content .content-wrapper .heading:after {
  content: " ";
  display: table;
}
#content .content-wrapper .heading:after {
  clear: both;
}
#content .content-wrapper .heading h1.page-header {
  font-size: 22px;
  border-bottom: none;
  margin: 12.5px 0 12.5px 0;
  padding: 0;
  font-weight: 300;
  width: auto;
}
#content .content-wrapper .heading h1.page-header i {
  font-size: 42px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  margin-right: 10px;
  float: none;
}
#content .content-wrapper .heading h1.page-header [class*="icomoon-"] {
  margin-top: -4px;
}
#content .content-wrapper .heading .breadcrumb {
  line-height: 20px;
  border-radius: 4px;
  background: #f3f5f6;
  padding: 15px;
  margin-bottom: 12.5px;
}
#content .content-wrapper .heading .breadcrumb i {
  color: #acb1b8;
  font-size: 16px;
  padding: 0 5px;
  margin-top: -3px;
}
#content .content-wrapper .heading .breadcrumb i.divider {
  padding-right: 0;
}
#content .content-wrapper .heading .breadcrumb > li {
  display: inline-block;
}
#content .content-wrapper .heading .breadcrumb > li + li:before {
  content: "";
  float: left;
  padding: 0 2px;
  color: #cccccc;
}
#content .content-wrapper .heading .option-buttons {
  float: right;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
  margin-top: -120px;
  padding-left: 15px;
}
#content .content-wrapper .heading .option-buttons .dropdown-menu {
  margin-top: 15px;
}
#content .content-wrapper .heading .option-buttons .dropdown-menu:after,
#content .content-wrapper .heading .option-buttons .dropdown-menu:before {
  bottom: 100%;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#content .content-wrapper .heading .option-buttons .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
  right: 13px;
}
#content .content-wrapper .heading .option-buttons .dropdown-menu:before {
  border-color: rgba(231, 231, 226, 0);
  border-bottom-color: #e7e7e2;
  border-width: 11px;
  margin-left: -11px;
}
#content .content-wrapper .heading .option-buttons .btn-toolbar:not(.note-toolbar) > .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
#content .content-wrapper .heading .option-buttons .btn-toolbar:not(.note-toolbar) > .btn-group > .btn {
  padding: 12px;
}
#content .content-wrapper .heading .option-buttons .btn-toolbar:not(.note-toolbar) > .btn-group a {
  line-height: 24px;
}
#content .content-wrapper .heading .option-buttons .option-dropdown {
  width: 320px;
  padding: 10px;
  float: left;
}
#content .content-wrapper .heading .option-buttons #lock-timer {
  vertical-align: text-bottom;
}


#input:required {
  background-color: red;
}


/* -----------------------------------------
   Pageheader
----------------------------------------- */

#pageheader {
  
  padding: 55px 25px 5px 25px;
  background-color: #ffffff;
}

#pageheader h1.page-header {
  font-size: 22px;
  border-bottom: none;
  margin: 12.5px 0 12.5px 0;
  padding: 0;
  font-weight: 300;
  width: auto;
}

#pageheader h1.page-header i {
  font-size: 42px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  margin-right: 10px;
  float: none;
}

#pageheader h1.page-header .clock {
  font-size: 18px;
  float: right;
  margin-top:11px;
}

/* -----------------------------------------
   Template elements
----------------------------------------- */
/* ------------------ Backgrounds --------------------*/
.white-bg {
  color: #768399;
  background: #ffffff;
  background-color: #ffffff;
}
.red-bg {
  color: #ffffff;
  background: #f68484;
  background-color: #f68484;
}
.blue-bg {
  color: #ffffff;
  background: #75b9e6;
  background-color: #75b9e6;
}
.green-bg {
  color: #ffffff;
  background: #71d398;
  background-color: #71d398;
}
.yellow-bg {
  color: #ffffff;
  background: #ffcc66;
  background-color: #ffcc66;
}
.orange-bg {
  color: #ffffff;
  background: #f4b162;
  background-color: #f4b162;
}
.purple-bg {
  color: #ffffff;
  background: #af91e1;
  background-color: #af91e1;
}
.pink-bg {
  color: #ffffff;
  background: #f78db8;
  background-color: #f78db8;
}
.lime-bg {
  color: #ffffff;
  background: #a8db43;
  background-color: #a8db43;
}
.magenta-bg {
  color: #ffffff;
  background: #e65097;
  background-color: #e65097;
}
.teal-bg {
  color: #ffffff;
  background: #97d3c5;
  background-color: #97d3c5;
}
.brown-bg {
  color: #ffffff;
  background: #d1b993;
  background-color: #d1b993;
}
.gray-bg {
  color: #768399;
  background: #e4e9eb;
  background-color: #e4e9eb;
}
.dark-bg {
  color: #ffffff;
  background: #79859b;
  background-color: #79859b;
}
.text-left {
  text-align: left !important;
}
.page-header {
  border-bottom-color: #e7e7e2;
  margin-top: 20px;
  padding-bottom: 0;
  box-shadow: 0 1px 0px #ffffff;
}
.page-header i {
  color: #acb1b8;
  margin-right: 10px;
  float: left;
}
/* ------------------ Tiles --------------------*/
.tile {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0 0 25px 0;
  overflow: hidden;
  transition: background;
  transition-duration: 0.4s;
  text-decoration: none !important;
  outline: transparent solid 3px;
  position: relative;
  border-radius: 4px;
}
.tile:before,
.tile:after {
  content: " ";
  display: table;
}
.tile:after {
  clear: both;
}
.tile.white {
  background-color: #ffffff;
  color: #768399;
}
.tile.white:hover {
  background-color: #fcfcfc;
}
.tile.blue {
  background-color: #75b9e6;
  color: #ffffff;
}
.tile.blue:hover {
  background-color: #4aa3de;
}
.tile.red {
  background-color: #f68484;
  color: #ffffff;
}
.tile.red:hover {
  background-color: #f35454;
}
.tile.green {
  background-color: #71d398;
  color: #ffffff;
}
.tile.green:hover {
  background-color: #4ac77c;
}
.tile.yellow {
  background-color: #ffcc66;
  color: #ffffff;
}
.tile.yellow:hover {
  background-color: #ffbb33;
}
.tile.orange {
  background-color: #f4b162;
  color: #ffffff;
}
.tile.orange:hover {
  background-color: #f19932;
}
.tile.purple {
  background-color: #af91e1;
  color: #ffffff;
}
.tile.purple:hover {
  background-color: #9269d6;
}
.tile.pink {
  background-color: #f78db8;
  color: #ffffff;
}
.tile.pink:hover {
  background-color: #f45d9a;
}
.tile.lime {
  background-color: #a8db43;
  color: #ffffff;
}
.tile.lime:hover {
  background-color: #90c526;
}
.tile.magenta {
  background-color: #e65097;
  color: #ffffff;
}
.tile.magenta:hover {
  background-color: #e0237c;
}
.tile.teal {
  background-color: #97d3c5;
  color: #ffffff;
}
.tile.teal:hover {
  background-color: #73c4b1;
}
.tile.brown {
  background-color: #d1b993;
  color: #ffffff;
}
.tile.brown:hover {
  background-color: #c2a26f;
}
.tile.gray-spr {
  background-color: #f3f5f6;
}
.tile.gray-spr:hover {
  background-color: #d6dde0;
}
.tile.dark {
  color: #ffffff;
  background-color: #79859b;
}
.tile.dark:hover {
  background-color: #606c81;
}
.tile .tile-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px;
}
.tile .tile-content.text-center .number,
.tile .tile-content.text-center h3 {
  margin-left: 0;
}
.tile .tile-content .label {
  color: #768399;
  font-size: 100%;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.tile .tile-content .spark-number {
  width: 100%;
  float: left;
  font-size: 24px;
  margin-bottom: 10px;
}
.tile .tile-content .spark .percent {
  float: left;
  font-size: 16px;
  width: 60%;
}
.tile .tile-content .spark .sparkline {
  /* float: right; */
  width: 40%;
  display: inline-block;
}
.tile .tile-content .number {
  font-size: 48px;
  line-height: 48px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-left: 7px;
}
.tile .tile-content h1,
.tile .tile-content h2,
.tile .tile-content h3,
.tile .tile-content h4,
.tile .tile-content h5,
.tile .tile-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.tile .tile-content h1,
.tile .tile-content h2,
.tile .tile-content h3,
.tile .tile-content h4,
.tile .tile-content h5,
.tile .tile-content h6,
.tile .tile-content p {
  padding: 0;
  margin: 10px 0 0px 10px;
  line-height: 18px;
}
.tile .tile-icon {
  float: right;
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
}
.tile .tile-icon i {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* ------------------ Tile stats --------------------*/
.tile-stats {
  height: 100%;
  width: 100%;
  position: relative;
  transition: all;
  transition-duration: 0.4s;
}
.tile-stats .tile-stats-icon {
  float: left;
  width: 33.333%;
  padding: 18px 0;
  text-align: center;
}
.tile-stats .tile-stats-icon i {
  font-size: 48px;
  color: #a2abba;
}
.tile-stats .tile-stats-content {
  padding: 18px 0;
  width: 66.666%;
  float: left;
}
.tile-stats .tile-stats-content .tile-stats-number {
  font-weight: bold;
  font-size: 24px;
  color: #768399;
}
.tile-stats .tile-stats-content .tile-stats-text {
  color: #a2abba;
  font-size: 13px;
}
.tile-stats:hover {
  border-color: #c4c4b8;
}
.tile-stats.blue-bg {
  border-color: #75b9e6;
}
.tile-stats.blue-bg:hover {
  background: #4aa3de;
}
.tile-stats.gray-bg {
  border-color: #f3f5f6;
}
.tile-stats.gray-bg:hover {
  background: #e4e9eb;
}
.tile-stats.red-bg {
  border-color: #f68484;
}
.tile-stats.red-bg:hover {
  background: #f35454;
}
.tile-stats.orange-bg {
  border-color: #f4b162;
}
.tile-stats.orange-bg:hover {
  background: #f19932;
}
.tile-stats.yellow-bg {
  border-color: #ffcc66;
}
.tile-stats.yellow-bg:hover {
  background: #ffbb33;
}
.tile-stats.green-bg {
  border-color: #71d398;
}
.tile-stats.green-bg:hover {
  background: #4ac77c;
}
.tile-stats.pink-bg {
  border-color: #f78db8;
}
.tile-stats.pink-bg:hover {
  background: #f45d9a;
}
.tile-stats.magenta-bg {
  border-color: #e65097;
}
.tile-stats.magenta-bg:hover {
  background: #e0237c;
}
.tile-stats.purple-bg {
  border-color: #af91e1;
}
.tile-stats.purple-bg:hover {
  background: #9269d6;
}
.tile-stats.dark-bg {
  border-color: #79859b;
}
.tile-stats.dark-bg:hover {
  background: #606c81;
}
.tile-stats.teal-bg {
  border-color: #97d3c5;
}
.tile-stats.teal-bg:hover {
  background: #73c4b1;
}
.tile-stats.brown-bg {
  border-color: #d1b993;
}
.tile-stats.brown-bg:hover {
  background: #c2a26f;
}
/* ------------------ Icons in header tags --------------------*/
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  float: left;
  margin-top: -1px;
  margin-right: 5px;
}
/* ------------------ Input sizes --------------------*/
.input-mini {
  width: 60px!important;
}
.input-small {
  width: 90px!important;
}
.input-medium {
  width: 150px!important;
}
.input-large {
  width: 210px!important;
}
.input-xlarge {
  width: 270px!important;
}
.input-block {
  width: 100%;
  display: block;
}
/* ------------------ Spinners --------------------*/
.ui-spinner {
  border: none;
  width: 100%;
}
.ui-spinner .ui-spinner-input {
  margin: 0;
}
.ui-spinner .ui-spinner-button {
  border-left: 1px solid #e7e7e2;
  width: 32px;
  cursor: pointer;
}
.ui-spinner .ui-icon {
  left: 50%;
  margin-left: -7px;
}
/* ------------------ File upload --------------------*/
.file-upload {
  width: 200px;
  float: left;
  margin-right: 10px;
  background-color: #ffffff !important;
}
/* ------------------ Circfull progress bars --------------------*/
.circliful {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.circliful .circle-text,
.circliful .circle-info,
.circliful .circle-text-half,
.circliful .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
  color: #768399;
  font-weight: bold;
}
.circliful .circle-text-half {
  top: 8px;
}
.circliful i {
  margin: 5px 3px 0 3px;
  position: relative;
  bottom: 4px;
}
/* ------------------ Search page --------------------*/
.search-page .search-page-toolbar {
  margin-top: 12px;
  margin-bottom: 12px;
}
.search-page .search-results .search-results-item {
  margin-top: 10px;
  float: left;
}
.search-page .search-results .search-results-item:before,
.search-page .search-results .search-results-item:after {
  content: " ";
  display: table;
}
.search-page .search-results .search-results-item:after {
  clear: both;
}
.search-page .search-results .search-results-item .search-result-video {
  float: left;
  margin-right: 10px;
  position: relative;
}
.search-page .search-results .search-results-item .search-result-video .play-video {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: black;
  padding: 0 10px 2px;
}
.search-page .search-results .search-results-item .search-result-video .play-video i {
  color: white;
}
.search-page .search-results .search-results-item .search-results-item-name {
  margin-bottom: 2px;
}
.search-page .search-results .search-results-item .search-results-item-url a {
  color: #71d398;
}
/* ------------------ Profile page --------------------*/
.profile-widget .profile-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.profile-widget .profile-avatar {
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #e7e7e2;
  float: left;
}
.profile-widget .profile-avatar img {
  border-radius: 50%;
  border: 1px solid #e7e7e2;
}
.profile-widget .profile-name {
  margin-top: 10px;
  font-size: 22px;
  margin-bottom: 10px;
}
.profile-widget .profile-name span.label {
  font-size: 14px;
}
.profile-widget .profile-stats-info a {
  font-size: 24px;
  margin-right: 10px;
  margin-top: 10px;
  color: #79859b;
}
.profile-widget .profile-stats-info a i {
  font-style: 32px;
}
.profile-widget .profile-stats-info a:hover {
  text-decoration: none;
  color: #96a0b1;
}
.profile-widget .profile-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.profile-widget .profile-info li {
  padding: 8px 15px;
  transition: background-color;
  transition-duration: 0.4s;
}
.profile-widget .profile-info li i {
  font-size: 24px;
  margin-right: 15px;
}
.profile-widget .profile-info li:hover {
  background-color: #f3f5f6;
}
/* ------------------ Notifications --------------------*/
.notification {
  background-color: #f68484;
  border-radius: 4px;
  font: bold 11px Arial;
  color: #ffffff;
  line-height: 20px;
  min-width: 20px;
  position: absolute;
  top: 6px;
  right: 5px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding-left: 4px;
  padding-right: 4px;
}
.notification.green {
  background-color: #71d398;
}
.notification.blue {
  background-color: #75b9e6;
}
.notification.teal {
  background-color: #97d3c5;
}
.notification.white {
  background-color: #ffffff;
  color: #79859b;
}
.notification.dark {
  background-color: #79859b;
}
.notification.yellow {
  background-color: #ffcc66;
  color: #ffffff;
}
.notification.orange {
  background-color: #f4b162;
}
.notification.purple {
  background-color: #af91e1;
}
.notification.pink {
  background-color: #f78db8;
}
.notification.lime {
  background-color: #a8db43;
}
.notification.magenta {
  background-color: #e65097;
}
.notification.brown {
  background-color: #d1b993;
}

.notification.holding {
  background-color: #eb9532;
}

.notification.inroom {
  background-color: #be90d4;
}

.notification.insurgery {
  background-color: #52b3d9;
}

.notification.surgeryend {
  background-color: #abb7b7;
}

.notification.onhover {
  opacity: 0;
}
/* ------------------ Shortcut buttons --------------------*/
.shortcut-button {
  float: left;
}
.shortcut-button a {
  height: 100px;
  width: 100px;
  text-decoration: none;
  float: left;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.shortcut-button a:hover {
  transition: background;
  transition-duration: 0.4s;
  background: #f3f5f6;
}
.shortcut-button a:hover span {
  color: #3d4552;
}
.shortcut-button a:hover i.color-blue {
  color: #3498da;
}
.shortcut-button a:hover i.color-orange {
  color: #ef8d1b;
}
.shortcut-button a:hover i.color-yellow {
  color: #ffb219;
}
.shortcut-button a:hover i.color-teal {
  color: #61bca7;
}
.shortcut-button a:hover i.color-green {
  color: #abe5c2;
}
.shortcut-button a:hover i.color-dark {
  color: #a5adbc;
}
.shortcut-button a:hover i.color-red {
  color: #f13d3d;
}
.shortcut-button i {
  font-size: 48px;
  height: 64px;
  width: 64px;
  transition: color;
  transition-duration: 0.4s;
  margin-top: 10px;
}
.shortcut-button span {
  display: block;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #768399;
  margin-top: -10px;
  transition: color;
  transition-duration: 0.4s;
  text-align: center;
}
/* ------------------ Codeblock --------------------*/
pre {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ------------------ Sortable --------------------*/
.sortable-grid {
  min-height: 50px;
}

/* -----------------------------------------
   Responsive media queries
----------------------------------------- */
/* ------------------ Big screens  --------------------*/
@media all and (max-width: 9999px) and (min-width: 1367px) {
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 12em;
  }
}
/* ------------------ Desktops --------------------*/
@media all and (max-width: 1366px) and (min-width: 992px) {
  /* ------------------ Tiles --------------------*/
  .tile .tile-icon i {
    font-size: 42px !important;
  }
  .tile .tile-content .number {
    font-size: 32px;
    line-height: 32px;
  }
  
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 10em;
  }
}
/* ------------------ Tablets and some phones --------------------*/
@media all and (max-width: 980px) and (min-width: 768px) {
  #header .navbar .nav li a i {
    font-size: 20px;
  }
  /* ------------------ Form grid --------------------*/
  .form-group .row .form-control,
  .form-group .row .input-group,
  .form-group .row .ui-spinner {
    margin-bottom: 10px;
  }
  .form-group .row .input-group .form-control,
  .form-group .row .ui-spinner .form-control {
    margin-bottom: 0;
  }
  .form-horizontal .control-label,
  .form-vertical .control-label {
    text-align: left;
    margin-bottom: 10px;
  }
  /* ------------------ Dual list --------------------*/
  .bootstrap-duallistbox-container .box2 {
    margin-top: 10px;
  }
  
  /* ------------------ Login page --------------------*/
  body.login-page #login {
    margin-top: 100px;
  }
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 10em;
  }
}
/* ------------------ Most phones --------------------*/
@media all and (max-width: 767px) {
  /* ------------------ Center modal --------------------*/
  .modal-dialog-center {
    width: 100%;
  }
  /* ------------------ Header --------------------*/
  #header {
    height: auto;
  }
  #header .navbar {
    box-shadow: none;
    padding-right: 0;
    height: auto;
  }
  #header .navbar .navbar-brand {
    display: none;
  }
  #header .navbar .top-nav {
    float: left;
    width: 100%;
    background: #75b9e6;
    height: 50px;
    padding: 0 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  #header .navbar .top-nav:before,
  #header .navbar .top-nav:after {
    content: " ";
    display: table;
  }
  #header .navbar .top-nav:after {
    clear: both;
  }
  #header .navbar .top-nav .navbar-nav {
    margin: 0;
  }
  #header .navbar .top-nav .navbar-nav li {
    display: inline-block;
  }
  #header .navbar .top-nav .navbar-nav .open .dropdown-menu {
    max-height: 300px;
    max-width: 320px;
    overflow: auto;
    position: absolute;
    float: left;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #e7e7e2;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  #header .navbar .top-nav .navbar-nav .open .dropdown-menu li {
    width: 100%;
  }
  
  /****************Error Handling *************************/

  
    /* ------------------ Full calendar --------------------*/
  .fc-header-left,
  .fc-header-center,
  .fc-header-right {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .fc-header-left {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e2;
  }
  .fc-header-center {
    padding: 5px 0;
  }
  .fc-header-right {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e7e7e2;
  }
  /* ------------------ Form grid --------------------*/
  .form-group .row .form-control,
  .form-group .row .input-group,
  .form-group .row .ui-spinner {
    margin-bottom: 10px;
  }
  .form-group .row .input-group .form-control,
  .form-group .row .ui-spinner .form-control {
    margin-bottom: 0;
  }
  .form-horizontal .control-label,
  .form-vertical .control-label {
    text-align: left;
    margin-bottom: 10px;
  }
  /* ------------------ Dual list --------------------*/
  .bootstrap-duallistbox-container .box2 {
    margin-top: 10px;
  }
  /* ------------------ Pagination--------------------*/
  .pagination {
    margin-bottom: 0;
  }
  .pagination > li > a {
    margin-bottom: 10px;
  }
  /* ------------------ Justified nav tabs --------------------*/
  .nav-tabs.nav-justified li a {
    border-right-width: 1px;
  }
  .nav-tabs.nav-justified li.active a {
    border-right-width: 1px;
  }
  .nav-tabs.nav-justified li:last-child a {
    margin-bottom: 0;
  }
  /* ------------------ Email app --------------------*/
  .email-list {
    padding-left: 0;
    padding-right: 0;
  }
  /* ------------------ Login page --------------------*/
  body.login-page #login {
    margin-top: 100px;
  }
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 7em;
  }
}
/* ------------------ Small devices --------------------*/
@media all and (max-width: 640px) {
  /* ------------------ Header --------------------*/
  #header .navbar .top-nav {
    height: 100px;
    text-align: center;
    float: none;
  }
  #header .navbar .top-nav .navbar-nav {
    float: none !important;
    height: 50px;
  }
  #header .navbar .top-nav .navbar-nav .open .dropdown-menu li {
    text-align: left;
  }
  #header .navbar .top-nav .navbar-nav #toggle-sidebar-li {
    position: absolute;
    left: 10px;
  }
  #header .navbar .top-nav .navbar-nav #toggle-right-sidebar-li {
    position: absolute;
    right: 10px;
    top: 0;
  }
  /* ------------------ Sidebars --------------------*/
  #sidebar,
  #right-sidebar {
    top: 100px;
  }
  /* ------------------ Content --------------------*/
  #content {
    padding-top: 100px;
  }
  /* ------------------ Wizard styles --------------------*/
  .form-wizard .wizard-steps .wstep {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #e7e7e2;
  }
  .form-wizard .wizard-steps .wstep .donut {
    margin-left: auto;
    margin-right: auto;
  }
  .form-wizard .wizard-steps .wstep .txt {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .form-wizard .wizard-steps .wstep:after {
    display: none;
  }
  .form-wizard.wizard-vertical .wizard-steps .wstep {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #e7e7e2;
  }
  .form-wizard.wizard-vertical .wizard-steps .wstep .donut {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .form-wizard.wizard-vertical .wizard-steps .wstep .txt {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .form-wizard.wizard-vertical .wizard-steps .wstep:after {
    display: none;
  }
  .form-wizard.wizard-vertical .wizard-steps.show {
    width: 100%;
    margin-right: 0;
    float: none;
    border-right: none;
  }
  .form-wizard.wizard-vertical .wrap {
    padding-left: 0;
  }
  .form-wizard.wizard-vertical .wizard-actions {
    padding-left: 0;
  }
  /* ------------------ Email app --------------------*/
  .email-toolbar div[role=toolbar] {
    width: 100%;
    margin-bottom: 10px;
  }
  .email-pager {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  /* ------------------ Gallery  --------------------*/
  button.filter,
  span.sort {
    margin-bottom: 10px;
  }
  .gallery-toolbar {
    text-align: center;
  }
}
/* ------------------ Small devices --------------------*/
@media all and (max-width: 460px) {
  /* ------------------ Header --------------------*/
  #header .navbar .top-nav {
    padding: 0;
  }
  /* ------------------ Options buttons --------------------*/
  .option-buttons {
    display: none;
  }
  /* ------------------ Email app --------------------*/
  #email-content {
    padding-left: 0;
    padding-right: 0;
  }
  .email-select,
  .email-star {
    width: 30px !important;
  }
  /* ------------------ Login page --------------------*/
  body.login-page #login {
    width: 400px;
  }
  /* ------------------ Error pages --------------------*/
  body.error-page h1.error-number {
    font-size: 12em;
  }
  body.error-page .btn-group a {
    width: 100%;
    border-radius: 4px;
  }
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 5em;
  }
}
/* ------------------ Small devices --------------------*/
@media all and (max-width: 420px) {
  /* ------------------ Filestyle --------------------*/
  .bootstrap-filestyle label {
    margin-top: 10px;
  }
  /* ------------------ Heading breadcrumb --------------------*/
  .heading .breadcrumb > li {
    margin-bottom: 5px;
  }
  /* ------------------ Login page --------------------*/
  body.login-page #login {
    width: 360px;
  }
}
/* ------------------ Crapy phones --------------------*/
@media all and (max-width: 320px) {
  /* ------------------ Login page --------------------*/
  body.login-page #login {
    width: 300px;
  }
}
/* -----------------------------------------
   Print styles
----------------------------------------- */
@media print {
  .row.printable {
    display: block !important;
  }
  body {
    background: #fff;
    margin: 0;
    padding: 0;
  }
  #content,
  .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .panel .panel-heading {
    background: none;
    border: none;
    box-shadow: none;
  }
  .panel .content {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  #header,
  #right-sidebar,
  #sidebar,
  .heading {
    display: none;
  }
}
