/* THEME-COLOR DEFINATION */
/* EXTRA-COLOR DEFINATION */
/* BACKGROUND-COLOR DEFINATION */
/* TEXT-COLOR DEFINATION */
/* FUNCTION-COLOR DEFINATION */
/* FONT-SIZE DEFINATION */
/* FONT-WEIGHT DEFINATION */
/* FONT-FAMILY DEFINATION */
.timeline-list:after, .btn-radio:after, .timeline-list:before, .btn-radio:before {
  content: "";
  display: table;
}
.timeline-list:after, .btn-radio:after {
  clear: both;
}

html {
  height: 100%;
}

body {
  background: #F6F5FA;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #3D4246;
  height: 100%;
}

h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2C343F;
  margin: 0px;
  padding: 20px 0px;
}

h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2C343F;
  margin: 0px;
  padding: 15px 0px;
}

h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2C343F;
  margin: 0px;
  padding: 10px 0px;
}

h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2C343F;
  margin: 0px;
  padding: 5px 0px;
}

a {
  color: #CA2530;
}
a:hover, a:focus {
  color: #9f1d26;
}

label {
  font-size: 12px;
  font-weight: 600;
}

i {
  margin-right: 5px;
}

hr {
  border-color: #CCD0D4;
  box-shadow: 0px 1px 0px 0px #fff;
}

fieldset legend {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border-bottom: none;
  margin-bottom: 10px;
}
fieldset legend:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #eee;
  position: absolute;
  margin-left: 10px;
  top: 10px;
}

textarea {
  resize: none;
}

.navbar.navbar-inverse {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 2px 1px #ddd;
  border-radius: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.navbar.navbar-inverse .navbar-header {
  display: inline-block;
  margin: 0px;
}
.navbar.navbar-inverse .nav.navbar-nav {
  float: right;
}
.navbar.navbar-inverse .nav.navbar-nav > li {
  display: inline-block;
}
.navbar.navbar-inverse .nav.navbar-nav > li > a {
  color: #3D4246;
}
.navbar.navbar-inverse .nav.navbar-nav > li.dropdown {
  position: static;
}
@media (min-width: 768px) {
  .navbar.navbar-inverse .nav.navbar-nav > li.dropdown {
    position: relative;
  }
}
.navbar.navbar-inverse .nav.navbar-nav > li.dropdown > .dropdown-menu {
  border-color: #eee;
  border-radius: 0px;
  position: absolute;
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .navbar.navbar-inverse .nav.navbar-nav > li.dropdown > .dropdown-menu {
    min-width: 160px;
  }
}
.navbar.navbar-inverse .nav.navbar-nav > li.dropdown > .dropdown-menu li.divider {
  background-color: #e5e5e5;
}
.navbar.navbar-inverse .nav.navbar-nav > li.dropdown > .dropdown-menu li a {
  background-color: #fff;
  color: #3D4246;
}
.navbar.navbar-inverse .nav.navbar-nav > li.dropdown > .dropdown-menu li a:hover, .navbar.navbar-inverse .nav.navbar-nav > li.dropdown > .dropdown-menu li a:active {
  background-color: #eee;
}
.navbar.navbar-inverse .nav.navbar-nav > li.dropdown > .dropdown-menu li form > button {
  width: 100%;
  border: none;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  text-align: left;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #3D4246;
  background-color: #fff;
}
.navbar.navbar-inverse .nav.navbar-nav > li.dropdown > .dropdown-menu li form > button:hover, .navbar.navbar-inverse .nav.navbar-nav > li.dropdown > .dropdown-menu li form > button:active {
  text-decoration: none;
  background-color: #eee;
}
.navbar.navbar-inverse .nav.navbar-nav > li.dropdown.open > a {
  background-color: #E5E8ED;
}
.navbar.navbar-inverse .navbar-form {
  border: none;
  box-shadow: none;
}
.navbar.navbar-inverse .navbar-form .input-group .form-control {
  background: #E5E8ED;
  border: none;
  box-shadow: none;
  color: #A1A4AB;
}
.navbar.navbar-inverse .navbar-form .input-group .form-control::-webkit-input-placeholder {
  color: #A1A4AB;
}
.navbar.navbar-inverse .navbar-form .input-group .form-control:-moz-placeholder {
  color: #A1A4AB;
}
.navbar.navbar-inverse .navbar-form .input-group .form-control::-moz-placeholder {
  color: #A1A4AB;
}
.navbar.navbar-inverse .navbar-form .input-group .form-control:-ms-input-placeholder {
  color: #A1A4AB;
}
.navbar.navbar-inverse .navbar-form .input-group .input-group-btn .btn-primary {
  height: 34px;
  line-height: 20px;
  background-color: #E5E8ED !important;
  border: 1px solid #E5E8ED !important;
  color: #A1A4AB;
}
.navbar.navbar-inverse .navbar-form .input-group .input-group-btn .btn-primary i {
  margin: 0px;
  font-size: 16px;
}

.navbar.navbar-default {
  background: #fff;
  border: none;
  margin-bottom: 0px;
}
.navbar.navbar-default .nav.navbar-nav li a {
  font-size: 14px;
  font-weight: 600;
  color: #2C343F;
}
.navbar.navbar-default .nav.navbar-nav li a:hover, .navbar.navbar-default .nav.navbar-nav li a:focus {
  color: #CA2530;
}
.navbar.navbar-default .nav.navbar-nav li.active a {
  color: #CA2530;
  background: transparent;
  position: relative;
}
.navbar.navbar-default .nav.navbar-nav li.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #CA2530;
  height: 3px;
  border-radius: 10px;
  width: 70%;
  margin: auto;
}

.navbar-header .navbar-brand {
  height: auto;
  margin: 3px 0px 0px 0px !important;
  padding: 0px;
}
.page-header {
  border-color: #CCD0D4;
  box-shadow: 0px 1px 0px 0px #fff;
  margin: 5px 0px 15px 0px;
}
.page-header h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0px;
  padding: 10px 0px;
}
.page-header .btn,
.page-header .nav.nav-pills {
  margin-top: 25px;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 14px;
  color: #2C343F;
}
.breadcrumb .active {
  color: #2C343F;
}

.badge {
  background-color: #000000;
}

.form-control:focus {
  border-color: #CA2530;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e9868c;
}
.form-control[readonly] {
  background-color: #fff;
}

.nav-pills li > a {
  background-color: #fff;
  border-radius: 0px;
  text-transform: uppercase;
}
.nav-pills li.active > a {
  background-color: #CA2530;
}
.nav-pills li.active > a:hover, .nav-pills li.active > a:focus, .nav-pills li.active > a:active {
  background-color: #b4212b;
}

.input-group-addon {
  background: #fff;
  border-right: none;
}
.input-group .form-control {
  border-left: none;
  box-shadow: none;
}

