/*
!*-------------- Default Values --------------*!
@charset "utf-8";

!************* Default Values End *************!

!*-----------------------------------*!
!*Common part*!
!*-----------------------------------*!

!*---------------------------- Internal ----------------------------*!
a {
  color: #666666;
}

a, a:visited {
  color: #666666;
  outline: medium none;
  text-decoration: none;
}

a:hover, a:active {
  color: #666666;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

[placeholder] {
  color: #666666;
}

.clear {
  clear: both;
}


oat-left {
  float: left;
}

.float-right {
  float: right;
}

!******************************** Internal End ********************************!




!*---------------------------- SVG Spinner ----------------------------*!
.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite,
  colors (5.6s) ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

!******************************** SVG Spinner End ********************************!




!*--------------------------------- Normal Spinner ---------------------------------*!
.operr-global-spinner {
  position: fixed;
  top: 0;
  min-height: 100%;
  width: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1000000;
}

!******************************** Normal Spinner End ********************************!




!*--------------------------------- Custom Values ---------------------------------*!
.main-container {
  !*css for footer stick to bottom page*!
  position: relative;
  min-height: 100%;
  !*66px is height of footer*!
  !*TODO this is for stick bottom footer*!
  padding-bottom: 3.125em;
}

.main-content-container {
  min-height: 49em;
  max-width: none !important;
  transition: all 0.5s;
}

.main-content {
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.global-background-image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff url("../c_images/bg00.jpg") repeat-x center bottom;
}

.admin-date-range-picker-1 {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 265px
}

.admin-date-range-picker-2 {
  background: #fff;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #cccc99;
  width: auto;
  box-shadow: 5px 5px 2px #cccc99;
  font-size: 2em;
}

!******************************** Custom Values End ********************************!
*/
/* Stat boxes and quick actions */
/* Charts & graphs **/
/* Widgets */
/* Tables */
/* Misc */
/* Forms */
/***********light-box***************/
/***********pop-over********************/
/* Responsive design */
/* Responsive design END*/
/* 1824px in normal font size */
/* 1504px in normal font size */
/* 1456px in normal font size */
/* 1280px in normal font size */
/* 1200px in normal font size */
/* 1024px in normal font size */
/*fixed 900px*/
/* 992px in normal font size */
/* 960px in normal font size */
/* 800px in normal font size */
/* 640px in normal font size */
/* 480px in normal font size */
/* 320px in normal font size */
/* Header */
/* Search input */
/* Top user navigation */
/*-------------------------------*/
/*Bootstrap-overlay*/
/* Responsive design */
/* Content */
/* Breadcrumb */
/*todo-list*/
/* Management Shortcut Buttons Responsive Styling */
/* Stat boxes and quick actions */
/* Charts & graphs **/
/* Widgets */
/* Tables */
/* Misc */
/* Forms */
/***********light-box***************/
/***********Error Page******************/
/***********light-box-end***************/
/***********pop-over********************/
/****************Responsive Design*************************/
/* Sidebar Navigation */
/***********Error Page******************/
/* Responsive design */
/* Responsive design END*/
body {
  line-height: 20px;
  overflow-x: hidden;
  margin-top: -10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
}
h3 {
  font-size: 24.5px;
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h2 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h4 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h5 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:focus {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
  background-color: #c67605;
}
.btn-warning.active {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
  background-color: #c67605;
}
.btn-warning.disabled {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00c9a7;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover {
  color: #fff;
  background-color: #00af91 !important;
}
.btn-success:focus {
  color: #fff;
  background-color: #00af91 !important;
}
.btn-success:active {
  color: #fff;
  background-color: #00af91 !important;
}
.btn-success.active {
  color: #fff;
  background-color: #00af91 !important;
}
.btn-success.disabled {
  color: #fff;
  background-color: #00af91 !important;
}
.btn-success[disabled] {
  color: #fff;
  background-color: #00af91 !important;
}
textarea {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
textarea:-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type="text"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="text"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="password"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="datetime"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="datetime"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="datetime-local"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="datetime-local"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="date"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="date"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="month"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="month"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="time"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="time"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="week"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="week"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="number"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="number"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="email"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="email"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="url"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="url"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="search"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="search"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="tel"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="tel"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="color"] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0px;
  box-shadow: none;
}
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
select {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 0px;
}
input:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
.quick-actions_homepage {
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
  margin-top: 10px;
  margin-left: 15px;
}
.quick-actions_homepage .quick-actions li {
  position: relative;
}
.quick-actions_homepage .quick-actions li .label {
  position: absolute;
  padding: 5px;
  top: -10px;
  right: -5px;
}
.quick-actions_homepage .quick-actions .span3 {
  width: 30%;
}
.stat-boxes {
  display: block;
  list-style: none outside none;
  margin: 15px 0;
  text-align: center;
}
.stat-boxes .right {
  text-shadow: 0 1px 0 #fff;
  float: left;
  color: #666666;
  font-size: 12px;
  padding: 9px 10px 7px 0;
  text-align: center;
  min-width: 70px;
}
.stat-boxes .right strong {
  display: block;
  font-size: 26px;
  margin-bottom: 3px;
  margin-top: 6px;
}
.stat-boxes li {
  float: left;
  line-height: 18px;
  margin: 0 10px 10px 0px;
  padding: 0 10px;
}
.stat-boxes li a:hover {
  background: #301a33;
  background: #337ab7;
}
.stat-boxes li:hover {
  background: #301a33;
  background: #337ab7;
}
.stat-boxes .left {
  text-shadow: 0 1px 0 #fff;
  float: left;
  border-right: 1px solid #DCDCDC;
  box-shadow: 1px 0 0 0 #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px 14px 6px 4px;
}
.stat-boxes .left span {
  display: block;
}
.stat-boxes .peity_bar_good {
  color: #459D1C;
}
.stat-boxes .peity_line_good {
  color: #459D1C;
}
.stat-boxes .peity_bar_neutral {
  color: #757575;
}
.stat-boxes .peity_line_neutral {
  color: #757575;
}
.stat-boxes .peity_bar_bad {
  color: #BA1E20;
}
.stat-boxes .peity_line_bad {
  color: #BA1E20;
}
.quick-actions {
  display: block;
  list-style: none outside none;
  margin: 15px 0;
  text-align: center;
}
.quick-actions li {
  float: left;
  line-height: 18px;
  margin: 0 10px 10px 0px;
  padding: 0 10px;
  padding: 0;
  background-color: white;
  border-radius: 15px;
  border: 2px dotted #496c92;
  width: 82px;
  height: 82px;
}
.quick-actions li a {
  padding: 10px 30px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
}
.quick-actions li a:hover {
  background: #301a33;
  background: #337ab7;
}
.quick-actions li a i[class^="icon-"] {
  font-size: 30px;
  display: block;
  margin: 0 auto 5px;
}
.quick-actions li a i[class*=" icon-"] {
  font-size: 30px;
  display: block;
  margin: 0 auto 5px;
}
.quick-actions li:hover {
  background: #301a33;
  background: #337ab7;
}
.quick-actions li:hover i {
  color: #fff;
}
.quick-actions li:hover span {
  color: #fff;
}
.quick-actions li:active {
  background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#EEEEEE), to(#F4F4F4));
  background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: -moz-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: -ms-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: -o-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}
.quick-actions span {
  font-size: smaller;
}
.quick-actions-horizontal {
  display: block;
  list-style: none outside none;
  margin: 15px 0;
  text-align: center;
}
.quick-actions-horizontal li {
  float: left;
  line-height: 18px;
  margin: 0 10px 10px 0px;
  padding: 0 10px;
  padding: 0;
}
.quick-actions-horizontal li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
}
.quick-actions-horizontal li a:hover {
  background: #301a33;
  background: #337ab7;
}
.quick-actions-horizontal li a span {
  padding: 10px 12px 10px 10px;
  display: inline-block;
}
.quick-actions-horizontal li a i[class^="icon-"] {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-color: transparent;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: -2px 0 0 !important;
  border-right: 1px solid #dddddd;
  margin-right: 10px;
  padding: 10px;
  vertical-align: middle;
}
.quick-actions-horizontal li a i[class*=" icon-"] {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-color: transparent;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: -2px 0 0 !important;
  border-right: 1px solid #dddddd;
  margin-right: 10px;
  padding: 10px;
  vertical-align: middle;
}
.quick-actions-horizontal li:hover {
  background: #301a33;
  background: #337ab7;
}
.quick-actions-horizontal li:active {
  background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#EEEEEE), to(#F4F4F4));
  background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: -moz-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: -ms-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: -o-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}
.stats-plain {
  display: block;
  list-style: none outside none;
  margin: 15px 0;
  text-align: center;
  width: 100%;
}
.stats-plain li {
  padding: 0 30px;
  display: inline-block;
  margin: 0 10px 20px;
}
.stats-plain li h4 {
  font-size: 40px;
  margin-bottom: 15px;
}
.stats-plain li span {
  font-size: 14px;
  color: #fff;
}
.stat-boxes2 {
  display: inline-block;
  list-style: none outside none;
  margin: 0px;
  text-align: center;
}
.stat-boxes2 li {
  display: inline-block;
  line-height: 18px;
  margin: 0 10px 10px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #DCDCDC;
}
.stat-boxes2 li:hover {
  background: #f6f6f6;
}
.stat-boxes2 .left {
  text-shadow: 0 1px 0 #fff;
  float: left;
  border-right: 1px solid #DCDCDC;
  box-shadow: 1px 0 0 0 #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px 14px 6px 4px;
}
.stat-boxes2 .left span {
  display: block;
}
.stat-boxes2 .right {
  color: #666666;
  font-size: 12px;
  padding: 9px 10px 7px 0;
  text-align: center;
  min-width: 70px;
  float: left;
}
.stat-boxes2 .right strong {
  display: block;
  font-size: 26px;
  margin-bottom: 3px;
  margin-top: 6px;
}
.site-stats {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.site-stats li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 10px;
  text-align: center;
  width: 42%;
  padding: 10px 0;
  color: #fff;
  position: relative;
}
.site-stats li i {
  font-size: 24px;
  clear: both;
  vertical-align: baseline;
}
.site-stats li:hover {
  background: #301a33;
}
.site-stats li strong {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  float: left;
  margin-left: 0px;
}
.site-stats li small {
  margin-left: 0px;
  font-size: 11px;
  width: 100%;
  float: left;
}
.chart {
  height: 300px;
  max-width: 100%;
}
.pie {
  height: 300px;
  max-width: 100%;
}
.bars {
  height: 300px;
  max-width: 100%;
}
#donut {
  height: 300px;
  max-width: 100%;
}
#interactive {
  height: 300px;
  max-width: 100%;
}
#placeholder {
  height: 300px;
  max-width: 100%;
}
#placeholder2 {
  height: 300px;
  max-width: 100%;
}
#choices {
  border-top: 1px solid #dcdcdc;
  margin: 10px 0;
  padding: 10px;
}
#choices br {
  display: none;
}
#choices input {
  margin: -5px 5px 0 0;
}
#choices label {
  display: inline-block;
  padding-right: 20px;
}
#tooltip {
  position: absolute;
  display: none;
  border: none;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 10px;
  background-color: #222222;
  color: #ffffff;
  z-index: 25;
}
.widget-box {
  background: none repeat scroll 0 0 #F9F9F9;
  border-left: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  clear: both;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}
