﻿@import url('../ubuntu/ubuntu.css');
@import url('../bootstrap.min.css');
@import url('../bootstrap-theme.min.css');
@import url('../font-awesome.min.css');
@import url('../bs-select/bootstrap-select.min.css');
@import url('../fuelux.min.css');

@charset "UTF-8";
/* CSS Document */

.no-dismiss {
  z-index: 9999 !important;
  background: rgba(255,255,255,0.8) !important;
}

body {
    font-family: sans-serif;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
}

@keyframes color {
  0% {
    color: lightgrey;
  }

  50% {
    color: red;
  }

  100% {
    color: lightgrey;
  }
}

.pulsing-danger {
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

p,
label,
input,
select,
textarea,
table td,
.accordion-navigation > a,
.accordion dd > a,
.accordion-results dd > a,
.dropdown-menu {
    font-size: 11px;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-backdrop {
    background-color: #fafafa !important;
}

.modal-backdrop.in {
    opacity: .9;
}

.modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    z-index: 9999;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #006aa6;
    background-image: -webkit-linear-gradient(top, #006aa6 0%, #00629a 100%);
    background-image: -o-linear-gradient(top, #006aa6 0%, #00629a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006aa6), to(#00629a));
    background-image: linear-gradient(to bottom, #006aa6 0%, #00629a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006aa6', endColorstr='#00629a', GradientType=0);
    background-repeat: repeat-x;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.contentWrapper {
    margin-top: 40px;
}

/* Navbar */

.navi {
    background-color: #006aa6;
    min-height: 50px;
    font-family: "ubuntu", Trebuchet MS, sans-serif;
    font-size: 12px;
}

.navi a {
    color: #fff;
    text-decoration: none;
}

.naviLogin {
    background-color: #006aa6;
    min-height: 50px;
    padding: 10px 0 10px 0;
}

.home {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ff9e19;
    font-size: 18px;
    float: left;
}

.navLeft {
    float: left;
}

.navLeft .menuItem {
    display: block;
    height: 50px;
    line-height: 50px;
    float: left;
    padding: 0 15px;
    text-decoration: none;
}

.dashboardMenu,
.selectGroupMenu {
    min-width: 350px;
    font-size: 11px;
}

.dashboardMenu li,
.selectGroupMenu li {
    position: relative;
    padding: 5px 0;
    line-height: 2 !important;
}

.selectGroupMenu ul {
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

.selectGroupMenu li a {
    color: #333;
}

.divider {
    padding: 0px 0 !important;
}

.navRight {
    float: right;
}

.navRight a.navIconRight {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    /*float: right;*/
    padding: 0 0 0 10px;
    text-decoration: none;
    font-size: 13px;
    /*width: 36px;*/
}



/* Magical Label*/
i {
    width:auto;
    text-align:center;
    vertical-align:middle;
}

.fa {
    position: relative;
}

#UnreadMessageCount {
    font-size: 6px;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 9px;
    /* width: 2em; */
    /* height: 2em; */
    /* line-height: 2em; */
    border-radius: 50%;
    text-align: center;
    padding: 1px 1px 1px 2px;
    color: #fff;
    background: #ef3e42;
}

/* Header */
.header-container-login {
    background: #006aa6;
    margin-bottom: 20px !important;
    padding: 10px 0px;
}

.header-container {
    background: #006aa6;
    margin-bottom: 20px !important;
}

.tablesorter-headerUnSorted, .tablesorter-headerAsc,.tablesorter-headerDesc {
    cursor: pointer;
}

.tablesorter-header-inner {
    display: inline-block;
}

.tablesorter-headerUnSorted:after {
    position: relative;
    font-family: FontAwesome;
    content: "\f0dc";
    opacity: 0.8;
    /*right: 5px;*/
    float: left;
    color: #afafaf;
}

.tablesorter-headerAsc:after {
    position: relative;
    font-family: FontAwesome;
    content: "\f0de";
    opacity: 0.8;
    /*right: 5px;*/
    float: left;
    color: #000;
}

.tablesorter-headerDesc:after {
    position: relative;
    font-family: FontAwesome;
    content: "\f0dd";
    opacity: 0.8;
    /*right: 5px;*/
    float: left;
    color: #000;
}

.sorter-false {
    cursor: default!important;
}

.sorter-false:after {
    position: relative;
    font-family: FontAwesome;
    content: "";
    opacity: 0.8;
    /*right: 5px;*/
    float: left;
    color: #000;
}

/* Main Search */

.headerSearch {
    float: left;
    margin: 10px 10px 0 0;
    width: 190px;
}
.navRightIcons {
    float: left;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #008348;
}

/* Dashboard Badges */

.dashboardBadges {
    width: 130px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0px;
}
/* Prettier Alignment */
.dashboardBadges > div {
    min-width: 30px;
}

.dashboardBadges .fa {
    color: #999;
    font-size: 14px;
}

.successStores {
    width: 30px;
    height: 20px;
    float: right;
    position: relative;
}

.criticalStores {
    width: 30px;
    height: 20px;
    float: right;
    position: relative;
}

.icuStores {
    width: 30px;
    height: 20px;
    float: right;
    position: relative;
}

.totalStores {
    min-width: 15px;
    height: 15px;
    line-height: 8px;
    float: right!important;
    color: #fff;
    font-size: 11px;
    margin: -1px 10px 0 0;
    background-color: #999;
    border-radius: 10px;
    text-align: center;
    padding: 3px;
}

.badgeRed {
    background-color: #ef3e42;
    height: 12px;
    position: absolute;
    right: 10px;
    top: -6px;
    border-radius: 20px;
    padding: 3px;
}

.badgeRed span {
    color: #fff;
    font-size: 9px;
    position: relative;
    top: -6px;
}
/* Footer */

footer {
    border-top: 1px solid #eee;
    font-size: 11px;
    font-weight: normal;
    color: #d3d3d3;
    padding: 20px 0;
    margin: 20px 0 20px 0;
}

footer img {
    float: right;
    margin-bottom: 20px;
}
/* tables */
.tableData {
    width: 100%;
}

thead {
    background-color: #f2f2f2;
}

.tableData td,
.tableData label,
.tableData input,
.tableData select,
.tableData textarea,
.tableData .settingsMenu {
    font-size: 11px !important;
    font-weight: normal;
}

.tableData .input-group-addon {
    font-size: 11px !important;
}

.tableData th:last-child,
.tableData td:last-child,
.tableData th:nth-last-child(-n+1),
.tableData td:nth-last-child(-n+1) {
    text-align: right !important;
}

#logContent table th:last-child,
#logContent table td:last-child,
#logContent table th:nth-last-child(-n+1),
#logContent table td:nth-last-child(-n+1) {
    text-align: left !important;
}

#iniSettingsTable table th:last-child,
#iniSettingsTable table td:last-child,
#iniSettingsTable table th:nth-last-child(-n+1),
#iniSettingsTable table td:nth-last-child(-n+1) {
    text-align: left !important;
}

#icu-stores td,
#logContent td,
#pricingTable td,
#pricingTable td input {
    line-height: inherit !important;
}

#iniSettingsTable td,
#StoreDetails td {
    text-align: left !important;
}

.bootstrap-datetimepicker-widget table th:last-child,
.bootstrap-datetimepicker-widget table td:last-child,
.bootstrap-datetimepicker-widget table th:nth-last-child(-n+1),
.bootstrap-datetimepicker-widget table td:nth-last-child(-n+1) {
    text-align: center !important;
}

.bootstrap-datetimepicker-widget table th {
    border-radius: 0px !important;
    border-bottom: 5px solid #fff;
}

.table-responsive {
    overflow-x: visible !important;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

/* Form */

.login {
    border-radius: 5px;
    padding-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

#frm-login h5 {
    margin: 0;
}

fieldset {
    border: 1px solid #eee !important;
    border-radius: 4px;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 30px 0 30px 0 !important;
}

legend {
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
}

.radio, .checkbox {
    margin-top: 5px;
    margin-bottom: 0px;
}

.page-wrapper .radio, .checkbox {
    margin-top: -2px;
    margin-bottom: -2px;
}

.checkbox label {
    line-height: 22px;
}

.table .checkbox-inline {
    padding-bottom: 20px;
}

.table .checkbox-custom:before {
    padding: 1px 1px 0 1px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    background-color: transparent;
    border: none;
    /*height: auto;*/
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
    -webkit-appearance: none;
    padding: 0px;
    color: #333;
}
.datepicker[disabled], .form-control[disabled] {
    /*height: 30px !important;*/
    background-color: #fff;
    border: 1px solid #ccc!important;
    padding-left: 10px;
    opacity: .6;
}

.inputSml {
    width: 190px !important;
}

.inputXsml {
    width: 90px !important;
}

.settingsDiv .bootstrap-select {
    width: 100% !important;
}

.settingsDiv .form-control[disabled] {
    height: 32px;
}

.settingsDiv .sub {
    padding-left: 40px;
}

.settingsDiv .sub i {
    position: absolute;
    left: 20px;
    top: 8px;
}

.changeStatus {
    background-color: transparent;
    border: none;
    color: #ccc;
    height: auto;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
    -webkit-appearance: none;
    padding: 0px;
}

.changeStatus:focus{
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}

.status a, .storeStatus a, .actions a {
    margin-left: 10px;
}
.storeStatus {
    text-align: right;
}

/* Content */

.pageHeading {
    margin: 0;
}

.promo {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    margin-top: 10px;
    padding: 10px;
}

.panel-info a {
    color: #006aa6;
}

.panel-title {
    font-size: 12px;
}

    .panel-title .panelStatus {
        right: 23px;
        position: absolute;
        top: 10px;
        top: 11px;
        right: 40px;
    }

    .panel-title .panelStatus i {
        margin-left: 10px;
    }
    .panel-title .panelStatusRefresh {
        position: absolute;
        top: 11px;
        right: 20px;
        color: #5cb85c;
    }

.panelStatus2 {
    right: 23px;
    position: absolute;
    top: 11px;
    right: 40px;
    top: 10px;
}

.panel-title .progress {
    width: 10%;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 200px;
    background-color: #fff;
}

.panel .storeFail {
    position: absolute;
    top: 11px;
    right: 90px;
    font-size: 11px;
}

.panel-heading .badge {
    background-color: #777 !important;
    float: right;
    margin-top: -2px;
    cursor: pointer;
}
span.badge:hover {
    background: #006aa6 !important;
}

.panel-title .barChartIco {
    position: absolute;
    top: 11px;
    right: 60px;
}

.productFilter {
    padding: 5px 5px 0 5px !important;
    margin: 0;
    font-size: 11px;
    min-height: 37px !important;
}

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

.productFilter .filterCheckout {
    padding: 2px 0 0 0;
    margin-left: 15px;
}
.productInfo {
    margin-bottom: 0px !important;
}

.list-group.panel > .list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 5px;
}

.panel {
    position: relative;
}

.panel .table {
    margin-bottom: 0px;
}

.list-group-mainmenu {
    margin-bottom: 0px;
}

.list-group-submenu {
    margin-top: 5px;
    margin-left: 20px;
}

.settingsActions i {
    margin-left: 15px;
    line-height: 35px;
}

.settingsMenu i {
    margin-left: 0px;
    line-height: inherit;
}

.modal-footer nav {
    float: left;
}

.modal-footer nav ul {
    margin: 0px !important;
}

.red {
    color: #ef3e42;
}
.redBg {
    background-color: #ef3e42;
    color: #fff;
}

.orange {
    color: #ff9e19;
}

.orangeBg {
    background-color: #ff9e19;
    color: #fff;
}

.green {
    color: #5cb85c;
}

.greenBg {
    background-color: #5cb85c;
    color: #fff;
}

.blue {
    color: #5bc0de;
}

.intelliBlue {
    color: #00629a;
}

.grey {
    color: #d8d8d8;
}

.greyBg {
    background-color: #f2f2f2;
}

.black {
    color: #333;
}
.white {
    color: #fff;
}

.purple {
    color: purple;
}

.purpleCell {
    color: purple;
    background: rgba(127, 63, 191, 0.3);
}

.editNone[readonly] {
    color: #aaa;
    padding-left: 10px;
    cursor: not-allowed;
}

.tooltip {
    font-size:11px;
    z-index: 2;
}

.modal-body .tooltip{
    font-size:11px;
    z-index: 9999;
}

.tooltip-inner {
    color:#ddd;
    background-color:#333;
}

.tooltip.top .tooltip-arrow {
    border-top:5px solid #333;
}

.scrollableV {
    /*border: 1px solid #e5e5e5;*/
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 350px;
    /*margin-bottom: 10px;
    padding: 10px;*/
}
.dropdown-menu .scrollableV {
    border: none;
    margin-bottom: 0px;
    padding: 0px 10px;
}

.scrollableH {
    /*border: 1px solid #e5e5e5;*/
    /*border-radius: 5px;*/
    overflow-y: scroll;
    overflow-x: scroll;
    /*max-height: 450px;
    margin-bottom: 10px;
    padding: 10px;*/
}

.scrollableVH {
    /*border: 1px solid #e5e5e5;*/

    overflow-y: scroll;
    overflow-x: scroll;
    max-height: 450px;
    /*border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;*/
}

/* Executables */
.executables .panel {
    margin-bottom: 5px;
    cursor: pointer;
}
.executables .panel-heading .active {
    background-color: #ddd !important;
}
.executables .panel-heading h5, .executables .panel-heading h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.executables .panel:last-child {
    margin-bottom: 0px;
}

.executables .table {
    margin-bottom: 15px;
}

.executables .table:last-child {
    margin-bottom: 0px;
}

.refreshICU {
    margin-left: 10px;
    margin-top: -3px;
}

/* Notifications */
.notifications.top-right {
    right: 10px;
    top: 60px;
    position: fixed;
    z-index: 9999;
}
.alert>.close {
    margin-left:10px;
}

/* Store Detail - Notes */
#add_note_title {
    font-weight: bold;
}