.btn-lg {
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 4px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.btn-default {
  background-color: #E0E2E5;
  border-color: #E0E2E5;
  border: 1px solid #c4c8ce;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  color: #3D4246;
}
.btn-default:focus, .btn-default:hover, .btn-default:active {
  outline: none;
  background-color: #d2d5d9 !important;
  border-color: #d2d5d9 !important;
  border: 1px solid #c4c8ce !important;
}
.btn-default.active, .btn-default.focus {
  outline: none;
  background-color: #b6bbc2;
  border-color: #b6bbc2;
  border: 1px solid #a9aeb6;
}
.btn-default.active:focus, .btn-default.active:hover, .btn-default.active:active, .btn-default.focus:focus, .btn-default.focus:hover, .btn-default.focus:active {
  background-color: #a9aeb6 !important;
  border-color: #a9aeb6 !important;
  border: 1px solid #8d949f !important;
}
.btn-primary {
  background-color: #CA2530;
  border-color: #CA2530;
  border: 1px solid #9f1d26;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  outline: none;
  background-color: #b4212b !important;
  border-color: #b4212b !important;
  border: 1px solid #9f1d26 !important;
}
.btn-primary.active, .btn-primary.focus {
  outline: none;
  background-color: #891921;
  border-color: #891921;
  border: 1px solid #74151c;
}
.btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active:active, .btn-primary.focus:focus, .btn-primary.focus:hover, .btn-primary.focus:active {
  background-color: #74151c !important;
  border-color: #74151c !important;
  border: 1px solid #490d11 !important;
}
.btn-info {
  background-color: #00a7d4;
  border-color: #00a7d4;
  border: 1px solid #007fa1;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.btn-info:focus, .btn-info:hover, .btn-info:active {
  outline: none;
  background-color: #0093bb !important;
  border-color: #0093bb !important;
  border: 1px solid #007fa1 !important;
}
.btn-info.active, .btn-info.focus {
  outline: none;
  background-color: #006b88;
  border-color: #006b88;
  border: 1px solid #00576e;
}
.btn-info.active:focus, .btn-info.active:hover, .btn-info.active:active, .btn-info.focus:focus, .btn-info.focus:hover, .btn-info.focus:active {
  background-color: #00576e !important;
  border-color: #00576e !important;
  border: 1px solid #002e3b !important;
}
.btn-success {
  background-color: #63dc3f;
  border-color: #63dc3f;
  border: 1px solid #49c424;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.btn-success:focus, .btn-success:hover, .btn-success:active {
  outline: none;
  background-color: #51d829 !important;
  border-color: #51d829 !important;
  border: 1px solid #49c424 !important;
}
.btn-success.active, .btn-success.focus {
  outline: none;
  background-color: #41af20;
  border-color: #41af20;
  border: 1px solid #39991c;
}
.btn-success.active:focus, .btn-success.active:hover, .btn-success.active:active, .btn-success.focus:focus, .btn-success.focus:hover, .btn-success.focus:active {
  background-color: #39991c !important;
  border-color: #39991c !important;
  border: 1px solid #296e14 !important;
}
.btn-warning {
  background-color: #eda515;
  border-color: #eda515;
  border: 1px solid #c0850f;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.btn-warning:focus, .btn-warning:hover, .btn-warning:active {
  outline: none;
  background-color: #d89511 !important;
  border-color: #d89511 !important;
  border: 1px solid #c0850f !important;
}
.btn-warning.active, .btn-warning.focus {
  outline: none;
  background-color: #a9750d;
  border-color: #a9750d;
  border: 1px solid #91640b;
}
.btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.active:active, .btn-warning.focus:focus, .btn-warning.focus:hover, .btn-warning.focus:active {
  background-color: #91640b !important;
  border-color: #91640b !important;
  border: 1px solid #624408 !important;
}
.btn-danger {
  background-color: #ff2801;
  border-color: #ff2801;
  border: 1px solid #cd1f00;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.btn-danger:focus, .btn-danger:hover, .btn-danger:active {
  outline: none;
  background-color: #e72300 !important;
  border-color: #e72300 !important;
  border: 1px solid #cd1f00 !important;
}
.btn-danger.active, .btn-danger.focus {
  outline: none;
  background-color: #b41c00;
  border-color: #b41c00;
  border: 1px solid #9a1800;
}
.btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.active:active, .btn-danger.focus:focus, .btn-danger.focus:hover, .btn-danger.focus:active {
  background-color: #9a1800 !important;
  border-color: #9a1800 !important;
  border: 1px solid #671000 !important;
}
.btn-link {
  color: #CA2530;
}
.btn-link:hover, .btn-link:focus {
  color: #CA2530;
}

.label-default {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.label-primary {
  background-color: #CA2530;
  border: 1px solid #CA2530;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.label-info {
  background-color: #00a7d4;
  border: 1px solid #00a7d4;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.label-success {
  background-color: #63dc3f;
  border: 1px solid #63dc3f;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.label-warning {
  background-color: #eda515;
  border: 1px solid #eda515;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.label-danger {
  background-color: #ff2801;
  border: 1px solid #ff2801;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}

.label-outline-default {
  background: transparent;
  border: 1px solid #000000;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}
.label-outline-primary {
  background: transparent;
  border: 1px solid #CA2530;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #CA2530;
}
.label-outline-info {
  background: transparent;
  border: 1px solid #00a7d4;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #00a7d4;
}
.label-outline-success {
  background: transparent;
  border: 1px solid #63dc3f;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #63dc3f;
}
.label-outline-warning {
  background: transparent;
  border: 1px solid #eda515;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #eda515;
}
.label-outline-danger {
  background: transparent;
  border: 1px solid #ff2801;
  border-radius: 15px;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #ff2801;
}

a.label-default:focus, a.label-default:hover, a.label-default:active,
a.label-outline-default:focus,
a.label-outline-default:hover,
a.label-outline-default:active {
  outline: none;
  background-color: black !important;
  border-color: black !important;
}
a.label-primary:focus, a.label-primary:hover, a.label-primary:active,
a.label-outline-primary:focus,
a.label-outline-primary:hover,
a.label-outline-primary:active {
  outline: none;
  background-color: #b4212b !important;
  border-color: #b4212b !important;
}
a.label-info:focus, a.label-info:hover, a.label-info:active,
a.label-outline-info:focus,
a.label-outline-info:hover,
a.label-outline-info:active {
  outline: none;
  background-color: #0093bb !important;
  border-color: #0093bb !important;
}
a.label-success:focus, a.label-success:hover, a.label-success:active,
a.label-outline-success:focus,
a.label-outline-success:hover,
a.label-outline-success:active {
  outline: none;
  background-color: #51d829 !important;
  border-color: #51d829 !important;
}
a.label-warning:focus, a.label-warning:hover, a.label-warning:active,
a.label-outline-warning:focus,
a.label-outline-warning:hover,
a.label-outline-warning:active {
  outline: none;
  background-color: #d89511 !important;
  border-color: #d89511 !important;
}
a.label-danger:focus, a.label-danger:hover, a.label-danger:active,
a.label-outline-danger:focus,
a.label-outline-danger:hover,
a.label-outline-danger:active {
  outline: none;
  background-color: #e72300 !important;
  border-color: #e72300 !important;
}

.panel {
  border: none;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px #ddd;
}
.panel .panel-heading {
  border-color: #ddd;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}
.panel .panel-heading .panel-title {
  color: #2C343F;
  padding: 4px 0px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.panel .panel-heading .panel-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  width: 45px;
  height: 4px;
  border-radius: 4px;
}
.panel .panel-body p {
  margin: 0px;
}
.panel .panel-footer {
  background-color: #fff;
}
.panel .panel-footer p {
  margin: 0px;
  font-size: 12px;
}
.panel.panel-default {
  border: none;
}
.panel.panel-default .panel-heading .panel-title:after {
  background-color: #000000;
}
.panel.panel-primary {
  border: none;
}
.panel.panel-primary .panel-heading .panel-title:after {
  background-color: #CA2530;
}
.panel.panel-success {
  border: none;
}
.panel.panel-success .panel-heading .panel-title:after {
  background-color: #63dc3f;
}
.panel.panel-warning {
  border: none;
}
.panel.panel-warning .panel-heading .panel-title:after {
  background-color: #eda515;
}
.panel.panel-danger {
  border: none;
}
.panel.panel-danger .panel-heading .panel-title:after {
  background-color: #ff2801;
}
.panel.panel-info {
  border: none;
}
.panel.panel-info .panel-heading .panel-title:after {
  background-color: #00a7d4;
}

.alert {
  border-radius: 0px;
}
.alert.alert-success {
  border-left: 4px solid #63dc3f;
  border-color: #63dc3f;
  color: #51d829;
  background: #effbec;
  position: relative;
}
.alert.alert-success strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.alert.alert-success .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.alert.alert-warning {
  border-left: 4px solid #eda515;
  border-color: #eda515;
  color: #d89511;
  background: #fceed2;
  position: relative;
}
.alert.alert-warning strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.alert.alert-warning .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.alert.alert-danger {
  border-left: 4px solid #ff2801;
  border-color: #ff2801;
  color: #e72300;
  background: #ffd5cd;
  position: relative;
}
.alert.alert-danger strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.alert.alert-danger .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.alert.alert-info {
  border-left: 4px solid #00a7d4;
  border-color: #00a7d4;
  color: #0093bb;
  background: #a1ebff;
  position: relative;
}
.alert.alert-info strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.alert.alert-info .close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.well {
  background: #F6F5FA;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  position: relative;
}

.progress {
  height: 5px;
  border-radius: 0px;
}
.progress-bar-success {
  background-color: #63dc3f;
  /*@include background-gradient("horizontal", generate-gradient($success-color), $success-color);*/
}
.progress-bar-danger {
  background-color: #ff2801;
  /*@include background-gradient("horizontal", generate-gradient($danger-color), $danger-color);*/
}
.progress-bar-warning {
  background-color: #eda515;
  /*@include background-gradient("horizontal", generate-gradient($warning-color), $warning-color);*/
}
.progress-bar-info {
  background-color: #00a7d4;
  /*@include background-gradient("horizontal", generate-gradient($info-color), $info-color);*/
}
.progress-bar-primary {
  background-color: #CA2530;
  /*@include background-gradient("horizontal", generate-gradient($primary-color), $primary-color);*/
}
.progress-bar-default {
  background-color: #000000;
  /*@include background-gradient("horizontal", generate-gradient($accent-color), $accent-color);*/
}

.pagination li a {
  color: #CA2530;
}
.pagination li a:hover, .pagination li a:focus {
  color: #9f1d26;
}

.media {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.media-heading {
  margin-bottom: 0px;
}
.media:last-child {
  border-bottom: none;
}

.radio label,
.checkbox label {
  padding-left: 25px;
  font-size: 14px;
  user-select: none;
}

.text-primary {
  color: #CA2530;
}
.text-info {
  color: #00a7d4;
}
.text-success {
  color: #63dc3f;
}
.text-warning {
  color: #eda515;
}
.text-danger {
  color: #ff2801;
}
.text-default {
  color: #000000;
}

.table-responsive {
  border: none !important;
}
.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: #def8d6;
}
.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: #fceed2;
}
.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: #ffd5cd;
}
.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: #a1ebff;
}

.modal-dialog .modal-content {
  border-radius: 0px;
}
.modal-dialog .modal-content .modal-header {
  position: relative;
}
.modal-dialog .modal-content .modal-header .modal-title {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
.modal-dialog .modal-content .modal-header .modal-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 15px;
  width: 45px;
  height: 4px;
  border-radius: 4px;
  background-color: #CA2530;
}

.dropdown-menu {
  border-radius: 0px;
  border: none;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.175);
}
.dropdown .active > a, .dropdown a:focus, .dropdown .active > a:hover {
  background-color: #CA2530;
}

.popover-title {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.popover-content {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.nav-tabs li {
  background: transparent;
}
.nav-tabs li > a {
  background-color: transparent !important;
  border: none;
  border-radius: 0px;
  color: #3D4246;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.nav-tabs li > a:hover, .nav-tabs li > a:focus {
  background-color: transparent !important;
  border: none;
}
.nav-tabs li.active > a {
  background-color: transparent !important;
  border: none;
  color: #CA2530 !important;
  position: relative;
}
.nav-tabs li.active > a:hover, .nav-tabs li.active > a:focus {
  background-color: transparent !important;
  border: none;
}
.nav-tabs li.active > a:after {
  content: "";
  width: 65%;
  height: 3px;
  background-color: #CA2530;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.tab-content {
  padding: 30px 0px;
}

.nav-pills li > a {
  font-size: 12px;
  background-color: #fff;
  border-radius: 0px;
  text-transform: uppercase;
}
.nav-pills li.active > a {
  background-color: #CA2530;
}
.nav-pills li.active > a:hover, .nav-pills li.active > a:focus, .nav-pills li.active > a:active {
  background-color: #b4212b;
}

.pull-none {
  margin: auto;
  float: none;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.padding-md {
  padding: 19px 0px 0px 0px;
}

.margin-md {
  margin: 19px 0px 0px 0px;
}

.help-block {
  font-size: 12px;
}

.text-block {
  display: block;
}
.text-nowrap {
  white-space: nowrap;
}
.text-count {
  display: inline-block;
  padding: 0px 15px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.text-count strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.text-count small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5px;
}
.text-count:last-child {
  border-right: 0px;
}
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.text-md {
  font-size: 16px;
}
.text-lg {
  font-size: 22px;
}
.text-xl {
  font-size: 28px;
}

.img-preview {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.btn-upload {
  border: 1px solid #ccc;
  color: #666;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-upload i {
  vertical-align: middle;
}
.btn-upload > input {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.btn-upload:hover, .btn-upload:focus {
  border: 1px solid #ccc !important;
  background-color: #eee !important;
}

.btn-radio {
  display: block;
}
.btn-radio .btn-success,
.btn-radio .btn-danger {
  font-size: 12px;
  background-color: #F0F3F8;
  border: 1px solid #ccc;
  color: #666;
}
.btn-radio .btn-success:hover, .btn-radio .btn-success:focus,
.btn-radio .btn-danger:hover,
.btn-radio .btn-danger:focus {
  background-color: #e9edf5;
  border-color: #ccc;
  color: #666;
}
.btn-radio .btn-success.active {
  border-color: #63dc3f;
  background-color: #63dc3f;
  color: #fff;
}
.btn-radio .btn-success.active:hover, .btn-radio .btn-success.active:focus {
  border-color: #49c424;
  background-color: #49c424;
}
.btn-radio .btn-danger.active {
  border-color: #ff2801;
  background-color: #ff2801;
  color: #fff;
}
.btn-radio .btn-danger.active:hover, .btn-radio .btn-danger.active:focus {
  border-color: #cd1f00;
  background-color: #cd1f00;
}

.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.checkbox-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
}
.checkbox-custom:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.checkbox-custom.selected:after {
  background: #CA2530;
}
.checkbox-custom input[type=checkbox] {
  margin: 2px;
  opacity: 0;
}

.toggle-group {
  margin: 0px;
}
.toggle-group label {
  margin: 4px 0px 0px 0px;
  padding-left: 50px;
  min-height: 30px;
  display: block;
}

.checkbox-toggle {
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 25px;
  border: solid 2px #e6e6e6;
  border-radius: 25px;
  background-color: #fff;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.checkbox-toggle input[type=checkbox] {
  margin: 2px;
  opacity: 0;
}
.checkbox-toggle:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px #ddd;
  position: absolute;
  top: 0px;
  left: 0;
}
.checkbox-toggle.selected {
  border-color: #63dc3f;
  background-color: #63dc3f;
}
.checkbox-toggle.selected:after {
  box-shadow: 0px 0px 0px 2px #63dc3f;
  left: initial;
  right: 0;
}
.checkbox-toggle.disabled {
  cursor: not-allowed !important;
  pointer-events: initial;
}

.listing-checkbox .checkbox {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}
.listing-checkbox .checkbox label {
  display: block;
  padding-left: 5px;
}
.listing-checkbox .checkbox .checkbox-toggle {
  left: initial;
  right: 0;
  top: 12px;
}

.form-group .checkbox.nolabel {
  margin-top: 25px;
}
.form-group .btn.nolabel {
  margin-top: 23px;
}

.radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.radio-custom:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
.radio-custom.selected:after {
  background: #CA2530;
}
.radio-custom input[type=radio] {
  margin: 2px;
  opacity: 0;
}

.select-wrapper-custom {
  display: block;
  position: relative;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select-wrapper-custom:after {
  position: absolute;
  right: 10px;
  top: 14px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
}
.select-wrapper-custom select {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
}

.datetime {
  display: block;
  margin-top: 10px;
  padding-top: 4px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #A1A4AB;
}
.datetime span {
  margin-right: 10px;
}

.calendar {
  padding: 15px 5px;
}
.calendar-date {
  display: block;
  color: #CA2530;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.calendar-months {
  display: block;
  color: #CA2530;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.strength-title {
  font-size: 12px;
}
.strength-label {
  font-size: 12px;
  font-weight: 700;
}
.strength-indicator {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #ccc;
}
.strength-indicator:after {
  content: "";
  display: block;
  height: 100%;
}
.strength-danger .strength-label {
  color: #ff2801;
}
.strength-danger .strength-indicator:after {
  width: 25%;
  background-color: #ff2801;
}
.strength-warning .strength-label {
  color: #eda515;
}
.strength-warning .strength-indicator:after {
  width: 50%;
  background-color: #eda515;
}
.strength-success .strength-label {
  color: #63dc3f;
}
.strength-success .strength-indicator:after {
  width: 100%;
  background-color: #63dc3f;
}

.form-index {
  margin-top: 10px;
  display: inline-block;
}

.row-condensed {
  margin-left: -5px;
  margin-right: -5px;
}
.row-condensed > div {
  padding-left: 5px;
  padding-right: 5px;
}

.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: #CA2530;
  border-color: #CA2530;
}
.bg-default {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.bg-danger {
  background-color: #ff2801;
  border-color: #ff2801;
  color: #fff;
}
.bg-info {
  background-color: #00a7d4;
  border-color: #00a7d4;
  color: #fff;
}
.bg-warning {
  background-color: #eda515;
  border-color: #eda515;
  color: #fff;
}
.bg-success {
  background-color: #63dc3f;
  border-color: #63dc3f;
  color: #fff;
}

a.bg-primary:hover, a.bg-primary:focus, a.bg-primary:active {
  background-color: #b4212b;
  border-color: #b4212b;
}
a.bg-default:hover, a.bg-default:focus, a.bg-default:active {
  background-color: black;
  border-color: black;
  color: #fff;
}
a.bg-danger:hover, a.bg-danger:focus, a.bg-danger:active {
  background-color: #e72300;
  border-color: #e72300;
  color: #fff;
}
a.bg-info:hover, a.bg-info:focus, a.bg-info:active {
  background-color: #0093bb;
  border-color: #0093bb;
  color: #fff;
}
a.bg-warning:hover, a.bg-warning:focus, a.bg-warning:active {
  background-color: #d89511;
  border-color: #d89511;
  color: #fff;
}
a.bg-success:hover, a.bg-success:focus, a.bg-success:active {
  background-color: #51d829;
  border-color: #51d829;
  color: #fff;
}

@media print {
  .header,
  .sidemenu-navbar,
  .page-header,
  .footer {
    display: none !important;
  }
  .sidemenu-content {
    margin: 0px !important;
    padding: 0px !important;
  }
  .no-print {
    display: none !important;
  }
  a[href]:after {
    content: "" !important;
  }
}
.page-break-before {
  page-break-before: always;
}

.page-break-after {
  page-break-after: always;
}

.page-break-avoid {
  page-break-inside: avoid;
}

/* MaterialDesignIcons Fonts */
@font-face {
  font-family: "Material Design Icons";
  src: url("../assets/mdi/fonts/materialdesignicons-webfont.eot?v=1.9.32");
  src: url("../assets/mdi/fonts/materialdesignicons-webfont.eot?#iefix&v=1.9.32") format("embedded-opentype"), url("../assets/mdi/fonts/materialdesignicons-webfont.woff2?v=1.9.32") format("woff2"), url("../assets/mdi/fonts/materialdesignicons-webfont.woff?v=1.9.32") format("woff"), url("../assets/mdi/fonts/materialdesignicons-webfont.ttf?v=1.9.32") format("truetype"), url("../assets/mdi/fonts/materialdesignicons-webfont.svg?v=1.9.32#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
#ndp-nepali-box .ndp-header .ndp-prev:after, #ndp-nepali-box .ndp-header .ndp-next:after, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.chart-legend ul {
  padding: 0px;
  list-style: none;
}
.chart-legend ul li {
  margin: 5px 0px;
  display: inline-block;
  width: 50%;
}
.chart-legend ul li span {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
}

.section-listing .dataTable {
  width: 100% !important;
  margin: 15px auto !important;
  display: inline-table;
  border-bottom: 0px;
  border-collapse: collapse;
}
.section-listing .dataTable thead tr > th {
  padding: 5px 10px;
  background-color: #CA2530;
  color: #fff;
  border-bottom: 1px solid #9f1d26;
  vertical-align: middle;
}
.section-listing .dataTable thead tr > th > label {
  margin: 0px;
}
.section-listing .dataTable thead tr > th > label input [type=checkbox] {
  margin: 0px;
}
.section-listing .dataTable tbody tr.selected {
  background-color: #FFFBED !important;
}
.section-listing .dataTable tbody tr.unread {
  background-color: #F6F5FA;
}
.section-listing .dataTable tbody tr.unread > td {
  color: #2C343F;
  font-weight: 600;
}
.section-listing .dataTable tbody tr.unread > td > a {
  font-weight: 400;
}
.section-listing .dataTable tbody tr > td {
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #CCD0D4;
}
.section-listing .dataTable tbody tr > td > label {
  margin: 0px;
}
.section-listing .dataTable tbody tr > td > label input [type=checkbox] {
  margin: 0px;
}
.section-listing .dataTable.no-footer {
  border-bottom: none;
}
.section-listing .dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, .section-listing .dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 12px;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.section-listing .dataTables_wrapper .dataTables_filter input[type=search] {
  background: #fff;
  border: 1px solid #CCD0D4;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 4px;
}
.section-listing .dataTables_wrapper .dataTables_filter input[type=search]:focus {
  border-color: #CA2530;
  outline: none;
}
.section-listing .dataTables_wrapper .dataTables_length select {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.section-listing .dataTables_wrapper .dataTables_length select:focus {
  border-color: #CA2530;
  outline: none;
}
.section-listing .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #e3e6f7;
  border: 1px solid #CCD0D4;
  border-radius: 50% !important;
}
.section-listing .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button:active, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button:visited {
  border-color: #9f1d26;
  background: #9f1d26;
  box-shadow: none;
  color: #fff !important;
}
.section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:visited {
  background: #E5E8ED;
  border: 1px solid #CCD0D4;
  color: #A1A4AB !important;
  cursor: not-allowed;
}
.section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #CA2530;
  border-color: #9f1d26;
  color: #fff !important;
}
.section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.current:active, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.current:visited {
  border-color: #9f1d26;
  background: #9f1d26;
  color: #fff !important;
}
.section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .section-listing .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border-radius: 20px !important;
  width: 100px !important;
  border: 1px solid #CCD0D4;
}
.section-listing .dataTables_wrapper .dt-buttons {
  margin-left: 15px;
}
.section-listing .dataTables_wrapper .dt-buttons .dt-button.button-notification {
  border-radius: 3px;
  text-transform: uppercase;
  border-color: #CCD0D4;
  color: #3D4246;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/preloader.gif) center no-repeat #fff;
}

.error {
  color: #ff2801;
  font-weight: 400;
}

input[type=text].error, input[type=text].error:focus,
input[type=password].error, input[type=password].error:focus,
input[type=email].error, input[type=email].error:focus,
input[type=number].error, input[type=number].error:focus,
select.error, select.error:focus,
textarea.error, textarea.error:focus {
  border-color: #ff2801;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ff7e67;
}

.ui-datepicker {
  width: 215px !important;
  margin-top: 1px;
  border: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-header {
  padding: 2px 0;
  background: #CA2530;
  border: none;
  border-bottom: 1px solid #CA2530;
  border-radius: 0px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 30px;
  height: 30px;
  font-size: 20px;
  border: none;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:visited, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:visited,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  font-size: 20px;
  border: none !important;
  background: transparent !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
  background-image: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  text-indent: inherit;
  left: 5px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  content: "\f141";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:visited, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  left: 5px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  text-indent: inherit;
  right: 0px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: "\f142";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:visited, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  right: 0px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  font-size: 12px;
  font-weight: 400;
  background-color: #CA2530;
  color: #fff;
  border: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month > option,
.ui-datepicker .ui-datepicker-header .ui-datepicker-year > option {
  background-color: #fff;
  color: #333;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  color: #333;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  text-align: center;
  border: none;
  background: transparent;
  color: #CA2530;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #eee;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #CA2530 !important;
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
  background: #f1b1b5;
  color: #CA2530;
}

.ui-menu.ui-widget-content {
  border: 1px solid #ccc;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 5px 10px;
}

#ndp-nepali-box {
  width: 215px;
  border-radius: 0px !important;
  padding: 0px !important;
  border: none !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
#ndp-nepali-box .ndp-header {
  line-height: 28px;
  border-radius: 0px;
  margin: 0px;
  background: none;
  background-color: #CA2530;
  border-color: #CA2530;
  font-size: 20px;
}
#ndp-nepali-box .ndp-header #currentMonth #npd-month-select,
#ndp-nepali-box .ndp-header #currentMonth #npd-year-select {
  background-color: #CA2530;
  color: #fff;
  border: none;
}
#ndp-nepali-box .ndp-header #currentMonth #npd-month-select > option,
#ndp-nepali-box .ndp-header #currentMonth #npd-year-select > option {
  background-color: #fff;
  color: #000;
}
#ndp-nepali-box .ndp-header .ndp-prev,
#ndp-nepali-box .ndp-header .ndp-next {
  background: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff !important;
  top: 2px !important;
}
#ndp-nepali-box .ndp-header .ndp-prev:hover, #ndp-nepali-box .ndp-header .ndp-prev:focus,
#ndp-nepali-box .ndp-header .ndp-next:hover,
#ndp-nepali-box .ndp-header .ndp-next:focus {
  background: #b4212b;
}
#ndp-nepali-box .ndp-header .ndp-next:after {
  content: "\f142";
}
#ndp-nepali-box .ndp-header .ndp-prev:after {
  content: "\f141";
}
#ndp-nepali-box #npd-table-div table {
  width: 100%;
}
#ndp-nepali-box #npd-table-div .ndp-days {
  font-weight: 600px;
}
#ndp-nepali-box #npd-table-div .ndp-date {
  border: none !important;
  background: transparent !important;
  text-align: center;
}
#ndp-nepali-box #npd-table-div .ndp-date > a {
  color: #CA2530;
}
#ndp-nepali-box #npd-table-div .ndp-date:hover {
  background-color: #eee !important;
}
#ndp-nepali-box #npd-table-div .ndp-current {
  background-color: #CA2530;
  border-color: #CA2530;
  text-align: center;
}
#ndp-nepali-box #npd-table-div .ndp-current > a {
  color: #fff;
}
#ndp-nepali-box #npd-table-div .ndp-selected {
  background-color: #f1b1b5;
  border-color: #f1b1b5;
  text-align: center;
}

