.badge-common {
    color: #fff;
    border-radius: 17px;
    padding: 5px 16px;
    font-size: smaller;
}
.badge-danger{
    background: #fd397a !important;
}
.badge-success{
    background: #1dc9b7 !important;
}
.chart-svg{
    height:160px;
    width:160px;
}
.chart-svg svg{
    height:160px;
    width:160px;
}
.dropdown-menu.custom-dropdown {
    left: -30px !important;
    padding: 10px;
    min-width: 280px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.dropdown-menu.custom-dropdown a {
    margin-bottom: 10px;
}

.m-btn--icon.m-btn--icon-only {
    background: #fff !important;
}

.m-subheader {
    display: inline-block;
}

.search-section {
    display: inline-block;
    padding: 0px 30px 0 30px;
    float: right;
}

.search-section label input.search-entries-field {
    margin-left: 0;
}

.m-subheader {
    display: block;
    clear: both;
}

.m-dropdown.m-dropdown--inline.m-dropdown--arrow.m-dropdown--align-right.m-dropdown--align-push:hover .m-dropdown__wrapper {
    display: block;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 500px;
}

.search-section {
    padding: 0px;
    color: #000;
}

.search-section label {
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 5px;
    color: #000;
}
/*****************************************/
.short-password{
    font-weight:bold;
    color:#FF0000;
    font-size:12px;
}
.weak-password{
    font-weight:bold;
    color:orange;
    font-size:12px;
}
.good-password{
    font-weight:bold;
    color:#2D98F3;
    font-size:12px;
}
.strong-password{
    font-weight:bold;
    color: limegreen;
    font-size:12px;
}
.log-red-btn {
    color: #fff;
    background-color: #e12330;
    border-color: #dc1e2b;
}

.m-subheader {
    border-bottom: 1px solid #6167e0;
    padding-bottom: 5px;
}
span.required{
    color: #c00102;
    margin-left: 5px;
    font-weight: 600;
}
.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}
.portlet.box.red {
    border: 1px solid #ce1723;
    border-top: 0;
    background-color: #ce1723 !important;
}
.portlet.box>.portlet-title {
    border-bottom: 0;
    padding: 0 10px;
    margin-bottom: 0;
    color: #fff;
    min-height: 40px;
}
.portlet>.portlet-title>.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}
.portlet.box>.portlet-body {
    background-color: #fff;
    padding: 15px;
}
.search-options{
    margin-bottom: 15px;
}

.search-options label {
    font-weight: normal;
}

