﻿/* 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;
     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;
}

body, td, div, p, span, input, textarea, b, a {
    font-size: 8pt;
}

div {
   /*font-family: arial;*/ 
    font-size: 8pt;
    color: #333;
}

.border1 {
    border: 1px solid #b0da09;
}

.nav {
    background-color: #c3ab65;
}

.page-dimmer {
    background-image: URL(../../SAAS-central/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;
}*/

.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;
}
/*login*/
.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(../../SAAS-central/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(../../SAAS-central/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;
        }

.username {
    background-image: url(../../SAAS-central/images/username.png);
    background-repeat: no-repeat;
    background-position: right;
}

.password {
    background-image: url(../../SAAS-central/images/password.png);
    background-repeat: no-repeat;
    background-position: right;
}

.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 {
    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: 8pt;
    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(../../SAAS-central/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;
}


.ui-widget-header {
    background: #f5f5f5 !important;
    /*border: 1px solid #f5f5f5;*/
}

.ui-jqgrid .ui-jqgrid-titlebar .ui-jqgrid-title {
    background-color: #EBEDEF;
    border-bottom: 1px solid #ccc;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    border-bottom: 0px !important;
	color:#616161 !important;
}


.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;
}

/**
	Styles for job creation popup
*/
.add-tab-pop-up, .addtab {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10;
}

.addtab {
    margin: -19px 0 0 0;
}

.add-tab-pop-up-body {
    background-color: White;
}

.add-tab-pop-up-left {
    width: 14px;
    background-image: url(../../SAAS-central/images/left.png);
}

.add-tab-pop-up-right {
    width: 14px;
    background-image: url(../../SAAS-central/images/right.png);
}

.add-tab-pop-up-top {
    height: 14px;
    background-image: url(../../SAAS-central/images/top.png);
}

.add-tab-pop-up-topleft {
    height: 14px;
    width: 14px;
    background-image: url(../../SAAS-central/images/topLeftCurve.png);
}

.add-tab-pop-up-topright {
    height: 14px;
    width: 14px;
    background-image: url(../../SAAS-central/images/topRightCurve.png);
}

.add-tab-pop-up-bottom {
    height: 14px;
    background-image: url(../../SAAS-central/images/bottom.png);
}

.add-tab-pop-up-bottomleft {
    height: 14px;
    width: 14px;
    background-image: url(../../SAAS-central/images/bottomLeftCurve.png);
}

.add-tab-pop-up-bottomright {
    height: 14px;
    width: 14px;
    background-image: url(../../SAAS-central/images/bottomRightCurve.png);
}

.add-tab-pop-up-content {
    min-width: 500px;
    min-height: 500px;
    /*float:left;*/
}

.ui-autocomplete {
    max-height: 200px;
    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: 23px;
    line-height: 23px !important;
    text-align: center;
    text-indent: 0px;
    margin-top: 4px !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(../../SAAS-central/images/arrow_left.png) no-repeat left center !important;
}

    .icon-prev:hover {
        cursor: pointer;
    }

.icon-next {
    background: url(../../SAAS-central/images/arrow_right.png) no-repeat left center !important;
    width: 24px;
    height: 29px;
}

    .icon-next:hover {
        cursor: pointer;
    }

.dimmer {
    background-image: url(../../SAAS-central/images/dimmer.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.dimmedDiv, .dimmedInsideDiv {
    background-image: URL(../../SAAS-central/images/dimmedDivBg.png);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.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: #34495e;
   padding:0px; 
   margin:0px; 
   font-size:12pt;
   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 {
    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;
}
.message-popup a:hover{
    text-decoration:underline;
}
.message-popup .ck-pop-up-title-panel
{
    height:36px; 
    line-height:36px;
    border-bottom:1px solid #565656;
    width:100%; 
    box-sizing:border-box;
    margin-bottom:10px;
}


.message-popup 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;
 
}
.message-popup .ck-pop-up-title-panel a, .message-popup a
{
   color:#2a80b9;
   cursor:pointer;
   font-weight:normal;
}
.message-popup label {
    min-width: 110px;
    display: table-cell;
    height: 24px;
    line-height: 24px;
}
.message-popup-container {
    width: 450px;
    height: 480px;
    /*background-color: #E4E4E4;*/
}

.message-popup-map ul.dynatree-container {
    width: 380px;
    height: 360px !important;
    background-color: #E4E4E4;
}

.dimmedDivPassword {
    background-image: URL(../../SAAS-central/images/dimmedDivBg.png);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 900001;
}
.forgetPassword{
    top:-1px !important;
}
/*.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;
}
/*
.masters-tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    /*bottom: 120%;*/
 /*   margin-left: -2em;
    left: 40%;
    top: 35%;
}*/

.masters-tooltip
{
     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;
}
.masters-tooltip .ck-pop-up-title-panel
{
    height:36px; 
    line-height:36px;
    border-bottom:1px solid #565656;
    width:100%; 
    box-sizing:border-box;
    margin-bottom:10px;
}


.masters-tooltip h1
{
   color: #34495e;
   padding:0px; 
   margin:0px; 
   font-size:12pt; 
   font-weight:normal;   
   font-size: 12pt;
    font-family: arial;
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 
}
.masters-tooltip .ck-pop-up-title-panel a, .masters-tooltip a
{
   color:#2a80b9;
   cursor:pointer;
}

    

/*.mtooltip-inner {
    height: 320px;
    padding: 3px 2px;
    color: #000;
    border: 1px solid #ccc;
    text-align: left;
    text-decoration: none;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 2px #ccc;
}
*/
.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(../../SAAS-central/images/search-image.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 0px 5px;
    margin-right: 10px;
    vertical-align: middle;
    height: 27px;
    width:200px;
}

.downarrow {
    background-image: url(../../SAAS-central/images/down-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.uparrow {
    background-image: url(../../SAAS-central/images/up-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.label_large {
    font-size: 20pt;
}

.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;
    }

.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(../../SAAS-central/images/minus.png);
    cursor: pointer;
    height: 15px;
}

.expand {
    background-image: url(../../SAAS-central/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-weight: bold;
}

.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(../../SAAS-central/images/filter.png) no-repeat right 15px;
    /*padding-left: 5px;*/
}

.multiselectColor {
    float: right !important;
}

.dateicon {
    background-image: url(../../SAAS-central/images/date-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 100px;
}

.autosearchicon {
    background-image: url(../../SAAS-central/images/search-image.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.vert-seperator {
    background-image: url(../../SAAS-central/images/vert-seperator.png);
    float: left;
    background-repeat: repeat-y;
    background-position: center;
    width: 20px;
    height: inherit;
}

.hor-seperator {
    background-image: url(../../SAAS-central/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 {
    /*padding-bottom: 2px;*/
    margin: 2px 0px 15px 0;
}

.tbl-entry-form {
    /*margin: 5px;*/
    margin: 3px 18px 4px 3px;
    width: auto;
}

    .tbl-entry-form tr td {
        padding: 0;
        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(../../SAAS-central/images/cross-icon.png);
    background-repeat: no-repeat;
    background-position: right;
}

.on {
    background-image: url(../../SAAS-central/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(../../SAAS-central/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(../../SAAS-central/images/exclude.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 20px;
}

.add {
    width: 20px;
    height: 20px;
    background-image: url(../../SAAS-central/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(../../SAAS-central/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(../../SAAS-central/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: 26px !important;
    background: #e6e6e6 !important;
        border-radius: 1px;
}

.ui-selectmenu-status {
    /*line-height: 1.9em !important;
    padding-top: 1px !important;*/
    line-height: 2.3em !important;
    padding: 1px 4px !important;
}

.ui-button-text {
    line-height: 15px !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: 50px;
    border: 1px solid;
    text-align: center;
    width: 60px;
    border: 1px solid #CCCCCC;
    border-radius: 7px 0px 0px 7px;
    background-color: #9E9E9E;
    color: White;
    font-size: larger;
}

.sqaure-corner {
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.no-border {
    border: 0px;
}

.headermenu {
    width: 50%;
    position: absolute;
    left: 30%;
    margin: 0;
    padding: 6px;
}

.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: #000;
    font-size: 7pt !important;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    vertical-align: top;
}

.mandatory {
    font-size: 8pt !important;
    font-weight: bold;
}

.attribute {
    width: 120px;
}

.defaultlogo {
    background-image: URL(../../SAAS-central/images/logo-unavailable.png);
    background-repeat: no-repeat;
    width: 150px;
}

.count {
    padding-left:4px; 
    padding-right:4px;
    min-width: 18px;
    height: 25px;
    line-height: 25px ;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-right:15px; 
    margin-left:15px;
    text-indent:0px !important;
    float:left;
}
/*.PopUpSubSubTitle {
    height: 20px;
    padding-left: 5px;
    border: 0px;
    color: #587607;
    background-color: #dfe6b5;
    font-weight: bold;
}*/
.panelheader {
    /* background-image: URL(../../SAAS-central/images/panel-header-bg.png);
    background-color: #ccc;*/
    background-color: #EBEDEF;
    height: 32px;
    line-height: 30px;
    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: 22px;
        line-height: 22px;
        margin: 5px 0 0 0;
    }

    .panelheader .count {
        margin-top: 4px;
        margin-left: 4px;
        color: #fff;
    }

    .panelheader .icon-btn {
        margin-top: 1px !important;
    }

.orange {
    background-color: #ff5c01;
    color: #fff !important;
}

.white {
    background-color: #fff;
    color: #333 !important;
    border: 1px solid #666;
}

.red {
    background-color: #ee0000;
    color: #fff !important;
    border: 1px solid #ee0000;
}
/* sizes */
.w5 {
    width: 5px;
}

.w10 {
    width: 10px;
}

.w20 {
    width: 25px;
}

.w24 {
    width: 24px !important;
}

.w30 {
    width: 30px;
}

.w32 {
    width: 32px !important;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w65 {
    width: 65px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px !important;
}

.w95 {
    width: 95px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w113 {
    width: 113px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px !important;
}
.w148 {
    width: 148px !important;
}
.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w212 {
    width: 212px !important;
}
.w225 {
	   width: 225px !important;
	}


.w232 {
    width: 232px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w350 {
    width: 350px !important;
}
.w380 {
    width: 380px !important;
}
.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w550 {
    width: 550px !important;
}

.w600 {
    width: 600px !important;
}

.w50pc {
    width: 50% !important;
}
.w80pc {
    width: 80% !important;
}
.w79pc {
    width:79% !important;
}
.w20pc {
    width: 20% !important;
}
.w100pc {
    width: 100% !important;
}

.pr5 {padding-right: 5px;}
.pl5 {padding-left: 5px;}
.pt5 {padding-top: 5px;}
.pb5 {padding-bottom: 5px;}
.pr10 {padding-right: 10px;}
.pl10 {padding-left: 10px;}
.pt10 {padding-top: 10px;}
.pb10 {padding-bottom: 10px;}
/*xj-core ends*/
/* form-elements.css */
.form-container {
    width: 450px;
    min-height: 100px;
    height: auto;
    margin: 5px;
    padding: 10px;
}

.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;
}

select {
    height: 26px;
    background-color: #fff;
    /*font-family: tahoma !important; */
}

select option {
    background-color: #fff;
}

/* Buttons */
.close {
    width: 18px;
    height: 18px;
    background-image: url(../../SAAS-central/images/close-icon.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    cursor: pointer;
    margin: 2px 14px 0px 0px !important;
    border: 1px solid transparent !important;
}

.close:hover {
    background-image: url(../../SAAS-central/images/close-hov-icon.png) !important;
    background-size: 100%;
}

.details {
    width: 20px;
    height: 20px;
    background-image: url(../../SAAS-central/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;
}
.button-disable{
   -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    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;
    background-color:#ccc;
    color:#efefef;
}
    .button .count {
        margin-top: 0px;
        margin-right: -8px;
    }

.blue {
    color: #fff !important;
    border: 1px solid #17549b;
    background-color: #498ae1;
    height: 22px;
    line-height: 20px;
}

    .blue:hover {
        background-color: #afd4ff;
    }

.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: #000;
    border: 1px solid #93d700;
    background-color: #93d700;
}

    .green:hover {
        background-color: #bdec00;
    }

.smallfont {
    font-size: 5pt !important;
}

.mini {
    height: 23px;
    line-height: 23px !important;
}

.default {
    height: 26px;
    line-height: 25px !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;
    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;
}

.gridtitlecontrol {
    height: 23px;
    line-height: 23px !important;
    text-indent: 0px;
    margin-top: 10px !important;
    margin-left: 10px;
    font-size: 10pt !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(../../SAAS-central/images/copy.png);
}

.reload {
    background-image: url(../../SAAS-central/images/reload.png);
}

.locked {
    background-image: url(../../SAAS-central/images/locked.png);
}

.unlocked {
    background-image: url("images/unlocked.png");
}

.save {
   /* background-image: url(../../SAAS-central/images/save.png);*/
}

.ajax {
    background-image: url(../../SAAS-central/images/ajax-loader.gif);
}

.cancel {
    background-image: url(../../SAAS-central/images/cancel.png);
}

.delete {
    /*background-image: url(../../SAAS-central/images/delete.png);*/
}

.date {
    background-image: url(../../SAAS-central/images/date.png);
}

.search {
    background-image: url(../../SAAS-central/images/search.png);
}

.drop-down {
    background-image: url(../../SAAS-central/images/dropdown.png);
}

.edit {
    background-image: url(../../SAAS-central/images/edit.png);
}

.profile {
    background-image: url(../../SAAS-central/images/profile.svg);
}

.more {
    background-image: url(../../SAAS-central/images/more.png);
}

.close {
    background-image: url(../../SAAS-central/images/trash.png);
}

.plus {
    background-image: url(../../SAAS-central/images/plus.png);
}

.hierarchy {
    margin: 0px;
    padding: 0 12px;
    background-repeat: no-repeat;
    background-image: url(../../SAAS-central/images/tree-icon.png);
}

.add {
    margin: 0px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-image: url(../../SAAS-central/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: 0px;
    -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;
    /*font-family: Arial;*/
    /*background-repeat: no-repeat;
    background-position: center;
    background: #333333 none no-repeat scroll 0 0;*/
    position: relative;
    z-index: 999;
}
    /*.header-btns ul li:hover {
        background-color: #000;
    }*/
    .header-btns ul li img {
        height: auto;
        margin-right: 10px;
        position: relative;
        top: 3px;
        width: 20px;
    }

/* icons for header btns*/
.header-btns ul .profile {
    background-image: URL(../../SAAS-central/images/user.png);
    margin: 8px -62px 0px 3px;
    background-repeat: no-repeat;
}

.header-btns ul .logout {
    background-image: URL(../../SAAS-central/images/logout.png);
    /*background-color: #191919;*/
    padding: 3px 5px;
    background-repeat: no-repeat;
    background-size: 27px auto;
    margin: 8px 8px 0 0;
}

.header-btns ul .setting {
    background-image: URL(../../SAAS-central/images/settings.png);
}

.mandatory-field {
    background-image: URL(../../SAAS-central/images/mandatory.gif);
    background-repeat: no-repeat;
    background-position: right;
    /*width: 16px;*/
    height: 26px;
    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;
    background-color: #333;
}

.profileSubMenu li:hover {
    background-color: #191919;
}
/*Profile css Ends*/

/* Job-template starts*/
/* add new job template styles */
.xj-add-new-jobs-container {
    height: auto;
    width: 500px;
    /*    border: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    padding: 5px;
    background-color: #fff;
    overflow: auto;
    margin-left: 1px;
    z-index: 1000;
}

.border .prbr {
    border: 0 !important;
    float: right !important;
    position: relative;
    top: 2px;
    display: inline-block;
}

.prbr {
    position: absolute !important;
    right: 75px;
}

.xj-add-new-jobs-container h1 {
    font-size: 10pt !important;
    margin: 2px;
    width: 100%;
    letter-spacing: 1px;
    color: #555;
}

.xj-form {
    /*padding: 2px;*/
    min-height: 28px;
    border-bottom: 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: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
}

.xj-form-group {
    background-color: #ccc;
}

.multiline {
    min-height: 50px;
}

.label {
    min-width: 40px;
    height: 24px;
    line-height: 24px;
    color: #000;
}
.labelstts {
    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_92 {
    width: 92px;
}

.xj-form .label_124 {
    width: 124px;
}

.xj-form .label_138 {
    width: 138px;
}

.xj-form .label_144 {
    width: 144px;
}

.xj-form .label_medium {
    width: 100px;
}

.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;
}

.xj-form .elements .largeinput {
    width: 222px;
}

.xj-form .elements select {
    padding: 0px;
    width: 155px;
    vertical-align: middle;
    float: left;
}

.xj-form .elements textarea {
    padding: 0px;
    width: 370px;
    vertical-align: middle;
    float: left;
}

.xj-form .elements input[type='checkbox'] {
    margin: 0 0 0 5px;
    vertical-align: top;
    width: 16px;
    float: left;
}

.xj-form .elements .steps {
    width: 320px;
}

.xj-form .elements .basic {
    width: 415px;
}

.xj-form .dragger {
    /*background-image:url(../../SAAS-central/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(../../SAAS-central/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: 100%;
    height: auto;
    overflow: auto;
    padding:5px;
    box-sizing:border-box;

}

.divscroller-container {
    width: 100%;
    height: 600px;
    border: 1px solid #efefef;
    padding: 5px;
}

/* tabs.css */
.ui-tabs {
    border: 0px;
    padding: 0px;
}

.ui-tabs .ui-tabs-nav {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ui-tabs .ui-tabs-nav li {
    border: 1px solid #901108;
    margin-left: 0px;
    margin-top: 4px;
    /*border-radius:0;
    height: 28px;
    padding: 2px 14px 0px 0;
    background:transparent;
    margin:3px .2em -1px 0 !important;*/
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: none;
    background-color: #fff;
    margin-top: 4px;
    /*background-color: #EBEDEF;
    margin-top:11px;
    border-top: 2px solid #6495ed;*/
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0;
    background: none;
    /*background-color: #eee;*/
    /*background-color:inherit;*/
    border: 0px;
}
/* tab.css ends */
.form-group {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #dddddd;
    margin: 10px;
    float: left;
    margin-top: 20px;
}

.cols-1 {
    width: 98%;
}

@media (min-width:0px) {
    .cols-2 {
        width: 96%;
        min-width: 560px;
    }
}

@media (min-width:900px) {
    .cols-2 {
        width: 48%;
    }
}

.form-group h1 {
    height: 20px;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
    margin-top: -10px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    max-width: 150px;
    color: #3e3e3e;
}

.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;
}

.form-group .row .label {
    min-width: 110px;
    font-size: 8pt;
    font-weight: normal;
    max-width: 150px;
    color: #636363;
    text-indent: 15px;
    height: 36px;
    line-height: 36px;
}

.form-group .row input {
    margin-top: 5px;
}

.form-group .row-1 .label {
    min-width: 110px;
    font-size: 8pt;
    font-weight: normal;
    max-width: 150px;
    color: #636363;
    text-indent: 15px;
    height: 36px;
    line-height: 36px;
}

.form-group .row-1 input {
    margin-top: 5px;
}
.pb-5{
    padding-bottom:5px !important;
}
.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-23 {
    margin-top: 23px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.h24 {
    height: 24px !important;
}

.h32 {
    height: 32px !important;
}

.h36 {
    height: 36px !important;
}

.h50 {
    height: 50px !important;
}

.h75 {
    height: 75px !important;
}

.h90 {
    height: 90px !important;
}

.h100 {
    height: 100px !important;
}

.h110 {
    height: 110px !important;
}

.h150 {
    height: 150px !important;
}

.h200 {
    height: 200px !important;
}

.h250 {
    height: 250px !important;
}

.h300 {
    height: 300px !important;
}

.h400 {
    height: 400px !important;
}

.title-bar {
    height: 42px;
    width: 100%;
    background-color: #f2f0f0;
    border-bottom: 1px solid #8d8d8d;
    border-top: 1px solid #f5f5f3;
    background-position: center;
    background-repeat: no-repeat;
}

    .title-bar h1 {
        font-size: 12pt;
        color: #555555;
        margin: 0px;
        padding: 0px;
        height: 42px;
        line-height: 42px;
        margin-left: 10px;
        float: left;
        text-shadow: 1px 1px 1px #fff;
        -moz-text-shadow: 1px 1px 1px #fff;
        -webkit-text-shadow: 1px 1px 1px #fff;
    }

    .title-bar .search {
        height: 28px;
        line-height: 28px;
        margin-top: 4px;
        margin-right: 0px;
        border-right: 0px;
        border-radius: 5px 0px 0px 5px;
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
    }

    .title-bar .search-btn {
        height: 30px;
        line-height: 30px;
        margin-top: 4px;
        margin-left: 0px;
        border-radius: 0px 5px 5px 0px;
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        background-image: url(../../SAAS-central/images/search-icon.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .title-bar a, .tool-bar a {
        margin: 4px;
    }

    .title-bar .seperator, .tool-bar .seperator {
        background-image: url(../../SAAS-central/images/vertical-seperator.png);
        width: 2px;
        height: 20px;
        margin: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .title-bar .count {
        margin-top: 8px;
    }

    .title-bar .custom-select {
        margin-top: 5px;
    }

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.round-icon-button {
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    margin: 4px;
    cursor: pointer;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    background-position: center;
    background-repeat: no-repeat;
}

.square-icon-button {
    height: 32px;
    width: 32px;
    border: 1px solid #a2a2a2;
    margin: 4px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
}

.button-text-icon {
    height: 32px;
    line-height: 32px;
    margin: 3px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 36px;
    font-size: 9pt;
    font-weight: bold;
    color: #2c2c2c;
    border: 1px solid #b6b6b6;
    text-shadow: 1px 1px 1px #fff;
    -moz-text-shadow: 1px 1px 1px #fff;
    -webkit-text-shadow: 1px 1px 1px #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-position: right;
    background-repeat: no-repeat;
}

.alpha-numeric {
    background-image: url(../../SAAS-central/images/alpho-numeric.png);
}

.barcode {
    background-image: url(../../SAAS-central/images/barcode.png);
}

.camera {
    background-image: url(../../SAAS-central/images/camera.png);
}

.header-question {
    background-image: url(../../SAAS-central/images/header-question.png);
}

.image-capture {
    background-image: url(../../SAAS-central/images/image-capture.png);
}

.multiple-choice {
    background-image: url(../../SAAS-central/images/multiple-choice.png);
}

.numeric-text-box {
    background-image: url(../../SAAS-central/images/numeric-text-box.png);
}

.range-numeric-text-box {
    background-image: url(../../SAAS-central/images/range-numeric-text-box.png);
}

.range-pick-list {
    background-image: url(../../SAAS-central/images/range-pick-list.png);
}

.pick-list {
    background-image: url(../../SAAS-central/images/pick-list.png);
}

.select-all {
    background-image: url(../../SAAS-central/images/select-all.png);
}

.question-delete {
    background-image: url(../../SAAS-central/images/delete.png);
}

.sorthandle {
    background-image: url(../../SAAS-central/images/drag-drop.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: move;
}


.setting-icon {
    background-image: url(../../SAAS-central/images/settings_silver.png);
}

.x-icon {
    background-image: url(../../SAAS-central/images/x-icon.png);
}

.add-icon {
    background-image: url(../../SAAS-central/images/add-icon.png);
}

.update-icon {
    background-image: url(../../SAAS-central/images/update-icon.png);
}

.grey-bg {
    background-color: #f6f6f6;
}

    .grey-bg:hover {
        background-color: #fff;
    }

.green-bg {
    background-color: #ecff94;
}

    .green-bg:hover {
        background-color: #f4ffcc;
    }

.question-filter {
    margin: 5px;
    border-radius: 5px;
    border: 1px solid grey;
    border-image: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 32px;
    cursor: pointer;
}

.question-add-button {
    width: 10px;
    height: 20px;
    margin-top: -4px;
    margin-right: 1px;
    display: none;
}

.custom-vert-nav {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .custom-vert-nav li {
        height: 30px;
        line-height: 30px;
        border: 1px solid #d3cdaa;
        margin-bottom: 2px;
        font-size: 9pt;
        color: #333;
        cursor: pointer;
        background-color: #f2efdf;
        background-position: left;
        background-repeat: no-repeat;
        text-shadow: 1px 1px 1px #fff;
        -moz-text-shadow: 1px 1px 1px #fff;
        -webkit-text-shadow: 1px 1px 1px #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding-left: 32px;
    }

        .custom-vert-nav li:hover {
            background-color: #f8f8eb;
        }

    .custom-vert-nav .active, .custom-vert-nav .active:hover {
        background-color: #ffffff;
        color: #000;
        border: 1px solid #cdcf94;
        text-shadow: 1px 1px 1px #fff;
        -moz-text-shadow: 1px 1px 1px #fff;
        -webkit-text-shadow: 1px 1px 1px #fff;
    }

    .custom-vert-nav li .square-icon-button {
        margin-top: 2px !important;
        margin-right: 2px !important;
    }

    .custom-vert-nav li:hover > .square-icon-button {
        display: block;
    }

.question-forms ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 9pt;
    height: auto;
}

    .question-forms ul li {
        padding: 5px;
        padding-bottom: 10px;
        padding-top: 15px;
        border: 1px solid #bbcdff;
        margin-bottom: 25px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        min-height: 24px;
        height: auto;
        background-color: #fff;
    }

        .question-forms ul li ul {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            height: auto;
        }

            .question-forms ul li ul li {
                height: 24px;
                padding-top: 5px;
                padding-bottom: 5px;
                border: 0px;
                min-height: 24px;
                height: auto;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: 1px dashed transparent;
                margin-bottom: 5px;
                background-color: #fff;
            }

.drag-group {
    cursor: move;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    background-image: url(../../SAAS-central/images/move-icon.png);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.settings-group {
    cursor: pointer;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    background-image: url(../../SAAS-central/images/settings_silver.png);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.remove-group {
    cursor: pointer;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    background-image: url(../../SAAS-central/images/delete-24-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.drag-title {
    cursor: move;
    background-color: #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.drag-row {
    cursor: move;
    border: 1px dashed #ccc;
}

    .drag-row:hover {
        border: 1px dashed #b4b4b4;
        background-color: #f6f5f5;
    }

.drag-group:hover, .remove-group:hover, .settings-group:hover {
    background-color: #fff;
    border: 1px solid #aaa;
}

.title-textbox-icon {
    padding-right: 30px;
    background-position: right;
    background-repeat: no-repeat;
    background-clip: border-box;
}

.clear-float {
    clear: both !important;
}

.scroll-panel {
    overflow: auto;
}

.alert {
    width: 280px;
    height: 25px;
    text-indent: 0;
    clear: both;
    line-height: 25px;
}

/*.forgot-password {
    float:left; height:40px; line-height:40px; margin-top:20px; margin-left:10px;
    font-family:Tahoma; color:#00aeef;
    font-size:10pt; cursor:pointer;
}
    .forgot-password:hover {
        text-decoration:underline; 
    }*/


.icon-forgot-password {
    background-image: url(../../SAAS-central/images/forgot-password.png);
}

.icon-username {
    background-image: url(../../SAAS-central/images/username.png);
}

.icon-password {
    background-image: url(../../SAAS-central/images/password.png);
}

.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 */
    }


.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: helvetica;*/
            font-size: 14pt;
            padding: 0px;
            margin: 0px;
        }

        .custom-alerts li p {
            /*font-family: helvetica;*/
            font-size: 10pt;
        }

    .custom-alerts .high {
        border: 1px solid #ff0000;
        background: #ffd7d7;
    }

    .custom-alerts .medium {
        /*border: 1px solid #ff9000;
        background: #ffdcaf;*/
        background-color:#fff;
    }

    .custom-alerts .low {
        border: 1px solid #17c700;
        background: #c6ffbe;
    }


.msg-alert {
    font-size: 10pt;
    /*font-family: Verdana !important;*/
    width:100%;
    
}



.email {
    background-image: url(../../SAAS-central/images/email.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top;
}


.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;
}

.hide {
    display: none !important;
}

.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 .ck-pop-up-title-panel
{
    height:36px; 
    line-height:36px;
    border-bottom:1px solid #565656;
    width:100%; 
    box-sizing:border-box;
    margin-bottom:10px;
}

    .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('../../SAAS-central/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('../../SAAS-central/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;
}

#backslider {
    margin: 0;
    padding: 0;
    width: auto;
    position: fixed;
}

.hw100p {
    width: 100%;
    height: 100%;
}

.ulbox {
    list-style-type: none;
    width: 90%;
    height: 90%;
}

.liBlock {
    float: left;
    margin: 10px;
    padding: 10px;
    border: 1px solid #aaa;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

    .liBlock:hover {
        cursor: pointer;
    }


/*.icon-fb {
    background: url(../../SAAS-central/images/icon_fb_small.png) no-repeat;
    height: 31px;
    width: 32px;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    cursor:pointer;
}
.icon-google {
    background: url(../../SAAS-central/images/icon_google_small.png) no-repeat;
    height: 31px;
    width: 32px;
    float: left;
    margin-left: 3px;
    margin-top: 3px;
    cursor:pointer;
}*/


/*New Login Starts*/

.overlay {
    width: 100%;
    height: 100%;
    background-image: url(../../SAAS-central/images/back-pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,0.5);
}

.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;
}

#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: 7%;
        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%;
    }
}

.user_field {
    background-image: url('../../SAAS-central/images/user.svg');
}

.password_field {
    background-image: url('../../SAAS-central/images/password.svg');
}


    .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 !important;
    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;
}

.forget, .tc {
    width: 50%;
    float: left;
    margin-top: 5%;
    color: #fff;
    font-size: 1em;
    
}
.forget
{
    width:100%; 
    text-align:center;
     
    
}

.tc {
    float: right;
    text-align: right;
    width: 25%;
}

.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;
}

.dob_field {
    background: transparent url('../img/dob.svg') no-repeat;
    background-size: 20px auto;
    background-position: 1% center;
    margin: 4% 0% 5% 0%;
}
/*New Login Ends*/
.ui-draggable {
    top: 72px !important;
}

.tab_custom {
    margin-top: 15px !important;
}


/*Controls css Start*/


.input_container {
    width: 100%;
    /*margin-top: 1%;*/
    height: 84px;
}

.input_title {
    width: 98%;
    background: #fafafa;
    padding: 0.5% 1%;
    font-size: 8pt;
    color: #333;
    font-weight: bold;
    border: #ccc solid 1px;
    clear: both;
}

.input_section {
    width: 98%;
    float: left;
    padding: 1% 1% 0% 1%;
}

    .input_section span {
        float: left;
        width: 10%;
        padding-top: 7px;
    }

.input_field {
    width: 15%;
    float: left;
    padding: 0.4% 1%;
    font-size: 15px;
    color: #333;
    outline: none;
    margin: 0% 1% 1% 0%;
}

.dist_popup {
    top: 50% !important;
    left: 50% !important;
}

.input_field1 {
    background: none;
    background-size: 30px auto;
    background-position: 0% center;
    margin-top: 5%;
}

.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;
    }

.addnewsqlwherevalue {
    background-color: #fafad2;
    cursor: pointer;
    padding: 2px;
    line-height: 24px;
    border-radius: 3px;
}

.custom-jqgrid-pb-hgt {
    padding-bottom: 0px;
    height: 10px;
}

ul.dynatree-container, .dynatree {
    border: 1px solid #AEB6BF !important;
    /*height: calc(100% - 18px) !important;*/
    padding: 8px !important;
    width: calc(100% - 18px) !important;
}

.cTerritoryDiv {
    overflow: auto;
    height: auto !important;
    width: 100%;
}

.divlabel {
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 2px;
}

.filterdiv {
    background-color: #EBEDEF;
    color: #fff;
    height: 32px;
    border: 1px solid #AEB6BF;
    /*border-top: 0px;*/
}
.filterdiv .label {cursor: pointer;}
.spantoggle {
    color: #000;
    display: inline-block;
    position: absolute;
    /*right: 0;*/
    margin: 2px -2px 0 0;
}

.ToggleExpand {
    border: none;
    vertical-align: middle;
}

.inputwidth {
    width: 192px !important;
    float: none !important;
    margin: 3px 0px 0px 0px;
    border: 1px solid #ccc !important;
}

.promotioninput {
    width: 155px !important;
    margin: 2px 0px 0px 0px;
    border: 1px solid #ccc !important;
}

#divHierarchy {
    background-color: #eee;
    height: 100%;
}
/* Start of Column CSS */
#container4 {
    clear: left;
    float: left;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

#container3 {
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 25%;
}

#container2 {
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 25%;
}

#container1 {
    float: left;
    width: 100%;
    position: relative;
    right: 25%;
}

#col1 {
    float: left;
    width: 32%;
    position: relative;
    left: 75%;
    overflow: hidden;
}

#col2 {
    float: left;
    width: 21%;
    position: relative;
    left: 81%;
    overflow: hidden;
}

#col3 {
    float: left;
    width: 21%;
    position: relative;
    left: 85%;
    overflow: hidden;
}

#col4 {
    float: left;
    width: 21%;
    position: relative;
    left: 89%;
    overflow: hidden;
}

.promotionDiv {
    background-color: #eee;
    border: 1px solid #BDBDBD;
    width: 100%;
}

.prddivheight {
    border: 1px solid #ccc;
    width: 100%;
    height: calc(100% - 5px);
}

.prddiv {
    background-color: #E0E0E0 !important;
    border: 1px solid #ccc !important;
    padding: 2px 4px 0px 1px;
}

.promotionParentDiv {
    background-color: #E0E0E0 !important;
    border: 1px solid #ccc !important;
    width: 97% !important;
    height: auto !important;
    padding: 2px 4px 0px 1px;
}

.lblmr {
    margin: 5px 20px 0px 0px;
}

.colorWhite {
    color: #fff !important;
}

.colorBlack {
    color: #000 !important;
}

.selectedoption {
    color: White !important;
    border: 1px solid Black;
    background-color: Black;
    font-weight: bold;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    padding: 0px !important;
}

.ui-multiselect-menu {
    width: 298px !important;
}

.territoryhierarchyPanel {
    height: calc(100% - 20px) !important;
}

.bgcol, .bg {
    background-color: #EBEDEF;
    /*width: 32%;*/
    border: 1px solid #AEB6BF;
    padding: 6px 6px 0 0px;
    position: absolute;
    margin: 11px 0 0 -1px;
}

.bg {
    position: inherit;
    padding-right: 8px;
    height: 30px;
    padding-left: 4px;
    margin: 6px 0 0 0;
    width: 99%;
}

.test:after {
    content: '\2807';
    font-size: 20px;
}

.dropbtn {
    color: #666;
    font-size: 16px;
    border: none;
    padding: 0px 0px 0 7px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content, .dcwidth {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    border: 1px solid #ccc;
    z-index: 1;
    transform: translateY(0%);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.dcwidth {
    width: 240px;
    float: left;
    left: 0;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
}

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #f1f1f1;
        cursor: default;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    float: right;
    right: 0;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #ccc;
}

.add-new-jobs-container, .add-new-jobs-outletcontainer {
    width: 357px;
    height: 63px;
    background-color: #f5f5f5;
    padding-bottom: 9px;
    padding-left: 0px;
    padding-right: 10px;
    border: 1px solid #AEB6BF;
}

.add-new-jobs-container {
    width: 97%;
    height: 63px;
    background-color: #f5f5f5;
    padding-bottom: 9px;
    padding-left: 0px;
    padding-right: 10px;
    border: 1px solid #AEB6BF;
}

.add-new-jobs-outletcontainer {
    width: 342px;
    height: 63px;
    background-color: #f5f5f5;
    padding-bottom: 9px;
    padding-left: 0px;
    padding-right: 10px;
    border: 1px solid #AEB6BF;
}

.grouped, .individual {
    background-color: #FdFddd;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #000;
    margin: 12px 0px 0px 5px;
}

.verticaldot {
    float: left;
    display: block;
}

.individual {
    background-color: #D9FAEA;
}

.group, .ind {
    float: left;
    margin: -6px 0 0 15px;
}

#divAddOutletList {
    height: calc(100% + 10px) !important;
}

.pl5 {
    padding-left: 5px;
}

.prbgcontainer {
    width: auto !important;
    display: none;
    height: 510px;
    background-color: #f5f5f5;
}

.product-container {
    width: 1035px !important;
    display: none;
    height: auto;
    background-color: #fff;
}

.container {
    width: 98%;
    border: 1px solid #ccc;
    height: 30px;
}

.product-jobs-container {
    width: 96% !important;
    height: auto;
    background-color: #f5f5f5;
}

.prdsearch {
    position: relative;
    top: 3px;
    padding-right: 5px;
    display: inline-block;
}

.prdsearchwidth {
    width: 216px;
}

.prdtreehead {
    height: 450px;
    width: 100%;
    clear: both;
}
/* Menu Theme*/
@media (min-width: 768px) {
    .sm-blue li {
        background: #283747 !important;
    }

    .sm-blue {
        border-radius: 0px !important;
    }

    .sm-blue ul {
        border: 1px solid #283747 !important;
        background: #283747 !important;
    }

    .sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
        -webkit-border-radius: 0px 0 0 0px !important;
        -moz-border-radius: 0px 0 0 0px !important;
        -ms-border-radius: 0px 0 0 0px !important;
        -o-border-radius: 0px 0 0 0px !important;
        border-radius: 0px 0 0 0px !important;
    }

    .sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
        -webkit-border-radius: 0px 0 0 0px !important;
        -moz-border-radius: 0px 0 0 0px !important;
        -ms-border-radius: 0px 0 0 0px !important;
        -o-border-radius: 0px 0 0 0px !important;
        border-radius: 0px 0 0 0px !important;
    }

    .sm-blue li {
        margin: 5px 0px 0px 1px !important;
    }
}

.campaigntitlebg {
    background-color: #AEB6BF;
    height: 28px;
    border: 1px solid #AEB6BF;
}

.campaigntreeheight {
    height: calc(100% - 47px);
    width: 100%;
}

.campaignprdtree {
    height: calc(100% - 88px);
    width: 100%;
}

.brcolor {
    border: 1px solid #ccc;
    height: 32px;
    width: 97%;
    background-color: #EBEDEF;
}

.titlebg {
    width: 95%;
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border: 1px solid #AEB6BF;
    border-bottom: 0;
    color: #000;
}

.d1 {
    float: left;
    margin: 4px;
}

.campaignorgtreeheight {
    width: 100%;
    height: calc(100% - 66px);
}

.mr20 {
    margin: 20px 0 0 5px;
}

.btngrey {
    color: #283747 !important;
    background-color: #ccc;
    border: 1px solid #777;
    /*background-image: linear-gradient(to bottom,rgba(255,255,255,.85),rgba(247,247,247,.85));*/
}

    .btngrey:hover {
        background-color: #efefef;
    }

.p7 {
    padding: 2px 4px 3px 4px;
}

.imgwidth10 {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}
/*#main{
    height:calc(100% - 62px) !important;
    overflow:auto;
}*/
#txtDateHeaderFrom, #txtDateHeaderTo {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

tr.ui-search-toolbar select {
    height: 26px;
}

.ui-jqgrid .ui-jqgrid-htable th {
    background: #f5f5f5 !important;
    border-right: 0px solid #fafafa !important;
}
/*.ui-jqgrid .ui-jqgrid-htable th span, .ui-jqgrid .ui-jqgrid-pager {
        background: #f5f5f5 !important;
}*/
.ui-jqgrid .ui-jqgrid-pager {
    border-top: 0px none !important;
    border-bottom: 1px solid #ccc !important;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    border-bottom: 1px solid #34495e !important;
    background: #fafafa !important;
}

.ui-jqgrid .ui-jqgrid-htable th span.label_align {
    float: left;
    width: 100%;
    text-align: right;
}

.ui-jqgrid .ui-jqgrid-htable th span {
    background-color: #fafafa !important;
	color: #616161 !important;
}

.ui-jqgrid tr.ui-search-toolbar th div {
    background-color: #fff !important;
}

select#gs_AprovalStatus, select#gs_IsActive {
    width: 95% !important;
}

select#gs_PromotionTypeCode, select#gs_RangeBasis, select#gs_AmountBasis, select#gs_IsTaxable, select#gs_Status,
select#gs_DocumentStatus, select#gs_RuleType, select#gs_ClaimType, select#gs_RequestType, select#gs_AnnouncementType,
select#gs_ApplicationType, select#gs_TemplateType, select#gs_ListTypeCode {
    width: 98% !important;
}

.ui-jqgrid .ui-jqgrid-htable th {
    padding: 0 2px 0 0px !important;
}

.ui-jqgrid .ui-pager-control {
    border: 1px solid #ccc;
    height: 28px;
    border-top: 0px;
}

.ui-jqgrid tr.jqgrow td {
    border-bottom: 1px solid #eee !important;
    line-height: 16px !important;
}

.ui-jqgrid .ui-jqgrid-view {
    border-top: 0px solid #ccc !important;
}

#dproduct, #dslab, #dactuals {
    margin: 2px 0 0 0;
}

div#btnAddDistributor, div#btnAddProduct {
    width: 16%;
}

tr.ui-search-toolbar input, tr.ui-search-toolbar select {
    margin: 3px 0px 0px -2px !important;
}

.ui-jqgrid tr.ui-state-highlight {
    background: #eee !important;
}

.mr8 {
    margin: 8px 0 0 0;
}

input:focus {
    border: 1px solid #ccc;
}

.tabinnerdiv {
    height: 25px;
    border: 1px solid #ccc;
    color: #222;
    font-weight: bold;
    line-height: 22px;
    padding-left: 5px;
    margin: 2px;
    background-color: #dcdcdc;
}

.distributorheight {
    height: calc(100% - 160px) !important;
}

.entryform-cont {
    margin: 6px 0 4px 1px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.w150px {
    width: 150px;
}

.p8 {
    padding-top: 8px;
}

.mtooltipform {
    border: 0px !important;
    margin-top: 0px !important;
    border-radius: 1px !important;
}

.tbl-entform {
    height: calc(100% - 93px) !important;
    width: 98%;
    margin: 2px 0 0 3px;
}

.newjbcont {
    margin: 2px 0px 1px 0px !important;
}

.titleelement {
    margin-top: 4px !important;
    font-weight: bold;
    color: #222;
}

.w44 {
    width: 44px;
}

/*.dvwidth {
    width: 307px;
}*/

.brbwidth {
    border-radius: 0px;
    border-bottom: 1px solid #efefef !important;
    min-height: 36px;
    border: 0px;
}

.importpromotion, .downloadpromotion {
    position: absolute;
    left: calc(100% - 360px);
}

.downloadpromotion {
    left: calc(100% - 445px);
}

.inptsearchpromotion {
    margin: 7px 0 0 0;
    margin-right: 20px;
}

#divControls, #control, .controls, .ctm-btn-ctl {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: unset;
}

/*#selStatus-button, #selApprovalStatus-button {
    height: 24px !important;
    border-radius: 0;
        margin-top: 4px;
}*/
#selStatus-button {
    height: 24px !important;
    border-radius: 0;
        margin-top: 4px;
}

.ctm-btn-ctl-btm-50 {
    position: absolute !important;
    bottom: 50px !important;
    left: 0 !important;
    background-color: unset;
}

.dist_tbl_form {
    margin: 0px 0px 8px 0px !important;
}

.treetop {
    top: 100px !important;
}

div#divControlBtn {
    height: auto !important;
}

 div#cbasic , div#ccategories, div#cothers {
     height: calc(100vh - 192px);
 }
 div#cimage, div#cVariant {
     height: calc(100vh - 150px);
 }

.ui-jqgrid .ui-paging-info {
    margin-right: 44px !important;
}

.saeditpopup {
    background-color: #eee;
    height: 27px;
    line-height: 22px;
    font-weight: bold;
    padding: 2px 0 0 6px;
    margin: 2px -1px 0px 2px;
    font-size: 12px !important;
}

#close:hover {
    cursor: pointer;
}

.searchposdiv {
    position: absolute;
    right: 7px;
    top: 6px;
}

.popuptitle {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-weight: bold;
}

#lblTerritoryHierarchy {
    width: 147px;
    white-space: nowrap;
    overflow: hidden;
}

/*New css*/
.white {
    background-color: #dcdcdc;
    color: #333 !important;
    border: 1px solid #ccc;
    padding: 3px 0px 3px 0px;
}

.refreshbtnwithtime {
    height: 23px;
    line-height: 25px !important;
    text-align: center;
    text-indent: 0px;
    margin-left: 5px;
        background-color: #dcdcdc;
    border: 1px solid #aaa;
    width: 50px;
    position: absolute;
    float: right;
    right: 178px;
}

    .refreshbtnwithtime span {
        font-size: 9px !important;
    }

.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 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;
}

.actiondropdown:hover, .dropdown:hover .actiondropdown {
    background-color: #eee;
}

/*button.actiondropdown {
    margin: 0px;
}*/

.closebg {
    background-color: #4682b4;
    height: 29px;
    /*margin: -1px 0 0 0;*/
}

.titlepopupbg {
    background-color: #4682b4;
    width: 355px !important;
    height: 29px !important;
    color: #fff !important;
    height: 29px;
    /*margin: -1px 0 0 0;*/
}

.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;
}