.owl-offer {
  position: relative;
}
.owl-offer .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.owl-offer .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  margin: 0px 3px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #000;
  opacity: 0.7;
}
.owl-offer .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-offer .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: 15px;
}
.owl-offer .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: 15px;
}
.owl-offer .owl-nav .owl-prev,
.owl-offer .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background: #fff !important;
  border: 1px solid #ccc !important;
  color: #2C343F !important;
  font-size: 24px !important;
}
.owl-offer .owl-nav .owl-prev:hover, .owl-offer .owl-nav .owl-prev:focus,
.owl-offer .owl-nav .owl-next:hover,
.owl-offer .owl-nav .owl-next:focus {
  outline: none;
  background: #eee !important;
}
.owl-offer .owl-nav .owl-prev i,
.owl-offer .owl-nav .owl-next i {
  margin: 0px;
}
.owl-offer-caption {
  padding: 10px 30px 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .owl-offer-caption {
    display: block;
  }
}
.owl-offer-caption > div {
  position: relative;
  z-index: 2;
}
.owl-offer-caption > div h1, .owl-offer-caption > div h2, .owl-offer-caption > div h3, .owl-offer-caption > div h4, .owl-offer-caption > div p {
  padding: 5px 0px;
  color: #fff;
}
.owl-offer-caption:after {
  content: "";
  background: #4F5156;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.nice-select {
  clear: none;
}

