﻿body#itm-body {
    background-image: none !important;
    background-size: cover;
    background-color: #f2f2f2 !important;
}

/** BEGIN HEADER **/
.header-bar, div.itm-links-bar, table.itm-links-bar {
    background-image: none;
    background-color: #FFFFFF !important;
}
table.itm-links-bar tr td {
    height: 18px;
}

.header-bar div.logo {
    width: 600px;
    background-image: url("../../css/images/themes/default/logo.png");
    margin-left: 10px;
}

div#itm-welcome-note span, div#itm-logout-link > a {
    color: #00548E;
}
div#itm-help-link {
    background-image: url('../../css/images/themes/default/img-help.png');
    width: 16px;
    height: 16px;
    background-size: auto 12px;
    background-position: 1px 2px;
    background-color: #00548E;
    border-radius: 8px;
    margin-top: 3px;
}
/** END HEADER **/


/** BEGIN MENU BAR **/
div#itm-content-tab-bar {
    background-image: none;
    background-color: #00548E;
    position: absolute;
}
div#itm-content-tab-bar-background {
    background-color: #00548E;
    width: 100%;
    height: 21px;
    border-bottom: 1px solid #ACACAC;
}

#itm-content-tab-bar .itm-content-tab-bar, .itm-content-tab-bar.menu-items-container {
    background-image: none !important;
}

#itm-content-tab-bar ul.dxtc-strip.dxtc-stripContainer {
    background-color: #00548E !important;
    height: 21px !important;
}

#itm-content-tab-bar ul.dxtc-strip.dxtc-stripContainer li.dxtc-tab,
#itm-content-tab-bar ul.dxtc-strip.dxtc-stripContainer li.dxtc-activeTab {
    background-image: none !important;
    background-color: #00548E !important;
    border: 0 !important;
}

#itm-content-tab-bar ul.dxtc-strip.dxtc-stripContainer li.dxtc-activeTab a.dxtc-link,
.itm-application-name span {
   color: #00548E !important;
}

#itm-content-tab-bar ul.dxtc-strip.dxtc-stripContainer li.dxtc-tab a.dxtc-link span {
    color: #FFFFFF;
}
#itm-content-tab-bar ul.dxtc-strip.dxtc-stripContainer li.dxtc-activeTab a.dxtc-link span {
    color: #1294C9;
}

div#itm-content-tab-bar > div.dxtcLite {
    height: auto !important;
    display: table !important;
    float: none;
    margin: 0 auto;
}
/** END MENU BAR **/


/** BEGIN LEFT BAR **/
.left-bar > table > tbody > tr:first-child > td:first-child,
.left-bar > div > table > tbody > tr:first-child > td:first-child {
    background-color: transparent;
}

    .left-bar > table > tbody > tr:first-child > td:first-child.transparent-bkg,
    .left-bar > div > table > tbody > tr:first-child > td:first-child.transparent-bkg {
        background-color: transparent;
    }

.left-bar > table,
.left-bar > div > table {
    margin-bottom: 35px;
    margin-top: 3px;
}

.dxnbLite .dxnb-gr {
    margin: 0 12px 1pc 12px;
}

div.itm-application-name {
    margin-right: 12px;
    padding-top: 0;
}

.dxnb-header,
.dxnb-headerCollapsed {
    background-color: #00548E !important;
}

    .dxnb-header span,
    .dxnb-headerCollapsed span {
        color: #ffffff;
    }

    #ctl00_ctrlPageContentPlaceholder_ctrlNavBar  .dxnb-header .dxnb-btn,
    #ctl00_ctrlPageContentPlaceholder_ctrlNavBar .dxnb-headerCollapsed .dxnb-btn {
        /* an image is needed here */
        display: none;
    }
    #ctl00_ctrlPageContentPlaceholder_ctrlNavBar  .dxnb-header {
        background-image: url('../../css/images/themes/default/menu-collapse.png') !important;
        background-repeat: no-repeat;
        background-position: 97% 45%;
    }
    #ctl00_ctrlPageContentPlaceholder_ctrlNavBar  .dxnb-headerCollapsed {
        background-image: url('../../css/images/themes/default/menu-expand.png') !important;
        background-repeat: no-repeat;
        background-position: 97% 45%;
    }
    
/** END LEFT BAR **/



/** BEGIN CONTENT PLACEHOLDER **/