.commontabs {
    background-color: #fafafa !important;
}

.commonsearch {
    background-color: #b0c4de !important;
    border: 1px solid #b0c4de;
}

.refbtn {
    width: 78px !important;
    height: 25px !important;
}

.actionbuttons {
    cursor: pointer;
    text-align: center;
    background-color: #2a80b9;
    line-height: 30px;
    height: 30px;
    float: left;
    /*border: 1px solid rgb(176, 196, 222);*/
    border-radius: 2px;
    width: 6%;
    color: #fff;
    font-weight: bold;
    margin: 0px 2px;
}

    .actionbuttons:hover {
        background-color: #5297c4;
    }

.filtercoloryellow {
    background-color: #FFEB3B;
}

.inactiverows {
    font-style: italic;
    background-color: #F4F6F6;
}

.relversion {
        position: absolute;
    float: left;
    top: 18px;
    font-weight: 800;
    color: #aaa;
    height:0;
    width: auto;
    text-indent: 40px;
    letter-spacing: 1px;
}

/* clean up css from outletsentry*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex-grow:3;
    padding: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.flex-grow-1 {
    flex-grow:1
}

.csdivControlBtn {
    width: 100%;
    float: right;
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border-bottom: 1px solid #b0c4de;
}

.w30pc {
    width: 30%;
}

.w33pc {
    width: 33%;
}

.w34pc {
    width: 34%;
}

.wd120 {
    width: 120px !important;
}

.wd50 {
    width: 50px !important;
}

.wd60 {
    width: 60px !important;
}

.wd100 {
    width: 100px !important;
}

.w180 {
    width: 180px;
}

.h100pc {
    height: 100%;
}

.h30 {
    height: 30px;
}

.h25 {
    height: 25px;
}

.h350 {
    height: 350px !important;
}

.vertop {
    vertical-align: top;
}

.floatleft {
    float: left;
}

.widthauto {
    width: auto !important;
}

.bordernone {
    border: none;
}

.vermiddle {
    vertical-align: middle !important;
}

.marginleft {
    margin-left: 50px;
}

.curpoint {
    cursor: pointer;
}

.minheight390 {
    min-height: 390px;
}
.dataRow .xj-add-new-jobs-container {
    margin: 5px;
}

@media screen and (min-width: 1280px) {
    .column {
        flex-grow:2;
    }
}
@media screen and (min-width: 960px) {
    .column {
        flex-grow: 1;
        margin-bottom: 14px;
    }
}

/* till here*/
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li {
   /* margin-top: 0px !important;*/
}

