﻿/* DEFAULTS
----------------------------------------------------------*/

html, body {
    font-size: 0.90em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    height: 100%;
    color: #636061;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    margin-right: 0px !important;
}

div.bootbox.modal.fade.bootbox-confirm {
    overflow-y: hidden;
}

.menu-background {
   display: none;
}

@media (max-width: 992px) {
    .menu-background {
        display: none;
    }
}

.popup-body {
    background-color: #f7f8fa;
}

.popup-body .document-preload {
    display: none;
}

.document-preload {
    z-index:50000;
    width: 220px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-110px;
    margin-top:-50px;   
    text-align: center;
}

.document-preload .preload-logo {
     background-image: url("../Images/radiantLogo_sm.png");
     width: 150px;
     height: 29px;
     display: inline-block;
}

.document-preload .preload-loading {
     background-image: url("../Images/ajax-loader_line.gif");
     width: 220px;
     height: 16px;
     display: inline-block;
}

.document-preload {
    filter: alpha(opacity=0);
    opacity: 0;
}

body.preinitial .document-preload {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
     -o-transition: opacity 2s ease-in-out;
        transition: opacity 2s ease-in-out;
    filter: alpha(opacity=100);
    opacity: 1;
}

body.loaded .document-preload {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
     -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
}

body.loadedall .menu-background, body.loadedall .document-preload {
    display: none;
}

body {
    overflow: hidden;
}

body.loaded {
    overflow: auto;
}

body.preinitial .dx-loadpanel-content {
    display: none;
}

ul.root > li > ul.acc-menu {
    visibility: hidden;
}

body.loaded ul.root > li > ul.acc-menu {
    visibility: visible;
}

body .page-content, body .popup-content, body .popup-toolbar {
    filter: alpha(opacity=0);
    opacity: 0;
}

body .menu-leftbar-container {
    background:rgba(255,255,255,0);
	padding: 0 10px;
}

body.withMenu .menu-leftbar-container {
    -webkit-transition: background 1.5s ease-in-out;
    -moz-transition: background 1.5s ease-in-out;
    -ms-transition: background 1.5s ease-in-out;
     -o-transition: background 1.5s ease-in-out;
        transition: background 1.5s ease-in-out;  
    background: rgba(102,102,102,1);  
}

body.withoutMenu footer {
    margin-left: 0px !important;
}

body.initial .page-content, body.initial .popup-content, body.initial .popup-toolbar {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

body.loaded .page-content {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
     -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=100);
    opacity: 1;
}

body.loaded .popup-content, body.loaded .popup-toolbar {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
     -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    filter: alpha(opacity=100);
    opacity: 1;
}

.dxsplControl_MB .dxsplLCC {
    padding: 0px !important;
}

.dx-scrollview-pull-down-loading {
    display:none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #999999;
}

h1 {
    font-size: 1.6em;
    font-variant: small-caps;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* TAB MENU   
----------------------------------------------------------*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: slategrey;
}


.logIn-logOut {
    background: url(../Images/16x16/key.png) no-repeat 5px center;
    display: inline;
    padding-left: 23px;
    height: 16px;
}

.settingsForm table {
    border-collapse: collapse;
}

    .settingsForm table td {
        padding: 5px;
    }

/* classes styles   */

.headerText {
    width: 100%;
    border-bottom: 1px solid Black;
}

div.accountInfo {
    margin-top: 5%;
    padding: 20px;
    width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15%;
}

.version {
    text-align: right;
    padding-right: 20px;
    color: white;
    vertical-align: top;
}

.smallFont {
    font-size: 0.7em;
}


.wrapper {
    min-height: 100%;
    width: 100%;
    height: 100% !important;
}

.page-header {
    width: 100%;
    background-image: url('../Images/gradient_blue.png');
    background-repeat: repeat-x;
    height: 84px;
}

.page-title {
    border-bottom: 1px solid black;
    height: 30px;
    padding-left: 5px;
}

.siteMapPath {
    padding: 5px 0 5px 0;
    background-color: #e4effa;
}

