/*$color-accent-50:  #F5F9E2;
$color-accent-100: #E6EFB6;
$color-accent-200: #D6E485;
$color-accent-300: #C5D954;
$color-accent-400: #B8D130;
$color-accent-500: #ACC90B;
$color-accent-600: #A5C30A;
$color-accent-700: #9BBC08;
$color-accent-800: #92B506;
$color-accent-900: #82A903;
$color-accent-A100: #F3FFD3;
$color-accent-A200: #E6FFA0;
$color-accent-A400: #D8FF6D;
$color-accent-A700: #D1FF53;
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600");
/* line 82, ../sass/_mixins.scss */
.test-1 {
  background: #31B7D7;
  background: -webkit-linear-gradient(-90deg, #31B7D7, #EDAC7D);
  background: linear-gradient(180deg, #31B7D7, #EDAC7D);
}

/* line 86, ../sass/_mixins.scss */
.test-2 {
  background: #E47D7D;
  background: -webkit-linear-gradient(left, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
  background: linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
}

/* line 90, ../sass/_mixins.scss */
.test-3 {
  background: #B58234;
  background: -webkit-linear-gradient(48deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
  background: linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
}

/* ===========
   Components List

   - Buttons
   - Panels
   - Portlets
   - Checkbox and radio
   - Progressbars
   - Tables
   - Form Elements
   - Calendar
   - Widgets
 =============*/
/* ===========
   Panels
 =============*/
/* line 23, ../sass/_components.scss */
.panel {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06), 0 2px 0px 0 rgba(0, 0, 0, 0.02);
  border-radius: 0px;
  border: none;
  margin-bottom: 20px;
}
/* line 28, ../sass/_components.scss */
.panel .panel-body {
  padding: 20px;
}
/* line 30, ../sass/_components.scss */
.panel .panel-body p {
  margin: 0px;
}
/* line 33, ../sass/_components.scss */
.panel .panel-body p + p {
  margin-top: 15px;
}

/* line 39, ../sass/_components.scss */
.panel-heading {
  border-radius: 0;
  border: none !important;
  padding: 10px 20px;
}

/* line 45, ../sass/_components.scss */
.panel-default > .panel-heading {
  background-color: #fafafa;
  border-bottom: none;
  color: #797979;
}

/* line 51, ../sass/_components.scss */
.panel-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* line 60, ../sass/_components.scss */
.panel-sub-title {
  margin-bottom: 3px;
  color: #CEE4FD;
  margin-top: -3px;
}

/* line 65, ../sass/_components.scss */
.panel-footer {
  background: #fafafa;
  border-top: 0px;
}

/* line 70, ../sass/_components.scss */
.panel-default .panel-sub-title {
  color: inherit;
}

/* line 74, ../sass/_components.scss */
.panel-color .panel-title {
  color: #ffffff;
}

/* line 79, ../sass/_components.scss */
.panel-primary > .panel-heading {
  background-color: #1c5494;
}

/* line 83, ../sass/_components.scss */
.panel-success > .panel-heading {
  background-color: #3BB104;
}

/* line 87, ../sass/_components.scss */
.panel-info > .panel-heading {
  background-color: #144381;
}

/* line 91, ../sass/_components.scss */
.panel-warning > .panel-heading {
  background-color: #ffaa00;
}

/* line 95, ../sass/_components.scss */
.panel-danger > .panel-heading {
  background-color: #A1382E;
}

/* line 99, ../sass/_components.scss */
.panel-purple > .panel-heading {
  background-color: #7266ba;
}

/* line 103, ../sass/_components.scss */
.panel-pink > .panel-heading {
  background-color: #f76397;
}

/* line 107, ../sass/_components.scss */
.panel-inverse > .panel-heading {
  background-color: #4c5667;
}

/* line 111, ../sass/_components.scss */
.panel-border {
  border-radius: 5px;
}

/* line 115, ../sass/_components.scss */
.panel-border .panel-heading {
  background-color: #ffffff;
  border-top: 3px solid #ccc !important;
  border-radius: 5px;
  padding: 10px 20px 0px;
}

/* line 122, ../sass/_components.scss */
.panel-border .panel-body {
  padding: 15px 20px 20px 20px;
}

/* line 126, ../sass/_components.scss */
.panel-border.panel-primary .panel-heading {
  border-color: #1c5494 !important;
  color: #1c5494 !important;
}

/* line 131, ../sass/_components.scss */
.panel-border.panel-success .panel-heading {
  border-color: #3BB104 !important;
  color: #3BB104 !important;
}

/* line 136, ../sass/_components.scss */
.panel-border.panel-info .panel-heading {
  border-color: #144381 !important;
  color: #144381 !important;
}

/* line 141, ../sass/_components.scss */
.panel-border.panel-warning .panel-heading {
  border-color: #ffaa00 !important;
  color: #ffaa00 !important;
}

/* line 146, ../sass/_components.scss */
.panel-border.panel-danger .panel-heading {
  border-color: #A1382E !important;
  color: #A1382E !important;
}

/* line 151, ../sass/_components.scss */
.panel-border.panel-purple .panel-heading {
  border-color: #7266ba !important;
  color: #7266ba !important;
}

/* line 156, ../sass/_components.scss */
.panel-border.panel-pink .panel-heading {
  border-color: #f76397 !important;
  color: #f76397 !important;
}

/* line 161, ../sass/_components.scss */
.panel-border.panel-inverse .panel-heading {
  border-color: #4c5667 !important;
  color: #4c5667 !important;
}

/* line 170, ../sass/_components.scss */
.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\f067';
}
/* line 175, ../sass/_components.scss */
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\f067';
}
/* line 179, ../sass/_components.scss */
.panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block;
}
/* line 181, ../sass/_components.scss */
.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
/* line 191, ../sass/_components.scss */
.panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}
/* line 193, ../sass/_components.scss */
.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
/* line 205, ../sass/_components.scss */
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
/* line 210, ../sass/_components.scss */
.panel-group .panel-heading {
  padding: 12px 26px;
}

/* line 216, ../sass/_components.scss */
.panel-group.panel-group-joined .panel + .panel {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
}

/* line 224, ../sass/_components.scss */
.panel-group-joined .panel-group .panel + .panel {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
}

/* ===========
   Portlets
 =============*/
/* line 235, ../sass/_components.scss */
.portlet {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06), 0 2px 0px 0 rgba(0, 0, 0, 0.02);
  background: #ffffff;
  margin-bottom: 20px;
  transition: all 0.4s;
  border-radius: 5px;
}
/* line 241, ../sass/_components.scss */
.portlet .portlet-heading {
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #ffffff;
  padding: 12px 20px;
}
/* line 248, ../sass/_components.scss */
.portlet .portlet-heading .portlet-title {
  color: #ffffff;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
/* line 258, ../sass/_components.scss */
.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}
/* line 266, ../sass/_components.scss */
.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}
/* line 270, ../sass/_components.scss */
.portlet .portlet-heading a {
  color: #999999;
}
/* line 274, ../sass/_components.scss */
.portlet .portlet-body {
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}

/* line 283, ../sass/_components.scss */
.portlet-default .portlet-title {
  color: #797979 !important;
}

/* line 287, ../sass/_components.scss */
.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
  content: "\f217" !important;
}

/* line 291, ../sass/_components.scss */
.portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
  color: #ffffff;
}

/* line 295, ../sass/_components.scss */
.panel-disabled {
  background: rgba(243, 242, 241, 0.5);
  cursor: progress;
  bottom: 15px;
  left: 0px;
  position: absolute;
  right: -5px;
  top: 0;
}

/* line 305, ../sass/_components.scss */
.loader-1 {
  -moz-animation: loaderAnimate 1000ms linear infinite;
  -o-animation: loaderAnimate 1000ms linear infinite;
  -webkit-animation: loaderAnimate 1000ms linear infinite;
  animation: loaderAnimate 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
/* line 318, ../sass/_components.scss */
.loader-1:after {
  -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
  -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
  animation: loaderAnimate2 1000ms ease-in-out infinite;
  border-radius: 50%;
  clip: rect(0, 30px, 30px, 15px);
  content: '';
  height: 30px;
  position: absolute;
  width: 30px;
}

/* ===========
   Progressbars
 =============*/
/* line 337, ../sass/_components.scss */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #f5f5f5;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}

/* line 346, ../sass/_components.scss */
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

/* line 353, ../sass/_components.scss */
.progress.progress-sm {
  height: 5px !important;
}
/* line 355, ../sass/_components.scss */
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

/* line 361, ../sass/_components.scss */
.progress.progress-md {
  height: 15px !important;
}
/* line 363, ../sass/_components.scss */
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

/* line 369, ../sass/_components.scss */
.progress.progress-lg {
  height: 20px !important;
}
/* line 371, ../sass/_components.scss */
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

/* line 377, ../sass/_components.scss */
.progress-bar-primary {
  background-color: #1c5494;
}

/* line 381, ../sass/_components.scss */
.progress-bar-success {
  background-color: #3BB104;
}

/* line 385, ../sass/_components.scss */
.progress-bar-info {
  background-color: #144381;
}

/* line 389, ../sass/_components.scss */
.progress-bar-warning {
  background-color: #ffaa00;
}

/* line 393, ../sass/_components.scss */
.progress-bar-danger {
  background-color: #A1382E;
}

/* line 397, ../sass/_components.scss */
.progress-bar-inverse {
  background-color: #4c5667;
}

/* line 401, ../sass/_components.scss */
.progress-bar-purple {
  background-color: #7266ba;
}

/* line 405, ../sass/_components.scss */
.progress-bar-pink {
  background-color: #f76397;
}

/* line 409, ../sass/_components.scss */
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}

/* ===========
   Tables
 =============*/
/* line 422, ../sass/_components.scss */
.table {
  margin-bottom: 10px;
}

/* line 425, ../sass/_components.scss */
tbody {
  color: #424242;
}

/* line 428, ../sass/_components.scss */
th {
  color: #666666;
  font-size: 15px;
}

/* line 432, ../sass/_components.scss */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #f3f3f3;
}

/* line 435, ../sass/_components.scss */
.table > thead > tr > th {
  border-bottom: 2px solid #f3f3f3;
}

/* line 439, ../sass/_components.scss */
.table > tbody > tr.success > td, .table > tbody > tr.success > th,
.table > tbody > tr > td.success, .table > tbody > tr > th.success,
.table > tfoot > tr.success > td, .table > tfoot > tr.success > th,
.table > tfoot > tr > td.success, .table > tfoot > tr > th.success,
.table > thead > tr.success > td, .table > thead > tr.success > th,
.table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: rgba(59, 177, 4, 0.15);
}

/* line 447, ../sass/_components.scss */
.table > tbody > tr.info > td, .table > tbody > tr.info > th,
.table > tbody > tr > td.info, .table > tbody > tr > th.info,
.table > tfoot > tr.info > td, .table > tfoot > tr.info > th,
.table > tfoot > tr > td.info, .table > tfoot > tr > th.info,
.table > thead > tr.info > td, .table > thead > tr.info > th,
.table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: rgba(20, 67, 129, 0.15);
}

/* line 456, ../sass/_components.scss */
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th,
.table > tbody > tr > td.warning, .table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning,
.table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: rgba(255, 170, 0, 0.15);
}

/* line 465, ../sass/_components.scss */
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th,
.table > tbody > tr > td.danger, .table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger,
.table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: rgba(161, 56, 46, 0.15);
}

/* line 476, ../sass/_components.scss */
table.focus-on tbody tr.focused th {
  background-color: #1c5494;
  color: #ffffff;
}
/* line 480, ../sass/_components.scss */
table.focus-on tbody tr.focused td {
  background-color: #1c5494;
  color: #ffffff;
}

/* line 490, ../sass/_components.scss */
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

/* line 497, ../sass/_components.scss */
.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}

/* Data table */
/* line 509, ../sass/_components.scss */
#datatable-editable .actions a {
  padding: 5px;
}
/* line 513, ../sass/_components.scss */
#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%;
}
/* line 517, ../sass/_components.scss */
#datatable-editable .fa-trash-o {
  color: #A1382E;
}
/* line 520, ../sass/_components.scss */
#datatable-editable .fa-times {
  color: #A1382E;
}
/* line 523, ../sass/_components.scss */
#datatable-editable .fa-pencil {
  color: #29b6f6;
}
/* line 526, ../sass/_components.scss */
#datatable-editable .fa-save {
  color: #33b86c;
}

/* line 532, ../sass/_components.scss */
#datatable td {
  font-weight: normal;
}

/* line 538, ../sass/_components.scss */
div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}

/* line 543, ../sass/_components.scss */
div.dataTables_info {
  padding-top: 38px;
}

/* line 547, ../sass/_components.scss */
.dt-buttons {
  float: left;
}

/* line 550, ../sass/_components.scss */
div#datatable-buttons_info {
  float: left;
}

/* Fixed Header */
/* line 554, ../sass/_components.scss */
.fixedHeader-floating {
  top: 70px !important;
}

/* Key table */
/* line 558, ../sass/_components.scss */
table.dataTable th.focus,
table.dataTable td.focus {
  outline: 3px solid #1c5494 !important;
  outline-offset: -1px;
}

/* line 564, ../sass/_components.scss */
.table-rep-plugin .table-responsive {
  border: none !important;
}
/* line 568, ../sass/_components.scss */
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}
/* line 573, ../sass/_components.scss */
.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}
/* line 576, ../sass/_components.scss */
.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
/* line 580, ../sass/_components.scss */
.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
/* line 596, ../sass/_components.scss */
.table-rep-plugin .checkbox-row label::after {
  color: #424242;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}
/* line 610, ../sass/_components.scss */
.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
/* line 616, ../sass/_components.scss */
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
/* line 621, ../sass/_components.scss */
.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
/* line 627, ../sass/_components.scss */
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  content: "\F12C";
  font-family: 'Material Design Icons';
}
/* line 633, ../sass/_components.scss */
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
/* line 639, ../sass/_components.scss */
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
  background-color: #1c5494;
  border-color: #1c5494;
}
/* line 643, ../sass/_components.scss */
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* =============
     Form elements
  ============= */
/* line 655, ../sass/_components.scss */
.error {
  color: #A1382E;
  font-size: 12px;
  font-weight: 500;
}

/* line 660, ../sass/_components.scss */
.parsley-error {
  border-color: #A1382E !important;
}

/* line 663, ../sass/_components.scss */
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

/* line 668, ../sass/_components.scss */
.parsley-errors-list.filled {
  display: block;
}

/* line 671, ../sass/_components.scss */
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f6504d;
}

/* Datepicker */
/* line 678, ../sass/_components.scss */
.datepicker {
  padding: 8px;
}
/* line 680, ../sass/_components.scss */
.datepicker th {
  font-size: 14px !important;
}

/* line 684, ../sass/_components.scss */
.datepicker table tr td.today, .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

/* line 692, ../sass/_components.scss */
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #1c5494;
}

/* line 704, ../sass/_components.scss */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #1c5494 !important;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 711, ../sass/_components.scss */
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background-color: #fafafa;
}

/* line 714, ../sass/_components.scss */
.datepicker-inline {
  border: 2px solid #eeeeee;
}

/* line 717, ../sass/_components.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #1c5494;
  border-color: #1c5494;
}

/* line 721, ../sass/_components.scss */
.daterangepicker .input-mini.active {
  border: 1px solid #AAAAAA;
}

/* line 724, ../sass/_components.scss */
.daterangepicker .ranges li {
  border-radius: 5px;
  color: #797979;
  font-weight: 600;
  font-size: 12px;
}

/* line 730, ../sass/_components.scss */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid #e3e3e3;
  padding: 2px;
  width: 60px;
}