/*added 21-07-18*/
.elBorderBox, .elBorderBox *,
.elBorderBox:after, .elBorderBox:before,
.elBorderBox *:after, .elBorderBox *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.modalWindow {
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    right: 0px;
    bottom: 0px;
    /*overflow: auto;
    overflow-x: hidden;*/
    z-index: 1000;
    display: none;
    padding: 20px 15px;
}
.modalOverlay {
    background: rgba(0,0,0,0.5);
}

.modalBox {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    max-height: calc(100% - 40px);
}

.verticalMdlAlign {
    position: absolute;
    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%);
    
}

.modalGrayBg {
    background: #f5f5f5;
}

.modalMedium {
    max-width: 776px;
}
.modalWindow .dialog-pop-up {
    max-width: 600px;
}

.uiChildWidth100 .ui-widget, .uiChildWidth100 .ui-jqgrid-view, .uiChildWidth100 .ui-state-default, .uiChildWidth100 .ui-jqgrid-htable {
    max-width: 100% !important;
}

.uiChildWidth100 .ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0;
}

.float-none, .button.float-none {
    float: none;
}

.btn-minWidth-100 {
    min-width: 100px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.btnWrap {
    padding: 5px;
}

.btnWrap .button {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.btnWrap .button + .button {
    margin-left: 5px;
}

/*.uiSortResizeAlign*/ 
.ui-jqgrid .ui-jqgrid-resize {
    border-bottom: 0;
}
span.s-ico {
    position: relative;
    top: 7px;
    display: inline-block;
    vertical-align: top;
}
.ui-icon-triangle-1-s {
    margin-left: -1px;
}

.clearfix::after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.inline {
    display: inline-block;
}

.vMiddle {
    vertical-align: middle;
}

.jpHClass {
    line-height: 40px;
}

.hBtn {
    margin-top: 8px;
    margin-left: 4px;
    line-height: 23px !important;
    height: 24px;
}

.tableResponsive {
    overflow: auto;
}

.insideTableDataScroll .ui-jqgrid .ui-jqgrid-view {
    min-height: inherit;
}

.insideTableDataScroll .ui-jqgrid-bdiv {
    width: 100% !important;
}

@media(max-height: 400px) {
    .insideTableDataScroll .ui-jqgrid-bdiv {
        height: calc(100vh - 134px) !important;
    }
}

.varientTabHeightCtrl .ui-jqgrid-view {
    height: calc(100vh - 122px - 30px - 30px - 47px - 31px) !important;
}

.varientTabHeightCtrl .ui-jqgrid-bdiv {
    height: calc(100% - 31px - 31px) !important;
}

.varientTabHeightCtrl .ui-jqgrid .ui-jqgrid-bdiv {
    overflow-x: hidden;
}

.varientTabHeightCtrl {
    height: auto;
    max-height: inherit;
}

@media (min-height:800px) {
    #productentry #cattributes .xj-form {
        min-height: 65px;
    }

    .scroller .ui-tabs-panel ui-widget-content ui-corner-bottom {
        overflow: hidden;
    }

    div#cbasic, div#ccategories, div#cothers, div#cimage, div#cVariant {
        /*max-height: 800px !important;*/
    }
}

