/*** IMPORTS ***/
body {
  padding-bottom: 130px;
}

.max-width {
  max-width: 1170px;
  margin: 0 auto;
}

.container-fluid.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.big-padding {
  padding-left: 7%;
  padding-right: 7%;
}

.nl2br {
  white-space: pre-line;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-margin {
  margin: 0 !important;
}

.top-margin {
  margin-top: 16px;
}

.wrap-break {
  word-wrap: break-word;
}

.text-decoration-none {
  text-decoration: none !important;
}

.px-preview-image {
  max-width: 130px;
}

.material-icons {
  vertical-align: middle;
}
.material-icons.md-14 {
  font-size: 14px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-20 {
  font-size: 20px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-72 {
  font-size: 72px;
}

/*** Commonly used widths ***/
.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-100 {
  width: 100%;
}

.float-left {
  float: left;
}

.mh-200px {
  max-height: 200px;
  overflow-y: auto;
}

.mh-300px {
  max-height: 300px;
  overflow-y: auto;
}

/*** NAVIGATION ***/
.px-header-useractions {
  background-color: #363636;
  color: #fff;
  padding: 7px 0;
}
.px-header-useractions .title {
  padding-top: 3px;
}
.px-header-useractions .dropdown-menu {
  min-width: 160px;
}
.px-header-useractions .breadcrumb {
  margin-bottom: 0;
}
.px-header-useractions .breadcrumb a {
  color: #fff;
}
.px-header-useractions .breadcrumb .active {
  color: #949494;
}

.px-navbar.navbar-default {
  background-color: #fff;
  border: none;
  margin-bottom: 0;
}
.px-navbar.navbar-default .navbar-brand {
  padding-top: 12px;
  padding-right: 50px;
}
.px-navbar.navbar-default .navbar-brand img {
  width: 185px;
}
.px-navbar.navbar-default .navbar-nav {
  font-weight: 700;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li a {
  line-height: 1.5;
  text-align: center;
  height: 70px;
  display: block;
  padding-top: 16px;
  min-width: 120px;
  color: #949494;
  border-right: 1px solid #CCC;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li a .caret {
  display: block;
  margin: 3px auto 0;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li.active a {
  background-color: transparent;
  color: #000;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li.open a, .px-navbar.navbar-default .navbar-nav.px-nav-menu li:focus a, .px-navbar.navbar-default .navbar-nav.px-nav-menu li:hover a {
  background-color: #f4f4f4;
  color: #000;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li:first-child a {
  border-left: 1px solid #CCC;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu {
  border: 1px solid #CCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #f4f4f4;
  padding: 15px 10px;
  font-size: 12px;
  left: -1px;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e0e0e0;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li:first-child {
  border-top: 1px solid #e0e0e0;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li a {
  text-align: left;
  height: auto;
  border: none !important;
  padding: 10px 15px;
  color: #878787;
  background-image: url("../../layout/icon-playarrow.png");
  background-position: 0 14px;
  background-repeat: no-repeat;
}
.px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li.active a {
  color: #000;
}
.px-navbar.navbar-default .navbar-nav.px-nav-btns li {
  margin: 16px 0 0 10px;
}
.px-navbar.navbar-default .navbar-nav.px-nav-btns li a.btn {
  padding: 7px 15px !important;
  text-align: left !important;
  display: inline-block;
}

.px-searchheader {
  background-color: #002F56;
  color: #fff;
  padding: 10px 0;
  margin: 0 0 15px;
}
.px-searchheader .px-searchheader-btn {
  width: 115px;
  float: right;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 36px;
}
.px-searchheader .form-group.px-searchheader-type {
  width: 165px;
  margin-right: 15px;
}
.px-searchheader .form-group.px-searchheader-type .px-dropdown button, .px-searchheader .form-group.px-searchheader-type .px-dropdown ul {
  font-size: 14px;
}
.px-searchheader .form-group.px-searchheader-text {
  width: calc(100% - 320px);
}
.px-searchheader .form-group.px-searchheader-text input {
  width: 100%;
  border: none;
}

/*** PAGE ***/
.px-page-body {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 250px);
}

.px-page-rhs {
  float: left;
  width: 250px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.px-page-header {
  background-color: #E2F0F6;
  padding: 13px 0 13px 13px;
  position: relative;
}
.px-page-header h2 {
  margin: 0;
  padding: 0;
}

.px-page-header-btns {
  margin: -5px 15px 0 0;
  padding: 0;
}
.px-page-header-btns li {
  list-style: none;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}
.px-page-header-btns li ul li {
  margin: 0;
  width: 100%;
}
.px-page-header-btns li.px-separator {
  margin-left: 5px;
}
.px-page-header-btns li.px-separator span {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
}
.px-page-header-btns li.px-arrows {
  margin-right: -20px;
}

.px-page-header-group h2 {
  float: left;
  margin-right: 15px;
}
.px-page-header-group .px-dropdown {
  margin-top: -4px !important;
  margin-bottom: -5px !important;
}
.px-page-header-group .px-dropdown .btn, .px-page-header-group .px-dropdown ul {
  font-size: 14px !important;
}

.px-page-subheader {
  background-color: #E7E7E7;
  padding: 15px 20px;
  border-bottom: 2px solid #CCC;
}

.px-page-content {
  margin: 20px 0;
}

/*** FOOTER ***/
.px-message-footer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 170px;
}
.px-message-footer .close {
  margin-top: 5px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.px-message-footer h3 {
  display: inline-block;
  background-color: #000;
  margin: 0 0 10px;
  padding: 10px 15px;
  color: #fff;
}
.px-message-footer .carousel-indicators {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  margin-left: 10px;
  display: inline-block;
}
.px-message-footer .carousel-indicators li {
  background-color: #CCC;
  border: none;
  width: 12px;
  height: 12px;
  margin: 0 3px 0 0;
}
.px-message-footer .carousel-indicators li.active {
  background-color: #A4B0C8;
}
.px-message-footer .carousel-caption {
  position: relative;
  text-align: left;
  left: auto;
  right: auto;
  bottom: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  text-shadow: none;
  font-size: 16px;
  height: 120px;
}
.px-message-footer .carousel-caption a {
  color: #949494;
}

.px-message-footer-reopen-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.px-message-footer-reopen-container .reopen {
  background-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border-color: #CCC;
  border-bottom: 0;
  color: #333;
  padding: 0;
}

.px-copyright {
  background-color: #F2F2F2;
  margin-top: 50px;
  padding: 10px;
}

/*** OTHER ***/
.check-in-action-button {
  display: inline-block;
  width: 21px;
}

/*** TABLES ****/
.table-responsive {
  clear: both;
  margin-top: 25px;
  margin-bottom: 0;
}

.table-bordered {
  border: none;
  border-top: 1px solid #DDD;
}

.px-table {
  font-size: 12px;
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.px-table th {
  font-size: 14px;
  background-color: #E7E7E7;
  padding: 7px 5px;
  white-space: nowrap;
}
.px-table th.indent {
  padding-left: 25px;
}
.px-table th .glyphicon {
  margin-top: 3px;
  opacity: 0.4;
}
.px-table th .glyphicon.active {
  color: #A4B0C8;
  opacity: 1;
}
.px-table a {
  text-decoration: underline;
}
.px-table .caret {
  margin-right: 8px;
  font-size: 14px;
}
.px-table tr.approve td {
  background-color: #E9F5EA;
}
.px-table tr.remove td {
  background-color: #F9E9E9;
}
.px-table tr.pause-unpause td {
  background-color: #EEE;
}
.px-table tr.open td {
  background-color: #002F56;
  border-color: #004b89;
  color: #fff;
}
.px-table tr.open td a, .px-table tr.open td i {
  color: #fff;
}
.px-table tr.open td label {
  border-color: #004b89;
}
.px-table .px-min-width {
  min-width: 50px; /* two 14px static checkboxes plus padding of 10px ~= 48px */
}
.px-table .px-min-width-60 {
  min-width: 60px; /* two 18px static material icons plus padding of 10px ~= 56px */
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.px-table-controls {
  margin-top: 25px;
}
.px-table-controls .pagination {
  margin-top: 0;
  margin-left: 20px;
}

.px-cell-check {
  text-align: center;
}

td.px-cell-check {
  padding-bottom: 0 !important;
}

.px-cell-toggle {
  padding: 0 !important;
}
.px-cell-toggle.open {
  border-color: #002F56 !important;
  overflow: hidden;
}
.px-cell-toggle .row {
  padding: 15px 15px 0;
}

.px-cell-continue {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #333;
  padding: 15px 0 15px 0 !important;
}
.px-cell-continue h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.px-cell-continue p {
  margin-bottom: 0;
}
.px-cell-continue:not(.no-padding) {
  padding: 15px 0 15px 10px !important;
}

.px-cell-empty {
  border: none !important;
}

.px-cell-add {
  width: 35px !important;
}

/*** DATA LISTS ***/
.px-data-list {
  margin: 0 0 30px;
}
.px-data-list .no-decoration {
  width: 100% !important;
  font-size: inherit !important;
}
.px-data-list ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #CCC;
  font-size: 12px;
}
.px-data-list ul li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 7px;
  border-bottom: 1px solid #CCC;
}
.px-data-list ul li label {
  padding-right: 5px;
  margin: 0;
  width: 33.3333333333%;
  font-size: 14px;
}
.px-data-list ul li span {
  width: 66.6%;
}
.px-data-list ul li span a {
  text-decoration: underline;
}
.px-data-list ul li .btn {
  float: right;
  margin-top: -1px;
}
.px-data-list ul li.px-no-border {
  border: none;
}

.px-data-side-list ul li label {
  font-size: 12px;
}

.px-data-box {
  margin: 0 0 15px;
  background-color: #E2F0F6;
  padding: 15px 15px 5px;
  font-size: 12px;
  word-break: break-word;
  word-wrap: break-word;
}
.px-data-box label {
  font-size: 14px;
}
.px-data-box a {
  text-decoration: underline;
}
.px-data-box a.collapsed .caret {
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}

/*** RHS ***/
.px-rhs-box {
  margin: 0 0 15px;
  background-color: #E7E7E7;
}
.px-rhs-box h3 {
  margin: 0;
  padding: 13px 15px;
  border-bottom: 1px solid #cecece;
  color: #002F56;
}
.px-rhs-box article {
  padding: 15px 15px 0;
}
.px-rhs-box article ul {
  padding: 0 0 15px;
  margin: 0;
}
.px-rhs-box article ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.px-rhs-box article ul li:last-child {
  margin-bottom: 0;
}
.px-rhs-box article ul li a {
  text-align: left;
  color: #333;
}
.px-rhs-box article .btn {
  text-align: left;
}
.px-rhs-box article p {
  padding: 0 0 15px;
  margin: 0;
}
.px-rhs-box.red {
  background-color: #F15852;
  color: #64211E;
}
.px-rhs-box.red h3 {
  color: #fff;
  border-color: #f58681;
}
.px-rhs-box.red .badge {
  color: #F15852;
}

/*** MODAL ***/
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.modal-content .modal-header {
  background-color: #A4B0C8;
  color: #fff;
  border-bottom: none;
}
.modal-content .modal-header .px-modal-orderno {
  margin-top: 10px;
}
.modal-content .px-modal-subheader {
  background-color: #E7E7E7;
  padding: 10px 15px;
}
.modal-content .px-modal-subheader .form-group {
  margin-bottom: 0;
}

/*** FORMS ***/
.form-horizontal .control-label {
  text-align: left;
}

.form-control {
  border-width: 2px;
  box-shadow: none;
  height: auto;
}
.form-control.px-date {
  width: 150px;
}

.input-group-addon {
  border-width: 2px;
}

.help-block {
  font-size: 12px;
}

.px-form-typesearch input[type=text] {
  width: calc(100% - 160px);
  margin-right: 15px;
  display: inline-block;
}

.px-form-results-list, .px-form-results-list-inline {
  border: 2px solid #CCC;
  margin: 20px 0;
  height: 150px;
  overflow-y: scroll;
  font-size: 12px;
  padding: 0 10px;
}
.px-form-results-list label, .px-form-results-list-inline label {
  width: 100% !important;
}

.px-form-results-list-inline {
  width: 66%;
}

.px-input-check {
  display: none;
}
.px-input-check + label {
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  border: 1px solid #CCC;
  margin-bottom: 0;
  margin-top: 2px;
  background-color: #fff;
}
.px-input-check + label i {
  display: none;
  margin-top: -7px;
  margin-left: -1px;
}
.px-input-check.tick + label i {
  color: #44b33a !important;
}
.px-input-check.cross + label i {
  color: #e41a12 !important;
}
.px-input-check.pause-unpause + label i {
  color: #101010 !important;
}
.px-input-check:checked + label i {
  display: inline-block;
}
.px-input-check:disabled + label {
  cursor: not-allowed;
}
.px-input-check.has_text + label {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 0;
  width: auto;
  height: auto;
  text-align: left;
  border: none;
}
.px-input-check.has_text + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  border: 2px solid #CCC;
  margin-bottom: 0;
  vertical-align: middle;
  background-color: #fff;
  position: relative;
}
.px-input-check.has_text + label span i {
  display: none;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  left: -1px;
  top: -1px;
}
.px-input-check.has_text + label.bold {
  background-color: #E7E7E7;
  padding: 5px 10px 5px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.px-input-check.has_text:checked + label span i {
  display: inline-block;
}

/*** REPORTS ***/
.px-report-options .form-inline {
  float: right;
}
.px-report-options .px-dropdown button, .px-report-options .px-dropdown ul {
  font-size: 14px;
}
.px-report-options .form-group:first-child {
  margin-right: 15px;
}

.px-report-fields .px-dropdown button, .px-report-fields .px-dropdown ul {
  font-size: 14px;
}
.px-report-fields .input-group.date {
  width: 170px;
}

.px-report-fields-inline .px-dropdown,
.px-report-fields-inline .input-group,
.px-report-fields-inline .form-control-static {
  margin-right: 10px;
}

.px-report-btns {
  margin: 0;
  padding: 0;
}
.px-report-btns.border-top {
  border-top: 1px solid #CCC;
  margin-top: 15px;
  padding-top: 3px;
}
.px-report-btns.border-top li {
  margin-left: 0;
}
.px-report-btns li {
  list-style: none;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}
.px-report-btns li.label {
  color: #878787;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 5px 10px 0;
  text-align: left;
}

.px-customreport-aside {
  margin: 15px 0;
}
.px-customreport-aside .px-report-btns li:not(.label) {
  width: 50%;
}
.px-customreport-aside .px-report-btns li:not(.label) a {
  text-align: center;
  position: relative;
  padding-top: 28px;
}
.px-customreport-aside .px-report-btns li:not(.label) a i {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
}

.px-box-option {
  background-color: #fff;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
}
.px-box-option .px-box-option-item {
  padding: 20px 20px 10px;
}
.px-box-option .px-box-option-item.border-btm {
  border-bottom: 1px solid #E7E7E7;
}
.px-box-option .px-box-option-item.border-top {
  border-top: 1px solid #E7E7E7;
}
.px-box-option .px-box-option-item.btns {
  border-top: 1px solid #E7E7E7;
  padding-bottom: 20px;
}
.px-box-option .px-box-option-item.btns.reduce-padding {
  padding: 10px 10px 10px 20px;
}
.px-box-option .px-box-option-item h4 {
  color: #002F56;
  margin-top: 0;
}
.px-box-option .px-box-option-item h4 a.px-customreport-toggle {
  display: block;
}
.px-box-option .px-box-option-item h4 a.px-customreport-toggle em {
  padding-top: 2px;
  display: block;
}
.px-box-option .px-box-option-item h4 a.px-customreport-toggle .caret {
  border-width: 5px;
  margin-right: 5px;
}
.px-box-option .px-box-option-item h4 a.px-customreport-toggle.collapsed .caret {
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.px-box-option .px-box-option-item p {
  margin-bottom: 0;
}

/*** FILTER BOX ***/
.filter-box {
  background-color: #E7E7E7;
}

#filter-details {
  padding: 16px 12px 0 32px;
  border-top: 1px solid #CCC;
}

.filter-box label:not(.checkbox-label) {
  font-weight: normal;
}

.filter-box .filter-title a {
  color: #002F56;
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  padding-top: 6px;
}

.filter-box .filter-quick {
  padding: 6px;
}

/*** PAGINATION ***/
.pagination {
  font-size: 12px;
}
.pagination li a {
  border-top-width: 2px;
  border-bottom-width: 2px;
  margin-left: -1px;
  color: #333;
}
.pagination li:first-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 18px;
  -webkit-border-top-left-radius: 18px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 18px;
  -moz-border-radius-topleft: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  border-left-width: 2px;
}
.pagination li:last-child a {
  -webkit-border-top-right-radius: 18px;
  -webkit-border-bottom-right-radius: 18px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 18px;
  -moz-border-radius-bottomright: 18px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 2px;
}

.thumbnail-limit-size {
  max-width: 100%;
}

/*** DROP DOWN MENU ***/
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.px-dropdown {
  position: relative;
}
.px-dropdown button, .px-dropdown ul {
  font-size: 12px;
}
.px-dropdown button {
  height: auto;
  border-color: #CCC;
}
.px-dropdown button:focus, .px-dropdown button:active {
  outline: none;
}
.px-dropdown button.btn-link {
  border: none;
}
.px-dropdown ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
.px-dropdown ul li {
  margin: 2px 0;
}
.px-dropdown ul li a {
  padding: 3px 10px;
}
.px-dropdown.black button, .px-dropdown.black ul {
  background-color: #363636;
  color: #fff;
}
.px-dropdown.black button:hover, .px-dropdown.black button:active {
  color: #F2F2F2;
}
.px-dropdown.black ul li a {
  color: #aeaeae;
}
.px-dropdown.black ul li a:hover, .px-dropdown.black ul li a:focus, .px-dropdown.black ul li a:active {
  background-color: transparent;
  color: #fff;
}

/*** BREADCRUMB ***/
.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 12px;
}

/*** CONTENT FILTER ***/
.px-inline-dropdown {
  font-size: 12px;
}
.px-inline-dropdown .form-inline .form-group {
  display: inline-block !important;
}
.px-inline-dropdown .form-control-static {
  margin-right: 10px;
  color: #878787;
}
.px-inline-dropdown.pull-right {
  margin-top: -5px;
}

/*** STATUS INDICATOR ***/
.px-status-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal;
  margin-right: 5px;
  margin-top: -3px;
  line-height: 9px;
  background-color: #E7E7E7;
  border: 1px solid #CCC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  vertical-align: middle;
}
.px-status-indicator.show-text {
  text-indent: 0;
}
.px-status-indicator.show-text span {
  padding-left: 15px;
}
.px-status-indicator.large {
  width: 12px;
  height: 12px;
  font-size: 14px !important;
}
.px-status-indicator.large.show-text span {
  padding-left: 20px;
}
.px-status-indicator.green {
  background-color: #73CF6A;
  border-color: #3da033;
  color: #3da033;
}
.px-status-indicator.red {
  background-color: #F15852;
  border-color: #cc1811;
  color: #cc1811;
}
.px-status-indicator.yellow {
  background-color: #EBE94C;
  border-color: #a5a312;
  color: #8e8d10;
}

h2 .px-status-indicator {
  margin-left: 10px;
  white-space: nowrap;
}

/*** BUTTONS ***/
.btn {
  font-weight: 700;
  border-width: 2px !important;
  border-color: #a1a1a1;
  background-color: transparent;
  color: #555;
  height: 38px;
  text-decoration: none !important;
}
.btn i {
  margin-left: -8px;
  margin-right: 3px;
  margin-top: -2px;
}
.btn .badge {
  margin-left: 15px;
  margin-right: -8px;
  margin-top: -2px;
  float: right;
  display: block;
  top: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  min-width: 24px;
  height: 24px;
  padding: 6px 6px;
  font-weight: 400;
}
.btn.btn-xs {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  border-width: 1px !important;
  font-weight: 400;
  border-color: #002F56;
  color: #002F56;
  height: auto;
}
.btn.btn-xs:hover {
  background-color: #002F56;
  color: #fff;
}
.btn.btn-link {
  border: none !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  height: auto;
  position: relative;
}
.btn.btn-link.btn-xs {
  color: #002F56;
}
.btn.btn-link.px-header-useractions-link {
  padding-top: 2px;
  text-decoration: none !important;
  margin-right: 10px;
}
.btn.btn-link.px-header-useractions-link:hover {
  text-decoration: underline !important;
}

.px-btn-arrow {
  color: #555;
}

.px-help-icon {
  color: #333;
}

.px-mark-done {
  width: 18px;
  height: 18px;
  background-color: #3da033;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: 1px;
  display: block !important;
  padding-top: 2px;
}

.px-btn-check {
  width: 14px;
  height: 14px;
  border: none;
  padding: 0;
  line-height: 0;
  color: #fff;
  display: inline-block;
}
.px-btn-check.tick {
  background-color: #44b33a;
}
.px-btn-check.cross {
  background-color: #e41a12;
}
.px-btn-check.pause-unpause {
  background-color: #101010;
}
.px-btn-check:hover, .px-btn-check:focus, .px-btn-check:active {
  color: #fff;
}

.px-btn-add {
  display: block;
  width: 20px;
  height: 20px !important;
  padding: 0;
}
.px-btn-add i {
  margin: -2px auto 0;
}

/*** BOOTSTRAP SELECT ***/
.bootstrap-select .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  padding: 7px 12px 7px 15px !important;
}
.bootstrap-select .btn .caret {
  color: #A4B0C8;
}
.bootstrap-select.px-no-border .btn {
  border: none;
}
.bootstrap-select.slim .btn {
  padding: 7px 25px 7px 10px !important;
}

/*** BUTTON COLORS ***/
.px-btn-orange {
  color: #E59729 !important;
  border-color: #E59729 !important;
  background-color: transparent !important;
}
.px-btn-orange:hover, .px-btn-orange:focus, .px-btn-orange:active {
  border-color: #da8b1a;
}
.px-btn-orange .badge {
  background-color: #E59729;
}
.px-btn-orange.solid {
  color: #fff !important;
  background-color: #E59729 !important;
}
.px-btn-orange.solid:hover, .px-btn-orange.solid:focus, .px-btn-orange.solid:active {
  background-color: #da8b1a;
}
.px-btn-orange.solid .badge {
  color: #E59729;
  background-color: #fff;
}

.px-btn-blue {
  color: #A4B0C8 !important;
  border-color: #A4B0C8 !important;
  background-color: transparent !important;
}
.px-btn-blue:hover, .px-btn-blue:focus, .px-btn-blue:active {
  border-color: #94a2be;
}
.px-btn-blue .badge {
  background-color: #A4B0C8;
}
.px-btn-blue.solid {
  color: #fff !important;
  background-color: #A4B0C8 !important;
}
.px-btn-blue.solid:hover, .px-btn-blue.solid:focus, .px-btn-blue.solid:active {
  background-color: #94a2be !important;
}
.px-btn-blue.solid .badge {
  background-color: #fff;
  color: #A4B0C8;
}

.px-btn-darkblue {
  color: #002F56 !important;
  border-color: #002F56 !important;
  background-color: transparent !important;
}
.px-btn-darkblue:hover, .px-btn-darkblue:focus, .px-btn-darkblue:active {
  border-color: #00213d;
}
.px-btn-darkblue .badge {
  background-color: #002F56;
}
.px-btn-darkblue.solid {
  color: #fff !important;
  background-color: #002F56 !important;
}
.px-btn-darkblue.solid:hover, .px-btn-darkblue.solid:focus, .px-btn-darkblue.solid:active {
  background-color: #00213d !important;
}
.px-btn-darkblue.solid .badge {
  background-color: #fff;
  color: #002F56;
}

.px-btn-green {
  color: #9AA521 !important;
  border-color: #9AA521 !important;
  background-color: transparent !important;
}
.px-btn-green:hover, .px-btn-green:focus, .px-btn-green:active {
  border-color: #86901d;
}
.px-btn-green .badge {
  background-color: #E59729;
}
.px-btn-green.solid {
  color: #FFF !important;
  background-color: #9AA521 !important;
}
.px-btn-green.solid:hover, .px-btn-green.solid:focus, .px-btn-green.solid:active {
  background-color: #86901d;
}
.px-btn-green.solid .badge {
  color: #9AA521;
  background-color: #fff;
}

.px-btn-red {
  color: #F15852 !important;
  border-color: #F15852 !important;
  background-color: transparent !important;
}
.px-btn-red:hover, .px-btn-red:focus, .px-btn-red:active {
  border-color: #ef413a;
}
.px-btn-red .badge {
  background-color: #F15852;
}
.px-btn-red.solid {
  color: #fff !important;
  background-color: #F15852 !important;
}
.px-btn-red.solid:hover, .px-btn-red.solid:focus, .px-btn-red.solid:active {
  background-color: #ef413a;
}
.px-btn-red.solid .badge {
  background-color: #fff;
  color: #F15852;
}

.px-btn-white {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
}
.px-btn-white:hover, .px-btn-white:focus, .px-btn-white:active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.px-btn-white .badge {
  background-color: #fff;
  color: #333;
}
.px-btn-white.solid {
  color: #002F56 !important;
  background-color: #fff !important;
}
.px-btn-white.solid:hover, .px-btn-white.solid:focus, .px-btn-white.solid:active {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.px-btn-white.solid .badge {
  color: #fff;
  background-color: #002F56;
}

.px-btn-outline {
  background-color: transparent;
  color: #fff;
}
.px-btn-outline:hover, .px-btn-outline:focus, .px-btn-outline:active {
  background-color: transparent;
  color: #fff;
}
.px-btn-outline.blue {
  border-color: #A4B0C8;
}
.px-btn-outline.blue:hover, .px-btn-outline.blue:focus, .px-btn-outline.blue:active {
  border-color: #94a2be !important;
}

.px-form-btns {
  margin-top: 30px;
}
.px-form-btns .btn {
  margin-right: 10px;
}

/*** LOADER ***/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation: load7 1.8s infinite ease-in-out both;
  animation: load7 1.8s infinite ease-in-out both;
}

.loader {
  color: #2b47bb;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*** CIRCLES/BUBBLES ***/
.px-circle-option {
  text-align: center;
  margin: 40px 0 0;
}
.px-circle-option a {
  display: block;
  padding: 15px;
  max-width: 180px;
  margin: 0 auto;
}
.px-circle-option a figure {
  background-color: #fff;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
  margin: 0 0 30px;
}
.px-circle-option a figure i {
  position: absolute;
  display: block;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  color: #A4B0C8;
}

/*** OTHER ***/
.panel .caret, .table .caret {
  margin-right: 5px;
}
.panel a.collapsed .caret, .table a.collapsed .caret {
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}

.input-validation-error {
  border-color: #d9534f;
}

.px-thumbnail {
  max-width: 130px;
}

.px-online-access-group {
  padding-left: 16px;
}

/*** TABS ***/
.nav-tabs li.active {
  font-weight: bold;
}

#login {
  font-size: 16px;
}
#login .header {
  width: 100%;
  height: 50px;
  background-color: #363636;
}
#login .banner {
  width: 100%;
  height: 150px;
  background-color: #002F56;
  color: #fff;
}
#login .banner-text {
  font-size: 40px;
  padding-left: 10%;
  line-height: 150px;
}
#login .px-login-box {
  width: 90%;
  max-width: 500px;
  margin: 4% auto 0 auto !important;
  padding: 24px;
  background-color: #F2F2F2;
}
#login .px-login-box.px-wide {
  max-width: none;
}
#login .px-login-notes {
  width: 90%;
  max-width: 500px;
  margin: 16px auto !important;
  font-size: 11px;
  line-height: 1.6em;
}
#login input[type=text], #login input[type=password] {
  border-radius: 12px;
  font-size: 18px;
  padding: 14px;
}
#login input[type=submit] {
  color: #002F56;
  border: 2px solid #002F56;
  background-color: #fff;
  border-radius: 36px;
  font-size: 16px;
  height: auto;
}
#login input[type=submit]:hover {
  color: #fff;
  border-color: #fff;
  background-color: #002F56;
}
#login a.regular {
  font-size: 14px;
}