.page-menu {
    max-height: 30px;
}

/*.page-content
{
    vertical-align: top;
    min-height: 100%;
    height: 100%;
    height: auto\9;
    width: 100%;
    padding: 10px;
}*/

.page-footer {
    border-top: 1px solid black;
    padding-right: 10px;
    text-align: right;
    height: 30px;
    width: 100%;
    background-color: #e4effa;
    padding-top: 5px;
}

.footer-text {
    text-align: center;
    margin-top: 6px;
    position: absolute;
    width: 100%;
}

.gridCell {
    width: 200px;
    min-width: 200px;
}

.headerTitle {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: white;
    border: none;
    line-height: 2em;
    font-size: 2em;
    border-image: initial;
}

/*--------- Valid Message -----------*/
.errorMessage {
    font-family: Arial;
    font-size: 1.1em;
    background-image: url('../Images/dialog_warning.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.error-corner-all {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.state-error {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #CD0A0A;
    background-color: #FEF1EC;
    color: #CD0A0A;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

/*--------- Valid Message -----------*/
.successMessage {
    font-family: Arial;
    font-size: 1.1em;
    background-image: url('../Images/16x16/approve.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.state-success {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid green;
    background-color: rgb(222, 255, 222);
    color: green;
}

.failureNotification {
    font-size: 1.2em;
    color: green;
}

.state-warning {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid orange;
    background-color: #FAF9C9;
    color: #9F6000;
}

.edit {
    background: url(../Images/16x16/edit2.png) no-repeat;
    padding-left: 23px;
    cursor: pointer;
    height: 16px;
    display: block;
}

.delete {
    background: url(../Images/16x16/delete.png) no-repeat;
    padding-left: 23px;
    cursor: pointer;
    height: 16px;
    display: block;
}

.empty {
    margin-bottom: 7px;
}

.pinToBottom {
    text-align: right;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

hr.Separator {
    border: 1px solid #8BA0BC;
    margin-bottom: 10px;
}

td.Padding5 {
    padding: 5px 5px 5px 5px;
}

td.Padding10 {
    padding: 10px 10px 10px 10px;
}

.popupContainer {
    overflow: auto;
    width: 500px;
    height: 350px;
}

.popupContainerLarge {
    overflow: auto;
    width: 570px;
    height: 520px;
}

.topAlign {
    vertical-align: top;
}

.bottomAllign {
    vertical-align: bottom;
}

.profile {
    background: url(../Images/16x16/user.png) no-repeat 5px center;
    display: inline;
    padding-left: 23px;
    height: 16px;
}

.help {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
    height: 16px;
    width: 16px;
}

a.FilterHyperlink {
    color: #337cd4 !important;
    text-decoration: underline;
}

    a.FilterHyperlink:hover {
        color: #337cd4;
        text-decoration: none;
    }

    a.FilterHyperlink:link {
        color: #337cd4;
    }

    a.FilterHyperlink:visited {
        color: #337cd4;
    }

.highlight {
    background-color: #91E5FF;
}

div.Padding10 {
    padding: 10px 10px 10px 10px;
}

.margin-top-5 {
    margin: 5px 0px 0px 0px;
}

.margin-right-5 {
    margin: 0px 5px 0px 0px;
}

.margin-bottom-5 {
    margin: 0px 0px 5px 0px;
}

.margin-left-5 {
    margin: 0px 0px 0px 5px;
}

.map_divClassName1 {
    vertical-align: middle;
    padding-top: 17px;
}

.map_divClassName2 {
    vertical-align: middle;
    padding-top: 19px;
}

.map_divClassName3 {
    vertical-align: middle;
    padding-top: 23px;
}

.map_divClassName4 {
    vertical-align: middle;
    padding-top: 27px;
}

.map_divClassName5 {
    vertical-align: middle;
    padding-top: 30px;
}

.map_selectedclusterSize1 {
    background: url(../Images/MapMarkers/Selected/m1.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.map_selectedclusterSize2 {
    background: url(../Images/MapMarkers/Selected/m2.png) no-repeat 0 0;
    width: 56px;
    height: 55px;
}

.map_selectedclusterSize3 {
    background: url(../Images/MapMarkers/Selected/m3.png) no-repeat 0 0;
    width: 66px;
    height: 65px;
}

.map_selectedclusterSize4 {
    background: url(../Images/MapMarkers/Selected/m4.png) no-repeat 0 0;
    width: 78px;
    height: 77px;
}

.map_selectedclusterSize5 {
    background: url(../Images/MapMarkers/Selected/m5.png) no-repeat 0 0;
    width: 90px;
    height: 89px;
}

.map_MixedclusterSize1 {
    background: url(../Images/MapMarkers/Mixed/m1.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.map_MixedclusterSize2 {
    background: url(../Images/MapMarkers/Mixed/m2.png) no-repeat 0 0;
    width: 56px;
    height: 55px;
}

.map_MixedclusterSize3 {
    background: url(../Images/MapMarkers/Mixed/m3.png) no-repeat 0 0;
    width: 66px;
    height: 65px;
}

.map_MixedclusterSize4 {
    background: url(../Images/MapMarkers/Mixed/m4.png) no-repeat 0 0;
    width: 78px;
    height: 77px;
}

.map_MixedclusterSize5 {
    background: url(../Images/MapMarkers/Mixed/m5.png) no-repeat 0 0;
    width: 90px;
    height: 89px;
}


.map_AssetclusterSize1 {
    background: url(../Images/MapMarkers/Asset/m1.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.map_AssetclusterSize2 {
    background: url(../Images/MapMarkers/Asset/m2.png) no-repeat 0 0;
    width: 56px;
    height: 55px;
}

.map_AssetclusterSize3 {
    background: url(../Images/MapMarkers/Asset/m3.png) no-repeat 0 0;
    width: 66px;
    height: 65px;
}

.map_AssetclusterSize4 {
    background: url(../Images/MapMarkers/Asset/m4.png) no-repeat 0 0;
    width: 78px;
    height: 77px;
}

.map_AssetclusterSize5 {
    background: url(../Images/MapMarkers/Asset/m5.png) no-repeat 0 0;
    width: 90px;
    height: 89px;
}

.map_cluster {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    vertical-align: middle;
    color: black;
}

.clusterEmployeeSize1 {
    background: url(../Images/MapMarkers/Employee/m1.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.clusterEmployeeSize2 {
    background: url(../Images/MapMarkers/Employee/m2.png) no-repeat 0 0;
    width: 56px;
    height: 55px;
}

.clusterEmployeeSize3 {
    background: url(../Images/MapMarkers/Employee/m3.png) no-repeat 0 0;
    width: 66px;
    height: 65px;
}

.clusterEmployeeSize4 {
    background: url(../Images/MapMarkers/Employee/m4.png) no-repeat 0 0;
    width: 78px;
    height: 77px;
}

.clusterEmployeeSize5 {
    background: url(../Images/MapMarkers/Employee/m5.png) no-repeat 0 0;
    width: 90px;
    height: 89px;
}

.map_LocationclusterSize1 {
    background: url(../Images/MapMarkers/Location/m1.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.map_LocationclusterSize2 {
    background: url(../Images/MapMarkers/Location/m2.png) no-repeat 0 0;
    width: 56px;
    height: 55px;
}

.map_LocationclusterSize3 {
    background: url(../Images/MapMarkers/Location/m3.png) no-repeat 0 0;
    width: 66px;
    height: 65px;
}

.map_LocationclusterSize4 {
    background: url(../Images/MapMarkers/Location/m4.png) no-repeat 0 0;
    width: 78px;
    height: 77px;
}

.map_LocationclusterSize5 {
    background: url(../Images/MapMarkers/Location/m5.png) no-repeat 0 0;
    width: 90px;
    height: 89px;
}

.chartContainer {
    height: 290px;
    /*border: 1px solid #C9C9C9;
    border-radius: 3px;*/
    width: 100%;
    background-color: white;
    margin-bottom: 0px;
}

.chartTitle {
    color: #3399FF;
    font-size: 12pt;
    display: table;
    height: 36px;
}

.chartData {
    padding-top: 8px;
}

.chartContainerStatic {
    height: 290px;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    background-color: white;
    margin-bottom: 0px;
}

.chartDataStatic {
    border-top: 1px solid #959595;
    padding-top: 8px;
}

.chartLabel {
    font: 10pt 'Open Sans', sans-serif, Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #333333;
}

.chartElement {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-right: 8px;
}

.saveImageLink {
    background-image: url(../Images/16x16/save_chart.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
}

.refreshImageLink {
    background-image: url(../Images/16x16/refresh_chart.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 15px;
}

.settingsImageLink {
    background-image: url(../Images/16x16/settings_chart.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 15px;
}

.dashboardContainer {
    box-shadow: 1px 1px 1px 1px #C9C9C9 inset;
    background-color: white;
}

.blue {
    color: #428bca;
}

.hrseparator {
    margin: 0;
    color: lightgrey;
    border: none;
    height: 1px;
    background-color: lightgrey;
}

.field-info {
    font-size: 9pt;
    margin-top: 1px;
    color: #808080;
}

.field-conflict {
    color: orange;
}

.field-readonly {
    color: #808080;
}

.info-padding {
    padding-left: 25%;
}

.info-cell {
    display: none;
}

.info-cell-popover {
    white-space: nowrap;
}

.container-overlay {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.012);
    font-size: 22px;
    color: #ccc;
    text-align: center;
}

    .container-overlay:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em;
    }

.overlay-text {
    display: inline-block;
    vertical-align: middle;
    padding-top: 80px;
    position: relative;
    font-weight: bold;
}

.errormessage {
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    z-index: 9999;
}

.checkbox-centered {
    padding-left: 16px;
}

    .checkbox-centered input {
        vertical-align: -2px;
    }

    .checkbox-centered label {
        padding-left: 3px;
    }

.radio-centered img {
    margin-top: -8px;
}

.radio-centered input {
    vertical-align: -2px;
}

.radio-centered {
    padding-left: 4px;
}

.align-center {
    vertical-align: middle !important;
}

.title-center {
    line-height: 16px;
}


.AssetsTreeCell {
    visibility: hidden;
}

/* RRFIDVAT-7437 User interface issues on the dashboard page after window resize and at specific resolutions */
/* Import-Export Widget fix */

.dxpc-contentWrapper {
    overflow: hidden;
}

/*.assetTransferWidgetContainer {
    max-height: 290px;
    min-width: 580px;
}*/

.assetTransferWidgetContainer table td {
    padding: 5px !important;
    vertical-align: middle !important;
}

table.vcenter th, table.vcenter td {
    vertical-align: middle !important;
}

.automationWidgetContainer {
    padding-right: 15px;
    padding-left: 15px;
    min-height: 290px;
}

.automationWidgetColumnBlock .col-sm-2, .automationWidgetColumnBlock .col-sm-3, .automationWidgetColumnBlock .col-sm-4, .automationWidgetColumnBlock .col-sm-5, .automationWidgetColumnBlock .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
    height: 45px;
}

.automationWidgetColumnBlock {
    padding-left: 5px !important;
    padding-right: 5px !important;
    max-height: 290px;
}

.automationWidgetColumnBlock .text-title {
    font-size: 14px;
}

.automationWidgetColumnBlock .vcenter div {
    display: table; 
    height: 45px;
    width: 100%;
}

.automationWidgetColumnBlock .vcenter div > * {
    display: table-cell; 
    vertical-align: middle; 
}

.automationWidgetColumnBlock .vcenter div > .btn {
    text-align: right;
}

.automationWidgetColumnBlock .vcenter div > a {
    padding: 0px !important;
}

.automationWidgetColumnBlock .button-overlap {
    position: absolute;
    right: 0px;
}

.automationWidgetColumnBlock .vcenter .label-container {
    margin-left: 7px;
    width: 110%;
}

.automationWidgetColumnBlock .vcenter .date-container {
    margin-left: 15px;
    width: 110%;
}

.automationWidgetColumnBlock .row {
    min-height: 45px;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
	position: relative;
}

.automationWidgetColumnBlock .row-title {
    min-height: 30px;
}

.automationWidgetColumnBlock .row-bordered {
    border-top: 1px solid lightgray;
}

.automationWidgetButton {
    width: 100%;
    margin: 1px;
    max-width: 80px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.outset {
    margin: 1px;
}

.nopadding {
    padding: 0px !important;
}

/* Fix Dashboard widget title wrapping */

.dxpc-header {
    overflow-x: hidden;
    overflow-y: hidden;
}

    .dxpc-header .row {
        position: relative;
    }

    .dxpc-header .panel-title {
        position: relative;
        overflow-x: hidden;
    }

    .dxpc-header .panel-toolbar {
        position: absolute;
        right: 15px;
        top: -1px;
        background: white;
    }

/* end of Fix Dashboard widget title wrapping */

.dxgvFilterBar_MetropolisBlue2 {
    display: none;
}

.diagram-empty-text {
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    padding-top: 20%;
    display: block;
}

.diagram-empty {
    background: #F5F5F5;
    border-style: dashed;
    border-color: #C9C9C9;
    text-align: center;
    height: 100%;
    margin: auto;
}

.diagram-not-empty {
    overflow: auto;
    padding: 0px;
}

.hover {
    background-color: lightblue !important;
}

.activeHover {
    background-color: lightgray !important;
}

.ui-draggable-dragging {
    background-color: lightsteelblue !important;
}

.system-field {
    background-color: aliceblue;
}

.controls-bar {
    padding: 3px;
    background: #F7F8FA;
    border-radius: 5px;
    border: 1px solid darkgray;
}

.map-container {
    height: 300px;
    width: 100%;
    /*padding: 0;
            position: absolute !important;*/
    overflow: hidden;
    border: 1px solid rgb(133, 158, 191);
    max-width: 1600px;
    max-height: 1000px;
}

.controls-menu-bar-horizontal {
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: visible;
    display: block;
    z-index: 1000;
}

.controls-menu-bar-vertical {
    margin-left: 5px;
    margin-top: 5px;
    width: 50px;
}

.mustering-controls-menu-bar-horizontal {
    position: absolute;
    top: 10px;
    left: 60px;
    overflow: visible;
    display: block;
    z-index: 1000;
}

.ui-menu-item {
    font-size: 85%;
}

.ui-menu {
    z-index: 10000;
}

.clusterEmployeeMustering0 {
    background: url(../Images/MapMarkers/EmployeeMustering/m0.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.clusterEmployeeMustering1 {
    background: url(../Images/MapMarkers/EmployeeMustering/m1.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.clusterEmployeeMustering2 {
    background: url(../Images/MapMarkers/EmployeeMustering/m2.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.clusterEmployeeMustering3 {
    background: url(../Images/MapMarkers/EmployeeMustering/m3.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.clusterEmployeeMustering4 {
    background: url(../Images/MapMarkers/EmployeeMustering/m4.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.commandButton {
    color: #428BCA !important;
    margin-left: 2px;
}

.license-warning {
    color: red;
    font-weight: bold;
    height: 22px;
    overflow-x: hidden;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

input[type=radio] {
    bottom: 2px;
}

.green-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: green;
    -ms-border-radius: 50%;
    margin: 0 auto; 
}

.dx-font-bold {
    font-weight: bold; 
    color: #428BCA;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select
{
  padding: 0;
  width: 40px;
  min-width: 40px;
}

.dx-datagrid .dx-row>td
{
  padding: 4px;
}

.dx-dropdowneditor-icon {
      color: #428BCA;
}
.red-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color:#cd0a0a;
    -ms-border-radius: 50%;
    margin: 0 auto; 
}

.btn-group > button {
    height: 35px;
}

 .node {
        padding: 5px
}

.selected {
    color: white!important;
    background: #337ab7!important;
}

td.not-allowed-cell {
    text-align: center !important;
    vertical-align: middle !important;
    color: #ddd;
}
tr.dx-selection > td.not-allowed-cell,
tr.dx-state-hover > td.not-allowed-cell {
    color: #aaa !important;
}

.form-field {
    display: block;
    margin: 0 0 10px 0;
}
.form-field-container {
    display: block;
    margin: 5px 0 15px 0;
}
.form-fieldset {
    padding: 10px;
    margin: 5px 0 15px 0;
    border: #dddddd solid 1px;
    color: #333333;
}
.form-fieldset legend {
    padding: 0 5px;
    margin: 0;
    border: none;
    font-size: 1em;
    width: auto;
}
.battery-charge-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
}
.battery-charge-low .battery-charge-icon {
    background: url(../Images/16x16/battery_charge_low.png) no-repeat center;
}
.battery-charge-low {
   /* color: #FF0000;*/
    font-weight: normal;
}
.battery-charge-normal .battery-charge-icon {
    background: url(../Images/16x16/battery_charge_normal.png) no-repeat center;
}
.battery-charge-normal {
   /* color: #727272;*/
    font-weight: normal;
}
.battery-charge-high .battery-charge-icon {
    background: url(../Images/16x16/battery_charge_high.png) no-repeat center;
}
.battery-charge-high {
   /* color: #007F0E;*/
    font-weight: normal;
}

.form-beacon-container {
    margin-right: 60px;
}
.form-beacon-container:after {
    clear: both;
}
.form-beacon-field {
    float: left;
    width: 100%;
}
.form-beacon-container .battery-charge-low,
.form-beacon-container .battery-charge-normal,
.form-beacon-container .battery-charge-high {
    float: right;
    width: 60px;
    margin-right: -60px;
    line-height: 36px;
    padding-left: 8px;
}

fieldset.form-field-container {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ddd;
    min-height: 1em;
    border-radius: 4px;
}
fieldset.form-field-container legend {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    padding: 2px 4px 4px 4px;
    color: slategrey;
    margin: 0;
    border: none;
    width: auto;
}
.btn-default.disabled:hover {
    cursor: auto;
}
.help-icon {
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url('../Images/16x16/help.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: help;
    display: inline-block;
}

.waiting-icon, .running-icon, .done-icon, .disabled-icon {
    width: 22px;
    height: 22px;
    margin: 0 auto;
}
.waiting-icon {
    background: url(../Images/22x22/wait.png) no-repeat center;
}
.running-icon {
    background: url(../Images/22x22/running.gif) no-repeat center;
}
.done-icon {
    background: url(../Images/22x22/done.png) no-repeat center;
}
.disabled-icon {
    background: url(../Images/22x22/disabled.png) no-repeat center;
}

.find-me-custom-item-color, .route-notifications-custom-item-color {
    position: relative;
    min-height: 30px;
}

.find-me-custom-item-color .color-name, .route-notifications-custom-item-color .color-name {
    display: inline-block;
    padding-left: 45px;
    text-indent: 0;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
}

.find-me-custom-item-color .color-box, .route-notifications-custom-item-color .color-box {
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.find-me-custom-item-color .dx-texteditor-buttons-container {
    display: none;
}

.zone-beacons-error {
    color: red;
}

.header-user {
    text-align: right;
    margin-right: 10px;
}

.block-inventory-date {
    margin-right: 10px;
}

.btn-sm-custom {
    height: 30px;
    width: 35px;
}
.a-smartwatch {
padding:6px!important;
}
.grid-menuitem-disabled .btn-smartwatch,
.grid-menuitem-disabled .btn-smartwatch-profile {
    filter: contrast(0.3);
}

.btn-smartwatch {
    width: 26px;
    color: #fff;
    height: 20px;
    display: block;
    background: url(../images/smartwatch.svg);
    background-size: 33px 33px;
    background-position-x: -3px;
    background-position-y: -7px;
    background-repeat: no-repeat;
}

.btn-smartwatch-profile {
    width: 26px;
    color: #fff;
    height: 20px;
    display: block;
    background: url(../images/smartwatch-profile.svg);
    background-size: 33px 33px;
    background-position-x: -3px;
    background-position-y: -7px;
    background-repeat: no-repeat;
}

.btn-sm-smartwatch {
    width: 16px;
    color: #fff;
    height: 16px;
    display: block;
    background: url(../images/smartwatch.svg);
    background-size: 28px 27px;
    background-position-x: -5px;
    background-position-y: -5px;
    background-repeat: no-repeat;
}

.btn-sm-smartwatch-profile {
    width: 16px;
    color: #fff;
    height: 16px;
    display: block;
    background: url(../images/smartwatch-profile.svg);
    background-size: 28px 27px;
    background-position-x: -5px;
    background-position-y: -5px;
    background-repeat: no-repeat;
}

.dxgvFilterBuilderMainArea_MB {
    overflow: auto;
}

.audit-table table {
    overflow: scroll!important;
}

.userAgreemenContainer {
    margin-top: 50px;
    width: fit-content !important;
    min-width: 700px;
    max-width: 1170px
}

.userAgreementTextContainer {
    text-align: justify;
    max-height: 60vh;
    overflow-y: auto;
    padding: 20px;
}

.page-header-text {
    font-family: 'Arvo' , serif;
     padding-left: 10px;
}

.dashboardHeader .page-header-text {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    margin-left: 25px;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.5px;
	vertical-align: middle;
	color: rgba(23, 43, 77, 1);
	text-transform: none !important;
	font-variant-caps: normal !important;
}

.dashboard-actions input {
	margin-right: 13px;
}

.dashboard-actions img {
	margin-left: 5px;
    position: absolute;
    z-index: 2;
    margin-top: 7px;
}

.dashboard-actions img.edit-icon, 
.dashboard-actions img.dashboard-icon{
	width: 14px;
	margin-top: 9px;
	margin-left: 7px;
}

.dashboard-actions img.dashboard-icon {
	margin-top: 10px;
}

.dashboardHeader {
	height: 60px;
}

.dashboardHeader .row {
	margin-top: 10px;
}

.dashboardHeader .btn.btn-default {
	border: 1px solid rgba(63, 80, 238, 1);
	border-radius: 4px;
	color: rgba(63, 80, 238, 1);
	padding-left: 25px;
}

.dashboardHeader .btn.btn-default:hover {
	background-color: rgba(237, 246, 251, 1);
}

.dxpcLite_MB .dxpc-mainDiv, .dxpcLite_MB.dxpc-mainDiv, .dxdpLite_MB .dxpc-mainDiv, .dxdpLite_MB.dxpc-mainDiv {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
	border: 0px;
}

.dxpcLite_MB .dxpc-header, .dxdpLite_MB .dxpc-header {
	border-bottom: 1px solid rgba(94, 108, 132, 0.15);
}

.dxpcLite_MB, .dxdpLite_MB {
	background-color: rgba(248, 249, 250, 1);
	margin-bottom: 20px !important;
	font-family: "Inter", "Helvetica", "Arial", sans-serif !important;
}

.container-overlay {
	background-color: #fff;
	border-radius: 0 0 12px 12px;
}

.dxpc-header .panel-title {
	font-weight: 600;
	font-size: 16px !important;
	line-height: 100%;
	letter-spacing: 0.5px;
	vertical-align: middle;
	color: rgba(0, 0, 0, 1) !important;
	height: 25px;
	margin-left: 8px;
}

.dxpc-header .panel-toolbar{
	margin-right: 15px;
}

.dxpc-header .panel-toolbar .btn-action {
	font-size: 14px;
	margin-left: 8px;
	color: rgba(94, 108, 132, 1);
} 