.select2-dropdown {
  border: 1px solid #ccc;
}
.select2.select2-container {
  width: 100% !important;
  padding: 0;
}
.select2-selection__rendered i.currency-flag {
  vertical-align: middle;
  margin-bottom: 4px;
}

.select2-container--focus .select2-selection--single {
  border-color: #CA2530 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e9868c;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #CA2530;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e9868c;
}
.select2-container--default .select2-selection--single {
  height: 34px;
  border: 1px solid #ccc;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
}
.select2-container--default .select2-selection--single.error {
  border-color: #ff2801;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ff7e67;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.swal2-styled:focus {
  box-shadow: none !important;
}
.swal2-popup {
  font-size: 1.3rem !important;
}

.toast {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

#toast-container > div {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.wizard > .content {
  background: #fff;
}
.wizard > .content > .body {
  width: 100%;
  height: auto;
  position: initial;
  padding: 25px 5px;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  height: 70px;
  line-height: 70px;
  border-radius: 4px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding: 0px 0px 0px 55px;
}
.wizard > .steps .number {
  font-family: "Noto Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  opacity: 0.3;
  position: absolute;
  top: -2px;
  left: 20px;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #CA2530;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #e15b64;
}

.bootstrap-datetimepicker-widget {
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-datetimepicker-widget .timepicker-picker table td {
  padding: 0px;
  height: auto;
  line-height: normal;
  width: auto;
}
.bootstrap-datetimepicker-widget .timepicker-picker .btn span {
  height: 35px;
  line-height: 35px;
}

.SumoSelect {
  width: 100%;
}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  border-color: #CA2530;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e9868c;
}
.SumoSelect:focus > .CaptionCont.error, .SumoSelect:hover > .CaptionCont.error, .SumoSelect.open > .CaptionCont.error {
  border-color: #ff2801;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ff7e67;
}
.SumoSelect > .CaptionCont {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.SumoSelect > .CaptionCont.error {
  border-color: #ff2801;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ff7e67;
}
.SumoSelect > .CaptionCont > label {
  margin: 0px;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #999;
  font-style: normal;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i .select-all {
  background-color: #CA2530;
}
.SumoSelect .select-all {
  height: auto;
  padding: 8px 0 8px 35px;
}
.SumoSelect .select-all > label {
  margin: 0px;
}
.SumoSelect .optWrapper > .options li label {
  margin: 0px;
}

.jstree-icon.jstree-themeicon-custom {
  color: #FD9A17;
  font-size: 20px;
}
.jstree-node .jstree-leaf {
  margin-left: 10px !important;
}
.jstree-node .jstree-leaf .jstree-icon.jstree-themeicon-custom {
  color: #FD9A17;
  font-size: 20px;
}

a.act-more {
  text-decoration: none !important;
  font-size: 16px;
  vertical-align: middle;
}

.act-tr-level-0 td:first-child {
  white-space: nowrap;
  padding-left: 10px !important;
}

.act-tr-level-1 td:first-child {
  white-space: nowrap;
  padding-left: 20px !important;
}

.act-tr-level-2 td:first-child {
  white-space: nowrap;
  padding-left: 30px !important;
}

.act-tr-level-3 td:first-child {
  white-space: nowrap;
  padding-left: 40px !important;
}

.act-tr-level-4 td:first-child {
  white-space: nowrap;
  padding-left: 50px !important;
}

.act-tr-level-5 td:first-child {
  white-space: nowrap;
  padding-left: 60px !important;
}

.act-tr-level-6 td:first-child {
  white-space: nowrap;
  padding-left: 70px !important;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}
.header .dropdown-user > a {
  text-transform: uppercase;
}
.header .dropdown-user > a > i {
  font-size: 26px;
  vertical-align: middle;
}
.header .dropdown-icon > a {
  position: relative;
}
.header .dropdown-icon > a > i {
  margin: 0px;
  font-size: 20px;
  vertical-align: middle;
}
.header .dropdown-icon > a .badge {
  position: absolute;
  top: 6px;
  right: 0px;
}
.header .dropdown-icon .list-group {
  width: 100%;
  padding: 0px;
  margin: 0px;
  /*@include breakpoint(sm) {
      width: 300px;
  }*/
}
.header .dropdown-icon .list-group .list-group-item {
  border: 0px;
  border-bottom: 1px solid #eee;
  margin: 0px;
}
.header .dropdown-icon .list-group .list-group-item:first-child, .header .dropdown-icon .list-group .list-group-item:last-child {
  border-radius: 0px;
}
.header .dropdown-icon .list-group .list-group-item:last-child {
  border-bottom: 0px;
}
.header .dropdown-notification {
  width: 400px !important;
  padding: 0px !important;
}
.header .dropdown-notification-view {
  border-top: 1px solid #eee;
  display: block;
  padding: 10px 0px;
  text-align: center;
  text-transform: uppercase;
  color: #A1A4AB;
}
.header .dropdown-notification-view:focus, .header .dropdown-notification-view:hover {
  color: #2C343F;
  text-decoration: none;
}
.header .dropdown-notification-slimscroll,
.header .dropdown-notification .slimScrollDiv {
  overflow-y: scroll;
  max-height: 365px !important;
  min-height: 365px !important;
}

.sidemenu-icon {
  width: 20px;
  height: 17px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
  position: relative;
}
.sidemenu-icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #A1A4AB;
  transition: 0.4s;
}
.sidemenu-icon-bar:first-child {
  top: 5px;
}
.sidemenu-icon-bar:nth-child(2) {
  bottom: 5px;
}
.sidemenu-icon-bar:last-child {
  bottom: 0;
}
.sidemenu-icon.icon-close .sidemenu-icon-bar:first-child {
  transform: rotate(-42deg) translate(0px, 8px);
}
.sidemenu-icon.icon-close .sidemenu-icon-bar:nth-child(2) {
  opacity: 0;
}
.sidemenu-icon.icon-close .sidemenu-icon-bar:last-child {
  bottom: -2px;
  transform: rotate(45deg) translate(0px, -8px);
}
.sidemenu-icon.icon-back .sidemenu-icon-bar:first-child {
  width: 10px;
  top: 6px;
  transform: rotate(135deg);
}
.sidemenu-icon.icon-back .sidemenu-icon-bar:last-child {
  width: 10px;
  bottom: 1px;
  transform: rotate(-135deg);
}
.sidemenu-navbar {
  height: calc(100% - 55px);
  position: fixed;
  left: 0;
  top: 50px;
  width: 250px;
  z-index: 9;
  padding: 15px;
}
.sidemenu-navbar .slimScrollDiv {
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px #ddd;
}
.sidemenu-navbar .navbar.navbar-default {
  height: 100%;
  padding: 8px;
}
.sidemenu-list li {
  margin: 1px 0px;
  box-shadow: none;
}
.sidemenu-list li a {
  border-radius: 4px;
  padding: 10px 15px 10px 45px;
  font-size: 14px;
  font-weight: 600;
  color: #2C343F;
  position: relative;
}
.sidemenu-list li a i {
  margin: 0px;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #A1A4AB;
  position: absolute;
  left: 15px;
  top: 8px;
}
.sidemenu-list li a:hover, .sidemenu-list li a:focus {
  background-color: #F6F5FA;
  color: #CA2530;
}
.sidemenu-list li a:hover > i, .sidemenu-list li a:focus > i {
  color: #CA2530;
}
.sidemenu-list li.active > a {
  color: #CA2530;
  background-color: #f9dcde;
  position: relative;
  /*&:after {
      content: "";
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      background-color: $primary-color;
      width: 4px;
      margin: auto;
  }*/
}
.sidemenu-list li.active > a i {
  color: #CA2530;
}
.sidemenu-list li.active > a:hover, .sidemenu-list li.active > a:focus {
  background-color: #f5c6c9;
}
.sidemenu-list li.panel > a {
  position: relative;
  padding-right: 25px;
}
.sidemenu-list li.panel > a:after {
  position: absolute;
  right: 0;
  right: 11px;
  top: 21px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sidemenu-list li.panel ul.nav.nav-stacked li a {
  font-size: 12px;
  padding: 8px 2px 8px 55px;
}
.sidemenu-list li.panel ul.nav.nav-stacked li a i {
  left: 30px;
  font-size: 16px;
  top: 6px;
}
.sidemenu-list li.panel ul.nav.nav-stacked li.panel > a:after {
  top: 15px;
}
.sidemenu-list li.panel ul.nav.nav-stacked li ul.nav.nav-stacked li a {
  padding: 8px 2px 8px 65px;
}
.sidemenu-list li.panel ul.nav.nav-stacked li ul.nav.nav-stacked li i {
  left: 40px;
}
.sidemenu-list .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.sidemenu-content {
  margin-left: 235px;
  margin-top: 115px;
  padding: 15px 25px;
}
@media (min-width: 768px) {
  .sidemenu-content {
    margin-top: 52px;
  }
}

.main {
  margin-top: 100px;
}

.btn-round {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.btn-round i {
  margin: 0px;
  font-size: 16px;
}
.btn-round.btn-lg {
  height: 45px;
  width: 45px;
  line-height: 42px;
}
.btn-round.btn-lg i {
  margin: 0px;
  font-size: 20px;
}
.btn-round.btn-md {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.btn-round.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}
.btn-round.btn-sm i {
  font-size: 14px;
}
.btn-round.btn-default {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #E0E2E5;
  color: #E0E2E5;
}
.btn-round.btn-default:hover, .btn-round.btn-default:focus {
  background: #eeeff1 !important;
  border: 1px solid #E0E2E5 !important;
  color: #fff !important;
}
.btn-round.btn-primary {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #CA2530;
  color: #CA2530;
}
.btn-round.btn-primary:hover, .btn-round.btn-primary:focus {
  background: #d9303b !important;
  border: 1px solid #CA2530 !important;
  color: #fff !important;
}
.btn-round.btn-success {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #63dc3f;
  color: #63dc3f;
}
.btn-round.btn-success:hover, .btn-round.btn-success:focus {
  background: #75e055 !important;
  border: 1px solid #63dc3f !important;
  color: #fff !important;
}
.btn-round.btn-info {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #00a7d4;
  color: #00a7d4;
}
.btn-round.btn-info:hover, .btn-round.btn-info:focus {
  background: #00bbee !important;
  border: 1px solid #00a7d4 !important;
  color: #fff !important;
}
.btn-round.btn-warning {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #eda515;
  color: #eda515;
}
.btn-round.btn-warning:hover, .btn-round.btn-warning:focus {
  background: #efae2d !important;
  border: 1px solid #eda515 !important;
  color: #fff !important;
}
.btn-round.btn-danger {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ff2801;
  color: #ff2801;
}
.btn-round.btn-danger:hover, .btn-round.btn-danger:focus {
  background: #ff3e1b !important;
  border: 1px solid #ff2801 !important;
  color: #fff !important;
}
.btn-round.btn-link {
  padding: 0px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ddd;
  color: #ddd;
  color: #CA2530 !important;
}
.btn-round.btn-link:hover, .btn-round.btn-link:focus {
  background: #eaeaea !important;
  border: 1px solid #ddd !important;
  color: #fff !important;
}
.btn-round.btn-link:hover, .btn-round.btn-link:focus {
  color: #CA2530 !important;
}

.btn-round-fill {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.btn-round-fill i {
  margin: 0px;
  font-size: 16px;
}
.btn-round-fill.btn-lg {
  height: 45px;
  width: 45px;
  line-height: 42px;
}
.btn-round-fill.btn-lg i {
  margin: 0px;
  font-size: 20px;
}
.btn-round-fill.btn-md {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.btn-round-fill.btn-sm {
  height: 35px;
  width: 35px;
  line-height: 32px;
}
.btn-round-fill.btn-default {
  padding: 0px;
  text-align: center;
  background: #E0E2E5;
  border-radius: 100%;
  border: 2px solid #E0E2E5;
  color: #fff;
}
.btn-round-fill.btn-default:hover, .btn-round-fill.btn-default:focus {
  background: #eeeff1 !important;
  border: 2px solid #E0E2E5 !important;
  color: #fff !important;
}
.btn-round-fill.btn-primary {
  padding: 0px;
  text-align: center;
  background: #CA2530;
  border-radius: 100%;
  border: 2px solid #CA2530;
  color: #fff;
}
.btn-round-fill.btn-primary:hover, .btn-round-fill.btn-primary:focus {
  background: #d9303b !important;
  border: 2px solid #CA2530 !important;
  color: #fff !important;
}
.btn-round-fill.btn-success {
  padding: 0px;
  text-align: center;
  background: #63dc3f;
  border-radius: 100%;
  border: 2px solid #63dc3f;
  color: #fff;
}
.btn-round-fill.btn-success:hover, .btn-round-fill.btn-success:focus {
  background: #75e055 !important;
  border: 2px solid #63dc3f !important;
  color: #fff !important;
}
.btn-round-fill.btn-warning {
  padding: 0px;
  text-align: center;
  background: #eda515;
  border-radius: 100%;
  border: 2px solid #eda515;
  color: #fff;
}
.btn-round-fill.btn-warning:hover, .btn-round-fill.btn-warning:focus {
  background: #efae2d !important;
  border: 2px solid #eda515 !important;
  color: #fff !important;
}
.btn-round-fill.btn-danger {
  padding: 0px;
  text-align: center;
  background: #ff2801;
  border-radius: 100%;
  border: 2px solid #ff2801;
  color: #fff;
}
.btn-round-fill.btn-danger:hover, .btn-round-fill.btn-danger:focus {
  background: #ff3e1b !important;
  border: 2px solid #ff2801 !important;
  color: #fff !important;
}
.btn-round-fill.btn-link {
  padding: 0px;
  text-align: center;
  background: #ddd;
  border-radius: 100%;
  border: 2px solid #ddd;
  color: #fff;
  color: #CA2530;
}
.btn-round-fill.btn-link:hover, .btn-round-fill.btn-link:focus {
  background: #eaeaea !important;
  border: 2px solid #ddd !important;
  color: #fff !important;
}
.btn-round-fill.btn-link:hover, .btn-round-fill.btn-link:focus {
  color: #CA2530;
}

.row-search .form-group {
  margin-bottom: 0px;
}
.row-search .form-group .input-group .form-control {
  background-color: #E0E2E5;
  border-color: #E0E2E5;
  box-shadow: none;
}
.row-search .form-group .input-group .input-group-btn .btn-default {
  border: 1px solid #E0E2E5;
}

.btn-filter {
  border: 1px solid #ccc;
  background: #fff;
  color: #3D4246;
}
.btn-filter:hover, .btn-filter:focus {
  border: 1px solid #ccc;
  background: #eee;
  color: #3D4246;
}
.btn-export {
  margin-top: 50px;
}

.row-filter .form-group {
  margin-bottom: 0px;
}
.row-filter .form-group .btn {
  margin-top: 24px;
}

.section-aside {
  overflow-y: auto;
  overflow-x: scroll;
}
.section-aside .form-control {
  background: #F6F5FA;
  border: 1px solid #CCD0D4;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 4px;
}
.section-aside .form-control:focus {
  border-color: #CA2530;
  outline: none;
}
.section-filter {
  background-color: #fff;
  margin-top: 15px;
  box-shadow: 0 0 4px 1px #ddd;
}
.section-sidebar {
  height: calc(100% - 50px) !important;
  background: #fff;
  box-shadow: 0 0 0 1px #ddd;
  z-index: 2;
  top: 50px !important;
}
.section-listing {
  /*.table {
      tr th {
          text-transform: uppercase;
      }

      tr td,
      tr th {
          vertical-align: middle;
      }

      tr th:first-child,
      tr td:first-child {
          padding-left: 20px;
      }

      tr th:last-child,
      tr td:last-child {
          padding-right: 20px;
      }
  }*/
}
.section-listing .pagination {
  margin: 0px;
}
.section-listing .pagination-info {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.section-reporting {
  margin: 15px auto;
}
.section-reporting .table {
  width: 100% !important;
  margin: 0px auto !important;
  display: inline-table;
  border-bottom: 0px;
  border-collapse: collapse;
}
.section-reporting .table thead tr > th {
  padding: 5px 10px;
  background-color: #F6F5FA;
  color: #2C343F;
  font-weight: 600;
  border-bottom: 1px solid #d7d3e9;
}
.section-reporting .table thead tr > th h3 {
  padding: 10px 0px;
}
.section-reporting .table thead tr > th p {
  margin: 5px 0px;
}
.section-reporting .table thead tr > th p strong {
  font-weight: 700;
}
.section-reporting .table tbody tr > td {
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #CCD0D4;
}
.section-reporting .table tfoot tr > td {
  padding: 5px 10px;
  background-color: #F6F5FA;
  color: #2C343F;
  font-weight: 600;
}

.login-body {
  background-image: url("../img/login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.login-body:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #CA2530;
  background: -moz-linear-gradient(top, #CA2530 0%, #d9303b 100%);
  background: -webkit-linear-gradient(top, #CA2530 0%, #d9303b 100%);
  background: linear-gradient(to bottom, #CA2530 0%, #d9303b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startColor", endColorstr="$endColor",GradientType=0 );
  opacity: 0.5;
  z-index: 1;
}
.login-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.login-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.login-col {
  width: 100%;
  height: 475px;
  background: #fff;
}
@media (min-width: 768px) {
  .login-col {
    width: 50%;
  }
}
.login-title {
  width: 100%;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
  position: relative;
}
.login-title strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}
.login-title:after {
  content: "";
  position: absolute;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #CA2530;
  width: 40px;
  height: 4px;
}
.login-form {
  padding: 75px 25px;
}
@media (min-width: 768px) {
  .login-form {
    padding: 75px 100px;
  }
}
.login-form img {
  width: 200px;
}
.login-banner {
  background-color: #f1b1b5;
  background-image: url("../img/login-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: none;
}
@media (min-width: 768px) {
  .login-banner {
    display: block;
  }
}

.dashboard-filter {
  margin-bottom: -9px;
}
.dashboard-filter .nav-pills {
  margin-top: 8px !important;
}
.dashboard-filter .nav-pills li {
  background: transparent;
}
.dashboard-filter .nav-pills li > a {
  background-color: #F6F5FA !important;
  color: #3D4246;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.dashboard-filter .nav-pills li.active > a {
  background-color: #F6F5FA !important;
  color: #CA2530 !important;
  position: relative;
}
.dashboard-filter .nav-pills li.active > a:after {
  content: "";
  width: 80%;
  height: 3px;
  background-color: #CA2530;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.dashboard-tab li > a {
  background-color: #F6F5FA;
  color: #3D4246;
  border-right: 1px solid #ddd;
}
.dashboard-tab li:first-child > a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px !important;
}
.dashboard-tab li:last-child > a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px !important;
  border-right: none;
}
.dashboard-tab li.active > a, .dashboard-tab li.active > a:focus {
  background-color: #E5E8ED;
  color: #CA2530;
}
.dashboard-tab li.active > a:hover {
  background-color: #dfe3e9;
  color: #CA2530;
}
.dashboard-tab-content {
  /*margin-top: 30px;*/
}
.dashboard-counter {
  position: relative;
}
.dashboard-counter-icon {
  float: right;
  height: 60px;
  width: 60px;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  border-radius: 6px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
}
.dashboard-counter-icon i {
  margin: auto;
}
.dashboard-counter-title {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
}
.dashboard-counter-data {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.dashboard-wrapper > div {
  border-right: 1px solid #CCD0D4;
}
.dashboard-wrapper > div:last-child {
  border-right: none;
}
.dashboard-select-title {
  float: left;
  margin-top: 6px;
  margin-bottom: 5px;
}
.dashboard-select-panel .SumoSelect {
  width: 200px;
  float: right;
  margin: 2px 0px 0px 0px;
}
.dashboard-filter-dropdown {
  float: right;
}
.dashboard-filter-dropdown .dropdown-toggle {
  margin-top: 2px;
  margin-left: 4px;
}
.dashboard-filter-dropdown .dropdown-toggle > i {
  margin-right: 0px;
}
.dashboard-block {
  margin: 5px 0px;
  display: block;
}
.dashboard-title {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.dashboard-count {
  margin-top: 5px;
  margin-block: 10px;
  margin-right: 10px;
  font-size: 28px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.dashboard-count-lg {
  font-size: 22px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.dashboard-count-md {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.dashboard-icon {
  padding: 4px 8px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  margin-right: 5px;
}
.dashboard-icon i {
  margin: 0px;
}
.dashboard-text {
  font-size: 14px;
}
.dashboard-text-lg {
  font-size: 22px;
}
.dashboard-text-md {
  font-size: 16px;
}
.dashboard-text-sm {
  font-size: 12px;
}
.dashboard-group {
  margin-top: 15px;
}
.dashboard-group .progress {
  margin-top: 5px;
}

.sidebar-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.sidebar-header .close {
  position: absolute;
  right: 15px;
  top: 12px;
}
.sidebar-title {
  color: #2C343F;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.sidebar-title:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0px;
  width: 45px;
  height: 4px;
  border-radius: 4px;
  background-color: #CA2530;
}
.sidebar-body {
  padding: 15px;
  height: calc(100% - 45px) !important;
  overflow-y: auto;
}

.timeline {
  position: relative;
}
.timeline-title {
  padding-left: 85px;
  margin-bottom: 15px;
}
.timeline-title:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2C343F;
  position: absolute;
  left: 60px;
  z-index: 1;
  border: 2px solid #fff;
  top: 10px;
}
.timeline-title strong {
  font-family: "Quicksand", sans-serif;
  display: block;
  text-transform: uppercase;
}
.timeline-title small {
  display: block;
  text-transform: uppercase;
}
.timeline-text {
  float: left;
  font-size: 12px;
  font-weight: 600;
}
.timeline-item {
  padding-left: 85px;
  position: relative;
}
.timeline-item h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.timeline-item p {
  font-size: 12px;
  color: #A1A4AB;
}
.timeline-item:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 60px;
  z-index: 1;
  border: 2px solid #fff;
  top: 5px;
}
.timeline-item-primary:after {
  background: #CA2530;
}
.timeline-item-default:after {
  background: #000000;
}
.timeline-item-success:after {
  background: #63dc3f;
}
.timeline-item-warning:after {
  background: #eda515;
}
.timeline-item-danger:after {
  background: #ff2801;
}
.timeline-item-info:after {
  background: #00a7d4;
}
.timeline:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0px;
  left: 65px;
  background: #CCD0D4;
}

.loading:after {
  content: "";
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.loading svg {
  width: 5%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.loading .cls-1,
.loading .cls-2 {
  animation: flicker 1.5s infinite;
}
.loading .cls-3 {
  animation: bounce 1.5s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  padding-bottom: 25px;
}

.custom-legend {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 5px;
}

/*# sourceMappingURL=portal.css.map */