/* line 736, ../sass/_components.scss */
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #1c5494;
  border: 1px solid #1c5494;
}

/* line 741, ../sass/_components.scss */
.search-input {
  margin-bottom: 10px;
}

/* line 744, ../sass/_components.scss */
.ms-selectable {
  box-shadow: none;
  outline: none !important;
}

/* line 749, ../sass/_components.scss */
.ms-container .ms-list.ms-focus {
  box-shadow: none;
}
/* line 753, ../sass/_components.scss */
.ms-container .ms-selectable li.ms-hover {
  background-color: #1c5494;
}
/* line 758, ../sass/_components.scss */
.ms-container .ms-selection li.ms-hover {
  background-color: #1c5494;
}

/* line 764, ../sass/_components.scss */
.note-editor {
  border: 1px solid #eeeeee;
  position: relative;
}
/* line 767, ../sass/_components.scss */
.note-editor .note-toolbar {
  background-color: rgba(152, 166, 173, 0.1);
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}
/* line 772, ../sass/_components.scss */
.note-editor .note-statusbar {
  background-color: #ffffff;
}
/* line 774, ../sass/_components.scss */
.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

/* line 784, ../sass/_components.scss */
.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}

/* line 790, ../sass/_components.scss */
.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* Timepicker */
/* line 799, ../sass/_components.scss */
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #1c5494;
  text-decoration: none;
}

/* line 812, ../sass/_components.scss */
.editor-horizontal .popover-content {
  padding: 9px 30px;
}

/* line 818, ../sass/_components.scss */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #1c5494 !important;
  background-image: none;
  box-shadow: none;
}

/* Dropzone */
/* line 825, ../sass/_components.scss */
.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 6px;
}
/* line 831, ../sass/_components.scss */
.dropzone .dz-message {
  font-size: 30px;
}

/* ===========
   Calendar
 =============*/
/* line 840, ../sass/_components.scss */
.calendar {
  float: left;
  margin-bottom: 0px;
}

/* line 845, ../sass/_components.scss */
.none-border .modal-footer {
  border-top: none;
}

/* line 850, ../sass/_components.scss */
.fc-toolbar {
  margin-bottom: 5px;
}
/* line 852, ../sass/_components.scss */
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 860, ../sass/_components.scss */
.fc-day {
  background: #ffffff;
}

/* line 864, ../sass/_components.scss */
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

/* line 870, ../sass/_components.scss */
.fc-widget-header {
  border: 1px solid #d5d5d5;
}

/* line 874, ../sass/_components.scss */
.fc-widget-content {
  border: 1px solid #d5d5d5;
}

/* line 879, ../sass/_components.scss */
.fc th.fc-widget-header {
  background: #dddddd;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}

/* line 888, ../sass/_components.scss */
.fc-button {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #555555;
  text-transform: capitalize;
}

/* line 895, ../sass/_components.scss */
.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}

/* line 900, ../sass/_components.scss */
.fc-state-hover {
  background: #F5F5F5;
}

/* line 904, ../sass/_components.scss */
.fc-state-highlight {
  background: #f0f0f0;
}

/* line 908, ../sass/_components.scss */
.fc-cell-overlay {
  background: #f0f0f0;
}

/* line 913, ../sass/_components.scss */
.fc-unthemed .fc-today {
  background: #ffffff;
}

/* line 918, ../sass/_components.scss */
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

/* line 928, ../sass/_components.scss */
.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

/* line 937, ../sass/_components.scss */
.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}
/* line 941, ../sass/_components.scss */
.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

/* ===========
   Widgets
 =============*/
/* line 952, ../sass/_components.scss */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
/* line 957, ../sass/_components.scss */
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}
/* line 963, ../sass/_components.scss */
.inbox-widget .inbox-item img {
  width: 40px;
}
/* line 966, ../sass/_components.scss */
.inbox-widget .inbox-item .inbox-item-author {
  color: #333333;
  display: block;
  margin: 0;
}
/* line 971, ../sass/_components.scss */
.inbox-widget .inbox-item .inbox-item-text {
  color: #a0a0a0;
  display: block;
  font-size: 12px;
  margin: 0;
}
/* line 977, ../sass/_components.scss */
.inbox-widget .inbox-item .inbox-item-date {
  color: #a9a9a9;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}

/* line 987, ../sass/_components.scss */
.conversation-list {
  list-style: none;
  max-height: 330px;
  padding: 0px 20px;
}
/* line 991, ../sass/_components.scss */
.conversation-list li {
  margin-bottom: 24px;
}
/* line 994, ../sass/_components.scss */
.conversation-list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 40px;
}
/* line 999, ../sass/_components.scss */
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}
/* line 1003, ../sass/_components.scss */
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}
/* line 1008, ../sass/_components.scss */
.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f5f5f5;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  position: relative;
}
/* line 1016, ../sass/_components.scss */
.conversation-list .ctext-wrap i {
  color: #1a2942;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
/* line 1024, ../sass/_components.scss */
.conversation-list .ctext-wrap p {
  margin: 0px;
  padding-top: 3px;
}
/* line 1028, ../sass/_components.scss */
.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 242, 239, 0);
  border-right-color: #f5f5f5;
  border-width: 5px;
  margin-top: -5px;
}
/* line 1043, ../sass/_components.scss */
.conversation-list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}
/* line 1051, ../sass/_components.scss */
.conversation-list .odd .chat-avatar {
  float: right !important;
}
/* line 1054, ../sass/_components.scss */
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}
/* line 1060, ../sass/_components.scss */
.conversation-list .odd .ctext-wrap {
  background: #e8e9ec !important;
}
/* line 1062, ../sass/_components.scss */
.conversation-list .odd .ctext-wrap i {
  color: #acacac;
}
/* line 1065, ../sass/_components.scss */
.conversation-list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: #e8e9ec !important;
  left: 100% !important;
  top: 20% !important;
}

/* line 1075, ../sass/_components.scss */
.chat-send {
  padding-left: 0px;
  padding-right: 30px;
}
/* line 1078, ../sass/_components.scss */
.chat-send button {
  width: 100%;
}

/* line 1083, ../sass/_components.scss */
.chat-inputbar {
  padding-left: 30px;
}

/* line 1087, ../sass/_components.scss */
#todo-message {
  font-size: 16px;
}

/* line 1093, ../sass/_components.scss */
.todo-list li {
  border: 0px;
  margin: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: transparent !important;
}
/* line 1099, ../sass/_components.scss */
.todo-list li:last-of-type {
  border-bottom: none;
}

/* line 1105, ../sass/_components.scss */
.todo-send {
  padding-left: 0px;
}

/* Widget-chart */
/* line 1112, ../sass/_components.scss */
.widget-chart ul li {
  width: 31.5%;
  display: inline-block;
  padding: 0px;
}

/* line 1121, ../sass/_components.scss */
.widget-panel {
  padding: 30px 20px;
  padding-left: 30px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}
/* line 1128, ../sass/_components.scss */
.widget-panel i {
  font-size: 60px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  line-height: 60px;
}

/* line 1140, ../sass/_components.scss */
.widget-user {
  min-height: 112px;
}
/* line 1142, ../sass/_components.scss */
.widget-user img {
  height: 72px;
  float: left;
}
/* line 1147, ../sass/_components.scss */
.widget-user .wid-u-info {
  margin-left: 90px;
}
/* line 1150, ../sass/_components.scss */
.widget-user .wid-u-info p {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1160, ../sass/_components.scss */
.widget-simple-chart .circliful-chart {
  float: left;
  margin-top: -5px;
}

/* line 1167, ../sass/_components.scss */
.widget-icon i {
  float: left;
  font-size: 48px;
}
/* line 1171, ../sass/_components.scss */
.widget-icon .wid-icon-info {
  margin-left: 80px;
}

/* Pagination/ Pager */
/* line 5, ../sass/components/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 11, ../sass/components/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 17, ../sass/components/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  color: #636e7b;
}

/* line 22, ../sass/components/_pagination.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}

/* line 29, ../sass/components/_pagination.scss */
.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

/* line 35, ../sass/components/_pagination.scss */
.pagination-split li:first-child {
  margin-left: 0;
}

/* line 39, ../sass/components/_pagination.scss */
.pagination-split li a {
  border-radius: 5px;
}

/* line 43, ../sass/components/_pagination.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1c5494;
  border-color: #1c5494;
}

/* line 52, ../sass/components/_pagination.scss */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  opacity: 0.6;
}

/* line 56, ../sass/components/_pagination.scss */
.pager li > a, .pager li > span {
  border-radius: 5px;
  color: #4c5667;
}

/** needed for materialdesignicons and boostrap*/
/* line 4, ../sass/components/_icons.scss */
i.mdi::before,
span.mdi::before,
a.mdi::before,
button.mdi::before {
  font-size: 18px;
  line-height: 9px;
}

/* line 13, ../sass/components/_icons.scss */
.mdi-32px::before {
  font-size: 32px !important;
  line-height: 16px !important;
}

/* line 18, ../sass/components/_icons.scss */
.mdi-48px::before {
  font-size: 48px !important;
  line-height: 24px !important;
}

/* line 22, ../sass/components/_icons.scss */
.mdi-64px::before {
  font-size: 64px !important;
  line-height: 24px !important;
}

/* line 26, ../sass/components/_icons.scss */
.mdi-128px::before {
  font-size: 128px !important;
  line-height: 64px !important;
}

/* line 30, ../sass/components/_icons.scss */
.mdi-96px::before {
  font-size: 96px !important;
  line-height: 64px !important;
}

/* line 34, ../sass/components/_icons.scss */
.btn .mdi::before {
  position: relative;
  top: 2px;
}

/* line 38, ../sass/components/_icons.scss */
.btn-xs .mdi::before {
  font-size: 18px;
  top: 3px;
}

/* line 42, ../sass/components/_icons.scss */
.btn-sm .mdi::before {
  font-size: 18px;
  top: 3px;
}

/* line 46, ../sass/components/_icons.scss */
.dropdown-menu .mdi {
  width: 18px;
}

/* line 49, ../sass/components/_icons.scss */
.dropdown-menu .mdi::before {
  position: relative;
  top: 4px;
  left: -8px;
}

/* line 54, ../sass/components/_icons.scss */
.nav .mdi::before {
  position: relative;
  top: 4px;
}

/* line 58, ../sass/components/_icons.scss */
.nav-pills2 .mdi::before {
  position: relative;
  top: 2px;
}

/* line 62, ../sass/components/_icons.scss */
.navbar .navbar-toggle .mdi::before {
  position: relative;
  top: 4px;
  color: #FFF;
}

/* line 67, ../sass/components/_icons.scss */
.breadcrumb .mdi::before {
  position: relative;
  top: 4px;
}

/* line 71, ../sass/components/_icons.scss */
.breadcrumb a:hover {
  text-decoration: none;
}

/* line 74, ../sass/components/_icons.scss */
.breadcrumb a:hover span {
  text-decoration: underline;
}

/* line 77, ../sass/components/_icons.scss */
.alert .mdi::before {
  position: relative;
  top: 4px;
  margin-right: 2px;
}

/* line 82, ../sass/components/_icons.scss */
.input-group-addon .mdi::before {
  position: relative;
  top: 3px;
}

/* line 86, ../sass/components/_icons.scss */
.navbar-brand .mdi::before {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

/* line 91, ../sass/components/_icons.scss */
.list-group-item .mdi::before {
  position: relative;
  top: 3px;
  left: -3px;
}

/* line 97, ../sass/components/_icons.scss */
.icon-grey::before {
  color: #757575;
}

/* line 101, ../sass/components/_icons.scss */
.icon-primary::before {
  color: #1c5494;
}

/* line 104, ../sass/components/_icons.scss */
.icon-red::before {
  color: #A1382E;
}

/* line 107, ../sass/components/_icons.scss */
.icon-green::before {
  color: #3BB104;
}

/* line 113, ../sass/components/_icons.scss */
td span.mdi::before {
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 0.3em;
}

/* line 119, ../sass/components/_icons.scss */
.vue-wysiwyg-icon {
  font-size: 24px;
}

/* line 122, ../sass/components/_icons.scss */
.vue-wysiwyg-icon::before {
  font-size: 20px !important;
  line-height: 10px !important;
  color: #616161;
}

/* line 4, ../sass/components/_buttons.scss */
.btn, .btn-no-waves {
  border-radius: 3px;
  padding: 6px 14px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12);
}

/* line 10, ../sass/components/_buttons.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px !important;
  font-size: 16px;
}

/* line 14, ../sass/components/_buttons.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px !important;
}

/* line 17, ../sass/components/_buttons.scss */
.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px !important;
}

/* line 20, ../sass/components/_buttons.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}

/* line 23, ../sass/components/_buttons.scss */
.btn-group .btn-no-waves + .btn-no-waves, .btn-group .btn-no-waves + .btn-group, .btn-group .btn-group + .btn-no-waves, .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}

/* line 26, ../sass/components/_buttons.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

/* line 30, ../sass/components/_buttons.scss */
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
  color: #ffffff !important;
}