.widget-box.widget-calendar {
  overflow: hidden !important;
}
.widget-box.widget-chat {
  overflow: hidden !important;
}
.accordion {
  margin-top: 16px;
}
.accordion .widget-box {
  margin-top: -2px;
  margin-bottom: 0;
  border-radius: 0;
}
.widget-box.widget-plain {
  background: transparent;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
.widget-box.widget-plain .widget-content {
  padding: 12px 0 0;
}
.widget-title {
  background: #efefef;
  border-bottom: 1px solid #CDCDCD;
  height: 36px;
}
.widget-title .nav-tabs {
  border-bottom: 0 none;
}
.widget-title .nav-tabs li a {
  border-bottom: medium none !important;
  border-left: 1px solid #DDDDDD;
  border-radius: 0 0 0 0;
  border-right: 1px solid #DDDDDD;
  border-top: medium none;
  color: #999999;
  margin: 0;
  outline: medium none;
  padding: 9px 10px 8px;
  font-weight: bold;
  text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li a:hover {
  background-color: transparent !important;
  border-color: #D6D6D6;
  border-width: 0 1px;
  color: #2b2b2b;
}
.widget-title .nav-tabs li:first-child a {
  border-left: medium none !important;
}
.widget-title .nav-tabs li.active a {
  background-color: #F9F9F9 !important;
  color: #444444;
}
.widget-title span.icon {
  padding: 9px 10px 7px 11px;
  float: left;
  border-right: 1px solid #dadada;
}
.widget-title h5 {
  color: #666;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 12px;
  line-height: 12px;
  margin: 0;
}
.widget-title .buttons {
  float: right;
  margin: 8px 10px 0 0;
}
.widget-title .label {
  padding: 3px 5px 2px;
  float: right;
  margin: 9px 11px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #ffffff;
}
.modal-header {
  background: #efefef;
  border-bottom: 1px solid #CDCDCD;
  height: 36px;
  height: auto;
  padding: 8px 15px 5px;
}
.modal-header h3 {
  font-size: 12px;
  text-shadow: 0 1px 0 #ffffff;
}
.table th {
  background: #efefef;
  border-bottom: 1px solid #CDCDCD;
  height: 36px;
  height: auto;
  font-size: 10px;
  padding: 5px 10px 2px;
  border-bottom: 0;
  text-align: center;
  color: #666666;
}
.table tr.checked td {
  background-color: #FFFFE3 !important;
}
div.dataTables_wrapper .ui-widget-header {
  background: #efefef;
  border-bottom: 1px solid #CDCDCD;
  height: 36px;
  border-right: medium none;
  border-top: 1px solid #D5D5D5;
  font-weight: normal;
  margin-top: -1px;
}
.widget-calendar .widget-title .label {
  margin-right: 190px;
}
.widget-content {
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
}
.widget-box.collapsible .collapse.in .widget-content {
  border-bottom: 1px solid #CDCDCD;
}
.recent-posts {
  margin: 0;
  padding: 0;
}
.recent-posts li {
  border-bottom: 1px dotted #AEBDC8;
  list-style: none outside none;
  padding: 10px;
}
.recent-posts li:last-child {
  border-bottom: none !important;
}
.recent-posts li.viewall {
  padding: 0;
}
.recent-posts li.viewall a {
  padding: 5px;
  text-align: center;
  display: block;
  color: #888888;
}
.recent-posts li.viewall a:hover {
  background-color: #eeeeee;
}
.recent-comments {
  margin: 0;
  padding: 0;
}
.recent-comments li {
  border-bottom: 1px dotted #AEBDC8;
  list-style: none outside none;
  padding: 10px;
}
.recent-comments li:last-child {
  border-bottom: none !important;
}
.recent-comments li.viewall {
  padding: 0;
}
.recent-comments li.viewall a {
  padding: 5px;
  text-align: center;
  display: block;
  color: #888888;
}
.recent-comments li.viewall a:hover {
  background-color: #eeeeee;
}
.recent-users {
  margin: 0;
  padding: 0;
}
.recent-users li {
  border-bottom: 1px dotted #AEBDC8;
  list-style: none outside none;
  padding: 10px;
}
.recent-users li:last-child {
  border-bottom: none !important;
}
.recent-users li.viewall {
  padding: 0;
}
.recent-users li.viewall a {
  padding: 5px;
  text-align: center;
  display: block;
  color: #888888;
}
.recent-users li.viewall a:hover {
  background-color: #eeeeee;
}
.article-post li {
  border-bottom: 1px dotted #AEBDC8;
  list-style: none outside none;
  padding: 10px;
}
.article-post h4 {
  font-size: 17.5px;
  font-weight: bold;
}
.user-thumb {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 2px;
  width: 40px;
}
.user-info {
  color: #666666;
  font-size: 11px;
}
.invoice-content {
  padding: 20px;
}
.invoice-content h5 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.invoice-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.invoice-content th.total-label {
  text-align: right;
}
.invoice-content th.total-amount {
  text-align: left;
}
.invoice-action {
  margin-bottom: 30px;
}
.invoice-head {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
  width: auto;
}
.invoice-meta {
  font-size: 18px;
  margin-bottom: 40px;
}
.invoice-date {
  float: right;
  font-size: 80%;
}
.invoice-to {
  float: left;
  width: 370px;
}
.invoice-to li {
  clear: left;
}
.invoice-to li span {
  display: block;
}
.invoice-from {
  float: right;
  width: 300px;
}
.invoice-from li {
  clear: left;
}
.invoice-from li span {
  display: block;
}
.amount-word {
  color: #666666;
  margin-bottom: 40px;
  margin-top: 40px;
}
.amount-word span {
  color: #5476A6;
  font-weight: bold;
  padding-left: 20px;
}
.panel-left {
  margin-top: 103px;
}
.panel-left2 {
  margin-left: 176px;
}
.panel-right {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  right: 0;
  overflow: auto;
  top: 38px;
  height: 76px;
}
.panel-right .panel-title {
  width: 100%;
  background-color: #ececec;
  border-bottom: 1px solid #dddddd;
}
.panel-right .panel-title h5 {
  font-size: 12px;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
  padding: 6px 10px 5px;
  margin: 0;
}
.panel-right .panel-content {
  padding: 10px;
}
.panel-right2 {
  width: 100%;
  background-color: #fff;
  border-right: 1px solid #dddddd;
  position: absolute;
  left: 0;
  overflow: auto;
  top: 0px;
  height: 94%;
  width: 175px;
}
.panel-right2 .panel-title {
  width: 100%;
  background-color: #ececec;
  border-bottom: 1px solid #dddddd;
}
.panel-right2 .panel-title h5 {
  font-size: 12px;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
  padding: 6px 10px 5px;
  margin: 0;
}
.chat-content {
  height: 470px;
  padding: 15px;
}
.chat-messages {
  height: 420px;
  overflow: auto;
  position: relative;
}
.chat-message {
  padding: 7px 15px;
  margin: 7px 0 0;
}
.chat-message input[type=text] {
  margin-bottom: 0 !important;
  width: 100%;
}
.chat-message .input-box {
  display: block;
  margin-right: 90px;
}
.chat-message button {
  float: right;
}
#chat-messages-inner p {
  padding: 0px;
  margin: 10px 0 0 0;
}
#chat-messages-inner p img {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-top: -1px;
  margin-right: 10px;
}
#chat-messages-inner .msg-block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
  display: block;
  margin-left: 0px;
  padding: 10px;
  position: relative;
}
#chat-messages-inner .msg-block:before {
  border-right: 7px solid rgba(0, 0, 0, 0.1);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  display: none;
  left: -7px;
  position: absolute;
  top: 11px;
}
#chat-messages-inner .msg-block:after {
  border-right: 6px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  display: none;
  left: -6px;
  position: absolute;
  top: 12px;
}
#chat-messages-inner p.offline span {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
  display: block;
  margin-left: 0px;
  padding: 10px;
  position: relative;
  background: none repeat scroll 0 0 #FFF5F5;
}
#chat-messages-inner .time {
  color: #999999;
  font-size: 11px;
  float: right;
}
#chat-messages-inner .msg {
  display: block;
  margin-top: 13px;
  border-top: 1px solid #dadada;
}
.chat-users {
  padding: 0 0 30px;
}
.chat-users .contact-list {
  line-height: 21px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.chat-users .contact-list li {
  border: 1px solid #DADADA;
  margin: 5px 5px;
  padding: 1px;
  position: relative;
}
.chat-users .contact-list li:hover {
  background-color: #efefef;
}
.chat-users .contact-list li a {
  color: #666666;
  display: block;
  padding: 8px 5px;
}
.chat-users .contact-list li a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
.chat-users .contact-list li .msg-count {
  padding: 3px 5px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.chat-users .contact-list li.online a {
  font-weight: bold;
}
.chat-users .contact-list li.new {
  background-color: #eaeaea;
}
.chat-users .contact-list li.offline {
  background-color: #EDE0E0;
}
.taskDesc i {
  margin: 1px 5px 0;
}
.taskStatus {
  text-align: center !important;
}
.taskStatus .in-progress {
  color: #64909E;
}
.taskStatus .pending {
  color: #AC6363;
}
.taskStatus .done {
  color: #75B468;
}
.taskOptions {
  text-align: center !important;
}
.activity-list {
  list-style: none outside none;
  margin: 0;
}
.activity-list li {
  border-bottom: 1px solid #EEEEEE;
  display: block;
}
.activity-list li:last-child {
  border-bottom: medium none;
}
.activity-list li a {
  display: block;
  padding: 7px 10px;
}
.activity-list li a:hover {
  background-color: #FBFBFB;
}
.activity-list li a span {
  color: #AAAAAA;
  font-size: 11px;
  font-style: italic;
}
.activity-list li a i {
  margin-right: 10px;
  opacity: 0.6;
  vertical-align: middle;
}
.new-update {
  border-top: 1px solid #DDDDDD;
  padding: 10px 12px;
}
.new-update:first-child {
  border-top: medium none;
}
.new-update span {
  display: block;
}
.new-update i {
  float: left;
  margin-top: 3px;
  margin-right: 13px;
}
.new-update .update-date {
  color: #BBBBBB;
  float: right;
  margin: 4px -2px 0 0;
  text-align: center;
  width: 30px;
}
.new-update .update-date .update-day {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -4px;
}
.update-done {
  display: block;
  float: left;
  max-width: 76%;
}
.update-alert {
  display: block;
  float: left;
  max-width: 76%;
}
.update-notice {
  display: block;
  float: left;
  max-width: 76%;
}
tr:hover {
  background: #f6f6f6;
}
span.icon .checker {
  margin-top: -5px;
  margin-right: 0;
}
.dataTables_length {
  color: #878787;
  margin: 7px 5px 0;
  position: relative;
  left: 5px;
  width: 50%;
  top: -2px;
}
.dataTables_length div {
  vertical-align: middle;
}
.dataTables_paginate {
  line-height: 16px;
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
}
.dataTables_paginate .ui-button {
  font-size: 12px;
  padding: 4px 10px !important;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd #dddddd #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 16px;
  background: #f5f5f5;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
}
.dataTables_paginate .ui-button:hover {
  background: #e8e8e8;
  color: #222222;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
}
.dataTables_paginate .first {
  border-radius: 4px 0 0 4px;
}
.dataTables_paginate .last {
  border-radius: 0 4px 4px 0;
}
.dataTables_paginate .ui-state-disabled {
  color: #AAAAAA !important;
}
.dataTables_paginate .ui-state-disabled:hover {
  background: #f5f5f5;
  cursor: default !important;
}
.dataTables_paginate span .ui-state-disabled {
  background: #41BEDD !important;
  color: #ffffff !important;
  cursor: default !important;
}
.pagination.alternate li a {
  font-size: 12px;
  padding: 4px 10px !important;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd #dddddd #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 16px;
  background: #f5f5f5;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
}
.pagination.alternate li a:hover {
  background: #e8e8e8;
  color: #222222;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
}
.pagination.alternate li.disabled a {
  color: #AAAAAA !important;
}
.pagination.alternate li.disabled a:hover {
  background: #f5f5f5;
  cursor: default !important;
}
.pagination.alternate li.active a {
  background: #41BEDD !important;
  color: #ffffff !important;
  cursor: default !important;
}
.fc-state-disabled {
  color: #AAAAAA !important;
}
.fc-state-disabled:hover {
  background: #f5f5f5;
  cursor: default !important;
}
.dataTables_wrapper .ui-toolbar {
  padding: 5px;
}
.dataTables_filter {
  color: #878787;
  font-size: 11px;
  right: 0;
  top: 37px;
  margin: 4px 8px 2px 10px;
  position: absolute;
  text-align: left;
}
.dataTables_filter input {
  margin-bottom: 0;
}
.table.with-check tr th:first-child {
  width: 10px;
}
.table.with-check tr th:first-child i {
  margin-top: -2px;
  opacity: 0.6;
}
.table.with-check tr td:first-child {
  width: 10px;
}
.table.with-check tr td:first-child .checker {
  margin-right: 0;
}
.nopadding {
  padding: 0 !important;
}
.nopadding .table {
  margin-bottom: 0;
}
.nopadding .table-bordered {
  border: 0;
}
.thumbnails {
  margin-left: -2.12766% !important;
}
.thumbnails [class*="span"] {
  margin-left: 2.12766% !important;
  position: relative;
}
.thumbnails .actions {
  width: auto;
  height: 16px;
  background-color: #000;
  padding: 4px 8px 8px 8px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  margin-top: -13px;
  margin-left: -24px;
  opacity: 0;
  top: 10%;
  transition: 1s ease-out;
  -moz-transition: opacity 0.3s ease-in-out;
}
.thumbnails li:hover .actions {
  opacity: 1;
  color: #fff;
  top: 50%;
  transition: 1s ease-out;
}
.thumbnails li:hover .actions a:hover {
  opacity: 1;
  color: #fff;
  top: 50%;
  transition: 1s ease-out;
}
.line {
  background: url("../img/line.png") repeat-x scroll 0 0 transparent;
  background: url("../c_images/line.png") repeat-x scroll 0 0 transparent;
  display: block;
  height: 8px;
}
.modal {
  z-index: 99999 !important;
}
.modal-backdrop {
  z-index: 999 !important;
}
.notify-ui ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notify-ui li {
  background: #eeeeee;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #dddddd;
}
.notify-ui li:hover {
  cursor: pointer;
  color: #777777;
}
form {
  margin-bottom: 0;
}
.form-horizontal .control-group {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}
.form-horizontal .control-group:last-child {
  border-bottom: 0;
}
.form-horizontal .control-label {
  padding-top: 15px;
  width: 180px;
}
.form-horizontal .controls {
  margin-left: 200px;
  padding: 10px 0;
}
.form-horizontal .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.row-fluid .span20 {
  width: 97.8%;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.form-actions:before {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.help-block {
  color: #999999;
}
.help-inline {
  color: #999999;
}
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(overlay.png) repeat #000;
  text-align: center;
  z-index: 9999;
}
#lightbox p {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 22;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 2px;
  text-align: center;
  transition: 0.5s;
}
#lightbox p:hover {
  transform: rotate(180deg);
}
#imgbox {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(overlay.png) repeat #000;
  text-align: center;
  z-index: 21;
}
#imgbox img {
  margin-top: 100px;
  border: 10px solid #fff;
}
.btn-icon-pg ul {
  margin: 0px;
  padding: 0px;
}
.btn-icon-pg ul li {
  margin: 5px;
  padding: 5px;
  list-style: none;
  display: inline-block;
  border: 1px solid #dadada;
  min-width: 187px;
  cursor: pointer;
}
.btn-icon-pg ul li:hover i {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin-left: 8px;
}
.fix_hgt {
  height: 115px;
  overflow-x: auto;
}
.input-append .add-on:last-child {
  border-radius: 0px;
  padding: 6px 5px 2px;
}
.input-append .btn:last-child {
  border-radius: 0px;
  padding: 6px 5px 2px;
}
.input-append input {
  width: none;
  border-radius: 0px !important;
}
.input-append input[class*="span"] {
  width: none;
}
.input-append select {
  border-radius: 0px !important;
}
.input-prepend input {
  width: none;
  border-radius: 0px !important;
}
.input-prepend input[class*="span"] {
  width: none;
}
.input-prepend span {
  border-radius: 0px !important;
}
.fa-edit,
.fa-plus {
  cursor: pointer;
}
.bs-docs-tooltip-examples {
  list-style: none outside none;
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
  list-style: none;
  position: relative;
}
.print-visible {
  display: none;
}
#header {
  position: relative;
  width: 100%;
  background: #fff;
  background-color: #fff;
}
#header h1 {
  background: url("../c_images/logo.png") no-repeat scroll 0 0 transparent;
  height: 31px;
  left: 20px;
  line-height: 600px;
  overflow: hidden;
  position: relative;
  top: 36px;
  width: 191px;
}
#header h1 a {
  display: block;
}
header {
  background: #ffffff;
}
header.userloggedin {
  height: 120px;
}
header #header {
  height: 98px;
  margin-top: 19px;
}
header .header-setting .dropdown-menu label {
  display: block;
  padding: 5px 10px;
}
#search {
  color: #fff;
}
#search input[type=text] {
  padding: 4px 10px 5px;
  border: 0;
  width: 150px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  background-color: #a0b6d0;
  background-color: #fff;
  color: #000;
}
#search input[type=text]:focus {
  color: #777777;
  color: #2e363f;
  color: #fff;
  box-shadow: none;
}
#search button {
  border: 0;
  margin-left: -3px;
  margin-top: -11px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  background-color: #a0b6d0;
}
#search button i {
  opacity: 0.8;
  color: #fff;
}
#search button:hover i {
  opacity: 1;
}
#search button:active i {
  opacity: 1;
}
#search > a.dropdown-toggle {
  position: relative;
}
#search > a.dropdown-toggle > .caret {
  margin-right: -26px;
  margin-top: -9px;
}
#search > input[type=text] {
  padding-left: 32px !important;
}
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
}
.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.navbar-inverse {
  background-color: transparent !important;
  border-color: transparent !important;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.navbar-inverse .brand {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover {
  color: #fff;
}
.navbar-inverse .brand:focus {
  color: #fff;
}
.navbar-inverse .nav > li > a {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .nav .active > a {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .nav .active > a:hover {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-right-color: #222;
  border-left-color: #111;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
}
.navbar-inverse .btn-navbar:focus {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
}
.navbar-inverse .btn-navbar:active {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
  background-color: #000;
}
.navbar-inverse .btn-navbar.active {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
  background-color: #000;
}
.navbar-inverse .btn-navbar.disabled {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
}
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
}
* {
  outline: none !important;
  -moz-outline: none !important;
}
#user-nav {
  position: absolute;
  left: auto;
  right: 20px;
  top: 0px;
  z-index: 20;
  margin: 0;
}
#user-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#user-nav > ul > li {
  float: left;
  list-style-type: none;
  margin: 0;
  position: relative;
  padding: 0;
}
#user-nav > ul > li > a {
  min-height: 50px;
  color: #999c9e;
  text-shadow: none !important;
  padding: 20px 10px;
  display: block;
  font-size: 14px;
}
#user-nav > ul > li > a:hover {
  color: #ffffff;
  background: #9fb6d0;
}
#user-nav > ul > li > a:hover > i {
  opacity: 1;
}
#user-nav > ul > li > a > i {
  opacity: 1;
  margin-top: 2px;
  color: #faa732;
  color: #999c9e;
}
#user-nav > ul > li > a > .label {
  vertical-align: middle;
  padding: 1px 4px 1px;
  margin: -2px 4px 0;
  display: inline-block;
}
#user-nav > ul > li.open > a {
  color: #ffffff;
  background: #9fb6d0;
}
#user-nav > ul > li.open > a > i {
  opacity: 1;
}
#user-nav > ul ul > li > a {
  text-align: left;
}
li {
  line-height: 20px;
}
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
#sidebar {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  z-index: 16;
}
#sidebar li a i {
  opacity: 1;
  margin-top: 2px;
  color: #faa732;
}
#sidebar .content {
  padding: 10px;
  position: relative;
  color: #FFF;
}
#sidebar .percent {
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 25px;
}
#sidebar .progress {
  margin-bottom: 2px;
  margin-top: 2px;
  width: 70%;
}
#sidebar .progress-mini {
  height: 6px;
}
#sidebar .stat {
  font-size: 11px;
}
#sidebar > ul {
  list-style: none;
  margin: 0px 0 0;
  padding: 0;
  position: absolute;
  width: 220px;
  font-size: 13px;
  font-weight: 400;
}
#sidebar > ul > li.active {
  background-color: #7196bf;
}
#sidebar > ul > li.active a {
  color: #fff;
  text-decoration: none;
}
#sidebar > ul > li {
  display: block;
  position: relative;
}
#sidebar > ul > li > a {
  display: block;
  color: #FFF;
  font-weight: 100 !important;
  padding: 20px 20px 20px 20px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 18px;
}
#sidebar > ul > li > a > .label {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 100;
  font-size: 15px;
  margin: 0 20px 0 0;
  float: right;
  padding: 3px 5px 2px;
}
#sidebar > ul > li > a:hover {
  background-color: #9fb6d0;
  color: #fff;
  cursor: pointer;
}
#sidebar > ul > li > a > i {
  margin-right: 6px;
  font-size: 1.15em;
  color: #fff;
}
#sidebar > ul li ul {
  background-color: #3f6085;
  display: none;
  margin: 0;
  padding: 0;
}
#sidebar > ul li ul li a {
  color: #d2d2d2;
  color: #ffffff;
  font-weight: 100 !important;
  padding: 15px 20px 15px 20px;
  padding-left: 52px;
  display: block;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 18px;
}
#sidebar > ul li ul li a:hover {
  color: #fff;
  background-color: #9fb6d0;
}
#sidebar > ul li ul li:first-child a {
  border-top: 0;
}
#sidebar > ul li ul li:last-child a {
  border-bottom: 0;
}
#sidebar > ul li ul li.active a {
  color: #fff;
  background-color: #9fb6d0;
}
#sidebar > ul li.open ul {
  display: block;
}
.label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
}
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  min-width: 180px;
  border-radius: 0px;
}
.dropdown-menu li a:hover {
  color: #eeeeee;
  background: #666;
}
.dropdown-menu .active a {
  color: #eeeeee;
  background: #666;
}
.dropdown-menu .active a:hover {
  color: #eeeeee;
  background: #666;
}
.dropdown-menu .divider {
  margin: 4px 0px;
}
.dropdown-menu > li > a {
  padding: 3px 10px;
  color: #666;
  font-size: 12px;
}
.dropdown-menu > li > a i {
  padding-right: 3px;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #41bda8;
}
a:focus {
  text-decoration: none;
  color: #41bda8;
}
.btn {
  border-radius: 0px;
  box-shadow: none;
  background-image: none;
}
.well {
  border-radius: 0px;
}
.progress {
  border-radius: 0px;
  background-image: none;
}
.progress .bar-success {
  background-image: none;
}
.progress .bar-warning {
  background-image: none;
}
.progress .bar-danger {
  background-image: none;
}
.progress .bar-info {
  background-image: none;
}
.table-bordered {
  border-radius: 0px;
  background-color: #fff;
}
.btn-group > .btn:first-child {
  border-radius: 0px;
}
.btn-group > .btn:last-child {
  border-radius: 0px;
}
.btn-group > .dropdown-toggle {
  border-radius: 0px;
}
.alert {
  border-radius: 0px;
}
.progress-success .bar {
  background-image: none;
}
.progress-warning .bar {
  background-image: none;
}
.progress-danger .bar {
  background-image: none;
}
.progress-info .bar {
  background-image: none;
}
.btn-primary {
  background-image: none;
}
.accordion-heading h5 {
  width: 70%;
}
.top_message {
  float: right;
  padding: 20px 12px;
  position: relative;
  top: -13px;
  border-left: 1px solid #3D3A37;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.top_message:hover {
  background: #000;
}
.rightzero {
  right: 0px;
  display: none;
}
#content {
  background: #d7e2ef;
  margin-right: 0;
  margin-left: 220px;
  padding-bottom: 25px;
  position: relative;
  min-height: 100%;
  width: auto;
}
#content-header {
  position: absolute;
  width: 100%;
  margin-top: 0;
  z-index: 5;
}
#content-header h1 {
  color: #555555;
  font-size: 28px;
  font-weight: normal;
  float: none;
  text-shadow: 0 1px 0 #ffffff;
  margin-left: 20px;
  position: relative;
  margin-top: 20px;
}
#content-header .btn-group {
  float: right;
  right: 20px;
  position: absolute;
  margin-top: 20px;
}
#content-header .btn-group .btn {
  padding: 11px 14px 9px;
}
#content-header .btn-group .btn .label {
  position: absolute;
  top: -7px;
}
.container-fluid .row-fluid:first-child {
  margin-top: 20px;
}
#breadcrumb {
  background-color: #d7e2ef;
  border-bottom: 1px solid #e3ebed;
  padding-left: 10px;
}
#breadcrumb a {
  padding: 8px 20px 8px 10px;
  display: inline-block;
  background-image: url('../c_images/breadcrumb.png');
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #666666;
}
#breadcrumb a:hover {
  color: #333333;
}
#breadcrumb a:hover i {
  margin-right: 5px;
  opacity: .8;
}
#breadcrumb a:last-child {
  background-image: none;
}
#breadcrumb a i {
  margin-right: 5px;
  opacity: .6;
}
#breadcrumb a.current {
  font-weight: bold;
  color: #444444;
}
.todo ul {
  list-style: none outside none;
  margin: 0;
}
.todo li {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 0;
  padding: 10px 0;
}
.todo li:hover {
  background: none repeat scroll 0 0 #FCFCFC;
  border-color: #D9D9D9;
}
.todo li:last-child {
  border-bottom: 0px;
}
.todo li .txt {
  float: left;
}
.todo li .by {
  margin-left: 10px;
  margin-right: 10px;
}
.todo li .date {
  margin-right: 10px;
}
.quick-actions-icon {
  color: #337ab7;
  font-size: 40px;
  padding: 10px 10px 5px 10px;
}
.error_ex {
  text-align: center;
}
.error_ex h1 {
  font-size: 140px;
  font-weight: bold;
  padding: 50px 0;
  color: #41bda8;
}
.global-footer-copyright {
  color: #fff;
}
.global-footer-copyright strong a .global-footer-copyright strong a:hover {
  color: #fff;
}
.global-footer-version {
  color: #fff;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.mr-5 {
  margin-right: 5px;
}
.mt-40 {
  margin-top: 40px;
}
.flex {
  display: flex;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-col {
  flex-direction: column;
}
.flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex.justify-cen {
  justify-content: center;
}
.flex.justify-sb {
  justify-content: space-between;
}
.flex.justify-sa {
  justify-content: space-around;
}
.flex.align-cen {
  align-content: center;
}
.flex.align-sb {
  align-content: space-between;
}
.flex.align-sa {
  align-content: space-around;
}
.flex.item-bl {
  align-items: baseline;
}
.flex.item-cen {
  align-items: center;
}
.flex.item-end {
  align-items: flex-end;
}
.flex.flex-full {
  flex: 1;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.pa1 {
  padding: 1rem;
}
.pa2 {
  padding: .5rem;
}
.text-black {
  color: black;
}
.text-white {
  color: white;
}
.text-grey {
  color: grey;
}
.text-blue {
  color: blue;
}
.text-red {
  color: orangered;
}
.text-green {
  color: limegreen;
}
.uppercase {
  text-transform: uppercase;
}
.grey {
  background: grey;
}
.orange {
  background: orange;
}
.purple {
  background: purple;
}
.blue {
  background: blue;
}
.red {
  background: orangered;
}
.green {
  background: limegreen;
}
.light-sea {
  background: lightseagreen;
}
.light-sky {
  background: lightskyblue;
}
.cursor-p {
  cursor: pointer;
}
.filter-button {
  margin: 2px;
  padding: 3px;
  font-weight: 600;
  color: white;
  cursor: pointer;
}
.filter-button.grey {
  background: grey;
  color: black;
}
.text-left {
  text-align: left;
}
.dialog {
  z-index: 99 !important;
  display: block;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.dialog > .dialog-backdrop {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.dialog > .dialog-content {
  width: auto;
  padding: 5px;
  background: white;
  z-index: 101 !important;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -32px;
  bottom: 0px;
}
.dialog > .dialog-content > .dialog-header {
  height: auto;
  padding: 8px 15px 5px;
}
.dialog > .dialog-content > .dialog-header .title {
  font-size: 24px;
  color: black;
  padding-right: 10px;
}
.dialog > .dialog-content > .dialog-header i.fa {
  font-size: 20px;
}
.dialog > .dialog-content > .dialog-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: black;
  opacity: .7;
}
.dialog > .dialog-content > .dialog-body {
  padding: 10px;
}
table.table thead tr th {
  color: #fff;
  background: #496c92;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
table.table thead tr th.white {
  color: white;
}
table.table thead tr th.grey {
  background: grey;
}
table.table thead tr th.orange {
  background: orange;
}
table.table thead tr th.purple {
  background: purple;
}
table.table thead tr th.blue {
  background: blue;
}
table.table thead tr th.red {
  background: orangered;
}
table.table thead tr th.green {
  background: limegreen;
}
table.table thead tr th.light-sea {
  background: lightseagreen;
}
table.table thead tr th.light-sky {
  background: lightskyblue;
}
table.table tbody tr.heading td {
  color: black;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
table.table tbody tr.heading.tone-down td {
  font-weight: 400;
}
table.table tbody tr td {
  max-width: 200px;
  word-wrap: break-word;
}
#footer {
  padding: 10px;
  text-align: center;
}
#header.header-title {
  width: 220px;
  margin-top: 0;
  background-color: #a0b6d0;
}
.header-title h1 {
  margin: 0;
}
.nav-tabs {
  margin-top: 25px;
}
.table-options {
  border: 2px dotted #496c92;
  padding: 10px;
  border-radius: 7px;
}
.table-options select {
  margin-bottom: 0;
}
.training-nav-tabs li a {
  border-radius: 5px;
  background-color: #bfc0c1;
  color: #fff;
}
.training-nav-tabs li a:hover {
  background-color: #a0b6d0;
}
.training-nav-tabs li.active a {
  background-color: #fff;
}
.training-nav-tabs li.active a:hover {
  background-color: #fff;
}
.edit-training {
  float: left;
  width: 100%;
  padding: 15px;
  margin: 0 !important;
  background-color: #fff;
  border-radius: 7px;
}
.edit-training .row {
  margin: 0;
}
.back-training {
  color: #496c92;
}
.back-training:hover {
  color: #666;
}
.back-training .fa {
  margin-right: 5px;
}
@media (max-width: 480px) {
  .quick-actions_homepage .quick-actions li {
    min-width: 100%;
    min-width: 88%;
  }
  #content {
    margin-top: -30px;
    margin-left: 0 !important;
    border-top-left-radius: 0;
    margin-top: 0px;
  }
  #user-nav {
    margin: 0px auto;
    top: -31px;
    border-top: none;
    width: 250px;
    left: -3%;
    text-align: center;
    float: none;
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: -31px;
    border-top: 1px solid #363E48;
    margin-bottom: 0px;
    background: #301a33;
    float: right;
  }
  #user-nav > ul {
    right: 0px;
    margin-left: 20% !important;
    margin-top: 0px;
    width: 100%;
    background: #000;
    position: relative;
  }
  #user-nav > ul > li {
    border-top: 1px solid #363E48;
    padding: 0px 0px;
  }
  #user-nav > ul > li:last-child {
    border-right: 1px solid #363E48;
  }
  #user-nav > ul > li > a {
    padding: 5px 10px;
  }
  #sidebar {
    top: -30px;
    clear: both;
    float: none;
    width: 100% !important;
    display: block;
    position: relative;
    top: 0px;
  }
  #sidebar .content {
    display: none;
  }
  #sidebar > a {
    background: #27a9e3;
    padding: 9px 20px 9px 15px;
    display: block !important;
    color: #eeeeee;
    float: none !important;
    font-size: 12px;
    font-weight: bold;
  }
  #sidebar > ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    z-index: 999;
    position: relative;
  }
  #sidebar > ul > li {
    list-style-type: none;
    display: block;
    border-top: 1px solid #41BEDD;
    float: none !important;
    margin: 0px;
    position: relative;
    cursor: pointer;
  }
  #sidebar > ul > li a .fa-angle-right {
    float: right;
  }
  #sidebar > ul > li:hover ul {
    display: none;
  }
  #sidebar > ul > li:hover a {
    background: none;
  }
  #sidebar > ul > li > a {
    padding: 5px;
    display: block;
    color: #AAAAAA;
  }
  #sidebar > ul li ul {
    margin: 0px;
    padding: 0px;
    top: 35px;
    left: 0px;
    z-index: 999;
    display: none;
    position: absolute;
    width: 100%;
    min-width: 100%;
    border-radius: none;
  }
  #sidebar > ul li ul li {
    list-style-type: none;
    margin: 0px;
    font-size: 12px;
    line-height: 30px;
  }
  #sidebar > ul li ul li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  #sidebar > ul li ul li:hover a {
    border-radius: 0px;
  }
  #sidebar > ul li span {
    cursor: pointer;
    margin: 0px 2px 0 5px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
  }
  #sidebar > ul li a i {
    background-image: url("../img/glyphicons-halflings-white.png");
    margin-top: 4px;
    vertical-align: top;
  }
  #header h1 {
    top: 10px;
    left: 5px;
    margin: 3px auto;
  }
  .navbar > .nav {
    float: none;
  }
  #my_menu {
    display: none;
  }
  #my_menu_input {
    display: block;
  }
  #content-header {
    margin-top: 0;
    text-align: center;
  }
  #content-header h1 {
    float: none;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-top: 0;
    padding-top: 15px;
    width: 100%;
  }
  #content-header .btn-group {
    float: none;
    margin-top: 70px;
    margin-bottom: 0;
    margin-right: 0;
    left: 30%;
  }
  .widget-title .buttons > .btn {
    width: 11px;
    white-space: nowrap;
    overflow: hidden;
  }
  .form-horizontal .control-label {
    padding-left: 30px;
  }
  .form-horizontal .controls {
    margin-left: 0;
    padding: 10px 30px;
  }
  .form-actions {
    text-align: center;
  }
  .panel-right2 {
    background-color: #fff;
    border-right: 1px solid #dddddd;
    position: relative;
    left: 0;
    overflow: auto;
    top: 0px;
    height: 87%;
    width: 100%;
  }
  .panel-left2 {
    margin-left: 0px;
  }
  .dataTables_paginate .ui-button {
    padding: 4px 4px !important;
  }
  .pagination.alternate li a {
    padding: 4px 4px !important;
  }
  .table th {
    padding: 5px 4px 2px;
  }
}
#sidebar > ul li.open > a .fa-angle-right:before {
  content: "\f107" !important;
}
@media (max-width: 970px) and (min-width: 481px) {
  #header.header-title {
    width: 43px !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #header.header-title .text-logo {
    display: none;
  }
}
@media (max-width: 480px) {
  #header.header-title {
    width: 100% !important;
    text-align: left !important;
    height: 50px !important;
    float: none !important;
    padding: 10px !important;
  }
  #header.header-title img {
    margin-top: 0 !important;
  }
  #header.header-title .text-logo {
    float: none!important;
    width: auto!important;
    vertical-align: middle;
    display: inline-block;
    padding-left: 15px;
  }
  #user-nav {
    float: none!important;
    margin: 0!important;
    padding: 0!important;
    top: 0!important;
    left: 0!important;
    border: none !important;
  }
  #user-nav > ul {
    margin: 0 !important;
    border: none !important;
  }
  #user-nav > ul li > a {
    padding-top: 15px !important;
  }
  #sidebar > ul li.open ul,
  #sidebar > ul > li.open:hover ul {
    display: block!important;
    position: relative !important;
    background: none !important;
    top: 0 !important;
  }
  #sidebar > ul li.open ul li a,
  #sidebar > ul > li.open:hover ul li a {
    font-size: 12px !important;
  }
  #sidebar > ul > li a {
    position: relative;
  }
  #sidebar > ul > li .fa-angle-right {
    position: absolute;
    left: -12px;
    top: 11px;
  }
  #search {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }
  #search button,
  #search input[type=text] {
    margin: 0 !important;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .quick-actions_homepage .quick-actions li {
    min-width: 20.5%;
    min-width: 14.5%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .quick-actions_homepage .quick-actions li {
    min-width: 47%;
    min-width: 45%;
  }
}
@media (min-width: 481px) and (max-width: 970px) {
  body {
    background: #49CCED;
  }
  #content {
    margin-top: 0px;
    margin-left: 43px;
  }
  #sidebar {
    width: 43px;
    display: block;
    position: absolute;
    height: 100%;
    z-index: 1;
  }
  #sidebar > ul {
    width: 43px;
    display: block;
    position: absolute;
    height: 100%;
    z-index: 1;
  }
  #sidebar > ul > li {
    float: none;
  }
  #sidebar > ul > li:hover ul {
    display: block;
  }
  #sidebar > ul > li > a > span {
    display: none;
  }
  #sidebar > ul ul {
    display: none;
    position: absolute;
    left: 43px;
    top: 0;
    min-width: 150px;
    list-style: none;
  }
  #sidebar > ul ul li a {
    white-space: nowrap;
    padding: 10px 25px;
  }
  #sidebar > ul ul:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    display: inline-block;
    left: -6px;
    position: absolute;
    top: 11px;
  }
  #sidebar > ul ul:after {
    content: "";
    display: inline-block;
    left: -5px;
    position: absolute;
    top: 12px;
  }
  #sidebar > ul > li.open.submenu > a {
    border-bottom: none !important;
  }
  #sidebar > a {
    display: none !important;
  }
  #sidebar .content {
    display: none;
  }
  #header h1 {
    top: 10px;
    left: 35px;
  }
  #search {
    top: 5px;
  }
  #my_menu {
    display: none;
  }
  #my_menu_input {
    display: block;
  }
  .content {
    display: none;
  }
}
@media (max-width: 600px) {
  .widget-title .buttons {
    float: left;
  }
  .panel-left {
    margin-right: 0;
  }
  .panel-right {
    border-top: 1px solid #DDDDDD;
    border-left: none;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    width: auto;
  }
  .content {
    display: none;
  }
  #sidebar .content {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0 !important;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  #search {
    display: none;
  }
  #user-nav > ul > li > a > span.text {
    display: none;
  }
  #sidebar .content {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 979px) {
  div.dataTables_wrapper .ui-widget-header {
    height: 68px;
  }
  .dataTables_filter {
    position: relative;
    top: 0px;
    text-align: center;
  }
  .dataTables_length {
    width: 100%;
    text-align: center;
  }
  .dataTables_paginate {
    text-align: center;
  }
  #sidebar .content {
    display: none;
  }
}
@media print {
  @page {
    margin-top: 0;
    margin-bottom: 1cm;
    padding-top: 1cm;
  }
  body {
    margin: 1.6cm;
  }
  .print-visible {
    display: block;
    margin-top: 1cm;
  }
  #sidebar {
    display: none !important;
  }
  #header {
    display: none !important;
  }
  #footer {
    display: none !important;
  }
  .ng-hide {
    display: none !important;
  }
  .btn {
    display: none !important;
  }
  #content-header {
    display: none !important;
  }
  .nav-tabs {
    display: none !important;
  }
  .form-group select {
    outline: none;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-collapse: collapse !important;
  }
  .form-group input {
    outline: none;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-collapse: collapse !important;
  }
  .form-group .print-input {
    width: 100% !important;
    display: block !important;
    border-bottom: dotted 1px black;
    height: auto !important;
    padding-left: .05cm;
    padding-bottom: 0;
  }
}
/* Responsive design END*/
.print-visible {
  display: none;
}
.search-bar input[name='daterange'] {
  padding-left: 30px;
}
.search-bar .glyphicon {
  left: 26px;
  top: -2px;
}
.max-height-100 {
  max-height: 100px;
}
.text-logo {
  font-size: 20px;
  color: #fff;
}
.header-title {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 27px;
}
.header-title img {
  margin-top: 8px;
}
.header-title .text-logo {
  font-size: 17px;
  font-weight: bold;
  float: right;
  width: calc(100% - 40px);
}
.pagination-control .form-inline {
  text-align: left;
  padding-left: 30px;
}
.pagination-control .pagination {
  margin: 0;
}
.table-view-company tr th {
  font-size: 14px;
  text-align: left;
}
.generate-pin {
  position: absolute;
  right: 16px;
  top: 25px;
}
.generate-report {
  position: absolute;
  top: 30px;
  right: 15px;
}
.daterangepicker.dropdown-menu.ltr.opensright.show-calendar {
  z-index: 99999;
}
.photo-user {
  max-width: 60px!important;
  max-height: 60px!important;
}
@media (max-width: 480px) {
  .generate-report {
    position: static;
  }
}
@media (min-width: 1200px) {
  .lg-padding-15 {
    padding: 15px;
  }
}
@media (max-width: 970px) and (min-width: 481px) {
  #search {
    top: 17px !important;
    left: 45px !important;
    background: #ffffff !important;
  }
  #search input[type=text] {
    width: 102px !important;
  }
}
.selected-expiring {
  float: right;
  margin-right: 5px;
  margin-top: 6px;
}
.bottom-post {
  border-bottom: 1px dotted #AEBDC8;
  list-style: none outside none;
  padding: 10px;
  margin-bottom: 0;
}
.ul-post {
  margin: 0;
  padding: 0;
}
#sidebar > ul {
  border-bottom: none 0px !important;
}
/* modal styles for user notes*/
#Modal-user-notes .modal-header {
  color: #fff;
}
#Modal-user-notes .modal-footer {
  text-align: center;
}
#Modal-user-notes button.btn.btn-primary {
  border-radius: 4px;
  width: 100px;
}
/* styles for resource page*/
.resources-container {
  margin-top: 60px;
}
.resources-container > .resource {
  padding: 0 20px;
  margin-bottom: 20px;
}
.resources-container > .resource > .resource-container {
  border: 2px #9e9e9e solid;
  background: #fff;
  text-align: center;
  padding: 20px 0;
  min-height: 400px;
  height: 400px;
}
.resources-container > .resource > .resource-container > .resource-inner-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.resources-container > .resource > .resource-container > .resource-inner-container > img {
  width: 80px;
}
.meal-order-image {
  background-color: white;
  border: 1px solid coral;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 20px;
}
.meal-order-image:hover {
  background: coral;
}
.meal-order-image > .meal-type {
  background-color: coral;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.selected {
  background-color: coral;
}
/* styles for column dividation */
.column-divide {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  margin-left: 20px;
}
.column-divide .list-ignore {
  list-style: none;
}
.modal-open .modal .modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.modal-open .modal .modal-content {
  border-radius: 20px !important;
}
table.scroll {
  width: 80%;
  border-spacing: 0;
}
table.scroll tbody,
table.scroll thead tr {
  display: block;
}
table.scroll tbody {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
table.scroll tbody td,
table.scroll thead th {
  width: 200px;
}
table.scroll thead th:last-child {
  width: 200px;
}
thead tr th {
  height: 30px;
  line-height: 30px;
}
tbody td:last-child,
thead th:last-child {
  border-right: none !important;
}
.custom-input-group-button {
  border-bottom-left-radius: 0px !important;
  background-color: #0a6aa1;
}
.employeemenulist input {
  float: left;
}
.employeemenulist label {
  margin-bottom: 0px;
  line-height: 24px;
}
.birthdaysonglebel {
  width: 26px;
  float: left;
  margin-top: 5px;
}
.padding0 {
  padding: 0px;
}
.defaultbirthdaycont {
  padding: 0px;
}
.agency-address {
  height: 100px;
  width: 100%;
  display: block;
  overflow-y: auto;
}
.white {
  color: white;
}

/* 1824px in normal font size */
/* 1504px in normal font size */
/* 1456px in normal font size */
/* 1280px in normal font size */
/* 1200px in normal font size */
/* 1024px in normal font size */
/*fixed 900px*/
/* 992px in normal font size */
/* 960px in normal font size */
/* 800px in normal font size */
/* 640px in normal font size */
/* 480px in normal font size */
/* 320px in normal font size */
@media print {
  @page {
    margin-top: 0;
    margin-bottom: 1cm;
    padding-top: 1cm;
  }
  body {
    margin: 1.6cm;
  }
  .print-visible {
    display: block;
    margin-top: 1cm;
  }
  #sidebar,
  #header,
  #footer,
  .ng-hide,
  .btn {
    display: none !important;
  }
  #content-header {
    display: none !important;
  }
  .nav-tabs {
    display: none !important;
  }
  .form-group select,
  .form-group input {
    outline: none;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-collapse: collapse !important;
  }
  .form-group .print-input {
    width: 100% !important;
    display: block !important;
    border-bottom: dotted 1px black;
    height: auto !important;
    padding-left: .05cm;
    padding-bottom: 0;
  }
}

/* Header */
#header {
  height: 77px;
  position: relative;
  width: 100%;
}
#header h1 {
  background: url("../c_images/logo.png") no-repeat scroll 0 0 transparent;
  height: 31px;
  left: 20px;
  line-height: 600px;
  overflow: hidden;
  position: relative;
  top: 26px;
  width: 191px;
}
#header h1 a {
  display: block;
}
/* Search input */
#search {
  position: absolute;
  z-index: 25;
  top: 6px;
  right: 10px;
}
#search input[type=text] {
  padding: 4px 10px 5px;
  border: 0;
  width: 200px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