#store-notes {
    display: block;
    max-height: 315px;
    overflow-y: auto;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

#store-notes-only {
    display: block;
    max-height: 710px;
    overflow-y: auto;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

/* start Load Indicator */
/* background: #ff9e19; */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff9e19;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff9e19, 0 0 5px #ff9e19;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ff9e19;
  border-left-color: #ff9e19;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* end Load Indicator */

.totalAmount {
    border-top: 1px solid #ddd;
}

/* Query Writer Table styles */
#QueryResults {
    max-height: 400px;
    overflow: scroll;
}

#QueryResults > table {
    margin-top: 20px!important;
    display: block;
    clear: both;
    width: 100% !important;
    table-layout: inherit !important;
}

#QueryResults > table th, #QueryResults > table td {
    text-align: left;
    padding: 5px;
    border: 1px solid #eee;
}
/* .end Query Writer Table styles */

/* Deployment Process */
.panel-heading h4 {
    margin: 0;
}

.spacer {
    margin: 20px 0 30px 0;
}

/* Products Dashboard */
a.accordionLink{
    width: 100%;
    display: inline-block;
}

/* Form Validation Errors */
.error {
    color: #ef3e42;
}

/* Billing */
.billing-val, #tdTotal {
    text-align: right;
}

/* Check Tasks */
label#icuCount {
    margin-right: 15px;
    margin-top: 4px;
}