/* line 33, ../sass/components/_buttons.scss */
.btn-default.grey-bg {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100% #efefef));
  background-image: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #efefef 100%);
  background-image: linear-gradient(top, #fff 0%, #efefef 100%);
  border: 1px solid #e0e0e0 !important;
}

/* line 38, ../sass/components/_buttons.scss */
.btn-default.active.grey-bg, .btn-default.grey-bg:active, .btn-default.grey-bg:hover {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100% #e8e8e8));
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  background-image: linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
}

/* line 42, ../sass/components/_buttons.scss */
.btn-default {
  background-color: #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100% #e0e0e0));
  background-image: -webkit-linear-gradient(top, #ededed 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #ededed 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #ededed 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ededed 0%, #e0e0e0 100%);
  background-image: linear-gradient(top, #ededed 0%, #e0e0e0 100%);
  border: 1px solid #e0e0e0 !important;
}

/* line 47, ../sass/components/_buttons.scss */
.btn-default.active, .btn-default:active, .btn-default:hover {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100% #e8e8e8));
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
  background-image: linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
}

/* line 51, ../sass/components/_buttons.scss */
.btn-primary {
  background-color: #1c5494;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #246cbf), color-stop(100% #1c5494));
  background-image: -webkit-linear-gradient(top, #246cbf 0%, #1c5494 100%);
  background-image: -moz-linear-gradient(top, #246cbf 0%, #1c5494 100%);
  background-image: -ms-linear-gradient(top, #246cbf 0%, #1c5494 100%);
  background-image: -o-linear-gradient(top, #246cbf 0%, #1c5494 100%);
  background-image: linear-gradient(top, #246cbf 0%, #1c5494 100%);
  border: 1px solid #1c5494 !important;
}

/* line 55, ../sass/components/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  background-color: #2060a9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2879d4), color-stop(100% #2060a9));
  background-image: -webkit-linear-gradient(top, #2879d4 0%, #2060a9 100%);
  background-image: -moz-linear-gradient(top, #2879d4 0%, #2060a9 100%);
  background-image: -ms-linear-gradient(top, #2879d4 0%, #2060a9 100%);
  background-image: -o-linear-gradient(top, #2879d4 0%, #2060a9 100%);
  background-image: linear-gradient(top, #2879d4 0%, #2060a9 100%);
}

/* line 59, ../sass/components/_buttons.scss */
.btn-success {
  background-color: #3BB104;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43ca05), color-stop(100% #3BB104));
  background-image: -webkit-linear-gradient(top, #43ca05 0%, #3BB104 100%);
  background-image: -moz-linear-gradient(top, #43ca05 0%, #3BB104 100%);
  background-image: -ms-linear-gradient(top, #43ca05 0%, #3BB104 100%);
  background-image: -o-linear-gradient(top, #43ca05 0%, #3BB104 100%);
  background-image: linear-gradient(top, #43ca05 0%, #3BB104 100%);
  border: 1px solid #3BB104 !important;
}

/* line 63, ../sass/components/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  background-color: #43ca05;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48d905), color-stop(100% #40c004));
  background-image: -webkit-linear-gradient(top, #48d905 0%, #40c004 100%);
  background-image: -moz-linear-gradient(top, #48d905 0%, #40c004 100%);
  background-image: -ms-linear-gradient(top, #48d905 0%, #40c004 100%);
  background-image: -o-linear-gradient(top, #48d905 0%, #40c004 100%);
  background-image: linear-gradient(top, #48d905 0%, #40c004 100%);
}

/* line 67, ../sass/components/_buttons.scss */
.btn-info {
  background-color: #144381;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b5aad), color-stop(100% #144381));
  background-image: -webkit-linear-gradient(top, #1b5aad 0%, #144381 100%);
  background-image: -moz-linear-gradient(top, #1b5aad 0%, #144381 100%);
  background-image: -ms-linear-gradient(top, #1b5aad 0%, #144381 100%);
  background-image: -o-linear-gradient(top, #1b5aad 0%, #144381 100%);
  background-image: linear-gradient(top, #1b5aad 0%, #144381 100%);
  border: 1px solid #144381 !important;
}

/* line 72, ../sass/components/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  background-color: #123c74;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f315e), color-stop(100% #123c74));
  background-image: -webkit-linear-gradient(top, #0f315e 0%, #123c74 100%);
  background-image: -moz-linear-gradient(top, #0f315e 0%, #123c74 100%);
  background-image: -ms-linear-gradient(top, #0f315e 0%, #123c74 100%);
  background-image: -o-linear-gradient(top, #0f315e 0%, #123c74 100%);
  background-image: linear-gradient(top, #0f315e 0%, #123c74 100%);
}

/* line 77, ../sass/components/_buttons.scss */
.btn-warning {
  background-color: #ffaa00;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb31a), color-stop(100% #ffaa00));
  background-image: -webkit-linear-gradient(top, #ffb31a 0%, #ffaa00 100%);
  background-image: -moz-linear-gradient(top, #ffb31a 0%, #ffaa00 100%);
  background-image: -ms-linear-gradient(top, #ffb31a 0%, #ffaa00 100%);
  background-image: -o-linear-gradient(top, #ffb31a 0%, #ffaa00 100%);
  background-image: linear-gradient(top, #ffb31a 0%, #ffaa00 100%);
  border: 1px solid #ffaa00 !important;
}

/* line 81, ../sass/components/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  background-color: #ffaf0f;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc042), color-stop(100% #ffb31a));
  background-image: -webkit-linear-gradient(top, #ffc042 0%, #ffb31a 100%);
  background-image: -moz-linear-gradient(top, #ffc042 0%, #ffb31a 100%);
  background-image: -ms-linear-gradient(top, #ffc042 0%, #ffb31a 100%);
  background-image: -o-linear-gradient(top, #ffc042 0%, #ffb31a 100%);
  background-image: linear-gradient(top, #ffc042 0%, #ffb31a 100%);
}

/* line 86, ../sass/components/_buttons.scss */
.btn-danger {
  background-color: #A1382E;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7473b), color-stop(100% #A1382E));
  background-image: -webkit-linear-gradient(top, #c7473b 0%, #A1382E 100%);
  background-image: -moz-linear-gradient(top, #c7473b 0%, #A1382E 100%);
  background-image: -ms-linear-gradient(top, #c7473b 0%, #A1382E 100%);
  background-image: -o-linear-gradient(top, #c7473b 0%, #A1382E 100%);
  background-image: linear-gradient(top, #c7473b 0%, #A1382E 100%);
  border: 1px solid #A1382E !important;
}

/* line 91, ../sass/components/_buttons.scss */
.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  background-color: #95342b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #812d25), color-stop(100% #95342b));
  background-image: -webkit-linear-gradient(top, #812d25 0%, #95342b 100%);
  background-image: -moz-linear-gradient(top, #812d25 0%, #95342b 100%);
  background-image: -ms-linear-gradient(top, #812d25 0%, #95342b 100%);
  background-image: -o-linear-gradient(top, #812d25 0%, #95342b 100%);
  background-image: linear-gradient(top, #812d25 0%, #95342b 100%);
}

/* line 96, ../sass/components/_buttons.scss */
.btn-inverse {
  background-color: #4c5667;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626f84), color-stop(100% #4c5667));
  background-image: -webkit-linear-gradient(top, #626f84 0%, #4c5667 100%);
  background-image: -moz-linear-gradient(top, #626f84 0%, #4c5667 100%);
  background-image: -ms-linear-gradient(top, #626f84 0%, #4c5667 100%);
  background-image: -o-linear-gradient(top, #626f84 0%, #4c5667 100%);
  background-image: linear-gradient(top, #626f84 0%, #4c5667 100%);
  border: 1px solid #4c5667 !important;
}

/* line 101, ../sass/components/_buttons.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
  background-color: #464f5e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b4250), color-stop(100% #464f5e));
  background-image: -webkit-linear-gradient(top, #3b4250 0%, #464f5e 100%);
  background-image: -moz-linear-gradient(top, #3b4250 0%, #464f5e 100%);
  background-image: -ms-linear-gradient(top, #3b4250 0%, #464f5e 100%);
  background-image: -o-linear-gradient(top, #3b4250 0%, #464f5e 100%);
  background-image: linear-gradient(top, #3b4250 0%, #464f5e 100%);
}

/* line 106, ../sass/components/_buttons.scss */
.btn-purple {
  background-color: #7266ba;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9289ca), color-stop(100% #7266ba));
  background-image: -webkit-linear-gradient(top, #9289ca 0%, #7266ba 100%);
  background-image: -moz-linear-gradient(top, #9289ca 0%, #7266ba 100%);
  background-image: -ms-linear-gradient(top, #9289ca 0%, #7266ba 100%);
  background-image: -o-linear-gradient(top, #9289ca 0%, #7266ba 100%);
  background-image: linear-gradient(top, #9289ca 0%, #7266ba 100%);
  border: 1px solid #7266ba !important;
}

/* line 110, ../sass/components/_buttons.scss */
.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #685bb5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a4daa), color-stop(100% #685bb5));
  background-image: -webkit-linear-gradient(top, #5a4daa 0%, #685bb5 100%);
  background-image: -moz-linear-gradient(top, #5a4daa 0%, #685bb5 100%);
  background-image: -ms-linear-gradient(top, #5a4daa 0%, #685bb5 100%);
  background-image: -o-linear-gradient(top, #5a4daa 0%, #685bb5 100%);
  background-image: linear-gradient(top, #5a4daa 0%, #685bb5 100%);
}

/* line 115, ../sass/components/_buttons.scss */
.btn-pink {
  background-color: #f76397;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f994b7), color-stop(100% #f76397));
  background-image: -webkit-linear-gradient(top, #f994b7 0%, #f76397 100%);
  background-image: -moz-linear-gradient(top, #f994b7 0%, #f76397 100%);
  background-image: -ms-linear-gradient(top, #f994b7 0%, #f76397 100%);
  background-image: -o-linear-gradient(top, #f994b7 0%, #f76397 100%);
  background-image: linear-gradient(top, #f994b7 0%, #f76397 100%);
  border: 1px solid #f76397 !important;
}

/* line 120, ../sass/components/_buttons.scss */
.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background-color: #f64b87 !important;
  background-color: #36a204;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e8903), color-stop(100% #36a204));
  background-image: -webkit-linear-gradient(top, #2e8903 0%, #36a204 100%);
  background-image: -moz-linear-gradient(top, #2e8903 0%, #36a204 100%);
  background-image: -ms-linear-gradient(top, #2e8903 0%, #36a204 100%);
  background-image: -o-linear-gradient(top, #2e8903 0%, #36a204 100%);
  background-image: linear-gradient(top, #2e8903 0%, #36a204 100%);
}

/* line 126, ../sass/components/_buttons.scss */
.btn-accent {
  color: #ffffff !important;
  background-color: #FAA616;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb948), color-stop(100% #FAA616));
  background-image: -webkit-linear-gradient(top, #fbb948 0%, #FAA616 100%);
  background-image: -moz-linear-gradient(top, #fbb948 0%, #FAA616 100%);
  background-image: -ms-linear-gradient(top, #fbb948 0%, #FAA616 100%);
  background-image: -o-linear-gradient(top, #fbb948 0%, #FAA616 100%);
  background-image: linear-gradient(top, #fbb948 0%, #FAA616 100%);
  border: 1px solid #FAA616 !important;
}
/* line 130, ../sass/components/_buttons.scss */
.btn-accent:active, .btn-accent:focus, .btn-accent:hover, .btn-accent .active, .btn-accent .focus {
  background-color: #faa007;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e29105), color-stop(100% #faa007));
  background-image: -webkit-linear-gradient(top, #e29105 0%, #faa007 100%);
  background-image: -moz-linear-gradient(top, #e29105 0%, #faa007 100%);
  background-image: -ms-linear-gradient(top, #e29105 0%, #faa007 100%);
  background-image: -o-linear-gradient(top, #e29105 0%, #faa007 100%);
  background-image: linear-gradient(top, #e29105 0%, #faa007 100%);
  border: 1px solid #f19a05 !important;
}

/* line 138, ../sass/components/_buttons.scss */
.btn.chapter-deduct.active, .btn-no-waves.chapter-deduct.active {
  background-color: #8d3128;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66231d), color-stop(100% #8d3128));
  background-image: -webkit-linear-gradient(top, #66231d 0%, #8d3128 100%);
  background-image: -moz-linear-gradient(top, #66231d 0%, #8d3128 100%);
  background-image: -ms-linear-gradient(top, #66231d 0%, #8d3128 100%);
  background-image: -o-linear-gradient(top, #66231d 0%, #8d3128 100%);
  background-image: linear-gradient(top, #66231d 0%, #8d3128 100%);
  font-weight: 700;
}

/* line 3, ../sass/components/_upload.scss */
.fileupload {
  overflow: hidden;
  position: relative;
}
/* line 6, ../sass/components/_upload.scss */
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 20, ../sass/components/_upload.scss */
#avatarUpload {
  margin: 2em;
  padding: 2em;
  border-radius: 5px;
  border: 2px dashed #6087b4;
}

/* line 27, ../sass/components/_upload.scss */
.upload-box {
  margin: 2em 0;
  padding: 2em;
  border-radius: 5px;
  border: 2px dashed #6087b4;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m$tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 248, ../sass/components/_upload.scss */
.upload-box, .upload-box * {
  box-sizing: border-box;
}

/* line 252, ../sass/components/_upload.scss */
.upload-box {
  min-height: 150px;
  background: white;
  padding: 20px 20px;
}

/* line 258, ../sass/components/_upload.scss */
.upload-box.dz-clickable {
  cursor: pointer;
}

/* line 262, ../sass/components/_upload.scss */
.upload-box.dz-clickable * {
  cursor: default;
}

/* line 266, ../sass/components/_upload.scss */
.upload-box.dz-clickable .dz-message, .upload-box.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 270, ../sass/components/_upload.scss */
.upload-box.dz-started .dz-message {
  display: none;
}

/* line 274, ../sass/components/_upload.scss */
.upload-box.dz-drag-hover {
  border-style: solid;
}

/* line 278, ../sass/components/_upload.scss */
.upload-box.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 282, ../sass/components/_upload.scss */
.upload-box .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 287, ../sass/components/_upload.scss */
.upload-box .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 295, ../sass/components/_upload.scss */
.upload-box .dz-preview:hover {
  z-index: 1000;
}

/* line 299, ../sass/components/_upload.scss */
.upload-box .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 303, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 309, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 313, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-image-preview {
  background: white;
}

/* line 317, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 325, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 333, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 337, ../sass/components/_upload.scss */
.upload-box .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 341, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 356, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 361, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 365, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 370, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 375, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 379, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-details .dz-filename span, .upload-box .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 5px;
}

/* line 385, ../sass/components/_upload.scss */
.upload-box .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 395, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 405, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-image img {
  display: block;
}

/* line 409, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 417, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 426, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-success-mark, .upload-box .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 438, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-success-mark svg, .upload-box .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 444, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 453, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 462, ../sass/components/_upload.scss */
.upload-box .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 470, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 5px;
  overflow: hidden;
}

/* line 487, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 502, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 506, ../sass/components/_upload.scss */
.upload-box .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 511, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #A1382E;
  padding: 0.5em 1.2em;
  color: white;
}

/* line 533, ../sass/components/_upload.scss */
.upload-box .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #A1382E;
}

/** sky */
/* line 14, ../sass/components/_colors.scss */
.text-sky {
  color: #62c5da;
}

/* line 17, ../sass/components/_colors.scss */
.background-sky {
  background-color: #62c5da;
}

/* line 20, ../sass/components/_colors.scss */
.icon-sky::before {
  color: #62c5da;
}

/* line 23, ../sass/components/_colors.scss */
.panel-sky > .panel-heading {
  background-color: #62c5da;
}

/* line 26, ../sass/components/_colors.scss */
.panel-border.panel-sky .panel-heading {
  background-color: #ffffff;
  border-color: #62c5da !important;
  color: #62c5da !important;
}

/** blue */
/* line 35, ../sass/components/_colors.scss */
.text-blue {
  color: #1c5494;
}

/* line 38, ../sass/components/_colors.scss */
.background-blue {
  background-color: #1c5494;
}

/* line 41, ../sass/components/_colors.scss */
.icon-blue::before {
  color: #1c5494;
}

/* line 44, ../sass/components/_colors.scss */
.panel-blue > .panel-heading {
  background-color: #1c5494;
}

/* line 47, ../sass/components/_colors.scss */
.panel-border.panel-blue .panel-heading {
  background-color: #ffffff;
  border-color: #1c5494 !important;
  color: #1c5494 !important;
}

/** green*/
/* line 54, ../sass/components/_colors.scss */
.text-green {
  color: #3BB104;
}

/* line 57, ../sass/components/_colors.scss */
.background-green {
  background-color: #3BB104;
}

/* line 60, ../sass/components/_colors.scss */
.icon-green::before {
  color: #3BB104;
}

/* line 63, ../sass/components/_colors.scss */
.panel-green > .panel-heading {
  background-color: #3BB104;
}

/* line 66, ../sass/components/_colors.scss */
.panel-border.panel-green .panel-heading {
  background-color: #ffffff;
  border-color: #3BB104 !important;
  color: #3BB104 !important;
}

/** yellow */
/* line 72, ../sass/components/_colors.scss */
.text-yellow {
  color: #d8ba00;
}

/* line 75, ../sass/components/_colors.scss */
.background-yellow {
  background-color: #d8ba00;
}

/* line 78, ../sass/components/_colors.scss */
.icon-orange::before {
  color: #d8ba00;
}

/* line 81, ../sass/components/_colors.scss */
.panel-yellow > .panel-heading {
  background-color: #d8ba00;
}

/* line 84, ../sass/components/_colors.scss */
.panel-border.panel-yellow .panel-heading {
  background-color: #ffffff;
  border-color: #d8ba00 !important;
  color: #d8ba00 !important;
}

/** orange */
/* line 91, ../sass/components/_colors.scss */
.text-orange {
  color: #ec850c;
}

/* line 94, ../sass/components/_colors.scss */
.background-orange {
  background-color: #ec850c;
}

/* line 97, ../sass/components/_colors.scss */
.icon-orange::before {
  color: #ec850c;
}

/* line 100, ../sass/components/_colors.scss */
.panel-orange > .panel-heading {
  background-color: #ec850c;
}

/* line 103, ../sass/components/_colors.scss */
.panel-border.panel-orange .panel-heading {
  background-color: #ffffff;
  border-color: #ec850c !important;
  color: #ec850c !important;
}

/** red */
/* line 110, ../sass/components/_colors.scss */
.text-red {
  color: #cf3b1f;
}

/* line 113, ../sass/components/_colors.scss */
.background-red {
  background-color: #cf3b1f;
}

/* line 116, ../sass/components/_colors.scss */
.icon-red::before {
  color: #cf3b1f;
}

/* line 119, ../sass/components/_colors.scss */
.panel-red > .panel-heading {
  background-color: #cf3b1f;
}

/* line 122, ../sass/components/_colors.scss */
.panel-border.panel-red .panel-heading {
  background-color: #ffffff;
  border-color: #cf3b1f !important;
  color: #cf3b1f !important;
}

/** pink */
/* line 130, ../sass/components/_colors.scss */
.text-pink {
  color: #f76397;
}

/* line 133, ../sass/components/_colors.scss */
.background-pink {
  background-color: #f76397;
}

/* line 136, ../sass/components/_colors.scss */
.icon-pink::before {
  color: #f76397;
}

/* line 139, ../sass/components/_colors.scss */
.panel-pink > .panel-heading {
  background-color: #f76397;
}

/* line 142, ../sass/components/_colors.scss */
.panel-border.panel-pink .panel-heading {
  background-color: #ffffff;
  border-color: #f76397 !important;
  color: #f76397 !important;
}

/** purple */
/* line 150, ../sass/components/_colors.scss */
.text-purple {
  color: #7266ba;
}

/* line 153, ../sass/components/_colors.scss */
.background-purple {
  background-color: #7266ba;
}

/* line 156, ../sass/components/_colors.scss */
.icon-purple::before {
  color: #7266ba;
}

/* line 159, ../sass/components/_colors.scss */
.panel-purple > .panel-heading {
  background-color: #62c5da;
}

/* line 162, ../sass/components/_colors.scss */
.panel-border.panel-purple .panel-heading {
  background-color: #ffffff;
  border-color: #7266ba !important;
  color: #7266ba !important;
}

/** brown */
/* line 170, ../sass/components/_colors.scss */
.text-brown {
  color: #3c270a;
}

/* line 173, ../sass/components/_colors.scss */
.background-brown {
  background-color: #3c270a;
}

/* line 176, ../sass/components/_colors.scss */
.icon-brown::before {
  color: #3c270a;
}

/* line 179, ../sass/components/_colors.scss */
.panel-brown > .panel-heading {
  background-color: #62c5da;
}

/* line 182, ../sass/components/_colors.scss */
.panel-border.panel-brown .panel-heading {
  background-color: #ffffff;
  border-color: #3c270a !important;
  color: #3c270a !important;
}

/* line 3, ../sass/components/_radio.scss */
.radio {
  padding-left: 20px;
}
/* line 5, ../sass/components/_radio.scss */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
/* line 9, ../sass/components/_radio.scss */
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
}
/* line 25, ../sass/components/_radio.scss */
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #424242;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
/* line 46, ../sass/components/_radio.scss */
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
/* line 51, ../sass/components/_radio.scss */
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
/* line 56, ../sass/components/_radio.scss */
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}
/* line 63, ../sass/components/_radio.scss */
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 71, ../sass/components/_radio.scss */
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

/* line 77, ../sass/components/_radio.scss */
.radio.radio-inline {
  margin-top: 0;
}

/* line 82, ../sass/components/_radio.scss */
.radio.radio-single label {
  height: 17px;
}

/* line 89, ../sass/components/_radio.scss */
.radio-primary input[type="radio"] + label::after {
  background-color: #1c5494;
}
/* line 94, ../sass/components/_radio.scss */
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #1c5494;
}
/* line 97, ../sass/components/_radio.scss */
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #1c5494;
}

/* line 105, ../sass/components/_radio.scss */
.radio-danger input[type="radio"] + label::after {
  background-color: #A1382E;
}
/* line 110, ../sass/components/_radio.scss */
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #A1382E;
}
/* line 113, ../sass/components/_radio.scss */
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #A1382E;
}

/* line 121, ../sass/components/_radio.scss */
.radio-info input[type="radio"] + label::after {
  background-color: #144381;
}
/* line 126, ../sass/components/_radio.scss */
.radio-info input[type="radio"]:checked + label::before {
  border-color: #144381;
}
/* line 129, ../sass/components/_radio.scss */
.radio-info input[type="radio"]:checked + label::after {
  background-color: #144381;
}

/* line 137, ../sass/components/_radio.scss */
.radio-warning input[type="radio"] + label::after {
  background-color: #ffaa00;
}
/* line 142, ../sass/components/_radio.scss */
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffaa00;
}
/* line 145, ../sass/components/_radio.scss */
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffaa00;
}

/* line 153, ../sass/components/_radio.scss */
.radio-success input[type="radio"] + label::after {
  background-color: #3BB104;
}
/* line 158, ../sass/components/_radio.scss */
.radio-success input[type="radio"]:checked + label::before {
  border-color: #3BB104;
}
/* line 161, ../sass/components/_radio.scss */
.radio-success input[type="radio"]:checked + label::after {
  background-color: #3BB104;
}

/* line 168, ../sass/components/_radio.scss */
.radio-purple input[type="radio"] + label::after {
  background-color: #7266ba;
}
/* line 173, ../sass/components/_radio.scss */
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #7266ba;
}
/* line 176, ../sass/components/_radio.scss */
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #7266ba;
}

/* line 183, ../sass/components/_radio.scss */
.radio-pink input[type="radio"] + label::after {
  background-color: #f76397;
}
/* line 188, ../sass/components/_radio.scss */
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #f76397;
}
/* line 191, ../sass/components/_radio.scss */
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #f76397;
}

/* line 198, ../sass/components/_radio.scss */
.radio-inverse input[type="radio"] + label::after {
  background-color: #4c5667;
}
/* line 203, ../sass/components/_radio.scss */
.radio-inverse input[type="radio"]:checked + label::before {
  border-color: #4c5667;
}
/* line 206, ../sass/components/_radio.scss */
.radio-inverse input[type="radio"]:checked + label::after {
  background-color: #4c5667;
}

/* ===========
   Checkbox and Radio
 =============*/
/* line 8, ../sass/components/_checkbox.scss */
.checkbox {
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 1px;
}
/* line 12, ../sass/components/_checkbox.scss */
.checkbox label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
}
/* line 16, ../sass/components/_checkbox.scss */
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 22px;
  outline: none !important;
}
/* line 32, ../sass/components/_checkbox.scss */
.checkbox label::after {
  color: #424242;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 22px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 22px;
}
/* line 47, ../sass/components/_checkbox.scss */
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
/* line 52, ../sass/components/_checkbox.scss */
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
/* line 57, ../sass/components/_checkbox.scss */
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
/* line 63, ../sass/components/_checkbox.scss */
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\F12C";
  font-family: 'Material Design Icons';
  font-size: 16px;
  font-weight: bold;
}
/* line 71, ../sass/components/_checkbox.scss */
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/* line 80, ../sass/components/_checkbox.scss */
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

/* line 86, ../sass/components/_checkbox.scss */
.checkbox.checkbox-inline {
  margin-top: 0;
}

/* line 91, ../sass/components/_checkbox.scss */
.checkbox.checkbox-single label {
  height: 17px;
}

/* line 98, ../sass/components/_checkbox.scss */
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #1c5494;
  border-color: #1c5494;
}
/* line 102, ../sass/components/_checkbox.scss */
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 110, ../sass/components/_checkbox.scss */
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #A1382E;
  border-color: #A1382E;
}
/* line 114, ../sass/components/_checkbox.scss */
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 122, ../sass/components/_checkbox.scss */
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #144381;
  border-color: #144381;
}
/* line 126, ../sass/components/_checkbox.scss */
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 134, ../sass/components/_checkbox.scss */
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffaa00;
  border-color: #ffaa00;
}
/* line 138, ../sass/components/_checkbox.scss */
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 146, ../sass/components/_checkbox.scss */
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #3BB104;
  border-color: #3BB104;
}
/* line 150, ../sass/components/_checkbox.scss */
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 157, ../sass/components/_checkbox.scss */
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}
/* line 161, ../sass/components/_checkbox.scss */
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 168, ../sass/components/_checkbox.scss */
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #f76397;
  border-color: #f76397;
}
/* line 172, ../sass/components/_checkbox.scss */
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 179, ../sass/components/_checkbox.scss */
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}
/* line 183, ../sass/components/_checkbox.scss */
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 1, ../sass/components/_editr.scss */
.editr {
  border: none !important;
  cursor: text;
}

/* line 6, ../sass/components/_editr.scss */
.editr--toolbar {
  background: none !important;
  border: none !important;
}

/* line 4, ../sass/components/_overviewBar.scss */
.overviewBarTop {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 20px;
}
/* line 11, ../sass/components/_overviewBar.scss */
.overviewBarTop .progress-bar {
  background: #757575;
  background: -webkit-linear-gradient(-90deg, #757575, #6f6f6f);
  background: linear-gradient(180deg, #757575, #6f6f6f);
  border-right: 1px solid #686868;
  border-left: 1px solid #7d7d7d;
  font-size: 12px;
  line-height: 20px;
}

/* line 21, ../sass/components/_overviewBar.scss */
.overviewBarBottom {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  height: 20px;
}

/* line 38, ../sass/components/_overviewBar.scss */
.overviewBarBottom .status-attended {
  border-right: 1px solid #339803;
  border-left: 1px solid #40c004;
  background-color: #3BB104;
  background: #3BB104;
  background: -webkit-linear-gradient(-90deg, #3BB104, #38a704);
  background: linear-gradient(180deg, #3BB104, #38a704);
}
/* line 42, ../sass/components/_overviewBar.scss */
.overviewBarBottom .status-unattended {
  border-right: 1px solid #8d3128;
  border-left: 1px solid #ad3c31;
  background-color: #A1382E;
  background: #A1382E;
  background: -webkit-linear-gradient(-90deg, #A1382E, #99352c);
  background: linear-gradient(180deg, #A1382E, #99352c);
}
/* line 46, ../sass/components/_overviewBar.scss */
.overviewBarBottom .status-unknown {
  border-right: 1px solid lightgray;
  border-left: 1px solid #e8e8e8;
  background-color: #e0e0e0;
  background: #e0e0e0;
  background: -webkit-linear-gradient(-90deg, #e0e0e0, #dbdbdb);
  background: linear-gradient(180deg, #e0e0e0, #dbdbdb);
}

/* line 54, ../sass/components/_overviewBar.scss */
.overviewBarBottom .progress-bar + .progress-bar {
  box-shadow: none;
}

/* line 14, ../sass/components/_timeline.scss */
.task-timeline {
  position: relative;
}
/* line 17, ../sass/components/_timeline.scss */
.task-timeline .item {
  padding: 12px 40px;
  position: relative;
  background-color: inherit;
}
/* line 24, ../sass/components/_timeline.scss */
.task-timeline .item::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #eeeeee;
  left: -5px;
  top: 5px;
  border-radius: 50%;
  z-index: 1;
}
/* line 36, ../sass/components/_timeline.scss */
.task-timeline .item-open::before {
  background-color: #bdbdbd;
}
/* line 40, ../sass/components/_timeline.scss */
.task-timeline .item-submitted::before {
  background-color: #3BB104;
}
/* line 43, ../sass/components/_timeline.scss */
.task-timeline .item-active::before {
  background-color: #3BB104;
}
/* line 47, ../sass/components/_timeline.scss */
.task-timeline .item-overdue::before {
  background-color: #A1382E;
}
/* line 51, ../sass/components/_timeline.scss */
.task-timeline .item-closed::before {
  background-color: #6E2E2E;
}
/* line 55, ../sass/components/_timeline.scss */
.task-timeline .item-evaluated::before {
  background-color: #3BB104;
}
/* line 59, ../sass/components/_timeline.scss */
.task-timeline .item-returned::before {
  background-color: #bdbdbd;
}

/* line 64, ../sass/components/_timeline.scss */
.task-timeline::before {
  background-color: #d8d9df;
  content: "";
  width: 2px;
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
}

/* Alerts */
/* line 6, ../sass/components/_alert.scss */
.alert-success {
  background-color: rgba(59, 177, 4, 0.25) !important;
  border-color: rgba(59, 177, 4, 0.5) !important;
  color: #3BB104;
}
/* line 10, ../sass/components/_alert.scss */
.alert-success .alert-link {
  color: #3BB104;
}

/* line 15, ../sass/components/_alert.scss */
.alert-info {
  background-color: rgba(20, 67, 129, 0.2) !important;
  border-color: rgba(20, 67, 129, 0.5) !important;
  color: #144381;
}
/* line 19, ../sass/components/_alert.scss */
.alert-info .alert-link {
  color: #144381;
}

/* line 24, ../sass/components/_alert.scss */
.alert-warning {
  background-color: rgba(255, 170, 0, 0.2) !important;
  border-color: rgba(255, 170, 0, 0.5) !important;
  color: #8a6d3b;
}
/* line 28, ../sass/components/_alert.scss */
.alert-warning .alert-link {
  color: #ffaa00;
}

/* line 33, ../sass/components/_alert.scss */
.alert-danger {
  background-color: rgba(161, 56, 46, 0.2) !important;
  border-color: rgba(161, 56, 46, 0.5) !important;
  color: #A1382E;
}
/* line 37, ../sass/components/_alert.scss */
.alert-danger .alert-link {
  color: #A1382E;
}

/* line 42, ../sass/components/_alert.scss */
.alert-subtle {
  background-color: #fff;
  border-color: #e0e0e0;
}

/* line 4, ../sass/components/_label.scss */
.label {
  color: #ffffff !important;
}

/* line 7, ../sass/components/_label.scss */
.label-primary {
  background-color: #1c5494;
}

/* line 11, ../sass/components/_label.scss */
.label-success {
  background-color: #3BB104;
}

/* line 15, ../sass/components/_label.scss */
.label-success-light {
  background-color: #77cd4e;
}

/* line 19, ../sass/components/_label.scss */
.label-info {
  background-color: #144381;
}

/* line 23, ../sass/components/_label.scss */
.label-warning {
  background-color: #ffaa00;
}

/* line 26, ../sass/components/_label.scss */
.label-warning-light {
  background-color: #ebb447;
}

/* line 30, ../sass/components/_label.scss */
.label-danger {
  background-color: #A1382E;
}

/* line 34, ../sass/components/_label.scss */
.label-purple {
  background-color: #7266ba;
}

/* line 38, ../sass/components/_label.scss */
.label-pink {
  background-color: #f76397;
}

/* line 42, ../sass/components/_label.scss */
.label-dark {
  background: #4f595b;
}

/* line 46, ../sass/components/_label.scss */
.label-inverse {
  background-color: #4c5667;
}

/* ===========
   Core file List

   - Common
   - Bootstrap custom
   - Helper class
   - Waves effect
   - Animation
   - Print css
 =============*/
/* ===========
   Common
 =============*/
/* line 20, ../sass/_core.scss */
body {
  background: #eeeeee;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #424242;
}

/* line 26, ../sass/_core.scss */
html {
  background: #eeeeee;
}

/* line 29, ../sass/_core.scss */
h1, h2, h3, h4, h5, h6 {
  color: #505458;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
}

/* line 35, ../sass/_core.scss */
h1 {
  line-height: 43px;
}

/* line 39, ../sass/_core.scss */
h2 {
  line-height: 35px;
}

/* line 43, ../sass/_core.scss */
h3 {
  line-height: 30px;
}
/* line 45, ../sass/_core.scss */
h3 small {
  color: #444444;
}

/* line 50, ../sass/_core.scss */
h4 {
  line-height: 22px;
}
/* line 52, ../sass/_core.scss */
h4 small {
  color: #444444;
}

/* line 58, ../sass/_core.scss */
h5 small {
  color: #444444;
}

/* line 63, ../sass/_core.scss */
* {
  outline: none !important;
}

/* line 67, ../sass/_core.scss */
a {
  color: #1c5494;
}
/* line 69, ../sass/_core.scss */
a:hover {
  outline: 0;
  text-decoration: none;
}
/* line 73, ../sass/_core.scss */
a:active {
  outline: 0;
  text-decoration: none;
}
/* line 77, ../sass/_core.scss */
a:focus {
  outline: 0;
  text-decoration: none;
}

/* line 85, ../sass/_core.scss */
main {
  -webkit-overflow-scrolling: touch;
  padding-bottom: 150px;
}

/* line 90, ../sass/_core.scss */
.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 97, ../sass/_core.scss */
.wrapper {
  min-height: calc(100vh - 210px);
}

/* line 101, ../sass/_core.scss */
.footer {
  background-color: #1c5494;
  background: linear-gradient(to left, #1c6894, #1c5494);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  color: #fff;
  text-align: left !important;
  padding: 20px 30px;
  right: 0;
  left: 240px;
  clear: both;
}
/* line 116, ../sass/_core.scss */
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
  color: #FCC736;
}
/* line 119, ../sass/_core.scss */
.footer a, .footer a:visited {
  color: #FEEEC3;
}

/* line 124, ../sass/_core.scss */
.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* line 131, ../sass/_core.scss */
.page-title {
  margin-bottom: 20px;
  margin-top: 0px;
}

/* line 135, ../sass/_core.scss */
.card-box {
  padding: 20px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06), 0 2px 0px 0 rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

/* line 142, ../sass/_core.scss */
.header-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 16px;
  margin-bottom: 8px;
}

/* ===========
   Bootstrap-custom
 =============*/
/* line 157, ../sass/_core.scss */
.row {
  margin-right: -10px;
  margin-left: -10px;
}

/* line 162, ../sass/_core.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 173, ../sass/_core.scss */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  margin-top: 5px;
}

/* line 179, ../sass/_core.scss */
.dropdown-menu {
  padding: 4px 0;
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/* line 187, ../sass/_core.scss */
.dropdown-menu > li > a {
  padding: 6px 20px;
}

/* line 193, ../sass/_core.scss */
code {
  color: #5d9cec;
  border-radius: 5px;
}

/* line 197, ../sass/_core.scss */
code, pre {
  background-color: #f4f8fb;
}

/* line 201, ../sass/_core.scss */
.bg-empty {
  background: transparent !important;
}

/* line 204, ../sass/_core.scss */
.bg-primary {
  background-color: #1c5494 !important;
}

/* line 208, ../sass/_core.scss */
.bg-success {
  background-color: #3BB104 !important;
}

/* line 212, ../sass/_core.scss */
.bg-info {
  background-color: #144381 !important;
}

/* line 216, ../sass/_core.scss */
.bg-warning {
  background-color: #ffaa00 !important;
}

/* line 220, ../sass/_core.scss */
.bg-danger {
  background-color: #A1382E !important;
}

/* line 224, ../sass/_core.scss */
.bg-muted {
  background-color: #F5F5F5 !important;
}

/* line 228, ../sass/_core.scss */
.bg-inverse {
  background-color: #4c5667 !important;
}

/* line 232, ../sass/_core.scss */
.bg-purple {
  background-color: #7266ba !important;
}

/* line 236, ../sass/_core.scss */
.bg-pink {
  background-color: #f76397 !important;
}

/* line 240, ../sass/_core.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 244, ../sass/_core.scss */
.text-white {
  color: #ffffff;
}

/* line 248, ../sass/_core.scss */
.text-danger {
  color: #A1382E;
}

/* line 252, ../sass/_core.scss */
.text-muted {
  color: #98a6ad;
}

/* line 256, ../sass/_core.scss */
.text-primary {
  color: #1c5494;
}

/* line 260, ../sass/_core.scss */
.text-warning {
  color: #ffaa00;
}

/* line 264, ../sass/_core.scss */
.text-success {
  color: #3BB104;
}

/* line 268, ../sass/_core.scss */
.text-info {
  color: #144381;
}

/* line 272, ../sass/_core.scss */
.text-inverse {
  color: #4c5667;
}

/* line 276, ../sass/_core.scss */
.text-pink {
  color: #f76397;
}

/* line 280, ../sass/_core.scss */
.text-purple {
  color: #7266ba;
}

/* line 284, ../sass/_core.scss */
.text-dark {
  color: #797979 !important;
}

/* line 288, ../sass/_core.scss */
.form-control {
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  box-shadow: none;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}
/* line 297, ../sass/_core.scss */
.form-control:focus {
  background: #ffffff;
  border: 1px solid #6087b4;
  box-shadow: inset 0 0 1px 0 #6087b4;
}

/* line 304, ../sass/_core.scss */
.badge {
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
}

/* line 311, ../sass/_core.scss */
.badge-xs {
  font-size: 9px;
}

/* line 315, ../sass/_core.scss */
.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

/* line 322, ../sass/_core.scss */
.badge-primary {
  background-color: #1c5494;
}

/* line 326, ../sass/_core.scss */
.badge-success {
  background-color: #3BB104;
}

/* line 330, ../sass/_core.scss */
.badge-info {
  background-color: #144381;
}

/* line 334, ../sass/_core.scss */
.badge-warning {
  background-color: #ffaa00;
}

/* line 338, ../sass/_core.scss */
.badge-danger {
  background-color: #A1382E;
}

/* line 342, ../sass/_core.scss */
.badge-purple {
  background-color: #7266ba;
}

/* line 346, ../sass/_core.scss */
.badge-pink {
  background-color: #f76397;
}

/* line 350, ../sass/_core.scss */
.badge-inverse {
  background-color: #4c5667;
}

/* line 356, ../sass/_core.scss */
.tabs {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
/* line 363, ../sass/_core.scss */
.tabs li.tab {
  background-color: #ffffff;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
}
/* line 369, ../sass/_core.scss */
.tabs li.tab a {
  -moz-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -webkit-transition: color 0.28s ease;
  color: #ee6e73;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: color 0.28s ease;
  width: 100%;
}
/* line 381, ../sass/_core.scss */
.tabs li.tab a.active {
  color: #1c5494 !important;
}
/* line 385, ../sass/_core.scss */
.tabs .indicator {
  background-color: #1c5494;
  bottom: 0;
  height: 2px;
  position: absolute;
  will-change: left, right;
}

/* line 395, ../sass/_core.scss */
.tabs-top .indicator {
  top: 0;
}

/* line 400, ../sass/_core.scss */
.nav.nav-tabs + .tab-content {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
}

/* line 406, ../sass/_core.scss */
.card-box .nav-pills li a {
  color: #4c5667 !important;
  line-height: 36px !important;
  border-radius: 30px;
  padding: 0px 20px;
}

/* line 412, ../sass/_core.scss */
.card-box .nav-pills li.active a {
  color: #ffffff !important;
}

/* line 415, ../sass/_core.scss */
.card-box .nav-pills li.active a {
  background-color: #1c5494 !important;
}

/* line 419, ../sass/_core.scss */
.tabs-vertical-env {
  margin-bottom: 30px;
}
/* line 421, ../sass/_core.scss */
.tabs-vertical-env .tab-content {
  background: #ffffff;
  display: table-cell;
  margin-bottom: 30px;
  padding: 30px;
  vertical-align: top;
}
/* line 428, ../sass/_core.scss */
.tabs-vertical-env .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
}
/* line 433, ../sass/_core.scss */
.tabs-vertical-env .nav.tabs-vertical li.active > a {
  background-color: #ffffff;
  border: 0;
}
/* line 437, ../sass/_core.scss */
.tabs-vertical-env .nav.tabs-vertical li > a {
  color: #333333;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

/* line 447, ../sass/_core.scss */
.nav.nav-tabs > li.active > a {
  background-color: #ffffff;
  border: 0;
}

/* line 452, ../sass/_core.scss */
.nav.nav-tabs > li > a {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #333333 !important;
  cursor: pointer;
  line-height: 50px;
  font-weight: 500;
  padding: 0px 20px;
  font-family: "Open Sans", sans-serif;
}
/* line 462, ../sass/_core.scss */
.nav.nav-tabs > li > a:hover {
  color: #1c5494 !important;
}

/* line 467, ../sass/_core.scss */
.nav.tabs-vertical > li > a {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #333333 !important;
  cursor: pointer;
  line-height: 50px;
  padding: 0px 20px;
}
/* line 475, ../sass/_core.scss */
.nav.tabs-vertical > li > a:hover {
  color: #1c5494 !important;
}

/* line 480, ../sass/_core.scss */
.tab-content {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06), 0 2px 0px 0 rgba(0, 0, 0, 0.02);
  color: #777777;
}

/* line 487, ../sass/_core.scss */
.nav.nav-tabs > li:last-of-type a {
  margin-right: 0px;
}

/* line 493, ../sass/_core.scss */
.nav.nav-tabs {
  border-bottom: 0;
}

/* line 498, ../sass/_core.scss */
.navtab-custom li {
  margin-bottom: -2px;
}
/* line 501, ../sass/_core.scss */
.navtab-custom li a {
  border-top: 2px solid transparent !important;
}
/* line 506, ../sass/_core.scss */
.navtab-custom li.active a {
  border-top: 2px solid #1c5494 !important;
}

/* line 515, ../sass/_core.scss */
.nav-tab-left.navtab-custom li a {
  border: none !important;
  border-left: 2px solid transparent !important;
}
/* line 521, ../sass/_core.scss */
.nav-tab-left.navtab-custom li.active a {
  border-left: 2px solid #1c5494 !important;
}

/* line 530, ../sass/_core.scss */
.nav-tab-right.navtab-custom li a {
  border: none !important;
  border-right: 2px solid transparent !important;
}
/* line 536, ../sass/_core.scss */
.nav-tab-right.navtab-custom li.active a {
  border-right: 2px solid #1c5494 !important;
}

/* line 542, ../sass/_core.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus, .tabs-vertical-env .nav.tabs-vertical li.active > a {
  border: none;
}

/* line 546, ../sass/_core.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .tabs-vertical > li.active > a, .tabs-vertical > li.active > a:focus, .tabs-vertical > li.active > a:hover {
  color: #1c5494 !important;
}

/* Dropcap */
/* line 552, ../sass/_core.scss */
.dropcap {
  font-size: 3.1em;
}

/* line 556, ../sass/_core.scss */
.dropcap, .dropcap-circle, .dropcap-square {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}

/* Modal */
/* line 569, ../sass/_core.scss */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 5px;
  box-shadow: none;
  padding: 30px;
}
/* line 576, ../sass/_core.scss */
.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}
/* line 582, ../sass/_core.scss */
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}
/* line 585, ../sass/_core.scss */
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}

/* line 593, ../sass/_core.scss */
.modal-full {
  width: 98%;
}

/* line 598, ../sass/_core.scss */
.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0px;
}
/* line 601, ../sass/_core.scss */
.modal-content .panel-group {
  margin-bottom: 0px;
}
/* line 604, ../sass/_core.scss */
.modal-content .panel {
  border-top: none;
}

/* line 609, ../sass/_core.scss */
.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #1c5494;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

/* line 618, ../sass/_core.scss */
.custom-modal-text {
  padding: 20px;
}

/* line 623, ../sass/_core.scss */
.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

/* line 631, ../sass/_core.scss */
.tabs-vertical-env .tab-content {
  margin-bottom: 0;
}

/* line 636, ../sass/_core.scss */
.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align {
  vertical-align: middle;
}

/* line 640, ../sass/_core.scss */
.legendLabel {
  padding-left: 10px !important;
}

/* List Group */
/* line 645, ../sass/_core.scss */
.list-group-item.active, .list-group-item.router-link-active {
  background: #b4bfc4;
  border-color: #d1d7da;
  color: #98a6ad;
  z-index: 2;
}
/* line 650, ../sass/_core.scss */
.list-group-item.active:hover, .list-group-item.router-link-active:hover {
  background: white;
  border-color: white;
  color: #98a6ad;
  z-index: 2;
}
/* line 655, ../sass/_core.scss */
.list-group-item.active:hover .list-group-item-text, .list-group-item.router-link-active:hover .list-group-item-text {
  color: #98a6ad;
}
/* line 659, ../sass/_core.scss */
.list-group-item.active:focus, .list-group-item.router-link-active:focus {
  background: white;
  border-color: white;
  color: #98a6ad;
  z-index: 2;
}
/* line 664, ../sass/_core.scss */
.list-group-item.active:focus .list-group-item-text, .list-group-item.router-link-active:focus .list-group-item-text {
  color: #98a6ad;
}
/* line 668, ../sass/_core.scss */
.list-group-item.active .list-group-item-text, .list-group-item.router-link-active .list-group-item-text {
  color: #98a6ad;
}

/* line 672, ../sass/_core.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  background: #b4bfc4;
  border-color: #d1d7da;
  color: #98a6ad;
}

/* line 678, ../sass/_core.scss */
.list-group-item {
  border: 1px solid #dfe3e6;
  border-radius: 0px;
  padding: 12px 20px;
}
/* line 682, ../sass/_core.scss */
.list-group-item:first-child {
  border-radius: 0px;
  padding: 12px 20px;
}
/* line 686, ../sass/_core.scss */
.list-group-item:last-child {
  border-radius: 0px;
  padding: 12px 20px;
}
/* line 691, ../sass/_core.scss */
.list-group-item:hover {
  background: #edf0f1;
}

/* line 695, ../sass/_core.scss */
.list-group-item-inactive {
  background: #edf0f1;
  color: #98a6ad;
}
/* line 698, ../sass/_core.scss */
.list-group-item-inactive a {
  color: #98a6ad;
}

/* line 703, ../sass/_core.scss */
.list-group-item-heading {
  font-weight: 300;
}

/* line 707, ../sass/_core.scss */
.list-group-item.active > .badge {
  color: #1c5494;
}

/* line 712, ../sass/_core.scss */
.list-group-item.no-hover:hover {
  background: #fff !important;
}

/* line 717, ../sass/_core.scss */
.list-group.active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 721, ../sass/_core.scss */
.nav-pills > .active > a > .badge {
  color: #1c5494;
}

/* line 726, ../sass/_core.scss */
.has-success .form-control {
  border-color: #3BB104;
}

/* line 732, ../sass/_core.scss */
.has-warning .form-control {
  border-color: #ffaa00;
}

/* line 738, ../sass/_core.scss */
.has-error .form-control {
  border-color: #A1382E;
}

/* line 743, ../sass/_core.scss */
.input-group-addon {
  border-radius: 2px;
  border: 1px solid #eeeeee;
}

/* Tooltips */
/* line 749, ../sass/_core.scss */
.tooltip-inner {
  border-radius: 1px;
  padding: 6px 10px;
}

/* line 753, ../sass/_core.scss */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
}

/* Popover */
/* line 761, ../sass/_core.scss */
.popover {
  font-family: inherit;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}

/* line 769, ../sass/_core.scss */
.popover .popover-title {
  background-color: transparent;
  color: #1c5494;
  font-weight: 600;
}

/* ===========
   Helper classes
 =============*/
/* line 780, ../sass/_core.scss */
.p-0 {
  padding: 0px !important;
}

/* line 783, ../sass/_core.scss */
.p-t-0 {
  padding-top: 0px !important;
}

/* line 786, ../sass/_core.scss */
.p-t-10 {
  padding-top: 10px !important;
}

/* line 789, ../sass/_core.scss */
.p-b-0 {
  padding-bottom: 0px !important;
}

/* line 792, ../sass/_core.scss */
.p-b-10 {
  padding-bottom: 10px !important;
}

/* line 795, ../sass/_core.scss */
.m-0 {
  margin: 0px !important;
}

/* line 798, ../sass/_core.scss */
.m-r-5 {
  margin-right: 5px;
}

/* line 801, ../sass/_core.scss */
.m-r-10 {
  margin-right: 10px;
}

/* line 804, ../sass/_core.scss */
.m-r-15 {
  margin-right: 15px !important;
}

/* line 807, ../sass/_core.scss */
.m-l-5 {
  margin-left: 5px;
}

/* line 810, ../sass/_core.scss */
.m-l-10 {
  margin-left: 10px;
}

/* line 813, ../sass/_core.scss */
.m-l-15 {
  margin-left: 15px;
}

/* line 816, ../sass/_core.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 819, ../sass/_core.scss */
.m-t-0 {
  margin-top: 0px;
}

/* line 822, ../sass/_core.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 825, ../sass/_core.scss */
.m-t-15 {
  margin-top: 15px !important;
}

/* line 828, ../sass/_core.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 831, ../sass/_core.scss */
.m-t-30 {
  margin-top: 30px !important;
}

/* line 834, ../sass/_core.scss */
.m-t-40 {
  margin-top: 40px !important;
}

/* line 837, ../sass/_core.scss */
.m-b-0 {
  margin-bottom: 0px !important;
}

/* line 840, ../sass/_core.scss */
.m-b-5 {
  margin-bottom: 5px;
}

/* line 843, ../sass/_core.scss */
.m-b-10 {
  margin-bottom: 10px;
}

/* line 846, ../sass/_core.scss */
.m-b-15 {
  margin-bottom: 15px;
}

/* line 849, ../sass/_core.scss */
.m-b-20 {
  margin-bottom: 20px;
}

/* line 852, ../sass/_core.scss */
.m-b-25 {
  margin-bottom: 25px;
}

/* line 855, ../sass/_core.scss */
.m-b-30 {
  margin-bottom: 30px !important;
}

/* line 858, ../sass/_core.scss */
.w-xs {
  min-width: 80px;
}

/* line 861, ../sass/_core.scss */
.w-sm {
  min-width: 95px;
}

/* line 864, ../sass/_core.scss */
.w-md {
  min-width: 110px;
}

/* line 867, ../sass/_core.scss */
.w-lg {
  min-width: 140px;
}

/* line 870, ../sass/_core.scss */
.m-h-50 {
  min-height: 50px;
}

/* line 873, ../sass/_core.scss */
.l-h-34 {
  line-height: 34px !important;
}

/* line 876, ../sass/_core.scss */
.font-light {
  font-weight: 300;
}

/* line 879, ../sass/_core.scss */
.font-normal {
  font-weight: normal;
}

/* line 882, ../sass/_core.scss */
.font-13 {
  font-size: 13px;
}

/* line 885, ../sass/_core.scss */
.wrapper-md {
  padding: 20px;
}

/* line 888, ../sass/_core.scss */
.pull-in {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 892, ../sass/_core.scss */
.b-0 {
  border: none !important;
}

/* line 895, ../sass/_core.scss */
.no-border {
  border: none;
}

/* line 898, ../sass/_core.scss */
.bx-s-0 {
  box-shadow: none !important;
}

/* line 901, ../sass/_core.scss */
.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

/* line 906, ../sass/_core.scss */
.mx-box {
  max-height: 380px;
  min-height: 380px;
}

/* line 910, ../sass/_core.scss */
.thumb-sm {
  height: 32px;
  width: 32px;
}

/* line 914, ../sass/_core.scss */
.thumb-md {
  height: 48px;
  width: 48px;
}

/* line 918, ../sass/_core.scss */
.thumb-lg {
  height: 88px;
  width: 88px;
}

/* ===========
  Animation
 =============*/
/* Bounce 1 */
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -o-transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Bounce 2 */
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Dropdown */
@-webkit-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Progressbar Animated */
@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}
@keyframes animationProgress {
  from {
    width: 0;
  }
}
/* Portlets loader */
@-webkit-keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@-moz-keyframes loaderAnimate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(220deg);
  }
}
@-o-keyframes loaderAnimate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(220deg);
  }
}
@keyframes loaderAnimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
@-webkit-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}
@-moz-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(140deg);
  }
}
@-o-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #999 0 0 0 2px;
  }
  100% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(140deg);
  }
}
/* =============
   Print css
============= */
@media print {
  /* line 1120, ../sass/_core.scss */
  .logo,
  .breadcrumb,
  .page-title,
  .footer,
  .topbar-main {
    display: none;
    margin: 0px;
    padding: 0px;
  }

  /* line 1129, ../sass/_core.scss */
  .left,
  .right-bar {
    display: none;
  }

  /* line 1133, ../sass/_core.scss */
  .wrapper {
    margin-top: 0px !important;
    padding-top: 0px;
  }

  /* line 1137, ../sass/_core.scss */
  .content-page {
    margin-left: 0px !important;
    margin-top: 0px;
  }
}
/* line 4, ../sass/_menu.scss */
.wrapper {
  margin-top: 10px;
}

/* line 8, ../sass/_menu.scss */
.wrapper-submenu {
  margin-top: 20px;
  min-height: 100%;
}

/* line 13, ../sass/_menu.scss */
#topnav {
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 52px;
}
/* line 20, ../sass/_menu.scss */
#topnav .has-submenu.active a {
  color: #bbccdf;
}
/* line 23, ../sass/_menu.scss */
#topnav .has-submenu.active a i {
  color: #424242;
}
/* line 30, ../sass/_menu.scss */
#topnav .has-submenu.active .submenu li.active a {
  color: #bbccdf;
}
/* line 37, ../sass/_menu.scss */
#topnav .topbar-main {
  background-color: #1c5494;
  background: linear-gradient(to left, #1c6894, #1c5494);
  border-bottom: 3px solid #FCC736;
}
/* line 42, ../sass/_menu.scss */
#topnav .topbar-main .logo {
  color: #fafafa !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 14px;
  float: left;
  padding-right: 3em;
}
/* line 51, ../sass/_menu.scss */
#topnav .topbar-main .logo img {
  float: left;
  margin-top: -4px;
  max-height: 35px;
}
/* line 57, ../sass/_menu.scss */
#topnav .topbar-main .logo span {
  padding-left: 10px;
}
/* line 61, ../sass/_menu.scss */
#topnav .topbar-main .logo i {
  color: #ffffff;
  text-shadow: none;
}
/* line 67, ../sass/_menu.scss */
#topnav .topbar-main .badge {
  position: absolute;
  top: 12px;
  right: 7px;
}
/* line 75, ../sass/_menu.scss */
#topnav .topbar-main .profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
}
/* line 82, ../sass/_menu.scss */
#topnav .topbar-main .dropdown-menu-lg {
  width: 300px;
}
/* line 84, ../sass/_menu.scss */
#topnav .topbar-main .dropdown-menu-lg .list-group {
  margin-bottom: 0px;
}
/* line 87, ../sass/_menu.scss */
#topnav .topbar-main .dropdown-menu-lg .list-group-item {
  border: none;
  padding: 10px 20px;
}
/* line 91, ../sass/_menu.scss */
#topnav .topbar-main .dropdown-menu-lg .media-heading {
  margin-bottom: 0px;
}
/* line 95, ../sass/_menu.scss */
#topnav .topbar-main .dropdown-menu-lg .media-body p {
  color: #828282;
}
/* line 101, ../sass/_menu.scss */
#topnav .topbar-main .notification-list {
  max-height: 230px;
}
/* line 104, ../sass/_menu.scss */
#topnav .topbar-main .notification-list em {
  width: 34px;
  text-align: center;
}
/* line 109, ../sass/_menu.scss */
#topnav .topbar-main .notification-list .media-body {
  display: inherit;
  width: auto;
  overflow: hidden;
  margin-left: 50px;
}
/* line 115, ../sass/_menu.scss */
#topnav .topbar-main .notification-list .media-body h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: normal;
  overflow: hidden;
}
/* line 125, ../sass/_menu.scss */
#topnav .topbar-main .notifi-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 20px 15px;
  color: #4c5667;
  font-family: "Open Sans", sans-serif;
}
/* line 135, ../sass/_menu.scss */
#topnav .topbar-main .navbar-nav {
  margin: 0px;
}
/* line 140, ../sass/_menu.scss */
#topnav .notifi-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0px 10px;
}
/* line 147, ../sass/_menu.scss */
#topnav .notification-list em {
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  margin-top: 4px;
}
/* line 157, ../sass/_menu.scss */
#topnav .notification-list .list-group-item {
  padding: 12px 20px;
}
/* line 160, ../sass/_menu.scss */
#topnav .notification-list .media-body {
  display: inherit;
  width: auto;
  overflow: hidden;
  margin-left: 50px;
}
/* line 166, ../sass/_menu.scss */
#topnav .notification-list .media-body h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: normal;
  overflow: hidden;
}
/* line 175, ../sass/_menu.scss */
#topnav .noti-primary {
  color: #1c5494;
  border: 2px solid #1c5494;
}
/* line 179, ../sass/_menu.scss */
#topnav .noti-success {
  color: #3BB104;
  border: 2px solid #3BB104;
}
/* line 183, ../sass/_menu.scss */
#topnav .noti-info {
  color: #144381;
  border: 2px solid #144381;
}
/* line 187, ../sass/_menu.scss */
#topnav .noti-warning {
  color: #ffaa00;
  border: 2px solid #ffaa00;
}
/* line 191, ../sass/_menu.scss */
#topnav .noti-danger {
  color: #A1382E;
  border: 2px solid #A1382E;
}
/* line 196, ../sass/_menu.scss */
#topnav .noti-purple {
  color: #7266ba;
  border: 2px solid #7266ba;
}
/* line 200, ../sass/_menu.scss */
#topnav .noti-pink {
  color: #f76397;
  border: 2px solid #f76397;
}
/* line 204, ../sass/_menu.scss */
#topnav .noti-inverse {
  color: #4c5667;
  border: 2px solid #4c5667;
}
/* line 212, ../sass/_menu.scss */
#topnav .navbar-custom .actions {
  margin-bottom: auto;
}
/* line 216, ../sass/_menu.scss */
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
/* line 225, ../sass/_menu.scss */
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
/* line 228, ../sass/_menu.scss */
#topnav .navbar-toggle:hover span {
  background-color: #ffffff;
}
/* line 233, ../sass/_menu.scss */
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
/* line 236, ../sass/_menu.scss */
#topnav .navbar-toggle:focus span {
  background-color: #1c5494;
}
/* line 241, ../sass/_menu.scss */
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 23px auto 17px auto;
  height: 18px;
}
/* line 249, ../sass/_menu.scss */
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
}
/* line 262, ../sass/_menu.scss */
#topnav .navbar-toggle.open span {
  position: absolute;
}
/* line 265, ../sass/_menu.scss */
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 271, ../sass/_menu.scss */
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
/* line 274, ../sass/_menu.scss */
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 283, ../sass/_menu.scss */
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  background: linear-gradient(to left, #1c6894, #1c5494);
}
/* line 292, ../sass/_menu.scss */
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
}
/* line 298, ../sass/_menu.scss */
#topnav .navigation-menu > li > a {
  display: block;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 309, ../sass/_menu.scss */