#search button {
  border: 0;
  margin-left: -3px;
  margin-top: -11px;
  padding: 5px 10px 4px;
  vertical-align: middle;
}
#search button i {
  opacity: 0.8;
  color: #fff;
}
#search button:hover i,
#search button:active i {
  opacity: 1;
}
/* Top user navigation */
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #FFF;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-right-color: #222;
  border-left-color: #111;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000;
}
.navbar-inverse {
  background-color: transparent !important;
  border-color: transparent !important;
}
* {
  outline: none !important;
  -moz-outline: none !important;
}
#user-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #5d006d;
  border-left: 1px solid #2e0035;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
}
#user-nav > ul > li {
  float: left;
  list-style-type: none;
  margin: 0;
  position: relative;
  padding: 0;
  border-left: 1px solid #5d006d;
  border-right: 1px solid #2e0035;
}
li {
  line-height: 20px;
}
#user-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #5d006d;
  border-left: 1px solid #2e0035;
}
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
#user-nav > ul > li > a {
  padding: 9px 10px;
  display: block;
  font-size: 11px;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#user-nav {
  position: absolute;
  left: 220px;
  top: 0px;
  z-index: 20;
  margin: 0;
}
#user-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #5d006d;
  border-left: 1px solid #2e0035;
}
#user-nav > ul > li {
  float: left;
  list-style-type: none;
  margin: 0;
  position: relative;
  padding: 0;
  border-left: 1px solid #5d006d;
  border-right: 1px solid #2e0035;
}
#user-nav > ul > li > a {
  padding: 9px 10px;
  display: block;
  font-size: 11px;
}
#user-nav > ul > li > a:hover,
#user-nav > ul > li.open > a {
  color: #ffffff;
  background: #703e77;
}
#user-nav > ul > li > a > i,
#sidebar li a i {
  opacity: 1;
  margin-top: 2px;
  color: #fff;
}
#user-nav > ul > li > a:hover > i,
#user-nav > ul > li.open > a > i {
  opacity: 1;
}
#user-nav > ul > li > a > .label {
  vertical-align: middle;
  padding: 1px 4px 1px;
  margin: -2px 4px 0;
  display: inline-block;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
}
#user-nav > ul ul > li > a {
  text-align: left;
}
.dropdown-menu {
  min-width: 180px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
/*-------------------------------*/
#header {
  background-color: #fff;
  margin-top: 19px;
}
#search input[type=text],
#search button {
  background-color: #00c9a7;
}
#search input[type=text]:focus {
  color: #777777;
}
#search input[type=text] {
  background-color: #200025;
  color: #fff;
}
#search input[type=text]:focus {
  color: #2e363f;
  color: #fff;
  box-shadow: none;
}
.userprofileimg {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
}
.adminusername {
  text-transform: capitalize;
  float: left;
  padding-left: 15px;
  font-size: 18px;
  margin-top: 2px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.dropdown-menu li a:hover,
.dropdown-menu .active a,
.dropdown-menu .active a:hover {
  color: #eeeeee;
  background: #666;
}
/*Bootstrap-overlay*/
body {
  overflow-x: hidden;
  margin-top: -10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
}
a {
  color: #666;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #41bda8;
}
.dropdown-menu .divider {
  margin: 4px 0px;
}
.dropdown-menu {
  min-width: 180px;
}
.dropdown-menu > li > a {
  padding: 3px 10px;
  color: #666;
  font-size: 12px;
}
.dropdown-menu > li > a i {
  padding-right: 3px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.label,
.dropdown-menu,
.btn,
.well,
.progress,
.table-bordered,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
.alert {
  border-radius: 0px;
}
.btn,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: none;
}
.progress,
.progress-success .bar,
.progress .bar-success,
.progress-warning .bar,
.progress .bar-warning,
.progress-danger .bar,
.progress .bar-danger,
.progress-info .bar,
.progress .bar-info,
.btn,
.btn-primary {
  background-image: none;
}
.accordion-heading h5 {
  width: 70%;
}
.top_message {
  float: right;
  padding: 20px 12px;
  position: relative;
  top: -13px;
  border-left: 1px solid #3D3A37;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.top_message:hover {
  background: #000;
}
.rightzero {
  right: 0px;
  display: none;
}
@media (max-width: 480px) {
  #user-nav {
    margin: 0px auto;
    top: -31px;
    border-top: none;
    width: 250px;
    left: -3%;
    text-align: center;
    float: none;
  }
  #user-nav > ul > li:last-child {
    border-right: 1px solid #363E48;
  }
  #user-nav > ul > li {
    border-top: 1px solid #363E48;
  }
  #sidebar {
    top: -30px;
  }
  #content {
    margin-top: -30px;
  }
  #sidebar {
    clear: both;
  }
}
/* Responsive design */
@media (max-width: 480px) {
  #header h1 {
    top: 10px;
    left: 5px;
    margin: 3px auto;
  }
  #user-nav {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: -31px;
    border-top: 1px solid #363E48;
    margin-bottom: 0px;
    background: #301a33;
    float: right;
  }
  .navbar > .nav {
    float: none;
  }
  #my_menu {
    display: none;
  }
  #my_menu_input {
    display: block;
  }
  #user-nav > ul {
    right: 0px;
    margin-left: 20% !important;
    margin-top: 0px;
    width: 100%;
    background: #000;
    position: relative;
  }
  #user-nav > ul > li {
    padding: 0px 0px;
  }
  #user-nav > ul > li > a {
    padding: 5px 10px;
  }
}
@media (min-width: 481px) and (max-width: 970px) {
  body {
    background: #49CCED;
  }
  #header h1 {
    top: 10px;
    left: 35px;
  }
  #search {
    top: 5px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0 !important;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  #search {
    display: none;
  }
  #user-nav > ul > li > a > span.text {
    display: none;
  }
}

