@charset "UTF-8";
/********* Variables section **********/
/*========= Colours =========*/
/*========= Fonts =========*/
/*========= Images =========*/
/*========= Animations =========*/
/********** End variables section **********/
.alert:not([data-notify]) {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 100;
}

/*======== Site structure section ======*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background-color: #fff;
}

.row {
  margin-top: 5px;
  margin-bottom: 5px;
}

.main-panel > .content {
  margin-top: 50px;
  padding: 30px 15px 0px 15px;
}

.sidebar .logo, .bootstrap-navbar .logo {
  padding: 15px 15px;
}

#branding {
  background-image: url("../../img/logo.png");
  height: 75px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.sidebar .logo .logo-text, .bootstrap-navbar .logo .logo-text {
  text-transform: uppercase;
  word-wrap: break-word;
  padding: 0px;
}

.main-panel > .navbar-default {
  min-height: 61px;
}

.fill-page {
  min-height: 82vh;
}

#dashboard-container {
  margin-bottom: 70px;
}

.sidebar .sidebar-wrapper {
  height: 100vh;
}

.sidebar .nav li > a {
  margin: 10px 14px 0px 15px;
}

.sidebar .nav [data-toggle=collapse] ~ div > ul > li > a {
  margin: 3px 14px 0px 15px;
}

.sidebar .deployment-metadata {
  margin-top: 70px;
  margin-left: 30px;
}

.sidebar .deployment-metadata p {
  font-size: 10px;
  font-weight: 200;
  text-transform: none;
  line-height: 15px;
}

.nav > li > a {
  padding: 7px 15px;
}

#powered-by {
  position: fixed;
  bottom: 25px;
  width: 260px;
}

#powered-by a {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  box-sizing: border-box;
  text-align: center;
  display: block;
}

.container-fluid {
  padding-left: 1%;
  padding-right: 1%;
}

#user {
  list-style: none;
  display: table;
  padding: 0;
  margin: 30px auto;
}

#current-user {
  font-size: 14px;
  margin-left: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.sidebar {
  background: linear-gradient(180deg, #d70700, rgba(215, 7, 0, 0.6)), url("../../img/polygonSidebar.jpg");
  background-size: cover;
}

#logo {
  background-image: url("../../img/logo.png");
  height: 60px;
  width: 45px;
  display: inline-block;
  background-size: contain;
  margin: 0 auto;
  margin-top: 15px;
}

.icon-bar {
  background-color: #D70700;
}

.navbar {
  background-color: #fff;
  min-height: 64px;
  border-bottom: 1px #DEDEDE solid;
}

.navbar a {
  color: #777;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.navbar a:focus, .navbar a:hover, .navbar a:active {
  text-decoration: none;
  outline: none;
  color: #D70700;
  cursor: pointer;
}

#pace-bar {
  position: absolute;
  width: 100%;
  margin-top: 1px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #000;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #FFFFFF;
  z-index: 2000;
  height: 2px;
  right: 100%;
  width: 100%;
}

.alert button.close {
  line-height: 0px;
}

.alert-success {
  background-color: #93D700;
}

.alert-warning {
  background-color: #EC9600;
}

.alert-danger {
  background-color: #FF0000;
}

.alert-info {
  background-color: #C4C4C4;
}

/*========= Typography section =========*/
heading, h5, h4, h3, h2, h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

.bold {
  font-weight: 500;
}

p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

a {
  font-family: "Roboto", sans-serif;
  color: #D70700;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}

#login-form .form-group label {
  line-height: 1;
  padding: 0;
  text-align: left;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  color: #333;
}
#login-form .form-group label small {
  color: #333;
}

.card .category, .card .form-group label {
  font-size: 12px;
}

.form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-control.error {
  color: #D70700;
  border-color: #D70700;
}

.form-control {
  height: 33px;
  border: 1px solid #AAAAAA;
}

.form-control select {
  height: 33px;
  line-height: 33px;
}

.error, .card label.error {
  color: #D70700;
}

