/*
           assetFinda Red: #f24733
                      blue: #B0E6E7
                      Green: #81C639
     brighter/lighter green: #D3FF74
                      orange: #FF7123
                      yellow: #FFC306

*/

body {
    overflow: hidden;
}

html {
    overflow: hidden;
}

a, a:active, a:focus {
    outline: 0 !important;
}

.dx-dialog .dx-popup-title {
    color: red;
}

/*::-webkit-scrollbar {
    width: 12px;
}
 

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}*/

li {
    list-style-type: none;
}


.heading {
    text-align: center;
}

.welcomeField {
    position: absolute;
    top: 50%;
    left: 50%;
}

.background {
    width: 300px;
    padding: 1%;
    margin: 10% auto;
    font-style: normal !important;
}

.login_transparentbk {
    width: 100%;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
    font-size: 150%;
    margin: 5% 0;
}


.login_button {
    background: transparent;
    /*text-transform: uppercase;*/
    border: 2px solid #03bbc3;
    font-size: 150%;
    padding: 3% 10% 3% 10%;
    margin: 5% 0;
}

.errormsg {
    color: #ffffff !important;
    height: 20px;
}

    .errormsg.ng-binding {
        color: #ea4236 !important;
        font-weight: bold;
        /*height: 20px;*/
    }

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.no-box-space {
    padding: 0 !important;
    margin: 0 !important;
}

.login_panel {
    position: relative;
    border: 5px solid double;
}

.login_border {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid whitesmoke;
    padding: 5%;
    -webkit-box-shadow: 4px -14px 116px 37px whitesmoke;
    -moz-box-shadow: 4px -14px 116px 37px whitesmoke;
    box-shadow: 4px -14px 116px 37px whitesmoke;
}

/*.login_box {
}*/

.login_logo {
    width: 400px;
}

.sidebar_logo {
    width: 100%;
}

.hourglass {
    position: fixed;
    left: 50%;
    top: 50%;
}

.center {
    text-align: center;
}

.textLabel {
    padding: 5% !important;
}

.user_profilo {
    margin-top: 50px;
    width: 100%;
}

.user_pic {
    float: left;
    text-align: center;
    padding: 2px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.user_profile {
    float: left;
    height: 40px;
    position: relative;
    top: 10px;
}

.form > div:not(:first-child) {
    display: inline-block;
}

#product-details {
    vertical-align: top;
    width: 400px;
    height: 420px;
    margin-left: 20px;
    float: right;
    display: none;
}

    #product-details > img {
        display: none;
        border: none;
        height: 300px;
        width: 400px;
    }

    #product-details > .name {
        text-align: center;
        font-size: 20px;
    }

    #product-details > .price {
        text-align: center;
        font-size: 24px;
    }


.dark #product-details > div {
    color: #f0f0f0;
}

.hierarchyParentText {
    color: #000000 !important;
}

.ng-binding {
    color: #000000 !important;
}

.ng-scope {
    color: #000000 !important;
}


.unityDarkBlue {
    color: #0c2f50;
}

.unityLightBlue {
    color: #03bbc3;
}

.assetFindaRed {
    color: #f24733;
}

.top_notification_item {
    position: relative;
    color: #000000;
}

.position_relative {
    position: relative;
}

.notify_alert {
    position: absolute;
    top: -75%;
    right: -75%;
    background: #EA4134;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    padding: 16%;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

.cicleRadius {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*.profileImg {
}*/



#sidebar {
    background-color: whitesmoke;
    /*border-right: 2px solid #ea4236;*/
}

    #sidebar li {
        text-transform: uppercase;
        font-weight: bold;
    }

        #sidebar li a {
            color: #060000 !important;
        }


        #sidebar li:hover {
            background-color: #ffffff;
            color: #060000;
        }

            #sidebar li:hover a {
                color: #060000 !important;
            }

.clickedMenu {
    background-color: #ffffff !important;
    color: #060000;
}

    .clickedMenu a {
        background-color: #ffffff !important;
        color: #060000 !important;
    }

.menuText {
    color: #060000 !important;
}

.subnav {
    transition: all linear 0.5s;
}

    .subnav.ng-hide {
        opacity: 0;
    }

.topBox {
    height: 13%;
}

.mainBox {
    height: 80%;
}