/* Content */
#content {
  background: none repeat scroll 0 0 #eeeeee;
  margin-right: 0;
  margin-left: 220px;
  padding-bottom: 25px;
  position: relative;
  min-height: 100%;
  width: auto;
}
#content-header {
  position: absolute;
  width: 100%;
  margin-top: -37px;
  z-index: 5;
}
#content-header h1 {
  color: #555555;
  font-size: 28px;
  font-weight: normal;
  float: none;
  text-shadow: 0 1px 0 #ffffff;
  margin-left: 20px;
  position: relative;
}
#content-header .btn-group {
  float: right;
  right: 20px;
  position: absolute;
}
#content-header h1,
#content-header .btn-group {
  margin-top: 20px;
}
#content-header .btn-group .btn {
  padding: 11px 14px 9px;
}
#content-header .btn-group .btn .label {
  position: absolute;
  top: -7px;
}
.container-fluid .row-fluid:first-child {
  margin-top: 20px;
}
/* Breadcrumb */
#breadcrumb {
  background-color: #fff;
  border-bottom: 1px solid #e3ebed;
}
#breadcrumb a {
  padding: 8px 20px 8px 10px;
  display: inline-block;
  background-image: url('../c_images/breadcrumb.png');
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #666666;
}
#breadcrumb a:hover {
  color: #333333;
}
#breadcrumb a:last-child {
  background-image: none;
}
#breadcrumb a.current {
  font-weight: bold;
  color: #444444;
}
#breadcrumb a i {
  margin-right: 5px;
  opacity: .6;
}
#breadcrumb a:hover i {
  margin-right: 5px;
  opacity: .8;
}
/*todo-list*/
.todo ul {
  list-style: none outside none;
  margin: 0;
}
.todo li {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 0;
  padding: 10px 0;
}
.todo li:hover {
  background: none repeat scroll 0 0 #FCFCFC;
  border-color: #D9D9D9;
}
.todo li:last-child {
  border-bottom: 0px;
}
.todo li .txt {
  float: left;
}
.todo li .by {
  margin-left: 10px;
  margin-right: 10px;
}
.todo li .date {
  margin-right: 10px;
}
/* Management Shortcut Buttons Responsive Styling */
@media (max-width: 480px) {
  .quick-actions_homepage .quick-actions li {
    min-width: 88%;
  }
  #content {
    margin-top: -30px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .quick-actions_homepage .quick-actions li {
    min-width: 14.5%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .quick-actions_homepage .quick-actions li {
    min-width: 45%;
  }
}
/* Stat boxes and quick actions */
.quick-actions_homepage {
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
  margin-top: 10px;
  margin-left: 15px;
}
.quick-actions-icon {
  color: #00cda5;
  font-size: 40px;
  padding: 10px 10px 5px 10px;
}
.quick-actions span {
  font-size: smaller;
}
.stat-boxes,
.quick-actions,
.quick-actions-horizontal,
.stats-plain {
  display: block;
  list-style: none outside none;
  margin: 15px 0;
  text-align: center;
}
.stat-boxes2 {
  display: inline-block;
  list-style: none outside none;
  margin: 0px;
  text-align: center;
}
.stat-boxes2 li {
  display: inline-block;
  line-height: 18px;
  margin: 0 10px 10px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #DCDCDC;
}
.stat-boxes2 li:hover {
  background: #f6f6f6;
}
.stat-boxes2 .left,
.stat-boxes .right {
  text-shadow: 0 1px 0 #fff;
  float: left;
}
.stat-boxes2 .left {
  border-right: 1px solid #DCDCDC;
  box-shadow: 1px 0 0 0 #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px 14px 6px 4px;
}
.stat-boxes2 .right {
  color: #666666;
  font-size: 12px;
  padding: 9px 10px 7px 0;
  text-align: center;
  min-width: 70px;
  float: left;
}
.stat-boxes2 .left span,
.stat-boxes2 .right strong {
  display: block;
}
.stat-boxes2 .right strong {
  font-size: 26px;
  margin-bottom: 3px;
  margin-top: 6px;
}
.quick-actions_homepage .quick-actions li {
  position: relative;
}
.quick-actions_homepage .quick-actions li .label {
  position: absolute;
  padding: 5px;
  top: -10px;
  right: -5px;
}
.stats-plain {
  width: 100%;
}
.stat-boxes li,
.quick-actions li,
.quick-actions-horizontal li {
  float: left;
  line-height: 18px;
  margin: 0 10px 10px 0px;
  padding: 0 10px;
}
.stat-boxes li a:hover,
.quick-actions li a:hover,
.quick-actions-horizontal li a:hover,
.stat-boxes li:hover,
.quick-actions li:hover,
.quick-actions-horizontal li:hover {
  background: #301a33;
}
.quick-actions_homepage .quick-actions .span3 {
  width: 30%;
}
.quick-actions li,
.quick-actions-horizontal li {
  padding: 0;
}
.stats-plain li {
  padding: 0 30px;
  display: inline-block;
  margin: 0 10px 20px;
}
.quick-actions li {
  background-color: white;
  border-radius: 15px;
  border: 2px dotted purple;
  width: 82px;
  height: 82px;
}
.quick-actions li a {
  padding: 10px 30px;
}
.stats-plain li h4 {
  font-size: 40px;
  margin-bottom: 15px;
}
.stats-plain li span {
  font-size: 14px;
  color: #fff;
}
.quick-actions-horizontal li a span {
  padding: 10px 12px 10px 10px;
  display: inline-block;
}
.quick-actions li a,
.quick-actions-horizontal li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
}
.quick-actions li a i[class^="icon-"],
.quick-actions li a i[class*=" icon-"] {
  font-size: 30px;
  display: block;
  margin: 0 auto 5px;
}
.quick-actions-horizontal li a i[class^="icon-"],
.quick-actions-horizontal li a i[class*=" icon-"] {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-color: transparent;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: -2px 0 0 !important;
  border-right: 1px solid #dddddd;
  margin-right: 10px;
  padding: 10px;
  vertical-align: middle;
}
.quick-actions li:active,
.quick-actions-horizontal li:active {
  background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#EEEEEE), to(#F4F4F4));
  background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: -moz-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: -ms-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: -o-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  background-image: linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}