.dropup {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Multi Level DropDown */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    bottom: 0;
    left: -100%;
    margin-top: -1px;
}

.dropdown-menu>li>a {
    margin-left: 0px;
}
/* Multi Level DropDown */

/* Devise Steps */

.stepsStatus {
    position: absolute;
    right: 10px;
    top: 5px;
}

.stepsStatus img {
    width: 35px;
}

.deviceSteps {
  background-color: rgba(0, 174, 239, 0.2);
  color: #95989A;
}

.deviceStepsDone {
    background-color: rgba(0, 106, 166, 0.7);
    color: #FFF;
}

.deviceStepsActive {
    background-color: #006aa6;
    color: #FFF;
}

.timepicker-picker {
    width: auto !important;
}

.timepicker-picker span {
    width: auto !important;
}
.bootstrap-datetimepicker-widget table td {
    width: auto !important;
}

.bootstrap-datetimepicker-widget table td span {
    width: auto !important;
}

.timepicker-hour, .timepicker-minute, .timepicker-second, .separator {
    width: auto !important;
}

/* Evenly spread widgets */

.spreadContainer {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.spreadElement {
    display: table-cell;
    padding-right: 20px;
}
.spreadElement:last-child {
    padding-right: 0px;
}

.statsTiny {
    margin-bottom: 5px;
    text-align: center;
}

.statsTiny .panel-body {
    padding: 0px 15px;
}

.statsTiny h6 {
    font-size: 11px;
}

.statsTiny .badge {
    font-weight: bold;
    font-size: 14px;
    display: block;
    clear: both;
    max-width: 90px;
    margin: 5px auto;
}

@media(max-width:992px) {
    .spreadElement {
        padding-right: 0px;
        display: block;
    }
}

/* Stock Walk */

.subject-info-box-1 select {
    height: 540px;
    padding: 0;
}

.subject-info-box-1 ::-webkit-scrollbar,
.subject-info-box-2 ::-webkit-scrollbar,
.subject-info-box-3 ::-webkit-scrollbar,
.subject-info-box-4 ::-webkit-scrollbar {
width: 12px;
max-height: 12px;
}

.subject-info-box-1 ::-webkit-scrollbar-track,
.subject-info-box-2 ::-webkit-scrollbar-track,
.subject-info-box-3 ::-webkit-scrollbar-track,
.subject-info-box-4 ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.subject-info-box-1 ::-webkit-scrollbar-thumb,
.subject-info-box-2 ::-webkit-scrollbar-thumb,
.subject-info-box-3 ::-webkit-scrollbar-thumb,
.subject-info-box-4 ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #d8d8d8;
}