.popup-container {
    left: 12% !important;
    width: calc(100% - 230px);
    top: 50% !important;
    height: calc(100% - 30px) !important;
    overflow: hidden;
    transform: translate(-5%, -50%);
    -webkit-transform:translate(-5%, -50%);
    -moz-transform:translate(-5%, -50%);
}

.popup-containerdivMore {
    left: 50% !important;
    width: calc(100% - 465px);
    top: 50% !important;
    height: calc(100% - 220px) !important;
    overflow: hidden;
    transform: translate(-50%, -50%);
}
.popuprow {
    display: flex;
}

.popupcol {
    flex: 1;
    padding: 1em;
}

.tablepanelClass .ui-jqgrid-titlebar {
    height: 30px !important;
    line-height: 30px !important;
}


/**/
#main {
     min-height: calc(100vh - 46px);
}
 .filterBar {
     width:100%;
}
 .filterSection  table table td:first-child {padding-left: 5px;}
 .filterSection  table table td:last-child {padding-right: 5px;text-align:right;float:none !important;}
.paddingLeftRight {
     padding-left: 10px;
     padding-right: 10px;
}
.contentScreen {
     height: calc(100vh - 111px) !important;
}
.contentScreen-routebook {
     height: calc(100vh - 501px) !important;
}
.xj-form:before, .xj-form:after {
    content: "";
    display: table;
}
.xj-form:after {
    clear: both;
}
.xj-form {
    border: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0
}
.xj-form + .xj-form  {
    border-top: 1px solid #efefef;
}
.contentScreen .ui-jqgrid-bdiv {
    height: calc(100vh - 209px) !important;
}
.contentScreen .ui-jqgrid .ui-pager-control {
    border: 0;
    height: 100%;
}
.contentScreen .ui-jqgrid .ui-pg-table {
    padding-bottom: 0;
}
.contentScreen .ui-jqgrid tr.jqgrow td {
    padding-left: 3px;
    padding-right:3px;
    text-indent: 0;
}
.contentScreen .ui-jqgrid tr.jqgrow td:first-child {
    padding-left: 6px;
}
.contentScreen .ui-jqgrid tr.jqgrow td:last-child {
    padding-right: 6px;
}
.contentScreen .ui-jqgrid-htable, .contentScreen .ui-jqgrid-btable {
    table-layout: auto;
}
.contentScreen .scroller {
    height: calc(100vh - 170px);
}