label select.search-entries-field {
    width: 75px;
    margin: 0 6px;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
label input.search-entries-field {
    width: 300px;
    margin-left: 6px;
    padding: 0.65rem 0.5rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table-responsive > .table-bordered {
    border: 1px solid #e7ecf1;
}
.table.table-striped thead th {
    border: 1px solid #e7ecf1;
}

img.client-img-60{
    width: 60px;
    height: 60px;
}
img.event-img {
    width: 214px !important;
    height: 120px !important;
}
.portlet-title label.caption-ser-label select.caption-search {
    width: 110px;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.25;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    margin: 0px 6px;
    padding: 0.3rem 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(206, 212, 218);
    border-image: initial;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.portlet-title label.caption-ser-label {
    margin-top: 5px;
}

.event-item-cont {
    margin-bottom: 20px;
    position: relative;
    border: 2px solid #cd1723;
    border-style: dotted;
}
.event-item-cont img.event-img-a {
    height: 180px;
    width: 248px;
    margin: 0 auto;
}

.event-item-cont section.sec-event-det {
    width: 100%;
    position: absolute;
    bottom: 0;
    max-height: 75px;
    overflow: hidden;
    padding: 4px;
    background: rgba(158, 158, 158, 0.62);
    color: #FFF;
}
.event-item-cont section.sec-event-det p.title {
    font-weight: 600;
    margin-bottom: 5px;
    font-style: italic;
}
.event-item-cont section.sec-event-det p.desc {
    text-align: justify;
}

.event-item-cont span.event-item-act {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #c3c3c3;
    margin: 0 20px;
    border-radius: 4px;
}
.event-item-cont span.event-item-act i{ 
    color: #fff;
    margin: 5px 10px;
}

.event-item-cont span.event-item-act i:hover{ 
    cursor: pointer;
}
.event-item-cont:hover span.event-item-act{
    visibility: visible;
    opacity: 1;
}

table.event-list thead tr th, table.event-list tbody tr td {
    font-size: 12px;
}

h4.form-block-title {
    text-align: center;
    margin: 25px 0;
}
img.inv-logo {
    width: 300px;
    height: 100px;
    margin-bottom: 20px;
}

/*========================= css for template creator page ========================*/

.table-box.red{
    border: 1px solid #ccc;
    background-color: #9E0101 !important; 
    color:#fff;
}

.drk-box.box.red {
    border: 1px solid #ccc;
    color:#fff;
    border-top: 0;
    background-color: #9E0101 !important;
}
.drk-box .portlet-title{
    text-align: center;
    padding: 12px;
}
.drk-box .portlet-title .caption{
    font-weight: 500;
    font-size: 16px;
}
.drk-box .table-box .tbl-top{
    width: 100%;
    max-width: 100%;    padding-left: 8px;

}
.drk-box .table-box .tbl-top th{
    padding: 0px 10px
}

.drk-box .table-box table{
    text-align: center;
}

.tbl-top tbody{
    font-size: 10px;
}

.drk-box .table-box table.second-table{
    text-align: center;
    margin-bottom: 2px;
}
.drk-box .table-box table.second-table tbody tr th{
    border: 1px solid #700101;
    padding: 7px 10px;
}
.drk-box .table-box table.second-table tbody tr{
    font-size:10px;
}
.drk-box .table-box table.second-table tbody tr td{
    background-color: #BA0101;
    border: 2px solid #9E0101;
    padding: 0.32rem;
}
.drk-box .table-box table.second-table tbody tr td:last-child{
    border-right: none;
}
.width-box-1{
    width: 55px;
    font-size: 11px;
    height: 20px !important;
    border-radius: 2px;    padding: 5px 5px;

}
.width-box-6{
    width: 55px;
    font-size: 11px;
    height: 20px !important;
    border-radius: 2px;    padding: 5px 5px;

}
.width-box-4{
    font-size: 11px;
    height: 20px !important;
    border-radius: 2px;
    padding: 3px 7px;
}
.width-box-3{
    font-size: 11px;
    height: 20px !important;
    border-radius: 2px;
}

.width-box-2{
    width: 185px;
    font-size: 11px;
    height: 20px !important;
    padding: 3px 7px;
    border-radius: 2px;
}

.form-control.width-box-2.readonly[readonly] {
    background-color: #FFF;
    cursor: default;
}

.drk-box .table-box table.second-table tbody tr td .m-radio{
    margin-bottom: 15px;
    margin-left: 12px !important;
    margin-right: 0px !important;
}
.drk-box .table-box table.second-table tbody tr td .m-radio > span:after{
    border: solid #fff;
    background: #fff;
}
.drk-box .table-box table.second-table tbody tr td .m-radio > span{
    border: 1.5px solid #fff;
}

.drk-box .table-box table.second-table tbody tr td .qq-uploader{
    background-color: #9E0101;
}
.drk-box .table-box table.second-table tbody tr td .qq-uploader .qq-upload-button{
    padding: 10px;
}
.drk-box .table-box table.second-table tbody tr td .qq-upload-list{
    margin-bottom: 0;
}

.left-flt{
    float: left;
    padding-top: 3px;
}
.rgt-flt{
    float: right;
    padding-top: 3px;
}
.btm-btn{
    padding: 6px 0px;
}
.btm-btn .btn{
    background-color: #fff;
    color: #9E0101;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 500;
}
.btm-btn .btn:hover{
    background-color:#BA0101;
    color: #fff;
    border: 1px solid #BA0101;
}
.btm-btn .btn:active{
    background-color:#BA0101;
    color: #fff;
    border: 1px solid #BA0101;
}

.drg-box{
    background-color: transparent;
    padding: 25px;
}

.cst-draggable {
    display: inline-block;
    padding: 0px;
    background-color: #BA0101;
    padding: 5px;
    position: relative;
}
.cst-draggable .cross-box{
    background-color: #BA0101;
    position: absolute;
    color: #fff;
    top: -5px;
    left: -16px;
    padding: 3px;
    border-radius: 50%;
    cursor: move;
}.preview {
    border: 1px dashed grey;
    position: absolute;
    overflow: hidden;
}

.cst-heading-1{
    display: inline-block;
    position: relative;
    margin-bottom: 35px !important;
}
.cst-heading-1:after{
    bottom: 11px;
    content: "";
    position: absolute;
    right: -130px;
    width: 120px;
    height: 2px;
    background-color: #666;
    display: inline-block;
    z-index: 1;
}
.cst-heading-1:before{
    bottom: 11px;
    content: "";
    position: absolute;
    left: -130px;
    width: 120px;
    height: 2px;
    background-color: #666;
    display: inline-block;
    z-index: 1;
}
/*========================= end css for template creator page ========================*/
.final-top-heading{
    padding: 15px 15px;
}
.final-top-heading .left-prt{

}
.final-top-heading .mid-prt h1{
    font-size: 16px;
    margin-bottom: 0;
}
.final-top-heading .right-prt{

}

.number-list li{
    list-style-type: upper-roman;
    margin-bottom: 10px;
    padding-left: 5px;
}

.number-list li:hover{
    cursor: pointer;
    color: #4CAF50;
    font-weight: 600;
}
.number-list li.active{
    color: #cd1723;
    font-weight: 600;
}
.subcharges_item{
    margin-top: 15px;
}
.subcharges_item:first-child{
    margin-top: 0;
}
.subcharges_item .item-fields{
    border: 1px solid #ddd;
    padding: 15px 15px 0;
    border-radius: 4px;
}

.scroll-content .subcharges_item i.close-charges-item{
    cursor: pointer;
    color: #cc1723;
}

.scroll-content .subcharges_item:first-child i.close-charges-item{
    display: none;
}


li a.add-option-sub-charge{
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
}

.tab-content .tab-pane .scroll-content {
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

/*================== scroll css ============*/
/* width */
.tab-content .tab-pane .scroll-content::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.tab-content .tab-pane .scroll-content::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.tab-content .tab-pane .scroll-content::-webkit-scrollbar-thumb {
    background: #253d52; 
}

/* Handle on hover */
.tab-content .tab-pane .scroll-content::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


.number-list{
    position: relative;
}

.number-list li:hover{
    cursor: pointer;
    color: #4CAF50;
    font-weight: 600;
    position: relative;
}
.new-li-cst-stl{
    position: absolute;
    right: 0;
    visibility: hidden;
    color: #C10003;
    background-color: #5f5c5c;
    padding: 2px;
}
.new-li-cst-stl a:hover{
    color: #f1f1f1;
}
.new-li-cst-stl a{
    color: #fff;
}
/*.number-list li:hover .new-li-cst-stl{
    visibility: visible;
}*/
.number-list li.active .new-li-cst-stl{
    visibility: visible;
}
.m-body {
    overflow: inherit;
}
/***********************CROPBOX*****************/
.imageBox
{
    position: relative;
    height: 400px;
    width: 400px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}

.imageBox .thumbBox {
    width: 230px;
    height: 200px;
    margin-top: -100px;
    margin-left: -118px;
}
.imageBox {
    height: 300px;
    width: 330px;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    .imageBox, .action {
        width: 100%;
        max-width: 100%;
    }
}
/***********************CROPBOX*****************/
.side-sec{
    display: inline-block;
    width:49%;
}
.action{text-align: center;}
.footer-upload input[type="file"]{
    float: left;
    width: 193px;
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 36px;
}
.checbox-switch{
    margin-top:8px;
}


/************************** 5/6/2018 ************************ */

ul.portlet-body-list-wrap{ margin: 0; padding: 0;}
ul.portlet-body-list-wrap li{ display: block; width: 100%; padding: 10px 0px; border-bottom: 1px solid #700101; position: relative;}
ul.portlet-body-list-wrap li .width-box-1, .width-box-2,.width-box-4, .width-box-6{ height: 25px !important;}
ul.portlet-body-list-wrap li label{ display: block; font-size: 13px; padding-bottom: 5px; margin-bottom: 0px;}
ul.portlet-body-list-wrap li .row-block{ display: block; width: 100%;}
ul.portlet-body-list-wrap li .row-block label{ display: inline-block !important; color: #fff; padding-bottom: 0px !important; margin-right: 15px;}
.row-block label{ display: inline-block !important; color: #fff; padding-bottom: 0px !important; margin-right: 15px;}
ul.portlet-body-list-wrap li .row-block .m-radio > span{ border: 1.5px solid #fff;}
ul.portlet-body-list-wrap li .row-block .m-radio > span:after{ border: solid #fff; background: #fff;}
ul.portlet-body-list-wrap li .row-block .qq-uploader{ background-color: #9E0101;}
ul.portlet-body-list-wrap li .row-block .qq-uploader .qq-upload-button{ padding: 10px;}
ul.portlet-body-list-wrap li .row-block .qq-upload-list{ margin-bottom: 0;}
ul.portlet-body-list-wrap li .row-block-outer{ margin-top: 15px;}
.row-block .m-radio > span{ border: 1.5px solid #fff;}
.row-block .m-radio > span:after{ border: solid #fff; background: #fff;}
.row-block .qq-uploader{ background-color: #9E0101;}
.row-block .qq-uploader .qq-upload-button{ padding: 10px;}
.row-block .qq-upload-list{ margin-bottom: 0;}
.row-block-outer{ margin-top: 15px;}
.start-field {
    margin-top: 20px;
}
.start-field .row-block{margin-bottom: 12px;}
.start-field .row-block .m-radio > input:checked ~ span{
    border:2px solid #fff;
}
.start-field .row-block input,
.start-field .row-block select{
    width:100%;
}
.start-field .row-block input.width-50{
    width:49.2%;
    display: inline-block;
}
ul.portlet-body-list-wrap li h3{ text-align: center; font-size: 13px; color: #fff;}
ul.portlet-body-list-wrap li .row-block .row-block-inner{ margin-right: 15px;}
ul.portlet-body-list-wrap li .row-block .row-block-inner .form-control{ display: inline-block !important;}
ul.portlet-body-list-wrap li .remove-icon{ position: absolute; top: 15px; right: 5px;}
ul.portlet-body-list-wrap li .remove-icon a{ color: #fff;}
ul.portlet-body-list-wrap li .no-left-padd{ padding-right: 0px;}
ul.portlet-body-list-wrap .add-clone{ text-align: right; padding: 10px 0px;}
ul.portlet-body-list-wrap .add-clone a{ display: inline-block; padding: 5px 15px; background-color: #fff; color: #BA0101; border-radius: 5px; font-weight: 500;}
ul.portlet-body-list-wrap .add-clone a:hover{ display: inline-block; padding: 5px 15px; background-color: #BA0101; color: #fff; border-radius: 5px; font-weight: 500; text-decoration: none;}



/*.portlet-body-left{ max-width: 450px; width: 100%; padding: 0px 15px; float: left;}*/
.portlet-body-left{ max-width: 600px; width: 100%; padding: 0px 15px; float: left;}
.portlet-body-left .step-tab{ }
.portlet-body-left .panel-heading{ overflow: hidden;}
.portlet-body-left .panel-heading ul{ text-align: center; padding: 0; margin: 0;}
.portlet-body-left .panel-heading ul li{ float: left; list-style-type: none; width: 33.333%; position: relative;}
.portlet-body-left .panel-heading ul li a{ color: #000; background-color: #8a8a8a; padding: 12px 0px; display: block; font-size: 18px; font-weight: 500; border-left: #2f2d2e solid 1px;}
.portlet-body-left .panel-heading ul li:first-child a{ border-left:none; }
.portlet-body-left .panel-heading ul li a:hover{ text-decoration: none;}
.portlet-body-left .panel-heading ul li a.active{ background-color: #2f2d2e; color: #fff;}
.portlet-body-left .panel-heading ul li:first-child a.active:after{
    content: '';
    display: block;
    border-color: transparent transparent transparent #2f2d2e;
    border-style: solid;
    border-width: 26px;
    position: absolute;
    top: 6px;
    right: -52px;
    margin-top: -7px;
    z-index: 99;
}
.portlet-body-left .panel-heading ul li:nth-child(2) a.active:after{
    content: '';
    display: block;
    border-color: transparent transparent transparent #2f2d2e;
    border-style: solid;
    border-width: 26px;
    position: absolute;
    top: 6px;
    right: -52px;
    margin-top: -7px;
    z-index: 99;
}
.portlet-body-left .panel-heading ul li:nth-child(3) a.active:before{
    content: '';
    display: block;
    border-color: transparent transparent transparent #8a8a8a;
    border-style: solid;
    border-width: 26px;
    position: absolute;
    top: 6px;
    left: 0px;
    margin-top: -7px;
    z-index: 99;
}
.portlet-body-left .panel-heading ul li:nth-child(2) a.active:before{
    content: '';
    display: block;
    border-color: transparent transparent transparent #8a8a8a;
    border-style: solid;
    border-width: 26px;
    position: absolute;
    top: 6px;
    left: 0px;
    margin-top: -7px;
    z-index: 99;
}

.portlet-body-left .panel-body{ padding: 0px 15px; }

.portlet-body-right{ width: 100%; padding: 0px 15px 100px 15px; float: left;}

#template_preview_conter img{
    max-width: 100%;
}

.nw-drp{
    border-radius: 30px;
    position: relative;
    top: 20px;
    left: 30px;
}

/* ------------ Responsive Media -------------------- */

@media only screen and (min-width: 1920px) and (max-width:2200px) {

    .portlet-body-right{ max-width: 1250px; overflow-x: scroll;}   

}

@media only screen and (min-width: 1600px) and (max-width:1919px) {

    .portlet-body-right{ max-width: 930px; overflow-x: scroll;}   

}

@media only screen and (min-width: 1366px) and (max-width:1599px) {

    /*.portlet-body-right{ max-width: 700px; overflow-x: scroll;}*/  
    .portlet-body-right{ max-width: 450px; overflow-x: scroll;}  


}


@media only screen and (min-width: 1024px) and (max-width:1365px) {

    .portlet-body-right{ max-width: 490px; overflow-x: scroll;}


}

@media only screen and (min-width: 768px) and (max-width: 1023px) {



}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}




@media only screen and (min-width: 320px) and (max-width: 479px) {
}  

.datepicker-days{
    display:block !important;
}
.event_background_img{
    width:200px;
    height:auto;
}

#template_preview_conter .event_template_preview div{
    border:none;
}
#template_preview_conter .event_template_preview{
    border: 1px solid #808080;
}
#rear_template_preview_conter .event_template_preview div{
    border:none;
}
#rear_template_preview_conter .event_template_preview{
    border: 1px solid #808080;
}
#rear_template_preview_conter{
    margin-top: 5px;
}

.ui-accordion-content{ height:  auto !important;}
.create-template-accordion h3{ 
    text-align: left !important;
    background: #5a0000;
    border: 1px solid #fff;
} 
.create-template-accordion h3:focus{ outline: none !important;} 
.ui-widget-content{border:1px solid #fff;}
ul.portlet-body-list-wrap li .row-block-outer input {
    width: 100%;
    height: 30px !important;
}
ul.portlet-body-list-wrap li .row-block-outer input.width-50 {
    width: 49.2%;
    display: inline-block;
}

.package-span{
    position:relative;
}
.package-span i{
    position: absolute;
    top: -10px;
    right: -2px;
    background-color: #c00102;
    font-size: 10px;
    width: 15px;
    text-align: center;
    line-height: 14px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
#all_package_data_list{
    min-height:300px;
}

/***************11-12-18--start******************/

.nw-table-box{
    background-color: #f8f5f5;
    position: relative;
    padding: 16px 0px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); 
    margin-bottom: 10px;
}
.nw-table-box h1{
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.nw-table-box ul{
    position: absolute;
    margin-bottom: 0;
    top: 10px;
    right: 15px;
}

.nw-table-box ul li{
    display: inline-block;
    margin-right: 3px;
}table.top-table td{
    /*background-color: #f7ebeb;*/
}
.nw-table-box ul li:last-child{
    margin-right: 0;
}
.nw-table-box ul li a{
    background-color: #e21b1e;
    color: #fff;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.nw-table-box ul li a:hover{
    background-color:#2c2e3e;
}
.nw-table-box ul li a i{
    line-height: 36px;
}

.drag-box{
    background-color: #f9f7f7;
    /*height: 200px;*/
    margin-bottom: 10px;
    overflow:hidden;
    min-height: 260px;
}

table.top-table td{
    /*background-color: #f7ebeb;*/
}
table.top-table th{
    text-align: center
}

.btn-bs-file{
    position:relative;
}
table.top-table .btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
.btn.new-red-btn {
    background-color: #c00002;
    color: #fff;
    font-size: 13px;
    border-radius: 0px;
    padding: 0.65rem 8px;
    margin-bottom: 0;
}
.btn.new-red-btn:hover{
    background-color:#2c2e3e;
}

table.top-table td {
    /*background-color: #f7ebeb;*/
    font-size: 12px;
    color: #333;
    font-weight: 500;
    vertical-align: bottom !important;
}

.table-box table td.pad-25{
    padding-left: 2px;
    padding-right: 2px;
}
.table-box table.top-table .radio {
    padding-left: 10px;
    display: inline-block;
}
.table-box table.top-table th{
    font-size: 12px;
    color: #333333;
}
.table-box table.top-table .form-control {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 3px;
    border-radius: 0;
}
.table-box .checkbox {
    padding-left: 20px;
}
.table-box .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.wth-90{
    width:90px;
    margin-right: 1px;
}
.wth-44{
    width:44px;
}
.wth-23{
    width: 237px;  
}

.form-disp-in{
    display: inline-block;
    margin-bottom: 0;
}
.form-disp-in label{
    margin-bottom: 0px;
    color: #333333;
    font-size: 11px;
    margin-bottom: 0;
}
.table-box .front-area table th {
    font-size: 11px;
    color: #333333;
    text-align: center;
    padding: 10px 2px;
    background-color: #fff;
    border-color: #dddada;
}
.table-box .front-area table td {
    font-size: 11px;
    color: #333333;
    text-align: center;
    padding: 2px 2px;
    background-color: #fff;
    border-color: #dddada;
}

.table-box .front-area table td .form-control {
    font-size: 11px;
    padding-left: 7px;
    padding-right: 3px;
    border-radius: 0;
    background-color: #f5f3f3;
    color: #333333;
}

.form-width-25{
    width: 54px;
    display: inline-block;
}
.form-width-35{
    width: 70px;
    display: inline-block;
}

.table-box .front-area table td .form-control.select-height{
    height: 33px !important;
    padding: 0;
}

.vlu-btn{
    background-color: #c00002;
    color: #fff;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
}
.vlu-btn i{
    font-size: 10px;
    line-height: 15px;
}

.vlu-btn:hover{
    background-color:#2c2e3e;
    color: #fff;
}
.front-area h1.top-hding{
    font-size: 12px;
    color: #333333;
    text-align: center;
    border: 1px solid #dddada;
    padding: 14px 0px;
    background-color: #fff;
    margin-bottom: 3px;
}
.table-box .front-area table{
    background-color: #fff;
    margin-bottom: 0;
}
.front-area{
    background-color: #f7ebeb;
    margin-bottom: 15px;
}
.table-box table.top-table{
    margin-bottom: 1px;
}
.top-hding .plus-btn{
    font-size: 11px;
    color: #333333;
    display: block;
    padding: 14px 0px;
}
.top-hding .plus-btn:hover{
    text-decoration: none;
    background-color: #faf5f5;
}
.front-area h1.top-hding.btm {
    padding: 0;
    margin-bottom: 0;
    border: none;
}
.front-area h1.top-hding.btm a{
    padding: 10px 0px;
}
.top-hding .plus-btn i{
    font-size: 10px;
    line-height: 16px;
    background-color: #189b1e;
    color: #fff;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 7px;
    text-align: center;
}
.table-box select option:hover {
    background-color: #c00002;
}
.table-box select option:focus{
    background-color: #c00002;
}

.btn.red-btn{
    font-size: 14px;
    background-color: #c00002;
    border-radius: 0px;
    color: #fff;
    padding: 12px 35px;
}
.btn.red-btn:hover{
    background-color: #2c2e3e;
}
.all-bx{
    background-color: #f9f7f7;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); 
    padding-bottom: 25px;
}


.table-box .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.table-box .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.table-box .checkbox input[type="checkbox"] {
    opacity: 0;
}
.table-box .checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.table-box .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.table-box .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.table-box .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.table-box .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.table-box .checkbox.checkbox-inline {
    margin-top: 0;
}
.table-box .checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.table-box .checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.table-box .checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.table-box .checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.table-box .checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.table-box .checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.table-box .checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.table-box .checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.table-box .checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.table-box .checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.table-box .radio {
    padding-left: 20px;
    display: inline-block;
}

.table-box .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.table-box .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.table-box .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.table-box .radio input[type="radio"] {
    opacity: 0;
}

.table-box .radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.table-box .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.table-box .radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.table-box .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.table-box .radio.radio-inline {
    margin-top: 0;
}

.table-box .radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.table-box .radio-primary input[type="radio"]:checked + label::before {
    border-color: #c00002;
}

.table-box .radio-primary input[type="radio"]:checked + label::after {
    background-color: #c00002;
}

.table-box .radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.table-box .radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.table-box .radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.table-box .radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.table-box .radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.table-box .radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.table-box .radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.table-box .radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.table-box .radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.table-box .radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.table-box .radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.table-box .radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}
.table.nw-table{
    margin-top: 15px;
}

.table.nw-table thead tr th{
    font-size: 12px;
    color: #333333;
    text-align: center;
    padding: 10px 2px;
    background-color: #fff;
    border-color: #dddada;
}

.table.nw-table tbody tr th{
    font-size: 12px;
    color: #333333;
    text-align: center;
    padding: 10px 2px;
    background-color: #fff;
    border-color: #dddada;
}
.m-login__title {
    margin-bottom: .5rem;
    font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.2;
    color: inherit;
}
.login-form .form-control{
    border-radius: 40px;
    border: none;
    padding: 1.5rem 1.5rem;
    margin-top: 1.5rem;
    color: #91899f;
    background: #f7f6f9;
}
button.btn.btn-focus.m-btn.m-btn--pill.m-btn--custom.m-btn--air.m-login__btn.m-login__btn--primary{
    display: inline-block;
    text-align: center;
    padding: 1.4rem 4rem;
    margin-top: 0.8rem;
}
/***************11-12-18--start******************/

.predefined-text{ max-height: 650px; overflow: auto;}

.predefined-text::-webkit-scrollbar { width: 5px; } 
.predefined-text::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } 
.predefined-text::-webkit-scrollbar-thumb { background-color: #c00102; outline: 1px solid slategrey; }


.group_attr{ background-color: #f5f5f5; border: #ddd solid 1px; padding: 5px 5px 0px 5px; margin-bottom: 5px;}
.group_attr .group_attr-inner{ width: 100%; display: block; margin-bottom: 5px; overflow: hidden; }
.group_attr span.font_title{ line-height: 35px; float: left; cursor: all-scroll; background-color: #fff; padding: 0px 10px;  border-radius: 5px; width: 125px;  margin-right: 5px; border: #ddd solid 1px;}
.group_attr input.font_custom{ line-height: 35px; float: left; background-color: #fff; padding: 0px 10px;  border-radius: 5px; width: 125px;  margin-right: 5px; border: #ddd solid 1px;}
.group_attr input.font_size{ width: 70px; float: left; border: #ddd solid 1px; margin-right: 5px;}
.group_attr input.font_color{ border: none; width: 30px; height: 30px; padding: 0; float: left; background-color: transparent; margin-top: 4px;}

.add-custom-btn{ text-align: center; margin-top: 10px;}
.add-custom-btn a{ background-color: #c00102; color: #fff; padding: 8px 20px; font-size: 15px; border-radius: 5px; display: inline-block; font-weight: 600;}
.add-custom-btn a:hover{ text-decoration: none; background-color: #8c0e0f;}
.ui-sortable-handle:hover{
cursor: move;
}

/*********************02-10-19************************/
.logo-invoice{
    height:55px;
    width:auto;
}
#invoice-form .col-form-label
{
    font-weight: 500;
}
.company-detail-card{
    height: 100%;
    border: 1px solid #e5f3fe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.company-detail-card .m-form__heading{
    padding: 1rem;
    /*background: #f3faff;*/
}

.company-detail-card-body{
    padding: 1rem;
}

.member-field .select2-selection--multiple{
    padding: 0.4rem 0rem 0.4rem 0.4rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}
.member-field .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #6167E0;
}
.member-field .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    font-size: 0.95rem;
}
.member-field .select2-container--default .select2-selection--multiple .select2-selection__clear{
    margin: 0 10px 7px 10px!important;
}
.table-items .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafdff;
}
.edit-detail-link{
    font-weight: 500;
    font-size: 1.2rem;
}
.table-items{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.table-items a#add-more {
    font-size: 1.2rem;
    font-weight: 500;
    color: #6167e0;
    background-color: transparent;
}
.table-items a#add-more i{
    background-color: #6167e0;
}
.date-picker-wrapper .month-wrapper table .day.real-today {

    background-color: #5766dc;
    color: #fff !important;


}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {

    background-color: #5665da;
    color: #fff;

}
.date-picker-wrapper .month-wrapper table .day{
    font-size: 14px;
}
.date-picker-wrapper .gap{
    width: 2px;
    background-color: #efefef;
    visibility: visible !important;
    height: 215px !important;
}
.date-picker-wrapper .gap .gap-top-mask {
    width: 0px;}
.date-picker-wrapper .gap .gap-bottom-mask {
    width: 0px;
}
.date-picker-wrapper .gap .gap-lines {
    display: none;
}
.date-picker-wrapper {
    font-size: 14px;
    line-height: 20px;
    color: #6f727d;
    font-family: Poppins;
    background-color: #fff;
    padding: 20px 20px;
    -webkit-box-shadow: 3px 3px 10px rgba(113, 113, 113, 0.5);
    -moz-box-shadow: 3px 3px 10px rgba(113, 113, 113, 0.5);
    box-shadow: 3px 3px 10px rgba(113, 113, 113, 0.5);
    border: 0px;
}
.date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th{
    font-size:13px;
}
.date-picker-wrapper .month-wrapper{
    border:0px;
}
.date-picker-wrapper .drp_top-bar{
    border-bottom: 1px solid #efefef;
}
.date-picker-wrapper .month-wrapper table{
    width: 220px;
}
.date-picker-wrapper .month-wrapper table.month2 {
    width: 220px;}
.date-picker-wrapper .drp_top-bar .apply-btn , .date-picker-wrapper .drp_top-bar .apply-btn.disabled{
    background: #5867dd;
    color: #fff;
    border: solid 1px #5867dd;
}
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected{
    background: #5867dd !important;
}
.date-picker-wrapper .month-wrapper table .day.checked{
    background: rgba(88, 103, 221, 0.3);
}
.frmSearch {border: 1px solid #a8d4b1;background-color: #c6f7d0;margin: 2px 0px;padding:40px;border-radius:4px;}
#country-list{float: left;

    list-style: none;

    margin-top: 2px;

    padding: 0;

    left: 10px;

    position: absolute;

    border: 1px solid #ddd;
    right: 10px;
    z-index: 11;
    background: #fff;}
#country-list li{padding: 10px; }
#country-list li:hover{background:#34bfa352;cursor: pointer;}
#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}
ul.yiiPager li a{
    border: solid 1px #ddd;
    padding: 3px 8px;
    border-radius: 15px;
}

ul.yiiPager a:hover {
    border: solid 1px
    #6167E0;
}
ul.yiiPager a:link, ul.yiiPager a:visited{
    color: #727272;
}
ul.yiiPager .selected a {
    background: #6167E0;
    border-color:#6167E0;
    color:#fff;
}

.cust-pagination{
    text-align:right;
    margin-top: 10px;
}

a.desc-link:hover {
     color:#00c5dc;
}

.stickyMenu {
    position: sticky;
    top: 5rem;
}