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-grays{
  color: #bebebe;
}
.color-grays2{
  color: #999999;
}
.color-red {
  color: #f68484 !important;
}
.color-blue {
  color: #52a7e0 !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;
}
/* ------------------ 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;
}
/* ------------------ Opacity --------------------*/
.opacity {
  opacity: 1 !important;
}
.opacity0 {
  opacity: 0 !important;
}
/* ------------------ Typo --------------------*/
.strong {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
}
/* ------------------ Contextual colors --------------------*/
.text-muted {
  color: #999999;
}
.text-primary {
  color: #46a5dd;
}
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 {
  overflow-x: hidden;
  min-height: 100%;
  background: #ffffff;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform 0.4s ease !important;
  transition: transform 0.4s ease !important;
  position: relative;
}
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: 14% auto 0 auto;
  position: relative;
  width: 370px;
}
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);
  position: relative;
  behavior: url(PIE-b952304559fdac861e34ef671aa7e3b4.htc);
  z-index: 100;
}
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;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
/* -----------------------------------------
   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;
  /*background: #46a5dd;*/
  background: #009688;
  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 .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;*/
  height: 50px;
  padding-bottom: 0;
  color: #ffffff;
  width: auto;
  position: relative;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-x: hidden;
  font-size: 16px;
  min-width: 50px;
  text-align: center;
  outline: none;
}
#header .navbar li a:hover,#header .navbar li a:focus{
  /*background: #2887c6;*/
  background: #009688;
}
#header .navbar .pull-right .out a:hover,
#header .navbar .pull-right .out a:focus {
  background: #f68484;
}
#header .navbar .nav li a i {
  font-size: 24px;
  margin-right: 6px;
  margin-bottom: 2px;
}
#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;*/
/*}*/
.dropdown-menu {
  background-color: #00a897!important;
}
#header .navbar .nav li.active a {
  /*background: #b6daf2;*/
  background: #009688;
  opacity: .8;
  filter: alpha(opacity = 80);
}
#header .navbar .nav li a:hover{
  background: #00a897!important;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a {
  /*color: #768399;*/
  color: #fff;
  text-align: left;
  padding-left: 15px;
  /*&:hover {
						color: @white;
						background: @headerBackground;
					}*/
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a:hover {
  background-color: #009688!important;
  /*color: #535e6f;*/
  color: #fff;
}
ul.md-dropdown-style li:hover{
  background-color: red!important;
  color: #fff;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a:hover i {
  /*color: #75b9e6;*/
  color: #009688;
}
#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: 25%;
  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;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.4s;
  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;*/
  background: #00a897;
}
#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: 49px;
  /*z-index: 0;*/
  /*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: 209px;
  background: #2d3951;
  border-right: 1px solid transparent;
  z-index: -1;
}
#sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
}
#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 transparent;
}
#sidebar #sideNav li a {
  padding: 15px;
  position: relative;
  color: #fff;
  height: 50px;
  border-radius: 0;
  background: #2d3951;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#sidebar #sideNav li a i {
  font-size: 20px;
  margin-right: 15px;
  float: left;
  color: #fff;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: auto;
  margin-bottom: 0;
  margin-top: -1px;
}
#sidebar #sideNav li a i.sideNav-arrow {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
#sidebar #sideNav li a i.s16 {
  right: 17px;
}
#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: 51px;
  width: 4px;
  background: #75b9e6;
  opacity: 0;
}
#sidebar #sideNav li a:hover {
  background: #fefefe;
  /*color: #46a5dd;*/
  color: #009688;
}
#sidebar #sideNav li a:hover .notification.onhover {
  opacity: 1;
}
#sidebar #sideNav li a.active {
  background: #fefefe;
  font-weight: bold;
  border-right: 1px solid transparent;
  margin-right: -1px;
  /*border-bottom: 1px solid #e0e0da;*/
  /*color: #47c7f5;*/
  color: #009688;
}
#sidebar #sideNav li a:hover i,
#sidebar #sideNav li a.active i {
  /*color: #46a5dd;*/
  color: #009688;
  text-shadow: none;
}
#sidebar #sideNav li a.expand {
  background: #2d3951;
}