.subject-info-box-2 select, .subject-info-box-3 select, .subject-info-box-4 select {
    height: 150px;
    padding: 0;
}

.subject-info-box-1 option, .subject-info-box-2 option, .subject-info-box-3 option, .subject-info-box-4 option {
    padding: 4px 10px 4px 10px;
}

.subject-info-box-1 option:hover, .subject-info-box-2 option:hover {
    background: #EEEEEE;
}

.subject-info-box-2, .subject-info-box-3, .subject-info-box-4 {
    margin-bottom: 10px;
}

.subject-info-arrows {
    margin-top: 35px;
}

.subject-info-arrows button {
    width: 100%;
    margin-bottom: 5px;
}

/* IntelliRes */

.DashboardBlock img, .DashboardBlock2 img {
    margin-bottom: 20px;
}

.DashboardTable {
    margin-bottom: 0px;
}

.DashboardTable th, .DashboardTable td  {
    font-size: 32px !important;
    font-weight: bold;
    padding: 20px !important;
}

.alertPanel {
    color: #333;
}

.alertPanel h1 {
    margin-top: 0px;
}

.scrollableV-Modal {
    overflow-y: scroll;
    max-height: 250px;
}

.scrollableV-Modal::-webkit-scrollbar {
    width: 12px;
    max-height: 12px;
}