#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus, #topnav .navigation-menu > li > a:active {
  color: #FDD872 !important;
}
/* line 312, ../sass/_menu.scss */
#topnav .navigation-menu > li > a:hover i, #topnav .navigation-menu > li > a:focus i, #topnav .navigation-menu > li > a:active i {
  color: #FDD872 !important;
}
/* line 317, ../sass/_menu.scss */
#topnav .navigation-menu > li > a i {
  font-size: 18px;
  margin-right: 5px;
}
/* line 322, ../sass/_menu.scss */
#topnav .navigation-menu > li.active > a {
  color: #FDD872;
}
/* line 326, ../sass/_menu.scss */
#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}

/*
  Responsive Menu
*/
@media (min-width: 992px) {
  /* line 335, ../sass/_menu.scss */
  #topnav .navigation-menu > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (min-width: 992px) {
  /* line 344, ../sass/_menu.scss */
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  /* line 348, ../sass/_menu.scss */
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  /* line 356, ../sass/_menu.scss */
  #topnav .navigation-menu > li a {
    text-shadow: none;
  }
  /* line 361, ../sass/_menu.scss */
  #topnav .navigation-menu > li:first-of-type a {
    padding-left: 0px;
  }
  /* line 367, ../sass/_menu.scss */
  #topnav .navigation-menu > li:hover a {
    color: #FDD872;
  }
  /* line 370, ../sass/_menu.scss */
  #topnav .navigation-menu > li:hover a i {
    color: #FDD872;
  }
  /* line 374, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  /* line 391, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  /* line 395, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  /* line 401, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    right: 20px;
    font-size: 9px;
  }
  /* line 408, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  /* line 414, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  /* line 417, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  /* line 422, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    font-weight: 500;
    color: #494e53;
  }
  /* line 430, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #FDD872;
  }
  /* line 433, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #949ba1;
  }
  /* line 445, ../sass/_menu.scss */
  #topnav .navbar-toggle {
    display: none;
  }

  /* line 450, ../sass/_menu.scss */
  #topnav #navigation {
    display: block !important;
  }
}
@media (max-width: 991px) {
  /* line 456, ../sass/_menu.scss */
  .container {
    width: auto;
  }

  /* line 459, ../sass/_menu.scss */
  #navigation {
    border: none !important;
  }

  /* line 465, ../sass/_menu.scss */
  #topnav .navigation-menu {
    float: none;
    max-height: 500px;
    padding-bottom: 1em;
    background-color: #1c5494;
  }
  /* line 472, ../sass/_menu.scss */
  #topnav .navigation-menu > li {
    float: none;
  }
  /* line 475, ../sass/_menu.scss */
  #topnav .navigation-menu > li > a {
    color: #fff;
    font-weight: 900;
    padding: 15px;
    text-shadow: none;
  }
  /* line 481, ../sass/_menu.scss */
  #topnav .navigation-menu > li > a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  /* line 487, ../sass/_menu.scss */
  #topnav .navigation-menu > li.active > a {
    text-shadow: none;
  }
  /* line 490, ../sass/_menu.scss */
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  /* line 494, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  /* line 500, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #797979;
  }
  /* line 506, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #FCC736;
  }
  /* line 509, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
    content: "\e64b";
    font-family: "themify";
    position: absolute;
    right: 30px;
  }
  /* line 515, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  /* line 518, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  /* line 522, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  /* line 525, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  /* line 529, ../sass/_menu.scss */
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #79818a;
  }
  /* line 538, ../sass/_menu.scss */
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #1c5494;
  }
  /* line 542, ../sass/_menu.scss */
  #topnav .navbar-header {
    float: left;
  }

  /* line 547, ../sass/_menu.scss */
  #navigation {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 100;
  }

  /* line 561, ../sass/_menu.scss */
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  /* line 569, ../sass/_menu.scss */
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  /* line 574, ../sass/_menu.scss */
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 580, ../sass/_menu.scss */
  .navbar-toggle {
    display: block;
  }
}
/* ===========
   Core file List

   - Timeline
   - Timeline-2
   - Sweet Alerts
   - Notification
   - Nestable list
   - Maps
   - Email
   - Form Advanced
   - Charts
   - Maintenance
   - Countdown
   - Gallery
 =============*/