.stat-boxes .left,
.stat-boxes .right {
  text-shadow: 0 1px 0 #fff;
  float: left;
}
.stat-boxes .left {
  border-right: 1px solid #DCDCDC;
  box-shadow: 1px 0 0 0 #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px 14px 6px 4px;
}
.stat-boxes .right {
  color: #666666;
  font-size: 12px;
  padding: 9px 10px 7px 0;
  text-align: center;
  min-width: 70px;
}
.stat-boxes .left span,
.stat-boxes .right strong {
  display: block;
}
.stat-boxes .right strong {
  font-size: 26px;
  margin-bottom: 3px;
  margin-top: 6px;
}
.stat-boxes .peity_bar_good,
.stat-boxes .peity_line_good {
  color: #459D1C;
}
.stat-boxes .peity_bar_neutral,
.stat-boxes .peity_line_neutral {
  color: #757575;
}
.stat-boxes .peity_bar_bad,
.stat-boxes .peity_line_bad {
  color: #BA1E20;
}
.site-stats {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.site-stats li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 10px;
  text-align: center;
  width: 42%;
  padding: 10px 0;
  color: #fff;
  position: relative;
}
.site-stats li i {
  font-size: 24px;
  clear: both;
}
.site-stats li:hover {
  background: #301a33;
}
.site-stats li i {
  vertical-align: baseline;
}
.site-stats li strong {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  float: left;
  margin-left: 0px;
}
.site-stats li small {
  margin-left: 0px;
  font-size: 11px;
  width: 100%;
  float: left;
}
/* Charts & graphs **/
.chart,
.pie,
.bars,
#donut,
#interactive,
#placeholder,
#placeholder2 {
  height: 300px;
  max-width: 100%;
}
#choices {
  border-top: 1px solid #dcdcdc;
  margin: 10px 0;
  padding: 10px;
}
#choices br {
  display: none;
}
#choices input {
  margin: -5px 5px 0 0;
}
#choices label {
  display: inline-block;
  padding-right: 20px;
}
#tooltip {
  position: absolute;
  display: none;
  border: none;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 10px;
  background-color: #222222;
  color: #ffffff;
  z-index: 25;
}
/* Widgets */
.widget-box {
  background: none repeat scroll 0 0 #F9F9F9;
  border-left: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  clear: both;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}
