@import url('./Font/font.css');
:root {
    --primary-color: #00B493;
    --secondary-color: #CCE5FB;
    --blue-color: #027BEE;
    --heading-bg: #D4F2E1;
    --blue-hover-color: #0064C4;
    --dark-text:#0C1A41;
}

body{font-family: 'Aileron';margin: 0px;padding: 0px;font-size: 14px;overflow-x: hidden;
     background:#ECEFF4 !important;
     padding: 15px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a:active,
a:hover,
a:focus{
    outline: 0 !important;
    text-decoration: none !important;
}
.btn.btn-outline-primary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 6px 10px;
}
.btn.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.btn.focus, .btn:focus, .btn:hover{
    outline: none !important;
    color: #fff;
}
.btn-search.focus, .btn-search:focus, .btn-search:hover{
    background-color: var(--blue-hover-color);
}

input:focus{
    outline: 0 !important;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* .btn.focus, .btn:focus, .btn:hover{
    color: #fff !important;
} */
.notifi-current i{
    color: #fff;
}
.title-middle-model{
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.title-position{
    position: absolute;
    top: -31px;
}
/*.modal .fltr-srch-icon{
    position: absolute;
    right: 40px;
    top: -35px;
}*/
.form-group.required .control-label:after {
    content:"*";
    color:red;
}
.formsub-heading{
    background: url("../images/plusminus.png") no-repeat scroll 0 7px #c1cbcb;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 2px 0 0;
    padding: 4px 25px;
    width: 95%;
}
.formsub-headingfirst{
    background: #c1cbcb;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 2px 0 0;
    padding: 0.5% 0 0.5% 0.5%;
    width: 99.5%;
}.common-form1.col3-lbl-input p{
    width: 245px;
    float: left;
    clear: none !important;
}
.common-form1.col3-lbl-input p.wdt280{
    width: 280px;
}
.common-form1.col3-lbl-input p.wdt280 label{
    width: 140px;
}
.col3-lbl-input h2{
    margin: 0px;
}
.col3-lbl-input label{
    width: 100px;
}
.col3-lbl-input input[type="text"],
.col3-lbl-input input[type="password"],
.col3-lbl-input select{
    width: 120px;
}
.col3-lbl-input textarea{
    width: 105px;
    height: 30px;
}
.formsub-heading.expanded{
    background-position: 0 -17px;
}
.formsub-heading span:first-child{
    background-position: 0 -17px;
}
.formsub-heading:first-child.expanded{
    background-position: 0 -3px;
}
.addviwform .indentaddrow.indt-overflow{
    width: 100% !important;
    border: none;
}
#removerow:hover {
    background: #ee6e73 !important;
}
.gotoback{margin-left: 50%; display: none;}

/***** common and reusable styles ****/
.wordbreak{
    word-break: break-all;
}
.dist_tabs .tabs{
    width: 50%;
}
/*table.tablesorter tr:nth-child(odd){ 
    background: #f9efef;
  }*/

/*table.tablesorter tr:nth-child(even){
    background: #f1d7d7;
  }*/
 
.float-right{
    float: right;
}
.dashboard-headingsbg{
    margin: 0;
    min-height: 30px;
    padding: 8px 0px;
    background: none repeat scroll 0 0 #101823;
    text-align: center;
}
.dashboard-headingsbg .inner {
    margin: 0 20px 0 0;
}
.dashboard-headingsbg .inner img {
    display: inline-block;
    vertical-align: middle;
}
.dashboard-headingsbg .inner a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
}
.dashboard-headingsbg .inner .changeactive{
    color: #adf767;
}
table.tablesorter thead.fixedthead{
    display:block;
    width:100%;
}
table.tablesorter tbody.bottombody{
    display:block;
    width:100%;
}
table.tablesorter tbody.bottombody.height400{
    max-height:768px;
    overflow:auto;
}
table.tablesorter tbody.bottombody.height550{
    max-height:550px !important;
    overflow:auto;
}

a{
    cursor:pointer;
}
ol, ul {
    list-style: none;
}
.dataTables_filter1
{

    font-size:12px !important;
    top:-39px !important;
}

