.layout-boxed {
  background: url("../images/bg-ilustration.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-page {
  background: url("../images/bg-ilustration.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 50px 0;
}

.login-block {
  float: left;
  width: 100%;
}

.login-sec {
  padding: 50px 30px;
  position: relative;
  background-color: #0398BE
}

.banner-sec {
  background: url("../images/bg-login.png") no-repeat center center;
  background-size: cover;
  min-height: 500px;
  border-radius:10px 0 0 10px;
  padding: 0;
}

.container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}

.login-box .glyphicon {
  color: #006984;
}

.login-page .login-logo {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.50);
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}

.login-box-body {
  background: #006984;
  color: #fff;
  -webkit-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.50);
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.50);
}

.login-box-body a.text-danger {
  color: #fe283d;
}

.btn-social>:first-child {
  font-size: 1em;
}

.icheckbox_square-blue,
.iradio_square-blue {
  border: 1px solid #efefef;
}

/*.skin-maroon-light .main-header .logo, .skin-maroon-light .main-header .logo:hover, .sidebar-mini.sidebar-collapse .main-header .logo:hover {
  background: #f9fafc;
}

.skin-maroon-light header, .skin-maroon-light header a, .skin-maroon-light .main-header .navbar{
  background-color: #1572e8;
  color: #fff;
}*/

.skin-hc header,
.skin-hc header a,
.skin-hc .main-header .navbar {
  background-color: #fff;
  color: #000;
}

.shadow-grey header,
.shadow-grey header a {
  background-color: #006984;
  color: #fff;
}

ul.mailbox-list,
ul.h-list {
  list-style: none;
  padding: 0;
}

.m-t {
  margin-top: 15px;
}

.chat-block .box {
  box-shadow: 0px 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.modal {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .content {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .search-bar {
    display: none;
  }
}

@media only screen and (max-width: 415px) {
  .search-bar {
    display: none;
  }

  .skin-maroon-light .main-header .logo span.logo-lg img {
    width: 50% !important;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: 0px 1px 1px 5px rgba(255, 255, 255, 0.2);
}

.modal-header {
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
}

.modal-footer {
  -webkit-border-radius: 0 0 5px 5px !important;
  -moz-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important;
}

.hiddenRow {
  padding: 0 !important;
}

ul.tab-list {
  display: inline;
  list-style: none;
  margin-left: 0;
}

.tab-list-item {
  font-size: 15px;
  line-height: 1.71429;
  display: block;
  padding: 21px 0;
  margin-left: 30px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tab-list li {
  display: inline-block;
}

.tab-list li a {
  color: #000;
}

.tab-list-item {
  cursor: pointer;
}

.tab-list-item:first-child {
  margin-left: 12px;
}

.shadow-grey {
  -webkit-box-shadow: 0px 0px 8px 2px #222222;
  -moz-box-shadow: 0px 0px 8px 2px #222222;
  box-shadow: 0px 0px 8px 2px #222222;
}

.search-bar {
  padding: 10px 0px;
  width: 400px;
  margin-left: 10px;
}

.skin-hc .navbar-header a {
  height: 100px;
}

.skin-hc .navbar-collapse {
  padding-top: 50px;
}

.skin-hc .content-header {
  padding: 0px;
  background: #006984;
  color: #fff;
}

.skin-maroon-light .content-header {
  background: #f9fafc;
  margin-bottom: 0px !important;
  padding-top: 5px;
}

.dropdown-custom ul li.active a,
.dropdown-custom ul li.active a:hover,
.dropdown-custom ul li.active a:focus {
  background: none;
  color: #000;
  font-weight: 700;
  border-right: 4px solid #03a9f4;
  border-left: 4px solid #03a9f4;
}

.content-header>h1 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.skin-maroon-light .main-header .navbar .sidebar-toggle:hover {
  background: rgb(0, 81, 102);
}

.g-recaptcha div {
  width: 100% !important;
  height: auto !important;
}

.g-recaptcha div div {
  text-align: center;
}

.bg-dark-grey {
  background: #505052 !important;
  color: #fff !important;
}

.bg-dark-blue {
  background: #1572e8 !important;
  color: #fff !important;
}

.table thead tr th,
.table tbody tr td {
  border-color: rgba(0, 0, 0, 0.09);
}

.table tbody tr td:not([nowrap]) {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.skin-maroon-light .main-header li.user-header {
  background-color: #006ead;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
  color: #ffffff;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
  background-color: #BB2C43;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
  background: transparent;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  background: transparent;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  background: transparent;
}

.alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  border-top-color: rgb(250, 235, 204);
  border-right-color: rgb(250, 235, 204);
  border-bottom-color: rgb(250, 235, 204);
  border-left-color: rgb(250, 235, 204);
}

.alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
  border-top-color: rgb(250, 235, 204);
  border-right-color: rgb(250, 235, 204);
  border-bottom-color: rgb(250, 235, 204);
  border-left-color: rgb(250, 235, 204);
}

.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
  border-top-color: rgb(250, 235, 204);
  border-right-color: rgb(250, 235, 204);
  border-bottom-color: rgb(250, 235, 204);
  border-left-color: rgb(250, 235, 204);
}

.content {
  min-height: 640px !important;
}

.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.todo-list li {
  padding-right: 0px;
}

.todo-list ul {
  list-style: none;
  margin-top: 10px;
}

.todo-list ul li {
  border-top: 2px solid #ffffff;
  border-radius: 2px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}

.todo-list ul li:last-child {
  border-bottom: 2px solid #ffffff;
}

.ui-sortable-handle {
  padding-right: 10px;
}

.todo-list .tools {
  display: block !important;
}

.box.box-solid>.box-header>.box-tools .active {
  background: rgba(0, 0, 0, 0.1);
}

.tree-department {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.tree-department li {
  padding-right: 0px;
  margin-bottom: 3px;
}

.tree-department div {
  border-radius: 2px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}

.tree-department ul {
  list-style: none;
  margin-top: 3px;
}

.tree-department .tools {
  display: block !important;
  float: right;
  color: #dd4b39;
}

.handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

.ui-state-highlight {
  border: 1px dotted #aaaaaa;
  line-height: 1.5;
  height: 14pt;
  padding: 20px;
  background-color: #fcf8e3;
}

.skin-maroon-light .main-header .logo,
.skin-maroon-light .main-header .logo:hover,
.sidebar-mini.sidebar-collapse .main-header .logo:hover {
  background: #ffffff;
}

.bg-dark-grey {
  background-color: #757575 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #03a9f4 !important;
}

.dropdown-custom ul li.active a,
.dropdown-custom ul li.active a:hover,
.dropdown-custom ul li.active a:focus {
  border: none;
}

.content-header h2 {
  color: #666;
  font-size: 28px;
}

.widget-user-2 .widget-user-username {
  font-size: 18px;
  font-weight: 400;
}

.products-list .product-info {
  margin: 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
  margin: 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
  margin: 0;
}

.user-panel>.image>img {
  height: 45px;
  width: 45px;
}

#box-posts .post {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #333;
}

.widget-user-2 .widget-user-image>img {
  height: 65px;
}

.widget-user .widget-user-image>img {
  height: 90px;
}

.file-body i.fa {
  font-size: 15px;
}

.file-body>.tools {
  float: right;
}

.file-body>.tools>.fa {
  font-size: 14px;
  line-height: 1.6;
}

.file-body>.tools>a>.fa {
  font-size: 14px;
  line-height: 1.6;
}