.pagination li.page-first a, .pagination li.page-pre a, .pagination li.page-next a, .pagination li.page-last a, .pagination li.page-first a, .pagination li.page-pre a, .pagination li.page-next a, .pagination li.page-last a {
  font-size: 12px;
}

.bootstrap-table .fixed-table-pagination {
  margin: 0;
}

.fixed-table-pagination .pagination a {
  padding: 6px 8px;
  min-width: 0px !important;
}

.table-action {
  padding-right: 10px !important;
  padding-left: 10px !important;
  font-size: 110%;
}

#styles-images-bucket {
  display: none;
}

.img-draggable {
  display: none;
}

.draggable-target-hover {
  border: 5px dashed gray;
  border-radius: 15px;
  background: lightgrey;
  opacity: 0.5;
  box-sizing: border-box;
  margin: -2px;
}

/* story card */
.story-item {
  padding-bottom: 5px;
}

.story-item .image {
  text-align: center;
  height: 300px !important;
  overflow: visible;
}

.story-item .image img {
  width: 100% !important;
  object-fit: contain;
  object-position: center;
  height: 300px !important;
}

.story-item .image iframe {
  height: 300px !important;
}

.story-item .content {
  overflow: hidden;
  height: 300px;
  max-height: 300px;
  position: relative;
}

.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
  height: 30px;
}

.overflow {
  overflow-y: scroll;
}

.blocker {
  border-radius: inherit;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  cursor: not-allowed;
}

.blocker-mask {
  background: rgba(0, 0, 0, 0.1);
}

.btn.active, .btn-primary {
  color: #D70700 !important;
  border-color: #D70700 !important;
}

.btn-info.btn-fill {
  background-color: #fff;
  color: #D70700;
  border-color: #D70700;
}

.btn-info.btn-fill:hover, .btn-info.btn-fill:active, .btn-info.btn-fill:focus {
  background-color: #D70700;
  border-color: #D70700;
}

/* classes for bootstrap tables and freshtables to make them more sane */
.fresh-table .fixed-table-toolbar .dropdown-menu {
  overflow: visible;
  max-height: 380pc;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f4f4f4;
}

.editable-container.popover {
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.fresh-table .editable-container.popover .btn {
  border-radius: 3px !important;
}

.fresh-table .table.table-striped > thead > tr > td, .fresh-table .table.table-striped > tbody > tr > td, .fresh-table .table.table-striped > tfoot > tr > td {
  font-size: 12px;
  padding: 8px 8px !important;
}

.editable-container.popover .btn-sm {
  font-size: 12px;
  border-radius: 3px;
  padding: 8px 16px;
}

.editable-container.popover .popover-title {
  font-size: inherit;
  background-color: initial;
  font-weight: normal;
  line-height: 22px;
  padding: 8px 15px 0 15px;
  margin: 0;
  color: #333333;
  text-align: initial;
  border-radius: 10px 10px 0 0;
}

/* special width for popups that contain select2 fields. */
.editable-container.popover .select2-container--default {
  width: 350px !important;
  min-width: 10%;
  display: table;
  margin: 0 auto;
}

.editable-container-selectpicker {
  width: 350px;
}

.editable-container.popover .select2-selection__rendered {
  width: 350px !important;
}

#slider {
  height: 40px;
}

.outer-centered {
  text-align: center;
}

.inner-centered {
  display: inline-block;
}

.remove-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* custom search dialog - we need to get pretty dirty with the styles here */
.table-custom-search .fixed-table-toolbar .bars.pull-left {
  width: 100%;
}

.table-custom-search .fixed-table-toolbar .columns.columns-right.pull-right {
  position: absolute;
  right: 25px;
}

.table-custom-search .search input {
  display: none !important;
}

@media (max-width: 600px) {
  .table-custom-search .fixed-table-toolbar .btn-group {
    width: inherit !important;
  }
}
/* report card styles */
.report-card, .report-card .header, .report-card .content {
  position: relative;
}

.report-card-small {
  padding-right: 0;
}

.report-card {
  padding-right: 0;
}