/* ===========
  Timeline
 =============*/
/* line 27, ../sass/_pages.scss */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
/* line 36, ../sass/_pages.scss */
.timeline .time-show {
  margin-bottom: 30px;
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
}
/* line 41, ../sass/_pages.scss */
.timeline .time-show a {
  color: #ffffff;
}
/* line 45, ../sass/_pages.scss */
.timeline:before {
  background-color: #d8d9df;
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
/* line 55, ../sass/_pages.scss */
.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  background: #d8d9df;
  border-radius: 50%;
  border: 1px solid #d8d9df;
  color: #ffffff;
  display: block;
  height: 20px;
  left: -54px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}
/* line 69, ../sass/_pages.scss */
.timeline .timeline-icon i {
  margin-top: 9px;
}
/* line 74, ../sass/_pages.scss */
.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

/* line 81, ../sass/_pages.scss */
h3.timeline-title {
  color: #c8ccd7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

/* line 89, ../sass/_pages.scss */
.timeline-item {
  display: table-row;
}
/* line 91, ../sass/_pages.scss */
.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}
/* line 97, ../sass/_pages.scss */
.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 112, ../sass/_pages.scss */
.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}
/* line 118, ../sass/_pages.scss */
.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -10px;
  position: absolute;
  right: -7px;
  top: 50%;
  width: 0;
}
/* line 131, ../sass/_pages.scss */
.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px;
}
/* line 134, ../sass/_pages.scss */
.timeline-item.alt .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}
/* line 140, ../sass/_pages.scss */
.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px;
}
/* line 144, ../sass/_pages.scss */
.timeline-item.alt:before {
  display: none;
}
/* line 147, ../sass/_pages.scss */
.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}
/* line 150, ../sass/_pages.scss */
.timeline-item.alt .panel .panel-body p + p {
  margin-top: 10px !important;
}
/* line 154, ../sass/_pages.scss */
.timeline-item.alt h4 {
  text-align: right;
}
/* line 157, ../sass/_pages.scss */
.timeline-item.alt p {
  text-align: right;
}
/* line 160, ../sass/_pages.scss */
.timeline-item.alt .timeline-date {
  text-align: right;
}

