﻿body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.img {
    width: 100%;
}

.login_logo_container {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}

.login_logo {
    position: relative;
    margin: 0 auto;
    width: 25%;
}
.Register_logo_container {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}

.Register_logo {
    position: relative;
    margin: 0 auto;
    width: 15%;
}
.state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-weight: 400;
    font-size: 0.7em;
    line-height: 15px;
    color: #ce0000;
}



.state-error input, .state-error select, .state-error textarea, .radio.state-error i, .checkbox.state-error i, .toggle.state-error i {
    border-color: #ce0000;
}

button.close {
    cursor: pointer;
}

.progressorLoader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7) !important;
    left: 0;
}

.user-profile .profile-text > a.active {
    color: #007bff;
}


.seller_logo {
    width: 60%;
}

.notification_mailbox {
    width: 500px !important;
    padding: .5rem 0 0 0;
}

.notification_button {
    position: relative;
    float: left;
    width: 50%;
    padding-bottom: 15px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.notification_image {
    padding: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #f2f2f2;
    margin-right: 10px;
}

.theme_color {
    color: #1976d2;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.no_notification_found_panel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

/**************** Dashboard page styling starts ****************/

.order_stats_link {
    color: #000;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}

    .order_stats_link:hover {
        color: #f3467c;
        text-decoration: none;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
    }

.seller_submenu_link i {
    margin-right: 10px;
}

/**************** Dashboard page styling ends ****************/

/*************************** Mayank **************************/


.FilterDisplayOff {
    display: none;
}

.FilterDisplay {
    display: block;
}

.search_category_store {
    width: 100%;
    padding: 5px 10px;
    margin: 0 0 5px 0;
}

.div_checkbox_tree {
    max-height: 500px;
    overflow-x: hidden;
    border: 1px solid #c9d7df;
    padding: 10px;
    width: 100%;
}
/*************************** Mayank **************************/

/**************** Product List page styling Start****************/

.custom_theme_table .top {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.noRecord {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #ce0000;
    margin: 50px 0;
}

    .noRecord .fa {
        width: 100%;
        float: left;
        margin: 5px 0;
        font-size: 20px;
    }

.GridPager table td {
    padding: 0;
}

    .GridPager table td span, .GridPager table td a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.5em 1em;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        color: #67757c;
        border: 1px solid #ddd;
        margin-left: 2px;
        border-radius: .25rem;
    }

        .GridPager table td span, .GridPager table td span:hover, .GridPager table td a:hover {
            background-color: #1976d2;
            color: #fff !important;
            border: 1px solid #1976d2;
        }

.table tr, .table tbody {
    width: 100%;
    max-width: 100%;
    position: relative;
    text-transform: capitalize;
}

.GridPager table {
    float: right;
}

.filter_control {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

.filter_section {
    margin-bottom: 20px !important;
}

.daterangepicker.ltr {
    border: 1px solid #7cb5ec;
}

.table_style tbody tr:nth-of-type(odd) {
    background: #f2f4f8;
}

.gridheader:hover {
    background-color: transparent !important;
}

.btn_view {
    color: #000;
    font-size: 17px;
    padding: 0;
    outline: none;
}

.font-bold-600 {
    font-weight: 600;
}

.font-bold-500 {
    font-weight: 500;
    color: #272727;
}

.border_table {
    margin-bottom: 25px;
}

    .border_table th {
        border-top: 1px solid #e9ecef;
    }

.header_cls {
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%;
}

    .header_cls a {
        color: #000;
        font-weight: 400;
    }

.anchor_normal {
    color: #1976d2;
    font-weight: 400;
    margin-bottom: 5px;
}

.modal_header {
    background-color: #1976d2;
    color: #fff;
    border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
    border: 1px solid;
}

.alert {
    padding: .5rem 1.05rem;
}

.btn_manage {
    margin-right: 5px;
}

.down_aerrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 25px;
    color: #000;
    cursor: pointer;
    transition-duration: 0.5s;
}

.Rotate {
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.clearfix {
    clear: both;
}

.label_custom {
    font-size: 85%;
    line-height: 17px;
    padding: 6px 9px;
}

.coupon_option td {
    width: 200px;
}

.scrollable_table {
    max-height: 650px;
    overflow-y: auto !Important;
    border: 1px solid #e9ecef;
}

    .scrollable_table .table-responsive {
        width: 4000px;
        max-width: 4000px;
    }

.customerSuggesion .table-responsive {
    width: 100% !important;
    max-width: 4000px;
}

.pagination {
    position: relative;
    float: right;
}

    .pagination ul li {
        position: relative;
        display: inline-block;
        list-style-type: none;
    }

.paginate_button {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #67757c;
    border: 1px solid #ddd;
}

    .paginate_button:hover, .paging_button_active {
        color: #ffffff!important;
        border: 1px solid #e06335;
        background-color: #e06335;
    }



.div_checkbox {
    float: left;
    width: 98%;
    position: relative;
    margin: 15px;
    padding: 25px;
    overflow: hidden;
    background-color: #f2f2f2;
    max-height: 450px;
    overflow-y: auto;
    border-radius: 5px;
    box-shadow: 0 0 4px #b7b7b7;
}

    .div_checkbox li {
        list-style: none;
        position: relative;
        float: left;
        width: 50%;
    }

    .div_checkbox td {
        width: 30%;
    }

.div_checkbox_li li {
    position: relative;
    float: left;
    width: 100%;
}

.div_checkbox ul {
    position: relative;
    float: left;
    width: 100%;
}

.div_checkbox_li_100 li {
    width: 100%;
}

.div_checkbox_li li {
    width: 50%;
}

.div_checkbox_li_li_100 li {
    width: 100%;
}
/* Datepicker */

.search_result_span {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.ui-datepicker {
    display: none;
    padding: 10px 12px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #666;
}

    .ui-datepicker a {
        color: #404040;
    }

.ui-datepicker-header {
    position: relative;
    margin: -10px -12px 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 15px;
    line-height: 27px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 0;
    display: block;
    width: 47px;
    height: 47px;
    font-size: 15px;
    line-height: 47px;
    text-decoration: none;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-calendar {
    border-collapse: collapse;
    font-size: 13px;
    line-height: 27px;
}

    .ui-datepicker-calendar th {
        color: #999;
    }

    .ui-datepicker-calendar a,
    .ui-datepicker-calendar span {
        display: block;
        width: 26px;
        margin: auto;
        text-decoration: none;
        color: #404040;
    }

        .ui-datepicker-calendar a:hover {
            background: rgba(0,0,0,.05);
        }

    .ui-datepicker-calendar span {
        color: #bfbfbf;
    }

.ui-datepicker-today a {
    font-weight: 700;
}

.ui-datepicker-calendar .ui-state-active {
    background: rgba(0,0,0,.05);
    cursor: default;
}

.ui-datepicker-inline {
    border: 2px solid #e5e5e5;
    background: #fff;
    box-shadow: none;
}

    .ui-datepicker-inline .ui-datepicker-header {
        line-height: 47px;
    }

    .ui-datepicker-inline .ui-datepicker-calendar {
        width: 100%;
    }

.form-control-danger, .state-error + em {
    color: #ef5350;
    font-size: 0.9rem;
    font-weight: 500;
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}

.sub_address_inner {
    position: relative;
    float: left;
    width: 30%;
    background-color: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #969696;
    padding: 15px;
    margin: 10px;
    min-height: 190px;
}

.sub_address_head {
    position: relative;
    float: left;
    width: 80%;
}

.manage_div {
    position: relative;
    float: right;
    width: 20%;
    text-align: right;
}

.click_btn {
    cursor: pointer;
    margin-left: 5px;
    transition-duration: 0.5s;
}

    .click_btn:hover {
        color: #1976d2;
        transition-duration: 0.5s;
    }

.sub_address_body {
    position: relative;
    float: left;
    width: 90%;
    padding: 5px 5px;
    line-height: 28px;
}
/**************** Product List page styling ends****************/

/* tooltips */



.orb-form .tooltip {
    position: absolute;
    z-index: 1;
    left: -9999px;
    padding: 6px 8px 6px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0,0,0,0.9);
    color: #fff;
    opacity: 0;
    -ms-transition: margin .3s, opacity .3s;
    -moz-transition: margin .3s, opacity .3s;
    -webkit-transition: margin .3s, opacity .3s;
}

    .orb-form .tooltip:after {
        content: '';
        position: absolute;
    }

.orb-form .input input:focus + .tooltip,
.orb-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}

.orb-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

    .orb-form .tooltip-top-right:after {
        top: 100%;
        right: 16px;
        border-top: 4px solid rgba(0,0,0,.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.orb-form .input input:focus + .tooltip-top-right,
.orb-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px;
}

.orb-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}

    .orb-form .tooltip-top-left:after {
        top: 100%;
        left: 16px;
        border-top: 4px solid rgba(0,0,0,0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.orb-form .input input:focus + .tooltip-top-left,
.orb-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px;
}

.orb-form .tooltip-right {
    top: 9px;
    white-space: nowrap;
    margin-left: 15px;
}

    .orb-form .tooltip-right:after {
        top: 6px;
        right: 100%;
        border-top: 4px solid transparent;
        border-right: 4px solid rgba(0,0,0,0.9);
        border-bottom: 4px solid transparent;
    }

.orb-form .input input:focus + .tooltip-right,
.orb-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}

.orb-form .tooltip-left {
    top: 9px;
    white-space: nowrap;
    margin-right: 15px;
}

    .orb-form .tooltip-left:after {
        top: 6px;
        left: 100%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid rgba(0,0,0,0.9);
    }

.orb-form .input input:focus + .tooltip-left,
.orb-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px;
}

.orb-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}

    .orb-form .tooltip-bottom-right:after {
        bottom: 100%;
        right: 16px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0,0,0,.9);
        border-left: 4px solid transparent;
    }

.orb-form .input input:focus + .tooltip-bottom-right,
.orb-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px;
}