.report-card .header {
  margin-bottom: 0 !important;
}

#report-opts {
  margin-right: 10px;
  margin-left: 10px;
}

legend.control-label {
  font-size: 16px;
  margin-left: -15px;
  margin-right: -15px;
}

.report-ctrls #options .control-label {
  margin-top: 10px;
  margin-bottom: 10px;
}

.report-category-save .select2-container, .report-category-save .save-split {
  width: 40% !important;
  display: inline-block;
}

.report-category-save {
  display: inline-block;
  width: 100%;
}

.report-category-save .select2-container .select2-selection--multiple {
  display: block;
}

.report-ctrls .select2-container, #form-save-report .select2-container {
  width: 100% !important;
}

.report-ctrls .select2-container .select2-selection--single {
  height: auto;
  width: auto !important;
}

.report-ctrls .select2-container--default {
  margin: 0;
}

.report-ctrls table thead th:first-child, .report-ctrls table tbody td:first-child {
  padding-left: 0 !important;
}

.filter-operator-block * {
  display: inline !important;
}

.filter-operator-block .select2-container {
  width: 150px !important;
  max-width: 150px !important;
}

.filter-operator-block .select2-container .select2-selection--single {
  height: auto;
  width: auto !important;
}

.filter-operator-block .selection {
  margin-left: 5px;
  margin-right: 5px;
}

#customise-report {
  margin-bottom: 0;
  color: #999999;
  padding-left: 8px;
  cursor: pointer;
  font-size: 18px;
}

#customise-report-bottom {
  cursor: pointer;
}

#customise-report .caret {
  border-top-color: #999999;
}

#choose-report {
  border: none;
}

#report-options {
  height: 65vh;
  overflow: scroll;
  margin-top: -15px;
}

#sort-options {
  padding-right: 0px;
}

#showReportOptions {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  height: 75px;
  border-radius: 0px 8px 8px 0px;
  border: none;
  width: 60px;
  height: 40px;
  margin-left: -45px;
  margin-bottom: -20px;
  margin-top: -32px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#showReportOptions:hover {
  background: #D70700;
}

#showReportOptionsIcon {
  margin-top: 2px;
}

#showReportOptionsIconNew {
  margin-top: 5px;
}

span:focus {
  outline: none;
}

.picklist {
  display: inline-block;
}

/* report toolbar styles */
.report-filter-toolbar .picklist .dropdown-menu label {
  cursor: pointer;
}

.report-filter-toolbar .picklist label {
  display: block;
  padding: 4px 15px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  clear: both;
  margin-bottom: 0;
  line-height: 1.428571429;
}

.report-filter-toolbar .picklist input[type=radio],
.report-filter-toolbar .picklist input[type=checkbox] {
  margin: 4px 5px 0 0;
}

.report-filter-toolbar .picklist ul > li:first-child label {
  padding-top: 10px;
}

.report-filter-toolbar .picklist ul > li:last-child label {
  padding-bottom: 10px;
}

.report-filter-toolbar:after {
  display: table;
  content: "";
  clear: both;
}

.report-filter-toolbar .picklist .dropdown-menu {
  visibility: hidden;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  display: block;
  z-index: 9000;
  position: absolute;
  border: none;
  background-color: rgba(23, 23, 23, 0.82);
  margin-top: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  width: 250px;
}

.report-filter-toolbar .picklist .dropdown-menu > li > a {
  padding: 8px 16px;
  color: #FFFFFF;
}

.report-filter-toolbar .picklist .dropdown-menu > li > a img {
  margin-top: -3px;
}

.report-filter-toolbar .picklist.dropdown-menu > li > a:focus {
  outline: 0 !important;
}

.report-filter-toolbar .picklist .dropdown-menu > li:first-child > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.report-filter-toolbar .picklist .dropdown-menu > li:last-child > a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.report-filter-toolbar .picklist .dropdown-menu > li > a:hover,
.report-filter-toolbar .picklist .dropdown-menu > li > a:focus {
  background-color: rgba(0, 0, 0, 0.35);
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
}