/* line 164, ../sass/_pages.scss */
.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
/* line 168, ../sass/_pages.scss */
.timeline-desk h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
/* line 173, ../sass/_pages.scss */
.timeline-desk .panel {
  background: #ffffff;
  display: block;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: left;
}
/* line 182, ../sass/_pages.scss */
.timeline-desk h5 span {
  color: #797979;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
/* line 189, ../sass/_pages.scss */
.timeline-desk p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}
/* line 194, ../sass/_pages.scss */
.timeline-desk .album {
  margin-top: 12px;
}
/* line 196, ../sass/_pages.scss */
.timeline-desk .album a {
  float: left;
  margin-right: 5px;
}
/* line 201, ../sass/_pages.scss */
.timeline-desk .album img {
  height: 36px;
  width: auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}
/* line 207, ../sass/_pages.scss */
.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}

/* ===========
   Timeline-2
 =============*/
/* line 217, ../sass/_pages.scss */
.timeline-2 {
  border-left: 2px solid #1c5494;
  position: relative;
}
/* line 221, ../sass/_pages.scss */
.timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: #1c5494;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 10px;
  left: 0;
  margin-left: -6px;
  position: absolute;
  top: 5px;
  width: 10px;
}

/* line 239, ../sass/_pages.scss */
.time-item {
  border-color: #dee5e7;
  padding-bottom: 10px;
  position: relative;
}
/* line 243, ../sass/_pages.scss */
.time-item:before {
  content: " ";
  display: table;
}
/* line 247, ../sass/_pages.scss */
.time-item:after {
  background-color: #ffffff;
  border-color: #1c5494;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

/* line 265, ../sass/_pages.scss */
.time-item-item:after {
  content: " ";
  display: table;
}

/* line 271, ../sass/_pages.scss */
.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}
/* line 274, ../sass/_pages.scss */
.item-info p {
  font-size: 13px;
}