.scrollableV-Modal::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.scrollableV-Modal::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #d8d8d8;
}

.blink {
    animation: blinker 1s linear infinite;
}
  
@keyframes blinker {  
    50% { opacity: 0.4; }
}

#intellires, #intellifarm {
    padding-top: 20px;
}

.intelliResBg {
    background-color: #e9f7fc;
}

.intelliFarmBg {
    background-color: #f3e8da;
}

.alarmBg {
    background-color: #f2dede;
}

.alertTable {
    margin-bottom: 10px;
}
.alertTable td {
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
}
.alertTable table tr td {
    vertical-align: middle;
}
.alertTable small {
    font-size: 20px;
    font-weight: normal; 
}
.alertTable i {
    font-size: 6em;
}

.DashTable {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}

.DashTable td {
    padding: 20px;
    position: relative;
}

.DashTable h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 10px;
}

.DashTable h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

.DashTable h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

.DashTable .label {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 900;
    /*position: absolute;
    top: 20px;
    right: 20px;*/
    padding: 0px 5px !important;
}

.DashTable .noPadding td {
    padding: 0px !important;
}

.DashTable .borderBottom {
    border-bottom: 10px solid white !important;
}

/* Content Sidebar Collapse */

.toggle-sidebar {
    position: relative;
    float: left;
    right: 15px;
    margin-bottom: 15px;
    border-radius: 0px;
}

@media(max-width: 750px) {
    .toggle-sidebar {
        float: none;
        right: 0px;
    }

    #sidebar {
        border-right: none !important;
        padding-right: 15px !important;
        margin-bottom: 40px;
    }
}

.sidebarCollapsed {
    /* hide it for small displays*/
    display: none;
    border-right: none !important;
}

@media(min-width:992px) {
    .sidebarCollapsed {
        display: block;
        /* same width as sidebar */
        margin-left: -32%;
    }
}

#row-main {
    /* necessary to hide collapsed sidebar */
    overflow-x: hidden;
}

#content {
    /* for the animation */
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

#sidebar {
    /* for the animation */
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
    border-right: 1px solid #eee;
    padding-right: 40px;
}

.monster {
    width: 100px;
    position: absolute !important;
    right: -10px;
    top: -75px;
    border: 2px solid purple;
    -webkit-box-shadow: 4px 5px 5px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 5px -1px rgba(0,0,0,0.3);
}

@media(max-width:992px) {
    .monster {
        width: 70px;
        right: 8px;
        top: -55px;
    } 
}

.bootbox.modal{
  z-index:1057 !important;
}
/* #sidebar .sidebarCollapsed {
    border-right: none !important;
} */


.modal {
  overflow: auto !important;
}

/*Imporoved Checkboxes*/
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

  input[type=checkbox]:focus {
    outline: 0 !important;
  }

  input[type=checkbox]:checked:after, input[type=checkbox]:after {
    font-size: 14px;
    visibility: visible;
    font-family: FontAwesome;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: -3px;
    left: 0px;
    font-weight: 900;
    content: "\f111";
    color: #DADADE;
    display: inline-block;
    cursor: pointer;
  }

  input[type=checkbox]:checked:after {
    font-size: 14px;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f058";
    color: #4AB25E !important;
  }

  input[type=checkbox]:after {
    font-size: 14px;
    outline: none;
    border: none;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f111";
    color: #DADADE;
  }
/*Imporoved Checkboxes*/