.report-filter-toolbar .picklist .dropdown-menu > li.active > a,
.report-filter-toolbar .picklist .dropdown-menu > li.active > a:hover,
.report-filter-toolbar .picklist .dropdown-menu > li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

.report-filter-toolbar .picklist .dropdown-menu:after {
  border-bottom: 11px solid rgba(23, 23, 23, 0.73);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  right: auto;
  top: -11px;
}

.report-filter-toolbar .picklist .pull-right .dropdown-menu:after {
  right: 12px;
  left: auto;
}

.report-filter-toolbar .picklist .dropup .dropdown-menu:after {
  border-top: 11px solid rgba(23, 23, 23, 0.73);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: none;
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  right: auto;
  top: auto;
  bottom: -11px;
}

.report-filter-toolbar .picklist .open .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 29px -50px;
  -moz-transform-origin: 29px -50px;
  -o-transform-origin: 29px -50px;
  -ms-transform-origin: 29px -50px;
  transform-origin: 29px -50px;
}

.report-filter-toolbar .picklist .pull-right .dropdown-menu:before {
  left: auto;
  right: 12px;
}

.report-filter-toolbar .picklist .dropdown-menu:before {
  left: 12px;
  right: auto;
}

#report-title {
  display: inline-block;
}

#report-title-row {
  margin-top: -10px;
  margin-left: 5px;
  display: inline-block;
}

#apply-changes-button-row {
  margin-top: -15px;
}

.title {
  display: inline-block;
}

#report-desc {
  text-align: left;
  margin: 10px 0px 0px 0px;
  font-weight: 200;
  display: inline-block;
  color: #888888;
}

#constraint-button {
  float: right;
}

#report-constraint-holder {
  margin-left: 25px;
}

.remove-constraint {
  float: left;
}

#report-container {
  max-height: unset !important;
  margin-top: 20px;
}

#report-container .fixed-table-toolbar {
  padding: 0;
  margin: 0;
}

#report-blank {
  background-image: url("../../img/reportBlank.png");
  height: 20vh;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 auto;
  margin-top: 100px;
}

#report-blank-title {
  margin: 0px auto;
  display: table;
  color: #9A9A9A;
}

#report-blank-text {
  margin: 0 auto;
  display: table;
  color: #9A9A9A;
  margin-top: 10px;
  margin-bottom: 10px;
}

#option-panel {
  animation-duration: 0.6s;
  display: none;
  border-right: 1px solid #e5e5e5;
}

#ReportOptionsNewOverlay {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 40%;
  z-index: 11;
}

.optionCheckbox {
  margin-top: 0;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 10px;
  margin-bottom: 10px;
}

