/*
* @ Core CSS File
* @ Author: Uoc Nguyen
* @ Fontend Developer
* @ Website: http://lamnham.com
* @ Template: iOffice
*/
/* Reset Css  */
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.upper {
  text-transform: uppercase;
}
.left,
.ap-left {
  float: left;
}
.right,
.ap-right {
  float: right;
}
.pointer {
  cursor: pointer;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.xdot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.xo,
.ap-xo {
  overflow: hidden;
}
.full {
  width: 100%;
  height: 100%;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.cell {
  display: table-cell;
}
.table {
  display: table;
}
.invisible,
.ap-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vtop {
  vertical-align: top;
}
.vcenter {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f27 {
  font-size: 27px;
}
.f28 {
  font-size: 28px;
}
.f29 {
  font-size: 29px;
}
.f30 {
  font-size: 30px;
}
.f31 {
  font-size: 31px;
}
.f32 {
  font-size: 32px;
}
.thin {
  font-weight: 300;
}
.thick {
  font-weight: 500;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  overflow-x: hidden;
  background: #f0f0f0;
}
.header {
  position: relative;
  background: #1667b0;
  color: #fff;
  height: 58px;
}
.header:after {
  content: "";
  clear: both;
}
.header .more-info {
  display: none;
}
.header .logo {
  position: relative;
  padding: 4px 0px;
  padding-left: 50px;
}
.header .logo .img {
  position: absolute;
  top: 10px;
  left: 0px;
}
.header .logo img {
  width: 35px;
}
.header .logo .logo-text {
  font-size: 18px;
  padding-top: 3px;
  text-transform: uppercase;
  text-align: center;
}
.header .logo .logo-text .name {
  line-height: 22px;
  margin-bottom: 3px;
}
.header .logo .logo-text .pr {
  color: #39c8fd;
}
.header .logo .logo-text .pr i {
  font-family: "Times New Roman";
}
.header .logo .logo-text .ver {
  font-size: 18px;
}
.header .nav-apps {
  display: none;
}
.header .box-menu-nav .user {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 10px;
  padding-right: 50px;
  position: relative;
}
.header .box-menu-nav .user.open {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000);
}
.header .box-menu-nav .user > a {
  color: #fff;
}
.header .box-menu-nav .user > a:hover {
  text-decoration: none;
}
.header .box-menu-nav .user:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000);
}
.header .box-menu-nav .user .avatar {
  position: absolute;
  top: 11px;
  border: 1px solid #fff;
  right: 5px;
}
.header .box-menu-nav .user .username {
  text-align: center;
  white-space: nowrap;
}
.header .box-menu-nav .user .username .p-name {
  margin-bottom: 3px;
}
.header .box-menu-nav .info-menu {
  float: left;
}
.header .box-menu-nav .info-menu .menu {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.header .box-menu-nav .info-menu .menu > a {
  color: #fff;
  font-size: 18px;
  position: relative;
  line-height: 58px;
  height: 58px;
  padding: 0px 5px;
  display: inline-block;
}
.header .box-menu-nav .info-menu .menu > a .icon {
  line-height: 58px;
}
.header .box-menu-nav .info-menu .menu > a .badge {
  position: absolute;
  top: 10px;
  right: -5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  text-align: center;
  padding: 0px 2px;
  color: #fff;
}
.header .box-menu-nav .info-menu .menu:hover,
.header .box-menu-nav .info-menu .menu.open {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000);
}
.header .box-menu-nav .info-menu .dropdown-menu.message {
  width: 360px;
  left: auto;
  right: 0px;
  padding: 10px;
}
.header .box-menu-nav .info-menu .dropdown-menu.message:before {
  left: auto;
  right: 10px;
}
.header .box-menu-nav .info-menu .dropdown-menu.message > li {
  position: relative;
  padding: 10px;
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
}
.header .box-menu-nav .info-menu .dropdown-menu.message > li .avatar {
  position: absolute;
  top: 10px;
  left: 0px;
}
.header .box-menu-nav .info-menu .dropdown-menu.message > li .name {
  margin-bottom: 7px;
}
.header .box-menu-nav .info-menu .dropdown-menu.message > li .name .time {
  color: #888;
  font-size: 12px;
}
.header .box-menu-nav .info-menu .dropdown-menu.message > li .desc {
  font-size: 13px;
  color: #777;
}
.header .box-menu-nav .info-menu .dropdown-menu.message > li:last-child {
  border-bottom: 0px;
}
.header .language {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 10px;
  position: relative;
}
.header .language > .btn {
  background: #fff;
  width: 120px;
  text-align: center;
}
.header .language .icon {
  display: inline-block;
  vertical-align: middle;
}
.header .language.open > .dropdown-menu {
  display: block;
}
.header .dropdown-menu {
  border: none;
  max-width: 360px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 20px 0 rgba(33, 33, 33, 0.2);
}
.header .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  height: 0px;
  width: 0px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  left: 0px;
  right: 0px;
  margin: auto;
}
.header .dropdown-menu > li {
  border-bottom: 1px solid #ddd;
  color: #48494a;
}
.header .dropdown-menu > li > a {
  padding: 10px 20px;
}
.header .dropdown-menu > li > a > i {
  margin-right: 10px;
}
.header .dropdown-menu > li:last-child {
  border-bottom: 0px;
}
.menu-canvas {
  position: relative;
  border-bottom: 2px solid #1963aa;
  text-align: left;
  background: #f8f8f8;
  z-index: 1;
}
.menu-canvas .wraplist > li {
  float: left;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.menu-canvas .wraplist > li > a {
  color: #555;
  font-size: 14px;
  display: block;
  padding: 8px 15px;
}
.menu-canvas .wraplist > li > a .icon {
  font-size: 18px;
  display: block;
  margin-bottom: 7px;
}
.menu-canvas .wraplist > li > a .text {
  display: block;
}
.menu-canvas .wraplist > li:hover {
  background: #fff;
}
.menu-canvas .wraplist > li:hover > a {
  color: #1667b0;
  text-decoration: none;
}
.menu-canvas .wraplist > li.active {
  background: #fff;
}
.menu-canvas .wraplist > li.active > a {
  color: #1667b0;
  font-weight: bold;
}
.sidebar-left {
  position: fixed;
  top: 58px;
  bottom: 0px;
  width: 230px;
  background: #fff;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  padding: 20px 0px;
}
.sidebar-left.scrolled {
  top: 0px;
}
.sidebar-left .list-menu > li > a {
  font-size: 15px;
  color: #646363;
  display: block;
  padding: 15px 10px;
  transition: all 0.3s ease;
  position: relative;
}
.sidebar-left .list-menu > li > a:hover,
.sidebar-left .list-menu > li > a:focus,
.sidebar-left .list-menu > li > a:active {
  text-decoration: none;
}
.sidebar-left .list-menu > li > a .icon {
  font-size: 18px;
  width: 20px;
  margin-right: 10px;
  color: #a6b7bf;
}
.sidebar-left .list-menu > li:hover > a {
  color: #0058b6;
}
.sidebar-left .list-menu > li.open > a,
.sidebar-left .list-menu > li.active > a {
  background: #f2f7f8;
  color: #0058b6;
  transition: all 0.3s ease;
}
.sidebar-left .list-menu > li.open > a .icon,
.sidebar-left .list-menu > li.active > a .icon {
  color: #16a6fb;
}
.sidebar-left .list-menu > li.open .dropdown-menu,
.sidebar-left .list-menu > li.active .dropdown-menu {
  display: block;
}
.sidebar-left .list-menu > li.sub > a:before {
  content: "\f105";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  font-family: FontAwesome;
  padding: 15px 10px;
}
.sidebar-left .list-menu > li.open.sub > a:before {
  content: "\f107";
  transition: all 0.3s ease;
}
.sidebar-left .list-menu .dropdown-menu {
  position: relative;
  width: 100%;
  max-width: 100%;
  border: none;
  box-shadow: none;
  margin: 0px;
  padding: 10px;
  float: none;
}
.sidebar-left .list-menu .dropdown-menu > li > a {
  display: block;
  padding: 10px;
}
.sidebar-left .list-menu .dropdown-menu > li > a:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c4ced3;
  content: "";
  margin-right: 10px;
  vertical-align: middle;
}
.sidebar-left .list-menu .dropdown-menu > li:hover > a {
  color: #0058b6;
  background: none;
}
.sidebar-left .list-menu .dropdown-menu > li.active > a {
  background: #f2f7f8;
  color: #0058b6;
}
.nav-sb .menu-canvas {
  padding-left: 230px;
}
.nav-sb .main-wrap {
  margin-left: 230px;
}
.nav-sb .footer {
  padding-left: 230px;
}
.breakpoint tr td {
  cursor: pointer;
}
.main-wrap {
  padding: 20px;
  position: relative;
  min-height: 700px;
}
.documents-canvas .document-title {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.documents-canvas .table-box {
  color: #666666;
}
.documents-canvas .table-box.-sent {
  margin-top: 20px;
}
.documents-canvas .table-box.-sent tr > td,
.documents-canvas .table-box.-sent tr > th {
  color: #666666;
}
.documents-canvas .table-box.-sent tr > th {
  width: 140px;
}
.documents-canvas .table-box.-sent a {
  color: #000306;
}
.documents-canvas .comments-block {
  margin-top: 20px;
}
.documents-canvas .comments-block .comment-title {
  font-size: 16px;
  padding: 10px;
  background: #f8f8f8;
  font-weight: bold;
  color: #666666;
}
.documents-canvas .comments-block .subtitle {
  font-size: 15px;
}
.documents-canvas .comments-block .table-box thead th {
  text-align: center;
}
.documents-canvas .comments-block .table-box .stt {
  text-align: center;
}
.documents-canvas .comments-block .subtitle {
  margin-bottom: 10px;
  font-size: 15px;
}
.documents-canvas .tab-section .dropdown-menu > li > a {
  padding: 7px 10px;
}
.documents-canvas .tab-section .dropdown-menu > li > a .icon {
  margin-right: 5px;
}
.document-progress .box-form {
  margin-bottom: 30px;
}
.document-progress .note {
  color: #1667b0;
  padding: 7px 10px;
  background: #f0f1f1 !important;
  font-style: italic;
}
.document-progress .title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.document-progress .table thead th {
  text-align: center;
}
.document-progress .table td {
  vertical-align: middle;
}
.document-progress .table td.actions {
  padding: 3px;
}
.document-progress .table td.actions .btn {
  padding: 3px 10px;
}
.document-progress .table td.tree-lv2 {
  padding-left: 30px;
}
.document-progress .table .check-action {
  margin-bottom: 0px;
}
.document-progress .block-table {
  margin-bottom: 30px;
}
.page-footer {
  border-top: 2px solid #0369d0;
  background: #f5f5f5;
  padding: 20px;
  font-size: 12px;
}
.page-footer .text {
  padding-top: 5px;
  padding-left: 10px;
}
.page-footer p {
  margin-bottom: 5px;
}
.page-footer:after {
  content: "";
  display: block;
  clear: both;
}
.bg-warning {
  background: #fa9801 !important;
}
.bg-success {
  background: #6bae39 !important;
}
.bg-info {
  background: #46a5d2 !important;
}
.bg-error,
.bg-red {
  background: #f7524f !important;
}
.c-warning {
  color: #fa9801 !important;
}
.c-success {
  color: #6bae39 !important;
}
.c-info {
  color: #46a5d2 !important;
}
.c-error,
.c-red {
  color: #f7524f !important;
}
.c-main {
  color: #1667b0 !important;
}
.marr {
  margin-right: 5px !important;
}
.bg-default {
  background: #f0f1f1 !important;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 20px;
}
.container-fluid {
  padding: 0px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
.avatar {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.avatar img {
  width: 100%;
  display: block;
}
.avatar.-x40 {
  width: 40px;
  height: 40px;
}
.avatar.-x24 {
  width: 24px;
  height: 24px;
}
.avatar.-x16 {
  width: 16px;
  height: 16px;
}
.avatar.-x64 {
  width: 64px;
  height: 64px;
}
.footable-pagination-wrapper > .divider,
.footable-pagination-wrapper > .label {
  display: none;
}
.footable-details > tbody > tr > td,
.footable-details > tbody > tr > th,
.footable-details > tfoot > tr > td,
.footable-details > tfoot > tr > th,
.footable-details > thead > tr > td,
.footable-details > thead > tr > th {
  border-top: 1px dotted #ddd;
}
.mCSB_scrollTools .mCSB_dragger {
  z-index: 1003;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.breadcrumb {
  background: none;
  color: #3c3c3c;
  font-size: 18px;
}
.breadcrumb > li > a {
  color: #3c3c3c;
}
.bootstrap-select.btn-group .dropdown-menu {
  z-index: 1002;
}
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.filter {
  margin-bottom: 20px;
}
.filter:after {
  clear: both;
  content: "";
  display: block;
}
.filter .box-search .bootstrap-select.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100px;
  float: left;
}
.filter .box-search .bootstrap-select.form-control > .btn {
  border-radius: 0px;
}
.filter .box-search .form-control {
  width: 220px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border-left: 0px;
  float: left;
}
.filter .box-search .btn {
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-left: 5px;
}
.table-box .table {
  margin-bottom: 0px;
  border: 1px solid #ddd;
}
.table-box .table thead > tr > th,
.table-box .table thead > tr > td {
  background: #30a5ff;
  color: #fff;
  border: none;
  vertical-align: middle;
}
.table-box .table tbody tr > td,
.table-box .table tbody tr > th {
  border-right: 1px solid #ddd;
}
.table-box .table tbody tr:hover > td,
.table-box .table tbody tr.active > td,
.table-box .table tbody tr:hover > th,
.table-box .table tbody tr.active > th {
  background: #f2f7f8;
}
.no-bor {
  border: none !important;
}
.tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #30a5ff;
  color: #fff;
}
.tabs > li.active > a,
.tabs > li.active > a:focus,
.tabs > li.active > a:hover {
  background: #fff;
}
.tabs > li > a:focus,
.tabs > li > a:hover {
  background: #fff;
  color: #1667b0;
}
.tab-section {
  border: 1px solid #ddd;
  border-top: 0px;
  padding: 20px;
}
.red {
  color: red !important;
}
.label-text {
  color: #6a6c6d;
  margin-bottom: 5px;
}
.form-control {
  box-shadow: none;
}
.check-action {
  position: relative;
  margin-bottom: 10px;
}
.check-action .checkbox,
.check-action .radio {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
.check-action .checkbox + .icon,
.check-action .radio + .icon {
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  color: #6e6d6d;
  width: 15px;
  margin-left: 3px;
}
.check-action .checkbox + .icon:before,
.check-action .radio + .icon:before {
  content: "\f096";
}
.check-action .checkbox:checked + .icon:before,
.check-action .radio:checked + .icon:before {
  content: "\f046";
}
.check-action.-radio .radio + .icon:before {
  content: "\f10c";
}
.check-action.-radio .radio:checked + .icon:before {
  content: "\f05d";
}
.panel {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #595959;
}
.panel .panel-heading {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel .panel-heading .icon {
  margin-right: 5px;
}
.panel.-document {
  border-color: #30a5ff;
}
.panel.-document .panel-heading {
  background: #30a5ff;
}
.panel.-news {
  border-color: #5cb85c;
}
.panel.-news .panel-heading {
  background: #5cb85c;
}
.panel.-schedule {
  border-color: #80bff5;
}
.panel.-schedule .panel-heading {
  background: #80bff5;
}
.panel.-waiting {
  border-color: #80bff5;
}
.panel.-waiting .panel-heading {
  background: #80bff5;
}
.panel.-report {
  border-color: #ffb53e;
}
.panel.-report .panel-heading {
  background: #ebc601;
}
.panel.-contact {
  border-color: #72dc72;
}
.panel.-contact .panel-heading {
  background: #72dc72;
}
.panel .panel-body {
  padding: 5px 0px;
  padding-bottom: 6px;
}
.panel .scrollable {
  height: 210px;
  padding: 0px 15px;
}
.panel .list-doc a {
  display: block;
  padding: 10px 0px;
  color: #595959;
  line-height: 20px;
}
.panel .list-doc a:hover {
  color: #1667b0;
}
.panel .list-doc .item {
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.panel .list-doc .item:last-child {
  border-bottom: 0px;
}
.panel .list-doc .date-post {
  color: #eb0303;
}
.panel .list-doc.list-shape a {
  padding-left: 20px;
  position: relative;
}
.panel .list-doc.list-shape a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #8f8e8d;
  position: absolute;
  top: 20px;
  left: 0px;
}
.panel .progress-box {
  padding: 15px 15px;
  color: #555;
}
.panel .progress-box .item {
  display: table;
  padding-top: 15px;
  width: 100%;
}
.panel .progress-box .item .progress,
.panel .progress-box .item .text {
  display: table-cell;
  vertical-align: middle;
}
.panel .progress-box .item .text {
  text-align: right;
  width: 100px;
}
.panel .progress-box .progress {
  background: none;
  border-radius: 0px;
  height: 14px;
  box-shadow: none;
}
.panel .progress-box .progress-bar {
  line-height: 15px;
  box-shadow: none;
}
.panel .progress-box .total {
  text-align: right;
  margin-top: 15px;
}
.panel.-schedule .scrollable {
  padding-left: 0px;
  padding-right: 0px;
  height: 195px;
}
.panel.-schedule .panel-body {
  padding: 0px;
}
.panel.-schedule .date-title {
  background: #eeeeee;
  color: #290505;
  padding: 5px 10px;
  text-align: center;
}
.panel.-schedule .item {
  position: relative;
  padding: 0px 0px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.panel.-schedule .item:last-child {
  border-bottom: 0px;
}
.panel.-schedule .item:hover {
  background: #f6f6f6;
}
.panel.-schedule .item .schedule {
  display: table-cell;
  width: 60px;
  padding: 10px;
  vertical-align: middle;
  background: #e0f7e0;
  color: #070101;
  text-align: center;
}
.panel.-schedule .item .desc-block {
  display: table-cell;
  padding: 10px;
  line-height: 18px;
}
.panel.-schedule .item .desc-block .title {
  color: #2e2e2e;
  margin-bottom: 5px;
}
.panel.-report .panel-body {
  padding-top: 0px;
}
.panel.-report .stats {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.panel.-report .stats .stat {
  width: 25%;
  display: inline-block;
  border-right: 1px solid #ddd;
  text-align: center;
}
.panel.-report .stats .stat .name {
  height: 50px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.panel.-report .stats .stat .name span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 5px;
}
.panel.-report .stats .stat .val {
  padding: 10px 5px;
  font-size: 32px;
}
.panel.-report .progress-box {
  padding: 10px 15px;
}
.panel.-report .progress-box .name {
  margin-bottom: 5px;
  color: #6bae39 !important;
}
.panel.-report .progress-box .progress {
  margin-bottom: 0px;
  background: #eeeeee;
}
.panel.-contact .contact-box {
  padding: 15px;
}
.panel.-contact .contact-box .head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.panel.-contact .contact-box .list-name {
  height: 100px;
}
.panel.-contact .contact-box .list-name .item {
  padding: 10px 0px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.panel.-contact .contact-box .list-name .item:last-child {
  border-bottom: 0px;
}
.panel.-contact .contact-box .list-name .name {
  float: left;
}
.panel.-contact .contact-box .list-name .date {
  color: #0058b6;
  float: right;
}
.panel.-contact .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.panel.-contact .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: -14px;
}
.panel.-waiting .panel-body,
.panel.-report .panel-body,
.panel.-contact .panel-body {
  height: 170px;
}
textarea.form-control {
  height: 80px;
  resize: none;
}
@media (max-width: 768px) {
  .header .logo .logo-text {
    display: none;
  }
  .header .box-menu-nav .user .username {
    display: none;
  }
  .header .box-menu-nav .user {
    padding-left: 35px;
    border-right: 0px;
    height: 58px;
    margin-right: 15px;
  }
  .nav-toggle {
    display: inline-block;
    width: 35px;
    height: 35px;
    z-index: 10;
    position: relative;
    top: 0px;
    vertical-align: middle;
    left: 0px;
    margin-top: 7px;
  }
  .nav-toggle:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
  }
  .nav-toggle .bar {
    height: 2px;
    width: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    transition: all 0.3s 0.2s;
    -webkit-transition: all 0.3s 0.2s;
  }
  .nav-toggle .bar.first {
    bottom: 12px;
  }
  .nav-toggle .bar.last {
    top: 12px;
  }
  .nav-toggle.show .bar {
    transition: all 0.3s 0.2s;
    -webkit-transition: all 0.3s 0.2s;
  }
  .nav-toggle.show .bar.first {
    bottom: 0px;
    transform: rotate(45deg);
  }
  .nav-toggle.show .bar.last {
    top: 0px;
    transform: rotate(-45deg);
  }
  .nav-toggle.show .bar.mid {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .box-menu-nav .more-info {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    top: 10px;
    display: block;
    right: 5px;
    z-index: 13;
  }
  .box-menu-nav .more-info .-ap {
    line-height: 35px;
  }
  .box-menu-nav .more-info:hover,
  .box-menu-nav .more-info.active {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  }
  .box-menu-nav .more-info.active .-ap:before {
    content: "\f2d7";
  }
  .menu-canvas {
    display: none;
  }
  .menu-canvas.show {
    display: block;
  }
  .header .box-menu-nav .info-menu .menu {
    margin-left: 7px;
  }
  .header .box-menu-nav .info-menu .menu {
    position: static;
  }
  .header .box-menu-nav .info-menu .dropdown-menu.message {
    right: 0px;
    margin: 0 auto;
    width: 320px;
    left: 0px;
  }
  .header .box-menu-nav .info-menu .dropdown-menu.message:before {
    left: 0px;
  }
  .header .nav-apps {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 7px;
  }
  .header .nav-apps:hover,
  .header .nav-apps.active {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  }
  .header .nav-apps .icon {
    line-height: 35px;
  }
  .header .box-menu-nav .info-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
    background: #1667b0;
    display: none;
    width: 100%;
  }
  .header .box-menu-nav .info-menu.show {
    display: block;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
  }
  .header .dropdown-menu {
    right: 0px;
    left: auto;
  }
  .header .dropdown-menu:before {
    left: auto;
    right: 10px;
  }
  .sidebar-left {
    top: 0px;
    left: -100%;
    transition: all 0.3s ease;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 1000;
  }
  .sidebar-left.show {
    left: 0px;
    transition: all 0.3s ease;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .nav-sb .main-wrap {
    margin-left: 0px;
  }
  .nav-sb .menu-canvas {
    padding-left: 0px;
  }
  .nav-sb .footer {
    padding-left: 0px;
  }
  .overlay-common {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff);
    display: none;
    z-index: 999;
    bottom: 0px;
    cursor: pointer;
  }
  .overlay-common.show {
    display: block;
  }
  .filter .box-search {
    width: 100%;
  }
  .filter .box-search .bootstrap-select.form-control {
    width: 100%;
    margin-bottom: 20px;
  }
  .filter .box-search .form-control {
    width: 100%;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .filter .box-search .btn {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .actions .dropup {
    display: block;
  }
  .nav-tabs > li {
    width: 100%;
  }
}
#left-panel {
  background: #f2f2f2;
  border-right: 1px solid #ccc;
  padding-top: 0px;
  position: relative !important;
  float: left;
  width: 220px;
}
#left-panel .minifyme {
  display: block;
  position: relative;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
#left-panel .minifyme .hit {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 18px;
  position: relative;
  z-index: 2;
}
#left-panel .minifyme:before {
  content: "";
  height: 1px;
  top: 0px;
  bottom: 0px;
  border-bottom: 1px solid #ccc;
  right: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
}
#full_menu > li {
  border-top: 1px solid #e5e5e5;
  position: relative;
}
#full_menu > li > a {
  color: #010000;
  padding: 10px 10px;
  display: block;
  font-size: 13px;
  cursor: pointer;
}
#full_menu > li > a .fa {
  color: #1667b0;
}
#full_menu > li:hover {
  background: #fff;
}
#full_menu > li.active > a,
#full_menu > li:hover > a {
  color: #1667b0;
}
#full_menu > li.open > a .collapse-sign .fa:before {
  content: "\f147";
}
#full_menu .collapse-sign {
  position: absolute;
  top: 7px;
  display: block;
  right: 5px;
  color: #222;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