/*addPlusIcon*/
.inputGroup {
    float: none;
    display: flex;
}
.addPlusIcon .label_138 + .inputGroup {
    margin-left: 138px;
}
.plusBtn {
    height: 28px;
    width: 28px;
    text-align: center;
    margin: 0;
    line-height: 26px;
}
.inputGroup .plusBtn {
    margin-left: 5px;
}
.contentScreen .ui-jqgrid-hdiv{
    overflow: auto;
    overflow-y: hidden;
}
.contentScreen .ui-jqgrid-pager, .contentScreen .ui-jqgrid, .contentScreen .ui-jqgrid-view, 
.contentScreen .ui-jqgrid-hdiv, .contentScreen .ui-jqgrid-bdiv,
.contentScreen .ui-jqgrid-hdiv .ui-jqgrid-htable, .contentScreen .ui-jqgrid-bdiv .ui-jqgrid-btable {
    /*width: 100% !important;*/
}
.contentScreen .ui-jqgrid-hdiv .ui-jqgrid-htable, .contentScreen .ui-jqgrid-bdiv .ui-jqgrid-btable {
    /*min-width: 900px;*/
}
.largeTable .ui-jqgrid-hdiv .ui-jqgrid-htable, .largeTable .ui-jqgrid-bdiv .ui-jqgrid-btable {
    /*min-width: 1160px;*/
}
.contentScreen .ui-jqgrid-hdiv .ui-jqgrid-htable th {
    /*width: auto !important;*/
}
.contentScreen .ui-jqgrid-hdiv .ui-jqgrid-htable th:first-child {
    /*width: 35px !important;*/
}
.dropdown .dropdown-content {
    overflow:auto;
    max-height: 320px;
}
.dropdown .dropdown-content a{
    padding: 9px 14px;
    height: auto;
    line-height: 1.2;
}
.height-100 {
    height: 100%;
}