.remove {
  color: #AAAAAA;
  padding-top: 9px;
  border-radius: 100%;
  font-size: 14px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.remove:hover {
  color: red;
}

.fresh-table .fixed-table-container thead th .th-inner {
  padding: 0px 25px 0;
}

.dropup .dropdown-menu:before {
  border: none;
}

/*========= Packery section =========*/
.gutter-sizer {
  width: 4%;
}

/* fluid 5 columns */
.grid-sizer {
  width: 13%;
  margin-bottom: 0;
}

.grid-item {
  margin-bottom: -1.8% !important;
}

/* 1 columns wide */
.grid-item--width0 {
  width: 15%;
  height: 150px;
}

/* 2 columns wide */
.grid-item--width1 {
  width: 32%;
}

/* 4 columns wide */
.grid-item--width2 {
  width: 66%;
}

/* 6 columns wide */
.grid-item--width3 {
  width: 100%;
}

/* highlight drag & drop - Packery adds class while transitioning to drop position */
.grid-item.ui-draggable-dragging, .grid-item.is-positioning-post-drag, .is-dragging {
  z-index: 2; /* keep dragged item on top */
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition-duration: 0.15s;
  transition-property: transform;
  transform: scale(1.05);
}

.packery-drop-placeholder {
  outline-offset: -6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  background-color: #fafafa;
}

.promotionBirthdayWindow {
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #555 !important;
  text-align: center !important;
  background-color: #eee !important;
  border: 1px solid #ccc !important;
}

/*========= Button section =========*/
.btn-red.btn-fill, .btn-red.btn-fill:hover, .btn-red.btn-fill:active, .btn-red.btn-fill:focus {
  background-color: #D70700;
  border-color: #D70700;
}

.btn-green.btn-fill, .btn-green.btn-fill:hover, .btn-green.btn-fill:active, .btn-green.btn-fill:focus {
  background-color: #93D700;
  border-color: #93D700;
}

.btn-primary.btn-fill, .btn-primary.btn-fill:hover {
  background-color: #D70700;
  border-color: #D70700;
  color: #fff;
}

.nav-pills > li > a {
  border: 1px solid #D70700;
  color: #D70700;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #F5F5F5;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #D70700;
}

.nav-icons > li > a {
  padding: 0 25px;
}

.nav-text > li.active a, .nav-icons > li.active a {
  color: #D70700;
}

.places-buttons .btn {
  margin-bottom: 30px;
}

.cancelBtn {
  float: right;
}

.switchery {
  border-color: #D70700;
  box-shadow: #D70700 0px 0px 0px 11px inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  background-color: #D70700;
}

.radio-main {
  color: #D70700;
}

.radio-white {
  color: #fff;
}

.btn-circle {
  border-radius: 100%;
  padding: 6px 6px;
}

/*========= Card section =========*/
.card .header {
  margin-bottom: 20px;
}

.card {
  margin-bottom: 15px;
}

.summary-card-title {
  height: 30px;
}

/*========= Datepicker section =========*/
.ranges li {
  color: #D70700;
}

.ranges li.active, .ranges li:hover {
  background-color: #D70700;
  border: 1px solid #D70700;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #D70700;
}

.daterangepicker .input-mini.active {
  border: 1px solid #D70700;
}

.daterangepicker td.in-range {
  background-color: #EBEBEB;
}

.daterangepicker td.end-date {
  background-color: #D70700;
}

.bootstrap-datetimepicker-widget table td.today > div:before {
  border-bottom-color: #D70700;
}

.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: #D70700;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #D70700;
}

/*============ Other section ============*/
.sortableHandle {
  color: #AAAAAA;
  padding-top: 8px;
  cursor: -webkit-grab;
  font-size: 16px;
}

.sortableSpacer {
  margin-left: 18px;
}

.sortableHandle:before {
  content: "\f142 \f142";
}

.sortableHandle:active {
  cursor: -webkit-grabbing;
}

.reduceColPadding {
  padding-left: 5px;
  padding-right: 5px;
}

legend {
  padding-top: 10px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
}

@media (min-width: 992px) {
  .typo-line {
    padding-left: 140px;
    margin-bottom: 40px;
    position: relative;
  }
  .typo-line .category {
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
    position: absolute;
  }
}
.all-icons [class*=pe-] {
  font-size: 40px;
}

.all-icons input {
  border: 0;
}

.all-icons .font-icon-detail {
  text-align: center;
  padding: 45px 0px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin: 15px 0;
}

.all-icons .font-icon-detail input {
  margin: 25px auto 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #aaa;
  font-size: 13px;
}

#map {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
}

#dashboard-loading {
  position: absolute;
  top: 20%;
  left: 40%;
  color: #D70700;
}

#dashboard-loading * {
  font-size: 24px;
}

#dashboard-loading .fa {
  width: inherit !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.selected > a {
  background-color: #D70700;
  color: #fff;
}

.checkbox.checked .second-icon, .radio.checked .second-icon {
  color: #D70700;
}

.checkbox.checked .icons, .radio.checked .icons {
  color: #D70700;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #D70700;
}

/*============ Login Page ============*/
#login-body {
  background-color: #000000;
  width: 100%;
  height: 100%;
}

#login-page {
  background-size: cover;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 85%, rgb(0, 0, 0)), url("../../img/polygon.jpg");
}
#login-page .overlay-bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.login-container {
  padding-top: 100px;
}