.cp-body {
  padding: 10px;
}

.cp-body h5 {
  font-size: 12px;
}

.cp-container {
  width: 1050px;
}

.cp-logo-link {
  height: 20px;
  display: block;
}

.cp-links-panel {
  padding: 8px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.cp-links-panel a {
  font-weight: bold;
}

.cp-title-panel {
  padding: 8px;
  font-weight: bold;
}

.cp-footer-panel {
  padding: 20px;
  text-align: center;
  font-size: 10px;
}

.cp-main-panel {
  min-height: 600px;
  background-color: #fff;
}

.cp-right-message, .cp-left-message {
  padding: 18px;
}

.search-block {
  margin: 5px 20px;
}

.standard-button {
  background-color: #D8E3ED;
  border: 1px solid #333;
  color: #000;
  border-radius: 4px;
}

.cp-body .px-dropdown {
  font-size: 0.9em;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
@media (max-width: 991px) {
  .px-navbar.navbar-default .navbar-brand {
    padding-top: 17px;
  }
  .px-navbar.navbar-default .navbar-brand img {
    width: 150px;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li a {
    min-width: 105px;
  }
  .px-page-header-btns {
    margin: -5px 0 15px 0;
    float: none !important;
  }
  .px-page-header-btns li {
    margin: 0 10px 0 0;
  }
  .px-page-header-btns li.px-separator {
    display: none;
  }
  .px-page-header h2 {
    clear: both;
  }
  .px-report-btns {
    float: none !important;
  }
  .px-box-option .px-box-option-item {
    padding: 15px 15px 10px !important;
  }
  .px-box-option .px-box-option-item.btns input[type=submit].btn {
    margin-top: 10px;
  }
  .px-report-btns li {
    margin: 0 10px 0 0;
  }
  .px-report-btns li.label {
    display: block;
    float: none;
  }
  .px-customreport-aside .px-report-btns li:not(.label) {
    margin-right: 0;
  }
  .px-report-options .form-inline {
    float: none;
    margin: 10px 0 0;
  }
  .px-table th .glyphicon.pull-right {
    float: none !important;
    margin-right: 5px;
  }
  .px-table th.indent {
    padding-left: 8px;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu {
    width: 170px;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li {
    clear: left;
    margin-right: 0;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 767px) {
  .px-header-useractions .title {
    display: none;
  }
  .px-navbar.navbar-default .navbar-brand {
    padding-top: 7px;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu {
    margin-top: 0;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li a {
    border: none !important;
    height: auto;
    text-align: left;
    padding-top: 15px;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li a br {
    display: none;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li a .caret {
    display: inline-block;
    margin: -1px 0 0 5px;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu {
    border: none;
    width: auto;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li {
    width: auto;
    float: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: none !important;
    margin-right: 0 !important;
    clear: none !important;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-btns {
    margin: 10px 0 15px;
  }
  .px-navbar.navbar-default .navbar-nav.px-nav-btns li {
    margin: 0;
  }
  .px-page-body {
    float: none;
    width: 100%;
    padding-bottom: 15px;
  }
  .px-page-rhs {
    float: none;
    width: 100%;
  }
  .px-searchheader {
    padding: 15px 0;
  }
  .px-searchheader .px-searchheader-label {
    width: 100px;
  }
  .px-searchheader .px-searchheader-btn {
    float: none;
  }
  .px-searchheader .form-group.px-searchheader-type {
    width: 100%;
    margin-right: 0;
  }
  .px-searchheader .form-group.px-searchheader-text {
    width: 100%;
  }
  .px-circle-option:nth-child(2n+1) {
    clear: left;
  }
  .px-cell-empty {
    display: none;
  }
  .px-report-options .form-inline .form-group {
    display: inline-block !important;
    margin-bottom: 0;
  }
  .px-page-rhs .px-rhs-box,
  .px-rhs-ads .px-ad {
    float: left;
    width: calc(50% - 8px);
  }
  .px-page-rhs .px-rhs-box:first-child,
  .px-rhs-ads .px-ad:first-child {
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  .px-page-header-group h2 {
    float: none;
    margin-right: 0;
  }
  .px-page-header-group .px-dropdown {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }
  .px-cell-check button,
  .px-cell-check label {
    float: none !important;
  }
  .px-cell-check button:first-child,
  .px-cell-check label:first-of-type {
    margin-right: 10px !important;
  }
}
@media (max-width: 479px) {
  .px-page-rhs .px-rhs-box,
  .px-rhs-ads .px-ad {
    float: none;
    width: 100%;
  }
  .px-page-rhs .px-rhs-box:first-child,
  .px-rhs-ads .px-ad:first-child {
    margin-right: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .px-navbar.navbar-default .navbar-nav.px-nav-menu li .dropdown-menu li a {
    background-image: url("../../layout/icon-playarrow-x2.png");
    -moz-background-size: 7px 8px;
    -webkit-background-size: 7px 8px;
    background-size: 7px 8px;
  }
}

/*# sourceMappingURL=styles.css.map */
