﻿/* CSS Document */
/* style.css & themestyle.css starts*/
/*Common defines*/
@import url('ck-styles.css');
@import url('header.css');
@import url('menu.css');
@import url('newmenu.css');
@import url('subscription.css');
body, html {
    margin: 0px;
    /*min-width: 900px;*/
    background-color: #efefef;
     overflow-y:hidden !important;
     min-height: 100vh;
}

body, td, div, p, h1, h2, h3, h4, h5, h6, span, input, textarea, b {
    font-family:'Open Sans', Arial;
    color: #333;
    font-size:9pt;
}
u
{
    color:#2a80b9;
}
div {
    font-family: 'Open Sans', Arial !important;
    font-size: 9pt;
}
body, td, div, p, span, input, textarea, b, a {
    font-family: 'Open Sans', Arial !important;
    font-size: 9pt;
}
.border1 {
    border: 1px solid #b0da09;
}

.nav {
    background-color: #c3ab65;
}

.page-dimmer {
    background-image: URL(../../ccv-dms/images/dimmer.png);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    display: none;
}

.left, .float_left {
    float: left;
}

.right, .float_right {
    float: right;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}

.clear-left, .clear_left {
    clear: left;
}

.clear-right, .clear_right {
    clear: right;
}

.hide {
    display: none;
}

.hideimp {
    display: none !important;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block;
}