/* HOME MODULE */
tr#ctl00_ctrlPageContentPlaceholder_TableHomeRow2 > td:nth-child(1), tr#ctl00_ctrlPageContentPlaceholder_TableHomeRow2 > td:nth-child(3), #ctl00_ctrlPageContentPlaceholder_TableHomeRow1 {
    width: 0 !important;
    display: none;
}

tr#ctl00_ctrlPageContentPlaceholder_TableHomeRow2 > td:nth-child(2) {
    width: 100%;
    min-width: 1000px;
    text-align: center;
}

div.dashContainer {
    max-width: 1020px;
    width: auto;
    margin: 0 auto;
    padding-top: 25px;
    display: inline-block;
}

div.dashmain {
    width: 300px;
    min-width: 300px;
    height: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: white;
    word-break: break-all;
    padding-right: 10px;
    box-sizing: border-box;
}

div.dashmain.last:nth-of-type(3n+1) {
    margin-left: 320px;
    position: inherit;
}

div.dashmain:nth-of-type(3n+3) {
    margin-right: 0;
}

div.dashmain {
    float: left;
    position: relative;
}

@media screen and (min-width: 1190px) {
    div.dashContainer {
        max-width: 1100px;
    }
    div.dashmain {
        width: 340px;
        min-width: 340px;
    }
    div.dashmain.last:nth-of-type(3n+1) {
        margin-left: 360px;
    }
}
@media screen and (max-width: 1020px) {
    div.dashContainer {
        width: 820px;
    }
    div.dashmain {
        width: 400px;
        min-width: 400px;
        margin-right: 5px;
    }
    div.dashmain:nth-of-type(3n+3) {
        margin-right: 5px;
    }
    div.dashmain.last:nth-of-type(3n+1) {
        margin-left: 200px;
    }
}

div.dashmain .dxeHyperlink {
    color: #EF4036 !important;
    font-weight: bold;
}

div.dashmain table {
    width: 100%;
    height: 100%;
}

div.dashmain table tr td:first-child {
    vertical-align: middle;
    width: 70px;
}

div.dashmain table tr td:last-child {
    text-align: left;
}

div.dashleftImage {
    margin-left: 15px;
}

.dashrightDescription {
    display: none;
}


/* HIDE  */
.crumbmain div[id$=_high] {
    display: none;
}
/** END CONTENT PLACEHOLDER **/



.header-bar img {
    /*display: none;*/
}



div.itm-login-main {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../css/images/themes/default/login-background.jpg') !important;
    background-size: cover;
    background-position: 80% 0;
    z-index: -2;
}
.itm-login-main div.itm-login-errorcontainer {
    width: 420px;
    top: 195px;
}
.itm-login-container.forgot-password-container .itm-login-errorcontainer {
    width: 420px;
    top: 0;
}

div.itm-login-image {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 20px;
}

div.itm-login-container, div.itm-error-container {
    width: 420px !important;
    height: 185px !important;
    margin: 0 !important;
    position: absolute !important;
    left: 50% !important;
    margin-left: -271px !important;
    top: 50% !important;
    margin-top: -124px !important;
}
.login-forgot-pwd-link {
    line-height: 22px;
}
div.itm-login-container.forgot-password-container {
    height: 150px !important;
}

div.itm-login-container, div.itm-login-container, div.itm-error-container {
    border: 1px solid black !important;
    background-color: white !important;
}

    div.itm-login-container .dxeTextBox, div.itm-login-container .dxeButtonEdit {
        border: 1px solid black;
        border-radius: 2px;
        width: 260px;
    }

    div.itm-login-container a#linkForgotPassword {
        text-decoration: none !important;
        color: #00548E !important;
    }

    div.itm-login-container .btnsubmit, div.itm-login-container .dxbButton, div.itm-error-container .dxbButton {
        background-image: none;
        background-color: #00548E;
        border-radius: 4px;
        color: white;
        border: 1px solid #00548E;
    }

#itm-header-left, #itm-header-left-version {
    position: fixed;
    right: 0;
    bottom: 10px;
    height: 10px;
    z-index: 2;
}

#itm-header-right {
    position: static;
    top: 0;
    right: 0;
}

#itm-header-left {
    right: 90px;
}

    #itm-header-left span, #itm-header-left-version span {
        color: white !important;
    }

.tvm-top-toolbar-background {
    height: 57px;
}

