body.hub_app_-51 {
    background-color: #EFF3F6;
} 

 

.hub_app_-51 .zrpt_box_tittle {
    background-color: #E6EBEE;
    margin: 0 -15px 20px -15px;
    padding: 10px 15px;
} 

.hub_app_-51 .zrpt_box_tittle .search_dropdown_wrap {
    position: absolute;
    top: 0px;
    left: 10px;
}
.hub_app_-51 .zrpt_box_tittle .search_dropdown_wrap .search_dropdown span {
    max-width: 120px;
    float: left;
}
.hub_app_-51 .zrpt_box_tittle .search_dropdown_wrap .select2-container.search_dropdown .select2-choice {
    border: none !important;
    background-color: #ccc !important;
    color: #fff;
    padding: 1px 0 1px 10px !important;
    line-height: 20px !important;
    border-radius: 40px !important;
    max-width: 158px;
    min-width: 100px;
}
.hub_app_-51 .zrpt_box_tittle .search_dropdown_wrap .select2-container.search_dropdown .select2-choice .select2-arrow {
    top: -8px !important;
    border-left: none !important;
}
.hub_app_-51 .zrpt_box_tittle .search_dropdown_wrap .search_dropdown {
    margin: 0 -6px 2px 7px;
    padding: 0 15px 0 0px;
    border-right: 1px solid #ccc;
}
.hub_app_-51 .zrpt_box_tittle .rounded_searchbox {
    border-radius: 30px;
    padding: 9px 48px 9px 15px;
    width: 100%
}
.hub_app_-51 .zrpt_box_tittle .rounded_btn {
    padding: 8px 25px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 30px;
    background-color: #3BC0FF;
    color: #fff;
} 