/* ===========
  Sweet Alert
 =============*/
/* line 284, ../sass/_pages.scss */
.sweet-alert p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

/* line 289, ../sass/_pages.scss */
button.confirm {
  background-color: #1c5494 !important;
  box-shadow: none !important;
}

/* =============
   Notification
============= */
/* line 297, ../sass/_pages.scss */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}

/* line 309, ../sass/_pages.scss */
.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 323, ../sass/_pages.scss */
.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}

/* line 330, ../sass/_pages.scss */
.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 336, ../sass/_pages.scss */
.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}

/* line 342, ../sass/_pages.scss */
.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}

/* =============
   Nestable
============= */
/* line 356, ../sass/_pages.scss */
.custom-dd .dd-list .dd-item .dd-handle {
  background: rgba(152, 166, 173, 0.25) !important;
  border: none;
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}
/* line 364, ../sass/_pages.scss */
.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: #1c5494;
}
/* line 369, ../sass/_pages.scss */
.custom-dd .dd-list .dd-item button {
  height: auto;
  font-size: 17px;
  margin: 8px auto;
  color: #424242;
  width: 30px;
}

/* line 382, ../sass/_pages.scss */
.custom-dd-empty .dd-list .dd3-handle {
  border: none;
  background: rgba(152, 166, 173, 0.25) !important;
  height: 36px;
  width: 36px;
}
/* line 388, ../sass/_pages.scss */
.custom-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}
/* line 393, ../sass/_pages.scss */
.custom-dd-empty .dd-list .dd3-handle:hover {
  color: #1c5494;
}
/* line 397, ../sass/_pages.scss */
.custom-dd-empty .dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: rgba(152, 166, 173, 0.25) !important;
  font-weight: 600;
}
/* line 404, ../sass/_pages.scss */
.custom-dd-empty .dd-list .dd3-content:hover {
  color: #1c5494;
}
/* line 408, ../sass/_pages.scss */
.custom-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

/* ===========
  Maps
 =============*/
/* line 422, ../sass/_pages.scss */
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px;
}

/* line 428, ../sass/_pages.scss */
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #1c5494;
  border-radius: 4px;
  padding: 10px 20px;
}

/* line 439, ../sass/_pages.scss */
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 447, ../sass/_pages.scss */
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #1c5494;
}

/* line 454, ../sass/_pages.scss */
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #1c5494;
}

/* =============
   Email
============= */
/* line 467, ../sass/_pages.scss */
.mails a {
  color: #797979;
}
/* line 471, ../sass/_pages.scss */
.mails td {
  vertical-align: middle !important;
  position: relative;
  border-top: 1px solid #F5F5F5 !important;
}
/* line 476, ../sass/_pages.scss */
.mails td:last-of-type {
  width: 100px;
  padding-right: 20px;
}
/* line 484, ../sass/_pages.scss */
.mails tr:hover .text-white {
  display: none;
}
/* line 490, ../sass/_pages.scss */
.mails .mail-select {
  padding: 12px 20px;
  min-width: 134px;
}
/* line 494, ../sass/_pages.scss */
.mails .checkbox {
  margin-bottom: 0px;
  margin-top: 0px;
  vertical-align: middle;
  display: inline-block;
  height: 17px;
}
/* line 501, ../sass/_pages.scss */
.mails .checkbox label {
  min-height: 16px;
}

/* line 509, ../sass/_pages.scss */
.mail-list .list-group-item {
  background-color: transparent;
}
/* line 512, ../sass/_pages.scss */
.mail-list .list-group-item:hover {
  background-color: #eeeeee;
}
/* line 515, ../sass/_pages.scss */
.mail-list .list-group-item:focus {
  background-color: #eeeeee;
}
/* line 519, ../sass/_pages.scss */
.mail-list .list-group-item.active {
  background-color: #eeeeee;
  color: #4c5667;
  font-weight: 600;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}

/* line 527, ../sass/_pages.scss */
.unread > .text {
  font-weight: 600;
  color: #194d8c;
}

/* =============
   Form Advanced
============= */
/* line 537, ../sass/_pages.scss */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: 3px 7px 6px;
  border: 1px solid #e3e3e3;
}
/* line 542, ../sass/_pages.scss */
.bootstrap-tagsinput .label-info {
  background-color: #1c5494 !important;
  display: inline-block;
  padding: 5px;
}

/* Multiple */
/* line 549, ../sass/_pages.scss */
.ms-container {
  background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%;
}
/* line 552, ../sass/_pages.scss */
.ms-container .ms-list {
  box-shadow: none;
  border: 1px solid #e3e3e3;
}
/* line 556, ../sass/_pages.scss */
.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border: 1px solid #aaaaaa;
}
/* line 561, ../sass/_pages.scss */
.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}
/* line 567, ../sass/_pages.scss */
.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}

/* line 574, ../sass/_pages.scss */
.select2-container .select2-choice {
  background-image: none !important;
  border: none !important;
  height: auto  !important;
  padding: 0px !important;
  line-height: 22px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
/* line 583, ../sass/_pages.scss */
.select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background: transparent;
  border: none;
  width: 14px;
  top: -2px;
}
/* line 591, ../sass/_pages.scss */
.select2-container .select2-container-multi.form-control {
  height: auto;
}

/* line 595, ../sass/_pages.scss */
.select2-results .select2-highlighted {
  color: #ffffff;
  background-color: #1c5494;
}

/* line 599, ../sass/_pages.scss */
.select2-drop-active {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

/* line 605, ../sass/_pages.scss */
.select2-search input {
  border: 1px solid #e3e3e3;
}

/* line 609, ../sass/_pages.scss */
.select2-container-multi {
  width: 100%;
}
/* line 612, ../sass/_pages.scss */
.select2-container-multi .select2-choices {
  border: 1px solid #E3E3E3  !important;
  box-shadow: none !important;
  background-image: none  !important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  min-height: 38px;
}
/* line 619, ../sass/_pages.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 4px 7px 4px 18px;
  margin: 5px 0 3px 5px;
  color: #555555;
  background: #f5f5f5;
  border-color: #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 629, ../sass/_pages.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 7px 7px 7px 10px;
  font-family: inherit;
}

/* Wysiwig */
/* line 638, ../sass/_pages.scss */
.mce-content-body p {
  color: #9398a0;
  font-size: 14px;
  font-weight: 300;
}

/* line 643, ../sass/_pages.scss */
.mce-popover .mce-arrow:after {
  border-bottom-color: red;
}

/* line 646, ../sass/_pages.scss */
.mce-popover .mce-colorbutton-grid {
  margin: 0px;
  border: 1px solid #d7dce5 !important;
  padding: 4px;
}

/* line 651, ../sass/_pages.scss */
.mce-reset .mce-window-head {
  border-bottom: 1px solid #d7dce5;
}

/* line 654, ../sass/_pages.scss */
.mce-reset .mce-window-head .mce-title {
  color: #707780;
  font-size: 16px;
  font-weight: 400;
}

/* line 659, ../sass/_pages.scss */
.mce-reset .mce-textbox {
  border-radius: 0px;
  box-shadow: none;
  outline: 0;
  border-color: #d7dce5;
  height: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #aaaaaa;
  font-size: 14px;
}

/* line 670, ../sass/_pages.scss */
.mce-reset .mce-textbox:focus {
  box-shadow: none;
  border-color: #1c5494;
}

/* line 674, ../sass/_pages.scss */
.mce-reset .mce-checkbox .mce-ico {
  background-image: none;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #d7dce5;
}

/* line 680, ../sass/_pages.scss */
.mce-reset .mce-checkbox .mce-label {
  color: #707780;
  font-size: 12px;
  font-weight: 400;
}

/* line 685, ../sass/_pages.scss */
.mce-container {
  border-radius: 0px !important;
  border-width: 0px !important;
}

/* line 689, ../sass/_pages.scss */
.mce-container .mce-menubar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  padding: 2px;
}

/* line 694, ../sass/_pages.scss */
.mce-container .mce-menubar .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 700, ../sass/_pages.scss */
.mce-container .mce-menubar .mce-btn button .mce-caret {
  border-top-color: #707780;
}

/* line 703, ../sass/_pages.scss */
.mce-container .mce-menubar .mce-btn button:hover {
  background-color: #e8ebf1;
}

/* line 706, ../sass/_pages.scss */
.mce-container .mce-menubar .mce-btn.mce-active button {
  background-color: #e8ebf1;
}

/* line 709, ../sass/_pages.scss */
.mce-container .mce-btn {
  background-color: #d7dce5;
  background-image: none;
  outline: 0;
  border: 0px;
  border-radius: 0px;
}

/* line 716, ../sass/_pages.scss */
.mce-container .mce-btn button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

/* line 722, ../sass/_pages.scss */
.mce-container .mce-btn:hover {
  background-color: #b8c1d1;
  background-image: none;
}

/* line 726, ../sass/_pages.scss */
.mce-container .mce-primary {
  background-color: #1c5494;
  background-image: none;
  outline: 0;
  border: 0px;
  border-radius: 0px;
}

/* line 733, ../sass/_pages.scss */
.mce-container .mce-primary button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

/* line 739, ../sass/_pages.scss */
.mce-container .mce-primary:hover {
  background-color: #0c7cd5;
  background-image: none;
}

/* line 743, ../sass/_pages.scss */
.mce-container .mce-toolbar-grp {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  border-top-width: 0px !important;
  padding: 6px;
}

/* line 749, ../sass/_pages.scss */
.mce-container .mce-edit-area {
  border: 1px solid #d7dce5 !important;
  border-width: 0px 1px !important;
}

/* line 753, ../sass/_pages.scss */
.mce-container .mce-statusbar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
}

/* line 757, ../sass/_pages.scss */
.mce-container .mce-statusbar .mce-path .mce-path-item {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
}

/* line 762, ../sass/_pages.scss */
.mce-container .mce-widget {
  color: #9398a0;
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid transparent;
}

/* line 768, ../sass/_pages.scss */
.mce-container .mce-btn-group {
  border: 1px solid #e9ecf2 !important;
}

/* line 771, ../sass/_pages.scss */
.mce-container .mce-btn-group .mce-btn {
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
  border-width: 0px;
  border-radius: 0px !important;
}

/* line 778, ../sass/_pages.scss */
.mce-container .mce-btn-group .mce-btn:hover,
.mce-container .mce-btn-group .mce-btn:focus {
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
}

/* line 784, ../sass/_pages.scss */
.mce-container .mce-btn-group .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 300;
}

/* line 789, ../sass/_pages.scss */
.mce-container .mce-btn-group .mce-btn button .mce-caret {
  color: #707780;
  font-size: 14px;
}

/* line 793, ../sass/_pages.scss */
.mce-container .mce-ico {
  color: #707780;
  font-size: 14px;
}

/* line 797, ../sass/_pages.scss */
.mce-container .mce-panel {
  background-image: none;
}

/* line 800, ../sass/_pages.scss */
.mce-container.mce-menu {
  border: 1px solid #d7dce5 !important;
}

/* line 803, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item {
  background-image: none;
}

/* line 806, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item .mce-ico {
  color: #1c5494;
  font-size: 14px;
}

/* line 810, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item .mce-text {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 816, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}

/* line 822, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
  background-color: #1c5494;
}

/* line 827, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

/* line 838, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
  color: #aaaaaa;
}

/* line 843, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
  background-color: #d7dce5;
}

/* line 848, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

/* line 859, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item-sep {
  background-color: #d7dce5;
}

/* line 862, ../sass/_pages.scss */
.mce-container.mce-menu .mce-menu-item-sep:hover {
  background-color: #d7dce5;
}