.orb-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px;
}

    .orb-form .tooltip-bottom-left:after {
        bottom: 100%;
        left: 16px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0,0,0,0.9);
        border-left: 4px solid transparent;
    }

.orb-form .input .input:focus + .tooltip-bottom-left,
.orb-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
}

.tooltip_text:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
    opacity: 1;
}

.label_txt {
    padding: 10px;
    font-size: 0.9rem;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}

#image_preview, #image_preview1 {
    width: 212px; /* 300px */
    height: 240px; /* 400px */
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    border: 1px solid #dedede;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    text-align: center;
}

    #image_preview input, #image_preview1 input {
        line-height: 240px;
        height: inherit;
        font-size: inherit;
        position: absolute;
        opacity: 0;
        z-index: 10;
        cursor: pointer;
    }

    #image_preview span, #image_preview1 span {
        position: absolute;
        z-index: 5;
        opacity: 0.7;
        cursor: pointer;
        /*background-color: #fc4349;*/
        width: 200px;
        width: auto;
        height: 35px;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        /*text-transform: uppercase;*/
        /*top: 0;*/
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        color: #000;
        transition-duration: 0.5s;
    }

    #image_preview:hover span, #image_preview1:hover span {
        color: #1976d2;
        transition-duration: 0.5s;
    }

    #image_preview img, #image_preview1 img {
        opacity: 0;
        width: 200px;
        height: 200px;
        padding: 2px 0;
        cursor: pointer;
    }

