@charset "UTF-8";
/*!
/* Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
  box-shadow: none;
  white-space: normal; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  border-color: #384241;
  background-color: #384241;
  color: white; }

.progress.progress-inverse, .progress.progress-inverse-success, .progress.progress-inverse-info, .progress.progress-inverse-warning, .progress.progress-inverse-danger {
  border: 0;
  padding: 4px;
  background-color: #13a89e; }

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
  position: relative;
  cursor: pointer;
  *cursor: hand; }

table.table thead .sorting:before, table.table thead .sorting_asc:before, table.table thead .sorting_desc:before, table.table thead .sorting_asc_disabled:before, table.table thead .sorting_desc_disabled:before {
  float: right;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 14px; }

.header a, .header .btn {
  outline: 0;
  text-decoration: none;
  color: inherit; }

.header-brand h1, .header-brand h2, .header-brand h3, .header-brand h4, .header-brand h5, .header-brand h6 {
  margin: 0;
  padding: 0;
  line-height: 60px;
  font-size: 2.3em;
  color: white; }

.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #DDD;
  border-left-width: 0; }

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  color: #999;
  cursor: default;
  background-color: transparent; }

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

css-tooltip-top, .css-tooltip-bottom, .css-tooltip-right, .css-tooltip-left {
  position: relative !important;
  display: inline-block !important;
  text-decoration: none !important; }

.css-tooltip-bottom span, .css-tooltip-right span, .css-tooltip-left span, .css-tooltip-top span, .css-tooltip-diagonal-right span, .css-tooltip-diagonal-left span {
  min-width: 180px;
  font-size: 11px !important;
  line-height: normal !important;
  text-align: left !important;
  padding: 10px 10px 12px 10px !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 9999999 !important;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  color: white;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.6)', endColorstr='rgba(0, 0, 0, 0.8)', GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }

.css-tooltip-bottom span:before, .css-tooltip-right span:before, .css-tooltip-left span:before, .css-tooltip-top span:before, .css-tooltip-diagonal-right span:before, .css-tooltip-diagonal-left span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.calendar td, .calendar th {
  font-weight: 400;
  width: 12.5%;
  text-align: center; }

.cal td, .cal th {
  font-weight: 400;
  width: 12.5%;
  text-align: center; }

.pika-prev, .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  background-color: transparent;
  left: 0;
  opacity: .5;
  *position: absolute;
  *top: 0; }

body {
  margin: 0;
  font-family: open_sansregular !important;
  font-size: 12px !important; }

.sidebar-text {
  font-family: open_sansregular !important; }

.jumbotron {
  position: relative;
  background-color: #ecf0f1; }

.breadcrumb {
  text-align: left; }

.text-muted {
  color: #95a5a6 !important; }

kbd {
  color: #ecf0f1;
  background-color: #394264; }

pre {
  border-color: #E0E4E8;
  background-color: #ecf0f1; }

.lead {
  margin-bottom: 0px;
  text-align: left; }

.label, .badge {
  font-size: 75%; }

.label[href]:hover, .label[href]:focus {
  background-color: rgba(0, 0, 0, 0.1); }

.badge.badge-success, .label.label-success {
  background-color: rgb(255, 153, 0);
  color: #ecf0f1;
  position: absolute;
  top: 5px;
  right: 1px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 400;
  animation-delay: 3s;
  }

.badge.badge-warning, .label.label-warning {
  color: #404041;
  position: absolute;
  left: 1px;
  top: 1px; }

.badge.badge-holiday, .label.label-warning {
  color: #EF4F69;
  position: absolute;
  right: 0px;
  top: 1px; }

.btn {
  font-size: 13px; }
  .btn:active {
    background-image: none; }
  .btn.active {
    background-image: none; }
  .btn.btn-icon {
    position: relative;
    padding-right: 20px; }
    .btn.btn-icon > i {
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      font-size: inherit;
      line-height: inherit;
      padding: 6px 12px;
      background-color: #0E7D76; }
    .btn.btn-icon.btn-primary > i {
      background-color: #0E7D76; }

.btn-default {
  font-size: 13px;
  color: #394264;
  border-color: #E0E4E8; }
  .btn-default:hover {
    background-color: #e3e2de;
    border-color: #ecf0f1; }
  .btn-default:focus {
    background-color: #e3e2de;
    border-color: #ecf0f1; }
  .btn-default:active {
    background-color: #e3e2de;
    border-color: #ecf0f1; }
  .btn-default.active {
    background-color: #e3e2de;
    border-color: #ecf0f1; }
  .btn-default .badge {
    color: #394264;
    background-color: #ecf0f1; }

.btn-primary {
  font-size: 13px;
  border-color: #111d1c;
  background-color: #111d1c;
  color: white !important;
  margin-top: 2px; }
  .btn-primary:active {
    background-image: none;
    box-shadow: none; }
  .btn-primary.active {
    background-image: none;
    box-shadow: none; }

.btn-success {
  font-size: 13px; }
  .btn-success:hover {
    border-color: #468C46;
    background-color: #468C46; }
  .btn-success:focus {
    border-color: #468C46;
    background-color: #468C46; }
  .btn-success:active {
    border-color: #468C46;
    background-color: #468C46;
    background-image: none;
    box-shadow: none; }
  .btn-success.active {
    border-color: #468C46;
    background-color: #468C46;
    background-image: none;
    box-shadow: none; }

.btn-info {
  font-size: 13px; }

.btn-warning {
  font-size: 13px;
  border-color: #FAA732;
  background-color: #FAA732; }
  .btn-warning:hover {
    border-color: #CF8B29;
    background-color: #CF8B29; }
  .btn-warning:focus {
    border-color: #CF8B29;
    background-color: #CF8B29; }
  .btn-warning:active {
    border-color: #CF8B29;
    background-color: #CF8B29;
    background-image: none;
    box-shadow: none; }
  .btn-warning.active {
    border-color: #CF8B29;
    background-color: #CF8B29;
    background-image: none;
    box-shadow: none; }

.btn-danger {
  font-size: 13px;
  border-color: #DA4F49;
  background-color: #DA4F49; }
  .btn-danger:hover {
    border-color: #AF403B;
    background-color: #AF403B; }
  .btn-danger:focus {
    border-color: #AF403B;
    background-color: #AF403B; }
  .btn-danger:active {
    border-color: #AF403B;
    background-color: #AF403B;
    background-image: none;
    box-shadow: none; }
  .btn-danger.active {
    border-color: #AF403B;
    background-color: #AF403B;
    background-image: none;
    box-shadow: none; }

.btn-sm {
  font-size: 12px; }
  .btn-sm > .badge {
    padding: 2px 6px; }

.btn-xs {
  font-size: 12px;
  width: 75px;
  font-size: 10px; }
  .btn-xs > .badge {
    padding: 2px 6px; }

.btn-primary1 {
  background-color: #008c7e;
  color: white;
  font-size: 11px;
  padding: 3px; }
  .btn-primary1:hover {
    color: white; }

.btn-group-lg > .btn {
  font-size: 13px; }

.btn-group-sm > .btn {
  font-size: 12px; }

.btn-group-xs > .btn {
  font-size: 12px; }

.open .dropdown-toggle.btn-default {
  background-color: #e3e2de !important;
  border-color: #ecf0f1; }
.open .dropdown-toggle.btn-primary {
  background-image: none;
  box-shadow: none; }
.open .dropdown-toggle.btn-success {
  border-color: #468C46;
  background-color: #468C46;
  background-image: none;
  box-shadow: none; }
.open .dropdown-toggle.btn-warning {
  border-color: #CF8B29;
  background-color: #CF8B29;
  background-image: none;
  box-shadow: none; }
.open .dropdown-toggle.btn-danger {
  border-color: #AF403B;
  background-color: #AF403B;
  background-image: none;
  box-shadow: none; }

.dropdown-toggle.btn-default {
  white-space: normal; }

.thumbnail, .img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu {
  border-color: #E0E4E8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  .dropdown-menu.dropdown-extend {
    min-width: 325px;
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    border: 1px solid #efefef; }
    .dropdown-menu.dropdown-extend:before {
      position: absolute;
      top: -10px;
      left: 15px;
      right: auto;
      width: 0;
      height: 0;
      content: '';
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid white; }
    .dropdown-menu.dropdown-extend > .dropdown-header {
      position: relative;
      padding: 10px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      background-color: #eaeaea;
      color: #000000;
      border-bottom: 3px solid #13a89e; }
    .dropdown-menu.dropdown-extend > .dropdown-footer {
      position: relative;
      font-size: 13px;
      border-bottom: 0 none;
      background-color: white;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      .dropdown-menu.dropdown-extend > .dropdown-footer a {
        color: #232332; }
      .dropdown-menu.dropdown-extend > .dropdown-footer .btn {
        margin: 10px 0;
        display: inline-block; }
        .dropdown-menu.dropdown-extend > .dropdown-footer .btn.pull-left {
          margin-left: 10px; }
        .dropdown-menu.dropdown-extend > .dropdown-footer .btn.pull-right {
          margin-right: 10px; }
      .dropdown-menu.dropdown-extend > .dropdown-footer i {
        margin-top: 0;
        font-size: 18px; }
      .dropdown-menu.dropdown-extend > .dropdown-footer:hover a {
        background-color: inherit; }
      .dropdown-menu.dropdown-extend > .dropdown-footer > .view-all {
        padding: 15px 10px; }
    .dropdown-menu.dropdown-extend > li {
      border-bottom: 1px solid #E0E4E8;
      text-align: left; }
      .dropdown-menu.dropdown-extend > li > a {
        white-space: normal;
        text-align: left; }
    .dropdown-menu.dropdown-extend .notif-minimal {
      position: relative;
      max-height: 360px;
      overflow: auto; }
    .dropdown-menu.dropdown-extend.pull-right:before {
      right: 15px;
      left: auto; }
  .dropdown-menu > li > a {
    font-size: 12px;
    color: #555; }
    .dropdown-menu > li > a i.fa {
      width: 20px; }
    .dropdown-menu > li > a i.icon {
      width: 20px; }
    .dropdown-menu > li > a:hover {
      background-color: #13a89e;
      color: white; }
    .dropdown-menu > li > a:focus {
      background-color: #13a89e;
      color: white; }
  .dropdown-menu > .active > a {
    color: white; }
    .dropdown-menu > .active > a:hover {
      color: white; }
    .dropdown-menu > .active > a:focus {
      color: white; }

.notif-minimal .notif-item {
  position: relative;
  border-bottom: 1px solid #E0E4E8;
  padding: 5px 10px;
  height: 44px;
  overflow: hidden; }

.modal {
  overflow-y: auto; }
  .modal.modal-fullwidth .modal-dialog {
    width: 100%; }
  .modal.modal-fullwidth .modal-content {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .modal.modal-center .modal-dialog {
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%); }
  .modal.modal-center.modal-fullwidth .modal-dialog {
    left: 0; }

.modal-open {
  overflow: auto; }

.modal-content {
  border-color: #E0E4E8;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 9px rgba(35, 35, 50, 0.5); }

.modal-backdrop {
  background-color: #232332; }

.modal-header {
  border-bottom-color: #E0E4E8; }

.modal-footer {
  border-top-color: #E0E4E8; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #13a89e; }

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #13a89e; }

.progress {
  margin-bottom: 5px;
  padding: 2px;
  height: 20px;
  background-color: white;
  border: 2px solid #ecf0f1;
  box-shadow: none;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px; }
  .progress.progress-xs {
    height: 4px; }
  .progress.progress-flat {
    background-color: #ecf0f1;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .progress.progress-inverse > .progress-bar {
    background-color: rgba(255, 255, 255, 0.25); }
  .progress.progress-inverse-success > .progress-bar {
    background-color: rgba(255, 255, 255, 0.25); }
  .progress.progress-inverse-info > .progress-bar {
    background-color: rgba(255, 255, 255, 0.25); }
  .progress.progress-inverse-warning > .progress-bar {
    background-color: rgba(255, 255, 255, 0.25); }
  .progress.progress-inverse-danger > .progress-bar {
    background-color: rgba(255, 255, 255, 0.25); }
  .progress.progress-inverse-inverse {
    border-color: #232332;
    background-color: #232332; }
    .progress.progress-inverse-inverse > .progress-bar {
      background-color: #ecf0f1; }

.progress-bar {
  background-color: #13a89e;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  box-shadow: none; }

.progress-bar-inverse {
  background-color: #394264; }

.progress-flat > .progress-bar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

legend {
  color: #333;
  border-bottom: 0; }

label {
  color: #333; }
  label.radio-inline {
    color: #394264;
    font-size: 13px; }
  label.checkbox-inline {
    color: #394264;
    font-size: 13px; }

.form-control {
  font-size: 13px;
  color: #394264;
  border-color: #E0E4E8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none; }
  .form-control:focus {
    border-color: #13a89e;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px; }
  .form-control:-moz-placeholder {
    color: #95a5a6 !important; }
  .form-control:-ms-input-placeholder {
    color: #95a5a6 !important; }

.input-sm {
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.input-group-addon.input-sm {
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.input-group-addon.input-lg {
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.input-lg {
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.form-control::-moz-placeholder {
  color: #95a5a6 !important;
  opacity: 1; }

.form-control::-webkit-input-placeholder {
  color: #95a5a6 !important; }

.form-control[disabled] {
  background-color: #ecf0f1; }

.form-control[readonly] {
  background-color: #ecf0f1; }

.form-horizontal {
  margin-bottom: 2px; }

form label {
  font-weight: 400; }

.radio label {
  color: #394264;
  font-size: 13px; }

.checkbox label {
  color: #394264;
  font-size: 13px; }

.form-bordered .form-group {
  border-bottom: 1px solid #F8F8F8;
  padding-right: 15px;
  padding-left: 15px; }
  .form-bordered .form-group:last-child {
    border-bottom: 0; }

fieldset[disabled] .form-control {
  background-color: #ecf0f1; }

@media print {
  .table-bordered th {
    border-color: #E0E4E8 !important; }
  .table-bordered td {
    border-color: #E0E4E8 !important; } }
.table > thead > tr > th {
  
  border-bottom: 2px solid #E0E4E8; }
.table > thead > tr > td {
   }
.table > thead > tr > .active {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > thead > tr:hover > .active {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > thead > .active > td {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > thead > .active > th {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > thead > .active:hover > td {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > thead > .active:hover > th {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tbody > tr > th {
   }
.table > tbody > tr > td {
   }
.table > tbody > tr > .active {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tbody > tr:hover > .active {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tbody + tbody {
  border-top: 2px solid #E0E4E8; }
.table > tbody > .active > td {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tbody > .active > th {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tbody > .active:hover > td {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tbody > .active:hover > th {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tfoot > tr > th {
   }
.table > tfoot > tr > td {
   }
.table > tfoot > tr > .active {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tfoot > tr:hover > .active {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tfoot > .active > td {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tfoot > .active > th {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tfoot > .active:hover > td {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }
.table > tfoot > .active:hover > th {
  background-color: #ecf0f1 !important;
  color: #394264 !important; }

.table-bordered {
  border-color: #D7D0BC; }
  .table-bordered > thead > tr > th {
    border-color: #E0E4E8; }
  .table-bordered > thead > tr > td {
    border-color: #E0E4E8; }
  .table-bordered > tbody > tr > th {
    border-color: #E0E4E8; }
  .table-bordered > tbody > tr > td {
    border-color: #E0E4E8; }
  .table-bordered > tfoot > tr > th {
    border-color: #E0E4E8; }
  .table-bordered > tfoot > tr > td {
    border-color: #E0E4E8; }

@media (max-width: 767px) {
  .table-responsive {
    border: 1px solid #E0E4E8; }
    .table-responsive.table-responsive-datatables {
      border: 0; } }
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #F4F4F2; }
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F4F4F2; }

.panel-primary > .panel-heading {
  color: #8D8D8E;
  background-color: #F5F5F5;
  border-color: rgba(0, 0, 0, 0.1); }
.panel-primary > .panel-footer {
  color: #8D8D8E;
  background-color: #F5F5F5;
  border-color: rgba(255, 255, 255, 0.1); }

.panel-success > .panel-heading {
  border-color: rgba(0, 0, 0, 0.1); }
.panel-success > .panel-footer {
  border-color: rgba(255, 255, 255, 0.1); }

.panel-info > .panel-heading {
  border-color: rgba(0, 0, 0, 0.1); }
.panel-info > .panel-footer {
  border-color: rgba(255, 255, 255, 0.1); }

.panel-warning > .panel-heading {
  border-color: rgba(0, 0, 0, 0.1); }
.panel-warning > .panel-footer {
  border-color: rgba(255, 255, 255, 0.1); }

.panel-danger > .panel-heading {
  border-color: rgba(0, 0, 0, 0.1); }
.panel-danger > .panel-footer {
  border-color: rgba(255, 255, 255, 0.1); }

.box {
  position: relative;
  margin-bottom: 15px;
  /*padding: $gutter_width;
  border: 1px solid $silver_color;*/
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.well {
  border: 1px solid #E0E4E8;
  background-color: #ecf0f1;
  background-image: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important; }