.tvm-top-toolbar-container {
    width: 100%;
    background-color: #f2f2f2;
    height: 37px;
}

.tvm-btn-toggle-top {
    margin-top: 37px;
}

.itm-login-image .image-lock {
    background-image: url('../../css/images/themes/default/folder_locked.png');
    width: 32px;
    height: 32px;
    background-size: cover;
}

.itm-login-image .forgot_password {
    background-image: url('../../css/images/themes/default/forgot_password.png');
    width: 32px;
    height: 32px;
    background-size: cover;
}

.dashboard-image.management_module {
    background-image: url('../../css/images/themes/default/dashboard/management_module.png');
}

.dashboard-image.fieldlog_module {
    background-image: url('../../css/images/themes/default/dashboard/fieldlog_module.png');
}

.dashboard-image.track_module {
    background-image: url('../../css/images/themes/default/dashboard/track_module.png');
}

.dashboard-image.fieldpay_module {
    background-image: url('../../css/images/themes/default/dashboard/fieldpay_module.png');
}

.dashboard-image.fieldexport_module {
    background-image: url('../../css/images/themes/default/dashboard/fieldexport_module.png');
}

.dashboard-image.fieldalert_module {
    background-image: url('../../css/images/themes/default/dashboard/fieldalert_module.png');
}

.dashboard-image.fieldplan_module {
    background-image: url('../../css/images/themes/default/dashboard/fieldplan_module.png');
}
.dashboard-image.employeedesk_module {
    background-image: url('../../css/images/themes/default/dashboard/employeedesk_module.png');
}
.dashboard-image.timeregistration_module {
    background-image: url('../../css/images/themes/default/dashboard/timeregistration_module.png');
}






div .tvm-top-btn-tracking-car_stopped,
div #btnDiv .tvm-top-btn-tracking-car_stopped {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-tracking-car_stopped.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-top-btn-reset,
div #btnDiv .tvm-top-btn-reset {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-reset.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-top-btn-map-overview,
div #btnDiv .tvm-top-btn-map-overview {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-map-overview.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-top-btn-measure-distance,
div #btnDiv .tvm-top-btn-measure-distance {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-measure-distance.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

.tvm-top-btn-show-regplates,
div #btnDiv .tvm-top-btn-show-regplates {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-show-regplates.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .btn-show-poi-regions,
div #btnDiv .btn-show-poi-regions,
div .tvm-top-btn-show-poi-regions,
div #btnDiv .tvm-top-btn-show-poi-regions {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-show-poi-regions.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-top-btn-clear-map,
div #btnDiv .tvm-top-btn-clear-map {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-clear-map.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-top-btn-search_vehicles,
div #btnDiv .tvm-top-btn-search_vehicles {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-search_vehicles.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-top-btn-vehicle-display,
div #btnDiv .tvm-top-btn-vehicle-display {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-vehicle-display.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-top-btn-map-layers,
div #btnDiv .tvm-top-btn-map-layers {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-map-layers.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-top-btn-routes,
div #btnDiv .tvm-top-btn-routes {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-routes.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-btn-download,
div #btnDiv .tvm-btn-download {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-download.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

div .tvm-top-btn-tracking-car_driving,
div #btnDiv .tvm-top-btn-tracking-car_driving {
    background-image: url(../../css/images/themes/default/map/tvm-top-btn-tracking-car.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

.tvm-top-toolbar-container table tbody tr td input {
    margin-right: 10px;
}

.itm-error-image img {
    margin-top: 45px;
}


.bottom-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background: #00548E;
}
#ctl00_PageContent_EventsMapPopupControl_btnDiv {
    width: 390px !important;
}
div.verifySSL {
    left: -9px;
    top: -37px;
    display: none;
}
table.defaultContent{
    background-color: #ffffff;
}
table.defaultContent div.itm-change-username-appname, 
table.defaultContent div.itm-change-password-appname,
table.defaultContent div.itm-change-username-title, 
table.defaultContent div.itm-change-password-title,
table.defaultContent div.itm-add-phone-appname,
table.defaultContent div.itm-add-phone-title,
table.defaultContent div.itm-sms-code-appname,
table.defaultContent div.itm-sms-code-title,
table.defaultContent div.itm-verify-email-appname,
table.defaultContent div.itm-verify-email-title,
table.defaultContent div.itm-form-info {
    color: #000000;
}