.hub_app_-51 .zrpt_box_content .site_reports_wrapper .srw_heading {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding: 5px 0;
    color: #383F50;
    margin-bottom: 15px;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .srw_heading .seperator_sky {
    position: absolute;
    width: 65px;
    border-bottom: 1px solid #5CCCFC;
    bottom: 0;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .report-img-data-wrap {
    padding: 10px;
    cursor: pointer;
    min-height: 81px;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .report-img-data-wrap:hover {
    background-color: #F8F9FB;
    border-radius: 4px;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .img-wrap {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    padding: 5px;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .reports-Data h5 {
    margin: 0;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .reports-Data p {
    color: #737680;
    margin: 0; 
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .reports-Data p.text-height {
    height: 37px; 
    overflow: hidden;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .App_Setting {
	float: left;
    width: calc(11% - 10px);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
    min-height: 130px;
    margin-left: 0.40%;
    margin-right: 0.4%;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    min-width: 130px;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .App_Setting:hover {
    border-radius: 10px;
    background-color: #EFF2F7;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .App_Setting:first-child {
    float: left;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .App_Setting:last-child {
    float: left;
    margin-right: 0;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .App_Setting .img-wrap {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px 15px;
    margin: 0;
}
.hub_app_-51 .zrpt_box_content .site_reports_wrapper .App_Setting .reports-Data {
    width: 100%;
    float: left;
    text-align: center;
}

.hub_app_-51 .zrpt_box_content .rounded_green_btn {
    background-color: #61c390;
    border-radius: 40px;
    color: #fff;
    margin: 0;
}
.hub_app_-51 .zrpt_box_content .rounded_green_btn:hover {
    background-color: #40a26f;
}
.hub_app_-51 .zrpt_box_content .hover {
    position: relative;
    margin-top: 8px;
    width: 250px;
    height: 250px;
}
.hub_app_-51 .zrpt_box_content .hover .overlay {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 60%;
    color: #FFF;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}
.hub_app_-51 .zrpt_box_content .hover:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .3);
    transition: all .4s ease-in;
}
.hub_app_-51 .zrpt_box_content .hover img {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 0;
    border-radius: 5px;
    transition: all .4s ease-in;
}
.hub_app_-51 .zrpt_box_content .hover .button {
    position: absolute;
    width: 250px;
    left: 0;
    bottom: 108px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}
.hub_app_-51 .zrpt_box_content .hover .button button {
    padding: 5px 15px;
    text-align: center;
    z-index: 1;
    border-radius: 40px;
    margin: 0 5px;
}
.hub_app_-51 .zrpt_box_content .hover:hover .button {
    opacity: 1;
}
.hub_app_-51 .zrpt_box_content .alta-org-setting .form-group {
    margin-bottom: 35px
}
.hub_app_-51 .zrpt_box_content .alta-org-setting .form-group label {
    color: #777
}
.hub_app_-51 .zrpt_box_content .alta-org-setting .btn_pink {
    padding: 5px 15px;
    border-radius: 40px;
    color: #fff;
    background-color: #FF5B66;
}
.hub_app_-51 .zrpt_box_content .alta-org-setting .btn_pink:hover {
    background-color: #e33f4a;
}
.hub_app_-51 .zrpt_box_content .alta-org-setting .btn_black {
    padding: 5px 15px;
    border-radius: 40px;
    color: #fff;
    background-color: #6D7077;
}
.hub_app_-51 .zrpt_box_content .alta-org-setting .btn_black:hover {
    background-color: #5e6168;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper {
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    float: left;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting {
    border-radius: 5px;
    min-height: 250px;
    width: 100%;
    float: left;
    border: 1px solid #f2f2f2;
    text-align: center;
    padding: 30px 15px;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting.temp_format {
    background: url('../../images/common/svg/TemperatureFormat.svg') no-repeat;
    background-size: 200px;
    background-position: -6px 90px;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting.date_format {
    background: url('../../images/common/svg/DateFormat.svg') no-repeat;
    background-size: 150px;
    background-position: -18px 120px;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting.time_format {
    background: url('../../images/common/svg/TimeFormat.svg') no-repeat;
    background-size: 154px;
    background-position: -24px 116px;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting.name_format {
    background: url('../../images/common/svg/NameFormat.svg') no-repeat;
    background-size: 150px;
    background-position: -22px 120px;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting.VarianceFormulae {
    background: url('../../images/common/svg/VarianceFormulae.svg') no-repeat;
    background-size: 150px;
    background-position: -22px 120px;
}

.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting.VarianceWarning {
    background: url('../../images/common/svg/VarianceWarning.svg') no-repeat;
    background-size: 150px;
    background-position: -22px 120px;
}

.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting .rounded-btn {
    border-radius: 40px;
    padding: 5px 30px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting .rounded-btn:hover {
    box-shadow: none;
    abckground-color: #fff;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting .dropdown-menu .radio-inline .lbl {
    margin: 4px 5px 0 0 !important;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting .dropdown-menu .radio-inline .lbl-small-radio {
    margin: 0 !important;
}
.hub_app_-51 .schedule_sumry_wrapper .format-setting-wrapper .format-setting .caret-icon-frmtsetng {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px;
} 



.hub_app_-51 .format-setting-wrapper .dropdown-menu-top:before {
    bottom: -7px !important;
    top: auto !important;
    transform: rotate(180deg);
}
.hub_app_-51 .format-setting-wrapper .dropdown-menu-top:after {
    bottom: -7px !important;
    top: auto !important;
    transform: rotate(180deg);
}
.hub_app_-51 .glbsite_dropdown .select2-dropdown-open .select2-choice {
    border-bottom-color: #66afe9 !important;
}
.hub_app_-51 #select2-drop {
    margin-top: 2px !important;
} 

.hub_app_-51 .checklist_hr {
    border-bottom: 1px solid #E6EBEF;
    border-top: 0px solid #E6EBEF;
}
.hub_app_-51 .stat-panel-new {
    background: #fff;
    border-radius: 2px;
    display: table;
    position: relative;
    table-layout: fixed !important;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.28);
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 20px;
}
.hub_app_-51 .stat-panel-new .stat-cell-new {
    display: table-cell !important;
    padding: 10px 15px;
    position: relative;
    border-bottom: 2px solid #fff;
    border-radius: 2px;
}
.hub_app_-51 .stat-panel-new .stat-cell-new .circle_coun {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0px 0 0px 7px;
    float: left;
    margin-right: 6px;
}
.hub_app_-51 .stat-panel-new .stat-cell-new.daily {
    color: #3BCBDD;
}
.hub_app_-51 .stat-panel-new .stat-cell-new.weekly {
    color: #8BC34A;
}
.hub_app_-51 .stat-panel-new .stat-cell-new.monthl {
    color: #a767dd;
}
.hub_app_-51 .stat-panel-new .stat-cell-new.daily.active {
    border-bottom: 2px solid #3BCBDD;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.28);
}
.hub_app_-51 .stat-panel-new .stat-cell-new.weekly.active {
    border-bottom: 2px solid #8BC34A;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.28);
}
.hub_app_-51 .stat-panel-new .stat-cell-new.monthly.active {
    border-bottom: 2px solid #a767dd;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.28);
}
.hub_app_-51 .stat-panel-new .stat-cell-new.daily.active .fa-check-circle,
.hub_app_-51 .stat-panel-new .stat-cell-new.weekly.active .fa-check-circle,
.hub_app_-51 .stat-panel-new .stat-cell-new.monthly.active .fa-check-circle {
    position: absolute;
    top: -8px;
    right: -2px;
    display: block;
}
.hub_app_-51 .stat-panel-new .stat-cell-new .fa-check-circle {
    display: none;
}
.hub_app_-51 .chkSelect_2 .select2-container-disabled .select2-choice {
    background-color: #F4F4F4 !important;
    border-radius: 4px !important;
    cursor: not-allowed;
}
.hub_app_-51 #glbTaskChkDetail input.form-control,
.hub_app_-51 .chkSelect_2 .select2-container .select2-choice {
    background-color: #FAFBFD !important;
    border-radius: 4px;
}

.hub_app_-51 .followUP_wrapper {
    width: 100%;
    float: left;
    background-color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
}
.hub_app_-51 .followUP_wrapper .icon_circle {
    padding: 7px 11px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.hub_app_-51 .followUP_wrapper .graybgwrap {
    display: inline-block;
    padding: 6px 5px 0 0;
    border-radius: 50%;
    background-color: #F8F8FA;
    width: 35px;
    height: 35px;
}
.hub_app_-51 .followUP_wrapper .graybgwrap img {
    width: 22px;
    height: 22px;
}
.hub_app_-51 .category_wrap {
    border-radius: 4px;
    background-color: #F9FAFC;
    color: #777;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
    min-height: 105px;
}
.hub_app_-51 .category_wrap.active {
    box-shadow: 0 0 4px rgba(0,0,0, 0.15);
}
.hub_app_-51 .category_wrap h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}
.hub_app_-51 .category_wrap p {
    margin: 0;
    font-size: 13px;
}
.hub_app_-51 .category_wrap .input_text {
    padding: 5px 15px;
    border-radius: 40px;
    height: auto;
    text-align: center;
    margin: 10px 0;
}
.hub_app_-51 .category_wrap .select2-container .select2-choice {
    background-color: #fff !important;
    padding: 3px 15px;
    border-radius: 40px;
    height: auto;
}
.hub_app_-51 .category_wrap .checkbox-custom-wrap {
    position: absolute;
    right: 50%;
    margin-right:-14px;
    bottom: -12px;
}
.hub_app_-51 .category_wrap .checkbox-custom,
.hub_app_-51 .category_wrap .radio-custom {
    opacity: 0;
    position: absolute;
}
.hub_app_-51 .category_wrap input[type=checkbox],
input[type=radio] {
    width: 25px;
    height: 25px;
    margin: 0;
}
.hub_app_-51 .category_wrap .checkbox-custom,
.hub_app_-51 .category_wrap .checkbox-custom-label,
.hub_app_-51 .category_wrap .radio-custom,
.hub_app_-51 .category_wrap .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
}
.hub_app_-51 .category_wrap .checkbox-custom-label,
.hub_app_-51 .category_wrap .radio-custom-label {
    position: relative;
}
.hub_app_-51 .category_wrap .checkbox-custom + .checkbox-custom-label:before,
.hub_app_-51 .category_wrap .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    text-align: center;
}
.hub_app_-51 .category_wrap .checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}
.hub_app_-51 .category_wrap .radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.hub_app_-51 .category_wrap .radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background-color: #48CD8C;
}
.hub_app_51 .category_wrap .checkbox-custom:focus,
.hub_app_-51 .category_wrap .checkbox-custom-label:focus,
.hub_app_-51 .category_wrap .radio-custom:focus,
.hub_app_-51 .category_wrap .radio-custom-label:focus {
    outline: none !important;
}

.hub_app_-51 .schedule_sumry_wrapper h5 .labor_Start_week {
    padding: 4px 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 25px;
    position: relative;
    border-radius: 2px;
}
.hub_app_-51 .schedule_sumry_wrapper h5 .labor_Start_week span {
    position: absolute;
    left: -12px;
    top: 5px;
    background-color: #777;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    padding: 1px 3px;
}
/* start zip inventory css here */
.tag-tb{position: relative; padding:5px; }
.tag-tb i{position: absolute ; right:3px;top: 7px;padding-right:3px;}
.abs-add-icon {display:none;bottom: 0; height: 100%; left: 0; position: absolute; right: 20px; top: 0; width: calc(100% - 20px); transition: all 0.5s ease; background: rgba(0,0,0,0.2)}
.img-container:hover .abs-add-icon {display: block;}
.abs-add-icon i{left: 50%; position: absolute; top: 50%; margin-top: -11px; margin-left: -11px;}
.list-group-cstm{list-style-type:decimal;padding:10px 15px 10px 30px ;margin: 0;}
.list-group-cstm li{padding:5px ;margin: 0;line-height: 20px; color:#676767;}
.hub_app_-51 .product-accordion{color: #666666; font-size: 18px;}
.hub_app_-51 .accordion-head{background-color: #F2F2F2; padding: 10px 0; background-color: #f2f2f2; border-bottom: 1px solid #fff;}
.hub_app_-51 .toggle-btn{display: inline-block; line-height: 12px; padding-top: 3px; vertical-align: top; margin-right: 5px;}
.hub_app_-51 .toggle-btn i{line-height: 22px;}
.hub_app_-51 .accordion-content{display: none; padding: 0; list-style: none; margin-bottom: 0;}
.hub_app_-51 .accordion-content:first-child{display: block;}
.hub_app_-51 .accordion-content li{float: left; width: 100%; padding: 6px 0; border-top: 1px solid #E1E2E4;}
.hub_app_-51 .accordion-content li:first-child{border-top: 0;}
.hub_app_-51 .accordion-content .product-icon{display: inline-block; width: 40px; height: 40px; vertical-align: middle; background-color: #ddd; margin-right: 10px;}
.hub_app_-51 .accordion-content strong {display: inline-block; font-weight: 400; vertical-align: middle; line-height: 20px; max-width: calc(100% - 70px);}
.hub_app_-51 .accordion-content .priceInput{background-color: #fff; border-radius: 5px; font-size: 18px; text-align: center; width: 80px;}
.hub_app_-51 #add-catalog-modal .modal-content,
.hub_app_-51 #clear-catalog-modal .modal-content{padding: 0 10px;}
.hub_app_-51 input[type="checkbox"] + .lbl::before, 
.hub_app_-51 input[type="radio"] + .lbl::before{height: 22px; min-width: 24px; line-height: 21px; font-size: 16px; border-radius: 4px; color: #2dc2a4; margin-right: 2px; border: 1px solid #2DC2A4; box-shadow: none; cursor: pointer;}
.hub_app_-51 input[type="radio"] + .lbl::before{border-radius: 15px;}
.hub_app_-51 input[type="checkbox"]:checked + .lbl::before, 
.hub_app_-51 input[type="radio"]:checked + .lbl::before{border-color: #2dc2a4; background-color: #fff;}
.hub_app_-51 .cstm-select-input{border-radius: 25px; line-height: 33px !important;}
.tooltip-cstm {position: relative; cursor: pointer;display: inline-block;}
.tooltip-cstm .too-tip-popup {
    visibility: hidden;
    width: 200px;
    background-color: #f2f2f2;
    box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    color: #333;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -3px;
    left:115%;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip-cstm .too-tip-popup::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top:-10px;
    left: -10px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color:  transparent #f2f2f2 transparent transparent;
}
.too-tip-popup2 {
    width: 600px;
    background-color: rgba(0,0,0,0.7);
    box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: relative;
    float: left;
    
}



.tooltip-cstm:hover .too-tip-popup {
    visibility: visible;
    opacity: 1;
}
.cstm-search-box {border-radius: 25px !important;}
.cstm-search-box .ajax-search-input{border-radius: 25px !important;}
.cstm-search-box .ajax-search-input input{border-radius: 25px !important;}
.cstm-input-box{border-radius: 25px !important;}
.cstm-search-icon{position: absolute; top: 6px; right: 20px; font-size: 22px;}
.hub_app_-51 .hide-pop {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    color: #CBCBCB !important;
    font-size: 11px !important;
    line-height: 16px;
    padding: 0 !important;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -8px;
    width: 19px !important;
    z-index: 999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
/* schedulepad Filter */

.hub_app_-51 .sch-filter div{
list-style-type:none;
padding:0;
}
.hub_app_-51 .sch-filter ul.dropdown-menu.list-inline{
min-width:600px;
max-width:600px;
margin-left:-235px;
padding: 10px 0;
}
.hub_app_-51 .sch-filter ul.dropdown-menu.list-inline.daypartPos{
min-width:410px;
max-width:410px;
margin-left:-140px;
}
.hub_app_-51 .sch-filter ul.dropdown-menu.list-inline.onlyPosition{
min-width:200px;
max-width:200px;
margin-left:-55px;
}
.hub_app_-51 .sch-filter ul.dropdown-menu.one-list-filter{
	left:50%;
	margin-left:-90px !important;
	margin-top:8px;
	max-width:200px;
	min-width:200px;
}
.hub_app_-51 .sch-filter ul.dropdown-menu.two-list-filter{
	max-width:350px;
	min-width:350px;
	left:50%;
	margin-left:-165px !important;
	margin-top:8px;
}
.hub_app_-51 .sch-filter ul.dropdown-menu.list-inline.with-ReportFlag-true{
min-width:650px;
max-width:650px;
right:-270px;
padding: 10px 0;
}
.hub_app_-51 .sch-filter ul.dropdown-menu.list-inline.daypartPos.with-ReportFlag-true{
min-width:500px;
max-width:500px;
right:-230px;
}
.hub_app_-51 .sch-filter ul.dropdown-menu.list-inline.onlyPosition.with-ReportFlag-true{
min-width:350px;
max-width:350px;
right:23px;
top:37px;
}

.hub_app_-51 .sch-filter div.dropdown-menu.list-inline li{
vertical-align:top;

}

.hub_app_-51 .sch-filter .btn-group > .btn:last-child:not(:first-child),.hub_app_-51 .sch-filter .btn-group > .dropdown-toggle:not(:first-child){
border-bottom-left-radius:3px !important;
border-top-left-radius:3px !important;
}
.hub_app_-51 .sch-filter .filter-pop>div {
border-right:1px solid #ccc;
border-left:0px solid #ccc; 
}
.hub_app_-51 .sch-filter .filter-pop-certificate>div:first-child {
border-left:none; 
}
.hub_app_-51 .sch-filter .filter-pop-certificate>div {
border-left:1px solid #ccc; 
}
.hub_app_-51 .sch-filter .filter-pop.change-withReport > div{
	border-right: 0;
}
.hub_app_-51 .sch-filter .filter-pop>div.borderright {
border-right:1px solid #ccc;
border-left:0 none;
}

.hub_app_-51 .sch-filter .filter-pop>div.noborder {
border-right:0 none;
border-left:0 none; 
}
.hub_app_-51 .sch-filter .filter-pop>div div{
 border-right:0px none !important;
 }

.hub_app_-51  .sch-filter  .dropdown-menu.filter-list > li .filter-toggle i, .hub_app_-51  .sch-filter .dropdown-menu .filter-list > li  .filter-toggle i{
color:#e6e6e6;
float: left;
padding: 3px 5px 0 0;
}
.hub_app_-51  .sch-filter .dropdown-menu.filter-list .filter-toggle.selected i, .hub_app_-51  .sch-filter .dropdown-menu .filter-list .filter-toggle.selected i{
color:#7e9095;
}
.hub_app_-51 .cust_addon_lavel .btn_go{font-size: 18px; font-weight: 600;}
.hub_app_-51 .cust_addon_lavel .total_price{ background-color: #E8E8E8; border-radius: 0 15px 15px 0; font-size: 19px; padding: 0 12px; vertical-align: middle; display: table-cell; font-weight: 600; letter-spacing: 1px;}
.hub_app_-51 .cust_addon_lavel .total_icon{border-radius: 15px 0 0 15px; font-size: 19px; padding: 1px 14px; vertical-align: middle; display: table-cell; font-weight: 600;}
.hub_app_-51 .cstm-rounded-cal #datepkr-auto .btn-light:first-child{border-radius: 40px 0 0 40px}
.hub_app_-51 .cstm-rounded-cal #datepkr-auto .btn-light:last-child{border-radius: 0 40px 40px 0;}
.hub_app_-51 .cstm-rounded-cal #datepkr-auto .btn-light{background-color: #fff;}
.hub_app_-51 .delivery-cal thead tr th, .hub_app_-51 .delivery-cal tbody tr td{padding:7px 15px;}
.hub_app_-51 .delivery-cal thead tr th{border-top-left-radius:5px; border-top-right-radius:5px;}
.hub_app_-51 .delivery-cal tbody tr:last-child td{border-bottom-left-radius:5px; border-bottom-right-radius:5px;}


.hub_app_-51 .border-top{border-top: 1px solid rgb(243, 243, 243) !important;}
.hub_app_-51  .ingCtrgy-ClrP .colorpicker-wrap .colorpicker-picker{
	right: -10px !important;
	top: -73px !important;
	left: auto !important;
	bottom: auto !important;
}
/* End zip inventory Css here */
/* for app setting alta submenu content */
.hub_app_-51 .cust-SMenuContent .main_box_db_wrap {
    background-color: #FDFDFD;
    padding: 15px 15px 0;
    display: table;
    border-radius: 15px;
    height: 360px;
    vertical-align: middle;
    position: relative;
    border: 1px solid #F4F4F5;
    box-shadow: 0 0 1px rgb(255, 255, 255);
    margin: 0 7.5px;
    width: 23.8%;
}
.hub_app_-51 .cust-SMenuContent .main_box_db_wrap:first-child {
    margin-left: 7px;
}
.hub_app_-51 .cust-SMenuContent .main_box_db_wrap:last-child {
    margin-right: 7px;
}
.hub_app_-51 .cust-SMenuContent .main_box_db_wrapinner {
    display: table-cell;
    height: 360px;
    vertical-align: middle;
    width: 100%;
}
.hub_app_-51 .cust-SMenuContent .box_db_wrap {
    padding: 10px;
    cursor: pointer;
    min-height: 81px;
    background-color: #F6F6F7;
    border-radius: 12px;
    border: 1px solid #F4F4F5;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 15px;
}
.hub_app_-51 .cust-SMenuContent .box_db_wrap .bd_img_wrap {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    padding: 5px;
}
.hub_app_-51 .cust-SMenuContent .box_db_wrap .content_wrap {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
}
.hub_app_-51 .cust-SMenuContent .box_db_wrap .content_wrap h5 {
    margin: 0 0 2px 0;
    font-weight: 600;
}
.hub_app_-51 .cust-SMenuContent .box_db_wrap .content_wrap p {
    margin: 0;
}
.hub_app_-51 .reciepe-wrap{border: 1px solid #F4F4F5; box-shadow: 0 0 1px rgb(255, 255, 255); width: 100%; float: left; border-radius: 10px;}
.hub_app_-51 .reciepe-wrap .reciepe-wrap-header{background-color: #EAEBEC; float: left; width: 100%; padding: 6px; border-radius: 10px 10px 0 0;}
.hub_app_-51 .reciepe-wrap .reciepe-wrap-header .menu-img{display: inline-block; vertical-align: middle;width: 50px; height: 50px; text-align: center; line-height: 48px; border-radius: 50%; background-color: #fff; margin-right: 20px;}
.hub_app_-51 .reciepe-wrap .reciepe-wrap-header .menu-Title{display: inline-block; width: 75%; vertical-align: middle; font-size: 22px; font-weight: 500;}
.hub_app_-51 .reciepe-wrap .reciepe-wrap-body{float: left; width: 100%; background-color: #fff; padding: 30px; min-height: 150px; border-radius: 0 0 10px 10px;}
.hub_app_-51 .reciepe-wrap .reciepe-wrap-body p{font-size: 16px}