.widget-box.widget-calendar,
.widget-box.widget-chat {
  overflow: hidden !important;
}
.accordion .widget-box {
  margin-top: -2px;
  margin-bottom: 0;
  border-radius: 0;
}
.widget-box.widget-plain {
  background: transparent;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
.widget-title,
.modal-header,
.table th,
div.dataTables_wrapper .ui-widget-header {
  background: #efefef;
  border-bottom: 1px solid #CDCDCD;
  height: 36px;
}
.widget-title .nav-tabs {
  border-bottom: 0 none;
}
.widget-title .nav-tabs li a {
  border-bottom: medium none !important;
  border-left: 1px solid #DDDDDD;
  border-radius: 0 0 0 0;
  border-right: 1px solid #DDDDDD;
  border-top: medium none;
  color: #999999;
  margin: 0;
  outline: medium none;
  padding: 9px 10px 8px;
  font-weight: bold;
  text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li:first-child a {
  border-left: medium none !important;
}
.widget-title .nav-tabs li a:hover {
  background-color: transparent !important;
  border-color: #D6D6D6;
  border-width: 0 1px;
  color: #2b2b2b;
}
.widget-title .nav-tabs li.active a {
  background-color: #F9F9F9 !important;
  color: #444444;
}
.widget-title span.icon {
  padding: 9px 10px 7px 11px;
  float: left;
  border-right: 1px solid #dadada;
}
.widget-title h5 {
  color: #666;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 12px;
  line-height: 12px;
  margin: 0;
}
.widget-title .buttons {
  float: right;
  margin: 8px 10px 0 0;
}
.widget-title .label {
  padding: 3px 5px 2px;
  float: right;
  margin: 9px 11px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #ffffff;
}
.widget-calendar .widget-title .label {
  margin-right: 190px;
}
.widget-content {
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
}
.widget-box.widget-plain .widget-content {
  padding: 12px 0 0;
}
.widget-box.collapsible .collapse.in .widget-content {
  border-bottom: 1px solid #CDCDCD;
}
.recent-posts,
.recent-comments,
.recent-users {
  margin: 0;
  padding: 0;
}
.recent-posts li,
.recent-comments li,
.article-post li,
.recent-users li {
  border-bottom: 1px dotted #AEBDC8;
  list-style: none outside none;
  padding: 10px;
}
.article-post h4 {
  font-size: 17.5px;
  font-weight: bold;
}
.recent-posts li.viewall,
.recent-comments li.viewall,
.recent-users li.viewall {
  padding: 0;
}
.recent-posts li.viewall a,
.recent-comments li.viewall a,
.recent-users li.viewall a {
  padding: 5px;
  text-align: center;
  display: block;
  color: #888888;
}
.recent-posts li.viewall a:hover,
.recent-comments li.viewall a:hover,
.recent-users li.viewall a:hover {
  background-color: #eeeeee;
}
.recent-posts li:last-child,
.recent-comments li:last-child,
.recent-users li:last-child {
  border-bottom: none !important;
}
.user-thumb {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 2px;
  width: 40px;
}
.user-info {
  color: #666666;
  font-size: 11px;
}
.invoice-content {
  padding: 20px;
}
.invoice-action {
  margin-bottom: 30px;
}
.invoice-head {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
  width: auto;
}
.invoice-meta {
  font-size: 18px;
  margin-bottom: 40px;
}
.invoice-date {
  float: right;
  font-size: 80%;
}
.invoice-content h5 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.invoice-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.invoice-to {
  float: left;
  width: 370px;
}
.invoice-from {
  float: right;
  width: 300px;
}
.invoice-to li,
.invoice-from li {
  clear: left;
}
.invoice-to li span,
.invoice-from li span {
  display: block;
}
.invoice-content th.total-label {
  text-align: right;
}
.invoice-content th.total-amount {
  text-align: left;
}
.amount-word {
  color: #666666;
  margin-bottom: 40px;
  margin-top: 40px;
}
.amount-word span {
  color: #5476A6;
  font-weight: bold;
  padding-left: 20px;
}
.panel-left {
  margin-top: 103px;
}
.panel-left2 {
  margin-left: 176px;
}
.panel-right {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  right: 0;
  overflow: auto;
  top: 38px;
  height: 76px;
}
.panel-right2 {
  width: 100%;
  background-color: #fff;
  border-right: 1px solid #dddddd;
  position: absolute;
  left: 0;
  overflow: auto;
  top: 0px;
  height: 94%;
  width: 175px;
}
.panel-right .panel-title,
.panel-right2 .panel-title {
  width: 100%;
  background-color: #ececec;
  border-bottom: 1px solid #dddddd;
}
.panel-right .panel-title h5,
.panel-right2 .panel-title h5 {
  font-size: 12px;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
  padding: 6px 10px 5px;
  margin: 0;
}
.panel-right .panel-content {
  padding: 10px;
}
.chat-content {
  height: 470px;
  padding: 15px;
}
.chat-messages {
  height: 420px;
  overflow: auto;
  position: relative;
}
.chat-message {
  padding: 7px 15px;
  margin: 7px 0 0;
}
.chat-message input[type=text] {
  margin-bottom: 0 !important;
  width: 100%;
}
.chat-message .input-box {
  display: block;
  margin-right: 90px;
}
.chat-message button {
  float: right;
}
#chat-messages-inner p {
  padding: 0px;
  margin: 10px 0 0 0;
}
#chat-messages-inner p img {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-top: -1px;
  margin-right: 10px;
}
#chat-messages-inner .msg-block,
#chat-messages-inner p.offline span {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
  display: block;
  margin-left: 0px;
  padding: 10px;
  position: relative;
}
#chat-messages-inner p.offline span {
  background: none repeat scroll 0 0 #FFF5F5;
}
#chat-messages-inner .time {
  color: #999999;
  font-size: 11px;
  float: right;
}
#chat-messages-inner .msg {
  display: block;
  margin-top: 13px;
  border-top: 1px solid #dadada;
}
#chat-messages-inner .msg-block:before {
  border-right: 7px solid rgba(0, 0, 0, 0.1);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  display: none;
  left: -7px;
  position: absolute;
  top: 11px;
}
#chat-messages-inner .msg-block:after {
  border-right: 6px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  display: none;
  left: -6px;
  position: absolute;
  top: 12px;
}
.chat-users {
  padding: 0 0 30px;
}
.chat-users .contact-list {
  line-height: 21px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.chat-users .contact-list li {
  border: 1px solid #DADADA;
  margin: 5px 5px;
  padding: 1px;
  position: relative;
}
.chat-users .contact-list li:hover {
  background-color: #efefef;
}
.chat-users .contact-list li a {
  color: #666666;
  display: block;
  padding: 8px 5px;
}
.chat-users .contact-list li.online a {
  font-weight: bold;
}
.chat-users .contact-list li.new {
  background-color: #eaeaea;
}
.chat-users .contact-list li.offline {
  background-color: #EDE0E0;
}
.chat-users .contact-list li a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
.chat-users .contact-list li .msg-count {
  padding: 3px 5px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.taskDesc i {
  margin: 1px 5px 0;
}
.taskStatus,
.taskOptions {
  text-align: center !important;
}
.taskStatus .in-progress {
  color: #64909E;
}
.taskStatus .pending {
  color: #AC6363;
}
.taskStatus .done {
  color: #75B468;
}
.activity-list {
  list-style: none outside none;
  margin: 0;
}
.activity-list li {
  border-bottom: 1px solid #EEEEEE;
  display: block;
}
.activity-list li:last-child {
  border-bottom: medium none;
}
.activity-list li a {
  display: block;
  padding: 7px 10px;
}
.activity-list li a:hover {
  background-color: #FBFBFB;
}
.activity-list li a span {
  color: #AAAAAA;
  font-size: 11px;
  font-style: italic;
}
.activity-list li a i {
  margin-right: 10px;
  opacity: 0.6;
  vertical-align: middle;
}
.new-update {
  border-top: 1px solid #DDDDDD;
  padding: 10px 12px;
}
.new-update:first-child {
  border-top: medium none;
}
.new-update span {
  display: block;
}
.new-update i {
  float: left;
  margin-top: 3px;
  margin-right: 13px;
}
.new-update .update-date {
  color: #BBBBBB;
  float: right;
  margin: 4px -2px 0 0;
  text-align: center;
  width: 30px;
}
.new-update .update-date .update-day {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -4px;
}
.update-done,
.update-alert,
.update-notice {
  display: block;
  float: left;
  max-width: 76%;
}
/* Tables */
tr:hover {
  background: #f6f6f6;
}
span.icon .checker {
  margin-top: -5px;
  margin-right: 0;
}
.dataTables_length {
  color: #878787;
  margin: 7px 5px 0;
  position: relative;
  left: 5px;
  width: 50%;
  top: -2px;
}
.dataTables_length div {
  vertical-align: middle;
}
.dataTables_paginate {
  line-height: 16px;
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
}
.dataTables_paginate {
  line-height: 16px;
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
}
.dataTables_paginate .ui-button,
.pagination.alternate li a {
  font-size: 12px;
  padding: 4px 10px !important;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd #dddddd #cccccc;
  /* for IE < 9 */
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 16px;
  background: #f5f5f5;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
}
.dataTables_paginate .ui-button:hover,
.pagination.alternate li a:hover {
  background: #e8e8e8;
  color: #222222;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
}
.dataTables_paginate .first {
  border-radius: 4px 0 0 4px;
}
.dataTables_paginate .last {
  border-radius: 0 4px 4px 0;
}
.dataTables_paginate .ui-state-disabled,
.fc-state-disabled,
.pagination.alternate li.disabled a {
  color: #AAAAAA !important;
}
.dataTables_paginate .ui-state-disabled:hover,
.fc-state-disabled:hover,
.pagination.alternate li.disabled a:hover {
  background: #f5f5f5;
  cursor: default !important;
}
.dataTables_paginate span .ui-state-disabled,
.pagination.alternate li.active a {
  background: #41BEDD !important;
  color: #ffffff !important;
  cursor: default !important;
}
div.dataTables_wrapper .ui-widget-header {
  border-right: medium none;
  border-top: 1px solid #D5D5D5;
  font-weight: normal;
  margin-top: -1px;
}
.dataTables_wrapper .ui-toolbar {
  padding: 5px;
}
.dataTables_filter {
  color: #878787;
  font-size: 11px;
  right: 0;
  top: 37px;
  margin: 4px 8px 2px 10px;
  position: absolute;
  text-align: left;
}
.dataTables_filter input {
  margin-bottom: 0;
}
.table th {
  height: auto;
  font-size: 10px;
  padding: 5px 10px 2px;
  border-bottom: 0;
  text-align: center;
  color: #666666;
}
.table.with-check tr th:first-child,
.table.with-check tr td:first-child {
  width: 10px;
}
.table.with-check tr th:first-child i {
  margin-top: -2px;
  opacity: 0.6;
}
.table.with-check tr td:first-child .checker {
  margin-right: 0;
}
.table tr.checked td {
  background-color: #FFFFE3 !important;
}
/* Misc */
.nopadding {
  padding: 0 !important;
}
.nopadding .table {
  margin-bottom: 0;
}
.nopadding .table-bordered {
  border: 0;
}
.thumbnails {
  margin-left: -2.12766% !important;
}
.thumbnails [class*="span"] {
  margin-left: 2.12766% !important;
  position: relative;
}
.thumbnails .actions {
  width: auto;
  height: 16px;
  background-color: #000;
  padding: 4px 8px 8px 8px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  margin-top: -13px;
  margin-left: -24px;
  opacity: 0;
  top: 10%;
  transition: 1s ease-out;
  -moz-transition: opacity 0.3s ease-in-out;
}
.thumbnails li:hover .actions,
.thumbnails li:hover .actions a:hover {
  opacity: 1;
  color: #fff;
  top: 50%;
  transition: 1s ease-out;
}
.line {
  background: url("../c_images/line.png") repeat-x scroll 0 0 transparent;
  display: block;
  height: 8px;
}
.modal {
  z-index: 99999 !important;
}
.modal-backdrop {
  z-index: 999 !important;
}
.modal-header {
  height: auto;
  padding: 8px 15px 5px;
}
.modal-header h3 {
  font-size: 12px;
  text-shadow: 0 1px 0 #ffffff;
}
.notify-ui ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notify-ui li {
  background: #eeeeee;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #dddddd;
}
.notify-ui li:hover {
  cursor: pointer;
  color: #777777;
}
/* Forms */
form {
  margin-bottom: 0;
}
.form-horizontal .control-group {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}
.form-horizontal .control-group:last-child {
  border-bottom: 0;
}
.form-horizontal .control-label {
  padding-top: 15px;
  width: 180px;
}
.form-horizontal .controls {
  margin-left: 200px;
  padding: 10px 0;
}
.row-fluid .span20 {
  width: 97.8%;
}
.form-horizontal .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.help-block,
.help-inline {
  color: #999999;
}
/***********light-box***************/
#lightbox {
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(overlay.png) repeat #000;
  text-align: center;
  z-index: 9999;
}
#lightbox p {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 22;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 2px;
  text-align: center;
  transition: 0.5s;
}
#lightbox p:hover {
  transform: rotate(180deg);
}
#imgbox {
  position: absolute;
  /* keeps the lightbox window in the current viewport */
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(overlay.png) repeat #000;
  text-align: center;
  z-index: 21;
}
#imgbox img {
  margin-top: 100px;
  border: 10px solid #fff;
}
/***********Error Page******************/
.error_ex {
  text-align: center;
}
.error_ex h1 {
  font-size: 140px;
  font-weight: bold;
  padding: 50px 0;
  color: #41bda8;
}
#sidebar .content {
  padding: 10px;
  position: relative;
  color: #FFF;
}
#sidebar .percent {
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 25px;
}
#sidebar .progress {
  margin-bottom: 2px;
  margin-top: 2px;
  width: 70%;
}
#sidebar .progress-mini {
  height: 6px;
}
#sidebar .stat {
  font-size: 11px;
}
/***********light-box-end***************/
.btn-icon-pg ul {
  margin: 0px;
  padding: 0px;
}
.btn-icon-pg ul li {
  margin: 5px;
  padding: 5px;
  list-style: none;
  display: inline-block;
  border: 1px solid #dadada;
  min-width: 187px;
  cursor: pointer;
}
.btn-icon-pg ul li:hover i {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin-left: 8px;
}
.accordion {
  margin-top: 16px;
}
.fix_hgt {
  height: 115px;
  overflow-x: auto;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  border-radius: 0px;
  padding: 6px 5px 2px;
}
.input-prepend input,
.input-append input,
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
  width: none;
}
.input-append input,
.input-append select,
.input-prepend span,
.input-prepend input {
  border-radius: 0px!important;
}
/***********pop-over********************/
.bs-docs-tooltip-examples {
  list-style: none outside none;
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
  list-style: none;
  position: relative;
}
/****************Responsive Design*************************/
@media (max-width: 480px) {
  #sidebar .content {
    display: none;
  }
  #content {
    margin-left: 0 !important;
    border-top-left-radius: 0;
    margin-top: 0px;
  }
  #content-header {
    margin-top: 0;
    text-align: center;
  }
  #content-header h1,
  #content-header .btn-group {
    float: none;
  }
  #content-header h1 {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-top: 0;
    padding-top: 15px;
    width: 100%;
  }
  #content-header .btn-group {
    margin-top: 70px;
    margin-bottom: 0;
    margin-right: 0;
    left: 30%;
  }
  .widget-title .buttons > .btn {
    width: 11px;
    white-space: nowrap;
    overflow: hidden;
  }
  .form-horizontal .control-label {
    padding-left: 30px;
  }
  .form-horizontal .controls {
    margin-left: 0;
    padding: 10px 30px;
  }
  .form-actions {
    text-align: center;
  }
  .panel-right2 {
    background-color: #fff;
    border-right: 1px solid #dddddd;
    position: relative;
    left: 0;
    overflow: auto;
    top: 0px;
    height: 87%;
    width: 100%;
  }
  .panel-left2 {
    margin-left: 0px;
  }
  .dataTables_paginate .ui-button,
  .pagination.alternate li a {
    padding: 4px 4px!important;
  }
  .table th {
    padding: 5px 4px 2px;
  }
}
@media (min-width: 481px) and (max-width: 970px) {
  body {
    background: #49CCED;
  }
  #my_menu {
    display: none;
  }
  #my_menu_input {
    display: block;
  }
  #content {
    margin-top: 0px;
  }
  #content {
    margin-left: 43px;
  }
  .content {
    display: none;
  }
}
@media (max-width: 600px) {
  .widget-title .buttons {
    float: left;
  }
  .panel-left {
    margin-right: 0;
  }
  .panel-right {
    border-top: 1px solid #DDDDDD;
    border-left: none;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    width: auto;
  }
  .content {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0 !important;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  [class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 979px) {
  div.dataTables_wrapper .ui-widget-header {
    height: 68px;
  }
  .dataTables_filter {
    position: relative;
    top: 0px;
  }
  .dataTables_length {
    width: 100%;
    text-align: center;
  }
  .dataTables_filter,
  .dataTables_paginate {
    text-align: center;
  }
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.mr-5 {
  margin-right: 5px;
}
.mt-40 {
  margin-top: 40px;
}
.flex {
  display: flex;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-col {
  flex-direction: column;
}
.flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex.justify-cen {
  justify-content: center;
}
.flex.justify-sb {
  justify-content: space-between;
}
.flex.justify-sa {
  justify-content: space-around;
}
.flex.align-cen {
  align-content: center;
}
.flex.align-sb {
  align-content: space-between;
}
.flex.align-sa {
  align-content: space-around;
}
.flex.item-bl {
  align-items: baseline;
}
.flex.item-cen {
  align-items: center;
}
.flex.item-end {
  align-items: flex-end;
}
.flex.flex-full {
  flex: 1;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.pa1 {
  padding: 1rem;
}
.pa2 {
  padding: .5rem;
}
.text-black {
  color: black;
}
.text-white {
  color: white;
}
.text-grey {
  color: grey;
}
.text-blue {
  color: blue;
}
.text-red {
  color: orangered;
}
.text-green {
  color: limegreen;
}
.uppercase {
  text-transform: uppercase;
}
.grey {
  background: grey;
}
.orange {
  background: orange;
}
.purple {
  background: purple;
}
.blue {
  background: blue;
}
.red {
  background: orangered;
}
.green {
  background: limegreen;
}
.light-sea {
  background: lightseagreen;
}
.light-sky {
  background: lightskyblue;
}
.cursor-p {
  cursor: pointer;
}
.filter-button {
  margin: 2px;
  padding: 3px;
  font-weight: 600;
  color: white;
  cursor: pointer;
}
.filter-button.grey {
  background: grey;
  color: black;
}
.text-left {
  text-align: left;
}
.dialog {
  z-index: 99 !important;
  display: block;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.dialog > .dialog-backdrop {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.dialog > .dialog-content {
  width: auto;
  padding: 5px;
  background: white;
  z-index: 101 !important;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -32px;
  bottom: 0px;
}
.dialog > .dialog-content > .dialog-header {
  height: auto;
  padding: 8px 15px 5px;
}
.dialog > .dialog-content > .dialog-header .title {
  font-size: 24px;
  color: black;
  padding-right: 10px;
}
.dialog > .dialog-content > .dialog-header i.fa {
  font-size: 20px;
}
.dialog > .dialog-content > .dialog-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: black;
  opacity: .7;
}
.dialog > .dialog-content > .dialog-body {
  padding: 10px;
}
table.table thead tr th {
  color: black;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
table.table thead tr th.white {
  color: white;
}
table.table thead tr th.grey {
  background: grey;
}
table.table thead tr th.orange {
  background: orange;
}
table.table thead tr th.purple {
  background: purple;
}
table.table thead tr th.blue {
  background: blue;
}
table.table thead tr th.red {
  background: orangered;
}
table.table thead tr th.green {
  background: limegreen;
}
table.table thead tr th.light-sea {
  background: lightseagreen;
}
table.table thead tr th.light-sky {
  background: lightskyblue;
}
table.table tbody tr.heading td {
  color: black;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
table.table tbody tr.heading.tone-down td {
  font-weight: 400;
}

#footer {
  padding: 10px;
  text-align: center;
}

#sidebar > ul {
  border-bottom: 1px solid #4a0056;
}
#sidebar > ul > li {
  border-top: 1px dotted #4a0056;
  border-bottom: 1px dotted #120015;
}
#sidebar > ul > li.active {
  background-color: #7196bf;
  border-bottom: 1px solid #34003c;
  border-top: 1px dotted #b55cc1;
}
#sidebar > ul > li.active a {
  color: #fff;
  text-decoration: none;
}
#sidebar > ul > li > a > .label {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 100;
  font-size: 15px;
}
#sidebar > ul > li > a:hover {
  background-color: #9fb6d0;
  color: #fff;
  cursor: pointer;
}
#sidebar > ul li ul {
  background-color: #3f6085;
}
#sidebar > ul li ul li a {
  color: #d2d2d2;
}
#sidebar > ul li ul li a:hover,
#sidebar > ul li ul li.active a {
  color: #fff;
  background-color: #9fb6d0;
}
@media (max-width: 480px) {
  #sidebar > a {
    background: #27a9e3;
  }
  #sidebar {
    top: -30px;
  }
  #sidebar {
    clear: both;
  }
}
/* Sidebar Navigation */
#sidebar {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  z-index: 16;
}
#sidebar > ul {
  list-style: none;
  margin: 0px 0 0;
  padding: 0;
  position: absolute;
  width: 220px;
  font-size: 13px;
  font-weight: 400;
}
#sidebar > ul > li {
  display: block;
  position: relative;
}
#sidebar > ul > li > a {
  padding: 10px 0 10px 15px;
  display: block;
  color: #FFF;
}
#sidebar > ul > li > a > i {
  margin-right: 10px;
}
#sidebar > ul > li > a > .label {
  margin: 0 20px 0 0;
  float: right;
  padding: 3px 5px 2px;
}
#sidebar > ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}
#sidebar > ul li.open ul {
  display: block;
}
#sidebar > ul li ul li a {
  padding: 10px 0 10px 25px;
  display: block;
  color: #777777;
}
#sidebar > ul li ul li:first-child a {
  border-top: 0;
}
#sidebar > ul li ul li:last-child a {
  border-bottom: 0;
}
/***********Error Page******************/
.error_ex {
  text-align: center;
}
.error_ex h1 {
  font-size: 140px;
  font-weight: bold;
  padding: 50px 0;
  color: #41bda8;
}
#sidebar .content {
  padding: 10px;
  position: relative;
  color: #FFF;
}
#sidebar .percent {
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 25px;
}
#sidebar .progress {
  margin-bottom: 2px;
  margin-top: 2px;
  width: 70%;
}
#sidebar .progress-mini {
  height: 6px;
}
#sidebar .stat {
  font-size: 11px;
}
/* Responsive design */
@media (max-width: 480px) {
  #sidebar .content {
    display: none;
  }
  #sidebar {
    float: none;
    width: 100% !important;
    display: block;
    position: relative;
    top: 0px;
  }
  #sidebar > ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    z-index: 999;
    position: relative;
  }
  #sidebar > ul > li {
    list-style-type: none;
    display: block;
    border-top: 1px solid #41BEDD;
    float: none !important;
    margin: 0px;
    position: relative;
    cursor: pointer;
  }
  #sidebar > ul > li:hover ul {
    display: none;
  }
  #sidebar > ul > li:hover {
    background-color: #ce5bff;
  }
  #sidebar > ul > li:hover a {
    background: none;
  }
  #sidebar > ul li ul {
    margin: 0px;
    padding: 0px;
    top: 35px;
    left: 0px;
    z-index: 999;
    display: none;
    position: absolute;
    width: 100%;
    min-width: 100%;
    border-radius: none;
  }
  #sidebar > ul li ul li {
    list-style-type: none;
    margin: 0px;
    font-size: 12px;
    line-height: 30px;
  }
  #sidebar > ul li ul li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  #sidebar > ul li ul li:hover a {
    border-radius: 0px;
  }
  #sidebar > ul li span {
    cursor: pointer;
    margin: 0px 2px 0 5px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
  }
  #sidebar > ul li a i {
    background-image: url("../img/glyphicons-halflings-white.png");
    margin-top: 4px;
    vertical-align: top;
  }
  #sidebar > a {
    padding: 9px 20px 9px 15px;
    display: block !important;
    color: #eeeeee;
    float: none !important;
    font-size: 12px;
    font-weight: bold;
  }
  #sidebar > ul > li > a {
    padding: 5px;
    display: block;
    color: #AAAAAA;
  }
}
@media (min-width: 481px) and (max-width: 970px) {
  #sidebar > ul > li {
    float: none;
  }
  #sidebar > ul > li:hover ul {
    display: block;
  }
  #sidebar,
  #sidebar > ul {
    width: 43px;
    display: block;
    position: absolute;
    height: 100%;
    z-index: 1;
  }
  #sidebar > ul ul {
    display: none;
    position: absolute;
    left: 43px;
    top: 0;
    min-width: 150px;
    list-style: none;
  }
  #sidebar > ul ul li a {
    white-space: nowrap;
    padding: 10px 25px;
  }
  #sidebar > ul ul:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    display: inline-block;
    left: -6px;
    position: absolute;
    top: 11px;
  }
  #sidebar > ul ul:after {
    content: "";
    display: inline-block;
    left: -5px;
    position: absolute;
    top: 12px;
  }
  #sidebar > a {
    display: none !important;
  }
  #sidebar > ul > li.open.submenu > a {
    border-bottom: none !important;
  }
  #sidebar > ul > li > a > span {
    display: none;
  }
  #content {
    margin-left: 43px;
  }
  #sidebar .content {
    display: none;
  }
}
@media (max-width: 600px) {
  #sidebar .content {
    display: none;
  }
}
@media (max-width: 767px) {
  #sidebar .content {
    display: none;
  }
}
@media (max-width: 979px) {
  #sidebar .content {
    display: none;
  }
}
/* Responsive design END*/