.pagination > .active > a, .pagination > .active {
    background-color: #d4d4d4 !important;
    border-color: #d4d4d4 !important;
    border-radius: 3px;
    border-width: 1px;
}

.pagination > li > a {
    border: none !important;
}

.pagination {
    margin: 0px;
}


/*#sidebar li.expandable:hover a {
    color: #5A5555 !important;
}*/


.pagination_container {
    padding: 9px 0 9px 0;
}

.pager_text {
    padding: 7px 9px 8px;
    margin-right: 9px;
    opacity: .6;
}



#mainView {
    height: 100%;
    overflow: auto;
}

/*******************************************************************/
/*main menu icons*/


.mode_icon {
    background-image: url(app/content/images/main_menu/mode_white.png);
    background-size: cover;
}

/*.maintenance_icon{
    background-image:url(/assets/images/tool_icon.png);
    background-size: cover;
}*/
/*.map_icon{
    background-image:url(/assets/images/map_icon.png);
    background-size: cover;
}*/
/*active menu*/
.clickedMenu > a > i {
    color: #03bbc3;
}

.clickedMenu .mode_icon {
    background-image: url(app/content/images/main_menu/mode.png);
    background-size: cover;
}

/*main menu on hover*/
#sidebar li:hover i {
    color: #03bbc3;
}

#sidebar li:hover .mode_icon {
    background-image: url(app/content/images/main_menu/mode.png);
    background-size: cover;
}

#sidebar li:hover .contract_icon {
    background-image: url(app/content/images/mail_icon.png);
    background-size: cover;
}

/***********************info-page-tool-bar-icons***************************************/

.info-tool-bar-icon {
    width: 30px;
    height: 30px;
}

.info-nav-home-icon {
    background-image: url(app/content/images/Info_page_icons/home_no_colour.png);
    background-size: cover;
}

.info-nav-attributes-icon {
    background-image: url(app/content/images/Info_page_icons/attributes_no_colour.png);
    background-size: cover;
}

.info-nav-accounting-icon {
    background-image: url(app/content/images/Info_page_icons/accounting_no_colour.png);
    background-size: cover;
}

.info-nav-rating-icon {
    background-image: url(app/content/images/Info_page_icons/rating_no_colour.png);
    background-size: cover;
}

.info-nav-maintenance-icon {
    background-image: url(app/content/images/Info_page_icons/maintenance_no_colour.png);
    background-size: cover;
}

.info-nav-media-icon {
    background-image: url(app/content/images/Info_page_icons/media_no_colour.png);
    background-size: cover;
}

.info-nav-scheduled-icon {
    background-image: url(app/content/images/Info_page_icons/add-work-orders.png);
    background-size: cover;
}

.info-nav-works-icon {
    background-image: url(app/content/images/view_scheduled_maintenance_no_colour.png);
    background-size: cover;
}

.info-nav-life-cycle-icon {
    background-image: url(app/content/images/Info_page_icons/predictive_no_colour.png);
    background-size: cover;
}

.info-nav-usage-icon {
    background-image: url(app/content/images/Info_page_icons/usage_no_colour.png);
    background-size: cover;
}

.info-nav-condition-icon {
    background-image: url(app/content/images/Info_page_icons/inspection_no_colour.png);
    background-size: cover;
}

.info-nav-defect-icon {
    background-image: url(app/content/images/Info_page_icons/map_no_colour.png);
    background-size: cover;
}

.info-nav-audit-icon {
    background-image: url(app/content/images/Info_page_icons/audit_trail_no_colour.png);
    background-size: cover;
}

.info-nav-hierarchy-icon {
    background-image: url(app/content/images/Info_page_icons/Hierarchy_no_colour.png);
    background-size: cover;
}

.info-nav-extra-icon {
    background-image: url(app/content/images/Info_page_icons/extra_fields_no_colour.png);
    background-size: cover;
}

.info-nav-activity-icon {
    background-image: url(app/content/images/Info_page_icons/activity_no_colour.png);
    background-size: cover;
}

.info-nav-warranty-icon {
    background-image: url(app/content/images/Info_page_icons/warranty_no_colour.png);
    background-size: cover;
}

.info-nav-insurance-icon {
    background-image: url(app/content/images/Info_page_icons/insurance_no_colour.png);
    background-size: cover;
}