.dataContainer .ui-tabs-nav {
    /*border-top: 0;*/
}
.distributorScreen .tbl-entry-form-container {
    margin-bottom: 10px;
}
.distributorScreen div#cbasic, .distributorScreen div#ccategories, .distributorScreen div#cothers {
    height: auto !important;
}

#tabspanel #addnewtab a {
    padding-right: 24px;
}
#tabspanel #addnewtab .ui-icon-plus {
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 2px;
}
.border-none {
    border:0;
}


@media(min-height: 768px) {
    /*.xj-form {
        padding-top: 1.25vh;
        padding-bottom: 1.25vh;
    }*/
}
@media (max-width:1280px) {
    .addPlusIcon .label_138 {
        width: 100px;
    }
    .addPlusIcon .label_138 + .inputGroup {
        margin-left: 100px;
    }
    .addPlusIcon .elements .largeinput {
        width: 200px;
    }
    .menu_col_5_width {
        width: auto !important;
        margin-right: 15px;
        overflow: auto;
        overflow-x: hidden;
        max-height: 70vh;
    }
}
@media (max-width:1199px) {
    .addPlusIcon .elements .largeinput {
        width: 190px;
    }
    
}
.searchBtn{
    float: right;
    border: 0px solid #afafaf !important;
    display:none;
}
.fontSize7{
    font-size:7px !important;
}
.fontSize10 {
    font-size: 10px !important;
}
.margin-left-xs {
    margin-left: 5px;
}