blockquote, q{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/***** reset css file styles end ***/

.clear {clear: both !important;}
img, a img{border:none;}
#formtable td {
    border: 0 none !important;
}
.body-containe-wraper {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.profile-name h5{
    color:#0C1A41;
    font-weight:600;
    padding-right: 20px;
    margin:0px !important;
   
}
.profile{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.profile-heading{
    border-right:2px solid #F2F4F8;
    
}
.profile-heading h5{
    font-size:16px;
    color:#0C1A41;
    font-weight:600;
    padding-right:20px;
}
.profile-image img{
    width: 40px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #D9DFEA;
}
.profile-name h5{
    color: #0C1A41;
    font-weight: 600;
}
.profile-name p{
    font-size: 12px;
    font-weight: 600;
    color: #8F949D;
    margin: 0;
}
.logout a{
    padding: 7px;
  background: var(--blue-color);
  color: #fff !important;
  font-weight: 500 !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px !important;
  display: block;
}
.logout a .fa-sign-out{
    color: #fff !important;
    margin-left: 5px;
}
.logo-heading h5{
    margin: 0;
}
.logo-heading h3{
    color: #0C1A41;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.logo-heading h5{
    color: #8F949D;
  font-size: 14px;
  font-weight: 600;
  padding-top: 4px;
}
.header_main {
    background: #fff;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 2px 2px #8C9ABF1A;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
@media screen and (max-width:1290px){
    .topmenu-rightul{
        width: 100%;
        text-align: right;
        float: right;
    }
}
/*.logo-rightcontent{float:left;height:60px;width:85%;}*/
.pad5-lr{padding: 0 15px 0 18px;}
.logo{float: left;margin-left: 0px;margin-right: 10px;}
.logo img {width: 63px;margin-right:5px;}
.swatch-logo{right: 0px;margin: 10px 15px 0;float: left;}
.main_wrapper{margin: 8px auto 0 auto;padding: 0;display: inline-block;width: 100%;}
.pagecontent-wrapper{float:left; width:100%; padding: 0 0 20px 0px;min-height: 460px;}

#wrapper{margin:0 auto; width:1012px;height:112px; border-bottom:1px solid #bebbbd; background:#FFFFFF;margin-top: 10px;}
.margin-top10{margin-top:10px;}
.margin-bottom10{margin-bottom:10px;}
.margin-top30{margin-top:30px;}
.margin-top20{margin-top:20px;}
.pad-top5{padding-top:5px;}
.padding-left5{padding-left:5px;}
.padding5{padding:5px;}
.padding7{padding:5px;}
.blendborder-bottom1{border-bottom:1px solid #cccccc;}
.blendborder-right1{border-right:1px solid #cccccc;}
tr.line_bottom td.blendborder-right1, tr.line_bottom td.border_right{border-right:1px solid #cccccc !important;}
.blendborder1{border:1px solid #cccccc;}
.line_bottom{border-bottom:1px solid #cccccc;}
.border_top_left_right{border-top:1px solid #cccccc; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.border_right{border-right:1px solid #cccccc;}
.width195{width:195px !important; margin:5px;}
.width180{width:180px !important; margin:5px;}
.width150{width:150px !important; margin:5px;}
.width90{width:90px !important; margin:5px;}
.width60{width:60px !important; margin:5px;}
.width20{width:20px !important; margin:5px;}
.width100{width:100px !important; margin:5px;}
.width120{width:120px !important;}
table input[type=checkbox], table input[type=radio]{
    height: auto;
}
.overflowscroll100{overflow:auto !important; height:auto; max-height:450px; width:100% !important; overflow-x:hidden !important; padding-right:20px !important;}
.popup-wi885{
    width:885px !important;
}

.popup-wi885 .common-form1 p{
    clear:inherit;
    width:400px;
    float:left;
}
.popup-wi950{
    width:950px !important;
}
.popup-wi975{
    width:975px !important;
}
.popup-wi975 .popup-y-overflow{width:970px;}
.popup-wi950 .common-form1 p{
    clear:inherit;
    width:475px;
    float:left;
}
.popup-wi950 .common-form1 label{
    width:240px;
}
.popup-wi950 .common-form1 textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 50px;
    padding: 4px;
    width: 170px;
}
.poptopheding{
    position: absolute;
    top: 5px;
    right: 15px;
}
.menu_btn{
    display:none;
    font-size: 25px;
    color:var(--dark-text)
}
@media screen and (max-width:1291px) {
    /* .menu_btn{
        display:block !important;
    }*/
    /* .topmenu-right{
        display:none !important;
    }  */
    
}
.indentaddrow{
    max-height:200px;
    margin: 15px 0;
    border:1px solid #CCCCCC;
    width:100% !important;
    padding:0px !important;
}

.indentaddrow input[type="text"]{
    height:28px !important;
}
.common-form1 .inputtxt100 input[type="text"] {
    margin-bottom: 6px;
    width: 90px;
}
.indentaddrow .border_top_left_right{
    border-top:1px solid #cccccc !important;
}
input.bc-input{width:138px !important;}
input.bn-input{width: 250px !important;}
input.size-input{width: 60px !important;}
input.quan-input{width: 40px !important;}
input.rate-input{width: 120px !important;}
.addremove-buttons {
    float: left;
}
.save-cancel-buttons{
    float: right;
}

.popup-x-overflow{
    border: 1px solid #CCCCCC;
    overflow-x: scroll;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.popup-y-overflow{
    float: left; overflow-y: auto; height: 500px; overflow-x: hidden; padding-right: 10px; width: 890px;
}
.max-w-max-h{
    overflow: auto; width: auto;max-width: 1050px;max-height: 450px;
}
#sign_up, #sign_up1, #sign_up2, #sign_up3,#sign_up4,#sign_up5,#sign_up6,#sign_up7,#sign_up8{background: #fff !important;border-radius: 8px !important;box-shadow: 0px 0px 83px 0px #4071728C;padding: 12px 20px;max-width: 1080px;}
#sign_up1 .dataTables_filter label{
    color:#333;
}
#sign_up1 .dataTables_filter{
    margin:5px 10px 5px 0 !important;
}
.print-hedingtxt {
    float: right;
    margin: 0 0 10px;
}
.print-hedingtxt span{
    float: left;
    font-size: 12px;
    margin: 0px 10px 0 0;
    position: relative;
}
.print-hedingtxt img {
    display: inline-block;
    margin: 0 0 0 5px;
    position: absolute;
    top: -7px;
}

.height50{ height:50px !important;}
.new_row{cursor:pointer;}
.font_family_Trebuchet14{font-size:14px;}
.font_family_Verdana12{ font-size:14px;}
a{cursor:pointer;text-decoration: none;}

.topmenu li a img{
    margin: -2px 0 0 10px;
    width: 20px;
}
/***********************************   header   ******************************/
#header{width:1024px; height:37px;}
#logo{width: 96px; height: 100px; float:left; padding:3px 0 0 4px;}
#logotext{ height: 50px; margin-top: 26px; width: 924px; margin-left: -16px;float:left;}
#logotext h1{font-size:22px; font-weight:bold; color:#035e32; padding-top:50px;}
.header-bottombg{
    float:left;width:100%;min-height:31px;background: #0e4468;border-top: 1px solid #0e4468;
}
#welcome{width:252px; float:right;}
#welcometext{ width:385px; text-align:right; float:right; padding-top:10px; font-size:12px; font-weight:bold; color:#000000; padding-right:37px;}
#tabledisplay{
    float: left;
    margin: 0 !important;
    padding: 0px;
    width: 100%;
}
#tabledisplay.overflow-t2{
    width:775px;
    overflow:auto;
}
#welcometext span{color:#035e32;font-size:12px;}

#welcomelogout{float:right;margin-top:-30px; }
.boxed{
    width: 100%;
    float: left;
    margin: 6px auto 26px !important;
    background: #fff !important;
    padding: 15px 0px;
    border-radius: 8px;
    min-height: 560px;
}
.boxed.rtlr-reg{
    border: 1px solid #c5c5c5;
    float: left;
    margin: -5px 0 0 1% !important;
    padding: 5px;
    width: 82.5%;
    overflow: auto;
}
.rtlr-overflow{
    width: 1180px;
}
.profile-view{
    margin:0px auto 0 auto; float:none; border:none; position: relative;
}
.common-pic-profile{
    border: 2px solid #e5e5e5;
    height: 80px;
    padding: 3px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 80px;
}

.info-pro {display: inline-block;line-height: 23px;color:#8C3414;font-size: 14px;}
#topline{background:#b3b0b0; width:1010px; height:1px; margin:0 auto;}
.logo-hscroll{
    float: left;
    margin: 0 0 0 2%;

}
.logo-rightcontent {
    /* height: 60px;
    font-size: 22px; */
    color: var(--dark-text);
    font-weight: 800;
    position: relative;
    /* top: 10px; */
    right: 20px;
    margin: 0 15px;
    float: left;
}
.logo-rightcontent span {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.logo-hscroll #scroller_container1{
    padding: 0 !important;
}

/***********************************   header   ******************************/

/***********************************   contant     *********************************/
#outerContent{padding:0px;margin: 0 auto;}
#innerContent{padding: 0;}
/***********************************   contant     *********************************/
.topmenu{
    margin:0 auto;
    padding: 0 5px;
}
.topmenu-left {list-style:none;float:left;}
.topmenu-left li{ border-right: 1px solid #fff; float: left; padding: 2px 6px;}
.topmenu-left li a{
    color: #282828;
    
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.topmenu-left li a:hover{border-bottom:3px solid #259182;}

.topmenu-right{list-style:none;}
.download-app {
    float: left;
    border-right: 1px solid #fff;
    width: 50%;
}
.download-app > a {
    color: #FFFFFF;
    font-size: 14px;
    /*font-style: italic;*/
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}
/*.download-app > a:hover{
color:#4ADCFF;
}*/
.download-app img{
    float:right;
    margin:4px 8px 0 7px;
}
.topmenu-rightul{list-style:none;float:right;}
.topmenu-rightul li{
    /*background:url(../images/top-menu-rightbg.png) no-repeat scroll right 0; */
    display: inline-block;
    padding: 0 8px;
    /*border-right: 1px solid var(--blue-color);*/
}
.topmenu-rightul li.last{
    background:none;
    border-right: none;
    float: right;
}
.topmenu-rightul li a{
    color: var(--dark-text);
    
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
   
}
.topmenu-rightul li a i {
    color: var(--dark-text);
    font-size: 27px;
    vertical-align: middle;
}
/*.topmenu-rightul li a:hover{border-bottom:2px solid #1d1916;}*/

/********************** table tablesorter css styles start here ***************/ 
#datepicker.form-control,#datepicker1.form-control{
    background: #fff !important;
}
.btn-success:hover{
    background: var(--blue-color);
    border: var(--blue-color);
}
table.tablesorter {

    font-size: 15px !important;
    color:#282828;
    border: 1px solid #F6EADD;
    border-collapse: collapse;
    position:relative;
    top:0px;
    margin-bottom: 13px;
    width:100%;
}
table.tablesorter tbody tr{
    border-bottom:1px solid#ddd !important;
}
table.tablesorter tbody tr:last-child{
    border-bottom:1px splid #aaa !important;

}
table.tablesorter.static{top:0px !important;}
table.tablesorter th {
    border-width: 1px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  background: var(--heading-bg) !important;
  color: #029583;
  text-align: left;
  text-wrap: nowrap;
}

table.tablesorter td{
    padding: 8px;
    color: #0C1A41;
    text-align: left;
    border-bottom: 1px solid #8C9ABF4D !important;
    font-weight: 600;
    font-size: 14px;}
table.tablesorter .dataTables_empty,.grid-view .empty{font-size: 18px;font-weight: bold;color: #252526;padding: 16px 8px;font-style: normal !important;}
.link-column a i,
.fltr-srch-icon i{
    display: inline-block;
    width: 28px;
    height: 28px;
    /*background: #26a69a;*/
    color: var(--primary-color);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid var(--primary-color);
    margin-right: 4px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background: #fff !important;
}
.link-column a i:hover,
.fltr-srch-icon i:hover{
    background: var(--primary-color);color: #fff;border: 1px solid var(--primary-color);
}
.upload-btn{
    color: var(--primary-color) !important;
    border:1px solid var(--primary-color) !important;
}
.upload-btn:hover, .upload-btn:focus{
    background: var(--primary-color) !important;
    color:#fff !important;
}
table.tablesorter1 {

    font-size: 14px !important;
    color:#282828;
    border-width: 1px;
    border-color: #a9c6c9;
    border-collapse: collapse;
    position:relative;
    top:0px;
    margin-bottom: 15px;
    width:100%;
}
table.tablesorter1.static{top:0px !important;}
table.tablesorter1 th {
    border-width: 1px;
    padding: 8px !important;
    
    font-size:14px !important;
    font-weight:500;
    background:#252f3c !important;
    border: 1px solid #e3e9ea !important;

    /* fallback */
    background-color: #c3c3c3 !important;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeaea), to(#c3c3c3));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #eaeaea, #c3c3c3) !important;

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #eaeaea, #c3c3c3) !important;

    /* IE 10 */
    background: -ms-linear-gradient(top, #eaeaea, #c3c3c3) !important;

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #eaeaea, #c3c3c3) !important;

    color:#222;

}

table.tablesorter1 td{border: 1px solid #e3e9ea !important; 
                      font-size:14px !important;padding:8px;}
.toggle-group label.btn-primary,
.toggle-group label.btn-primary.active,
.toggle-group label.btn-primary:active,
.toggle-group label.btn-primary:hover{
    background: #6ac259 !important;
    border-color: #6ac259 !important;
}
.toggle-group .btn-default.active,
.toggle-group .btn-default.active:hover{
    background: #fe0002 !important;
    border-color: #fe0002 !important;
    color: #fff !important;
}
.toggle.btn {
    min-width: 45px !important;
    min-height: 25px !important;
    width: 45px !important;
    height: 25px !important;
}
.toggle .btn{
    padding: 3px 8px !important;
}
/************* grid view tables css start ******************/

.grid-view{
    margin: 0;
    float: left;
    padding: 0 0 15px !important;
    
    width: 100%;
}
.grid-view .pager{
    font-size:14px !important;
    margin:14px 0px 14px 0 !important;
    float:right;
    color:#fff;
}
.button-column
{
    display:none;
}
.grid-view table.items th
{   
    border-width: 1px;
    
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    background: rgba(227, 186, 141, 1) !important;
    color:#252526 !important;
    text-align: left !important;
}
.grid-view .filters input, .grid-view .filters select {
    border: 1px solid #CCD3E6 !important;
    width: 100%;
}
.grid-view .summary
{
    display:none;
}
.grid-view table.items
{
    width:100%;
    font-size:16px !important;
    border: 1px solid #F6EADD;
}
.grid-view table.items th{border:none !important;}
.grid-view table.items th a{
    color:#252526 !important;
    text-decoration:none;
    font-weight: 700 !important;
    font-size: 16px;
}
.grid-view table.items td{
    border: 1px solid #b9b9b9;
    font-size:16px !important;
    color: #252526;font-weight: 500;
}
.grid-view table.items th{
    border: 1px solid #b9b9b9;padding: 10px !important;border:none;
}
.grid-view table.items td
{
    padding: 8px !important;border:none;
}
ul.yiiPager .hidden a,
ul.yiiPager li.next a,
ul.yiiPager li.previous a{
    background:#fff;
    border:1px solid var(--blue-color) !important;
    color:var(--blue-color) !important;
    padding:4px;
    border-radius: 4px;
}
ul.yiiPager li.next a{margin-left: 10px;}
ul.yiiPager li.previous a{margin-right: 10px;}
ul.yiiPager li.next a i,ul.yiiPager li.previous a i{font-weight: normal;font-size: 12px;}
ul.yiiPager a:link, ul.yiiPager a:visited{
    border:medium none !important;
    color: var(--blue-color) !important;
    padding:4px 4px !important;
    width: 32px;
    height: 32px;
    line-height: 21px;
    text-align: center;
}
ul.yiiPager li.page a{
    /*border:1px solid #d0302a !important;*/
}
ul.yiiPager .selected a{
    /*background:#d0302a !important;*/
    color:#fff !important;
}


/************** heighlight table row css ************************/

.oddrowcolor:hover,
.evenrowcolor:hover,
.odd:hover,
.even:hover
{
    background-color:#e2e2e2;   
}

/* table.alternatr tr:hover{
    background-color:rgba(248, 221, 171, 0.7) !important;
} */

.highlightrow:hover,
.evenrowcolor:hover,
tr.oddrowcolor.highlightrow:hover,
.evenrowcolor.highlightrow:hover
{   
    background-color: #027BEE24 !important;   
}
.highlightrow,
.even.highlightrow,
.evenrowcolor.highlightrow,
.odd.selected,
.even.selected
{
    background-color: #027BEE24 !important;    
}
.highlightrow a,
.highlightrow:hover a{
    color:#fff;
}
tr.even:hover,
tr.odd:hover,
tr.oddrowcolor:hover{
    background-color:#e2e2e2 !important;
}
/* table.tablesorter tr.even, table.tablesorter tr:nth-child(2n){
    background-color: rgba(242, 188, 87, 0.2);   
} */
/* tr.even:hover a, tr.odd:hover a, tr.oddrowcolor:hover a,
.highlightrow:hover a, .evenrowcolor:hover a, 
tr.oddrowcolor.highlightrow:hover a, .evenrowcolor.highlightrow:hover a, table.alternatr tr:hover a{color:#0C1A41;} */


/******************** ending table hover effect css *********************/

.loading-bg{
    position:absolute;
    top:50%;
    left:50%;
}
.overflow-div{
    border: 1px solid #E3E9EA !important;
    float: left;
    margin-left: 10px;
    overflow-x: auto;
    width: 761px;
}
.bottom_tab {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin: 0px;
    padding: 0px 15px;
    width: 100%;
    text-align: right;
}
.bottom-tabcontent{
    width:100%;
}
.s-date-l, .d-right-r{float:left;}
.s-date-l label, .d-right-r label{color:#fff;font-size:12px;font-weight: bold; float:left;}
.s-date-l span, .d-right-r span{float:left;}
.s-date-l .hasDatepicker, .d-right-r input[type="text"]{
    height: auto !important;
    margin: 3px 0 0 5px !important;
    padding: 3px 5px !important;
    width: 74px !important;
}
.d-right-r input[type="text"]{width:154px !important;}
.s-date-l .end-d, .d-right-r .end-d{margin-left:10px;}
.d-right-r{
    margin-left: 30px;
}
.d-right-r img{
    cursor: pointer;
    margin: 7px 0 0 10px;
    outline: medium none;
    width: 15px;
}
.show_entries
{
    float:left;
}
.show_entries label{float:left; color:#fff; font-size:12px; line-height: 27px; font-weight: bold;}
.show_entries select{    background: none repeat scroll 0 0 #FFFFFF;
                         float: left;
                         height: 26px;
                         margin: 0 0 0 10px;
                         width: 56px;
                         padding:5px 0px 0px 5px;
                         font-size:12px;
}
.datatablesearch
{
    float:left;
    margin: 0 0 0 10px;
    width: 98.5%;
}
.datatablesearch span{font-size:12px !important;}
.datatablesearch label{color: #fff;font-weight: 400;}

.table-overflowdiv{
    float: left;
    margin: 5px 0 0px !important;
    overflow-x: auto;
    width: 100%;
    background: #fff;
    position: sticky;
}
.table-overflowdiv table{
    position:inherit !important;
    top:0px !important;
}
.tabs-bottombg{
    float: left;
    margin: 0 !important;
    padding: 0px 15px;
    width: 100%;
    display: block;
}
#my-table-sorter_filter input{padding: 0px 6px !important;color:#252526;font-size: 15px;font-weight: 500;}
.tabs
{
    float: left;
    margin:0px;
}
.tabs a{
    background: #359B9B;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 12px 10px 12px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    width: auto;
  
}
.tabs a:hover,
.tabs a.tabsactive2,
.tabs a:focus {
    background: #0077c6;/*url("../images/tab-bg-hover.png") no-repeat right center !important;*/
    color: #fff;
}
.tags_anchor {
    background: #0e4468; /*url("../images/tab-bg.png") no-repeat right center;*/
    color: #000;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 0 20px 0px 5px;
    text-decoration: none;
    z-index: 3;
    line-height: 24px;
    float: left;
}
.tags_anchor:hover
{
    background: url("../images/tab-bg-hover.png") no-repeat right center !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 0 20px 0px 5px;
    text-decoration: none;
    z-index: 3;
    line-height: 24px;
    float: left;
}
/*#tags_anchor1 {
    background: url(../images/tab-bg.png) no-repeat right center;
    color: #000;
    cursor: pointer;
    font-size: 9px;
    font-weight: bold;
    padding: 0 10px 0px 2px;
    text-decoration: none;
    z-index: 3;
    line-height: 24px;
    float: left;
}

#tags_anchor1:hover, .tabsactive21 {
    background: url(../images/tab-bg-hover.png) no-repeat right center !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 9px;
    font-weight: bold;
    padding: 0 10px 0px 2px;
    text-decoration: none;
    z-index: 3;
    line-height: 24px;
    float: left;
}*/
.min-high18 {
    min-height: 18px !important;
}
.sub-min19{
    min-height: 19px;
}
.datetxt{
    color:#fff;
    padding:5px;
    font-weight:bold;
}
.styled select
{
    width: 70% !important;
    background:#fff !important; /*url("../images/select_bg.png") no-repeat scroll right center transparent !important;*/
    border: 1px solid #CCCCCC !important;
    color: #000000;
    display: inline;
    
    /*height: 33px;*/
    padding: 2px 3px;
}
/*#save,#approve, #edit, #save_value{
background: url("../images/blanksave.png") no-repeat scroll left 0 transparent !important;
border: medium none;
color: white;
cursor: pointer;
height: 28px;
margin-left: 215px;
padding-left: 12px;
text-align: left;
width: 76px;
}*/
.previous-icon{
    cursor: pointer;
    height: 18px;
    margin-left:15px;
    width: 18px;
}
#verify{
    background: url("../images/blanksave.png") no-repeat scroll left 0 transparent !important;
    border: medium none;
    color: white;
    cursor: pointer;
    height: 28px;
    margin-left: 215px;
    padding-left: 12px;
    text-align: left;
    width: 76px;
}
#save:hover, #edit:hover, #save_value:hover, #verify:hover,#savechallan:hover{
    /*background:#ee6e73 !important;*/
}
#cancel, #reload{
    background: #d0302a;
    /*border: medium none;*/
    color: white;
    cursor: pointer;
    min-width: 140px;
    font-size: 16px;
    font-weight: 600;
}
#cancel:hover, #reload{
    background:#ee6e73 !important;
}

/*#send:hover
{
    background:#ee6e73;
}
#send
{
    background-color: #d0302a;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    padding: 6px 12px;
    cursor:pointer;
}*/

/*.evenrowcolor{
    background-color:rgba(160, 162, 165, 0.2);
    color:#282828 !important;
}*/
table.verifytb th{
    background: none repeat scroll 0 0 #252f3c !important;
    border: 1px solid #E3E9EA !important;
    color: #FFFFFF;
    
    font-size: 11px !important;
    font-weight: bold;
    padding: 8px !important;
}
table#verify_bottle {

    font-size: 11px !important;
    color:#282828;
    border-width: 1px;
    border-color: #a9c6c9;
    border-collapse: collapse;
}
table#verify_bottle th {
    background: none repeat scroll 0 0 #252f3c !important;
    border: 1px solid #E3E9EA !important;
    color: #FFFFFF;
    
    font-size: 11px !important;
    font-weight: bold;
    padding: 8px !important;
}
table#verify_bottle td.odd {
    background: none repeat scroll 0 0 #252f3c !important;
    border: 1px solid #E3E9EA !important;
    color: #FFFFFF;
    
    font-size: 11px !important;
    font-weight: bold;
    padding: 8px !important;
}
table#verify_bottle td {
    border: 1px solid #E3E9EA !important;
    
    font-size: 11px !important;
    padding: 8px;
}
thead th{
    background: var(--blue-color);
    color:#fff;
}
/******************data tables********************/
.paging_two_button a
{
    color:#000;
}
.paging_two_button a:hover
{
    color:#fff;
}
.dataTables_length
{
    float:left;  
    margin: 0px 0 2px 0px !important;
}

.login-in{
    color:#FFFFFF; border: 1px solid; font-weight: bold; margin-bottom: 5px; margin-left: -1px; background:none repeat scroll 0 0 #292929; font-size: 13px; height: 27px; margin-top: 5px; padding-left: 9px; line-height: 27px;
}
.l-tablemain{
    margin-left: 51px; padding-left: 155px; width: 90%; font-size: 12px;
}
.l-tablemain td{padding:5px;}
.l-tablemain td select{
    width:220px !important;
}
.dataTables_length  label{float:left;color:#364760;font-size:14px; line-height: 27px;font-weight: 400; width:100%;}
.dataTables_length  select{background: #FFFFFF;float: left;
                           width: 90px;height: 36px;border: 1px solid #CCD3E6;padding-left: 10px;border-radius: 4px;
}
.dataTables_length .select2{min-width: 90px !important;width: 94px !important;}
table.tablesorter
{
    clear:both !important;  
}

.dataTables_filter
{
    float: right !important;
    font-size: 14px !important;
    margin: 0 0px 0 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0 !important; 
}
.bottom_tab .dataTables_filter{
    float: left;
    margin-right: 0 !important;
    /*width: 100% !important;*/
}
#sign_up .dataTables_filter label,
#sign_up2 .dataTables_filter label,
#sign_up3 .dataTables_filter label{
    color:#282828;
}
.input-group{
    overflow: hidden;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
tr.oddrowcolor td img, tr.evenrowcolor td img{margin-left:5px !important;}
ul.pagination {
    float: right;
    font-size: 13px;
    height: 100%;
    list-style-type: none;
    margin-top: 20px;
    overflow: hidden;
    padding: 0;
}
ul.pagination li.details {
    background-color: white;
    border-color: #C8D5E0;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #1E598E;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
}

ul.pagination li.dot {

}

ul.pagination li {
    float: left;
    list-style-type: none;
    margin: 0 3px 0 0;
}

ul.pagination li:first-child {
    margin-left: 0;
}

ul.pagination li a {
    color: black;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
}

ul.pagination li a img {
    border: medium none;
}

ul.pagination li a.current {
    background-color: white;
    border-radius: 0 0 0 0;
    color: #333333;
}

ul.pagination li a.current:hover {
    background-color: white;
}

ul.pagination li a:hover {
    background-color: #C8D5E0;
}

ul.pagination li a {
    background-color: #F6F6F6;
    border-color: #C8D5E0;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #1E598E;
    display: block;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
}
.dataTables_filter.sub{background:none; top:0px; position:inherit; margin-top:0 !important}
.dataTables_filter input[type="text"],
.dataTables_filter input[type="search"]{
    background: #FFFFFF;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    margin-left: 10px;
    width: 160px;
    margin-top: 2px;
    position: relative;
    height: 34px;
}
.dataTables_filter input[type="search"]{
    padding:4px;
}
#tw-form input[type="text"]{
    /*background:#FFFFFF;
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    margin-left: 10px;
    width: 135px;*/
    margin-top: 0px;
    position: relative;
    font-size:14px;
}
#tw-form input[type="submit"]{
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #282828;
    font-size: 12px;
    height: 23px;
    margin: 0;
    padding:0px 3px;
    line-height:23px;
}
.dataTables_filter label{float:left;color:#252526;font-size:14px;line-height: 27px;font-weight: 600;margin-bottom: 2px;}
.stock-wrap{
    width:98% !important;
    height:30px;
    margin-top:5px;
    padding:1%;
}
.heading-iconsdash{
    /*  background: url("../images/dash-headingicon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #FFFFFF;
    display: inline-block;

    font-size: 12px;
    font-weight: bold;
    margin-top: 7px;
    padding-left: 6px;
    position: relative;
    top:0px !important;
}
.htbg{
    display:inline-block;
    width:100%;
    text-align:center;
}
.htbg img{
    float:left;
    margin:0 8px 0 0;
}
.htbg a.heading-iconsdash{
    margin:0px;
    padding:0px;
    line-height:30px;
}
.iframe-content{
    height: 875px;
    overflow: hiddeen;
    float: left; margin-top: 0px; 
    margin-left:0 !important; width:100%; 
}


/***********************************   Column      *********************************/
#leftColumn{float:left; width:11%; min-height:400px; margin:10px 0 0 0px;}
#rightColumn{behavior:url(js/PIE.htc);/*position:relative;*/}
/***********************************   Column      *********************************/


/*********************** profile css styles start here *********************/

.profilebg-div{
    background: url("../images/curve-bg.png") no-repeat scroll 155px 0 transparent;
    display: none;
    margin: -17px 0 0 0px;
    position: absolute;
    z-index: 999;
    right: 1%;
}
.profilebg-maindiv{
    background: #FFF;
  color: #3F7174;
  font-size: 12px;
  position: relative;
  top: 15px;
  width: 255px;
  border-top: none;
  /* padding: 8px; */
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom: 0;
  border-radius: 7px;
  box-shadow: 0px 3px 16px #00000029;
}
.profile-pic{float: left; width: 100%; margin: 15px 0px 0px; text-align: right; }
.profile-pic img{float: right; margin:0px 10px;}
.profile-pic h2{padding: 5px 0px 0px 0px; color: #8C3414; font-weight: 700; font-size: 16px;}
.profile-pic h3{
    background: none repeat scroll 0 0 #8CBA23;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 3px 5px;
}
.profile-pic hr{
    background: #8C3414;
    border: medium none;
    height: 1px;
    margin: 0 0 0 23px;
    width: 70%;
}

ul.listview li{
    display: inline-block;
    padding: 7px 0;
    width: 100%;
    
    
}
.profile-detail,.edit-profilepic{
    border-radius: 4px;
  background: #F2F4F8;
  border: none;
  color: #0C1A41;
  font-size: 14px;
}
.profile-detail
    {
    margin-bottom: 5px;
}
.profile-detail:hover,.edit-profilepic:hover{
    background: var(--primary-color);
  
}
.profile-detail a:hover,.edit-profilepic a:hover{
    color: #fff !important;
    }
ul.listview li a{
    color:#252526;
    font-size:14px;
    text-decoration:none;
    padding-left: 15px;
    
}

ul.listview li a:hover{color:#23527c;}
/* ul.listview li.profile a{
    background: url("../images/pro-icon.png") no-repeat scroll;
}
ul.listview li.edit-profilepic a{
    background: url("../images/edit-pro-icon.png") no-repeat scroll;
}
ul.listview li.notifi a{
    background: url("../images/noti-icon.png") no-repeat scroll;
    font-weight:600;
} */
ul.listview li.notifi a h4{
    color: red;
    display: inline;
    padding-left: 40px;
    font-size:13px;
}

/*********************** profile css styles End here *********************/


/***********************************   menu      *********************************/
.aside-menu{
    float:left; width:15%; margin:0px;background: #101823;
}
.aside-menu .main-nav{
    margin: 0;
}
.aside-menu .main-nav > li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #1e2630;
}
.aside-menu .main-nav > li:nth-child-last{
    border-bottom: none;
}
.aside-menu .main-nav li a{
    background: #101823;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    width: 100%;
}
.aside-menu span.title{
    font-size: 14px;
}
.main-nav span.icon{
    font-size: 20px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: #252f3c;
    line-height: 34px;
}
.aside-menu .main-nav li a:hover,
.aside-menu .main-nav li a.active{
    background: #0077c6;
}
.dataTables_paginate {
    color: #003333;
    float: right;
    
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    margin: 7px 0 5px;
}
.dataTables_paginate.paging_two_button a,
.dataTables_paginate a{
    background:#fff;
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
    text-align: center;
    border-radius: 4px;
    margin: 0 8px 0 0;
    font-weight: 600;
    color: var(--blue-color);
    border: 1px solid var(--blue-color);
    min-width: 70px;
}
#save.commonleft-button1, #cancel.rightleft-button1{
    background:#252f3c !important;
    border-radius: 10px 10px 10px 10px;
    border: medium none !important;
    display: inline-block;
    font-size: 11px;
    margin: 0 !important;
    padding: 8px;
    text-align: center;
    width: auto !important;
    height:auto !important;
}
#cancel.rightleft-button1:hover{background:#d0302a !important;}
#save.commonleft-button1:hover,.button-bg:hover{
    background:#079d92 !important;
}
.button-bg{
    background: linear-gradient(to right, #289ba0, #0c9d97, #009e8b, #0b9e7c, #269e6b);
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: auto !important;
    margin: 6px 0 0 200px !important;
    padding: 6px 12px;
    text-align: center;
    width: auto !important;
}
.com-button4{
    float:left;
}

.line_bottom td span{
    color: red;
}
.sen-reqbutton{
    background-image: linear-gradient(to right, #289ba0, #0c9d97, #009e8b, #0b9e7c, #269e6b);
    border: medium none;
    color: white;
    cursor: pointer;
    padding: 6px 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.allocate-button{
    background: none repeat scroll 0 0 #252f3c;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin: 20px 0 0 95px;
    padding: 8px;
    text-align: center;
    width: auto;
}
.overflowheight{
    height:auto;
}
.dataTables_paginate.paging_two_button a:hover,
#save.commonleft-button1:hover,
#cancel.rightleft-button1:hover,
.dataTables_paginate a:hover{text-decoration: none;color: #fff;}
.overflow-divbottoma{
    float: left;
    margin-left: 9px;
    margin-top: 20px;
}
.buttoncommon{
    background-color: #252f3c;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 11px;
    font-weight: 600;
    margin-right: 14px;
    padding: 8px;
}
.buttoncommon:hover{
    text-decoration:underline;
}
a.try{
    /*background:url('../images/add.png') no-repeat scroll 0 0;*/
    width:40px;
    height:40px;
    float:left;
    margin:10px 0 10px;
    border-radius: 50%;
}
a.try:before {
    content: "\f067";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 40px;
    padding-left: 12px;
    color: #fff;
}
/*a.try:hover{
background:url('../images/addorange.png') no-repeat scroll 0 0;
}*/
a.try > span{
    color: rgb(255, 255, 255);
    padding: 4px;
    margin-left: 5px;
    line-height: 20px;
    position: absolute !important;
    border-radius: 0px 8px 8px 0px;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 700;
}
.gridviewadd{margin-left:9px;}

/*.paginate_disabled_previous{
border-right: 1px solid #F5F5F5 !important;
display: inline-block;
float: left;
font-size: 11px;
margin-left: 0;
padding: 9px 10px 0px 5px !important;
width: 45px;
height: 13px !important;
}*/

/*.paginate_disabled_next{
border-right: none !important;
display: inline-block;
float: left;
font-size: 11px;
margin-left: 0;
padding: 9px 5px 0!important;
width: 45px;
text-align: center !important;
height:13px !important;
}*/

/*.paginate_disabled_previous:hover, .paginate_disabled_next:hover{border-bottom:2px solid #f5f5f5;}*/

.dash-menutxt{
    float:left;margin-left:110px;
}
.commonbutton-bg1 {
    background: none repeat scroll 0 0 #252f3c !important;
    border: medium none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    padding: 8px;
}


/***********************************   menu      *********************************/

/*.reports-tabs #tags_anchor, .reports-tabs #tags_anchor:hover, .reports-tabs .tabsactive2{padding:10px 12px 10px 5px;}*/

#my-table-sorter tr:nth-child(2n){color:#282828 !important;}
.active2{
    background: url("../images/tab2.png") no-repeat scroll right center / 100% 75% transparent;
    border-radius: 5px 0 0 0;
    color: #282828;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 22px 10px 10px;
    text-decoration: none;
    z-index: 3;
}
.bottom_tab h2{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 3px 0 3px 10px;

}
.bottom_tabh2{
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    padding: 5px 0 5px 10px;
    background:none repeat scroll 0 0 #0A5B70;
    width:100%;
    margin-bottom: 10px;
}
.tabas-bottom-content{
    width:93%;
}
.tabas-bottom-content td{
    padding:5px 0px;
}

.commonleft-button {
    background: none repeat scroll 0 0 #4697DD;
    color: #FFFFFF;
    margin-left: -90px !important;
    margin-right: 25px;
    padding-left:0px !important;
}
.rightleft-button{
    background: none repeat scroll 0 0 #4697DD;
    color: #FFFFFF;
}

/***********************************   dashboard   *********************************/
#dashboardtopbox{width:830px; height:295px; margin-top:10px;}
#dashboardbottombox{width:828px; height:295px; margin-top:10px;}
html>body #dashboardbottombox {  
    margin-top:10px;   
}
.dashboard-indent{
    background: none repeat scroll 0 0 #232323;
    float: left;
    /*margin: 10px 0 0 9px;*/
    padding: 1%;
    text-align: center;
    width:98%;
}
.dashboard-indent span {
    color: #FFFFFF;
    display: inline-block;
    
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    top: -2px;
}
/***********************************   footer   ******************************/
.footer-main {
    float: left;
    margin: 0px;
    padding: 0;
    width: 100%;
}
.footer-content
{
    /* background: #eee; */
    color: #FFFFFF;
    float: left;
    min-height: 32px;
    margin: 0px;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 0 15px;
    z-index: 10;
}
.footer-content .version{
    font-size: 14px;
    font-weight: 500;
    color:#8F949D !important;
}
.ctel{
    color: #0465C8;
    font-size: 12px;

}
.footer-content a{
    color: #8F949D !important;
}
.footer-content .footerleft .tex{padding-top:8px; float:left; color:#fff; font-size:12px; font-weight:400; padding-left: 10px;}
.footer-content .footerleft .img{padding:10px 5px 5px; float:left;}
.footer-content .footerright{float: right;padding-right: 40px;}
.logo-righttext{width: 354px; margin-left: -60px; margin-top: 40px;}
.footer-content .footerright .tex{padding-top:8px; float:right; color:#fff; font-size:12px; font-weight:400;}
.footer-content .footerright .img{padding:3px 5px 0px; float:right;}
.footer-content .footerleft{
    padding:0px;
    float:left;
}
.hitcount{
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-left: 70px;
    padding-top: 10px;
}
.bld-version{
    color: #fff;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
}
.splbcode{
    color: #fff;
    float: left;
    font-size: 12px;
    padding: 0 0 0 50px;
}
.copyright {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color:#8F949D !important;
}
.footer-androidicon{
    float:left;
    margin: 6px 0 0 50px;
}
.footer-androidicon .tex{
    padding-top:2px !important;
}
.footer-androidicon a{color:#FFFFFF;text-decoration:none;font-size:12px;font-weight:bold;}
.footer-androidicon .tex img{
    width:30px;
}
/***********************************   footer   ******************************/



input[type=text]:focus,input[type=password]:focus, textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    border-color: #66afe9;
    outline: 0;
}

#tw-form input[type="submit"]:hover
{
    background-color:#F07746;
    color: #FFFFFF;
}

/**********************popup window css code*****************/
.mini-popup{
    left: 50%; z-index: 1002; position: absolute; top: 40px; margin-top: 0px; display: block; margin-left: -285px !important;
}
.height-min{height:230px;}

/******************header scroling css start here**************/
.jscroller2_up, .jscroller2_down, .jscroller2_left, .jscroller2_right {
    margin: 0;
    padding: 0;
}

.jscroller2_left, .jscroller2_right, .jscroller2_left_endless, .jscroller2_right_endless {
    white-space: nowrap;
}


/* Scroller Box */
#scroller_container2, #scroller_container3, #scroller_container4 {
    border: none;
    position: relative;
    width: 600px;
    height: 60px;
    overflow: hidden;
}
#scroller_container1 {
    height: auto;
    width: 100%;
    border: none;
    position: relative;
    overflow: hidden;
}
.headertitle {
    padding: 45px 0 0 20px;
    overflow: inherit !important;
}
/* Scoller Box */

/* Example Divs */
.box1, .box2, .box3 {
    width: 25px;
    height: 25px;
    display: block;
    padding: 0;
    margin: 0;
}

.box1{background: #f00;}

.box2{background: #0f0;}

.box3{background: #00f;}

/* CSS Hack Safari */


#scroller_container2, #scroller_container3, #scroller_container4 {
    overflow: auto;
}


#addrow{
    border: medium none;
    color: white;
    cursor: pointer;
    /*height: 28px;*/
    margin-left: 5px;
    padding: 6px;
    text-align: center;
    min-width: 150px;
}
#removerow{
    border: medium none;
    color: white;
    cursor: pointer;
    margin-left: 5px;
    padding: 6px;
    text-align: center;
    min-width: 150px;
    background: #d0302a;
}
/*#addrow:hover{
background:url(../images/blanksave-hover.png) no-repeat scroll 0 0/ 100% 100% !important;
}
*/
.approve-button #save{
    background: none repeat scroll 0 0 #16697F !important;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: white;
    cursor: pointer;
    height: auto;
    margin-left: 215px;
    padding: 5px 10px !important;
    text-align: left;
    width: auto;
}
.approve-button #save:hover{
    background: none repeat scroll 0 0 #16697F !important;
}
.modal-body {
    max-height: 520px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}
#save, #edit, #save_value,#savesup,#update,#savebrand,#confirm,#rollback, .approve-btn, #approve,#approveexcise,#savechallan,#saveupdate,#GO,#recomp,#recompute{
    /*border: medium none;*/
    color: white;
    cursor: pointer;
}
input[type="button"]{
    /*background: #d0302a;border: medium none;*/
    color: white;
    cursor: pointer;
}
.btn-povend{float:right;}
/*#save:hover, #edit:hover, #save_value:hover,#confirm:hover, #approve:hover{
background: #ee6e73 !important;
}*/

.plain_button{
    background: none repeat scroll 0 0 #176C82 !important;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 6px;
    text-align: center;
}
.plain_button:hover{
    text-decoration:underline;
}

img
{
    cursor:pointer;
}
.bottom_tab.dashb {
    margin-bottom: 1px;
    margin-top: 10px;
    min-height: 30px;
    text-align: center;
}

.frame-toplink{
    float: right; margin-top: 15px; margin-right: 29px;
}
.frame-toplink a{
    font-size: 13px;
    font-weight: bold;
    padding: 0 3px;
    color:#C1B6AF;
}
.frame-toplink a:hover, .frame-toplink a.active{
    color:#4BA9E8;
    border-bottom:2px solid #4BA9E8;
}
/*.headind-txtone{width:98% !important; margin:5px 0 10px 9px !important;}*/
fieldset {
    float: left;
    font-size: 13px;
    margin: 10px 0 5px 10px;
    width: 50%;
}
fieldset strong {
    color: #364760;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 24px;
}
.sub-check p {
    float: left;
    margin: 0 10px 10px 0;
    width: 380px;
}
.sub-check{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.sub-check p span{
    display:inline-block;
    padding-left:7px;
}
.roles-cb {
    float: left;
    font-size: 13px;
    margin: 0 0 5px 10px;
    width: 290px;
}
.form-group {
    margin-bottom: 10px;
}

.profile-title{
    background: var(--heading-bg);
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    color: var(--primary-color);
    font-weight: 600;
}

.bottom_tab .form-group{
    margin-bottom: 10px;
    margin-right: 12px;
} 
#form-per{
    float: left;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
/************** table less forms designing css start here **********************************/
#sign_up1 .common-form1 table strong,
#sign_up .common-form1 table strong,
#sign_up2 .common-form1 table strong,
#sign_up3 .common-form1 table strong,
#sign_up5 .common-form1 table strong,
#vehicle_num_change .common-form1 table strong,
#sign_up4 .common-form1 table strong{font-size:14px !important;}
.light-signup .common-form1 table strong{font-size:14px !important;}
.mandatory{color:red;font-size: 12px;}
.error-msg{
    display:inline-block;
    /*margin:4px 0 0 165px;*/
    color:red;
    font-size:14px;
    padding-top: 4px;
}
.error-msg-registration {
    color: red;
    display: inline-block;
    font-size: 11px;
    margin: 3px 0 0 0px;
    padding:0px;
}
.common-form1{
    float:left;
    margin:0px;
    width:100%;
    font-size:14px;
}
.common-form1.formwidth550{
    width:550px;
}
.common-form1.formwidth450{
    width: 450px;
}
.common-form1 h2, .headind-txtone
{
    /*background: none repeat scroll 0 0 #101823;*/
    color: #252526;
    float: left;
    font-size: 23px;
    /*padding: 5px 0;*/
    text-align: left;
    /*width: 100%;*/
    margin: 0 0 8px 0;
    font-weight: 700;
}

.common-form1 p{
    width: 600px;
    clear: left;
    margin: 0;
    padding: 5px 0;
}


.common-form1 label{
    float: left;
    font-size: 14px;
    text-align: left;
    width: 150px;
    font-weight: 700;
    color: #252526;
}
.latxt-wi200 label{
    width: 200px;
}

.common-form1 input[type="text"],
.common-form1 input[type="password"],.common-form1 input[type="number"],
.common-form1 select{
    width: 180px;
    background:#fff;
}

.common-form1 textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #808495;
    height: 50px;
    padding: 4px;
    width: 180px;
}
.btn-button{margin:10px 0 10px 163px;}
.common-form1 label{
    margin-right:7px;
    line-height:26px;
}

.l-space-form{
    margin-left:180px;
}
.l-space-50{
    padding:0 0 0 50px;
}
.common-form1 > a.printicon-lspace {
    display: inline-block;
    margin-left: 165px;
    margin-top: 10px;
}
.common-form1 > div > a.printicon-lspace {
    display: inline-block;
    margin-left: 165px;
    margin-top: 10px;
}
.check-boxlist{
    display: inline-block;
    margin: 4px 0;
    width: 48%;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.check-boxlist a{color: #333;}
.check-boxlist input[type="checkbox"]{
    float: left;
    margin-right: 5px;
}

.heding-txt-20{
    float:left; width:100%; text-align:center; background:#252f3c; padding:6px 0px; color:#fff; font-weight:300;
}
.heding-txt-20 strong{color:#D0F5A9;}

.popup-x-overflow_1 {
    border: 1px solid #CCCCCC;
    float: left;
    height: auto;
    margin: 15px 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.font_family_Trebuchet11{font-size:12px;}
.certify img{
    cursor: pointer;
    margin: 4px 0 0 175px !important;
    width: 100px !important;
    float:left !important;
    overflow:hidden;
} 

.headding-txt{
    background:#0A5B70;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
}
.button-ml250{
    margin:10px 10px 10px 250px !important;
}
.flash-success, .flash-error{
    font-size: 12px;
    text-align: center;
}
.flash-success{
    color: green;
}
.flash-error{
    color: red;
}
/*** licencee styles start here***/
.fulltab-img ul li {
    float: left;
    font-size: 12px;
    padding: 8px 7px;
    border-right:1px solid #ccc;
}
/*.fulltab-img ul li:first-child span {
    margin: 0 0 0 5px;
}*/
.fulltab-img ul li:first-child img {
    float: left;
    margin: -10px 0 0 2px;
}
.fulltab-img{
    width:100%;
    height:41px;
    float:left;
    background:#eeeeee;/*url(../images/fulltabimg.png) no-repeat scroll left center*/
}
.badge{background: #EE1000 none no-repeat scroll 0 0;border-radius: 50%;color: #fff;float: left;
       margin:3px 5px;text-align: center;min-width: 22px;height:22px;line-height: 12px;
       position: absolute;top: -15px;right: -12px;padding: 2px;border: 2px solid #FFFFFF;font-size: 13px;
}
.complete-stp{margin:3px 0 0 3px !important;height:11px;width:12px;}
.active-stp.badge{margin:-3px 0 0 -37px;}
.fulltab-img ul li.active{background: url(../images/first-tab.png) no-repeat scroll left 0;}
.fulltab-img ul li:last-child {
    padding: 8px 61px 8px 13px;
    border-right:0 none;
}

li.active-stp2{
    background:#0e4468;/* rgba(0, 0, 0, 0) url("../images/tabs-ribbon.png") no-repeat scroll left 0;*/
    /* margin: 0 0 0 -31px;*/
}
li.active-lastarw{
    background: rgba(0, 0, 0, 0) url("../images/last-arrowbg.png") no-repeat scroll left 0;
    margin: 0 0 0 6px;
    height: 41px;
    padding-right: 80px !important;
}
/*li.active-stp2 .badge {
    margin: 0 0 0 30px;
}*/
.active-lastarw .badge {
    margin-left: 36px;
}
li.active-stp2 > img {
    float: right;
    margin: -10px 0 0 -1px !important;
}
li.active-stp2 > img.step3-arrow{margin-left: 20px !important;}
li.active-stp2 > img.step4-arrow{margin-left: 19px !important;}
li.active-stp2 strong,
li.active-lastarw strong{color: #fff !important;}

.fulltab-img ul li strong {
    color: #909090;
    float: left;
    font-size: 12px;
    margin: 5px 0 0 5px;
}
.fulltab-img ul li.active strong {color: #fff;}
.fulltab-img li img{margin: -10px 0 0 0px;}
.licenceereg.common-form1 p{float: left;width: 450px;clear: inherit;width: 320px;}
.licenceereg.common-form1{margin: 20px 0px;}
.licenceereg .row.buttons, .licenceelog .row.buttons{float: left;width: 100%;text-align: center;margin:15px 0 0 0;}
/*.licenceereg #save, .licenceereg #cancel, .licenceelog #save{margin-left: 0px;background:#0e4468 !important; border-radius:5px;padding: 5px !important;width: auto;}*/
.licenceereg.common-form1.latxt-wi200 label{width: 160px;}
.licenceereg.common-form1.latxt-wi200 input[type="text"],
.licenceereg.common-form1.latxt-wi200 input[type="password"],
.licenceereg.common-form1.latxt-wi200 select{width: 150px;}
.licenceelog{margin: 20px 0px;}
.licenceelog p{width: 550px;}
.hdtxt-reg{
    display: block;
    margin: 0 0 15px;
    font-weight:normal;
    font-size:16px;
}
.boxed-rightform{float: right;margin: 4px 0px;}
.boxed-rightform > label,.status-up-down label{float: left;margin: 5px 5px 0 0;font-size: 14px;color: #364760;}
.boxed-rightform > input{
    background: #d6dadf;
    color: #49bc4e;
    float: left;
    font-weight: 600;
    margin: 0 10px 0 0;
    width: 80px !important;
    border:none !important;
    text-align: center;
    font-size: 14px;
}
.status-up-down{
    margin: 5px 0px;
}
.status-up-down input{
    background: none repeat scroll 0 0 #edf4f5;
    color: #49bc4e;
    float: left;
    font-weight: 600;
    margin: 0 10px 0 0;
    width: 80px !important;
    border:none !important;
    padding: 4px;
    text-align: center;
}
.status-up-down > input:nth-child(4){
    color: red;
    margin-right: 0px;
}
.boxed-rightform > input:nth-child(4){
    margin-right: 0px;
    color: red;
}

/*** licencee styles End here***/
.retailer-dash{
    height:575px;
}
/***ps login styles start here ***/
.dstlry-list{
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin-right: 1%;
    max-height: 700px;
    overflow: auto;
    width: 20%;
    overflow-x:hidden; 
}

.dstlry-list > ul {
    float: left;
    width: 100%;
}
.dstlry-list li {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 14px;
    width: 100%;
}
.dstlry-list li a{ 
    display: block;
    padding: 7px 3px;
    background:#0BA5CA;
    color:#fff;
}
/*.dstlry-list li a:hover,li.active a{
background: #0F6980 none repeat scroll 0 0 !important;
 
}*/
/*#tags_anchor {
    padding: 4px;
}*/
.fz-18{
    color: #06960e;
    font-size: 18px;
    margin: 0px 0 10px;
}
.nav-right{float:right;}
.frame-content {
    float: left;
    margin-left: 0;
    /* overflow: auto;*/
    width: 79%;
}
.activ{background: #e2eaed none repeat scroll 0 0 !important;}
.nav-right .font_bold{font-weight:bold;text-decoration:underline;}
/***ps login styles end here***/
.frme_content{
    width:100%;
    height:400px;
    border:1px solid #ddd;
    float:left;
    max-height:500px;
    overflow:auto;
}
.notifi {
    float: left;
    left: -20px;
    position: relative;
    top: 9px;
    cursor: pointer;
    z-index:999;
}
.badgecount {
    background: red none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 600;
    height: 12px;
    left: 6px;
    line-height: 9px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 12px;
}
.notifi:hover .drop-notifi {
    z-index: 999;
    float: left !important;
    cursor: pointer;
    top: 22px;
}
.drop-notifi {
    background: #ededed none repeat scroll 0 0;
    color: #222;
    font-size: 13px;
    margin: 0px 0 0 -50px;
    padding: 5px;
    width: 200px;
    position: absolute;
}
.drop-notifi li{
    padding: 5px 0px;
}
.drop-notifi li > a{border-bottom: none!important;}
.drop-notifi.arrow_box img{margin-left:0px;display:block;}
.drop-notifi li > a{border-bottom: none!important;}
.arrow_box {background: #fff; border: 2px solid #eee;}
.arrow_box:after, .arrow_box:before{ bottom: 100%; left: 0%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;top:-16px;left:48px;overflow:auto;} 
.arrow_box:after { border-color: rgba(136, 183, 213, 0); border-bottom-color: #eee; border-width:7px; margin-left: 0px;display:block; }
.arrow_box:before { border-color: rgba(194, 225, 245, 0); border-bottom-color: #eee; border-width:7px; margin-left: 0px; }
.drop-notifi .overflow{
    max-height:200px;
    overflow:auto;
}
.notification-list{
    display:block;
    width:100%;margin:3px 0;
}
.reports-links{
    display: inline-block;
    float: left;
    margin: 2px 0;
    position: relative;
    width: 100%;
}
.reports-links span{
    display: inline-block;
    padding: 5px 40px;
    text-align: center;
    /* width: 200px; */
    background: #1d9d74;
    cursor: pointer;
    /*font-size: 600;*/
    font-size: 20px;
    color: #fff;
}
#reportslinks{
    display: none;
}
.reports-links ul {
    float: left;
    list-style: none;
    margin: 10px 0 0;
}
.reports-links ul li {
    float: left;
    min-height: 54px;
    margin-bottom: 15px;
}
.reports-links ul li a{
    background: #fff;
    border-radius: 8px;
    margin-left: 5px;
    box-shadow: 2px 2px 2px 2px #8c9abf1a;
    color: #364760;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 15px;display: block;
}
.reports-links ul li a:hover{
    background-image: linear-gradient(to right, #289ba0, #0c9d97, #009e8b, #0b9e7c, #269e6b);
    color: #fff;
}
.shop-sales-report{
    float: right;
    margin: 0 0 5px 0;
}
.shop-sales-report label {
    display: inline-block;
    font-weight: 600;
    margin: 0 3px;
    font-size: 11px;
}
.shop-sales-report input {
    background:  #edf4f5 ;
    display: inline-block;
    font-weight: 600 !important;
    width: 100px !important;
    color: red;
    font-size: 11px;
}
.labelradio-btn {
    background: #e5e5e5;
    padding: 5px 0;
    text-align: center;
    margin: 0 0 5px;
}
.labelradio-btn label span{
    color:#222;
    display:inline-block;
    cursor:pointer;
}
.labelradio-btn input[type="radio"]{
    float: left;
    margin: 2px 5px 0 10px;
}
.selectallbtn input[type="button"]{
    background-image: linear-gradient(to right, #289ba0, #0c9d97, #009e8b, #0b9e7c, #269e6b);
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 6px;

}
.paging_full_numbers a.paginate_active,
.paging_full_numbers a:hover{
    background-color: #0a5b70;
    color: #fff !important;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #0a5b70;
    color: #333;
    cursor: pointer;
    margin: 0 3px;
    padding: 2px 5px;
}

/* scroll top css */
.scrollToTop{
    bottom: 30%;
    color: #fff;
    display: none;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    background: #ee6e73;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
    /*background: url(../images/up-icon.png) no-repeat 0 0;*/
}
.scrollToTop i{
    line-height: 34px;
}
.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus{
    text-decoration:none;
    background: #101823;
    color: #fff;
}
.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 200px;
}

/*multi selection */
.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 200px;
    margin-top: 5px;
    z-index: 1000;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 4px 0;
    width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 4px;
}

.fs-option {
    cursor: pointer;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('../images/multicheck-icon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-wrap .fs-option:hover {
    background-color: #f5f5f5;
}

.fs-wrap .fs-option.disabled:hover {
    background-color: none;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
}

.hidden {
    display: none;
}

.jscroller2_left.jscroller2_speed-60.jscroller2_alternate{
    margin-top: 35px;
}
#vehicle_num_change{
    display: block;
    left: 50%;
    margin-left: -262.5px;
    margin-top: -91px;
    position: fixed;
    top: 50%;
    z-index: 1002;
    background: #eef2f7 none repeat scroll 0 0;
    border: 1px solid #536376;
    border-radius: 6px;
    display: none;
    padding: 14px 22px;

}
/*multi selection end */

/*ICONS TABS START*/
.sale{
    font-size: 25px !important;
    color: #fff;
}
.circle{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: var(--blue-color);
    color: #fff;
    text-align: center;
    line-height: 42px;
}
.circle .icon{margin-right: 0;}
.tbl-btm-links .btn{
    background: var(--blue-color);
    color: #fff;
    margin: 3px 0 0 -10px;
    padding: 4px 10px;
    border-radius: 0px 8px 8px 0px !important;font-weight: 700;
}
.tbl-btm-links{display: inline-block;}
.tbl-btm-links .btn:hover{
    color: #fff;
}
.circle .fa{font-size: 18px;}
.indent-container .panel-default>.panel-heading {
    color: #fff;
    background: var(--blue-color) !important;
    border-color: #f9a777;
}
.indent-container .panel-heading a{
    color: #fff;
    display: inline-block;
    padding: 0 10px;font-weight: 600;
}
.indent-container .panel-heading .fltr-srch-icon i:hover{
    background: #1d1916;
    color: #fff;
}
.indent-container .fltr-srch-icon i:hover{
    background: inherit;
}
.indent-container .table thead th{
    background: rgb(39, 52, 69);
    color: #fff;
    text-align: center;
    padding: 4px;
}
.fav-container .panel-default > .panel-heading {
    background-color: #0e4468;
    border-color: #0e4468;
    color: #fff;
}
.indent-container table.table-bordered{margin-top: 10px;}
.indent-container table.table-bordered>tbody>tr>th{
    border-width: 1px;
    padding: 8px !important;
    
    font-size: 16px;
    font-weight: 600;
    background:
        rgba(54, 71, 96, 0.2) !important;
    border: 1px solid #b9b9b9 !important;
    color:
        #364760;
    text-align: left;
}
.indent-container .panel {
    margin-bottom: 10px;
}
.indent-container .panel-heading span {
    font-size: 15px;
    cursor: pointer;
}
.indent-container .panel-warning {
    border-color: #0e4468;
}
.indent-container .title-heading {
    margin-top: 0px;
    background: rgb(39, 52, 69);
    padding: 5px 10px;
    text-align: center;
    color: #fff;
}
.indent-container .panel-body {
    padding: 5px;
}
.indent-container .panel-warning>.panel-heading {
    color: #fff;
    background-color: rgb(39, 52, 69);
    border-color: rgb(39, 52, 69);
    padding: 8px 15px;
}

/*** Loading :: START **/
.lds-dual-ring {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*** Loading :: END **/

/***** media screens ****/

@media (min-width: 768px) and (max-width: 1024px) {

    .header_main{float:left; width:100% !important;}
    .header-bottombg{float:left; width:100% !important;}
    /*.jscroller2_left.jscroller2_speed-60.jscroller2_alternate{
        margin-top: -50px;
        margin-left: 50px;
    }*/
    #innerContent{padding: 0 5px;}
    #leftColumn{width: 17.3%;}
    .boxed{
        /*margin: 10px 0 0 0.5% !important;
        padding: 0.5%;*/
        width: 100% !important;
    }
    .title-blog{width: 100%;display: inline-block;}
    .boxed.rtlr-reg{
        width: 80.9%;
    }
    .table.display{width:84%;}
    .table-head > .column{width:16.333%}
    .footer-main{
        position: fixed;
        bottom: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    #leftColumn{width: 165px;}
    .boxed{width: 100%;}
    .table.display{width:84%;}
    /*.footer-main{
        position: fixed;
        bottom: 0;
    }*/
}


@media (max-width: 768px){

    #leftColumn{width: 22% !important;}
    .wrapper{width: 100%;}
    .boxed{width: 98%; overflow: auto;}
    .title-blog{width: 98%;display: inline-block;}
    .boxed.rtlr-reg{width: 74.9% !important;}

}

@media (min-width: 320px) and (max-width: 767px){

    /*.header{float:left; width:100% !important;}*/
    .header-bottombg{float:left; width:100% !important;}
    .wrapper{width: 100%;}
    .logo{width: auto;}
    .jscroller2_left.jscroller2_speed-60.jscroller2_alternate{
        margin-top: -50px;
        margin-left: 24px;
    }
    .jscroller2_left.jscroller2_speed-60.jscroller2_alternate img{
        width:250px;
    }
    .aside-menu{
        display: none;
    }
    .icon{
        display: inline !important;
    }

    .footer-content .footerright{
        margin: 0px 20px;
    }
    .footer-androidicon{
        margin: 6px 0 0 30px;
    }
}
/*Theme CSS Start*/
.select2.select2-container.select2-container--default.select2-container--below {
    min-width: 160px;
}
#switcher {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 10px 83px 0 100px;
}
#switcher li {
    border: 2px solid black;
    border-radius: 0;
    float: left;
    height: 30px;
    margin: 10px 0 15px 15px;
    width: 30px;
    cursor: pointer;
}

#theme1 {
    background: #ee6e73;
}
#theme2 {
    background: #0077c6;
}
#theme3 {
    background: #027878;
}

#yellowButton {
    background: #f00;
}

#theme-setting {
    height: 30px;
    padding: 5px 5px 5px 7px;
    /*position: absolute;
    right: 400px;
    top: -4px;*/
    width: 30px;
}
.btn-theme, .btn-theme.disabled {
    background: #101823 none repeat scroll 0 0;
    color: #fff;
    /*border: 1px solid #009efb;*/
}
.btn-theme:hover{background: #101823;/*border: 1px solid #ff7362*/}
.btn-circle {
    border-radius: 100%;
    height: 40px;
    padding: 10px;
    width: 40px;
}
.waves-effect {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    will-change: opacity, transform;
    z-index: 1;
}
.right-side-toggle >i {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotate;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
@-webkit-keyframes rotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes rotate-icon
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}

.right-side-toggle >i {
    border-radius: 50px;
    font-size: 25px;
    margin-left: -3px;
    margin-top: -3px;
}
#colors {
    background-color: #eee;
    border: 1px solid #eee;
    box-shadow: 8px 18px 22px #1d1c1c;
    display: none;
    /*float: right;*/
    position: absolute;
    /*right: 245px;*/
    text-align: justify;
    /*top: 26px;*/
    width: 350px;
    z-index: 99;
}
#colors >h2{background: #0271bd none repeat scroll 0 0;color: #fff;font-size: 20px;margin: 0;padding: 2px;text-align: center;}


/*Theme CSS End*/
.close_x {
    background: rgba(0, 0, 0, 0) url("../images/close.png") no-repeat scroll 0 0;
    display: block;
    height: 25px;
    line-height: 1000px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: -15px;
    width: 25px;
}
.fs-title, .heading {
    border-width: 1px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    background: var(--heading-bg) !important;
    color: #029583 !important;
    text-align: left;
    text-wrap: nowrap;
    border-radius: 8px;
}
.fontsizechanger a.changer:hover{background: #000;padding: 7px 5px;}
/*UP Styles Start*/
/*body.up{background: #f1d7d7;}
.header_main.up{background:#ee6e73 !important;}
.header-bottombg.up{background: #d0302a;border-top: 1px solid #d0302a;}
.form-1 button.up{
    background: #d0302a;  Fallback 
    background: -moz-linear-gradient(#d0302a, #ff656c);
    background: -ms-linear-gradient(#d0302a, #ff656c);
    background: -o-linear-gradient(#d0302a, #ff656c);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d0302a), to(#ff656c));
    background: -webkit-linear-gradient(#d0302a, #ff656c);
    background: linear-gradient(#d0302a, #ff656c);
}
.bg-layout.up{background: #f9efef;}
.aside-menu.up .main-nav li a:hover, .aside-menu.up .main-nav li a.active{background: #d0302a !important;}
.tabs.up a:hover, .tabs.up a.tabsactive2 {background: #d0302a !important;}
.tabs.up a {background: #ee6e73;}
.boxed.up {background: #f9efef none repeat scroll 0 0;}*/
/*UP Styles End*/
/*Assam CSS Start*/
/*body.assam{background: #d7e9f5;display: inline-block;width: 100%;box-shadow: 8px 10px 10px 10px #ccc !important;}
.header_main.assam{background: #0077c6 !important;}
.header-bottombg.assam{background: #0e4468 !important;border-top: 1px solid #0e4468;}
.form-1 button.assam{
    background: #0077c6;  Fallback 
    background: -moz-linear-gradient(#0077c6, #5e86a5);
    background: -ms-linear-gradient(#0077c6, #5e86a5);
    background: -o-linear-gradient(#0077c6, #5e86a5);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0077c6), to(#5e86a5));
    background: -webkit-linear-gradient(#0077c6, #5e86a5);
    background: linear-gradient(#0077c6, #5e86a5);
}
.bg-layout.assam{background: #ecf7ff;}
.aside-menu.assam .main-nav li a:hover, .aside-menu.assam .main-nav li a.active{background: #0077c6 !important;}
.tabs.assam a:hover, .tabs.assam a.tabsactive2 {background: #0077c6 !important;}
.tabs.assam a {background: #0e4468;}
.boxed.assam {background: #ecf7ff none repeat scroll 0 0;}
.btn-assam{background: #0077C6 !important;}
.btn-assam:hover{background:#0E4468 !important;}
label{text-align: left;}
#save, #edit, #save_value, #savesup, #update, #savebrand, #confirm, #rollback, .approve-btn, #approve, #approveexcise, #savechallan, #saveupdate, #GO {
    background: #0077C6;
    border: medium none;
    color: white;
    cursor: pointer;
}
#save:hover, #edit:hover, #save_value:hover, #verify:hover, #savechallan:hover {
    background: #0E4468 !important;
}
li.active-stp2.assam{background: #0077c6;}*/
/*Assam CSS End*/

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

/*.page-wrapper {
  height: 100vh;
}*/

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}
/*----------------show sidebar button----------------*/
/*#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}*/
.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    /*width: 260px;*/
    min-height: 500px;
    max-height: 100%;
    /*position: fixed;*/
    top: 0;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

/*.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}*/

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    color: #fff;
}
.sidebar-dropdown.active >a{background: #0077C6;}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.active{background: #484848;}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 0px;
    font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a{padding-left:25px !important;}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a{padding:0 0 0 0}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:hover{background:#484848;cursor: pointer}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.tabsactive2{background:#484848;}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer > a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

.page-wrapper .page-content > div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #525965;
}
::-webkit-scrollbar-thumb:active {
    background: #525965;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track:active {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}
:root {
    --primary-color: #00B493;
    --secondary-color: #CCE5FB;
    --blue-color: #027BEE;

}
.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}
/*New Styles*/
.form-group label{font-size: 14px;color: #252526;font-weight: 700 !important;padding-right: 7px;text-align: left!important;}
.input-group-addon{background: var(--primary-color) !important;color: #fff;font-size: 16px;border-color:var(--primary-color);padding-left: 10px;padding-right: 10px;}
.title-blog{padding-top: 70px;}
.breadcrumb{color:#8C3414;margin-bottom: 0px !important;background: none !important;font-size: 14px !important;font-weight: 600;padding: 0px !important;}
.breadcrumb li:last-child a{color: #8F949D;font-weight: 600;font-size:14px;}
.breadcrumb > li + li::before {color: rgba(37, 37, 38, 0.6);content:"\f054";font-family: 'FontAwesome';font-style: normal;font-size: 11px;}
.breadcrumb > li a{color: #1768BF;cursor: default;}
.grid-view table.items tr.odd{background: rgba(242, 188, 87, 0.2) !important;}
.grid-view table.items tr.even{background: #fff !important}
.grid-view table.items tbody tr:hover {background: rgba(248, 221, 171, 0.7) !important;}
.btn-search{color: #fff;font-weight: 600;font-size: 14px;background: var(--blue-color)}
.btn-search:hover{color: #fff;transition-duration: 0.4s;background: #04437e;}
.input-group .form-control{z-index: 0 !important}
.alert-success{font-size: 14px;}
.form-wrapper{padding-top: 10px;}
.form-wrapper .printicon-lspace{margin-left: 10px;}
.padding-top10{padding-top: 10px;}
#errmsg{color: red;padding-top: 6px;font-size: 12px;}
.select2-results__option{font-size: 14px;font-weight: 500;}
.form-control{border:1px solid #00b493;font-size: 14px;color: #252526;font-weight: 500;}
.dataTables_info{display:none;}
.cus-icon{padding-top: 5px;font-size: 17px;float: left;margin-right: 8px;/*display:block;text-align:center;*/}
.nav__item:hover .cus-icon:before, .nav__item--has-focus .cus-icon:before, .nav__item.active .cus-icon:before{color: #fff;}
.nav__item:hover .nav__menu-item:hover a{color: #fff;width:100%;}
.select2{min-width: 180px !important;}
.popup-head{padding: 9px;border-bottom: 1px solid #F2F4F8;margin-bottom: 12px;display: flex;justify-content: space-between;width: 100%;}
.popup-body{max-height:450px;overflow:auto}
.popup-footer{border-top: 1px solid #CCD3E6;width: 100%;text-align:  right;margin-top: 12px;padding: 9px;}
.close{font-size: 30px;opacity: 0.5;}
.multiselect-container .dropdown-menu {height: auto;max-height: 200px;overflow-x: scroll;}
.multiselect-container .dropdown-menu{overflow-y: auto;overflow-x: auto !important;}
.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox{text-align: left;line-height: 2}
button.multiselect{width: 200px !important;text-align: left;overflow: hidden;}
/*Custom dropdown submenu styles*/
.custom-submenu .dropdown-submenu {position: relative;}
.custom-submenu .dropdown-menu{padding: 10px 0;min-width: 190px;}
.custom-submenu .dropdown-submenu>.dropdown-menu {top: 0;left: 100%;margin-top: -6px;margin-left: -1px;-webkit-border-radius: 6px 6px 6px 6px;-moz-border-radius: 6px 6px 6px 6px;border-radius: 6px 6px 6px 6px;}
.custom-submenu .dropdown-submenu:hover>.dropdown-menu {display: block;}
.custom-submenu .dropdown-submenu>a:after {display: block;content: " ";float: right;width: 0;height: 0;border-color: transparent;
                                           border-style: solid;border-width: 5px 0 5px 5px;border-left-color: #ccc;margin-top: -18px;/*margin-right: -10px;margin-left: 4px;*/position: absolute;right: 10px;}
.custom-submenu .dropdown-submenu:hover>a:after {border-left-color: #fff;}
.custom-submenu .dropdown-submenu.pull-left {float: none;}
.custom-submenu .dropdown-submenu.pull-left>.dropdown-menu {left: -100%;margin-left: 10px;-webkit-border-radius: 6px 0 6px 6px;-moz-border-radius: 6px 0 6px 6px;border-radius: 6px 0 6px 6px;}
.custom-submenu .dropdown-menu > li:hover,.custom-submenu .dropdown-menu > li:focus{background: var(--blue-color);}
.custom-submenu .dropdown-menu > li:hover > a{color: #fff;}
.custom-submenu .dropdown-menu > li > a:focus, .custom-submenu .dropdown-menu > li > a:hover{color: #fff !important;background: var(--primary-color);}
.custom-submenu .dropdown-menu > li > a{color: #252526 !important;font-size: 15px;font-weight: 600;padding: 8px 4px !important;white-space: normal;}
.icon-Beer::before {color: #333;}
.reports-section .panel-default > .panel-heading {background: var(--heading-bg);color: var(--blue-color);cursor: pointer;}
.reports-section .panel-title{font-weight: 700;font-size: 18px;}
.reports-section .panel{background: #fff;}
.reports-section .panel-default{border-color: #f79c67;}
.reports-section .panel-default h4.collapsed::after {content: "\f077";}
.reports-section .panel-default h4::after {font-family: 'FontAwesome';font-style: normal;font-size: 14px;
                                           content: "\f078";float: right;margin-top: 1px;color: var(--blue-color); position: absolute;right: 15px;
}
.reports-section .panel-default .panel-body{padding: 10px;}
.nav__item{line-height: 26px;}
.panel-group.reports-section{margin-bottom: 15px;position: relative;}
.icon-Log-Out-2{font-size: 16px;}
.icon-Log-Out-2::before{color: #fff !important;}
.modal .modal-header h4{color: #364760;font-size: 24px;font-weight: 700;margin: 0 0 5px 0;}
.modal .modal-header{border-bottom: 1px solid #CCD3E6;padding: 10px;}
.modal .modal-content{padding: 10px 20px;border-radius: 8px;border:1px solid #fff;}
.modal .modal-footer{border-top:1px solid #CCD3E6;padding: 10px;}
.form-wrapper .info-title{font-size: 20px;font-weight: 800;margin-bottom: 10px;color: #8C3414;}
.ui-menu.ui-widget{font-size: 14px;}
.ui-menu .ui-menu-item .ui-menu-item-wrapper{padding: 4px 2px !important;border: none;}
.ui-menu-item .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item a:hover{background: var(--blue-color);color: #fff;cursor: pointer;}
.ui-menu.ui-widget-content{border-radius: 4px;} 
.tablesorter thead .sorting_asc:after{content: '\f0de';font-family: 'FontAwesome';font-style: normal;font-size: 14px;padding-left: 4px;color: #333;}
.tablesorter thead .sorting_desc:after{content: '\f0dd';font-family: 'FontAwesome';font-style: normal;font-size: 14px;padding-left: 4px;color: #333;}
.bottom_tab .form-inline .btn.btn-search{vertical-align: top;}
.common-form1 .error-msg {margin:4px 0 0 165px;}
.cus-noti li{width: 100%;border-bottom: 1px solid var(--heading-bg);background: rgba(255, 251, 241, 1);}
.cus-noti li a{color: #252526;padding: 6px 4px 0;font-weight: 400;}
.footer-content .footerright .tex a{color: #fff;}
.custom-submenu .dropdown-submenu > .dropdown-menu.left-submenu {left: auto !important;right:100%;max-height:360px;overflow-y:auto;overflow-x:hidden;}
.custom-submenu .dropdown-submenu > .dropdown-menu.right-submenu {left: 100% !important;right:auto;max-height:360px;overflow-y:auto;overflow-x:hidden;}
.custom-submenu.report-submenu .dropdown-submenu > .dropdown-menu {max-height:360px;overflow-y:auto;overflow-x:hidden;}

.nav__item.nav__menu-item--has-children:last-child ul.nav__dropdown::before{right:9px;left:auto;}
.nav__item.nav__menu-item--has-children:first-child ul.nav__dropdown{left:5px;right:auto;}
.nav__item.nav__menu-item--has-children:first-child ul.nav__dropdown::before{right:auto;left:9px;}
.action-links a,.action-links button{margin-right: 2px;margin-bottom: 6px;}
.action-links a.btn-search{color: #fff;} 
.nav__dropdown.large-dropdown{max-height: 400px;overflow-y: auto;overflow-x: hidden;}
.btn-search:focus{color: #fff !important;}
.cus-noti{max-height:300px;overflow-y:auto;overflow-x:hidden;min-width: 210px;}
.topmenu-rightul i.fa-bell{font-size: 20px;}
.cus-noti li:hover{background: var(--blue-color);color: #fff;}
.cus-noti.dropdown-menu > li > a:hover{background: none;color: #fff;}

.dataTables_length .select2-container--default .select2-selection--single{border: 1px solid var(--primary-color) !important;}
.site-logout{padding: 7px 6px 10px 6px;border-radius: 4px;}

.site-logout:hover i{color: #0C1A41}
.cus-icon:before{color: #fff !important;}
.btn-group-xs > .btn, .btn-xs{font-size: 13px;font-weight: 500;}
.topmenu-rightul i.fa-bell:hover{transition: 0.70s;-webkit-transition: 0.70s;-moz-transition: 0.70s;-ms-transition: 0.70s;
                                 -o-transition: 0.70s;-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);
                                 -ms-transform: rotate(360deg);transform: rotate(360deg);}
.topmenu-rightul li:last-child{padding-right: 0px;} 
label.radio-inline {font-weight: 600 !important;}
.nav__inner-wrap li.nav__item:first-child{margin-left: 0px;}
.common-form1 .select2{width:auto;}
.sessiontime-left a{cursor:default;}
.sessiontime-left span{color:#0c1a41;}
.popup-body .max-w-max-h{max-height: none;}
.global-loading{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);
                /*opacity: 0.8;*/z-index: 10444;right: 0;bottom:0;text-align: center;} 
.global-loading img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;
                    /*background: rgba(0,0,0,0.3);*/border-radius: 10px;padding: 0 10px;width: 160px;}
.w-100{width:100% !important;}

.dataTables_paginate.paging_two_button a.paginate_disabled_previous,
 .dataTables_paginate.paging_two_button a.paginate_disabled_next{
    color: #777;
    cursor: not-allowed;
    background-color: #fff !important;
    border-color: #a7a6a6;
}
.no-wrap{white-space: nowrap;}
.common-header{
 background: #F2BC57;
 min-height: 80px;
 margin-bottom: 0px;
}
.common-logo img{width: 68px;}
.common-header .navbar-right{
 margin-top: 10px;
}
.common-swatch-logo img{
 width: 116px;
}
.logo-righttxt{
 color: #502814;
 font-size: 22px;
 font-weight: 800;
 display: flex;
 flex-direction: column;
 justify-content: center;
 min-height: 80px;
 padding-left: 6px;
}
.logo-righttxt span{
 font-size: 16px;
 font-weight: bold;
 display: block;
}
.common-header .navbar-toggle{border-color: #502814;}
.common-header .navbar-toggle .icon-bar{background: #fff;}
.common-footer{position: relative;bottom: 0;width: 100%;background: var(--blue-color);padding-top: 6px;padding-bottom: 5px;color: #fff;}
.common-footer a{color: #fff;}
.top-action{float: left;}
.top-action i{padding-right: 6px;}














@media (min-width: 320px) and (max-width: 767px){
    .login-wrapper{width: 100%;}
    .logo img{width: 60px;}
    .swatch-logo{float: right;}
    .swatch-logo img{width: 100px;}
    /*.header{position: relative;}*/
    /*.topmenu-right{margin-top: 26px !important;}*/
    #nav-trigger{display: none !important;}
    .bottom_tab{text-align: left;}
    .common-form1 h2, .headind-txtone{font-size: 21px;}
    .common-form1.formwidth550{width: 100%;}
    .page-title{font-size:16px;}
    .topmenu-rightul li{padding: 0 2px;}
    .topmenu-rightul li a{font-size:12px;}
    .bottom_tab .select2{width:100% !important;}
    .logo-righttxt{font-size: 16px;}
    .logo-righttxt span{font-size: 14px;}
    .common-footer{position: relative;}
    .top-action{float: inherit;}
}

@media (max-width: 1200px){
    #outerContent{margin-top: 30px;}
    .nav__inner-wrap{z-index: 1 !important;}
    /*#nav{margin-top: 34px;} 
    .title-blog{padding-top: 130px;}*/ 
    .profilebg-div{margin-top: 18px;}
}

@media(max-width:608px){
    .logo-rightcontent{font-size: 16px;text-align: left;position:absolute;left: 90px;margin: 0px;top: 10px;}
}
@media(max-width:560px){
    .footer-content .footerright {
        text-align: center;
        width: 100%;
    }
    .footer-content .footerright .tex{
        padding-top: 4px;
        float: left;
        padding-left: 30px;
    }
    .footer-content .footerleft{
        width:100%;
    }
    .footer-androidicon {
        float: right;
    }

}


/* ########## DataTables ########## */

/* .dt-length .select2{
    min-width: 52.2667px !important;
} */
/* 
.dt-layout-row{
    display: none;
} */

/* label[for="dt-length-0"]{
    display: none;
}

.boxed .top,
.boxed .bottom,
.boxed .top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.boxed .bottom {
    padding-top: 10px;
    width: 100%;
}
div.dt-buttons {
    margin: 0 5px;
}

div.dt-buttons>.dt-button {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;

}

div.dt-buttons>.dt-button img {
    width: 29px;
    padding: 2px;
    border: 1px solid #eeee;
    border-radius: 5px;
}

div.dt-buttons>.dt-button img:hover {
    background-color: #ddd;
}
div.dt-container .dt-paging .dt-paging-button {
    background: #eeee !important;
    border-radius: 4px !important;
    margin: 2px;
}
.dt-container *{
    font-size: 14px;
}
.paging_simple_numbers{
    text-align: center;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    border-color: transparent !important;
    background-color: var(--blue-color) !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled:hover {
    background-color: #eee !important;
}

div.dt-container .dt-paging.paging_simple_numbers .dt-paging-button.current {
    border: 1px solid var(--blue-color) !important;
    background-color: var(--blue-color) !important;
    color: #fff !important;
}
@media screen and (max-width:767px) {
    .topmenu-rightside li {
        margin: 10px 0;
    }

    .boxed .top,
    .boxed .bottom,
    .boxed .top .left {
        justify-content: center;
    }
} */
/* .dtr-details {
    display: flex !important;
    align-items: stretch;
    flex-wrap: wrap;
}
.dtr-details li{
    padding: 10px !important;
    border-right: 2px solid #F2BC5742;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dtr-title{
    margin: 5px;
}
.dtr-title::after{
    content: " : ";
}
.dtr-data{
    display: flex;
    align-items: center;
}
.dtr-data * {
    margin: 0 5px;
} */
/* .dtr-title::after{
    content: " : ";
} */
/* ####### Mobile new ######### */
@media  screen and (max-width: 767px) {
    #sign_up, #sign_up1, #sign_up2, #sign_up3,#sign_up4,#sign_up5,#sign_up6,#sign_up7{
        max-width: 750px;
        width: 90%;
    }
    .popup-wi885 .common-form1 p{
        width: auto;
    }
}

.logo-nav{
    display: none;
}

#openNav{
    display: none;
}

#my-table-sorter{
    position: relative;
}

.desktop_search input{
    width: 243px;
    font-size: 14px;
}

.nav__link .fa-exchange{
  color: #333;
  font-size: 15px;
}

.log{
    display: flex;
    padding: 8px 10px;
    background: #F2F4F8;
    border-radius: 4px;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
}
.log .fa-bell{
    font-size:18px !important;
}
.topmenu-rightul{
    display: flex;
    align-items: center;
    gap: 10px;
}
.log .fa-home{
    font-size: 22px !important;
}
.topmenu-rightul .link{
    display: flex;
    gap:10px;
}
.sessiontime-left a{
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-text);
}

.page-title{
    position: relative;
    margin-bottom: 15px;
    color: #0C1A41;
    font-weight: bold;
    font-size: 20px;
    padding: 0 15px;
    float: none !important;
    text-align: left;
}
.page-title::before{
    content: "";
    position: absolute;
    left: 0px;
    width: 5px;
    height: 100%;
    background: var(--primary-color);
    border-radius: 0 3px 3px 0;
}
.filterdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bread.pull-right {
    float: none !important;
}
.logo-container{
    display: flex;
    align-items: center;
}
.popup-head h2{
    position: relative;
    margin-left:-10px;
    margin: 0;
   font-size: 22px;
    font-weight: bold;
}
.actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup-head h2::after{
    width: 5px;
    height: 108%;
    background: var(--primary-color);
    position: absolute;
    left: -21px;
    content: "";
    border-radius: 4px;
}
.unit_name a{
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-text);
}
/* #save_online{
    background: #1e4d6f !important;
    color: #fff !important;
} */

.dataTable .btn {
    margin: 4px;
}
.fullwidth input:not([type="checkbox"], [type="radio"], [type="button"]),
.fullwidth .select2-container.select2,
.fullwidth textarea {
    width: 100% !important;
    max-width: 100% !important;
}