.info-nav-pm-icon {
    background-image: url(app/content/images/Info_page_icons/add_scheduled_maintenance_no_colour.png);
    background-size: cover;
}

/*****************************************/

.clickedMenu .info-nav-home-icon {
    background-image: url(app/content/images/Info_page_icons/home_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-attributes-icon {
    background-image: url(app/content/images/Info_page_icons/attributes_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-accounting-icon {
    background-image: url(app/content/images/Info_page_icons/accounting_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-rating-icon {
    background-image: url(app/content/images/Info_page_icons/rating_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-maintenance-icon {
    background-image: url(app/content/images/Info_page_icons/maintenance_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-media-icon {
    background-image: url(app/content/images/Info_page_icons/media_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-life-cycle-icon {
    background-image: url(app/content/images/Info_page_icons/predictive_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-usage-icon {
    background-image: url(app/content/images/Info_page_icons/usage_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-condition-icon {
    background-image: url(app/content/images/Info_page_icons/inspection_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-defect-icon {
    background-image: url(app/content/images/Info_page_icons/map_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-audit-icon {
    background-image: url(app/content/images/Info_page_icons/audit_trail_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-hierarchy-icon {
    background-image: url(app/content/images/Info_page_icons/Hierarchy_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-extra-icon {
    background-image: url(app/content/images/Info_page_icons/extra_fields_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-activity-icon {
    background-image: url(app/content/images/Info_page_icons/activity_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-warranty-icon {
    background-image: url(app/content/images/Info_page_icons/warranty_colour.png);
    background-size: cover;
}

.clickedMenu .info-nav-insurance-icon {
    background-image: url(app/content/images/Info_page_icons/insurance_colour.png);
	background-size: cover;
}
.clickedMenu .info-nav-pm-icon {
    background-image: url(app/content/images/Info_page_icons/add_scheduled_maintenance_colour.png);
    background-size: cover;
}

/*****************************************/


.side_nav_text {
    display: none;
    float: left;
}

.login_orange_background {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf010c+0,d9000d+15,ea4236+34,fb4724+52,ea4135+75,bf020d+100 */
    background: #bf010c; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #bf010c 0%, #d9000d 15%, #ea4236 34%, #fb4724 52%, #ea4135 75%, #bf020d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #bf010c 0%,#d9000d 15%,#ea4236 34%,#fb4724 52%,#ea4135 75%,#bf020d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #bf010c 0%,#d9000d 15%,#ea4236 34%,#fb4724 52%,#ea4135 75%,#bf020d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf010c', endColorstr='#bf020d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.login_white_background {
    width: 100%;
    height: 100vh;
    background-size: cover;
}

big_container {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.main_container {
    padding: 0.5% 2% 0 2%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.selectorBox {
    background-color: whitesmoke;
    padding: 0.5%;
}

.selectorInnerBox {
    background-color: transparent;
    padding: 0.5% 0;
}

.selectorGridInnerBox {
    background-color: transparent;
    padding: 0.5% 0;
}

/*.searchPanel {
}*/

.selectorText {
    font-size: 120%;
    margin-top: 2.5%;
}

.middle {
    vertical-align: middle;
}

.multiSelect > button {
    width: 100%;
    border-radius: 0px !important;
    background-image: none !important;
}

.multiSelect .checkBoxContainer {
    max-height: 400px;
    max-width: 300px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.multiSelect .caret {
    float: right;
}

hr {
    color: #E3E6E3;
}

.asset_selector {
    max-width: 350px;
}

.searchText {
    padding: 5px 9px;
    border: 1px solid #c6c6c6;
    line-height: 1.42857143;
}

.hierarchy-searchText {
    padding: 4px 9px;
    border: 0.5px solid #c6c6c6;
    line-height: 28px;
    height: 29px;
    border-radius: 3px;
}

.squareBorder {
    border-radius: 0 !important;
}

.white_button {
    background: white;
    border: 2px solid white;
    padding: 2%;
    margin-left: 20px;
}

.hierarchyBox {
    height: 85%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5%;
    background-color: whitesmoke;
}

.pageDetailBox {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5%;
    background-color: whitesmoke;
}

.pageDetailInnerBox {
    background-color: transparent;
    border: 3px solid white;
    min-height: 100%;
    height: auto;
    padding: 2%;
}

.gridBox {
    height: 70vh;
    overflow: hidden;
    padding: 0.5% 0 0 0;
}

.query-builder-grid-box {
    height: 75%;
}


/*.scheduleOfRatesGridBox {
    height: auto;
    overflow: hidden;
    padding: 0.5% 0 0 0;
}*/

.wq-scheduler-height {
    height: 80%;
}

.calendarBox {
    margin-top: 2%;
    padding: 2%;
    background-color: whitesmoke;
    height: 80vh;
}


.hierarchyTree {
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 750px;
    height: 100%;
    margin-top: -2%;
}

.nodeText {
    cursor: pointer;
    text-decoration: underline !important;
    float: right;
}

.devCheckBox {
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 14px;
}


.modal {
    z-index: 999 !important;
    top: 20%;
}

.modal-dialog {
    z-index: 1000;
}

.modal-backdrop {
    z-index: 900;
}

.modal-text {
    font-size: 120%;
    padding: 1.5%;
}

.modal-input {
    font-size: 120%;
    padding: 1.5%;
}


.assetClassSelection {
    padding: 0.5%;
    float: left;
    overflow: hidden;
}

.disposalGroup {
    padding: 5px 9px;
    border: 2px solid #B0E6E7;
}

.extraGroup {
    padding: 5px 9px;
    border: 2px solid #B0E6E7;
}

.extraGroupItem {
    margin-right: 5px;
}

.GroupItems {
    width: 30%;
    float: left;
}


.selectGroup {
    padding: 1.5%;
    width: 450px;
}

.buttonGroup {
    padding: 1.5% 1.5% 0 1.5%;
    width: 450px;
    border: 3px dashed transparent;
}


.assetClassesList .dx-list-item {
    width: 20% !important;
    float: left;
    border-top: none !important;
}


.roleFunctionList .dx-list-item-content {
    padding: 2px !important;
}

.roleFunctionList .dx-list-item {
    width: 50% !important;
    float: left;
    border-top: none !important;
    padding: 0 !important;
}

/*.assetClassListItem {
}*/

#summary .ng-scope {
    color: red !important;
}


.caption {
    font-size: 16px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.mapDetail {
    flex: 0.2 5 auto !important;
}

/*#distributePurchaseCostModal{
    width: 90%;
     overflow-y: auto;
}*/

.blueBorder {
    margin-top: -2px;
    border: 2px solid #E4E4E4;
    padding: 5px 9px !important;
    margin-left: -35px;
    width: 430px;
}

.blueLeftBorder {
    margin-top: -2px;
    border-top: 2px solid #E4E4E4;
    border-right: 2px solid #E4E4E4;
    border-bottom: 2px solid #E4E4E4;
    padding: 5px 9px 4px 9px !important;
}

.info-hierarchy-border {
    margin-top: -2px;
    border: 2px solid #E4E4E4;
    padding: 5px 9px !important;
    margin-left: -35px;
    width: 430px;
}

.blueSingleLeftBorder {
    margin-top: -2px;
    border-left: 2px solid #B0E6E7;
    padding-left: 5px 9px !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.paddingText {
    padding: 2px;
}


.roleBoxes {
    height: 500px;
}

.roleUsers .dx-list {
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.roleDragBox {
    height: 500px;
    overflow: auto;
}


.btn-info {
    color: #fff;
    background-color: #B0E6E7;
    border-color: #B0E6E7;
}

    .btn-info:hover {
        color: #fff;
        background-color: #B0E6F5;
        border-color: #269abc;
    }

    .btn-info:active {
        color: #fff;
        background-color: #B0E6F5;
        border-color: #269abc;
    }


.roleUsers .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
    background-color: #ffffff !important;
    color: #000;
}

    .roleUsers .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron {
        border-color: #fff;
    }

    .roleUsers .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
        background-color: #B0E6E7 !important;
        color: #fff;
    }

.roleUsers .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
    background-color: none !important;
    color: #fff;
}

.roleUsers .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
    background-color: #B0E6E7;
    color: #333;
}

.roleUsers .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content {
    background-color: none !important;
    color: #fff;
}


.ng-isolate-scope {
    color: white !important;
}

.ui content {
    color: white !important;
}

/*.cusTooltip{
    color:#ffffff;
}*/

.tooltip .tooltip-inner {
    color: #ffffff !important;
    z-index: 9999 !important;
}

.label-gap {
    padding: 5px 9px;
}

.left-padding {
    padding-left: 2%;
}

.image-box {
    position: relative;
}

.image-delete-icon {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 9999;
    background-color: transparent;
    /*border:1px solid black;
    border-radius:50%;*/
}

.inside-img {
    position: absolute;
    top: 0;
    left: 0;
}

.organisation-image {
    vertical-align: middle;
    height: 40px;
    width: 40px;
}

.export-pop-text {
    width: 110px;
    padding: 3px 0;
    margin-left: -10px;
}

    .export-pop-text:hover {
        background-color: whitesmoke;
    }

.user-control-pop-text {
    width: 100%;
    padding: 3px;
}

    .user-control-pop-text:hover {
        background-color: whitesmoke;
    }

.line-height {
    margin-bottom: 10px;
}

.button-style {
    padding: 5px 16px;
    margin: 5px 10px;
}


#deterioration_curves .dx-datagrid-edit-form .dx-widget {
    max-width: 1100px !important;
}

.work-request-icon {
    float: left;
    width: 45px;
    max-width: 45px;
    text-align: center;
}

.work-request-grouped-icon {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
}

.work-request-icons {
    float: left;
    max-width: 180px;
    position: relative;
    margin-left: 5px;
    padding-right: 5px;
}

.work-request-group-icons {
    float: left;
    height: 60px;
    margin-left: 5px;
    padding-right: 5px;
}

.work-request-group-icons-new {
    float: left;
    height: 90px;
    margin-left: 5px;
    padding-right: 10px;
}

/*.work-request-icon-group-text{
    position:absolute;
    bottom:0;
    left:50%;
    color:#808080;
    transform: translate(-50%, 0%);   
}*/

.work-request-right-icons {
    padding-left: 10px;
    float: right;
    position: relative;
    margin-right: 10px;
    height: 45px;
}

.work-request-icon-label {
    margin-top: -5px !important;
    font-size: 13px;
}

.icons-border {
    border-right: solid 2px #e2e2e2;
}

.icons-left-border {
    border-left: solid 2px #e2e2e2;
}


.form-line {
    margin: 5px 0px 5px 0px;
}


.form-label-text {
    padding: 5px 0;
}

.menu-label-text {
    padding: 5px 15px 5px 0px;
    min-width: 100px;
}

.menu-additional-label-text {
    padding: 5px 0 5px 0px;
    min-width: 100px;
}

.menu-line-height {
    padding: 3px 0;
}

.menu-short-text-box {
    width: 50px;
}

.menu-long-text-box {
    width: 200px;
}

#extra-field-selection-grid .dx-datagrid.dx-datagrid-borders > .dx-datagrid-header-panel {
    border: solid 0.5px #ddd;
    padding: 9px 9px 0;
}

.lookup-grid-container {
    border: solid 1px #ddd;
}

    .lookup-grid-container * {
        line-height: normal !important;
    }

.lookup-header {
    padding: 9px;
    background-color: #f7f7f7;
    margin-bottom: 9px;
    line-height: 25px;
    border-bottom: solid 0.5px #ddd;
    border-top: solid 0.5px #ddd;
}

.lookup-asset-class-dropdown {
    padding: 5px 9px;
}

#selectAssetClassOptions {
    /*min-width:300px;*/
    margin-left: 20px;
}

.bold-text {
    font-weight: bold;
}

/*.unit-cost-toolbar {
}*/

.unit-cost-dropdown {
    padding: 16px 0 20px 20px;
}

/*.unit-cost-slider {
}*/


.underline {
    border-bottom: 0.2px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    visibility: visible;
    overflow: hidden;
}

.upperline {
    border-top: 0.2px solid #e1e1e1 !important;
}

/*.light-grey-1 {
}*/

.light-grey-2 {
    background-color: #EbEbEb;
}

.light-grey-3 {
    background-color: #e1e1e1;
}

rzslider .rz-ticks.rz-ticks-values-under .rz-tick-value {
    top: auto !important;
}

#modeling-popup-grid .dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle !important;
}

.modeling-disabled-row {
    padding: 5px;
}


#recurrenceContainer .dx-scheduler-work-space-all-day .dx-scheduler-time-panel-cell {
    vertical-align: middle !important;
}


#works_calendar .dx-scheduler-work-space-all-day .dx-scheduler-time-panel-cell {
    vertical-align: middle !important;
}

.white-smoke-backgroud {
    background-color: whitesmoke;
}

.full-height {
    height: 100%;
}

.full-height-media {
    height: 95%;
}

.dashboard-chart-box {
    width: 100%;
}

.title-text {
    font-size: 20px;
    padding: 10px 10px 0 10px;
}


/*.chart-export-btn{
    position:relative;
    right:0;
}*/

.gap-hr {
    margin: 10px 0 !important;
}

.catalog-window-width {
    max-width: 550px;
}

/*.radio-group .dx-item-content {
    padding-top: 3px;
}*/

.align-left {
    text-align: left;
}

.work-request-grid {
    height: 85%;
}

.info-environment-text {
    padding-right: 20px;
}

.dashborad-service-align {
    vertical-align: middle;
    display: table-cell;
}

.dashborad-service-text {
    font-size: 40px;
    /*text-decoration: underline;*/
}

    .dashborad-service-text span {
        font-size: 40px;
        /*text-decoration: underline;*/
    }

.dashborad-service-img {
    vertical-align: middle;
    display: table-cell;
    margin-right: 50px;
}

.dashborad-service-container {
    float: left;
    text-align: right;
    padding-right: 9px;
    margin-left: 9px;
    width: 200px;
}

.dashborad-service {
    display: table;
    width: 100%;
}

.vertical-middle {
    vertical-align: middle;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.dashboard-service-type-tag-box {
    background-color: transparent !important;
    z-index: 1 !important;
}

.dashboard-service-type-text {
    position: absolute;
    padding: 5px 9px;
}

.dashboard-service-type-tag-box .dx-texteditor-input {
    cursor: pointer !important;
}

.dashborad-service-type-container {
    float: left;
    padding-right: 9px;
    margin-left: 50px;
    height: 78px;
    padding-top: 15px;
}

.label-text {
    padding: 5px 5px;
}

.px-5-padding {
    padding: 5px;
}

.custom-checkbox-display .dx-checkbox-container {
    display: block !important;
}


#defect-type-lookup-grid .dx-tabs-scrollable .dx-tab {
    display: table-cell !important;
}

.lookup-grid-container .dx-checkbox-container {
    /*margin-top:5px;*/
    height: 20px;
}

.import-export-tool-box {
    padding: -5px 0 0 0;
    margin: 0;
    width: 100%;
}

    .import-export-tool-box .dx-fileuploader-input-wrapper {
        padding: 0 !important;
        width: 50%;
        float: left;
    }

    .import-export-tool-box .dx-fileuploader-wrapper {
        padding: 0 !important;
    }

    .import-export-tool-box .import-export-tool-box {
        padding: 0 !important;
    }

    .import-export-tool-box .dx-fileuploader-files-container {
        padding: 0 !important;
        width: 50%;
        float: left;
        margin-top: -8px;
    }

    /*.email-config-password-container{
    position:absolute;
}

.email-config-password-show-text{
    position:relative;
    right:0;
    bottom:0;
}*/

    .import-export-tool-box .dx-fileuploader-upload-button.dx-button-has-text {
        display: none;
    }

.azure-users-lookups-popup {
}

.inline-block {
    display: inline-block;
}

.severity_draggable_row {
    cursor: all-scroll;
}

@media screen and (max-height:500px) {
    #reportContainer iframe {
        min-height: 400px !important;
    }
}

@media screen and (min-height:500px) and (max-height:800px) {
    #reportContainer iframe {
        min-height: 500px !important;
    }
}

@media screen and (min-height:800px) and (max-height:1000px) {
    #reportContainer iframe {
        min-height: 800px !important;
    }
}

@media screen and (min-height:1000px) and (max-height:1200px) {
    #reportContainer iframe {
        min-height: 1000px !important;
    }
}

@media screen and (min-height:1200px) {
    #reportContainer iframe {
        min-height: 1200px !important;
    }
}

.dx-loadpanel-wrapper {
    z-index: 2000 !important;
}

.clickedMenu .mdi {
    color: #03bbc3;
}


/*******************************************************************/
/* help page icon */

.help-page-icon {
    font-size: 150px;
    color: #0c2f50;
}

/*******************************************************************/