.radiobutton_group {
    width: 60%;
    margin-top: 5px;
}

    .radiobutton_group td {
        width: 50%;
    }


.check input[type="checkbox"] {
    display: none;
}

.check [type=checkbox] + label {
    height: auto;
}

.check input[type="checkbox"] + label {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 15px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 11pt;
    font-weight: 500;
    border-radius: 3px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1f8ceb), to(#1f8ceb));
    background: -moz-linear-gradient(#1f8ceb, #1f8ceb);
    background: -ms-linear-gradient(#1f8ceb, #1f8ceb);
    background: -o-linear-gradient(#1f8ceb, #1f8ceb);
}

.check input[type="checkbox"]:checked + label {
    background: -moz-linear-gradient(#32b67a, #32b67a);
    background: -ms-linear-gradient(#32b67a, #32b67a);
    background: -o-linear-gradient(#32b67a, #32b67a);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#32b67a), to(#32b67a));
    color: white;
    border-radius: 3px;
}

.check input[type=checkbox] + label:before, .check input[type=checkbox]:not(.filled-in) + label:after {
    border: none;
}

.white_color {
    color: #fff !important;
}

.file-control_span {
    position: relative;
    float: left;
    width: 100%;
    z-index: 0;
    height: 38px;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 0.95rem;
    padding-right: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .file-control_span:after {
        content: 'Browser';
        position: absolute;
        top: 50%;
        right: 0;
        color: #fff;
        background-color: #1976d2;
        border-left: 1px solid #1976d2;
        border-radius: 0 .25rem .25rem 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 7px 15px;
    }

.cursor_pointer {
    cursor: pointer;
}

.notification_img {
    text-align: center;
}

    .notification_img img {
        position: relative;
        float: left;
        width: 60px;
        height: 60px;
        box-shadow: 0px 0px 3px #545454;
    }

.notificationlinkcontainer {
    position: relative;
    float: left;
    width: 100%;
}

.notification_media_body {
    position: relative;
    float: left;
    flex: auto;
    width: calc( 90% - 120px);
    margin: 6px 0;
}

.notificaiton_time {
    color: #455a64;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 2px;
    font-size: 0.95rem;
}

.media {
    border-radius: 5px;
    transition-duration: 0.5s;
}

    .media:hover {
        transition-duration: 0.5s;
        background-color: #f2f4f8;
    }

#productTable_wrapper {
    position: relative;
    float: left;
    margin-bottom: 15px 0;
    width: 100%;
}

    #productTable_wrapper .top, #productTable_wrapper .bottom {
        position: relative;
        float: left;
        width: 100%;
    }

.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    padding: 15px 15px 0px 15px;
    background: #f2f4f8;
    margin-top: 15px;
    box-shadow: 0 0;
    border: 1px solid #e9ecef;
}

.dataTables_paginate .pagination li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #67757c;
    margin-left: 2px;
    border: none;
}

    .dataTables_paginate .pagination li a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.5em 1em !important;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        color: #67757c;
        border: 1px solid #ddd;
        border-radius: .25rem;
    }

    .dataTables_paginate .pagination li.active a, .dataTables_paginate .pagination li:hover a {
        color: #fff;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid transparent;
}

.dataTables_filter input, .dataTables_filter input:focus, .dataTables_filter input:hover {
    background-image: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dataTables_filter {
    float: left;
}

.dataTables_length {
    float: right;
}

    .dataTables_length select, .dataTables_length select:hover, .dataTables_length select:focus {
        background-image: url(../FinalAssets/images/custom-select.png);
        background-position: right 0.75rem center;
        background-size: 0.75rem;
        width: 80px !important;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
        background-repeat: no-repeat;
    }

.bulk_div {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.modal_centericon {
    position: relative;
    float: left;
    width: 100%;
    font-size: 2.5rem;
    text-align: center;
    margin: 25px 0 10px 0;
    color: #d23419;
}

table.dataTable td.dataTables_empty {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 35px 0;
    color: #ce0000;
    font-weight: 500;
}


.SettingIcon {
    font-size: 20px;
}

.editicon {
    margin: 0 10px 0 0;
}

.deleteicon {
    margin: 0 10px 0 0;
}

.doc_deleteicon {
    margin: 0 10px 0 0;
    font-size: 20px;
}

.editicon:hover {
    color: #DB1111 !important;
    cursor: pointer;
}

.editicon.active {
    color: #DB1111 !important;
}

.deleteicon:hover {
    color: #DB1111 !important;
    cursor: pointer;
}



.Custom_checkbox {
}

    .Custom_checkbox span [type=checkbox]:checked, .Custom_checkbox span [type=checkbox]:not(:checked) {
        /*position: absolute;
        left: -9999px;
        opacity: 0;*/
        position: relative;
        left: 0;
        opacity: 1;
    }

.head_no [type=checkbox]:checked, .head_no [type=checkbox]:not(:checked) {
    position: relative;
    left: 0;
    opacity: 1;
}

/*.Custom_checkbox label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
    }

        .Custom_checkbox label:before, .Custom_checkbox label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 1px solid #b1b8bb;
            border-radius: 1px;
            margin-top: 2px;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
        }

    .Custom_checkbox span [type=checkbox]:not(:checked):disabled .Custom_checkbox label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.26);
    }

    .Custom_checkbox span [type=checkbox].tabbed:focus .Custom_checkbox label:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
    }

    .Custom_checkbox span [type=checkbox]:checked .Custom_checkbox label:before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #26a69a;
        border-bottom: 2px solid #26a69a;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    .Custom_checkbox span [type=checkbox]:checked:disabled .Custom_checkbox label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        border-bottom: 2px solid rgba(0, 0, 0, 0.26);
    }

    .Custom_checkbox span [type=checkbox].filled-in:not(:checked) .Custom_checkbox label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        -ms-transform: rotate(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 20% 40%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    .Custom_checkbox span [type=checkbox].filled-in:not(:checked) .Custom_checkbox label:after {
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 1px solid #b1b8bb;
        top: 0px;
        z-index: 0;
    }

    .Custom_checkbox span[type=checkbox].filled-in:checked .Custom_checkbox label:before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        -ms-transform: rotate(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    .Custom_checkbox span [type=checkbox].filled-in:checked .Custom_checkbox label:after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #26a69a;
        background-color: #26a69a;
        z-index: 0;
    }


    .Custom_checkbox span [type=checkbox]:checked .Custom_checkbox label:before {
        top: -4px;
        left: -2px;
        width: 11px;
        height: 19px;
    }*/

.download_excel {
    color: #000000 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

    .download_excel:hover {
        color: #000000 !important;
        text-decoration: none !important;
    }

.lead_radio {
    margin: 0 0 10px 0;
}

    .lead_radio td {
        margin: 0 10px 0 0;
    }



.clear {
    clear: both;
}



table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before {
    content: "" !important;
}

table.dataTable thead .sorting_asc:after {
    content: "" !important;
}


.paginate_button_active {
    font-weight: bold;
}


.action_links {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #455a64;
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    width: 100%;
    cursor: pointer;
}

    .action_links:hover {
        font-weight: bold;
        color: #e06335 !important;
    }

.fileUpload_actions {
    margin: 0 0 20px 0;
}


.action_label {
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #455a64;
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    width: 100%;
}

.action_hr {
    width: 100%;
    float: left;
    border-bottom: 1px solid #a1a5a7;
    margin-bottom: 13px;
    padding-bottom: 10px;
}

.uploaded_file_outer {
}

    .uploaded_file_outer .action_container {
        float: left;
        position: relative;
        margin: 0 10px;
    }

        .uploaded_file_outer .action_container .anchor_link img {
            width: 40px;
            opacity: 0.8;
            transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
        }

            .uploaded_file_outer .action_container .anchor_link img:hover {
                opacity: 1;
            }

.deleteItem {
    display: none;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1000;
}

    .deleteItem img {
        width: 24px;
    }

.uploaded_file_outer .action_container:hover .deleteItem {
    display: block;
}


.preloader_custom {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    position: fixed;
    z-index: 9;
    background: #fff;
}



.margintop20 {
    margin-top: 25px;
}



/*table {
    border-collapse: collapse;
    background: white;
    table-layout: fixed;
    width: 100%;
}

th, td {
    padding: 8px 16px;
    border: 1px solid #ddd;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pane {
    background: #eee;
}

.pane-hScroll {
    overflow: auto;
    width: 400px;
  background: green;
}

.pane-vScroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 650px;
}

.pane--table2 {
    width: 400px;
    overflow-x: scroll;
}

    .pane--table2 th, .pane--table2 td {
        width: auto;
        min-width: 160px;
    }

    .pane--table2 tbody {
        overflow-y: scroll;
        overflow-x: hidden;
        display: block;
        height: 200px;
    }

    .pane--table2 thead {
        display: table-row;
    }*/

/************** calendar **************/





.fc button {
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4.5px 14px;
    font-size: 13px;
    line-height: 1.846153846;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e06335;
    border-color: #e06335;
    color: #fff;
    border: 0;
    outline: none;
}


    .fc button:hover {
        color: #ffffff;
        background-color: #f5c208;
        border-color: #f5c208;
    }

.filter_search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) !important;
    font-size: 18px !important;
}

.search_filter {
    padding-left: 15px !important;
}

/************** calendar **************/

#calendar {
    font-family: "Titillium Web", sans-serif;
}

.calendar_title {
    color: #000;
    background-color: #ffccbc;
    width: 90%;
    display: inline-block;
    padding: 10px 5px;
    font-size: 14px;
    margin: 0 2%;
    border-radius: 4px;
}

    .calendar_title:hover, .calendar_amount:hover {
        color: #000;
        text-decoration: none;
    }

.calendar_title_orderno {
    float: right;
}

.calendar_amount {
    margin: 5px 2% 0 2%;
    color: #000;
    width: 90%;
    display: block;
    color: #f5c208;
    background-color: #452d1e;
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 4px;
}

    .calendar_title:hover .calendar_title_orderno, .calendar_amount:hover .calendar_title_orderno {
        color: #000;
        text-decoration: none;
    }

.fc-today-button {
    font-family: "Titillium Web", sans-serif;
}

.HistoryLoader {
    position: relative !important;
    float: left;
    width: 100%;
    height: 250px !important;
    background-color: transparent !important;
}

.map_container {
    width: 100%;
    position: relative;
}

#map_canvas {
    height: 800px;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.viewHistory {
    cursor: pointer;
    font-size: 14px;
    color: #e06335;
}

    .viewHistory:hover {
        color: #0056b3 !important;
    }


.Flight_completionList {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    margin: 0 !important;
    height: auto;
    max-height: 120px;
    overflow: auto;
    color: #191919;
    background-color: #FFFFFF;
    font-size: 12px;
    z-index: 99999 !important;
    padding: 0 !important;
}

.listItem {
    color: #191919;
    padding: 5px 10px !important;
}

.itemHighlighted {
    color: #fff;
    background-color: #fa2028;
    padding: 5px 10px !important;
}

.todayCall_outer {
    border: 1px solid #000;
}

.todayCall_1 {
    float: left;
    width: 12%;
    padding: 0.5%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.scrollable_table .table-responsive-todaycall {
    width: 100%;
    max-width: 100%;
    /*width: 2000px;
    max-width: 2000px;*/
}

.btnBackToPage {
    float: left;
    /*color: #e06335 !important;*/
    background: none;
    border: 0;
    outline: none;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .btnBackToPage:hover {
        text-decoration: underline;
    }


.hot_lead {
    width: 100%;
    float: left;
}

.hot_lead_parent {
    width: 100%;
    float: left;
}

    .hot_lead_parent:nth-of-type(odd) {
        background: #f2f4f8;
    }

.hot_lead_data {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.hot_lead_data_title {
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    background: #FFCCBC;
    width: 100%;
    float: left;
}

.hot_lead_data_dtls {
    width: 100%;
    float: left;
}

.hot_lead div {
    padding: .75rem;
    vertical-align: top;
    height: 65px;
    border: 1px solid #e9ecef;
}

.hot_lead span {
    width: 100%;
    float: left;
    font-weight: normal;
}

.hot_lead_name {
    float: left;
    width: 20%;
}

.hot_lead_company {
    float: left;
    width: 27%;
}

.hot_lead_premium {
    float: left;
    width: 12%;
}

.hot_lead_status {
    float: left;
    width: 12%;
}

.hot_lead_followup {
    float: left;
    width: 12%;
}

.hot_lead_number {
    float: left;
    width: 5%;
}

.hot_lead_action {
    float: left;
    width: 12%;
}

.hot_lead_number_data {
    float: left;
    width: 8%;
}

.hot_lead_action i {
    font-size: 20px;
    margin: 0 5px;
    cursor: pointer;
    color: #e06335;
}

    .hot_lead_action i:hover {
        color: #000;
    }

.hot_lead_action_active {
    color: #000 !important;
}

.icon_close {
    font-size: 20px;
    margin: 0 0 0 10px;
    cursor: pointer;
    color: #e06335;
    position: absolute;
    top: 17px;
    right: 10px;
}

    .icon_close:hover {
        color: #000;
    }

.visit_lead_data {
    width: 100%;
    float: left;
    background: #fff;
}


    .visit_lead_data div {
        padding: .75rem;
        vertical-align: top;
        height: 50px;
        border: 1px solid #e9ecef;
    }

    .visit_lead_data span {
        width: 100%;
        float: left;
        font-weight: bold;
    }

.hot_lead_data_timespent {
    float: left;
    width: 23%;
}

.hot_lead_data_calltype {
    float: left;
    width: 23%;
}

.hot_lead_data_remark {
    float: left;
    width: 23%;
}

.hot_lead_data_status {
    float: left;
    width: 23%;
}

.data_view_emp {
    width: 600px;
    margin: 30px;
}

.data_head {
    background: #FFCCBC !important;
}

.data_emp {
    width: 100%;
    border: 1px solid #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    text-align: center;
    background: #fff;
}

    .data_emp span {
        padding: 10px;
        font-weight: bold;
    }

    .data_emp:nth-of-type(odd) {
        background: #f2f4f8;
    }

.emp_rowno {
    float: left;
    width: 10%;
}

.emp_hotleadcnt {
    float: left;
    width: 25%;
}

.emp_uname {
    float: left;
    width: 25%;
    cursor: pointer;
    text-decoration: underline;
}

.data_head .emp_uname {
    text-decoration: none;
}

.emp_usertype {
    float: left;
    width: 25%;
}

.emp_action {
    float: left;
    width: 15%;
}

.card_header_font {
    font-size: 16px;
}


.pagesize_dropdown_pos {
    position: absolute;
    width: 110px;
    top: 8px;
    right: 0;
}

.pagesize_dropdown {
    border-radius: 14px;
    padding: 0 15px;
    border: 1px solid #808080;
    min-height: 34px;
    max-height: 34px;
}


.fa_search_new {
    transform: translate(86%, 62%);
    position: absolute;
    font-size: 16px;
    z-index: 8;
}


.font_16 {
    font-size: 16px !important;
}

.btn_info_new, .btn_info_new.disabled {
    background: #e06335;
    border: 1px solid #e06335;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}


.icon_leads_btn {
    font-size: 16px;
    transform: translate(207%, 3%);
    color: #3e3e3e;
}

.sitemap_icon_btn_new {
    background: #fff;
    padding: 7px 24px;
    color: #3e3e3e;
    border-radius: 14px;
    padding: 8px 24px 8px 35px;
}


    .sitemap_icon_btn_new:hover .icon_leads_btn {
        color: #3e3e3e;
    }

    .sitemap_icon_btn_new:hover {
        background-color: #ee8b66;
        border: 1px solid #ee8b66;
    }



.leads_row_heading {
    background-color: #ffe6df;
    font-size: 14px;
}

    .leads_row_heading th {
        font-weight: bold !important;
    }

.table-striped > tbody > tr:hover {
    background: #ff8d68 !important;
}

.inner_font_new {
    font-size: 14px;
    /*height: 72px !important;*/
    height: auto !important;
}

.Morebtn_new {
    font-size: 16px;
    color: #000 !important;
}

    .Morebtn_new:hover {
        color: #fff !important;
        cursor: pointer;
    }

.Call_btn_new {
    background: #00a70a;
    color: #fff !important;
    padding: 3px 15px 1px 14px;
    border-radius: 15px;
    display: inline-block;
    /*width: 70px;*/
}

    .Call_btn_new:hover {
        background: #006d07;
    }

.dialer_stats {
    padding: 2px 0px;
    margin-top: 3px;
    display: inline-block;
    width: 165%;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
}

.lnkCustomerName_link_new {
    color: #e06335 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.inner_font_new:hover .lnkCustomerName_link_new {
    color: #000 !important;
}

.row_filter_new {
    position: relative;
    top: 67px;
    right: initial !important;
    float: none !important;
    left: 20%;
}

.saveicon_new {
    position: absolute;
    right: 5px;
}

.filter_header_new {
    background: #ff8961 !important;
    border-radius: 12px 12px 0 0 !important;
}

.HeaderMainNew {
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px;
    height: auto !Important;
}

    .HeaderMainNew fieldset legend {
        position: relative;
        background: #ff8961 !important;
        padding: 8px 15px;
        font-size: 20px;
        color: #000;
    }

.filter_page_new {
    padding: 0 0 !important;
}

/*for inner scroll*/
.table tbody {
    height: initial !important;
    overflow-y: initial !important;
}

.ColorHighlight {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
}

.PDetail_Container {
    position: relative;
    width: 100%;
    padding: 0 5px;
}

.Pdetail_30 {
    position: relative;
    width: 33%;
    float: left;
}

.Pdetail_40 {
    position: relative;
    width: 33%;
    float: left;
}

.Pdetail_50 {
    position: relative;
    width: 50%;
    float: left;
}


.Pdetail_70 {
    position: relative;
    width: 67%;
    float: left;
}

.Pdetail_100 {
    position: relative;
    width: 100%;
    float: left;
}

.pDetailBorder {
    border-bottom: 1px solid #dedede;
    padding: 10px;
}

.pDetailBorder_white {
    border-right: 1px solid #fff;
    padding: 0 25px 20px 25px;
}

.InnerControl {
    position: relative;
    width: 30%;
    float: left;
    margin-right: 3%;
}

.lblwidth {
    position: relative;
    float: left;
    font-size: 15px;
    color: #1d1d1d;
}

.Controlwidth {
    position: relative;
    float: left;
}

.width_25 {
    width: 25%;
}

.width_75 {
    width: 75%;
}

.width_30 {
    width: 30%;
}

.width_70 {
    width: 70%;
}


.width_50 {
    width: 50%;
}

.width_74 {
    width: 70%;
}

.margin_top_40 {
    margin-top: 40px;
}

.padding_outer_LeadRef {
    padding: 0 40px;
}

.padding_button_leadRef {
    padding: 20px 45px 0 0;
}

.textboxstyle {
    background: none !important;
    border: none;
    padding: 0;
    /*min-height: 25px;*/
    color: #3c3c3c;
    opacity: 1 !important;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
}

.txt_new_action {
    background: #eaeff2;
    border: none;
    color: #3c3c3c;
    opacity: 1 !important;
    font-size: 14px;
}

    .txt_new_action:focus {
        background: #eaeff2;
        border: none;
        color: #3c3c3c;
        opacity: 1 !important;
        font-size: 14px;
    }

.Heading_orange {
    color: #ff731f;
    margin: 20px 0;
    font-weight: bold;
}

.height_zero {
    height: 0 !important;
}

.margin_5 {
    margin: 6px 0;
}

.lblmargin {
    margin: 4px 0 0 0;
}

.orange {
    color: #e06335;
}

.border_bottom {
    border-bottom: 1px solid #e06335;
    border-radius: unset;
}


.padding_custom_1st {
    padding: 0 25px 105px 25px;
}

.main_pop_body {
    position: relative;
    padding: 15px 25px;
}

.lbl_new_action {
    font-size: 15px;
}

.action_links_new {
    display: initial;
    border: 1px solid #000;
    border-radius: 36px;
    padding: 10px 20px;
    margin: 0 5px;
}

    .action_links_new:hover {
        background: #e06335;
        color: #000 !important;
        border-color: #e06335;
        font-weight: normal !important;
        cursor: pointer;
    }

.btn_round {
    display: initial;
    border: 1px solid #808080;
    color: #808080;
    border-radius: 36px;
    padding: 6px 25px;
    margin: 0 5px;
    background-color: #fff;
    font-size: 16px;
}

    .btn_round:hover {
        background: #e06335;
        color: #000 !important;
        border-color: #e06335;
        font-weight: normal !important;
        cursor: pointer;
    }

.margin_leadAction {
    margin: 30px 0;
}

.gray_color {
    color: #949494;
}

.fileUpload_actions_new {
    position: relative;
    width: 100%;
    background: #eaeff2;
    padding: 8px 15px;
    margin: -15px 0 20px 0;
}

.UploadIconMainBlock {
    position: absolute;
    top: -14px;
    right: 24px;
    font-size: 32px;
    cursor: pointer;
}

.UploadIconMainBlockIcon {
    color: #909193;
}

    .UploadIconMainBlockIcon:hover {
        color: #e06335;
    }

.tab_leadAction {
    font-size: 16px;
    padding: 0 0 20px 0;
    margin: 0 25px 0 15px;
    border-bottom: 3px solid #fff;
}

    .tab_leadAction:hover {
        border-bottom: 3px solid #e06335;
        cursor: pointer;
    }

.tab_leadActionActive {
    border-bottom: 3px solid #e06335;
    cursor: pointer;
}

.tabcontent_border_new {
    border-top: 1px solid #ddd !important;
}

@media (max-width:1366px) {
    .col-md2 {
        width: 20%;
        max-width: 20%;
        flex: auto;
    }

    .col-md10 {
        width: 80%;
        max-width: 80%;
        flex: auto;
    }

    .hot_lead_action i {
        font-size: 15px;
        margin: 0 0px;
    }

    .hot_lead div {
        padding: .25rem;
    }
}

@media (max-width:992px) {
    .col-sm-6 {
        max-width: 50%;
        width: 50%;
    }

    .col-sm12 {
        max-width: 100%;
        width: 100%;
        flex: auto;
    }

    .col-sm-4 {
        max-width: 33.33%;
        width: 33.33%;
    }

    .col-sm-12 {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .col-md-12 {
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
}

@media (max-width:767px) {
    .col-xs-6 {
        max-width: 50%;
        width: 50%;
    }

    .col-xs-4 {
        max-width: 33.33%;
        width: 33.33%;
    }

    .col-xs-12 {
        max-width: 100%;
        width: 100%;
        flex: auto;
    }

    .sub_address_inner {
        width: 50%;
    }
}

@media (max-width:580px) {
    .notification_media_body {
        width: 100%;
    }

    .notification_img {
        width: 100%;
        position: relative;
        float: left;
    }

        .notification_img img {
            float: none;
            margin: 0 auto 15px auto;
            display: inline-block !important;
        }

    .coupon_option td {
        width: 100%;
        position: relative;
        float: left;
    }

    .sub_address_inner {
        width: 100%;
        margin: 15px 0;
    }

    .sub_address_head {
        width: 100%;
    }

    .manage_div {
        width: 32%;
    }
}