/* line 865, ../sass/_pages.scss */
.mce-menubtn button {
  color: #797979 !important;
}

/* line 868, ../sass/_pages.scss */
.mce-menu-item-normal.mce-active {
  background-color: #1c5494 !important;
}
/* line 871, ../sass/_pages.scss */
.mce-menu-item-normal.mce-active .mce-text {
  color: #ffffff !important;
}

/* =============
   Charts
============= */
/* line 881, ../sass/_pages.scss */
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #36404a;
  border: none;
  color: #ffffff !important;
}

/* line 890, ../sass/_pages.scss */
.chart-detail-list li {
  margin: 0px 10px;
}
/* line 893, ../sass/_pages.scss */
.chart-detail-list li h5 {
  font-size: 15px;
}

/* line 900, ../sass/_pages.scss */
.pieLabel div {
  font-size: 14px !important;
}

/* line 905, ../sass/_pages.scss */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 910, ../sass/_pages.scss */
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 918, ../sass/_pages.scss */
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 925, ../sass/_pages.scss */
.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 930, ../sass/_pages.scss */
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #797979;
}
/* line 938, ../sass/_pages.scss */
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/* Flot chart */
/* line 946, ../sass/_pages.scss */
#flotTip {
  padding: 8px 12px;
  background-color: #36404a;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 959, ../sass/_pages.scss */
.legend tr {
  height: 20px;
}

/* line 963, ../sass/_pages.scss */
.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px;
}

/* Chartist chart */
/* line 971, ../sass/_pages.scss */
.ct-golden-section:before {
  float: none;
}

/* line 974, ../sass/_pages.scss */
.ct-chart {
  max-height: 300px;
}
/* line 978, ../sass/_pages.scss */
.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

/* line 986, ../sass/_pages.scss */
.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

/* line 992, ../sass/_pages.scss */
.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #1c5494;
}

/* line 995, ../sass/_pages.scss */
.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #f76397;
}

/* line 998, ../sass/_pages.scss */
.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #3BB104;
}

/* line 1001, ../sass/_pages.scss */
.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #144381;
}

/* line 1004, ../sass/_pages.scss */
.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #797979;
}

/* line 1007, ../sass/_pages.scss */
.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #7266ba;
}

/* line 1010, ../sass/_pages.scss */
.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #ffaa00;
}

/* line 1013, ../sass/_pages.scss */
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #1c5494;
}

/* line 1016, ../sass/_pages.scss */
.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #f76397;
}

/* line 1019, ../sass/_pages.scss */
.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #3BB104;
}

/* line 1022, ../sass/_pages.scss */
.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #144381;
}

/* Sparkline chart */
/* line 1028, ../sass/_pages.scss */
.jqstooltip {
  background-color: #36404a !important;
  padding: 5px 10px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  border-color: #36404a !important;
}

/* line 1034, ../sass/_pages.scss */
.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
}

/* Circliful charts */
/* line 1040, ../sass/_pages.scss */
.circliful-chart {
  margin: 0px auto;
}

/* line 1043, ../sass/_pages.scss */
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  font-size: 12px;
  font-weight: 600;
}

/* ===========
   Count Down
 =============*/
/* line 1059, ../sass/_pages.scss */
.home-wrapper {
  margin: 10% 0px;
}

/* line 1063, ../sass/_pages.scss */
.app-countdown {
  margin-top: 40px;
  text-align: center;
}
/* line 1067, ../sass/_pages.scss */
.app-countdown div {
  display: inline-block;
}
/* line 1069, ../sass/_pages.scss */
.app-countdown div span {
  display: block;
  width: 150px;
}
/* line 1072, ../sass/_pages.scss */
.app-countdown div span:first-child {
  font-size: 3em;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
}
/* line 1078, ../sass/_pages.scss */
.app-countdown div span:last-child {
  color: #333333;
  font-size: 0.9em;
  height: 25px;
  line-height: 25px;
}

/* line 1088, ../sass/_pages.scss */
.app-countdown > * {
  text-align: center;
}

/* ===========
   Gallery
 =============*/
/* line 1098, ../sass/_pages.scss */
.portfolioFilter a {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333333;
  padding: 5px 10px;
  display: inline-block;
  transition: all 0.3s ease-out;
}
/* line 1110, ../sass/_pages.scss */
.portfolioFilter a:hover {
  background-color: #1c5494;
  color: #ffffff;
}
/* line 1115, ../sass/_pages.scss */
.portfolioFilter a.current {
  background-color: #1c5494;
  color: #ffffff;
}

/* line 1121, ../sass/_pages.scss */
.thumb {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%;
}

/* line 1133, ../sass/_pages.scss */
.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}

/* line 1140, ../sass/_pages.scss */
.gal-detail h4 {
  margin: 16px auto 10px auto;
  width: 80%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1149, ../sass/_pages.scss */
.gal-detail .ga-border {
  height: 3px;
  width: 40px;
  background-color: #1c5494;
  margin: 10px auto;
}

/* ===========
   Maintenance
 =============*/
/* line 1161, ../sass/_pages.scss */
.icon-main {
  font-size: 60px;
}

/* line 1165, ../sass/_pages.scss */
.maintenance-page {
  margin: 10% 0%;
}

/* line 1169, ../sass/_pages.scss */
.home-text {
  letter-spacing: 1px;
}

/* ===========
   Accounts
 =============*/
/* line 1177, ../sass/_pages.scss */
.wrapper-page {
  margin: 7.5% auto;
  width: 360px;
}
/* line 1181, ../sass/_pages.scss */
.wrapper-page .form-control-feedback {
  left: 15px;
  top: 3px;
  color: rgba(76, 86, 103, 0.4);
  font-size: 20px;
}
/* line 1188, ../sass/_pages.scss */
.wrapper-page .btn-email {
  padding: 9px 20px;
}

/* line 1193, ../sass/_pages.scss */
.logo-lg {
  font-size: 28px !important;
  color: #1c5494 !important;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 70px;
}
/* line 1200, ../sass/_pages.scss */
.logo-lg i {
  color: #f76397;
}

/* line 1206, ../sass/_pages.scss */
.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}

/* line 1214, ../sass/_pages.scss */
.ex-page-content .svg-box {
  float: right;
}

/* line 1219, ../sass/_pages.scss */
.message-box {
  margin-top: 120px;
  margin-left: 50px;
  font-weight: 300;
}
/* line 1224, ../sass/_pages.scss */
.message-box h1 {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 98px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

/* line 1234, ../sass/_pages.scss */
#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}

/* line 1243, ../sass/_pages.scss */
#Polygon-2 {
  animation-delay: .2s;
}

/* line 1247, ../sass/_pages.scss */
#Polygon-3 {
  animation-delay: .4s;
}

/* line 1251, ../sass/_pages.scss */
#Polygon-4 {
  animation-delay: .6s;
}

/* line 1255, ../sass/_pages.scss */
#Polygon-5 {
  animation-delay: .8s;
}

@keyframes float {
  100% {
    transform: translateY(20px);
  }
}
/*
Template Name: Minton Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Responsive
*/
@media only screen and (max-width: 6000px) and (min-width: 700px) {
  /* line 14, ../sass/_responsive.scss */
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 22, ../sass/_responsive.scss */
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  /* line 28, ../sass/_responsive.scss */
  body {
    overflow-x: hidden;
  }

  /* line 32, ../sass/_responsive.scss */
  .mobile-sidebar {
    left: 0px;
  }

  /* line 36, ../sass/_responsive.scss */
  .mobile-content {
    left: 250px;
    right: -250px;
  }

  /* line 41, ../sass/_responsive.scss */
  .wrapper-page {
    width: 90%;
  }

  /* line 47, ../sass/_responsive.scss */
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }

  /* line 57, ../sass/_responsive.scss */
  .todo-send {
    margin-top: 10px;
    padding-left: 15px;
  }

  /* line 62, ../sass/_responsive.scss */
  .chat-inputbar {
    padding-left: 15px;
  }

  /* line 66, ../sass/_responsive.scss */
  .chat-send {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 71, ../sass/_responsive.scss */
  .fixedHeader-floating {
    top: 60px !important;
  }

  /* line 74, ../sass/_responsive.scss */
  div#datatable-buttons_info {
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 80, ../sass/_responsive.scss */
  .side-menu {
    z-index: 10 !important;
  }

  /* line 84, ../sass/_responsive.scss */
  .button-menu-mobile {
    display: block;
  }

  /* line 88, ../sass/_responsive.scss */
  .search-bar {
    display: none !important;
  }
}
@media (max-width: 420px) {
  /* line 94, ../sass/_responsive.scss */
  .hide-phone {
    display: none !important;
  }
}
/* Container-alt */
@media (min-width: 768px) {
  /* line 101, ../sass/_responsive.scss */
  .container-alt {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 107, ../sass/_responsive.scss */
  .container-alt {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 113, ../sass/_responsive.scss */
  .container-alt {
    width: 1170px;
  }
}
/* line 3, ../sass/bko/_main.scss */
.main-container {
  padding-top: 15px;
}

/* line 7, ../sass/bko/_main.scss */
.actions {
  background-color: #ffffff;
  padding: 0.5em;
  border-radius: 5px;
  margin-left: 1em;
  margin-bottom: 1em;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06), 0 2px 0px 0 rgba(0, 0, 0, 0.02);
}
/* line 15, ../sass/bko/_main.scss */
.actions .nav-pills2 > li {
  float: left;
}
/* line 19, ../sass/bko/_main.scss */
.actions .nav-pills2 {
  border-radius: 0;
}
/* line 23, ../sass/bko/_main.scss */
.actions .nav-pills2 > li > a {
  border-radius: 0;
}
/* line 30, ../sass/bko/_main.scss */
.actions .nav-pills2 > li > a:hover {
  color: #FAA616;
}
/* line 33, ../sass/bko/_main.scss */
.actions .nav-pills2 > li.active > a {
  color: #FAA616;
}

/* line 38, ../sass/bko/_main.scss */
.content {
  margin-top: 2em;
}

/* line 41, ../sass/bko/_main.scss */
.login-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 47, ../sass/bko/_main.scss */
.login {
  width: 360px;
  margin: 7.5% auto;
  background-color: white;
  border: 2px solid #fff;
  padding: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 4px 22px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 4px 22px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 4px 22px -6px rgba(0, 0, 0, 0.75);
}
/* line 59, ../sass/bko/_main.scss */
.login .login-button {
  width: 100%;
  min-width: 100%;
}

/* line 67, ../sass/bko/_main.scss */
#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

/* line 70, ../sass/bko/_main.scss */
.side-bar.right-bar {
  float: right !important;
  right: -270px;
  bottom: 0px;
  top: 70px;
}

/* line 76, ../sass/bko/_main.scss */
.right-bar {
  background: #ffffff !important;
  position: fixed !important;
  z-index: 99 !important;
}

/* line 81, ../sass/bko/_main.scss */
.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-y: auto;
  position: fixed;
  transition: all 200ms ease-out;
  width: 270px;
}

/* line 92, ../sass/bko/_main.scss */
.right-bar .nicescroll {
  height: 100%;
}

/* line 95, ../sass/bko/_main.scss */
.clickable {
  cursor: pointer;
}

/* line 98, ../sass/bko/_main.scss */
.p-t-15 {
  padding-top: 15px !important;
}

/* line 102, ../sass/bko/_main.scss */
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #eeeeee;
}

/* line 106, ../sass/bko/_main.scss */
.banner-bottom {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 2em;
  margin-right: 10px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #FCC736;
  padding: 1em;
}
/* line 115, ../sass/bko/_main.scss */
.banner-bottom .btn {
  margin-left: 1em;
}
/* line 118, ../sass/bko/_main.scss */
.banner-bottom .close {
  right: -5px !important;
}

/* line 123, ../sass/bko/_main.scss */
.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
  background-color: #e4eaf2;
}

/* line 128, ../sass/bko/_main.scss */
.course-management-body .btn {
  margin-bottom: 1em;
  margin-right: 0.5em;
}

/* line 135, ../sass/bko/_main.scss */
.panel-timeline .header {
  font-size: 1.5em;
  margin-bottom: 0.7em;
  display: block;
}
/* line 141, ../sass/bko/_main.scss */
.panel-timeline .tasks .item {
  margin-top: 2px;
  display: block;
}

/* line 148, ../sass/bko/_main.scss */
.model-avatar-image {
  margin: 0 auto;
}

/* line 152, ../sass/bko/_main.scss */
.datepicker > div {
  display: block;
}

/* line 156, ../sass/bko/_main.scss */
.v-select .dropdown-menu > .highlight > a {
  background: #3e6ea4 !important;
}

/** Shared styles **/
/* line 162, ../sass/bko/_main.scss */
.user-list-avatar {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
  display: block;
}

/* line 4, ../sass/bko/_stats.scss */
.stats-number-box {
  text-align: center;
}
/* line 6, ../sass/bko/_stats.scss */
.stats-number-box .icon-wrapper {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
/* line 12, ../sass/bko/_stats.scss */
.stats-number-box .icon-wrapper-blue {
  background-color: #e4eaf2;
}
/* line 14, ../sass/bko/_stats.scss */
.stats-number-box .icon-wrapper-blue .icon::before {
  color: #3e6ea4;
}
/* line 18, ../sass/bko/_stats.scss */
.stats-number-box .icon-wrapper-purple {
  background-color: #ede7f6;
}
/* line 20, ../sass/bko/_stats.scss */
.stats-number-box .icon-wrapper-purple .icon::before {
  color: #7e57c2;
}
/* line 24, ../sass/bko/_stats.scss */
.stats-number-box .icon-wrapper-orange {
  background-color: #fff3e0;
}
/* line 26, ../sass/bko/_stats.scss */
.stats-number-box .icon-wrapper-orange .icon::before {
  color: #ffb74d;
}
/* line 30, ../sass/bko/_stats.scss */
.stats-number-box .icon-wrapper-green {
  background-color: #f1f8e9;
}
/* line 32, ../sass/bko/_stats.scss */
.stats-number-box .icon-wrapper-green .icon::before {
  color: #aed581;
}
/* line 36, ../sass/bko/_stats.scss */
.stats-number-box .icon::before {
  font-size: 32px !important;
  line-height: 45px !important;
}
/* line 40, ../sass/bko/_stats.scss */
.stats-number-box .number {
  font-size: 68px;
  font-weight: 900;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 75px;
}

/* line 53, ../sass/bko/_stats.scss */
.info-box {
  text-align: center;
}
/* line 55, ../sass/bko/_stats.scss */
.info-box .icon-wrapper {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
/* line 61, ../sass/bko/_stats.scss */
.info-box .icon-wrapper-gray {
  background-color: #eeeeee;
}
/* line 63, ../sass/bko/_stats.scss */
.info-box .icon-wrapper-gray .icon::before {
  color: #484848;
}
/* line 67, ../sass/bko/_stats.scss */
.info-box .icon::before {
  font-size: 32px !important;
  line-height: 45px !important;
}
/* line 71, ../sass/bko/_stats.scss */
.info-box .desc {
  margin-top: 1em;
  text-align: left;
  background-color: #f7f7f7;
  padding: 0.75em;
  border: 1px solid #efefef;
  border-radius: 5px;
}

/* line 81, ../sass/bko/_stats.scss */
iframe {
  margin: 0 auto;
  display: block;
  width: 980px;
}

/* line 87, ../sass/bko/_stats.scss */
.user-donut {
  max-width: 380px;
  margin: 0 auto;
}

/* line 91, ../sass/bko/_stats.scss */
.homework-donut {
  max-width: 380px;
  margin: 0 auto;
}