#full_menu .collapse-sign .fa {
  color: #555;
  line-height: 20px;
}
#full_menu .child {
  position: relative;
  background: #fff;
  display: none;
}
#full_menu .child:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  left: 20px;
  border-left: 1px dotted #aaa;
  position: absolute;
}
#full_menu .child > li {
  border-top: 1px dotted #e5e5e5;
}
#full_menu .child > li:last-child {
  border-bottom: 0px;
}
#full_menu .child > li > a {
  padding: 7px 10px;
  padding-left: 43px;
  display: block;
  font-size: 13px;
  color: #222;
  position: relative;
  cursor: pointer;
}
#full_menu .child > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 14px;
  top: 15px;
  border-top: 1px dotted #aaa;
  left: 22px;
}
#full_menu .child > li:hover > a,
#full_menu .child > li.active > a {
  color: #1667b0;
}
#main-content {
  background: #f8f8f8;
  margin-left: 220px;
  padding: 0px 20px;
  padding-top: 20px;
}
body.minified #left-panel {
  width: 45px;
}
body.minified #left-panel #full_menu > li > a .collapse-sign {
  display: none;
}
body.minified #left-panel #full_menu > li > a > .menu-item-parent {
  display: none;
}
body.minified #main-content {
  margin-left: 45px;
}
body.minified #left-panel .minifyme .hit:before {
  content: "\f0a9";
  opacity: 0.6;
}
body.minified #full_menu li:hover > .child {
  display: block;
}
body.minified #full_menu .child {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 100;
  width: 260px;
}
body.minified #full_menu .child:before {
  display: none;
}
body.minified #full_menu .child > li > a {
  padding: 9px10px;
  padding-left: 10px;
}
body.minified #full_menu .child > li > a:before {
  display: none;
}