.vCenter {
    align-items: center;
}
.selectboxWrapper #selStatus-button, .selectboxWrapper #selApprovalStatus-button, .selectboxWrapper select {
    /*height: 24px !important;*/
    height: 26px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.selectboxWrapper .ui-selectmenu-dropdown, .selectboxWrapper .ui-multiselect{
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.selectboxWrapper .ui-selectmenu {
    height: 28px !important;
}
.selectboxWrapper .ui-multiselect {
   height: 24px !important;
}
.borderBox, .form-input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.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;}
.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;}


.prd-entry-txtheight{
    line-height: 24px;
}
.uomdiv, .conversiondiv{
        width: 50px;
    text-align: right;
    padding-right: 6px;
    padding-left: 5px;
}
.conversiondiv {
    width: 65px;
}
/*#ddlUnitsOfMeasure, #ddluom1, #ddluom2, #ddluom3, #ddluom4{
    background:#EBEBE4;
}*/
 .largeinput-select{
    width:98px;
}
.bordertop0{
    border-top:0px !important;
}

.mandatory-field.mandatoryStar {
     padding-right: 18px;
     height: auto;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
}
.lineHeight26 {line-height: 26px;}
.flex-grow-1.dateicon {
     width: auto;
}
.max-width-100 {
     max-width: 100px;
}
.max-width-120 {
     max-width: 120px;
}
.displayFlex {
    display: flex;
}

.flex-grow-4 {flex-grow: 4;}
.flex-grow-2 {flex-grow: 2;}
.flex-grow-3 {flex-grow: 3;}
.flex-grow-5 {flex-grow: 5;}
.flex-grow-6 {flex-grow: 6;width:100%;}
.flex-grow-7 {flex-grow: 7;}
.flex-grow-8 {flex-grow: 8;}
.flex-grow-9 {flex-grow: 9;}
.w25pc {width:25%;}
.spantxt-padding{
        padding: 8px 0 0 2px;
        letter-spacing: 1px;
    font-weight: bold;
}

.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;
}
.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: 4px 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;
}
.paddingTop-5 {padding-top: 5px;}
.paddingBottom-5 {padding-bottom:5px;}
.paddingTop-2 {padding-top: 2px;}
.paddingBottom-2 {padding-bottom:2px;}
.filterDropdown .xj-add-new-jobs-container{
    width: 100%;
    margin-left: 0;
    padding: 15px;
}
.form-input {
    margin: 0;
    float: none;
}
.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none !important;
    cursor: pointer;
    text-indent: 0px;
    text-align: center;
    font-size: 8pt;
    background-repeat: no-repeat;
    background-position: right;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    height: 26px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn + .btn {margin-left: 5px;}
.btn-default {
    color: #fff;
    border-color: #888;
    background-color: #aaa;
}
.btn.btn-default:hover {
    background-color: #bbb !important;
}
.btn-primary {
    color: #fff;
    border-color: #17549b;
    background-color: #498ae1;
}
.btn.btn-primary:hover {
    background-color: #afd4ff !important;
}
.btn-secondery {
    color: #000;
    border-color: #5a6f14;
    background-color: #c0df5a;
}
.btn.btn-secondery:hover {
    background-color: #fff !important;
}
.filterLabel {
    width: 124px;
    padding-right:8px;
}
.customRow {
    margin-left: -5px;
    margin-right: -5px;
}
.customRow .flex-grow-6 {
    padding-left: 5px;
    padding-right: 5px;
}
#tabid{
    /*font-size: 14px !important;*/
    font-weight: bold;
    color: #fff;
    padding-left: 12px;
}
.titleTab{
    width: 14%;
    
}

@media(min-width: 1290px) and (max-width: 1380px) {
    .fields2 {max-width: 25.5%;}
}
@media(min-width: 840px) {
    .filterDropdown {
        width:610px;
    }
}
@media (min-width: 1460px){
    .minWidth65 {
        min-width: 65px;
    }
}
@media (min-width: 1300px) {
    .column-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.33%;
        flex: 0 0 32.33%;
        max-width: 32.33%;
    }
}
@media (min-width: 768px) {
    .customRow .flex-grow-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .minWidth-90 {
        min-width: 90px;
    }
}

@media(max-width: 1560px) {
    #cothers .w140 {
        width: 120px !important;
    }
}
@media(max-width: 1480px) {
    .m-l-sm {
        margin-left: 7px;
    }
}
@media(max-width: 839px) {
    .filterDropdown {
        right:15px;
    }
}
.distributorContainer{
    width:auto;
    height:auto;
    overflow:hidden;
}
.displaynone{
    display:none;
}
.w1100{
    width:1100px !important;
}
.distributorPopup{
    width: 990px !important;
    left: 50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
}
.padding0 {padding: 0 !important;}
.levelBtn {
    height:22px;
    line-height:22px;
    margin-top: 6px;
    margin-left: 5px;
}
.dropdownFilter {
    max-height: 70vh;
    height: inherit;
}
.dropdownFilter input {
    margin: 0;
}
.checkSm {
    height: 12px;
    width: 12px;
    vertical-align: middle;
    margin-top: -2px;
}
.dropdownFilter .close {
    /*width: 20px;*/
    margin: 0 !important;
    top: 5px;
    right: 2px;
    position: absolute;
    background-position: center;
}
.dropdownFilter .levelBtn {
    padding: 0;
    width: 24px;
    margin-left: 8px;
    margin-top: 4px;
    /* background-size: auto 100%; */
    background-position: center center;
}
.dropdownFilterContainer {
    height: calc(100% - 34px);
    margin-top: -1px;
}
.dropdownFilterContainer .label {
    text-align: center;
    background: transparent;
}
.dropdownFilter .filterdiv {
    position: relative;
    padding-right: 25px;
}
.panelUpdate .input_container {
    padding: 5px;
    box-sizing: border-box;
}
.fixedBtm {
    min-height:50px;
    max-height:200px;
    vertical-align: bottom;
    bottom:-8px;
}
.csdBtmButton{
    border:0px !important;
    background-color:inherit !important;
}