.show {
    display: block;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_justify {
    text-align: justify;
}

.bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.wrap {
    white-space: normal !important;
    line-height: 20px !important;
}

.user-profile {
    height: 36px;
    line-height: 30px;
}

.box {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    position: relative;
}

    .box .title {
        background-image: url(../../ccv-dms/images/login-title-bg.png);
        font-size: 12pt;
        font-weight: bold;
        box-shadow: 0px 3px 7px #c1c1c1;
        -moz-box-shadow: 0px 3px 7px #c1c1c1;
        -webkit-box-shadow: 0px 3px 7px #c1c1c1;
        border-bottom: 1px solid #fff;
    }

    .box .form {
    }

        .box .form .alert {
            background-image: url(../../ccv-dms/images/alert.png);
            display: none;
            background-position: left;
            background-repeat: no-repeat;
            margin-top: 5px;
            line-height: 25px;
            color: #cc0000;
            padding-left: 30px;
        }

        .box .form .a {
            color: #6f8a06;
            text-decoration: none;
            font-weight: bold;
        }

.user-profile {
    color: #aaa;
    float: right;
    margin-right: 20px;
    margin-top: 2px;
    width: auto;
    text-align: right;
    font-size: 8pt;
}

    .user-profile a {
        color: #ccc;
        text-decoration: none;
    }

    .user-profile b {
        font-size: 10pt;
        color: #ccc;
    }

    .user-profile img {
        float: left;
        margin-right: 15px;
    }

.nav {
    width: 100%;
    height: 45px;
}
/*.footer{width:100%;	height:24px; 	line-height:24px; }*/


.footer {
    background-color: rgba(0,0,0,0.50);
    color: #aaa;
    height: 26px;
    line-height: 26px;
    position: absolute;
    bottom: 0;
    width: 99%;
    border-top: 1px solid rgba(255,255,255,0.50);
    font-family: Tahoma;
    font-size: 9pt;
    text-indent: 10px;
}


.header-btn {
    width: 36px;
    height: 36px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        float: left;
        background-color: #efefef;
        text-align: center;
        margin-top: 9px;
        margin-left: 1px;
        cursor: pointer;
        text-shadow: 0px 1px 0px #fff;
        -moz-text-shadow: 0px 1px 0px #fff;
        -webkit-text-shadow: 0px 1px 0px #fff;
        font-weight: bold;
        color: #333;
    }

        ul.tabs li.active {
            margin-top: 5px;
            border-radius: 5px 5px 0px 0px;
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            background-color: #ccc;
            border-top: 1px solid #ccc;
            text-shadow: 0px 1px 0px #eee;
            -moz-text-shadow: 0px 1px 0px #eee;
            -webkit-text-shadow: 0px 1px 0px #eee;
            color: #333;
        }

.ui-layout-resizer {
    BACKGROUND-color: #efefef;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    HEIGHT: 7px;
    background-image: url(../../ccv-dms/images/seperator.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.navigation li.links div {
    background-color: #E7F2F9;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    border: 1px solid #BDDCEF;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

    ul.navigation li.links div:hover {
        background-color: #CAE3F2;
    }

    ul.navigation li.links div span {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        color: #60ACD8;
        float: left;
        font-size: 9pt;
        letter-spacing: 2px;
        text-align: center;
        text-shadow: 0 -1px 1px #FFFFFF;
    }

ul.navigation ul li {
    padding: 5px;
    border: solid 1px #F1F1F1;
}

    ul.navigation ul li:hover {
        border: solid 1px #A8D8EB;
    }

    ul.navigation ul li.panel-header, ul.navigation ul li .panel-header:hover {
        border-bottom: 1px solid #777;
        font-weight: bold;
        text-align: center;
        padding: 2px 0 4px;
    }

ul.navigation > li ul {
    background-color: #E7F2F9;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    border: 1px solid #BDDCEF;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.tab-sub {
    height: 32px;
    width: 100%;
    background-color: #ccc;
    border-bottom: 1px solid #aaa;
    line-height: 33px;
    border-top: 1px solid #eee;
    text-indent: 10px;
}

ul.navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 120px;
    right: 0px;
    list-style: none;
    z-index: 9999;
}

    ul.navigation li.links {
        height: 103px;
        display: list-item;
    }

        ul.navigation li.links div {
            display: block;
            width: 25px;
            height: 100px;
        }

            ul.navigation li.links div span {
                height: 100px;
                line-height: 70px;
                width: 50px;
            }

    /* panels */
    ul.navigation > li ul {
        position: fixed;
        top: 120px;
        right: 0px;
        width: 180px;
        z-index: 1;
        width: 500px;
        display: none;
        list-style: none;
        height: 100%;
    }

        ul.navigation > li ul.docked {
            display: block;
            z-index: -2;
        }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/**
    Styles for formatcreation
*/
#tabs {
    overflow: auto;
    width: 100%;
}
/*fields*/
.draggables {
    width: 20%;
    float: left;
}

    .draggables li {
        list-style-type: none;
        margin-bottom: 5px;
        padding: 5px;
    }

    .draggables ul {
        padding: 0px;
    }

.fields {
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    float: left;
}

.label_w100 {
    width: 100px !important;
}

/**
	Styles for job creation popup
*/
.add-tab-pop-up, .adwidth {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10;
}

.add-tab-pop-up-body {
    background-color: White;
}

.add-tab-pop-up-left {
    width: 14px;
    background-image: url(../../ccv-dms/images/left.png);
}

.add-tab-pop-up-right {
    width: 14px;
    background-image: url(../../ccv-dms/images/right.png);
}

.add-tab-pop-up-top {
    height: 14px;
    background-image: url(../../ccv-dms/images/top.png);
}

.add-tab-pop-up-topleft {
    height: 14px;
    width: 14px;
    background-image: url(../../ccv-dms/images/topLeftCurve.png);
}

.add-tab-pop-up-topright {
    height: 14px;
    width: 14px;
    background-image: url(../../ccv-dms/images/topRightCurve.png);
}

.add-tab-pop-up-bottom {
    height: 14px;
    background-image: url(../../ccv-dms/images/bottom.png);
}

.add-tab-pop-up-bottomleft {
    height: 14px;
    width: 14px;
    background-image: url(../../ccv-dms/images/bottomLeftCurve.png);
}

.add-tab-pop-up-bottomright {
    height: 14px;
    width: 14px;
    background-image: url(../../ccv-dms/images/bottomRightCurve.png);
}

.add-tab-pop-up-content {
    min-width: 500px;
    min-height: 500px;
    /*float:left;*/
}

.ui-autocomplete {
   position:absolute; 
   border-radius: 3px; 
   top:0;
   left:0;
   cursor:default; 
   min-width: 152px; 
   max-width: 100%; 
   max-height: 100px; 
   background: #ffffff; 
   color: #000000; 
   z-index: 9999999 !important; 
   overflow-y: auto; 
   overflow-x: hidden; 
}

.mapview {
    float: none;
}

    .mapview .labels {
        color: red;
        background-color: white;
        /*font-family: "Lucida Grande", "Arial", sans-serif;
        font-size: 10px;*/
        font-weight: bold;
        text-align: center;
        border: 2px solid black;
        white-space: nowrap;
    }

.refreshbtn {
    height: 27px;
    line-height: 27px !important;
    text-align: center;
    text-indent: 0px;
    margin-top: 7px !important;
    margin-left: 5px;
}

.refreshbtnwithtime {
    height: 23px;
    line-height: 10px !important;
    text-align: center;
    text-indent: 0px;
    margin-left: 5px;
    background-color: #c0df5a;
    width: 50px;
}

    .refreshbtnwithtime span {
        font-size: 9px !important;
}

.processbtn {
    height: 23px;
    line-height: 23px !important;
    text-align: center;
    text-indent: 0px;
    margin-top: 10px !important;
    margin-left: 5px;
}

.ui-menu {
    margin-bottom: 2em;
    position: absolute;
    z-index: 9999;
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom: 120%;
    margin-left: -2em;
}

    .tooltip .tooltip-arrow {
        left: 50%;
        margin-left: -5px;
        border-top: 5px solid #000000;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-slider-handle {
    background: #ED6B51;
    border-bottom: 1px solid #a8a79f;
    border-right: 1px solid #a8a79f;
    height: 20px;
    width: 10px;
    margin: 0;
    padding: 0px;
    display: inline-block;
}

.ui-slider-range {
    height: 10px;
    border-bottom: 3px solid red;
    position: relative;
}

.ui-slider-horizontal {
    height: 0.6em;
}

.icon-prev, .icon-previous {
    width: 24px;
    height: 29px;
    background: url(../../ccv-dms/images/arrow_left.png) no-repeat left center !important;
}

    .icon-prev:hover {
        cursor: pointer;
    }

.icon-next {
    background: url(../../ccv-dms/images/arrow_right.png) no-repeat left center !important;
    width: 24px;
    height: 29px;
}

    .icon-next:hover {
        cursor: pointer;
    }

.dimmer {
    background-image: url(../../ccv-dms/images/dimmer.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.dimmedDiv, .dimmedInsideDiv {
    background-image: URL(../../ccv-dms/images/dimmedDivBg.png);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.dimmedModelDiv {
    background-image: URL(../../ccv-dms/images/dimmedDivBg.png);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 110;
}

.mainDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 200px;
    width: 350px;
    z-index: 99;
    display: none;
    background-color: #e1e1e1;
    padding: 20px;
}

.mainInsideDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 200px;
    width: 350px;
    z-index: 99;
    display: none;
    background-color: #AAAAAA;
    padding: 20px;
}

.terriroryRuleDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 200px;
    width: 350px;
    z-index: 100000;
    display: none;
    background-color: #e1e1e1;
    padding: 20px;
}

.userProfileDiv, .userAboutDiv, .changePasswordDiv{
position: absolute;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    padding: 9px;
    border-radius: 2px;
    box-sizing:border-box;
    -webkit-box-shadow:2px 2px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow:2px 2px 8px 0px rgba(0,0,0,0.25);
    box-shadow:2px 2px 8px 0px rgba(0,0,0,0.25);
    min-width:344px;
}
 
.userProfileDiv a:hover, .userAboutDiv a:hover, .changePasswordDiv a:hover{
    text-decoration:underline;
}

.userProfileDiv .ck-pop-up-title-panel, .userAboutDiv .ck-pop-up-title-panel, .changePasswordDiv .ck-pop-up-title-panel
{
    height:36px; 
    line-height:36px;
    border-bottom:1px solid #565656;
    width:100%; 
    box-sizing:border-box;
    margin-bottom:10px;
}


.userProfileDiv h1, .userAboutDiv h1, .changePasswordDiv h1
{
   color: #e71d2b;
   padding:0px; 
   margin:0px; 
   font-size:12pt; 
   color:#e71d2b;
   font-weight:normal;   
   font-size: 12pt;
    font-family: arial;
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 
}
.userProfileDiv .ck-pop-up-title-panel a, .userAboutDiv .ck-pop-up-title-panel a, .changePasswordDiv .ck-pop-up-title-panel a, .userProfileDiv a,  .userAboutDiv a, .changePasswordDiv a
{
   color:#2a80b9;
   cursor:pointer;
   font-weight:normal;
}
.userProfileDiv label , .userAboutDiv label, .changePasswordDiv label{
    min-width: 110px;
    display: table-cell;
    height: 24px;
    line-height: 24px;
}

.message-popup {
    display: none;
    position: absolute;
    top: 95px;
    z-index: 10;
}

.message-popup-container {
    width: 400px;
    height: 400px;
    background-color: #E4E4E4;
}

.message-popup-map ul.dynatree-container {
    width: 380px;
    height: 360px;
    background-color: #E4E4E4;
}

.dimmedDivPassword {
    background-image: URL(../../ccv-dms/images/dimmedDivBg.png);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 900001;
}

/*/.changePasswordDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 900001;
    display: none;
    background-color: #e1e1e1;
    padding: 5px;
}*/

.changePasswordDivN {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 900001;
    display: none;
    background-color: #e1e1e1;
    padding: 5px;
}
.tooltiphover
{
     position: absolute;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    padding: 9px;
    border-radius: 2px;
    box-sizing:border-box;
    -webkit-box-shadow:2px 2px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow:2px 2px 8px 0px rgba(0,0,0,0.25);
    box-shadow:2px 2px 8px 0px rgba(0,0,0,0.25);
    min-width:344px;
}
.tooltiphover a:hover{
    text-decoration:underline;
}
.tooltiphover .ck-pop-up-title-panel
{
    height:36px; 
    line-height:36px;
    border-bottom:1px solid #565656;
    width:100%; 
    box-sizing:border-box;
    margin-bottom:10px;
}


.tooltiphover h1
{
   color: #e71d2b;
   padding:0px; 
   margin:0px; 
   font-size:12pt; 
   color:#e71d2b;
   font-weight:normal;   
   font-size: 12pt;
    font-family: arial;
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 
}
.tooltiphover .ck-pop-up-title-panel a, .tooltiphover a
{
   color:#2a80b9;
   cursor:pointer;
   font-weight:normal;
}
.tooltiphover label {
    min-width: 110px;
    display: table-cell;
    height: 24px;
    line-height: 24px;
}
.masters-tooltip, .mastertooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    font-size: 11px;
    visibility: visible;
    bottom: 120%;
    left: 40%;
    top: 35%;
}

.mtooltip-inner {
        min-height: 300px !important;
        max-height: 300px !important;
    padding: 3px 2px;
    color: black;
    border: 1px solid #CCCCCC;
    text-align: left;
    text-decoration: none;
    background-color: #fefefe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
        -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
}
/*.popup {
    position: absolute;
    display: none;
    border-width: thin;
    border-style: solid;
    background-color: rgb(239, 239, 239);
    border-color: #a9bbef;
}*/

.popupLabel {
   /* font-size: 5pt;*/
    font-style: normal;
    font-weight: lighter;
}

.ui-grid-searchimage {
       float: right;
    background-image: url(../../ccv-dms/images/search-image.png);
        background-position: 200px ;
    background-repeat: no-repeat;
    /* padding: 0px 28px; */
    margin-top: 7px;
    height: 27px;
    margin-right: 10px;
    width: 224px;
    font-family:'Open Sans', Arial !important;
    font-size: 9pt !important;
}


.downarrow {
    background-image: url(../../ccv-dms/images/down-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.uparrow {
    background-image: url(../../ccv-dms/images/up-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.label_large {
    font-size: 11px;
}

.label_largedemand {
    color: #777777;
    height: 24px;
    line-height: 24px;
    min-width: 72px;
    padding-left: 10px;
    font-size: 12pt !important;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.buttons {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #aaa;
    text-align: center;
    text-indent: 0px;
    margin: 3px;
    padding: 0px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    color: #efefef;
    float: left;
}

    .buttons:hover {
        color: #000;
        background-color: #ccff00;
    }


.totalstyle {
    color: Gray;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    text-align: right;
}


.finaltotal {
    color: Gray;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    text-align: right;
}

.BorderBottom {
    border-bottom: 1px;
    border-bottom-color: Gray;
    border-bottom-style: solid;
}

.BorderTop {
    border-top: 2px;
    border-bottom: 2px;
    border-top-color: Black;
    border-bottom-color: Black;
    border-top-style: solid;
    border-bottom-style: solid;
}

.textAlign {
    text-align: right;
}

.collapse {
    background-image: url(../../ccv-dms/images/minus.png);
    cursor: pointer;
    height: 15px;
}

.expand {
    background-image: url(../../ccv-dms/images/add.png);
    cursor: pointer;
    height: 15px;
}

.collapsediv {
    background-color: #D8D8D8;
    background-repeat: repeat;
    width: 15px;
    height: inherit;
}

.tooltipheader {
    background-color: #901108;
    background-repeat: repeat;
    font-size: medium;
    color: #fff;
     height: 30px;
    font-weight: bold;
    padding: 2px 0 0 4px;
}

.treePane {
    cursor: pointer;
    background-color: rgb(239, 239, 239);
    padding-bottom: 4px;
    border-color: #a9bbef;
    border-style: solid;
    border-width: thin;
    padding-top: 4px;
}

.filter {
    background-image: url(../../ccv-dms/images/filter.png) no-repeat right 15px;
    /*padding-left: 5px;*/
}

.multiselectColor {
    float: right !important;
}

.dateicon {
    background-image: url(../../ccv-dms/images/date-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 100px;
}

.autosearchicon {
    background-image: url(../../ccv-dms/images/search-image.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.vert-seperator {
    background-image: url(../../ccv-dms/images/vert-seperator.png);
    float: left;
    background-repeat: repeat-y;
    background-position: center;
    width: 20px;
    height: inherit;
}

.hor-seperator {
    background-image: url(../../ccv-dms/images/hor-seperator.png);
    background-position: bottom;
    font-size: 11pt;
    font-weight: bold;
    background-repeat: repeat-x;
    height: 30px;
    line-height: 30px;
    width: inherit;
    margin-top: 20px;
}

.tbl-entry-form-container {
    border-bottom: 1px solid #ccc;
}

.tbl-entry-form {
    margin: 5px;
}

    .tbl-entry-form tr td {
        padding: 0px;
        margin-bottom: 2px;
        color: #555;
        font-size: 8pt;
    }

    .tbl-entry-form tr .mandatory {
        text-decoration: none;
        font-size: 8pt;
    }

        .tbl-entry-form tr .mandatory div {
            float: left;
        }

.role-permission {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 82px;
    height: 18px;
    background-color: #efefef;
    color: #333;
    float: left;
    line-height: 18px;
    font-size: 8pt;
    cursor: pointer;
    color: #b6b6b6;
    margin-top: 5px;
    margin-right: 2px;
}

    .role-permission:hover {
        background-color: #fff;
        color: #555;
    }
/* role pernission on off*/
.off {
    background-image: url(../../ccv-dms/images/cross-icon.png);
    background-repeat: no-repeat;
    background-position: right;
}

.on {
    background-image: url(../../ccv-dms/images/close-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #e9ffb3;
}

.textarea-includeexlude {
    float: left;
    width: 70%;
    cursor: pointer;
    margin-left: 5px;
}

.product-include {
    width: 65px;
    height: 30px;
    float: left;
    background-image: url(../../ccv-dms/images/include.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 20px;
}

.product-exclude {
    width: 65px;
    height: 30px;
    float: left;
    background-image: url(../../ccv-dms/images/exclude.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 20px;
}

.add {
    width: 20px;
    height: 20px;
    background-image: url(../../ccv-dms/images/add.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    margin-top: 20px;
}

.btnfilter {
    width: 20px;
    height: 20px;
    background-image: url(../../ccv-dms/images/filter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    float: right;
    margin-left: 2px;
    margin-top: 20px;
}

.btnQuery {
    width: 70px;
    height: 20px;
    background-image: url(../../ccv-dms/images/query.png);
    background-repeat: no-repeat;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 5px;
}

#sqlreport {
    border: 1px solid #ccc;
    position: relative;
    width: 900px;
    height: 350px;
    margin: 5px;
    padding: 5px;
   /* font-family: "Verdana", "Tahoma", Arial;*/
    font-size: 12px;
    overflow: auto;
}


.sqlbuild {
    border: 1px solid #ccc;
    /*	float:left;*/
    position: relative;
    width: 600px;
    height: 300px;
    margin: 5px;
    padding: 5px;
    /*font-family: "Verdana", "Tahoma", Arial;*/
    font-size: 12px;
    overflow: auto;
}

.sqlsyntaxhelp {
    /*font-family: "Verdana", "Tahoma", Arial;*/
    font-size: 10px;
    color: #FF0000;
}

.black {
    color: White !important;
    border: 1px solid Black;
    background-color: Black;
}

.loading-style {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    display: none;
    color: Gray;
    background-color: White;
    border-color: Gray;
    border-style: solid;
    border-width: thin;
}

textarea {
    resize: none;
}

input.watermark {
    color: #999;
}

.ui-selectmenu {
    height: 24px !important;
        border-radius: 1px;
}

.ui-button-text {
    line-height: 0.9em !important;
}

.AddSaveText:after {
    content: "Save" !important;
}

.minheight {
    min-height: 25px !important;
    height: 25px !important;
}

span.SelectedStyle a {
    color: maroon;
}
/*style.css ends*/

/*xj-core*/
.small-text {
    font-size: 7pt !important;
    color: #888;
}

.clickable {
    cursor: pointer;
}

.clearright {
    clear: right;
}

.clearleft {
    clear: left;
}

.clearboth {
    clear: both;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.scroller {
    overflow: auto;
}

.no-scroll {
    overflow: hidden;
}

.close-setup, #btnSupplier {
    cursor: pointer;
}

.rounded-corner {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.rounded-corner-gray {
    padding-top: 40px;
    min-height: 67px;
    line-height: 30px;
    border: 1px solid;
    text-align: center;
    width: 60px;
    border: 1px solid #ccc;
    border-radius: 7px 0px 0px 7px;
    background-color: #9E9E9E;
    color: #fff;
}

.sqaure-corner {
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.no-border {
    border: 0px;
}

/* page layout elements */

/*.header {
    height: 45px;
    width: 100%;
    background-color: #333;
    z-index: 99;
}

#xj-logo {
    background-image: url(../../ccv-dms/images/ccv-dms_CW.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 190px;
    height: 44px;
    float: left;
}*/


.highlight-text {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-indent: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8pt;
    font-weight: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.highlight-text-white {
    color: Black;
    background-color: White;
    text-align: center;
    border: 1px solid gray;
    text-indent: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8pt;
}

.highlight-text-tree {
    color: White;
    background-color: red;
    text-align: center;
    border: 1px solid gray;
    text-indent: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10pt;
    font-weight: bold;
}

.highlight-text-red {
    color: White;
    background-color: red;
}

.highlight-text-orange {
    color: White;
    background-color: #FF9600;
}

.error-text-red {
    color: #ee0000 !important;
}

.header-small-font {
    color: #777777;
    font-size: 7pt !important;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
}

.mandatory {
    font-size: 8pt !important;
    font-weight: bold;
}

.attribute {
    width: 120px;
}

.defaultlogo {
    background-image: URL(../../ccv-dms/images/logo-unavailable.png);
    background-repeat: no-repeat;
    width: 150px;
}

.count {
    line-height: 24px;
    min-width: 26px;
    padding-left:6px;
    padding-right:6px;
    height: 26px;
    border-radius: 50px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 9pt;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    
}

.panelheader {
    /*background-image: URL(../../ccv-dms/images/panel-header-bg.png);*/
    background-color: #eee;
    height: 34px;
    line-height: 34px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    text-indent: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

    .panelheader .title {
        font-size: 9pt !important;
        font-weight: bold;
    }

    .panelheader .button {
        font-size: 8pt !important;
        font-weight: bold;
        height: 18px;
        line-height: 18px;
    }

    .panelheader .count {
        margin-top: 4px;
        margin-left: 4px;
        color: #fff;
    }

    .panelheader .icon-btn {
        margin-top: 1px !important;
    }

.orange {
    background-color: #ff5c01;
    color: #fff !important;
    border: 1px solid #ff5c01;
}

.white {
    background-color: #dcdcdc;
    color: #333 !important;
       border: 1px solid #ccc;
    padding: 3px 0px 3px 0px;
}

.red {
    background-color: #ee0000;
    color: #fff !important;
    border: 1px solid #ee0000;
}
/* sizes */
.w5 {
    width: 5px;
}

.w10 {
    width: 10px;
}

.w20 {
    width: 25px;
}

.w30 {
    width: 30px;
}

.w32 {
    width: 32px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w65 {
    width: 65px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 100px;
}

.w95 {
    width: 95px;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px;
}

.w113 {
    width: 113px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px !important;
}

.w160 {
    width: 160px;
}

.w200 {
    width: 200px !important;
}

.w212 {
    width: 212px !important;
}

.w232 {
    width: 232px !important;
}

.w100pc {
    width: 100% !important;
}

.w50pc {
    width: 50%;
}

.pr5 {
    padding-right: 5px;
}

.pr20 {
    padding-right: 20px;
}

.pl5 {
    padding-left: 5px;
}
/*xj-core ends*/
/* form-elements.css */
.form-container {
    width: 450px;
    min-height: 100px;
    height: auto;
    margin: 5px;
    padding: 10px;
        background-color: #fff;
}

    .form-container h1 {
        height: 20px;
        line-height: 20px;
        font-size: 11pt;
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .form-container .element-container {
        width: 100% !important;
        min-height: 37px;
        margin-top: 5px;
        float: none !important;
        overflow: hidden;
    }

    .form-container .multiline {
        width: 100%;
        height: 100px !important;
    }

    .form-container .element-container div {
        float: left;
    }

    .form-container .element-container .label {
        min-width: 80px;
        min-height: 22px;
        line-height: 22px;
        margin-right: 4px;
    }

    .form-container .element-container .element {
        width: auto;
        max-width: 310px;
    }
/* Elements */
input, textarea, select {
-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size: 8pt;
    border: 1px solid #ccc;
    padding: 0px 0 0 4px;
    background-position: right;
    background-repeat: no-repeat;
}

textarea {
    min-width: 200px;
    min-height: 50px;
    padding: 2px;
}

input {
height: 24px;
    line-height: 20px;
    vertical-align: middle;
}

select {
    height: 22px;
    background-color: #fafafa;
    font-family:'Open Sans', Arial !important;
    font-size:8pt !important;
}

    select option {
        background-color: #fff;
    }

/* Buttons */
.close {
    width: 18px;
    height: 18px;
    background-image: url(../../ccv-dms/images/close-icon.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    cursor: pointer;
    border: 1px solid transparent !important;
}

    .close:hover {
        background-image: url(../../ccv-dms/images/close-hov-icon.png) !important;
        background-size: 68%;
    }

.details, .clrfilter {
    width: 20px;
    height: 20px;
    background-image: url(../../ccv-dms/images/go-rt-off.gif);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none !important;
    cursor: pointer;
    text-indent: 0px;
    text-align: center;
    font-size: 8pt;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: right;
    float: left;
    font-weight: bold;
}

.countbutton {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 10px;
    border-radius: 3px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
}

    .button .count {
        margin-top: 0px;
        margin-right: -8px;
    }

.blue {
    color: #fff !important;
    border: 1px solid #17549b;
    background-color: #498ae1;
}

    .blue:hover {
        background-color: #afd4ff;
    }

    .purple {
    color: #fff !important;
    border: 1px solid #17549b;
    background-color: #660094;
}

.grey {
    color: #333 !important;
    border: 1px solid #777;
    background-color: #ccc;
}

    .grey:hover {
        background-color: #efefef;
    }

.light-grey {
    color: #333 !important;
    border: 1px solid #999;
    background-color: #e8e8e8;
}

    .light-grey:hover {
        background-color: #fff;
    }

.green {
    color: #fff !important;
    border: 1px solid #93d700;
    background-color: #93d700;
    padding: 2px 4px 4px 4px;
}

    .green:hover {
        background-color: #bdec00;
    }

.smallfont {
    font-size: 5pt !important;
}

.mini {
    height: 23px;
    line-height: 23px !important;
}

.default {
    height: 26px;
    line-height: 26px !important;
}

.large {
    height: 36px;
    line-height: 36px !important;
}

/* icons */
.icon-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 24px;
    height: 24px;
    font-size: 7pt;
    margin: 2px;
    text-indent: 0px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #efefef;
}

    .icon-btn:hover {
        background-color: #fff;
    }

.round-icon-btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #aaa;
    width: 22px;
    height: 22px;
    font-size: 7pt;
    margin: 2px;
    text-indent: 0px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #efefef;
}

.update-icon {
    width: 18px;
    height: 18px;
    background-image: url(../../ccv-dms/images/update.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    cursor: pointer;
    border: 1px solid transparent !important;
    background-size: auto 90%;
}

.gridtitlecontrol {
    height: 23px;
    line-height: 23px !important;
    text-indent: 0px;
    margin-top: 10px !important;
    margin-left: 10px;
    font-size: 8pt !important;
    font-family:'Open Sans', Arial !important;
}

.gridtitledate {
    height: 23px;
    line-height: 23px !important;
    text-indent: 0px;
    margin-top: 2px !important;
    margin-left: 5px;
}

    .gridtitledate .ui-datepicker-calendar {
        display: none !important;
    }

.copy {
    background-image: url(../../ccv-dms/images/copy.png);
}

.reload {
    background-image: url(../../ccv-dms/images/reload.png);
}

.locked {
    background-image: url(../../ccv-dms/images/locked.png);
}

.unlocked {
    background-image: url("images/unlocked.png");
}

.save {
    /*background-image: url(../../ccv-dms/images/save.png);*/
}

.ajax {
    background-image: url(../../ccv-dms/images/ajax-loader.gif);
}

.cancel {
    background-image: url(../../ccv-dms/images/cancel.png);
}

.delete {
    /*background-image: url(../../ccv-dms/images/delete.png);*/
}

.date {
    background-image: url(../../ccv-dms/images/date.png);
    background-repeat: no-repeat;
}

.search {
    background-image: url(../../ccv-dms/images/search.png);
}

.drop-down {
    background-image: url(../../ccv-dms/images/dropdown.png);
}

.edit {
    background-image: url(../../ccv-dms/images/edit.png);
}

/*.profile {
    background-image: url(../../ccv-dms/images/profile.png);
}*/

.more {
    background-image: url(../../ccv-dms/images/more.png);
}

.close {
    background-image: url(../../ccv-dms/images/trash.png);
}

.plus {
    background-image: url(../../ccv-dms/images/plus.png);
}

.hierarchy {
    margin: 0px;
    padding: 0 12px;
    background-repeat: no-repeat;
    background-image: url(../../ccv-dms/images/tree-icon.png);
}

.add {
    margin: 0px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-image: url(../../ccv-dms/images/list_add.png);
}

.treetext {
    cursor: pointer;
    margin: 0px;
    margin-left: 7px;
    padding: 0 5px 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #fff;
    color: #999 !important;
    font-size: 7pt !important;
    height: 16px;
    font-style: italic;
}

.autoheader {
    height: 20px;
    line-height: 20px;
    font-size: 11pt;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    background-color: #FEFFE5;
}
/* header elements */
/* header buttons */
.header-btns {
    float: right;
}

.header-btns ul {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.header-btns ul li {
    float: left;
    list-style: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 4px;
    /*border-radius: 4px;*/
    /*width: 50px;*/
    height: 30px;
    /*margin: 0 0 1px;*/
    padding: 2px 5px;
    padding-top: 2.4px;
    text-align: center;
    width: 100px;
    cursor: pointer;
    border: 0 none;
    color: #fff;
    /*background-repeat: no-repeat;
    background-position: center;*/
    background: #333333 none no-repeat scroll 0 0;
            position: relative;
            z-index: 99;
}

.header-btns ul li img {
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 20px;
}


/*.header-btns ul li:hover {
                background-color: #000;
            }*/

/* icons for header btns*/
.header-btns ul .profile {
    background-image: URL(../../ccv-dms/images/user.png);
    margin: 8px -62px 0px 3px;
}

.header-btns ul .logout {
    background-image: URL(../../ccv-dms/images/logout.png);
    /*background-color: #191919;*/
    padding: 3px 5px;
    background-size: 27px auto;
    margin: 8px 8px 0 0;
}

.header-btns ul .setting {
    background-image: URL(../../ccv-dms/images/settings.png);
}

.mandatory-field {
    background-image: URL(../../ccv-dms/images/mandatory.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    border-style: none;
    border-collapse: collapse;
    background-color: transparent;
}
/*Profile css starts*/
.profileSubMenu {
    margin-left: -23px !important;
}

    .profileSubMenu li {
    width: 80px !important;
}
/*Profile css Ends*/

/* Job-template starts*/
/* add new job template styles */
.xj-add-new-jobs-container {
    height: auto;
    width: 500px;

    padding: 5px;
    background-color: #fff;
    margin-top: 2px;
    overflow: auto;
    margin-left: 1px;
}

    .xj-add-new-jobs-container h1 {
        font-size: 10pt !important;
        margin: 2px;
        width: 100%;
        color: #555;
        line-height:22px;
    }

.xj-form, .brbtm1px {
    /*padding: 2px;*/
    min-height: 30px;
    /*border: 1px solid #efefef;*/
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.xj-form-group-dark {
    padding: 2px;
    min-height: 22px;
    border: 1px solid #bbb;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.xj-form-group {
    background-color: #ccc;
}

.multiline {
    min-height: 50px;
}

.label {
    min-width: 72px;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
}

.xj-form .label {
    min-width: 72px;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
}

.xj-form .elements {
    min-width: 300px;
    margin-top: 1px;
}

    .xj-form .elements .label {
        min-width: 60px;
        float: left;
        height: 24px;
        line-height: 24px;
        padding-left: 5px;
        padding-right: 5px;
        color: #777;
    }

        .xj-form .elements .label h2 {
            width: 24px;
            height: 18px;
            line-height: 18px;
            padding: 0px;
            margin: 0px;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            color: #fff;
            text-align: center;
            background-color: #777;
            font-size: 8pt;
            margin-top: 4px;
        }

.xj-form .label_large {
    width: 140px;
}

.xj-form .label_medium {
    width: 110px;
}

.xj-form .label_100 {
    width: 100px;
}

.xj-form .label_98 {
    width: 98px;
}

.xj-form .label_small {
    width: 80px;
}

.xj-form .label_w70 {
    width: 70px;
}

.inputaction, .field_id {
    max-width: 100px;
}

.xj-form .elements input {
    padding: 0px;
    padding-left: 4px;
    width: 160px;
    float: left;
     font-family:'Open Sans', Arial;
    font-size:8pt;
}

.xj-form .elements .largeinput {
    width: 260px;
    height:28px;
}

.xj-form .elements .largeinput252 {
    width: 252px;
    height:28px;
}

.xj-form .elements .input245 {
    width: 245px;
    height:28px;
}

.xj-form .elements .input226 {
    width: 226px;
    height:28px;
}

.xj-form .elements select {
    padding: 0px;
    width: 165px;
    vertical-align: middle;
    float: left;
    height: 26px;
    font-family:'Open Sans', Arial;
    font-size:8pt;
}

.xj-form .elements textarea {
    padding: 0px;
    width: 370px;
    vertical-align: middle;
    float: left;
    font-family:'Open Sans', Arial;
    font-size:8pt;
}

.xj-form .elements input[type='checkbox'] {
    margin: 0 0 0 5px;
    vertical-align: top;
    width: 12px;
    float: left;
}

.xj-form .elements .steps {
    width: 320px;
}

.xj-form .elements .basic {
    width: 415px;
}

.xj-form .dragger {
    /*background-image:url(../../ccv-dms/images/dragger.png); */
    background-position: left;
    background-repeat: repeat-y;
    background-color: #ccc;
    width: 2px;
    height: 26px;
    float: left;
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;
    border-right: 1px solid #ccc;
}

.xj-form .arrowpoint {
    background-image: url(../../ccv-dms/images/arrow.jpg);
    background-repeat: no-repeat;
    width: 32px;
    height: 28px;
    background-position: center;
}

.xj-form .start {
    background-color: #ccff51;
    width: 8px;
    height: 26px;
    float: left;
    cursor: default;
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;
    border-right: 1px solid #ccc;
}

.xj-form .end {
    background-color: #ff0000;
    width: 8px;
    height: 26px;
    float: left;
    cursor: default;
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;
    border-right: 1px solid #ccc;
}

.scroller-container {
    width: 650px;
    max-height: 300px !important;
        padding: 0px 0 0 5px;
}

.divscroller-container {
    width: 100%;
    height: 600px;
    border: 1px solid #efefef;
    padding: 5px;
}
.xj-add-new-jobs-container table{border-collapse: collapse;}
.xj-add-new-jobs-container table td{border:solid 1px #ccc;     padding: 5px;}
.xj-add-new-jobs-container table div{margin:5px 0;}
/* tabs.css */
.ui-tabs {
    border: 0px;
    padding: 0px;
}

    .ui-tabs .ui-tabs-nav {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
            padding: 7px 5px 0;
    }

        .ui-tabs .ui-tabs-nav li {
            border: 1px solid #901108;
            margin-left: 0px;
            margin-top: 8px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                background: none;
                background-color: #fafafa;
                margin-top: 8px;
            }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 0;
        background: none;
        background-color: #fff;
        border: 0px;
    }
/* tab.css ends */

.focussed {
    -moz-box-shadow: 0 2px 2px 1px #777;
    -webkit-box-shadow: 0 2px 2px 1px #777;
    box-shadow: 0 2px 2px 1px #777;
}

.draft {
    font-size: 8pt;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 65px;
    text-align: left;
    text-indent: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 25px;
    line-height: 25px;
    background-image: url(../../ccv-dms/images/draft-mode.png);
    background-position: right;
    background-repeat: no-repeat;
}

.complete {
    font-size: 8pt;
    color: #009933;
    font-style: italic;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 90px;
    text-align: left;
    text-indent: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 25px;
    line-height: 25px;
    background-image: url(../../ccv-dms/images/complete-mode.png);
    background-position: right;
    background-repeat: no-repeat;
}

.mandatory-field {
    background-image: URL(../../ccv-dms/images/mandatory.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    border-style: none;
    border-collapse: collapse;
    background-color: transparent;
}

.textalignright {
    text-align: right !important;
}

.madatory-textbox {
    border-color: Red;
}

.customfocus {
    border: 2px solid #AA88FF;
    background-color: #FFEEAA;
}

.no-left-curve {
    border-radius: 0px 3px 3px 0px !important;
    -moz-border-radius: 0px 3px 3px 0px !important;
    -webkit-border-radius: 0px 3px 3px 0px !important;
}

.no-right-curve {
    border-radius: 3px 0px 0px 3px !important;
    -moz-border-radius: 3px 0px 0px 3px !important;
    -webkit-border-radius: 3px 0px 0px 3px !important;
}

.icon-button {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid transparent;
}

    .icon-button:hover {
        background-color: rgba(255, 255, 255, 0.70);
        border: 1px solid rgba(0, 0, 0, 0.25);
    }

.small-button {
    height: 24px;
    line-height: 24px;
}

.medium-button {
    height: 32px;
    line-height: 32px;
}

.large-button {
    height: 48px;
    line-height: 48pt;
}

.green-gradient-bg {
    background: #e6f0a3; /* Old browsers */
    background: -moz-linear-gradient(top, #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(50%,#d2e638), color-stop(51%,#c3d825), color-stop(100%,#dbf043)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */
}

    .green-gradient-bg:hover {
        background: #dbf043; /* Old browsers */
        background: -moz-linear-gradient(top, #dbf043 0%, #c3d825 49%, #d2e638 50%, #e6f0a3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbf043), color-stop(49%,#c3d825), color-stop(50%,#d2e638), color-stop(100%,#e6f0a3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dbf043 0%,#c3d825 49%,#d2e638 50%,#e6f0a3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dbf043 0%,#c3d825 49%,#d2e638 50%,#e6f0a3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dbf043 0%,#c3d825 49%,#d2e638 50%,#e6f0a3 100%); /* IE10+ */
        background: linear-gradient(to bottom, #dbf043 0%,#c3d825 49%,#d2e638 50%,#e6f0a3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf043', endColorstr='#e6f0a3',GradientType=0 ); /* IE6-9 */
    }

.mt-15 {
    margin-top: 15px !important;
}

.ml-32 {
    margin-left: 15px !important;
}


.custom-alerts {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .custom-alerts li {
        height: auto;
        width: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 10px;
        margin-bottom: 20px;
    }

        .custom-alerts li .close {
            height: 24px;
            width: 24px;
            border-radius: 12px;
            -moz-border-radius: 12px;
            -webkit-border-radius: 12px;
            background-color: #ccc;
            float: right;
            cursor: pointer;
            border: 1px solid rgba(0,0,0, 0.30);
            background-image: url(alerts-close.png);
            background-position: center;
        }

            .custom-alerts li .close:hover {
                background-color: #efefef;
            }

        .custom-alerts li h1 {
           /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 14pt;*/
            padding: 0px;
            margin: 0px;
            border-bottom: 1px solid #eee;
        }

        .custom-alerts li p {
           /* font-family: helvetica;*/
           font-family:'Open Sans', Arial;
            font-size: 9pt;
        }

    .custom-alerts .high {
        border: 1px solid #ff0000;
        background: #ffd7d7;
    }

    .custom-alerts .medium {
        border: 1px solid #ff9000;
        background: #ffdcaf;
    }

    .custom-alerts .low {
        border: 1px solid #17c700;
        background: #c6ffbe;
    }

     .custom-alerts .blank {
        border: 1px solid #ccc;
        background: none;
        margin: 5px;
    }

/* New Login Page */

.login-box {
    background-image: url(../../ccv-dms/images/login-panel-box.png);
    width: 515px;
    height: 322px;
    position: absolute;
    bottom: 100px;
    left: 100px;
    /*font-family: Verdana !important;*/
    font-size: 9pt !important;
}

.login-logo {
    margin-top: 25px;
    margin-left: 30px;
    width: 214px;
    height: 94px;
    background-image: url(../../ccv-dms/images/login-logo.png);
    position: relative;
}

.login-box input {
    margin-left: 110px;
    width: 250px;
    height: 30px;
    border: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    border-bottom: 1px dashed #7b8082;
    font-size: 13px !important;
    /*font-family: Verdana !important;*/
}
.username {
    background-image: url(../../ccv-dms/images/username.png);
    background-repeat: no-repeat;
    background-position: right;
}
.password {
    background-image: url(../../ccv-dms/images/password.png);
    background-repeat: no-repeat;
    background-position: right;
}
/*.username {
    background-image: url(../../ccv-dms/images/username.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top;
}

.password {
    background-image: url(../../ccv-dms/images/password.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top;
}*/

.email {
    background-image: url(../../ccv-dms/images/email.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top;
}

.login-box .login-button {
    height: 36px;
    line-height: 36px;
    width: auto;
    float: left;
    background-color: #f6d66e;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #909293;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 110px;
    cursor: pointer;
    /*font-family: Verdana !important;*/
    font-size: 9pt !important;
    font-weight: bold;
}

    .login-box .login-button:hover {
        background-color: rgba(246, 214, 110, 0.38);
    }

.login-box .login-alert {
    font-size: 9pt !important;
    /*font-family: 'Trebuchet MS' !important;*/
    color: #ff0000;
    width: 280px;
    /*height:10px;*/
    text-indent: 0;
    clear: both;
    line-height: 25px;
    margin-left: 110px;
}

.msg-alert {
    font-size: medium !important;
    /*font-family: Verdana !important;*/
    color: red !important;
    width: 100% !important;
}

.title {
    font-size: 10pt !important;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.79);
    /*font-family: Verdana !important;*/
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #fff;
    border-bottom: 0px;
    float: left;
    margin-left: 325px;
    background-color: #0bb8ed;
    margin-top: -17px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-left-radius: 0px;
    -webkit-border-left-radius: 0px;
    -moz-border-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-right-radius: 0px;
    -moz-border-right-radius: 0px;
}

.forgot-password {
    font-size: 9pt !important;
    margin-left: 10px;
    margin-top: 10px;
    width: auto;
    float: left;
    /*font-family: Verdana !important;*/
    text-decoration: underline;
    cursor: pointer;
}

.forgot-password-info {
    height: auto;
    font-size: 9pt !important;
    text-align: center;
    margin-bottom: 10px;
    /*font-family: Verdana !important;*/
}

.forgot-password-text {
    /*font-family: Tahoma;*/
    color: #444;
    float: left;
    font-size: 10pt;
    width: 400px;
    margin-left: 45px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.dialog-pop-up {
    border: 1px solid #444;
    background-color: #fff;
    z-index: 10;
    /*font-family: Trebuchet MS;*/
    box-shadow: rgba(0,0,0,0.4) 5px 5px;
    -moz-box-shadow: rgba(0,0,0,0.3) 4px 4px 4px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 4px 4px 4px;
}

    .dialog-pop-up .dialog-header {
        background-color: #efefef;
        background-image: url(images/chat-pop-up-header-bg.png);
        height: 42px;
        width: auto;
        clear: both;
        cursor: move;
    }


    .dialog-pop-up .content {
        overflow: auto;
        width: inherit;
    }

    .dialog-pop-up .dialog-header .closepopup {
        height: 30px;
        width: 30px;
        margin-top: 4px;
        margin-right: 4px;
        background-color: #efefef;
        background-image: url('../../ccv-dms/images/close-message-pop-up.png');
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        float: right;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

        .dialog-pop-up .dialog-header .closepopup:hover {
            background-image: url('../../ccv-dms/images/close-message-pop-up-hover.png');
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
        }

.nice-text {
    /*font-family: Tahoma;*/
    color: #444;
    float: left;
    font-size: 10pt;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: justify;
    text-justify: inter-word;
}

.center-text {
    text-align: center !important;
}

mt-5 {
    margin-top: 5px !important;
}

#backslider {
    margin: 0;
    padding: 0;
    width: auto;
    position: fixed;
}

.orangecolor {
    background-color: #ff9600;
    color: #fff !important;
    border: 1px solid #a96402;
}

.greencolor {
    background-color: #6f8a06;
    color: #fff !important;
    border: 1px solid #a96402;
}

.greycolor {
    background-color: #aaa;
    color: #fff !important;
    border: 1px solid #aaa;
}

.icon-forward {
    background: url(../../ccv-dms/images/arrow_right.png) no-repeat right center !important;
    padding-right: 25px;
}

.form-group .row {
    height: 36px;
    width: 50%;
    min-width: 280px;
    float: left;
    font-size: 9pt;
}

.form-group .row-1 {
    height: 36px;
    width: 100%;
    min-width: 280px;
    float: left;
    font-size: 9pt;
}

.form-group .row-2 {
    height: 36px;
    width: 30%;
    min-width: 280px;
    float: left;
}

.task-response {
    list-style: none;
    padding: 0;
    margin: 5px;
    /*font-family: Helvetica;*/
    font-size: 9pt;
    color: #333;
    overflow: auto;
}

    .task-response li {
        width: 45%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #ccc;
        padding: 5px;
        height: auto;
        margin-right: 5px;
        margin-bottom: 5px;
        overflow: auto;
    }

        .task-response li .display-image {
            float: right;
            max-width: 110px;
            padding: 3px;
            background-color: #efefef;
            border: 1px solid #aaa;
        }

.hw100p {
    width: 100%;
    height: 100%;
}


/*New Login Starts*/

.overlay {
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    /*background-image: url(../../ccv-dms/images/back-pattern.png);
    background-color: rgba(0,0,0,0.5);*/
}

.login_container {
    width: 30%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 40%;
    transform: translateY(-40%);
}

.login_logo {
    width: 100%;
}

.login_logo img {
    width: 85%;
    height: auto;
        margin-bottom: 2%;
    /*max-width: 100%;
    max-height: 60px;*/
    display: inline-block;
}

.login_logo_heading {
    width: 24%;
    padding-left: 6%;
    border-left: #ccc solid 1px;
    font-size: 20px !important;
    color: #fff;
    float: left;
    margin: 15% 0% 0% 4%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

.login_container .user_field, .login_container .password_field {
    width: 100%;
    height: 40px !important;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 2% center;
    margin-bottom: 20px;
    background-size: 30px;
    color: white;
    font-size: 14px !important;
    padding-left: 50px;
    border: 0px;
    border-bottom: 1px solid #3498db;
    border-radius: 0;
}

.user_field {
    background: transparent url('../../ccv-dms/images/user.svg') no-repeat;
}

.password_field {
    background: transparent url('../../ccv-dms/images/password.svg') no-repeat;
}

.input_field {
    background: none;
    background-size: 30px auto;
    background-position: 0% center;
    margin-top: 5%;
}

.user_field:focus, .password_field:focus {
    border: 0;
    outline: none;
    border-bottom: 2px solid rgba(255,255,255, 0.7 );
}
.btn_container {
    width: 100%;
}

.submit_btn {
    width: 60%;
    float: left;
    font-size: 1.1em;
    background: transparent;
    border: #ccc solid 1px;
    color: #fff;
    margin-top: 2%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    height: 52px;
    line-height: 52px;
}

    .submit_btn:hover, .back:hover {
        background: #069ecf;
        border: #069ecf solid 1px;
    }

.back {
    width: 35%;
    float: right;
    font-size: 1.1em;
    background: transparent;
    border: #ccc solid 1px;
    color: #fff;
    margin-top: 2%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    height: 52px;
    line-height: 52px;
}

.login_btn_right {
    width: 37%;
    float: right;
    text-align: right;
}

.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.social_btn {
    width: 34%;
    height: 52px;
    border: #fff solid 1px;
    margin-top: 6%;
    float: left;
    margin-right: 4%;
    transition: all 0.3s;
}

    .social_btn:hover {
        background-color: #069ecf;
        border: #069ecf solid 1px;
        cursor: pointer;
    }

.facebook {
    background: url(../../ccv-dms/images/facebook.svg) no-repeat;
    background-size: 25px auto;
    background-position: center;
}

.google {
    background: url(../../ccv-dms/images/google_plus.svg) no-repeat;
    background-size: 25px auto;
    background-position: center;
    margin-right: 0;
}

.forget, .tc {
    /*width: 35.9%;*/
    float: left;
    margin-top: 5%;
    color: #fff;
    font-size: 1em;
    transition: all 0.3s;
}

.tc {
    float: right;
    text-align: right;
    width: 25%;
}

.popup_container {
    width: 100%;
    padding-top: 30px;
}

.popup_content {
    width: 100%;
    padding: 3% 0%;
    border-bottom: #ccc solid 1px;
}

.popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10;
}

.popup {
    width: 600px;
    /*height: 500px;*/
    background: #fff;
    position: relative;
    top: 50%;
    /*transform: translateY(-50%);*/
    margin: 0 auto;
    z-index: 11;
    padding: 10px;
    border-radius: 5px;
    overflow-y: auto;
    left: 386px !important;
}

.close_popup {
    width: 5%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

    .close_popup img {
        width: 100%;
        height: auto;
    }
/*New Login Ends*/
.ui-draggable {
    top: 72px !important;
}

.tab_custom {
    margin-top: 15px !important;
}
/*For popup CSS*/
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,0.8);
}

#popup {
	width: 21%;
	margin: 0 auto;
	background: #fff;
	padding: 2% 3% 1%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
}

    #popup img {
	width: 3%;
	position: absolute;
	top: 6%;
	right: 1%;
}

    #popup p {
	text-align: center;
	font-size: 1.2em;
}

@media screen and (max-width: 435px) {
   
    #popup img {
	width: 6%;
	top: 8%;
	right: 2%;
}
}


.custome-logo {
    position: absolute;
    z-index: 10000;
    width: 130px;
    background-color: white;
    border: 1px solid #aaa;
    top: 0px;
    right: 100px;
    padding: 30px;
}

    .custome-logo img {
	width: 130px;
        height: auto;
}

.custom-jqgrid-pb-hgt {
    padding-bottom: 0px;
    height: 10px;
}

.jqgrid-inline-right, #divcurrency, .jqgrid-inline-left {
    color: #827879 !important;
    font-size: 8px;
    font-weight: 700;
}

.tp32 {
    top: 32px !important;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    border: 1px solid #ccc;
}

.pd2px {
    padding: 2px !important;
}

.message-tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom: 120%;
    margin-left: -2em;
    left: 26% !important;
    top: 17%;
}

.tdmsgtbl {
    height: 22px;
    padding: 2px 0 0 4px;
}

.adwidth {
    width: 400px;
}

.bordergrey {
    border: 1px solid #ccc;
}

.xjform {
        border: 1px solid #4682b4;
    margin: 0px 0 0 0;
    height: 29px;
    border-radius: 0;
}

.titlepopupbg {
    background-color: #4682b4;
    width: 355px !important;
    height: 29px !important;
    color: #fff !important;
    line-height: 28px;
    margin: -1px 0 0 0;
}

.closebg {
        background-color: #4682b4;
    height: 29px;
    margin: -1px 0 0 0;
}

.salesorderfilterchngecolor {
    background-color: #FFFF00;
}

tr.ui-search-toolbar select {
    width: 95% !important;
}

tr.ui-search-toolbar input {
    margin: 1px 0px 0px -1px !important;
}

.sobtn {
    background-color: #c0df5a;
    color: white;
    border: 1px solid #b7beac;
    margin: 2px 0 0 -10px;
    font-size: 16px;
    border-radius: 2px;
    line-height: 21px;
}

.actiondropdown {
    background-color: #c0df5a;
    color: white;
    border: 1px solid #b7beac;
    margin: 2px 0 0 -10px;
    font-size: 16px;
    border-radius: 2px;
    line-height: 21px;
}

.dropdown {
    position: absolute;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    z-index: 2;
    border: 1px solid #ccc;
    margin: -12px 0 0 0;
    float: right;
    right: 0;
}
.dropdown-content, .dcwidth {
    display: none;
    position: absolute;
    min-width: 220px;
    border: 1px solid #ccc;
    z-index: 1000;
    transform: translateY(0%);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.dropdown-content a {
    color: #000;
    padding: 4px 14px;
        height: 30px;
    line-height: 28px;
    text-decoration: none;
    display: block;
}

        .dropdown-content a:hover {
            background-color: #eee;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.sobtn:hover, .dropdown:hover .sobtn {
    background-color: #eee;
}

#progress {
 width: 98%; 
 display: flex;
 height: 1rem;
 overflow: hidden;  
 position: relative;
 padding: 0px;
    background-color: #e9ecef;
 margin: 1px 0px -2px 4px;
}

#percent {
 position: absolute;   
     top: -7px;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 800;
}

#bar {
 height: 1rem;
    /*background-color: #28a745;  /*#9ACD32;*/ */;
}

.filtercoloryellow {
    background-color: #FFEB3B;
}

.filtercolorgreen {
    background-color: #28a745;
}

.filtercolorsoftred {
    background-color: #E0C8C3;
}

.refbtn {
    width: 64px !important;
    height: 28px !important;
  }

.clrfilter {
      background-image: url(../images/clearfilter.png);
      position: absolute;
    display: block;
    background-color: transparent !important;
    padding: 6px 0 0 6px;
  }

.sopopup-title {
      padding-right: 5px; 
      line-height: 20px;
  }

  .message-summary, .closemsg {
    font-size: 12px;
    background-color: #fff;
    margin: 10px;
    font-weight: bold;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;    
    list-style: circle;
    z-index: 10;
    position: absolute;
    width: 97%;
    line-height: 20px;
}

  .error-message-summary {
        border-left: 1px solid red;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    border-top: 1px solid red;    
}

.success-message-summary {
        border-left: 1px solid lightgreen;
    border-bottom: 1px solid lightgreen;
    border-right: 1px solid lightgreen;
    border-top: 3px solid lightgreen;
}

.closemsg {
    position: absolute;
    z-index: 1000;
    float: right;
    right: 0;
    margin: 3px 14px 0px 0px;
    width: 10px;
    background-color: transparent;
}

.ui-jqgrid tr.jqgrow td {
    border-bottom: 1px solid #eee !important;
        white-space: normal !important;
    line-height: 20px !important;
    font-size:9pt !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    border-bottom: 0px !important;
      
}

.ui-widget-header {
   background: none !important;
   border: 0px solid #ccc !important;
   background-color: #fff ;
	height: 33px;
}
.ui-tabs .ui-tabs-nav li a{    padding: 9px 5px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li {
    margin-top: 0px !important;
    font-family:'Open Sans', Arial;
    font-size:8pt;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    height: 42px !important;
    border: 0px !important;
}

.msgalert {
        padding: 14px;
    /*color: #BF4040;
    background-color: #F9ECEC;*/
    margin-top: 2px;
    border-radius: 6px;
    border-style: solid;
    height: auto;
    position: relative;
    z-index: 1;
}

.msgclosebtn {
    color: #fff;
    font-weight: bold;
    float: right;
    right: 0px;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    top: 0px;
    display: block;
    position: absolute;
}

.ui-jqgrid tr.ui-search-toolbar th {
    height: 30px !important;
    background-color: #fff !important;
}
/*.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hbox{
    background-color:#ddd;
}
.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-hdiv{
    height:65px;
}*/
/*.ui-jqgrid .ui-jqgrid-htable th {
    background: #90CAF9 !important;
}*/
.ui-jqgrid .ui-jqgrid-htable th span {
    background-color: #901108 !important;
        border-bottom: #901108 !important;
}
.ui-jqgrid .ui-jqgrid-htable th div{
    color:#fff !important;
    }
/*.ui-jqgrid .ui-jqgrid-htable th {
    background:  #b0c4de !important;
}*/
.ui-jqgrid tr.ui-search-toolbar th div {
    background-color: #fff !important;
}

.date-white {
    background-color: #fff;
    border: 1px solid #ccc;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    border-bottom: 1px solid #901108 !important;
    background: #901108 !important;
}

.ui-state-hover {
    border: 1px solid blue;
   background: #f5f5f5 !important;
}
/*.ui-jqgrid tr.ui-state-highlight {
    background: #CFD8DC !important;
}*/

.ui-jqgrid .ui-jqgrid-htable th {
    padding: 0 2px 0 0px !important;
}

@keyframes loading {
  0% {
    right: 100%;
  }

  75%, 100% {
    right: 0;
  }
}

.loader {
  position: relative;
  width: 400px;
  max-width: 100%;
  height: 55px;
  margin: 2em auto;
  background: #F1F2F3;
}

.load-pct {
  text-align: center;
  line-height: 55px;
  font-weight: bold;
  color: #2699BF;
  text-shadow: 1px 1px 1px #fff;
}

.load-bar {
  position: absolute;
    top: 0;
    bottom: 0;
  left: 0;
  /* The opposite color of my visible blue one*/
  background: #CB5934;
  animation: loading 7s infinite;
  mix-blend-mode: difference;
}



/* Big loader text */
.loader-text {
  height: auto;
  display: inline-block;
  background: #FFF;
}

.loader-text .load-pct {
  font-size: 20vw;
  letter-spacing: 0;
  font-family: impact;
  text-transform: uppercase;
  line-height: 1.4;
}

.loader-text .load-bar {
  mix-blend-mode: lighten;
}

.tdfilterpoptxt {
        white-space: normal;
    width: 54px;
    line-height: 13px;
}

.progress-bar {
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #eee; 
     height: 20px; 
    line-height: 20px;
    overflow: hidden;
  
}

.progress-fill {
    color: #000;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 20px;
    margin: 1px 0px 0px 1px;
   
}

.progress-fill-text {
    color: #000;
    position: relative;
    left: 0;
    top: 0;
    width:100%;
    overflow: hidden;
    text-align: center;
    line-height: 16px;
    margin: 2px 0px 0px 0px;
}
.clearFilter {
    cursor: pointer;
    font-size: 7pt; 
    font-style: normal;
    font-weight: normal;
}

.relversion {
    position: relative;
    float: right;
    top: 13px;
    font-weight: 700;
    right: 18px;
    line-height: 55px;
    color: #ccc;
    height:0;
}

.closeIcon {
    background-image: url(../images/close-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}

button.sobtn {
    margin: 0px;
}

.fa-color {
    color: #636363;
}

.w150 {
    width: 150px;
}

.sobuttons {
    cursor: pointer; 
    text-align: center;
    background-color: #c0df5a; 
    line-height: 20px;
    height: 20px; 
    float: left; 
    border: 1px solid #c0df5a;
    border-radius: 7px; 
    width: 6%; 
    color: #000000; 
    font-weight: bold; 
    margin: 0px 10px; 
}

    .sobuttons:hover {
     background-color: #FFFFFF; 
}

.header-sub-block {
    width: 100%;
    float: left;
}

.invoice-section, .lblpick {
    width: auto;
    display: inline-block;
    text-align: center;
    border: 1px solid #B0C4DE;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 20px;
    line-height: 20px;
}

.invoice-number {
    cursor: pointer;
    width: auto;
    vertical-align: middle; 
    min-width: 50px; 
    height: 20px; 
    line-height: 20px;
}

.invoice-status {
    color: #FFFFFF;
    border-left: 1px solid #B0C4DE;
    border-radius: 5px; 
    cursor: auto; 
    font-weight: bold;
    font-size: medium; 
    height: 20px; 
    line-height: 20px;
}

.disinlineb {
    display: inline-block;
}

.ptb3 {
    padding: 3px 0px 0px;
}

.tac {
    text-align: center;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column.textalignright div {
    text-align: right;
}

.ui-jqgrid .ui-jqgrid-htable th span.tar {
    float: left;
    text-align: right;
    width: 100%;
}

div .ccbasic, .cccategories, .cothers, .ccreditdetail {
    max-height: 480px;
}

.brbtm1px {
    border-bottom: 1px solid #F5F5F5 !important;
    border-radius: 0px;
        border: 0px;
        min-height: 30px;
}

.outletrevpopup {
    margin: 0px 0 0 2px;
    line-height: 22px;
    padding: 2px 0 0 4px;
    color: #000;
    font-weight: bold;
}

.maphght {
        height: 496px !important;
}

.clsicon {
    position: absolute;
    float: right;
    right: 0px;
    top: -5px;
    cursor: pointer;
}
/**Dashboard Graph*/
.basic-container {
    width: 100%;
    float: left;
}

.sub-container {
    width: 30%;
    float: left;
    border: 1px solid #000;
    padding: 3px;
    margin: 3px;
}

.axis {
    font: 10px sans-serif;
}

    .axis path,
    .axis line {
        fill: none;
        stroke: #000;
        shape-rendering: crispEdges;
    }

.filter-bar {
    height: 35px;
    padding: 6px 10px 1px 10px;
    background: #F5F5F5;
    border-bottom: solid 1px #D9D9D9;
}

.dashboard-panel {
    overflow: visible;
    z-index: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: #fff;
    color: #2D2D2D;
    padding: 0;
    overflow: visible;
    position: relative;
}

.panel {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.panel-default .panel {
    margin: 0;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.panel-heading {
    padding: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #ffffff;
    border: none;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.layout-with-margins .panel-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: auto;
    z-index: 1;
    padding: 0 8px 8px 8px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.panel-title {
    font-size: inherit;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.astrix {
    position: fixed;
    width: 10px;
    height: 10px;
    padding-top: 12px;
}

#chartTooltip {
    background: white;
    opacity: 1;
    position: absolute;
    font-size: 12px;
    pointer-events: none;
    border: 1px solid #aaa;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    fill: #fff;
    stroke: #000;
    stroke-opacity: .2;
    padding: 2px 4px 2px 4px;
    box-sizing: border-box;
}

    #chartTooltip > * {
        padding: 3px 2px;
    }

.headerbarcontainer {
        margin: 0 auto;
    padding: 0;
    float: left;
    width: 100%;
        background-color: #b0c4de;
}

.hdbox {
    box-sizing: border-box;
    width: 22%;
    max-width: 172px;
    float: left;
    margin-left: 4%;
}

#firstBox {
    margin-left: 10px;
}

.frmdt {
    display: inline-block;
    float: left;
}

.homepnlbg {
        margin: 0px auto;
    background-color: #fff;
}

.btndtsbmt {
    margin: 5px 0 0 0;
    height: 22px;
    line-height: 22px;
}

.announcemntbox {
        width: 100%;
        box-sizing: border-box;
        float: left;
}

.ordamt, .slamt {
            background-color: #FFEB3B;
    border: 1px solid #FFEB3B;
    display: block;
    text-align: center;
}

.slamt {
    background-color: #B3E5FC;
    border: 1px solid #B3E5FC;
}

.pnlordbg {
    border: 1px solid #FFEB3B;
}

.pnlslordbg {
    border: 1px solid #B3E5FC;
}

.fnsize {
    line-height: 28px;
    height: 24px;
    font-size: 18px !important;
}

.pnlhdbar {
    background-color: #0D47A1;
    color: #FFEB3B;
}

.scrolgraph {
    overflow: auto;
    position: absolute;
    /*height: calc(100% - 84px);
    top: 85px;*/
    height: calc(100% - 80px);
    width: 100%;
    top: 92px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #efefef;
}

.ui-jqgrid .ui-jqgrid-htable th span.label_align {
    float: left;
    width: 100%;
    text-align: right;
}

.commontabs {
    background-color: #fafafa !important;
}

.commonsearch {
   background-color: #b0c4de !important; 
   border: 1px solid #b0c4de;
}        

.flex-container table {
            border-collapse: collapse;
            width: 100%;
            /*font-family: Trebuchet MS !important;*/
            color: #333;
             font-size: 8pt !important;
        }

.flex-container {
            display: flex;
            flex-wrap: wrap;
        }

 /*.flex-container td {
            background-color: #ddd;
            border-top: 1px solid #aaaaaa;
        }*/

    .flex-container td, th {
            padding-top: 3px;
            padding-left: 19px;
            padding-bottom: 3px;
            padding-right: 4px;
                border-bottom: 1px solid #aaa;
        }

.taxtable td, th {
           /*padding-right: 13px;*/
           padding-left: 3px;
        }
 
.flex-container table th {
            /*background-color: #b0c4de;*/
                height: 15px;
    padding: 2px;
    text-indent: 10px;
    background-color: #efefef !important;
    color: #111;
        }               

.flex-container .flex {
              margin: 2px auto;
    width: 100%;
              }

.flex table tr:hover td {
            background-color: #d4effa;
        }

   .tablestyle {
    font-size: 8pt !important;
    font-style: normal !important;
    text-align: right;
}


 .height10px {
    height: 10px !important;
    line-height: 10px !important;
 }
 
.tax-perc {
    vertical-align: super;
    font-size: 6pt;
} 

.ui-jqgrid tr.footrow-ltr td {
    border-right-style: none !important;
        cursor: pointer;
        }

.jqgrid-inline-uom {
    font-style: normal;
    font-size: 7pt !important;
    margin: 0px;
    float: left;
    clear: left;
    line-height: 0px;
    padding-top: 7px;
}

.jqgrid-inline-top {
    font-style: normal;
    font-size: 7pt !important;
    margin: 0px;
    vertical-align: super;
}

.jqgrid-inline-conversion {
    font-style: normal;
    font-size: 7pt !important;
    margin: 0px;
    float: left;
    clear: left;
    line-height: 20px;
    padding-top: 2px;
}


.overflowY {
    overflow-y: scroll;
}

.fontWeightB {
    font-weight: bold;
}

.normal {
    font-style: normal;
}

.colorB {
    color: black;
}

.font4pt {
    font-size: 4pt;
}

.curPoint {
    cursor: pointer;
}

.w16 {
    width: 16px;
}

.wMax600 {
    max-width: 600px;
}

.wMin590 {
    min-width: 590px;
}

.h16 {
    height: 16px;
}

.h26imp {
    height: 26px !important;
}

.padding {
    padding: 0 0px;
}

/*.borderBlue {
    border: 1px solid #b0c4de;
    border: 1px solid #aaa;
}*/

.padLeft120 {
    padding-left: 120px;
}

.colorGrey {
    color: #D8D8D8;
}

.bordercollapse {
    border-collapse: collapse;
}

.ver_alnbtm {
    vertical-align: bottom;
}
/*margin-left changes*/
.ml-230 {
    margin-left: 230px !important;
}

.ml-auto {
    margin-left: auto;
}

.ml-10 {
    margin-left: 10px;
}

.ml-6 {
    margin-left: 6px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-11 {
    margin-top: -11px;
}

.mt-9 {
    margin-top: -9px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}
/*width changes*/
.w600 {
    width: 600px !important;
}

.w500 {
    width: 500px !important;
}

.tableBlock {
    max-height: inherit;
    margin-left: 10px !important;
    display: inline-block;
}

.tableBlock table {
    margin-left: 0 !important;
}

.fixedBtm {
    min-height: 50px;
    max-height: 200px;
    position: absolute;
    bottom: -8px;
   }

.csdBtmButton {
    border: 0px !important;
    background-color: inherit !important;
}

.fixedTableBtm {
    width: 100%;
    min-height: 50px;
    max-height: 200px;
    position: absolute;
    bottom: -8px;
}

.siGridHeight .ui-jqgrid-bdiv {
    height: calc(100vh - 22px - 54px - 99px - 33px - 33px - 46px - 42px) !important;
    padding-bottom: 16px !important;
    /*padding-right: 16px !important;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
/*.siGridHeight .ui-jqgrid-bdiv > div {
    min-height: 100%;
    border-right: 1px solid #eee;
}*/
.siGridHeight .ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 18px;
}

.puGridHeight .ui-jqgrid-bdiv {
    height: calc(100vh - 24px - 54px - 99px - 33px - 46px - 29px) !important;
    padding-bottom: 16px !important;
    /*padding-right: 16px !important;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.puGridHeight .ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 18px;
}

.puGridHeight .ui-jqgrid-sdiv:before {
    content: "\f106";
    pointer-events: none;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: 2px;
    width: 44px;
    height: 18px;
    font-family: "Font Awesome 5 Free";
    line-height: 19px;
    font-size: 18px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    z-index: 4;
    font-weight: 900;
}

@media (min-width: 1680px) {
    .puGridHeight .ui-jqgrid-ftable, .puGridHeight .ui-jqgrid-htable, .puGridHeight .ui-jqgrid-btable {
        width: 100% !important;
    }
}


@media (min-width: 1680px) {
    .siGridHeight .ui-jqgrid-ftable, .siGridHeight .ui-jqgrid-htable, .siGridHeight .ui-jqgrid-btable {
        width: 100% !important;
    }
}

@media (min-width:1440px) {
    .taxbreakuptable {
        min-width: 590px;
    }
}


/*24-07-18*/
.elBorderBox, .elBorderBox *, 
.elBorderBox:after, .elBorderBox:before, 
.elBorderBox *:after, .elBorderBox *:before, .borderBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.tableView {
    display: table;
    width: 100%;
}

.tableView .cellView {
    display: table-cell;
    vertical-align: middle;
}

.loginBg {
    height: 100vh;
    overflow: auto;
}
/*.mainContainer {
    min-height: 100vh;
}*/
.loginBg .login_container {
    max-width: 300px;
    width: auto;
    height: auto;
    top: inherit;
    text-align: center;
    transform: translateY(0);
    padding: 10px 15px;
    background: rgba(0,0,0,0.5);
    box-shadow: 1px 1px 2px 2px rgba(255,255,255,0.2);
}

.user_field:-webkit-autofill, .password_field:-webkit-autofill {
    transition-delay: 99999s;
}

.fieldWrap {
    position: relative;
    margin-bottom: 20px;
}

.fieldWrap input {
    margin-bottom: 0 !important;
    background-image: inherit;
}

.fieldWrap > i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
        background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px;
    pointer-events: none;
    z-index: 9;
}

.userIcon {
    background-image: url(../images/user.svg);
}

.pwdIcon {
    background-image: url(../images/password.svg);
}

.loginBg .overlay {
    padding: 10px;
}

@media (min-width: 768px) {
    .loginBg .login_container {
        max-width: 420px;
        padding: 15px 20px;
    }

    .minWidth-90 {
        min-width: 90px;
    }

    .minWidth-120 {
        min-width: 120px;
    }
}

@media (min-width: 1200px) {
    .loginBg .login_container {
        max-width: 30%;
    }
}

.loginBg .social_btn {
    float: none;
    overflow: hidden;
    width: auto;
}

.forget, .tc {
    cursor: pointer;
}

.loginBg .forget {
    text-align: left;
    width: auto;
    margin-top: 0;
}

.loginBg .inline-block.tc {
    float: none;
    vertical-align: middle;
    width: auto;
    margin-top: 0;
}

.loginBg .tc + .tc {
    margin-left: 8px;
}

.m-t-md {
    margin-top: 20px;
}

.m-b-md {
    margin-bottom: 20px;
}

.headerbox .boxstyle {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.inline-block.buttonbox {
    float: none;
}

.v-middle {
    vertical-align: middle;
}

.btn-minWidth-sm {
    min-width: 70px;
}

.headerbar .headerbox > span {
    margin-right: 8px;
    color:#fff;
}

.headerbar .headerbox .buttonbox {
    margin: 0;
    line-height: 24px;
}
/*modal login*/
.loginBg .popup {
    max-width: 600px;
    width: auto;
    left: 50% !important;
    transform: translateX(-50%);
}

.loginBg .dialog-pop-up .dialog-header {
    position: absolute !important;
    left: 11px;
    right: 32px;
    padding-top: 6px;
    width: auto !important;
}

.loginBg .dialog-pop-up .dialog-header .closepopup {
    margin-top: -12px;
}

.loginBg .login-alert {
    float: none;
}

.forgetPassword {
    top: 0% !important;
}

.forgetPassword .scroller-container {
    width: auto;
    height: auto;
}

.forgetPassword .xj-add-new-jobs-container {
        width: 370px;
}

.m-t-xs {
    margin-top: 5px;
}

#divTaxBreakUp thead {
    display: block;
    width: 100%;
    }

#divTaxBreakUp tbody {
    max-height: 68px;
    overflow: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
}

#divTaxBreakUp tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.loginBg .google {
    background-size: auto 60%;
}

.loginBg .or {
    padding-top: 32px;
}

.toggleBtmElement {
    bottom: -111px;
    transition: all 0.2s ease-in-out; 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #fff;
    /*box-shadow: 0px -1px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);*/
    height: 111px;
    z-index: 9;
}

.toggleBtmElement .closeToggle {
    position: absolute;
    /*left: 50%;
    margin-left: -22px;
    bottom: 100%;*/
    bottom:-8%;
    border-top: 1px solid #aaaaaa;
    background-color: #fff;
    padding: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 18px !important;
    /*border-radius: 24px 24px 0 0;
    box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.15);*/
    display: none;
    cursor: pointer;
    text-align: center;
}

.toggleBtmElement.showElement .closeToggle:after {
    content: "\f107";
}

.toggleBtmElement .closeToggle:after {
    content: "\f106";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
}

.toggleBtmElement.showElement .closeToggle {
        display: block;
}

.showElement.toggleBtmElement {
    bottom: 8px;/*-8px;*/
}

.salesinvoiceTable {
    width: 100%;
    border-collapse:collapse;
}

.salesinvoiceTable .siheader {
    width: 100%;
    margin-top: 0px;
    float: left;
    height: 102px;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
}

.siGridHeight .ui-jqgrid-sdiv:before {
    content: "\f106";
    pointer-events: none;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: 2px;
    width: 44px;
    height: 18px;
    font-family: "Font Awesome 5 Free";
    line-height: 19px;
    font-size: 18px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    z-index: 4;
    font-weight: 900;
}

.column {
    flex: 0 0 33%;
    margin: 0em auto 1em auto;
}

.widthauto {
    width: auto !important;
}

.heightAuto {
    height: auto !important;
}

.vertop {
    vertical-align: top;
}

.scroller {
    overflow: auto;
}

.actionbuttons {
     cursor: pointer; 
    text-align: center;
    background-color: #c0df5a; 
    line-height: 20px;
    height: 20px; 
    float: left; 
    border: 1px solid rgb(176, 196, 222);
    border-radius: 7px; 
    width: 6%; 
    color: #000000; 
    font-weight: bold; 
    margin: 0px 10px; 
}

    .actionbuttons:hover {
     background-color: #FFFFFF; 
}

.inactiverows {
    font-style: italic;
    background-color: #F4F6F6;
}

.dropdown .dropdown-content {
    overflow: auto;
    max-height: 320px;
}

    .dropdown .dropdown-content a {
    padding: 9px 14px;
    height: auto;
    line-height: 1.2;
}

.fixedTableBtm {
    /*overflow: auto;*/
    /*overflow-y: hidden;*/
}

.fixedTableBtm .flex-container {
    flex-wrap: inherit;
}

.inlineclear {
    cursor: pointer;
    font-size: 7pt;
    font-style: normal;
    font-weight: normal;
    color:#2a80b9;
}

.column1 {
    flex-grow: 3;
    padding: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (min-width: 1280px) {
    .column1 {
        flex-grow: 2;
    }
}

@media screen and (min-width: 960px) {
    .column1 {
        flex-grow: 1;
        /*margin-bottom: 14px;*/
    }
}

.height-100 {
    height: 100%;
}

.vCenter {
    align-items: center;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-grow-2 {
    flex-grow: 2;
}

.flex-grow-3 {
    flex-grow: 3;
}

.flex-grow-4 {
    flex-grow: 4;
}

.flex-grow-5 {
    flex-grow: 5;
}

.flex-grow-6 {
    flex-grow: 6;
}

.flex-grow-7 {
    flex-grow: 7;
}

.flex-grow-8 {
    flex-grow: 8;
}

.flex-grow-9 {
    flex-grow: 9;
}

.flex-grow-10 {
    flex-grow: 10;
}

.inputVehicle {
    border-radius: 0px !important;
     border: 1px solid #ccc !important;
    padding: 4px 5px !important;
    background-position: right;
    background-repeat: no-repeat;
    line-height: normal;
    height: 30px !important;
}

.m-none {
    margin: 0 !important;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-t-none {
    margin-top: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.m-l {
    margin-left: 15px;
}

.m-t {
    margin-top: 15px;
}

.m-b {
    margin-bottom: 15px;
}

.m-r {
    margin-right: 15px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-l-xs {
    margin-left: 5px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-2 {
    margin-top: 2px;
}

.m-t-8 {
    margin-top: 8px;
}

.pt5 {
    padding-top: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pt2 {
    padding-top: 2px;
}

.pl2 {
    padding-left: 2px;
}

.pr2 {
    padding-right: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.pt0 {
    padding-top: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.whiteBg {
    background-color: #fff ;
}

.customRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.customRow > div {
    padding-left: 5px;
    padding-right: 5px;
}

.elBorderBox input {
    height: auto;
    margin: 0;
}

.elBorderBox select {
    height: auto;
    border-radius: 0;
    padding: 4px 5px;
    height: 30px;
}

.badge {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 46px;
    display: inline-block;
    line-height: 1.5;
    width: auto !important;
    text-indent: 0;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.rounded-corner.badge {
    border-radius: 50px;
}

/*.uiSortResizeAlign*/ 
.ui-jqgrid .ui-jqgrid-resize {
    border-bottom: 0;
}

span.s-ico {
    position: relative;
    top: 7px;
}

.ui-icon-triangle-1-s {
    margin-left: -1px;
}

#tabspanel #addnewtab a {
    padding-right: 24px;
}

#tabspanel #addnewtab .ui-icon-plus {
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 2px;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px 1px;
    text-decoration: none !important;
    cursor: pointer;
    text-indent: 0px;
    text-align: center;
    font-size: 8pt;
    background-repeat: no-repeat;
    background-position: right;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    height: 26px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: normal;
}

    .btn + .btn {
        margin-left: 5px;
    }

.btn-default {
    color: #fff;
    border-color: #aaa !important;
    background-color: #aaa;
}

.btn.btn-default:hover {
    background-color: #bbb !important;
}

.btn-primary {
    color: #fff;
    border-color: #498ae1 !important;
    background-color: #498ae1;
}

.btn.btn-primary:hover {
    background-color: #afd4ff !important;
}

.btn-secondery {
    color: #000;
    border-color: #c0df5a !important;
    background-color: #c0df5a;
}

.btn.btn-secondery:hover {
    background-color: #fff !important;
}

.btn-delete {
    color: #fff;
    border-color: #df5f5a !important;
    background-color: #df5f5a;
}

.btn.btn-delete:hover {
    background-color: #d28a87 !important;
}

.btnMinWidth {
    min-width: 70px;
}

.wrapper-xs {
    padding: 5px;
  }


.wrapper-sm {
    padding: 10px;
}

.wrapper {
    padding: 15px;
}

.b-b-blue {
    border-bottom: 1px solid #b0c4de;
}

.b-t-blue {
    border-top: 1px solid #b0c4de;
}

.b-r-blue {
    border-right: 1px solid #b0c4de;
}

.b-l-blue {
    border-left: 1px solid #b0c4de;
}

.b-b {
    border-bottom: 1px solid #ccc;
}

.b-t {
    border-top: 1px solid #ccc;
}

.b-r {
    border-right: 1px solid #ccc;
}

.b-l {
    border-left: 1px solid #ccc;
}

.b-none {
    border: 0 !important;
}

.b-b-none {
    border-bottom: 0 !important;
}

.b-t-none {
    border-top: 0 !important;
}

.b-r-none {
    border-right: 0 !important;
}

.b-l-none {
    border-left: 0 !important;
}

@media(min-width: 1090px) {
    .width-md-50 {
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .width-md-50 {
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .column-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*new-modal*/
.modalDialog {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 107;
    padding: 15px;
    display: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.modalOverlay {
    background: rgba(0,0,0,0.5);
}
.modalContent {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.modal {
    background: #fff;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    overflow: auto;
    box-shadow:2px 2px 8px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow:2px 2px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow:2px 2px 8px 0px rgba(0,0,0,0.25);
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.modal-lg {
    /*max-width: 980px;*/
    max-width: 1027px;
}

.modal-md {
    max-width: 750px;
}

.modal-sm {
    max-width: 520px;
}

.modal-xs {
    max-width: 320px;
}

.modalTable .ui-jqgrid-bdiv {
    height: 45vh !important;
}


.filterSection {
    border: 0;
}

.columnElement {
    padding-left: 5px;
    padding-right: 5px;
    /*flex-grow: 1;*/
}

.filterBtn {
    text-align: center;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 4px !important;
    /*line-height:30px;*/
    cursor: pointer;
}

    .filterBtn img {
    max-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

    .filterBtn:hover {
        background-color: #d4effa !important;
    }

.semiBold {
    font-weight: 600;
}

.filterHeader {
    background-color: #4682b4;
    /*margin: -1px 0 0 0; 
    height: 29px;*/
    padding: 5px;
}

.titleSm {
    font-size: 10pt !important;
}

.filterHeader .titleSm {
    color: #fff;
    padding-left: 8px;
}

.pageTitle {
    min-width: 150px;
}

.btn-green {
    text-align: center;
    text-indent: 0px;
    background-color: #c0df5a;
    padding: 0px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.btnRefresh {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
    line-height: 1.3;
    min-width: 64px;
    font-weight: 700;
}

.btnRefresh span {
    display: block;
}

.datePicker {
    padding: 8px;
    border-radius: 3px;
}

.moreTools {
    width: 100px;
    height: 30px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.relative, .relative.dropdown {
    position: relative;
}

.btn-addon {
    line-height: 24px;
}

.btn-addon i {
    position: relative;
    width: 26px;
    height: 26px;
    margin: -1px -7px;
    margin-right: 10px;
    line-height: 28px;
    text-align: center;
    /*background-color: rgba(0,0,0,.1);*/
    border-radius: 2px 0 0 2px;
    font-size: 12px;
    float: left;
}

.filterSection .btn-addon i {
    width: 28px;
    height: 28px;
    margin: -2px -7px;
}

.alignLeft.btn-addon i {
    float: left;
    border-right: 1px solid #b7beac;
}

.alignRight.btn-addon i {
    float: right;
    margin-left: 8px;
    margin-right: -7px;
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #b7beac;
}

    .alignRight.btn-addon i img {
        max-height: 20px;
    margin-top: 3px;
}

.btnAction {
    text-align: center;
    text-indent: 0px;
    background-color: #c0df5a;
    height: 28px;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #b7beac;
}

    .btnAction:hover, .dropdown:hover .btnAction {
    background-color: #eee;
}

.form-input {
    border-radius: 2px;
    height: 26px !important;
}

.filterDropdown {
    border: 1px solid #d3d3d3;
}

.dropdownDiv {
    display: none;
    position: absolute;
    z-index: 99;
}

#GRNPanel #grndetailpanel .ui-jqgrid-bdiv {
    height: calc(100vh - 293px) !important;
}

@media(min-width: 840px) {
    .filterDropdown {
        width: 610px;
    }
}

.inTableScrollHeight .ui-jqgrid-bdiv {
    height: calc(100vh - 284px) !important;
}

.productInvTableScroll .ui-jqgrid-bdiv {
    /*height: calc(100vh - 200px) !important;*/
}
.productInvTableScroll .ui-jqgrid-bdiv {
    height: calc(100vh - 237px) /*!important*/;
}

.xj-form-height {
    min-height: 62px;
}

.datelbl {
    min-width: 24px !important;
}

.lblpick {
        border: 2px solid #B0C4DE;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 12px;
    padding: 2px;
    line-height: 12px;
    font-weight: bold;
}

u.lnkSIDN {
    font-weight: bold;
    color: #008080;
}

.ui-jqgrid tr.jqgroup {
    background-color: #EFEBE9 !important;
}

.ui-jqgrid .ui-jqgrid-htable th {
    background: #f5f5f5 !important;
}

.trpast:hover {
    background: #eee;
}

#chkApplyPromotion {
        width: 16px;
    height: 16px;
}

.span-font12px {
    font-size: 12px !important;
    font-weight: bold;
    color: #000;
}

.ui-jqgrid tr.ui-state-highlight {
    background: #f5f5f5 !important;
}

#SalesPromotionListPanel .ui-jqgrid .ui-jqgrid-view {
    min-height: inherit;
}

.btn-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    float: left;
}

.text-center {text-align: center;}
#productinvpanel .ui-jqgrid-titlebar.ui-widget-header {
    display: none;
}
.b-r-dashed {
    border-right: 1px dashed #ccc;
}
.leftSpase {
    min-height: 26px;
    line-height: 26px;
    min-width: 100px;
}

/*#gbox_DamageShortagelistdetailgrid, #gbox_DamageShortagelistdetailgrid .ui-jqgrid-view,
#gbox_DamageShortagelistdetailgrid .ui-jqgrid-htable, #gbox_DamageShortagelistdetailgrid .ui-jqgrid-hdiv,
#gbox_DamageShortagelistdetailgrid .ui-jqgrid-bdiv, #gbox_DamageShortagelistdetailgrid .ui-jqgrid-bdiv table {
    width: 100% !important;
}

#gbox_DamageShortagelistdetailgrid .ui-jqgrid-htable thead th {
    width: auto !important;
}*/
.tableAlignment .ui-jqgrid-btable, .tableAlignment .ui-jqgrid-htable,
.tableAlignment .ui-jqgrid-btable *, .tableAlignment .ui-jqgrid-htable * {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.tableAlignment .ui-jqgrid .ui-jqgrid-hdiv {
    overflow: inherit !important;
}
.tableAlignment .ui-jqgrid-btable tr td {
    padding-right: 5px !important;
    padding-left: 5px !important;
    text-indent: 0 !important;
}
/*.tableAlignment tr.ui-search-toolbar*/ 
.tableAlignment .ui-jqgrid-htable tr.ui-search-toolbar th.ui-th-column{
    background: #fff !important;
}
.tableAlignment .ui-jqgrid-hbox{
    padding-right: 0px !important;
}

.tableAlignment .ui-jqgrid-pager{
    width: 100% !important;
}

.modal-GmodelPopUp {
    max-width: 786px;
}
.monthonly .ui-datepicker-calendar{
    display:none;
}

.noIcon.siGridHeight .ui-jqgrid-sdiv:before{
    display:none;
}
.dropdown-content .hideactions {
    display: none;

}
.ui-widget-header {
    border-bottom: 1px solid #901108 !important;
}
.ui-jqgrid #arcollectionsgrid tr td:last-child {
    padding-right: 10px;
    box-sizing: border-box;
}

.modalWindow {
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
    padding: 20px 15px;
}
.modalWindow .dialog-pop-up {
    max-width: 600px;
}
#policypopup .dialog-header h3 {
    font-size: 17px;
}
#policypopup .dialog-header h4 {
    font-size: 14px;
}
#policypopup .dialog-header {
    height: auto;
    padding: 8px 10px;
}
.verticalMdlAlign {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.modalBox {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    max-height: calc(100% - 40px);
}
#policyDialog .vScroll {
    max-height: calc(100vh - 200px);
}
#policypopup .dialog-pop-up .dialog-header .closepopup {
       margin: -36px 0;
}


.vScroll {
    overflow: auto;
    overflow-x: hidden;
    max-height: 100%;
}
.contenthover:hover{
    background-color:#f5f5f5;
    cursor:pointer;
}
div#divControlBtn {
    height: auto !important;
}

.csdivControlBtn {
    width: 100%;
    float: right;
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border-bottom: 1px solid #b0c4de;
}
.ui-dialog{
    top:20% !important;
    width:400px !important;
}
.ui-dialog-title{
        margin: 8px 0 0 0 !important;
}
.ui-widget-content{width:100%;}

a.showmorelink {
	text-decoration:none;
	outline:thin;
}
.showmorecontent span {
	display: none;
}
div#ui-datepicker-div {
    width: 17em;
}
ul.ui-autocomplete {
    width: auto !important;
}
.margin-8{    margin: 8px;}
select#ddlWarehouseId, #ddStorageLocationType, #ddlSelectAction {
     font-family:'Open Sans', Arial !important;
     font-size:9pt !important;
     height:26px;
}
div#cimage, div#cVariant {
    height: calc(100vh - 150px);
}
.divheight20px {
    height: 20px;
    padding: 2px;
    line-height: 20px;
    border-bottom: 1px solid #f5f5f5;
}
#imgUserImage:hover{
    opacity:0.8;
}
.invleft-column
{
float:left;
width:30%;
}
.invright-column
{
float:right;
width:14%;
}
.invcenter-column
{
margin:auto;
width:30%;
}

#salesman .xj-form .label_large,#cprice .xj-form .label_large {
    width: 150px;
}
 .tooltipheader td{color:#fff !important;}
.chkLineLevel.disabledInput {
     opacity:0.3;
 }
.ui-icon-circlesmall-minus, .ui-icon-circlesmall-plus{
    margin-top:4px;
}
#picklistdetailgrid .ui-jqgrid .ui-jqgrid-view{
    min-height:400px !important;
}
#picklistSummarizegrid tr.ui-jqgrid-labels.jqg-second-row-header {
    height: 28px;
}
#picklistSummarize .ui-jqgrid tr.jqgrow td{
    white-space:normal !important;
    line-height:14px !important;
}
.srV2GridHeight .ui-jqgrid-bdiv {
    height: calc(100vh - 22px - 54px - 99px - 33px - 33px - 46px - 45px) !important;
    padding-bottom: 16px !important;
    /*padding-right: 16px !important;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.srV2GridHeight .ui-jqgrid-sdiv:before, .dnGridHeight .ui-jqgrid-sdiv:before {
    content: "\f106";
    pointer-events: none;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: 2px;
    width: 44px;
    height: 18px;
    font-family: "Font Awesome 5 Free";
    line-height: 19px;
    font-size: 18px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    z-index: 4;
    font-weight: 900;
}
.dnGridHeight .ui-jqgrid-bdiv{
    height: calc(100vh - 22px - 54px - 99px - 33px - 33px - 46px - 28px) !important;
    padding-bottom: 16px !important;
    /*padding-right: 16px !important;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.grnGridHeight .ui-jqgrid-bdiv{
    height: calc(100vh - 22px - 54px - 99px - 33px - 33px - 46px - 15px) !important;
    padding-bottom: 16px !important;
    /*padding-right: 16px !important;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.wrappergrid {
  height: 100%;
  width:99.7%;
  display: flex;
  flex-direction: column;
}
#RoutewiseSOListPanel, #routewiseItemlistPanel {
  /*height:50%!important;
  height:294px !important;*/
      height:263px !important;
  width:100%;
}
.contentgrid {
  flex: 1;
  overflow: hidden;
}
.bodyactionbuttons{
    background-color:#6cc614; /*#c0df5a;*/
    color: white;
    border: 1px solid #b7beac;
    margin: 5px 0 0 -10px;
    border-radius: 2px;
    line-height: 23px;
    width: 100px;
    height: 26px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-left: 4px;
    font-family: Verdana,Arial,sans-serif!important;
    font-size: 1em!important;
}
.bodydownarrow{
    background-color:#6cc614;/* #c0df5a;*/
    color: white;
    border: 1px solid #b7beac;
    margin: 5px 0 0 -10px;
    font-size: 16px;
    border-radius: 2px;
    line-height: 23px;
    width: 30px; 
    height: 26px;  
    margin-left: -10px; 
    border-left-color: rgb(183, 190, 172); 
    border-left-width: 1px; 
    border-left-style: solid;
}
.arrowimage{
    width:18px;
    height:20px;
    margin:auto;
    display:block;
}
#RoutewiseSOListgrid .ui-jqgrid tr.jqgfirstrow td {border-right-width: 0px !important;}
#RoutewiseSOListgrid .ui-jqgrid .ui-jqgrid-view { min-height: 120px;}
#RoutewiseItemListgrid .ui-jqgrid .ui-jqgrid-view { min-height: 120px; }
#saleslines .ui-jqgrid tr.jqgrow td, #deliveryorderslines .ui-jqgrid tr.jqgrow td{
    white-space:normal;
    line-height:17px;
    text-indent:0 !important;
}
#sidetailgridpage .ui-jqgrid .ui-jqgrid-htable{
    table-layout:auto !important;
}

.split-pane {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.split-pane.fixed-top > .split-pane-component,
.split-pane.fixed-bottom > .split-pane-component,
.split-pane.horizontal-percent > .split-pane-component {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: auto;
	top: auto;
	bottom: 0;
	z-index: 1;
}

.split-pane.fixed-top > .split-pane-component:first-child,
.split-pane.fixed-bottom > .split-pane-component:first-child,
.split-pane.horizontal-percent > .split-pane-component:first-child {
	top: 0;
	bottom: auto;
}

.split-pane.fixed-top > .split-pane-divider,
.split-pane.fixed-bottom > .split-pane-divider,
.split-pane.horizontal-percent > .split-pane-divider {
	position: absolute;
	width: 100%;
	left: 0;
	cursor: ns-resize;
	cursor: n-resize/9;
	z-index: 2;
}

.split-pane.fixed-top > .split-pane-divider > .split-pane-divider-inner,
.split-pane.fixed-bottom > .split-pane-divider > .split-pane-divider-inner,
.split-pane.horizontal-percent > .split-pane-divider > .split-pane-divider-inner {
	position: absolute;
	top: -5px;
	left: 0;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	padding: 5px 0;
}

.split-pane.fixed-left > .split-pane-component,
.split-pane.fixed-right > .split-pane-component,
.split-pane.vertical-percent > .split-pane-component {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: auto;
	left: auto;
	right: 0;
	z-index: 1;
}

.split-pane.fixed-left > .split-pane-component:first-child,
.split-pane.fixed-right > .split-pane-component:first-child,
.split-pane.vertical-percent > .split-pane-component:first-child {
	left: 0;
	right: auto;
}

.split-pane.fixed-left > .split-pane-divider,
.split-pane.fixed-right > .split-pane-divider,
.split-pane.vertical-percent > .split-pane-divider {
	position: absolute;
	height: 100%;
	top: 0;
	cursor: ew-resize;
	cursor: w-resize/9;
	z-index: 2;
}

.split-pane.fixed-left > .split-pane-divider > .split-pane-divider-inner,
.split-pane.fixed-right > .split-pane-divider > .split-pane-divider-inner,
.split-pane.vertical-percent > .split-pane-divider > .split-pane-divider-inner {
	position: absolute;
	top: 0;
	left: -5px;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	padding: 0 5px;
}

.split-pane-resize-shim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}

.split-pane.fixed-left > .split-pane-resize-shim,
.split-pane.fixed-right > .split-pane-resize-shim,
.split-pane.vertical-percent > .split-pane-resize-shim {
	cursor: ew-resize;
	cursor: w-resize/9;
}

.split-pane.fixed-top > .split-pane-resize-shim,
.split-pane.fixed-bottom > .split-pane-resize-shim,
.split-pane.horizontal-percent > .split-pane-resize-shim {
	cursor: ns-resize;
	cursor: n-resize/9;
}

.ro-split-pane-frame {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.ro-split-pane-frame .split-pane > .split-pane-divider.dragged.touch {
	background: blue;
	opacity: 0.25;
}

.ro-split-pane-component-inner {
	box-sizing: border-box;
	border: 1px solid #eee;
	background: white;
	width: 100%;
	height: 100%;
	/*padding: 0 1em;*/
	overflow: hidden;
}

#top-component-1 {
	bottom: 28em;/*-4em !important*/;
	margin-bottom: 5px;
}

#horizontal-divider-1 {
	bottom: 28em;
	height: 5px;
    background:url('../images/coke/vsizegrip.png') center center no-repeat #ccc;
    border:1px solid #999;
}

#bottom-component-1 {
	height: 28em;
}

#top-component-2 {
	bottom: 28em;
	margin-bottom: 5px;
}

#horizontal-divider-2 {
    bottom: 28em;
    height: 5px;
    background:url('../images/coke/vsizegrip.png') center center no-repeat #ccc;
    border:1px solid #999;
}

#bottom-component-2 {
	height: 28em;
}

#left-component {
	width: 100%;/*66em;*/
}

#vertical-divider {
	left: 66em;
	width: 5px;
    background:url('../images/coke/vsizegrip.png') center center no-repeat #ccc;
    border:1px solid #999;
}

#right-component {
	left: 66em;
	margin-left: 5px;
}
			
.ro-split-pane-frame {
  height: 95%;
}
.widthIncrease .ui-jqgrid, .widthIncrease .ui-jqgrid-view, .widthIncrease .ui-jqgrid-hdiv, .widthIncrease .ui-jqgrid-htable, .widthIncrease .ui-jqgrid-bdiv, .widthIncrease .ui-jqgrid-btable, .widthIncrease .ui-jqgrid-hbox {
    width: 100% !important;
    /*height:calc(100% - 31px) !important;*/
    table-layout:auto !important;
}
#routewiseItemlistPanel, .widthIncrease .ui-jqgrid, .widthIncrease .ui-jqgrid-view, .widthIncrease .ui-jqgrid-bdiv > div, #RoutewiseSOListPanel  {
    height:100% !important;
}
#routewiseItemlistPanel #Itemlisttablepanel {
    height: calc(100% - 35px) !important;
}

.widthIncrease .ui-jqgrid-bdiv {
    height: calc(100% - 31px) !important;
}
.widthIncrease .ui-jqgrid-view {
    min-height: inherit !important;
}

.ro-split-pane-component-inner {
  position: relative;
}

.section-content {
  padding-top: 44px;  
  padding-left: 5px;
  height: 221px;
}

.title-section {
  background-color: #eee;
    position: absolute;
    width: 98.8%;
    left: 0px;
    line-height: 0;
    padding-left:8px;
  border-bottom: 1px solid #ccc;
}
.title-section p{
    color: #000;
    font-weight: bold;
    font-size: 12px;
    height: 10px;
    line-height: 10px;
}
.text-truncate{
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 214px;
    overflow: hidden;
}
.w128{
    width:128px;
}
.invtxt{
    font-size:12px;padding:2px;
}
.itemdetails{
    font-size: 12px;padding: 2px;line-height: 28px;
}
.lbltxtdiv{
    font-size:12px;padding:8px
}
.divtxt-truncate{
    font-size: 12px;
     white-space: nowrap;
     max-width: 250px;
     overflow: hidden;
     text-overflow: ellipsis;
     margin-left: 10px;
     float:left;
}
@media screen and (max-width: 1024px){
    .divtxt-truncate {
    font-size: 12px;
    white-space: nowrap;
    max-width: 107px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    margin-left: 10px;
}
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.img-banner{
    background-image:url('../images/coke/login-bg.jpg');
    background-repeat:no-repeat;
    width:100%;
    height:100%;
	background-size:144%;
}
/*.prd-logo{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/DMS/images/coke/xnapp-central-logo.png');
    background-repeat:no-repeat;
}
.media-fb{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/DMS/images/coke/facebook.svg');
    width: 24px;height: 24px;padding: 4px;
}
.media-linkedin{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/DMS/images/coke/linkedin.svg');
    width: 24px;height: 24px;padding: 4px;
}
.media-twitter{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/DMS/images/coke/twitter.svg');
    width: 24px;height: 24px;padding: 4px;
}
.media-youtube{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/DMS/images/coke/youtube.svg');
    width: 24px;height: 24px;padding: 4px;
}
.media-instagram{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/DMS/images/coke/instagram.svg');
    width: 24px;height: 24px;padding: 4px;
}*/
.showparentdiv{
    display:flex;
}
.showparentdiv-none{
    display:none;
}
  .cl-show {
        line-height: 0;
        background: none;
        border: 0;
        color: #ccc;
        font-size: 12px;
        font-weight: bold;
        height:20px;
    }
     .relversion {
    position: absolute;
    float: left;
    top: 13px;
    font-weight: 700;
    left: 60px;
    line-height: 55px;
    color: #ccc;
    height: 0;
}

        .cl-show::after {
            text-indent: 0;
            color: #ccc;
            font-size: 12px;
            font-weight: bold;
            display: block;
            line-height: 0px;
        }
		
		.saas-social-hide{display:none;}
.ui-jqgrid .ui-jqgrid-htable th div{
    font-size:9pt !important;
    letter-spacing:0px !important;
}
#PricingControlListPanel input.ui-grid-searchimage {
       position: absolute;
    top: -70px;
    float: left;
    left: 50%;
    transform: translate(-50%, 50%);
    margin-left: -25%;
    margin-top: -1%;
}
/*.ui-jqgrid .ui-jqgrid-titlebar{
    height:0px !important;
}*/

.ui-jqgrid-htable, .ui-jqgrid-btable, .ui-jqgrid-pager, .ui-jqgrid-view, .ui-jqgrid-bdiv, .ui-jqgrid-hdiv, .ui-jqgrid-hbox, .ui-jqgrid {
    width: 100% !important;
	table-layout:auto !important;
}
.ui-jqgrid .ui-jqgrid-view{
    border:0 !important;
}
.ui-jqgrid tr.ui-state-highlight td{
    font-size:9pt !important;
}
.capsule-green{
    text-transform: capitalize;
    color: #ffffff;
    height: 16px;
    line-height: 16px;
    border-radius: 13px;
    text-align: center;
    padding: 2px 4px;
    border: 1px solid #6cc614;
    width: 88%;
    display: block;
    background-color: #6cc614;
}
.capsule-red{
    background-color:#ee0000;
    border:1px solid #ee0000;
      text-transform: capitalize;
    color: #ffffff;
    height: 16px;
    line-height: 16px;
    border-radius: 13px;
    text-align: center;
    padding: 2px 4px;
    width: 88%;
    display: block;
}