#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: #262b2e;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#sidebar #sideNav li .sub a.active {
  background: #fefefe;
  border-right: 1px solid transparent;
  margin-right: -1px;
  /*border-top: 1px solid #2d3951;*/
  /*border-bottom: 1px solid #2d3951;*/
  /*color: #46a5dd;*/
  color: #009688;
}
#sidebar #sideNav li a.active i{
  /*color: #46a5dd;*/
  color: #009688;
}
#sidebar #sideNav li .sub a:hover {
  background: #fefefe;
  /*color: #46a5dd;*/
  color: #009688;
}
#sidebar #sideNav li .sub a i:hover {
  /*color: #46a5dd;*/
  color: #009688;
}
#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 li.hasSub > a {
  border-top: 1px solid #e0e0da;
}
#sidebar #sideNav li .sub li.hasSub > a.expand {
  background: #eaeeef;
}
#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: 48px;
  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 {
  margin-left: 210px;
  padding: 56px 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;
  /*min-height: calc(100vh - 230px);*/
}
#content .content-wrapper .outlet {
  position: relative;
}
#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: 24px;
  border-bottom: none;
  margin: 12.5px 0 12.5px 0;
  padding: 0;
  background: #ffffff;
  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: 12px;
  margin-top: 20px;
}
#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;
}
.breadcrumb >li>a{
  color: #999;
}
.breadcrumb  li:nth-last-of-type(1)>a{
  color: #46a5dd;
}
.breadcrumb >li>a:hover{
  color: #46a5dd;
}
.breadcrumb{
  border-bottom:1px solid #eee ;

}
#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;
}
/* -----------------------------------------
   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: #f8f8f8;
}
.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;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  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;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.4s;
  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;
}
/* ------------------ Sidebar panels --------------------*/
.sidebar-panel {
  margin-top: 10px;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.sidebar-panel:before,
.sidebar-panel:after {
  content: " ";
  display: table;
}
.sidebar-panel:after {
  clear: both;
}
.sidebar-panel .sidebar-panel-title {
  font-size: 13px;
  padding-left: 17px;
  text-transform: uppercase;
}
.sidebar-panel .sidebar-panel-title i {
  margin-right: 15px;
}
.sidebar-panel .sidebar-panel-content {
  padding: 5px 15px 15px;
  position: relative;
}
.sidebar-panel .sidebar-panel-content.fullwidth {
  padding: 5px 0px 15px;
}
/* ------------------ Sparkline tooltips --------------------*/
.jqstooltip {
  padding: 5px;
  display: inline-block;
}
.jqsfield {
  color: white;
  text-align: left;
  padding: 5px;
  margin-left: -5px;
  margin-right: 5px;
  margin-top: -5px;
  margin-bottom: 5px;
  border-radius: 0px;
  background: #79859b;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  z-index: 100;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-color: #79859b;
}
/* ------------------ Easypie charts --------------------*/
.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.pie-charts {
  float: left;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 20px;
}
.pie-charts .easyPieChart {
  font-weight: bold;
}
.pie-charts div.label {
  color: #768399;
  font-size: 100%;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.pie-charts.red-pie .easyPieChart {
  color: #f68484;
}
.pie-charts.red-pie div.label {
  color: #f68484;
}
.pie-charts.green-pie .easyPieChart {
  color: #71d398;
}
.pie-charts.green-pie div.label {
  color: #71d398;
}
.pie-charts.blue-pie .easyPieChart {
  color: #75b9e6;
}
.pie-charts.blue-pie div.label {
  color: #75b9e6;
}
.pie-charts.teal-pie .easyPieChart {
  color: #97d3c5;
}
.pie-charts.teal-pie div.label {
  color: #97d3c5;
}
.pie-charts.purple-pie .easyPieChart {
  color: #af91e1;
}
.pie-charts.purple-pie div.label {
  color: #af91e1;
}
/* ------------------ Flot charts --------------------*/
#flotTip {
  padding: 5px 10px;
  color: white;
  border-radius: 0px;
  background: #606c81;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  z-index: 100;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tickLabel {
  font-family: "Open Sans";
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}
.blue-bg .tickLabel {
  color: #ffffff;
}
/* ------------------ 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: 60px!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;
}
/* ------------------ Sidebar chat styles --------------------*/
.chat-user-list {
  position: relative;
  display: block;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.chat-user-list.hide-it {
  display: none;
}
.chat-user-list .has-message {
  display: inline-block;
  float: right;
  margin-top: 12px;
  margin-right: 20px;
}
.chat-user-list .has-message i {
  color: #75b9e6;
}
.chat-search {
  position: relative;
  padding: 0 15px;
}
.chat-search .form-group {
  margin-left: 0;
  margin-right: 0;
}
.chat-search input {
  border: none;
  border-bottom: 1px solid #e0e0da;
  background: none;
  padding: 21px 0 25px 35px;
  height: auto;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}
.chat-search input:focus,
.chat-search input:hover {
  box-shadow: none;
  border-color: #d5d5cc;
}
.chat-search button {
  position: absolute;
  left: 15px;
  top: 19px;
  border: none;
  background: none;
}
.chat-search button i {
  color: #acb1b8;
}
.chat-box {
  position: relative;
  display: none;
  opacity: 0;
}
.chat-box h5 {
  padding: 23px 0 26px 26%;
  border-bottom: 1px solid #e7e7e2;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.chat-box h5 .status {
  position: relative;
  left: auto;
  top: auto;
}
.chat-box .status {
  position: absolute;
  left: 35px;
  top: 47px;
  color: #f68484;
  background: #f3f5f6;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.chat-box .status i {
  font-size: 36px;
  margin-top: -10px;
  margin-left: -10px;
}
.chat-box .status.online {
  color: #71d398;
}
.chat-box .status.offline {
  color: #a2abba;
}
.chat-box .btn {
  position: absolute;
  top: 20px;
  left: 25px;
}
.chat-box.chatbox-show {
  display: block;
  opacity: 1;
}
.chat-box .chat-write {
  padding: 0;
  position: fixed;
  width: 100%;
  bottom: 5px;
  width: 250px;
  right: 15px;
}
.chat-box .chat-write form {
  position: relative;
}
.chat-box .chat-write form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.chat-box .chat-write form textarea {
  resize: none;
  border-radius: 0;
  box-shadow: none;
  padding: 6px 36px 6px 12px;
}
.chat-box .chat-write form #attach_photo_btn {
  top: 0;
  right: 4px;
  left: auto;
  width: 40px;
}
.chat-box .chat-write form input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 40px;
  height: 34px;
  top: 0;
  right: 2px;
}
.chat-ui {
  padding-left: 0px;
  margin-bottom: 35px;
  margin-top: 8px;
  list-style: none;
}
.chat-ui.bsAccordion li:last-child ul {
  margin-bottom: 20px;
}
.chat-ui.chat-messages li {
  padding: 15px;
}
.chat-ui.chat-messages li:before,
.chat-ui.chat-messages li:after {
  content: " ";
  display: table;
}
.chat-ui.chat-messages li:after {
  clear: both;
}
.chat-ui.chat-messages li.chat-me {
  background: #e4e9eb;
}
.chat-ui.chat-messages li .avatar {
  width: 25%;
  float: left;
}
.chat-ui.chat-messages li .avatar img {
  width: 42px;
  height: 42px;
  border-radius: 20px;
  margin-right: 5px;
  border: 1px solid transparent;
}
.chat-ui.chat-messages li .chat-name {
  width: 75%;
  color: #a2abba;
  font-weight: normal;
  font-size: 14px;
  float: left;
  font-weight: bold;
}
.chat-ui.chat-messages li .chat-name .chat-time {
  color: #535e6f;
  font-weight: bold;
  font-size: 11px;
  float: right;
  line-height: 18px;
}
.chat-ui.chat-messages li .chat-txt {
  width: 75%;
  float: left;
  font-size: 13px;
  word-wrap: break-word;
}
.chat-ui li {
  display: block;
  position: relative;
}
.chat-ui li a {
  padding: 7px 15px;
  color: #768399;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  position: relative;
}
.chat-ui li a .notification {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  margin-left: 5px;
}
.chat-ui li a i {
  float: right;
  font-size: 16px;
}
.chat-ui li a .chat-avatar {
  width: 42px;
  height: 42px;
  border-radius: 20px;
  margin-right: 5px;
  border: 1px solid transparent;
  -webkit-transition: border;
  transition: border;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.chat-ui li a.chat-name {
  color: #a2abba;
  font-weight: normal;
  font-size: 13px;
  padding: 0;
  text-decoration: none;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.chat-ui li ul {
  padding-left: 0;
}
.chat-ui li ul .status {
  position: absolute;
  left: 32px;
  top: 36px;
  color: #f68484;
  background: #f3f5f6;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.chat-ui li ul .status i {
  font-size: 36px;
  margin-left: -10px;
  margin-top: -10px;
}
.chat-ui li ul .status.online {
  color: #71d398;
}
.chat-ui li ul .status.offline {
  color: #a2abba;
}
.chat-ui li ul li {
  padding: 7px 10px;
  margin: 0 5px;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 4px;
}
.chat-ui li ul li:hover {
  background: #e4e9eb;
}
/* ------------------ 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;
}
/* ------------------ Weather widget --------------------*/
.weather-widget .weather-location {
  font-size: 16px;
  margin-top: 10px;
}
.weather-widget .weather-day {
  font-weight: bold;
  margin-top: 10px;
}
/* ------------------ Blogpost widget --------------------*/
.blog-post-widget .blog-post-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.blog-post-widget .blog-post-date {
  color: #939daf;
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}
.blog-post-widget .blog-post-text {
  color: #768399;
}
.blog-post-widget .blog-post-info {
  padding: 5px 0;
}
.blog-post-widget .blog-post-info .blog-post-author {
  margin-right: 10px;
}
.blog-post-widget .blog-post-info .blog-post-likes {
  margin-right: 10px;
}
/* ------------------ Chat widget --------------------*/
.chat-widget {
  margin-top: 0;
  margin-bottom: 0;
}
.chat-widget > li .avatar {
  width: auto !important;
  margin-right: 10px;
}
.chat-widget > li .chat-name {
  width: 100% !important;
  float: none !important;
}
.chat-widget .attach_photo_btn {
  top: 0;
  right: 4px;
  left: auto;
  width: 40px;
  position: relative;
}
.chat-widget input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 40px;
  height: 34px;
  bottom: 0;
  left: 2px;
}
/* ------------------ Recent users widget --------------------*/
.recent-users-widget .recent-users-header {
  padding: 15px;
}
.recent-users-widget ul.list-group {
  margin-bottom: 0;
}
.recent-users-widget ul.list-group li.list-group-item {
  border-color: transparent;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.recent-users-widget ul.list-group li.list-group-item:before,
.recent-users-widget ul.list-group li.list-group-item:after {
  content: " ";
  display: table;
}
.recent-users-widget ul.list-group li.list-group-item:after {
  clear: both;
}
.recent-users-widget ul.list-group li.list-group-item:nth-child(even) {
  background: #f3f5f6;
}
.recent-users-widget ul.list-group li.list-group-item:nth-child(even) .status {
  background: #f3f5f6;
}
.recent-users-widget ul.list-group li.list-group-item:hover {
  background: #e4e9eb;
}
.recent-users-widget ul.list-group li.list-group-item:hover .status {
  background: #e4e9eb;
}
.recent-users-widget ul.list-group li.list-group-item .chat-avatar {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 20px;
  margin-right: 5px;
  border: 1px solid transparent;
  -webkit-transition: border;
  transition: border;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.recent-users-widget ul.list-group li.list-group-item .name {
  float: left;
  padding: 13px 5px 8px;
}
.recent-users-widget ul.list-group li.list-group-item .status {
  position: absolute;
  left: 41px;
  top: 38px;
  color: #f68484;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.recent-users-widget ul.list-group li.list-group-item .status i {
  font-size: 36px;
  margin-top: -10px;
  margin-left: -10px;
}
.recent-users-widget ul.list-group li.list-group-item .status.online {
  color: #71d398;
}
.recent-users-widget ul.list-group li.list-group-item .status.offline {
  color: #a2abba;
}
/* ------------------ Todo widget --------------------*/
.todo-widget {
  position: relative;
}
.todo-widget .todo-header {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.todo-widget .todo-header:before,
.todo-widget .todo-header:after {
  content: " ";
  display: table;
}
.todo-widget .todo-header:after {
  clear: both;
}
.todo-widget .todo-header .todo-search {
  width: 75%;
  float: left;
}
.todo-widget .todo-header .todo-add {
  width: 25%;
  float: right;
  text-align: right;
}
.todo-widget .todo-period {
  font-size: 16px;
}
.todo-widget .todo-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0px;
  min-height: 40px;
  padding-left: 0;
  position: relative;
}
.todo-widget .todo-list.ui-sortable {
  cursor: move;
}
.todo-widget .todo-list .todo-task-item {
  margin-bottom: 0;
  border-top: 1px solid #e7e7e2;
  padding: 10px 0;
  position: relative;
}
.todo-widget .todo-list .todo-task-item:before,
.todo-widget .todo-list .todo-task-item:after {
  content: " ";
  display: table;
}
.todo-widget .todo-list .todo-task-item:after {
  clear: both;
}
.todo-widget .todo-list .todo-task-item .checkbox {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.todo-widget .todo-list .todo-task-item .todo-priority {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.todo-widget .todo-list .todo-task-item .todo-priority i {
  font-size: 16px;
  color: #79859b;
}
.todo-widget .todo-list .todo-task-item .todo-priority.normal i {
  color: #71d398;
}
.todo-widget .todo-list .todo-task-item .todo-priority.high i {
  color: #f68484;
}
.todo-widget .todo-list .todo-task-item .todo-priority.medium i {
  color: #f4b162;
}
.todo-widget .todo-list .todo-task-item .todo-category {
  float: right;
  margin-right: 18px;
}
.todo-widget .todo-list .todo-task-item .todo-task-text {
  font-weight: bold;
  padding-top: 1px;
}
.todo-widget .todo-list .todo-task-item .todo-close {
  position: absolute;
  right: 0;
  font-size: 16px;
  top: 14px;
}
.todo-widget .todo-list .todo-task-item.task-done {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.todo-widget .todo-list .todo-task-item.task-done .todo-task-text {
  text-decoration: line-through;
}
.todo-widget .todo-list .ui-sortable-helper {
  background: #f3f5f6;
}
.todo-widget .todo-list .placeholder {
  border: 2px dashed #e7e7e2;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
}
/* ------------------ Instagram widget --------------------*/
.instagram-widget:before,
.instagram-widget:after {
  content: " ";
  display: table;
}
.instagram-widget:after {
  clear: both;
}
.instagram-widget .instagram-widget-header {
  width: 100%;
  float: left;
}
.instagram-widget .instagram-widget-header a {
  color: #768399;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.instagram-widget .instagram-widget-header a .instagram-widget-text {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
.instagram-widget .instagram-widget-header a .instagram-widget-number {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.instagram-widget .instagram-widget-header a:hover {
  color: #75b9e6;
  text-decoration: none;
}
.instagram-widget .instagram-widget-image {
  width: 100%;
  float: left;
}
.instagram-widget .instagram-widget-image .carousel-indicators {
  bottom: 10px;
  left: 10px;
  width: auto;
  margin-left: 0;
}
.instagram-widget .instagram-widget-footer {
  width: 100%;
  float: left;
  padding: 15px 0;
  background: #f9b4b4;
}
.instagram-widget .instagram-widget-footer p {
  margin-bottom: 0;
}
.instagram-widget .instagram-widget-footer p a {
  color: #f35454;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.instagram-widget .instagram-widget-footer p a i {
  font-size: 24px;
}
.instagram-widget .instagram-widget-footer p a .instagram-widget-number {
  font-size: 20px;
}
.instagram-widget .instagram-widget-footer p a:hover {
  color: #ef2525;
  text-decoration: none;
}
/* ------------------ Twitter widget --------------------*/
.twitter-widget:before,
.twitter-widget:after {
  content: " ";
  display: table;
}
.twitter-widget:after {
  clear: both;
}
.twitter-widget .twitter-widget-header {
  width: 100%;
  float: left;
}
.twitter-widget .twitter-widget-header a {
  color: #768399;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.twitter-widget .twitter-widget-header a .twitter-widget-text {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
.twitter-widget .twitter-widget-header a .twitter-widget-number {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.twitter-widget .twitter-widget-header a:hover {
  color: #75b9e6;
  text-decoration: none;
}
.twitter-widget .twitter-widget-tweets {
  float: left;
  padding: 15px 20px;
}
.twitter-widget .twitter-widget-tweets ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.twitter-widget .twitter-widget-tweets ul li {
  margin-bottom: 5px;
}
.twitter-widget .twitter-widget-tweets ul li .twitter-widget-avatar {
  float: left;
  margin: 5px 10px 10px 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.twitter-widget .twitter-widget-tweets ul li p.tweet-text {
  margin-bottom: 0;
  font-weight: bold;
  color: #939daf;
  padding-left: 50px;
  font-size: 13px;
}
.twitter-widget .twitter-widget-tweets ul li .twitter-widget-date {
  font-size: 12px;
  color: #bfc5cf;
  font-weight: bold;
}
/* ------------------ Vector maps --------------------*/
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #2a2f38;
  border-radius: 4px;
  background: #2a2f38;
  color: #ffffff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px 5px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 4px;
  background: #2a2f38;
  padding: 3px;
  color: white;
  width: 18px;
  height: 18px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
/* ------------------ Invoice page --------------------*/
.invoice:before,
.invoice:after {
  content: " ";
  display: table;
}
.invoice:after {
  clear: both;
}
.invoice .invoice-header {
  width: 100%;
  float: left;
  background: #f3f5f6;
}
.invoice .invoice-header:before,
.invoice .invoice-header:after {
  content: " ";
  display: table;
}
.invoice .invoice-header:after {
  clear: both;
}
.invoice .invoice-header .invoice-logo {
  margin-bottom: 15px;
  margin-top: 15px;
}
.invoice .invoice-header .invoice-to .invoice-total .invoice-total-sum {
  font-size: 32px;
  text-transform: uppercase;
}
.invoice .invoice-header .invoice-to .invoice-total .invoice-total-txt {
  float: right;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}
.invoice .invoice-content {
  margin-top: 15px;
  width: 100%;
  float: left;
}
.invoice .invoice-content:before,
.invoice .invoice-content:after {
  content: " ";
  display: table;
}
.invoice .invoice-content:after {
  clear: both;
}
.invoice .invoice-content .invoice-total-sum {
  font-size: 32px;
  text-transform: uppercase;
}
.invoice .invoice-content .invoice-total-txt {
  float: right;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}
.invoice .invoice-content .invoice-plus-icon {
  font-size: 32px;
  margin-right: 35px;
  margin-left: -35px;
  margin-top: 20px;
}
.invoice .invoice-footer {
  width: 100%;
  float: left;
}
.invoice .invoice-footer:before,
.invoice .invoice-footer:after {
  content: " ";
  display: table;
}
.invoice .invoice-footer:after {
  clear: both;
}
/* ------------------ 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;
  position: relative;
  behavior: url(PIE-b952304559fdac861e34ef671aa7e3b4.htc);
  z-index: 10;
}
 .profile-avatar img {
  border-radius: 50%;
  border: 1px solid #e7e7e2;
   position: relative;
   behavior: url(PIE-b952304559fdac861e34ef671aa7e3b4.htc);
   z-index: 10;
}
.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;
  -webkit-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 0.4s;
  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;*/
  position: absolute;
  top:13px;
  left: 40px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.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.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 {
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  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;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  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;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-align: center;
}
/* ------------------ Dotstyle in carousel --------------------*/
.dotstyle {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 10px !important;
}
.dotstyle.center {
  width: auto;
  left: 45%;
}
.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  border: none;
  background-color: none;
}
.dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.dotstyle li a:hover,
.dotstyle li a:focus {
  background-color: white;
}
.dotstyle li a:focus {
  outline: none;
}
.dotstyle li.active {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background: none;
  box-shadow: 0 0 0 2px white;
}
.dotstyle li.active a {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  background-color: white;
}
/* ------------------ 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;
  }
  /* ------------------ 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;
  }
  /* ------------------ 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;
  }
  /* ------------------ Datatables --------------------*/
  .table-responsive .dataTables_wrapper {
    padding-top: 10px;
  }
  .dataTables_wrapper .dataTables_length {
    float: none;
    margin-bottom: 5px;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* ------------------ 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;
    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%;
  }
  /* ------------------ 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;
  }
  /* ------------------ Datatables --------------------*/
  .table-responsive .dataTables_wrapper {
    padding-top: 10px;
  }
  .dataTables_wrapper .dataTables_length {
    float: none;
    margin-bottom: 5px;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* ------------------ 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;
  }
  /* ------------------ Timeline --------------------*/
  .timeline .timeline-list li .timeline-icon {
    top: 45px;
    left: 20px;
  }
  .timeline .timeline-list li .timeline-time {
    width: 90px;
    text-align: center;
  }
  .timeline .timeline-list li .timeline-time:after {
    width: 75px;
    height: 2px;
    content: "";
    background-color: #e4e9eb;
    position: absolute;
    top: 64px;
    left: 20px;
  }
  .timeline .timeline-list li .timeline-content {
    margin-left: 105px;
  }
  .timeline .timeline-list li .timeline-content:after {
    left: 80px;
  }
  /* ------------------ 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;
  }
}
/* -----------------------------------------

/*重铸样式*/
body{
  font-size: 16px;
  background: #fefefe;
}
 .panel-body form>p{
  font-size: 20px;
  color: #75b9e6;
  border-bottom: 1px solid #e7e7e2;
  padding-bottom: 15px;
  padding-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.panel-body form>.form-group>.col-lg-3>button{
  margin-top: 18px;
}
.panel-body .list-style1>li{
  list-style-type: decimal;
}
.last-btn{
  margin-bottom: 25px;
}
.table-header-blank{
  padding-bottom:30px;
  padding-top:16px;
  border-bottom: 1px solid #e7e7e2;
}
.treatment-main{
  width: 100%;
  border-top: 1px solid #e7e9db;
  margin-top: 15px;
  padding: 20px 0;
  line-height: 1.8;
}
.treatment-main li>p{
  text-indent: 65px;
  margin-bottom: 0;
  margin-top: 0;
}

.treatment-main-btn{
  margin:25px 0;
}
strong{
  font-weight: 600;
}
.select-charts{
  padding-left: 54px;
}
.iradio_flat-blue{
  position: relative;
}
tr>td>span{
  padding: 0 5px;
}
.zj-img{
  width: 74px;
  height: 76px;
  margin-bottom: 10px;
}
.zj-list{
  padding: 8px 2px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e7e7e2;
  border-radius: 4px;
  height: 150px;
  font-size: 16px;
  position: relative;
  behavior: url(PIE-b952304559fdac861e34ef671aa7e3b4.htc);
  z-index: 10;
}
.zj-list p{
  margin-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zj-list p>span{
  font-size: 15px;
}
.box-bottom{
  margin-bottom:20px;
}
.box-clear{
  padding-left: 0;
  padding-right: 0;
}
.zjjj-img{
  width: 85px;
  height: 85px;

}
.zxzd{
  border: 1px solid #e7e9db;
  background: #fff;
  margin: 12px 0;
  padding: 2%;
}
.zxzd-header>.row{
  margin-bottom: 20px;
}
.zxzd-header>.row>div{
  padding-bottom: 10px;
}
.zd-header{
  padding: 0 15px 15px 0;
}
.zd-header>span{
  margin-right: 29px;
}
.zxzd-zyzz{
  padding: 2.2% 2% 1.2% 2%;
  border: 1px solid #eee;
  margin-bottom: 3%;
}
/*.zxzd-zyzz .row{*/
  /*padding-bottom: 10px;*/
/*}*/
.zxzd .checkbox-inline .zyzz-inp{
  margin-left: 5px;
  margin-right: 5px;
}
.zyzz-select{
  margin-bottom: 15px;
}
.zyzz-select select{
  width: 65%;
}
.qtzz-checkbox{
  margin-bottom: 12px;
  margin-left: 5px;
}
.zxzd textarea{
  width: 97%;
  height: 50px;
  padding: 12px 16px;
  border: 1px solid #e7e7e2;
}
.jbbx{
  border-top: 1px solid #e7e9db;
  padding: 36px 0;
  margin-top: 25px;
}
.jbbx-radio{
  border: 1px solid #e7e9db;
  padding:4%;
  background: #fff;
}
.jbbx-text{
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
.jbbx-text:nth-last-of-type(1){
  border: 0;
  margin-bottom: 0;
}
.text-sm{
  font-size: 14px;
  color: #aba7a7;
}
div.wrap{
  line-height: 1.8;
}
.auto-inp{
  width: 240px;
  height: 36px;
  padding-left: .5em;
  border-radius: 2px;
  border: 1px solid #dedede;
  outline: none;
}
.auto{
  width: 240px;
  height: 300px;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  border-top: none;
  position: absolute;
  z-index: 12;
}
.auto_out{
  width: 238px;
  height: 36px;
  line-height: 36px;
  padding-left: .5em;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.auto_out.on{
  background: #eee;
  cursor: pointer;
}
.hidden{
  display: none;
}
.zf-yz{
}
.ypsm{
  position: relative;
}
.ypsm:hover .hidden-sm{
  display: block;
}
.hidden-sm{
  position: absolute;
  top:15px;
  left: -20px;
  z-index: 2;
  width: 300px;
  background: #f9f9f9;
  display: none;

}
.ypsm-text>p{
  font-size: 16px;
}
.ypsm-text>p>span{
  font-size: 17px;
  color: #75b9e6;
}
.ypsm-text{
  margin: 18px;
  border: 1px solid #e7e9db;
  border-radius: 6px;
  padding: 18px 16px;
  z-index: 11;
}
.ypsm-right{
  border: 1px solid #e7e9db;
}
.yxzl-hidden{
  display: none;
}
.index-img{
  width: 100%;
}
.thumbnail{
  border: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 0;
}
a>img:hover{
  opacity: 0.8;
  filter:alpha(opacity=80);

}
.index-main{
  padding-bottom:90px;
}
.zjyp-ts{
  padding:15px 0;
}
.navbar-header>a>img{
  margin-top: 10px;
  margin-left: 15px;
}
.navbar-header>a>img:hover{
  opacity: 1;
}
.navbar-nav>li>span{
  line-height: 3;
  margin: 12px;
  color: #fff;
}
.navbar-nav>li>a{
  padding-left: 15px;
  padding-right: 15px;
}
.zjxx>div{
  margin: 5px 0;
  border-right: 1px solid #eee;
}
.zjxx>div:nth-last-of-type(3)~div{
  border: 0;
}
#main{
  width: 94%;
  height: 450px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#main.mainChart{
  width: 100%;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
  margin-left: 0;
}
.Chart{
  width:100%;
  height: 480px;
  margin: auto;
}
.chart-warp{
  border: 1px solid #eee;
  padding: 3% 3%;
  width: 50%;
  float: left;
}
.block-label{
  display: block;
}
.xyzl{
  line-height: 2;
}
label{
  font-weight: normal;
}
a:hover{
  text-decoration: none;
}
.dropdown-buttom{
  z-index: 9;
}
.panel-footer.white-bg{
  color:#555 ;
}
.ypsm-right-content{
  height: 700px;
  overflow-y: scroll;
}
.ypsm-sx{
  margin-bottom: 6px;
  /*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px, rgba(0, 0, 0, 0.027451) 0px 0px 3px;*/
}
.btn-sx{
  border: 0;
}
.table-striped{
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.pagination>li>.active{
  /*background: #fff;*/
  /*color: #555;*/
  background: #009688;
  color: #fff;
}
.bootstrap-duallistbox-container .box1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding: 0;
  border: 1px solid #e7e7e2;
  height: 216px;
  overflow: auto;
}
.box1 li{
  padding: 8px;
}
.box1 li:hover{
  background: #46a5dd;
  color: #fff;
}
.box1 .active{
  background: #dedede;
}
.box1 .active:hover{
  background: #dedede;
  color: inherit;
}
.grxx tr th{
  text-align: right;
}
.grxx tr td{
  padding-left: 25px;
}
.mt13{
  margin-top: 13px;
}
.table-hover{
  border:1px solid #eee;
}

.health-time{
  width: 73%;
  height: auto;
  text-align: left;
  padding-left: 16px;
}
.health-time .btn{
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 18px;
  margin-bottom: 3px;
  background: #fff;
  border:1px solid #ccc;
}
.health-time .btn-primary{
  border:1px solid #46a5dd;
  color: #46a5dd;
}
.login-span{
  padding-right: 18px;
  padding-top: 5px;
  color:#fc5242 ;
  font-size: 14px;
}
.zjxx-border{
  border: 1px solid #eee;
  background: #fff;
}
.zjxx-footer{
  padding:15px;
}
.zjxx-footer>ul>li{
  padding: 10px 20px;
}
.zjxx-footer li>i,.zjxx-footer li>strong{
  margin:5px;
  color: #46a5dd;
  vertical-align: middle;
}
.zjxx-footer li>p{
  padding-left: 31px;
}
.zd-container{
  padding:20px 0 20px 25px;
  border-bottom: 1px solid #eee;
  border-top:1px solid #eee;
}
.zd-container>p{
  font-size: 18px;
}

.bootstrap-duallistbox-container .box2 {
  border: 1px solid #eee;
  padding: 8px 0;
  padding-left: 10px;
  height: 216px;
  margin-right: 15px;
  /*overflow: auto;*/
  /*overflow-x: hidden;*/
}
.gttz{
  padding-left: 30px;
}
.gttz label{
  margin-bottom: 8px;
}
.zd-header+textarea{
  margin-left: 25px;
}
/*.zxzd-qtzz{*/
  /*padding-left: 18px;*/
/*}*/
.bcxl{
  width: 30%;
}
/*.label-spacing2{*/
  /*width: 92%;*/
  /*text-align: justify;*/
  /*/!*text-align-last:justify;*!/*/
  /*/!*display: inline-block;*!/*/
  /*/!*text-justify: distribute-all-lines;*!/*/
  /*/!*letter-spacing: 22px;*!/*/
  /*text-justify: inter-ideograph;/!* IE 私有属性 *!/*/
  /*-moz-text-align-last: justify;*/
  /*-ms-text-align-last: justify;/!* IE 8+ 支持 *!/*/
  /*text-align-last: justify;/!* IE5.5+ 支持 *!/*/
  /*-webkit-text-align-last:justify ;*/
/*}*/
.treatment .modal-dialog{
  width: 80%;
  margin: auto;
  margin-top: 2%;
}
.treatment .modal-content{
  padding: 25px;
  background: #fff;
}
.patient .modal-dialog{
  width: 60%;
  margin:8% auto;
}
.patient .modal-body{
  padding: 25px;
}
.patient .modal-body{
  text-align: left;
}
.change .modal-dialog{
  width: 45%;
  margin:8% auto;

}
 .modal-dialog .modal-header{
  padding-left: 20px;
  padding-right: 20px;
  /*background: #75b9e6;*/
  background: #009688;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.patient .modal .modal-content{
  border-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding:20px 20px 0 20px;
}
.modal-header .close{
  margin-top: 3px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-404{
  position: relative;
  width: 100%;
  padding-top: 10%;
  background:#73c0ff;
  background:linear-gradient(#73c0ff 96%,#6bb4ee 4%);
}
.header-404:before{
  content: '';
  position: absolute;
  width: 180px;
  height: 100px;
  left: 19%;
  top:8%;
  background: url("../../assets/img/yun.png") no-repeat;
}
.header-404:after{
  content: '';
  position: absolute;
  width: 200px;
  height: 150px;
  right: 16%;
  top:19%;
  background: url("../../assets/img/yun.png") no-repeat;
  background-size: 70% 48%;
}
.header-404>img{
  padding-bottom: 1%;
  width: 40%;
}
.header-404+p{
  font-size: 28px;
  color: #6bb4ee;
  padding-top: 3%;
  font-weight: 800;
}
#adddrugDom{
  padding-left: 39px;
  padding-bottom: 10px;
}
/*practice*/
.checkbox-main{
  border: 1px solid #eee;
  padding: 1.7% 1.7% 1% 1.7% ;
  margin-bottom: 2.5%;
}
.checkbox-wrap{
  background: #eee;
  border-radius: 6px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 8px;
  display: inline-block;
}
.checkbox-wrap:hover{
  background: #45a5df;
  color: #fff;
}
.checkbox-wrap:hover .hidden-sm{
  color: #555;
}
.checkbox-wrap>label{
  cursor: pointer;
  padding: 6px 10px 5px 10px;
  margin-bottom: 0;
}
.checkbox-wrap>input{
  position: absolute;
  left: -9999px;
}
.checkbox-wrap i{
  margin-top: -2px;
}
.checkbox-wrap .im-checkmark-circle{
  padding-left: 5px;
}
/*.checkbox-wrap label+span>i{*/
  /*margin-left:10px;*/
/*}*/
.check-time{
  position: absolute;
  width:230px;
  background: #fff;
  z-index: 11;
  color: #555;
  display: none;
  border-radius: 4px;
  top:40px;
  left: -50%;
  box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.2),0px 2px 8px 1px rgba(0,0,0,0.1);
}
.check-time:before{
  content: '';
  position: absolute;
  top:-22px;
  left: 30%;
  width: 0px;
  height: 0px;
  border: 12px solid transparent ;
  border-bottom-color:#fff ;
  z-index: 12;
}
.check-time:after{
  content: '';
  position: absolute;
  top:-24px;
  left: 30%;
  width: 0px;
  height: 0px;
  border: 12px solid transparent ;
  border-bottom-color:#eee ;
  z-index: 10;
}
.practice-main-tip2{
  border: 1px solid #eee;
  padding: 5% 4%;
  margin-left: 15px;
  margin-right: 10px;
}
.practice-main-tip2 textarea{
  border: 0;
  width: 100%;
  height: 150px;
  resize:none;
  background: #fff;
}
.time-checked >label{
  position: relative;
  padding: 3px 5px;
  border:1px solid #eee;
  border-radius: 4px;
  margin-left: 3px;
  cursor: pointer;
}
.time-checked>label:not(:nth-of-type(4)){
  padding: 3px 13px;
}
.time-checked>label>.time-radio{
  position: absolute;
  left: -9999px;
}
.time-checked >label:hover{
  background: #45a5df;
  color: #fff;
}
.inputChecked{
  background: #45a5df;
  color: #fff;
}
.practice-main{
  border: 1px solid #eee;
  padding: 2% 1.7% 2% 1.7% ;
  /*margin-bottom: 2.5%;*/
}
.practice-main-tip {
  background: #fff;
  border: 1px solid #eee;
  padding: 5% 4%;
}
.practice-main-tip textarea{
  border: 0;
  width: 100%;
  height: 600px;
  resize:none;
  background: #fff;
}
.practice-tip-title{
  font-size: 20px;
  font-weight: 700;
}
/*guide*/
.guide-main{
  width: 100%;
  background: #fff;
  padding: 4% 6%;
  height: 500px;

}
.guide-wrap{
  border:1px solid transparent;
  /*padding: 1px;*/
  /*background: linear-gradient(135deg, transparent 15px ,#ddd 0);*/
  width: 100%;
}
.guide-button{
  background: #fff;
  background: linear-gradient(135deg, transparent 15px ,#fff 0);
  width: 100%;
  text-align: center;
  padding-top: 18%;
  padding-bottom: 18%;
}
.guide-button:hover{
  background: inherit;
}
.guide-button>a{
  color: inherit;
}
.guide-button:hover a{
  color: #fff;
}
.wrap-blue{
  background: #77c5f0;
  background:#77c5f0 linear-gradient(135deg, transparent 15px ,#77c5f0 0);
  border-color:#77c5f0;
}
.wrap-green{
  background: #66c28e;
  background:#66c28e linear-gradient(135deg, transparent 15px ,#66c28e 0);
  border-color:#66c28e;
}
.wrap-purple{
  background: #9ba3c3;
  background:#9ba3c3 linear-gradient(135deg, transparent 15px ,#9ba3c3  0);
  border-color: #9ba3c3;
}
.wrap-yellow{
  background: #eeb25b;
  background:#eeb25b linear-gradient(135deg, transparent 15px ,#eeb25b 0);
  border-color: #eeb25b;
}
/*dialectical*/
.dialectical-main{
  width: 100%;
  background: #fff;
  padding: 0 20px;
}
.dialectical-main li{
  line-height: 28px;
  height: 100px;
  padding-top: 22px;
}
.dialectical-main li p{
  height:26px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.see-details{
  margin: 10px;
  padding-left: 20%;
  height: 38px;
  border-left: 1px solid #bebebe;
}
.see-details .btn i {
  vertical-align: middle;
}
.dialectical-main li:not(:last-of-type){
  border-bottom: 1px solid #dedede;
}
.dropdown-menu{
  min-width: 106px;
}
.dropdown-menu>li>a{
  text-align: center;
}
.profile-text{
  padding-top: 6px;
}
/*watch*/
.zz-span{
  padding: 3px 10px;
  border: 1px solid #2887c6;
  border-radius: 6px;
  margin-left: 10px;
  font-size: 16px;
  float: left;
  margin-bottom: 5px;
}
.zz-span>i{
  font-size: 13px;
  color: #bfbfbf;
}
/*desk重置样式*/
.desk-main{
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.desk-main strong{
  font-size: 18px;
}
.desk-information{
  padding:0 2%;
  border-right: 1px solid #bebebe;
}
.desk-information-last{
  padding: 0 2%;
}
.desk-btn{
  padding: 3px 8px;
  /*border: 1px solid #96d4e8;*/
  border: 1px solid #009688;
  border-radius: 6px;
  /*color:#11b7f3;*/
  color:#009688;
  /*margin-right: 8px;*/
  background: #fff;
  position: relative;
  behavior: url(PIE-b952304559fdac861e34ef671aa7e3b4.htc);
  z-index: 10;
  white-space: nowrap;
}
.desk-btn:hover{
  color: #fff;
  /*background: #46a5dd;*/
  /*border-color:#46a5dd;*/
  background: #009688;
  border-color:#009688;
}
.desk-btn-primary{
  color: #fff;
  background: #11b7f3;
  border-color: #11b7f3;
}
.desk-btn-lg{
  padding: 8px 12px;
}
.desk-zl{
  padding-top: 18px;
}
.desk-pb10{
  padding-bottom: 10px;
}
.desk-inp{
  width: 240px;
  height: 38px;
  padding-left: .5em;
  border-radius: 4px;
  border: 1px solid #dedede;
  position: relative;
  behavior: url(PIE-b952304559fdac861e34ef671aa7e3b4.htc);
  z-index: 10;
}
.desk-btn-top{
  margin-top: -3px;
  margin-left: 8px;
}
.clearfix{
  clear: both;
}
td>.treatment-main{
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.fr{
  clear: both;
  float: right;
  width: 36%;
  margin: 0;
}
/*24格*/
@media (min-width: 768px) {
  .desk-sm-2, .desk-sm-10{
    float: left;
  }
  .desk-sm-2 {
    width: 20%;
  }
  .desk-sm-10{
    width: 80%;
  }

}
@media (min-width: 992px) {
  .desk-md-2, .desk-md-10{
    float: left;
  }
  .desk-md-2{
    width: 15%;
  }
  .desk-md-10{
    width: 85%;
  }
}
@media (min-width: 1367px) {
  .desk-lg-2, .desk-lg-10{
    float: left;
  }
  .desk-lg-2{
    width: 11.5%;
  }
  .desk-lg-10{
    width: 88.5%;
  }
}
/*修改密码*/
.pw-p{
  width: 100%;
  padding: 10px 12px 8px 12px;
  border: 1px solid red;
  border-radius: 6px;
}

.pw-input-wrap{
  position: relative;
}
.pw-input-wrap i{
  position: absolute;
  top:6px;
  right: 10px;
  z-index: 12;
  font-size: 20px;
}

.icon-kejian{
 display: none;
}
::-ms-clear,::-ms-reveal{
  display:none;
}
#sidebar #sideNav li a .icon-shouye_shouye{
  margin-top: -3px;
}
.form-horizontal .left-input-icon{
  top:8px;
}
.pre-span{
  width: 20%;
}

/*prescription*/
.pre-table{
  width: 570px;
  border-collapse: collapse;
  border:1px solid #000;
}
.pre-table td{
  border:1px solid #000;
  padding: 6px 10px;
}

.pre-table h2 ,.pre-table h3{
  margin-top: 12px;
}
.pre-ul{
  list-style-type: decimal;
}
.pre-yp{
  float: left;
  width: 25%;
  padding-bottom: 6px;
}
.clear-float{
  clear: both;
  text-align: right;
  padding-top: 6px;
}

.panel-body form>.text-danger{
  font-size: 18px;
  text-align: center;
  color: red;
  border: 0px;
  padding: 0px;
  margin-bottom: 0;
  margin-left: -30px;
}
/*footer*/
.footer{
  padding: 12px;
  width: 100%;
  background: #4d6080;
  color: #fff;
  font-size: 14px;
}
.footer p{
  margin: 0;
}
.footer-title{
  font-size: 16px;
  padding-bottom: 5px;
}
.footer img{
  width: 70px;
  height: 70px;
  margin:0 3px;
}
.footer-wrap{
  width: 196px;
  text-align: center;
  padding-top: 4px;
}

.tooltip-inner{
  text-align: left;

}
/*index*/
.chart-title{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-bottom: 8px;
}
.chart-subtext{
  text-align: center;
  color: #46a5df;
  position: relative;
}
.chart-subtext i{
  font-size: 18px;
}
.subtext-table{
  position: absolute;
  width:100%;
  height: 305px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 11;
  color: #555;
  display:none;
  border-radius: 4px;
  top:40px;
  left: 0;
  box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.2);
}
.bar-table thead>tr>td{
  border-bottom:1px solid #2ab9f1;
  color: #46a5df;
}
.subtext-table:before{
  content: '';
  position: absolute;
  top:-22px;
  left: 48%;
  width: 0px;
  height: 0px;
  border: 12px solid transparent ;
  border-bottom-color:#fff ;
  z-index: 12;
}
.subtext-table:after{
  content: '';
  position: absolute;
  top:-24px;
  left: 48%;
  width: 0px;
  height: 0px;
  border: 12px solid transparent ;
  border-bottom-color:#eee ;
  z-index: 10;
}
.chart-subtext:hover .subtext-table{
  display: block;
}
.pie-table{
  height: 190px;
  padding-top: 10px;
}
.index-header{
  margin-bottom: 4%;
}
.index-box{
  /*background:#46a5dd;*/
  background:#009688;
  color: #fff;
  padding: 1% 2% 1% 3%;
  float: left;
  width: 22%;
}
.index-box-icon{
  float: left;
  width:45%;
  text-align: center;
}
.index-box .icon{
  font-size: 58px;
}
.icon-box1{
  /*margin-right: 5%;*/
  margin-left: 2%;
}
.icon-box2{
  margin-left: 2%;
}
.icon-box3{
  /*width: 23%;*/
  margin-left: 2%;
}
.index-box-text{
  padding-top: 13px;
  font-size: 16px;
  font-weight: 700;
}
.index-number{
  font-weight: 800;
  font-size: 26px;
}
.index-button-xian{
  width: 100%;
  height: 0px;
  border: 1px dashed #46a5df;
  margin: 36px 0;
  position: relative;
}
.index-button-wrap{
  left: 44%;
  top:-12px;
  position: absolute;
}
.index-button{
  padding: 9px 18px;
  border:1px solid #46a5df;
  color: #46a5df;
  background: #fff;
  border-radius:6px;
  font-weight: 700;
}
.day{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.week{
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select-watch-bing-status {
  margin-left: 25px;
  margin-top: -4px;
}
.index-select {
  padding: 9px 18px;
  border:1px solid #46a5df;
  color: #46a5df;
  background: #fff;
  border-radius:6px;
  font-weight: 700;
}
.index-select select {
  padding: 0 18px;
}
span.day:hover,
span.week:hover,
span.moth:hover,
span.quarter:hover,
span.my:hover {
  cursor:pointer;
}
a#watchCount,a#wearWatchPersonCount,a#yesterdayWatchCount {
  cursor:default;
}

.index-button-check{
  background:#46a5df;
  color: #fff;
}

/*sf*/
.sf-select{
  height: 38px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e7e7e2;
  border-radius: 4px;
}
.sf-span{
  height: 38px;
  width: 35px;
  padding: 8px 5px;
  text-align: center;
  line-height: 1.42857143;
  color: #555;
  font-size: 17px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e7e7e2;
  border-radius: 4px;
  margin: 0 5px;
}
.sf-label{
  position: relative;
  width: 20px;
  height: 20px;
  border:1px solid #adadad;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
}
.sf-checkbox{
  position: absolute;
  left: -999999px;
}
.sf-wrap{
  border-top: 1px solid #e7e7e2;
  padding: 15px;
  background: #fff;
}
.sf-wrap-top{
  border-top:0;
}
.sf-selected{
  background: url("../img/checkboxs-85f18c61da0a344b7a52781e4118d3a4.png") no-repeat 100% 100%;
  border:0;
}
.sf-wrap:hover{
  background: #f3fbfd;
}
/*公卫签约*/
.qy-wrap{
  padding: 0.5rem 2.9rem;
}
.qy-wrap>p{
  color: #2fa8d3;
}
.qy-nr-wrap{
  padding: 1.5rem 1.5rem 0.6rem;
  background: #f3fbfd;
  /*width: 410px;*/
}
.qy-btn{
  padding: 3px 8px;
  border: 1px solid #96d4e8;
  border-radius: 6px;
  color:#11b7f3;
}
.qy-btn:hover{
  color: #fff;
  background: #46a5dd;
  border-color:#46a5dd;
}
.qy-nr-wrap span{
  padding: 5px;
}
.qy-text{
  padding-left: 9.5rem;
  text-indent: -8.1rem;
}
#imgbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 80;
}

.imgbox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 90;
}
.div-center{
  position: fixed;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.div-center>img{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  max-width: 30%;
  height: auto;
}
/*agreement*/
.print-wrap{
  height: 978px;
  width: 650px;
  margin: auto;
  letter-spacing:1px;
  font-size: 17px;
  page-break-after:always;
  text-align:justify;
  text-justify:inter-ideograph;
}
.print-wrap>h4,.print-wrap>h2,.print-wrap>h1,.print-wrap>h3{
  text-align: center;
}
.print-fr{
  float: right;
  width: 55%;
}

.print-wrap p{
  text-indent: 2rem;
  line-height: 1.7rem;
  margin: 0.1rem 0;
}
.pl-rem{
  padding-left: 2rem;
}
.text-space{
  letter-spacing: 0px;
}
@media screen and (max-width: 1366px) {
  .auto-inp{
    width: 100%;
    font-size: 12px;
  }
  .ks{
    font-size: 12px;
  }
  div.wrap{
    line-height: 2.3;
    font-size: 14px;
  }
  .zyzz{
    padding-bottom: 32px;
  }
  .col-md-4 #main{
    height: 360px;
  }
  .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
    margin-left: 0;
  }
  .radio-inline{
    padding-left: 20px;
  }
  .desk-table{
    font-size: 14px;
  }
  .box-clear1{
    padding: 0;
  }
  .zyzz-select select{
    margin-bottom: 13px;
  }
  .zxzd-zyzz .row{
    padding-bottom: 0;
  }
  .select-charts .ml25{
    margin-left: 15px !important;
  }
  .label-spacing2{
    width: 60%;
  }
  .patient .modal-dialog{
    width: 70%;
    margin: 4% auto 0;
  }
  .treatment .modal-dialog{
    width: 86%;
    margin:auto;
    margin-top: 1%;
  }
  .desk-zl{
    padding-top: 30px;
  }
  .desk-pb10{
    padding-bottom: 2px;
  }
  .subtext-table{
    width: 480px;
    left: -5px;
  }
}
@media (min-width: 1020px) and (max-width: 1350px) {
  .index-box{
    padding: 1%;
  }
  .index-box-icon{
    float: left;
    width: 40%;
    text-align: center;
  }
  .index-box .icon{
    font-size: 50px;
  }
  .icon-box1{
    margin-right: 4%;
  }
  .icon-box2{
    margin-left: 2%;
  }
  .icon-box3{
    width: 24%;
    margin-left: 2%;
  }
  .index-box-text{
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
  }
  .index-number {
    font-weight: 700;
    font-size: 20px;
  }
  .chart-warp{
    width: 80%;
    margin:2% auto;
    float: none;

  }
  .subtext-table{
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1500px) {
  .treatment .modal-dialog{
    width: 70%;
    margin: auto;
    margin-top: 1%;
  }
}

/*Print styles*/
/*----------------------------------------- *!/*/
@media print {
  .row.printable {
    display: block !important;
  }
  body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-size:12px;
  }
  #content,
  .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .panel {
    box-shadow: none;
  }
  .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;
  }
}
@media print {
  @page {
    margin:98px;
  }
  .pre-table{
    margin: auto;
    margin-top: 98px;
  }

}

#trans-tooltip{
  display: none;
}
#tip-arrow-bottom{
  display: none;
}
#tip-arrow-top{
  display: none;
}
/*add by yuqian : for beian img*/
.beian{
  background: url("../img/beian_small-98bb223e79504b69948074b6a1a60898.png") no-repeat 100% 100%;
}
.confirm {
  display: none;
  margin-top: 15px;
  padding: 9px 10px 10px;
  text-align: right;
  border-top: 1px solid #e7e7e2;
}
.confirm .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.confirm .btn-group .btn + .btn {
  margin-left: -1px;
}
.confirm .btn-block + .btn-block {
  margin-left: 0;
}

.myBtn {
  border-bottom: 1px solid #eee;
}
.btn-margin-10 {
  margin: 10px 2px;
}

.myself-btn {
  background-color: #009688!important;
  border-color: #009688!important;
  color:#fff!important;
}

option:hover {
  background: #009688!important;
  color:#fff!important;
}