.login-header {
  text-align: center;
  margin-top: 0px;
}

.login-card {
  min-height: 460px;
  background-color: #fff;
  padding: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  animation: fadein 1.5s;
  width: 100%;
  border-radius: 0;
}
.login-card .tab-content {
  min-height: 340px;
  padding: 20px 10px;
}
.login-card .disabled {
  display: none;
}
.login-card.ct-login-red .choice:hover .icon {
  border-color: #D70700;
}
.login-card.ct-login-red .choice.active .icon {
  border-color: #D70700;
}
.login-card.ct-login-red .nav-pills > li.active a {
  background-color: #D70700;
}
.login-card .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px;
}
.login-card .description {
  color: #000;
  font-size: 14px;
}
.login-card .nav-pills > li {
  text-align: center;
}
.login-card .nav-pills > li a {
  border: 0 !important;
  text-transform: uppercase;
  background-color: #000;
  color: #fff !important;
  font-size: 12px;
}
.login-card .nav-pills > li > a:hover {
  background-color: #000;
  cursor: default;
}
.login-card .nav-pills > li > a:focus {
  background-color: #000;
  cursor: default;
}
.login-card .nav-pills > li:first-child > a {
  border-radius: 0;
  margin: 0;
}
.login-card .nav-pills > li:last-child > a {
  border-radius: 0;
}

.loginButton {
  float: right;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.back {
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #000;
}

#login-footer {
  color: #fff;
  font-weight: 200;
  margin-top: 30px;
  margin-bottom: 20px;
}
#login-footer a {
  color: #fff;
  font-weight: 600;
}
#login-footer a:focus, #login-footer a:hover, #login-footer a:active {
  text-decoration: none;
  outline: none;
  color: #D70700;
  color: #D70700;
  cursor: pointer;
}

.version {
  font-size: 9pt;
}

/* widget section */
.card .content, .card .header, .card .footer {
  position: relative; /* so absolute positioning works on mobiles */
}

.widget-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #a9a9a9;
  z-index: 1000;
}

.widget-menu a {
  color: #a9a9a9;
}

.summary-card .widget-menu {
  top: 24px;
  right: 5px;
}

.summary-card .content {
  padding-right: 18px;
  padding-left: 18px;
}

.variance-up {
  color: green;
  margin-left: 10px;
}

.variance-down {
  color: red;
  margin-left: 10px;
}

.indicatior {
  font-weight: 400;
  font-size: 24px;
}

.dashboard-refresh {
  font-size: smaller;
}

.dashboard-refresh .fa {
  font-size: 12px !important;
}

.select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  font-family: "Roboto", sans-serif;
}
.select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-container--bootstrap .select2-selection--multiple {
  box-shadow: none;
  border-radius: 4px;
  font-size: inherit;
  outline: 0;
  border: 1px solid #AAAAAA;
  color: #AAAAAA;
}
.select2-container--bootstrap .select2-container--focus .select2-selection, .select2-container--bootstrap .select2-container--open .select2-selection {
  border-color: #888888;
  box-shadow: none;
  color: #333333;
}
.select2-container--bootstrap .select2-dropdown {
  border-color: #AAAAAA;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #888888;
  box-shadow: none;
  color: #333333;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #777;
  color: #fff;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #d70700;
  color: #D70700;
  margin: 7px 0 0 6px;
  font-size: 12px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 12px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #D70700;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #D70700;
  color: #fff;
}

.select2-container--bootstrap .select2-results__group {
  color: #000000;
}

.select2-container--bootstrap {
  width: auto !important;
  min-width: 10%;
  display: table;
}

.select2-container--default {
  width: auto !important;
  min-width: 10%;
  display: table;
  margin: 0 auto;
}

.select2-selection--multiple {
  width: 100% !important;
  display: inline;
}

.hide-select2-dropdown span.select2-search--dropdown {
  display: none;
}

#select2-report-picker-container {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #999999;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #D70700 transparent;
}

.select2-container .select2-selection--single {
  height: auto;
}