@media screen {
  .com {
    color: #800; }

  .lit {
    color: #066; }

  .pun, .opn, .clo {
    color: #660; }

  .fun {
    color: red; }

  .str, .atv {
    color: #080; }

  .kwd, .tag {
    color: #008; }

  .typ, .atn, .dec, .var {
    color: #606; } }
@media print, projection {
  .com {
    color: #600;
    font-style: italic; }

  .typ {
    color: #404;
    font-weight: 700; }

  .lit {
    color: #044; }

  .pun, .opn, .clo {
    color: #440; }

  .atn {
    color: #404; }

  .str, .atv {
    color: #060; }

  .kwd, .tag {
    color: #006;
    font-weight: 700; } }
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.dataTables_length label {
  float: left;
  text-align: left; }

div.dataTables_length select {
  width: 75px; }

div.dataTables_filter label {
  float: right; }

div.dataTables_info {
  padding-top: 5px; }

div.dataTables_paginate {
  float: right;
  margin: 0; }

table.table {
  clear: both;
  margin-bottom: 6px !important;
  max-width: none !important; }
  table.table thead th {
    position: relative;
    padding: 4px 5px; }
  table.table thead td {
    position: relative;
    padding: 4px 5px; }
  table.table thead .sorting:before {
    content: "\f0dc";
    color: white; }
  table.table thead .sorting_asc:before {
    content: "\f0dd";
    color: white; }
  table.table thead .sorting_desc:before {
    content: "\f0de";
    color: white; }
  table.table thead .sorting_asc_disabled:before {
    content: "\f0dd";
    color: white; }
  table.table thead .sorting_desc_disabled:before {
    content: "\f0de";
    color: #95a5a6 !important; }
table.dataTable th:active {
  outline: 0; }

div.dataTables_scrollBody table {
  border-top: 0;
  margin-bottom: 0 !important; }
div.dataTables_scrollBody tbody tr:first-child th {
  border-top: 0; }
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: 0; }
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  div.dataTables_scrollHead table thead tr:last-child th:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  div.dataTables_scrollHead table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
div.dataTables_scrollFoot table {
  border-top: 0; }

.panel > .dataTables_wrapper {
  padding-top: 15px; }
  .panel > .dataTables_wrapper > .row {
    padding-right: 15px;
    padding-left: 15px; }

.table tbody tr.active td {
  background-color: #ecf0f1;
  color: white; }
.table tbody tr.active th {
  background-color: #ecf0f1;
  color: white; }
.table tbody tr.active:hover td {
  background-color: #E0E4E8 !important; }
.table tbody tr.active:hover th {
  background-color: #E0E4E8 !important; }

.table-striped tbody tr.active:nth-child(odd) td {
  background-color: #ecf0f1; }
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #ecf0f1; }

.graph {
  min-height: 220px; }

.legendColorBox {
  margin-bottom: 3px; }

.legendLabel {
  padding-left: 3px;
  padding-right: 8px; }

::-moz-selection {
  background-color: #13a89e;
  color: #ecf0f1; }

::selection {
  background-color: #13a89e;
  color: #ecf0f1; }

::moz-selection {
  background-color: #13a89e;
  color: #ecf0f1; }

::webkit-selection {
  background-color: #13a89e;
  color: #ecf0f1; }

a {
  color: #555; }

a:hover, a:focus {
  color: #0E7D76; }

.translate-left {
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 300px; }

.header {
  position: fixed;
  width: 100%;
  display: block;
  z-index: 999;
  color: #bdc3c7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white; }
  .header .animated {
    animation-duration: .34s !important; }
  .header.fixed {
    position: fixed; }
  .header.fixed-side {
    position: absolute; }
  .header .form-inline {
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    line-height: 56px; }

.header-brand {
  float: left;
  display: block;
  margin-right: 20px;
  margin-top: 13px; }
  .header-brand a {
    color: inherit;
    text-decoration: none; }
  .header-brand .brand-logo {
    margin: 0;
    padding: 0;
    height: 60px;
    width: auto;
    line-height: 60px;
    outline: 0;
    margin-left: 10px; }

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-size: 14px; }
  .header-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left; }
    .header-menu > li > a {
      margin: 0;
      padding: 0 10px;
      display: block;
      line-height: 29px;
      transition: background .3s;
      color: white !important;
      color: #bdc3c7; }
      .header-menu > li > a:hover {
        background: rgba(255, 255, 255, 0.25);
        text-decoration: none; }
      .header-menu > li > a .badge {
        position: absolute;
        top: 1px;
        right: -3px;
        padding: 2px 5px;
        font-size: 11px;
        font-weight: 400;
        animation-delay: 3s; }
      .header-menu > li > a .header-menu-icon {
        padding-right: 5px; }
        .header-menu > li > a .header-menu-icon.icon-only {
          padding-right: 0; }
    .header-menu > li.open > a {
      color: #bdc3c7;
      background: rgba(255, 255, 255, 0.25);
      text-decoration: none; }
    .header-menu > li.active > a {
      color: #bdc3c7;
      background: rgba(255, 255, 255, 0.25);
      text-decoration: none; }

.header-profile {
  float: right;
  padding: 0 0 0 5px;
  color: white; }
  .header-profile a {
    padding-left: 5px;
    color: white; }
    .header-profile a:hover {
      text-decoration: none;
      color: white; }
  .header-profile .profile-picture {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-top: -2px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle; }
    .header-profile .profile-picture img {
      width: 42px;
      height: auto; }
  .header-profile > .profile-nav {
    position: relative;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding-right: 5px;
    padding-top: 6px; }
    .header-profile > .profile-nav.open {
      color: white; }
      .header-profile > .profile-nav.open > a {
        color: white; }

.sidebar .animated {
  animation-duration: .34s !important; }

.section {
  position: relative;
  display: block;
  height: 100%;
  background-color: white;
  overflow-x: hidden;
  width: 100%;
  top: -16px; }

.side-left {
  position: fixed;
  display: block;
  top: 87px;
  bottom: 0;
  width: 92px;
  z-index: 98;
  height: 100%;
  font-family: open_sansregular !important;
  background-color: #DA4F49; }
  .side-left.fixed {
    position: fixed; }
  .side-left a {
    color: inherit;
    text-decoration: none; }

.content {
  position: relative;
  display: block;
  margin-left: 180px;
  background-color: white;
  padding-bottom: 0;
  min-height: 80vh;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 100px; }

a[rel=to-top] {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #232332;
  color: #ecf0f1;
  text-align: center;
  text-decoration: none;
  z-index: 1001;
  display: block;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease; }

a[rel=to-top]:hover {
  background-color: #394264;
  color: #ecf0f1;
  text-decoration: none; }

footer {
  position: relative;
  text-align: center;
  padding: 10px 20px;
  background-color: #232332;
  color: #bdc3c7;
  z-index: 1000; }

footer p {
  margin: 0;
  padding: 0; }

[data-toggle=sortable-widget] {
  min-height: 120px; }

[data-toggle=sortable-widget] .sortable-widget-handle {
  cursor: move !important; }

.sortable-widget-handle > a, .sortable-widget-handle > a:hover {
  cursor: inherit;
  text-decoration: none; }

[data-toggle=sortable-widget] .sortable-placeholder {
  position: relative;
  margin-bottom: 21px;
  background-color: rgba(19, 168, 158, 0.25);
  border: 1px dashed #18D2C6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.panel-group .sortable-placeholder {
  margin-top: 5px;
  margin-bottom: 6px; }

.panel-group .sortable-placeholder:first-child {
  margin-top: 0; }

[data-toggle=sortable-list] .sortable-list-handle {
  cursor: move !important; }

[data-toggle=sortable-list] .sortable-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 40px;
  background-color: rgba(19, 168, 158, 0.25);
  border: 1px dashed #18D2C6;
  list-style: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important; }

@media (max-width: 1023px) {
  .translate-left {
    margin-right: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px); } }
@media (max-width: 801px) {
  .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .side-left {
    position: relative;
    /*top: auto;*/
    bottom: auto;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    top: 89px; }

  .sidebar {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  .sidebar:after {
    content: '';
    display: table;
    clear: both; }

  .sidebar > li {
    display: inline-block;
    margin-right: -4px;
    padding-bottom: 8px;
    width: 86px;
    border-top: 0;
    border-bottom: 0; }

  .sidebar > li.active:after, .sidebar > li.active:before {
    display: none; }

  .content {
    margin-left: 0; } }
@media (max-width: 480px) {
  .header form.form-inline {
    display: none; }

  .header-brand h1, .header-brand h2, .header-brand h3, .header-brand h4,
  .header-brand h5, .header-brand h6 {
    font-size: 2em; } }
.bg-orange {
  background-color: #FAA732 !important;
  color: #ecf0f1 !important; }

.text-bold {
  font-weight: 700 !important; }

.shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px !important; }

.bordered {
  border: 1px solid #E0E4E8 !important; }

.no-border {
  border: 0 none !important; }

.list-percentages {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%; }
  .list-percentages li {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 3px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center; }
    .list-percentages li:first-child {
      border-left: 0; }

.checkbox input[type=radio], .checkbox-inline input[type=radio] {
  float: left;
  margin-left: -20px; }

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px; }
  .rating > span {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    width: 1.1em;
    font-style: normal;
    font-weight: 400; }
    .rating > span:hover:before {
      content: "\f005";
      color: #394264; }
    .rating > span:hover ~ span:before {
      content: "\f005";
      color: #394264; }
  .rating span.star:hover {
    cursor: pointer; }
  .rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #95a5a6 !important; }
  .rating.rating-primary > span:hover:before {
    color: #13a89e; }
  .rating.rating-primary > span:hover ~ span:before {
    color: #13a89e; }
  .rating.rating-info > span:hover:before {
    color: #49afcd; }
  .rating.rating-info > span:hover ~ span:before {
    color: #49afcd; }
  .rating.rating-warning > span:hover:before {
    color: #FAA732; }
  .rating.rating-warning > span:hover ~ span:before {
    color: #FAA732; }
  .rating.rating-danger > span:hover:before {
    color: #DA4F49; }
  .rating.rating-danger > span:hover ~ span:before {
    color: #DA4F49; }

ul.row:not(.list-percentages) {
  margin-left: -40px; }

.margin-top {
  /*margin-top: $gutter*/
  margin-top: 45px; }

.margin-bottom {
  margin-bottom: 20px; }

.margin-left {
  margin-left: 10px; }

.margin-right {
  margin-right: 10px; }

.no-margin {
  margin: 0 !important; }

.helper-inline {
  display: inline-block !important; }

td.is-visible {
  background-color: #DFF0D8 !important;
  color: #468847; }

td.is-hidden {
  background-color: #ecf0f1 !important;
  color: #95a5a6 !important; }

.error-wrapper {
  padding: 50px;
  text-align: center;
  background-color: #f5f3ee;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset; }
  .error-wrapper .error-title {
    font-size: 42px;
    margin-bottom: 15px; }
    .error-wrapper .error-title + p {
      margin-bottom: 30px; }

.margin5 {
  margin-left: 8px; }

.marginR5 {
  margin-right: 10px;
  float: right;
  margin-bottom: 3px; }

.rightlogo {
  float: right;
  margin-top: 18px; }

.headerstrip {
  width: 100%;
  background-color: #404041;
  color: white;
  margin: 0 auto;
  height: 30px;
  margin-top: 10px; }

.wrapper {
  display: inline-block;
  padding: 15px;
  width: 100%; }

.hidden-lg {
  display: none; }

.hidden-md {
  display: none; }

.hidden-sm {
  display: none; }

.clickable {
  cursor: pointer; }

.left-icon {
  float: left;
  height: 33px !important;
  padding: 5px 10px 10px;
  width: 38px;
  background-color: #404041;
  margin-left: -10px;
  margin-top: -5px;
  color: white; }

.top-header {
  width: 100%;
  clear: both;
  height: 23px;
  background-color: #eaeaea;
  color: #555; }

.right-title-text {
  float: left;
  padding: 1px 6px 6px 10px;
  color: #000000; }

.huge {
  font-size: 35px; }

.widget {
  background: #fafafa;
  border: 1px solid #cfcfcf;
  clear: both;
  margin-top: 0;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 15px; }
  .widget.widget-stats {
    position: relative; }

.widget-body {
  padding: 15px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px; }

.widget-header {
  background-color: #e8e8e8;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  border: 1px solid #cfcfcf;
  height: 48px;
  padding: 10px;
  line-height: 28px; }

.bg-greenx {
  background-color: #404041; }
  .bg-greenx:hover {
    opacity: 0.8; }

.bg-bluex {
  background-color: #13a89e; }
  .bg-bluex:hover {
    opacity: 0.8; }

.bg-bluextl {
  background-color: #0061a9; }

.bg-gray {
  background-color: #404041; }
  .bg-gray:hover {
    opacity: 0.8; }

.bg-orange {
  background: #FAA732; }
  .bg-orange:hover {
    opacity: 0.8; }

.widget-stats .stats-icon {
  color: white;
  font-size: 42px;
  height: 56px;
  line-height: 56px;
  margin-left: 15px;
  opacity: 0.2;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 56px; }
  .widget-stats .stats-icon.stats-icon-lg {
    font-size: 52px;
    right: 21px;
    top: 12px; }
.widget-stats .stats-desc {
  color: rgba(255, 255, 255, 0.6); }
.widget-stats .stats-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.1;
  margin: 2px 0 7px;
  position: relative;
  text-transform: uppercase; }
.widget-stats .stats-number {
  color: white;
  font-size: 33px !important;
  font-weight: 300;
  margin-bottom: 10px; }
  .widget-stats .stats-number .text {
    font-size: 16px !important;
    margin-top: -30px;
    margin-left: 26px; }
  .widget-stats .stats-number .text2 {
    font-size: 16px !important;
    margin-top: -30px;
    margin-left: 40px; }
  .widget-stats .stats-number .text3 {
    font-size: 16px !important;
    margin-top: -30px;
    margin-left: 60px; }

.panel-heading span {
  margin-top: -20px;
  font-size: 15px; }

* {
  outline: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }

hr {
  border-color: #999; }

.widget-stats .stats-desc {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px !important;
  color: white; }
.widget-stats .stats-title {
  color: white; }

.widget hr {
  border-top: 2px solid white; }

.stats-desc a {
  color: white;
  cursor: default; }

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 {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
  border-bottom: 1px solid gray;
  width: 100%;
  background-color: transparent; }

.pagination {
  margin: 20px 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
    .pagination ul > li {
      display: inline; }
      .pagination ul > li > a:hover {
        background-color: #F5F5F5; }
      .pagination ul > li > a:focus {
        background-color: #F5F5F5; }
      .pagination ul > li:last-child > a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .pagination ul > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
    .pagination ul > .active > a {
      background-color: #F5F5F5;
      color: #999;
      cursor: default; }
    .pagination ul > .active > span {
      background-color: #F5F5F5;
      color: #999;
      cursor: default; }

.detail_tableth {
  background-color: #FAA732;
  color: white; }

.table-border {
  border: 2px solid #FAA732; }

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center; }
  .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2; }
  .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em; }

table.dataTable thead .sorting {
  background: none;
  vertical-align: top !important; }
table.dataTable thead .sorting_asc {
  background: none;
  vertical-align: top !important; }
table.dataTable thead .sorting_desc {
  background: none;
  vertical-align: top !important; }
table.dataTable thead .sorting_disabled {
  vertical-align: top; }

@media only screen and (max-width: 430px) {
  .span6 {
    float: none;
    width: 100%; } }
.css-tooltip-top span {
  left: -10px;
  bottom: 90%;
  transition-property: opacity, margin-bottom, visibility; }
  .css-tooltip-top span:before {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid #000000;
    border-bottom: 0 !important;
    bottom: -8px;
    left: 15px; }
.css-tooltip-top:hover span {
  margin-bottom: 10px;
  visibility: visible;
  opacity: 1; }

.color-blue span {
  color: white !important;
  background: #404041;
  background: rgba(0, 0, 0, 0.4);
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, #404041 100%);
  /* W3C */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, #404041 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, #404041));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, #404041 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, #404041 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, #404041 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.4)', endColorstr='#404041', GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
  .color-blue span:before {
    border-color: #404041; }
  .color-blue span:after {
    content: "";
    display: block;
    border-top: 1px solid #6591c3;
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }

.panel-heading span {
  margin-top: -20px;
  font-size: 15px; }

.clickable {
  cursor: pointer; }

/* calendar Specific Styles*/
.calendar {
  font-size: 81.25%;
  width: 100%;
  height: 100%;
  text-align: center;
  border-spacing: 0;
  border: 1px solid #908B7A; }
  .calendar td {
    border: 1px solid #DDD;
    background-color: white;
    color: #7f8c8d;
    padding: 2%; }
  .calendar tbody tr td:nth-of-type(1) {
    border-left: none; }
  .calendar tbody tr td:nth-of-type(7) {
    border-right: none; }
  .calendar tbody tr:nth-of-type(6) td {
    border-bottom: none; }
  .calendar tbody tr:nth-of-type(1n + 1) td.day_cal:first-child {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset; }
  .calendar tbody tr:nth-of-type(1n + 1) td.oom:first-child {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
  .calendar tbody > tr:last-child > td {
    border-bottom: 0; }

.calendar-nav {
  display: block;
  position: relative;
  z-index: 2;
  text-align: right;
  color: silver;
  font-weight: 700;
  font-size: 150%;
  text-decoration: none;
  color: #404041; }

.prev_cal {
  text-align: left !important;
  padding-left: 25%; }
  .prev_cal:hover {
    color: #908B7A; }
  .prev_cal:focus {
    color: #908B7A; }

.next_cal {
  padding-right: 25%; }
  .next_cal:hover {
    color: #908B7A; }
  .next_cal:focus {
    color: #908B7A; }

.calendar-title {
  width: 75%;
  color: #495468;
  text-align: center;
  font-size: 75%; }

.calendar-day_cal-names {
  background: transparent none repeat scroll 0 0;
  color: #404041;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 70%; }
  .calendar-day_cal-names th {
    line-height: 1.5; }

.day_cal {
  background-color: #efefef;
  color: #333; }

.oom {
  background-image: linear-gradient(#262626, #1a1a1a);
  color: #4e4e4e;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 1px 0 0 rgba(255, 255, 255, 0.5) inset; }

.event_cal {
  background-color: #404041 !important;
  color: white;
  cursor: pointer;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset; }
  .event_cal:hover {
    background-image: linear-gradient(#6a9a0c, #c6f56e);
    color: #8c8c8c; }
  .event_cal:focus {
    background-image: linear-gradient(#6a9a0c, #c6f56e);
    color: #8c8c8c; }

#container {
  width: 100%;
  min-height: 95%; }

.cal-container {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative; }

.cal {
  font-size: 81.25%;
  width: 100%;
  height: 100%;
  text-align: center;
  border-spacing: 0;
  border: 1px solid #d9d6c4;
  border-collapse: separate; }
  .cal td {
    padding: 3.5%;
    border: 1px solid #f8f4f4;
    background-color: white; }

.cal-nav {
  display: block;
  position: relative;
  z-index: 2;
  text-align: right;
  color: silver;
  font-weight: 700;
  font-size: 150%;
  text-decoration: none;
  color: #404041; }

.cal-title {
  width: 75%;
  color: #495468;
  font-size: 100%; }

.cal-day-names {
  background: transparent none repeat scroll 0 0;
  color: #404041;
  font-weight: bold;
  text-transform: uppercase;
  height: 30px; }
  .cal-day-names th {
    line-height: 1.5; }

.day {
  background-color: #efefef;
  color: #333;
  position: relative; }

.event {
  color: #404041 !important;
  cursor: pointer;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset; }

.calendar-header th {
  background-color: white;
  height: 10%;
  border-top: 5px solid #79D2C0;
  border-bottom: 2px solid #DDD; }

.cal-header th {
  background-color: white;
  height: 5%;
  border-top: 5px solid #79D2C0;
  border-bottom: 2px solid #DDD;
  text-align: center; }

.partial_booked {
  background-size: 10px 10px;
  background-color: #D3DEDC !important;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); }

.partial_booked_inactive {
  background-size: 10px 10px;
  background-color: #D3DEDC !important;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  color: #bfbfbf; }

.completely_booked {
  background-size: 10px 10px;
  background-color: #B0E1D7 !important;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); }

.completely_booked_inactive {
  background-size: 10px 10px;
  background-color: #B0E1D7 !important;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  color: #bfbfbf; }

.completely_leave_booked {
  background-size: 10px 10px;
  background-color: rgba(240, 173, 78, 0.55) !important;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); }

.completely_leave_booked_inactive {
  background-size: 10px 10px;
  background-color: rgba(240, 173, 78, 0.55) !important;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  color: #bfbfbf; }

.sendback {
  background-color: #a4c898 !important;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset; }

.sendback_inactive {
  background-color: #a4c898 !important;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #bf7f7f; }

.overriden {
  background-color: rgba(8, 177, 165, 0.59) !important; }

.overriden_inactive {
  background: rgba(8, 177, 165, 0.59) !important;
  color: #bfbfbf; }

.disable {
  color: #bfbfbf; }

.sendback_box {
  background-color: #a4c898;
  width: 10%;
  height: 2%;
  border: 1px solid #cac9c9; }

.approved_box {
  background-color: #FEE9CC;
  width: 10%;
  height: 2%;
  border: 1px solid #cac9c9; }

.completely_leave_booked_box {
  background-size: 10px 10px;
  background-color: rgba(240, 173, 78, 0.55) !important;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  width: 10%;
  height: 2%;
  border: 1px solid #cac9c9; }

.fully_box {
  background-size: 10px 10px;
  background-color: #B0E1D7 !important;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  width: 10%;
  height: 2%;
  border: 1px solid #cac9c9; }

.partial_box {
  background-size: 10px 10px;
  background-color: #D3DEDC;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  border: 1px solid #cac9c9;
  width: 10%;
  height: 2%; }

.overriden_box {
  background-color: rgba(8, 177, 165, 0.59);
  width: 10%;
  height: 2%;
  border: 1px solid #cac9c9; }

.halfday_box {
  width: 10%;
  height: 2%;
  background: linear-gradient(11deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, white 51%, white 100%);
  border: 1px solid #cac9c9; }

.time_icon {
  float: right;
  margin-top: -20px;
  margin-right: -4px; }

.cal tbody tr td:nth-of-type(1) {
  border-left: none; }
.cal tbody tr td:nth-of-type(7) {
  border-right: none; }
.cal tbody tr:nth-of-type(6) td {
  border-bottom: none; }
.cal tbody tr:nth-of-type(1n + 1) td.day:first-child {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset; }
.cal tbody tr:nth-of-type(1n + 1) td.oom:first-child {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }

/* 
responsive tables
		
*/
@media only screen and (max-width: 800px) {
  #flip-scroll * html .cf {
    zoom: 1; }
  #flip-scroll *:first-child + html .cf {
    zoom: 1; }
  #flip-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    width: 100%; }
  #flip-scroll th {
    margin: 0;
    vertical-align: top;
    text-align: left;
    display: block;
    text-align: right;
    border-bottom: 0;
    border-left: 0; }
  #flip-scroll td {
    margin: 0;
    vertical-align: top;
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  #flip-scroll thead {
    display: block;
    float: left; }
    #flip-scroll thead tr {
      display: block; }
  #flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap; }
    #flip-scroll tbody tr {
      display: inline-block;
      vertical-align: top; }
  #flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; } }
@media screen and (max-width: 1900px) {
  .Feedback_width {
    min-width: 382px !important; } }
@media screen and (max-width: 360px) {
  .Feedback_width {
    min-width: 222px !important; } }
.zero {
  margin: 0;
  padding: 0; }

.border_leave {
  padding: 10px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.margin19 {
  margin-left: 20px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari 5+ ONLY */
  ::i-block-chrome, .browser_support {
    display: block; } }
/*!
 * Pikaday
 * Copyright â”¬âŒ� 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #13a89e;
  background: white;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  *zoom: 1; }
  .pika-single:before {
    content: " ";
    display: table; }
  .pika-single:after {
    content: " ";
    display: table;
    clear: both; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.05);
    z-index: 10; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 99;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: white; }

.pika-prev {
  float: left;
  *left: 0; }
  .pika-prev:hover {
    opacity: 1; }
  .pika-prev.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-next {
  float: right;
  *right: 0; }
  .pika-next:hover {
    opacity: 1; }
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.is-rtl .pika-next {
  float: left;
  *left: 0; }
.is-rtl .pika-prev {
  float: right;
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th {
    width: 14.285714285714286%;
    padding: 0;
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #F5F5F5; }
  .pika-button:hover {
    color: white !important;
    background: #13a89e;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #13a89e;
  font-weight: bold; }

.is-selected .pika-button {
  color: white !important;
  font-weight: bold;
  background: #13a89e;
  box-shadow: inset 0 1px 3px #178fe5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.is-inrange .pika-button {
  background: #d5e9f7; }

.is-startrange .pika-button {
  color: white;
  background: #6cb31d;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: white;
  background: #33aaff;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.feedback-btn {
  font-size: 14px;
  position: fixed;
  bottom: 0;
  right: 60px;
  width: auto;
  height: 40px; }

.btn-width {
  width: 270px; }

@media screen and (max-width: 360px) {
  .headerstrip {
    margin-top: 20px; }

  .dropdown-menu-left {
    left: -97px !important; }

  .btn-width {
    width: 230px; } }
@media screen and (max-width: 640px) {
  .headerstrip {
    margin-top: 20px; }

  .dropdown-menu-left {
    left: -35px !important; } }
@media screen and (max-width: 480px) {
  .headerstrip {
    margin-top: 20px; }

  .dropdown-menu-left {
    left: -120px !important; }

  .btn-width {
    width: 230px; }

  .dropdown-menu.dropdown-extend {
    min-width: 234px;
    right: -8px; } }
@media screen and (max-width: 320px) {
  .headerstrip {
    margin-top: 20px; }

  .dropdown-menu-left {
    left: -64px !important; }

  .btn-width {
    width: 230px; }

  .dropdown-menu.dropdown-extend {
    min-width: 196px;
    right: -8px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .headerstrip {
    margin-top: 20px; }

  .btn-width {
    width: 220px; } }
.top-header > a {
  color: white; }

.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }

.img30_30 {
  width: 30px;
  height: 30px; }

.textarea_approval {
  resize: none;
  height: 36px !important;
  overflow-y: scroll !important;
  max-height: 38px !important; }

.block {
  background-color: #eaeaea !important; }

.martop8 {
  margin-top: 2px; }

.martop8b {
  background-color: #eaeaea !important;
  height: 23px !IMPORTANT;
  MARGIN-TOP: 0 !IMPORTANT;
  border-bottom: 0 !important; }

.Remark {
  margin-left: 10px;
  text-align: left;
  padding: 5px;
  font-family: open_sansbold !important; }

.jquery-notify-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 32768;
  color: white;
  background-color: #f89c2c;
  font-size: 15px;
  text-align: center;
  font-family: Arial, sans-serif, Verdana;
  padding: 6px 0;
  cursor: pointer;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 -1px 0 0 white; }
  .jquery-notify-bar.bottom {
    bottom: 0;
    top: auto;
    border-top: 1px solid #DDD;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 0 white; }
  .jquery-notify-bar.error {
    color: white;
    background-color: #f89c2c; }

.notify-bar-close {
  position: absolute;
  left: 93%;
  top: 7px;
  text-decoration: none;
  color: white;
  font-size: 16px; }
  .notify-bar-close:hover {
    color: white; }

.Halfday_lA {
  background-image: linear-gradient(-45deg, #B1AFAF 15%, transparent 2%, transparent 25%, #B1AFAF 30%, #B1AFAF 51%, transparent 97%, transparent);
  background-size: 50px 50px; }

.Fullday_LA {
  background-color: #B1AFAF; }

.Halfday_PL {
  background-image: linear-gradient(-45deg, #EFC586 15%, transparent 2%, transparent 25%, #EFC586 30%, #EFC586 51%, transparent 97%, transparent);
  background-size: 50px 50px; }

.fullday_PL {
  background-color: #EFC586; }

.label-new {
  font-size: 10px;
  color: #000000;
  font-weight: 200;
  padding: .3em .8em .3em; }

.icon-b {
  color: #b4b4b4; }

.icon-d {
  color: #fde16d;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: orange; }

a[rel="to-bottom"] {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 137px;
  height: 35px;
  line-height: 30px;
  color: #ecf0f1;
  text-align: center;
  text-decoration: none;
  z-index: 1001;
  display: block;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-top: 1px; }

.leave_time {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, rgba(176, 225, 215, 0.68) 51%, rgba(176, 225, 215, 0.68) 100%); }

.leave_partialbook {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, #D3DEDC 51%, #D3DEDC 100%); }

.halfleave {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, white 51%, white 100%); }

.halfbook {
  background: linear-gradient(30deg, rgba(176, 225, 215, 0.68) 0, rgba(176, 225, 215, 0.68) 48%, rgba(176, 225, 215, 0.68) 51%, white 51%, white 100%); }

.leave_time_inactive {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, rgba(176, 225, 215, 0.68) 51%, rgba(176, 225, 215, 0.68) 100%);
  color: #bfbfbf; }

.leave_partialbook_inactive {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, #D3DEDC 51%, #D3DEDC 100%);
  color: #bfbfbf; }

.halfleave_inactive {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, white 51%, white 100%);
  color: #bfbfbf; }

.halfbook_inactive {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, white 51%, white 100%);
  color: #bfbfbf; }

.bt_sendback {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, #a4c898 51%, #a4c898 100%); }

.bt_sendback_inactive {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, #a4c898 51%, #a4c898 100%);
  color: #bfbfbf; }

.bt_manager {
  background: linear-gradient(30deg, rgba(240, 173, 78, 0.55) 0, rgba(240, 173, 78, 0.55) 48%, rgba(240, 173, 78, 0.55) 51%, rgba(8, 177, 165, 0.59) 51%, rgba(8, 177, 165, 0.59) 100%); }

.bt_manager_inactive {
  background: linear-gradient(30deg, completely_leavebooked 0, completely_leavebooked 48%, completely_leavebooked 51%, rgba(8, 177, 165, 0.59) 51%, rgba(8, 177, 165, 0.59) 100%);
  color: #bfbfbf;
  color: #bfbfbf; }

/*# sourceMappingURL=vendor.css.map */