.footerBtn {
    padding: 5px;
}
.contentContainer {
    height: 100%;
}
.scrollContainer {
    height: calc(100% - 42px);
    overflow: auto;
}
.authorizedProduct .ui-jqgrid .ui-jqgrid-view {
    border-top: 0 !important;
}
.authorizedProduct .BasicPanel > .xj-add-new-jobs-container {
    border: 0;
}
.authorizedProduct .BasicPanel .xj-add-new-jobs-container {
    width: auto;
}

.entryFormContainer {
    height: calc(100% - 42px);
}
.wrapper-xs {
    padding: 5px;
}
.widthAuto {
    width: auto !important;
}
.pointer {cursor: pointer;}
.pr16 {padding-right: 16px;}
@media (max-width: 767px) {
    .filterDropdown .ui-selectmenu, .filterDropdown select.w150px {
        width: 100%;
    }
}
.min-width-294 {min-width: 294px;}

#lblOutletsHierarchy {
    width: 263px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testHeight {
    height: calc(100vh - 83px) !important;
}
.listFormcontainer{
    height: calc(100% - 64px) !important;
}
.pd-right34{
    padding-right: 34px;
}
.pd-right2{
    padding-right:2px;
}
.tcd-div{
    float:left;
    clear:both;
    width:100%;
}
.tcd-btn{
    width:100%;
    height:30px;
    justify-content: center; 
    display: flex; 
}
.spn-lineheight{
    line-height:24px;
}
.pydate{
    width:54px !important;
}
.txtcodewidth{
        width: 24px;
    text-overflow: ellipsis;
}
.w90{
    width:90px;
}
#selApprovalStatus-button, #selActive-button{
    width:100% ;
}
/*.ui-jqgrid-bdiv {
    height: calc(100vh - 292px);
}*/
.radioCheck {cursor: pointer;}
.radioCheck input[type=checkbox], .radioCheck input[type=radio] {
    height: auto;
    line-height: normal;
    vertical-align: middle;
    margin: 0 3px;
}
.m-l-n-5 {margin-left: -5px;}
.m-r-n-5 {margin-right: -5px;}
.custopSelectWrap select + span {
    width: 100%;
}
.custopSelectWrap span a {
    width: 100% !important;
}
.custopSelectWrap .plusBtn {
    width: 28px;
    margin-left: 5px;
}

.forget a, .tc a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 4px 0;
}
.forget a:after, .tc a:after {
    content: '';
    position:absolute;
    height: 2px;
    left: 0;
    bottom:0;
    right: 100%;
    background:#fff;
    transition: all 0.3s ease-in-out;
}
.forget a:hover:after, .tc a:hover:after {
    right:0;
}
.vScroll {
    overflow: auto;
    overflow-x: hidden;
    max-height: 100%;
}
#policyDialog .vScroll {
    max-height: calc(100vh - 200px);
}
#policypopup .dialog-header {
    height: auto;
    padding: 8px 10px;
}
#policypopup .dialog-header h3 {
    font-size: 17px;
}
#policypopup .dialog-header h4 {
    font-size: 14px;
}
#policypopup .dialog-pop-up .dialog-header .closepopup {
    margin: 0;

}
.ptb3{
    padding:3px 0px 0px;
}
.salesinvoiceTable .siheader {
    width: 100%;
    margin-top: 0px;
    float: left;
    height: 102px;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
}

.header-sub-block{
    width:100%;
    float:left;
}


/*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;
}
.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;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.modal-lg {
    max-width: 980px;
}
.modal-md {
    max-width: 750px;
}
.modal-sm {
    max-width: 520px;
}
.modal-xs {
    max-width: 320px;
}
.modalTable .ui-jqgrid-bdiv {
    height: 45vh !important;
}
.label_w100 {
    width: 100px !important;
}
.brbtm1px{
    border-bottom: 1px solid #F5F5F5 !important;
    border-radius:0px;
        border: 0px;
        min-height: 30px;
}
.xj-form, .brbtm1px {
    /*padding: 2px;*/
    min-height: 22px;
    /*border: 1px solid #efefef;*/
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.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;
}
.xj-form .elements .largeinput252 {
    width: 252px;
}
.xj-form .elements .input245 {
    width: 245px;
}
.xj-form .elements .input226 {
    width: 226px;
}
.dropdownFilter .inputwidth {
    width: 120px !important;
}
.dropdownFilter .ui-grid-searchimage {
    padding-left: 6px;
}

.widgetHeight {
    height: calc(100vh - 200px);
}
.routegraph {
   width:auto;vertical-align: top; margin-bottom: 1px; height: 65px;
}
.toggle-btn{
    background: #eee;
    height: 26px;
    line-height: 26px;
    margin-top: 14px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
}

.fullWidth, .dynatree-container.fullWidth {
    width: 100% !important;
    min-height:270px;
}
.label_small{
    font-size:9pt;
}
.label_small_width{
        width: 138px;
}
.ui-widget-header{
    border-bottom:1px solid #901108;
}

.masters-tooltip .close {
    margin-right: 3px !important;
    background-position: center;
}

/* 
     .select-nav {
    display: flex;
    float:left;
    margin: 0; 
    padding: 0;
}

.select-nav li {
    display: inline-block;
    list-style: none;
    padding-right: 6px;
    transition:all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
    .select-nav li :hover {
    border-bottom: 1px solid #e71d2b;
    background:#eee;
    }
.select-border-bottom{
    border-bottom: 1px solid #eee;
    padding-left:5px;
}
.select-nav .button-dropdown {
    position: relative;
}

.select-nav li a {
    display: block;
        float: left;
    line-height: 28px;
    background-color: #efefef;
    padding: 0px 20px;
    border: 1px solid #e71d2b;
    margin-left: 6px;
    text-decoration: none;
    margin-top: 2px;
    border-radius: 2px;
}

.select-nav li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #999;
}

.select-nav li a:hover, .select-nav li a.dropdown-toggle.active {
    background-color: #cd5c5c;
    border:1px solid #db7093;
    color: #fff;
        height: 30px;
  margin-top: 2px;
    
}

.select-nav li a:hover span, .select-nav li a.dropdown-toggle.active span {
    color: #fff;
    background: none;
    border-bottom: none;
}

.select-nav li .dropdown-menu {
    display: flex;
    flex-direction:column;
     position: absolute;
       left: 6px;
  padding: 0;
    width: 100%;
    min-width: 194px;
    margin: 0;
    margin-top: 33px;
    text-align: left;
    z-index: 1;
    border: 1px solid #eee;
    padding-left: 0px;
    background: #fff;
}

.select-nav li .dropdown-menu.active {
    display: block;
}

.select-nav li .dropdown-menu a {
    width: 150px;
}
*/

.hidden {
    display: none !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%;
}
.light-grey-text{
    color:#999;
}

#distributortocfagridcontainer{height: calc(100vh - 68px);
    overflow-y: auto;overflow-x:auto;
}

#cfatodistributorgridcontainer{
    height: calc(100vh - 68px);
    overflow-y: auto;overflow-x:auto;
}
#divsalesmandetails .xj-form .label_small {
    width: 110px !important;
}
a#selGender-button {
    width: 96px !important;
}
.w77{
    width:77px;
}
#txtSelectedHeaderServiceTime, #txtSelectedHeaderVisitEndTime, #txtSelectedHeaderVisitStartTime{
    font-family:'Open Sans', Arial !important;
}
.jq-inline-date{
    line-height:16px !important;
    margin-top:0px !important;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }

/*.prd-logo{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/coke-central/images/coke/xnapp-central-logo.png');
    background-repeat:no-repeat;
}
.media-fb{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/coke-central/images/coke/facebook.svg');
    width: 24px;height: 24px;padding: 4px;
}
.media-linkedin{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/coke-central/images/coke/linkedin.svg');
    width: 24px;height: 24px;padding: 4px;
}
.media-twitter{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/coke-central/images/coke/twitter.svg');
    width: 24px;height: 24px;padding: 4px;
}
.media-youtube{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/coke-central/images/coke/youtube.svg');
    width: 24px;height: 24px;padding: 4px;
}
.media-instagram{
    background-image:url('https://hccbuatxnappcentral.vxceed.net/XnappSalesCSS/HCCB/coke-central/images/coke/instagram.svg');
    width: 24px;height: 24px;padding: 4px;
}*/
.showparentdiv{
    display:flex;
}
.showparentdiv-none{
    display:none;
}
.img-banner{
    background-image:url('../../SAAS-central/images/coke/login-bg.jpg');
    background-repeat:no-repeat;
    width:100%;
    height:100%;
background-size:114%;
}
.saas-social-hide{display:none;
}
.saas-shop-code{top:0 !important;}
  .cl-show::after {
            content: "CCI";
            text-indent: 0;
			display:none;
            color: #ccc;
            font-size: 12px;
            font-weight: bold;
           
            line-height: 0px;
        }
		 .cl-show{
			 display:none;
           
		 }
.clientimg-stmp{
    background-image:url('../../CentralCSS/images/central-stamp.png');
        background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-top: 10px;
    margin-left: 10px;
    background-size: 110px;
    display:none;
}