#report-blank-block .select2-container .select2-selection--single {
  width: 300px;
}

.select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .select2-results > .select2-results__options {
  font-size: 12px;
  padding: 7px 24px 6px 10px;
}

/* drag classes */
.grid-item {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.drag-enabled {
  animation-name: keyframes1;
  animation-iteration-count: infinite;
  transform-origin: 50% 10%;
  animation-delay: -0.05s;
  animation-duration: 0.27s;
  border: 1px dashed;
  background-color: lightgoldenrodyellow;
  opacity: 0.4;
}

.drag-enabled2 {
  animation-name: keyframes2;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 30% 5%;
  animation-delay: -0.2s;
  animation-duration: 0.33s;
}

@keyframes keyframes1 {
  0% {
    transform: rotate(-1deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(1.5deg);
    animation-timing-function: ease-out;
  }
}
@keyframes keyframes2 {
  0% {
    transform: rotate(1deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(-1.5deg);
    animation-timing-function: ease-out;
  }
}
.alert-undo {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  width: 235px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.alert-undo .progress {
  margin-top: 5px;
  margin-bottom: -5px;
  padding: 0;
  border-radius: 0;
  height: 2px;
}

.undo-link, .undo-link:focus, .undo-link:active, .undo-link:hover {
  color: #a1c2fa;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}

/* weather widget */
.weather-container {
  min-height: 280px;
  padding-top: 25px;
  margin: -15px !important;
}

/* Role Map */
.role-icon {
  font-size: 8px;
  top: -2px;
  position: relative;
}

.node circle {
  stroke: black;
  stroke-width: 1.5px;
  fill: #ffffff;
}

.node circle.read-only {
  fill: #777;
}

.link {
  fill: none;
  stroke: #DEDEDE;
  stroke-width: 1px;
}

.role-delete {
  cursor: pointer;
  fill: red;
  stroke-width: 1px;
}

.role-name, .user-name {
  cursor: move;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  vertical-align: top;
  overflow: hidden;
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
}

.colour-box {
  border: 1px solid black;
}

.option-footer {
  margin-top: 10px;
}

#noaccess-block {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url("../../img/noaccess_background.jpg");
  height: 71vh;
  padding: 30px;
  border-radius: 4px 4px 0px 0px;
}

.noaccess_text {
  color: #fff;
  text-align: center;
  width: 35%;
  margin: 0 auto;
}

h1.noaccess_text {
  padding-top: 9vh;
}

h4.noaccess_text {
  padding-top: 10px;
  padding-bottom: 30px;
}

#contact_us_btn {
  background-color: #D70700;
  border: none;
  margin: 0 auto;
  padding: 10px;
  display: block;
  width: 20%;
  font-size: 24px;
}

.noaccess_device {
  width: 100%;
  height: 21vw;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: -195px;
}

#noaccess_device_reports {
  background-image: url("../../img/noaccess.png");
}

#noaccess_device_loyalty {
  background-image: url("../../img/noaccess.png");
}

#noaccess_device_ordering {
  background-image: url("../../img/noaccess.png");
}

.button-group-spans {
  border: 1px solid #AAAAAA;
  background-color: #eee;
  color: #555;
  border-right: 0 none;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.bootstrap-select.btn-group .dropdown-menu li.dropdown-header.selectAllHeaders {
  height: 26px;
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li.dropdown-header.selectAllHeaders span {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li.dropdown-header.selectAllHeaders:hover {
  background: #f5f5f5;
}

/********* Promotions section **********/
/*========= Birthday Window =========*/
#promotion-birthdaywindow-after-edit, #promotion-birthdaywindow-before-edit {
  padding: 3px 3px;
}

/********* Member Admin section **********/
#member-details-summary {
  margin-top: 0px !important;
}

#pwdstrength-container .progress {
  height: 20px !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 70px;
  }
}
.card-wizard form [class*=col-] {
  padding-left: 15px !important;
}

.tbl-members-add-edit-extra-cancel {
  margin-top: 10px !important;
}

#member-phone-row {
  display: none !important;
}