﻿.login-menu {
    /*margin-top: 13px;*/
}

b.log_in {
    color: #7b7b7b;
    font-size: 17px;
    line-height: 2.4;
}

.messages-menu a.user_top {
    color: #7b7b7b;
}

ul.dropdown-menu.cal-drop-list {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.125);
    color: #000;
    top: 41px;
}

    ul.dropdown-menu.cal-drop-list li a {
        font-size: 14px;
        color: #3b3b3b;
        padding: 9px 20px;
    }

.change-pass-sec {
    padding: 0;
    width: 770px;
    max-width: 100%;
}

    .change-pass-sec h3 {
        font-size: 20px;
        color: #0271c9;
        margin: 23px 0 4px 0;
        cursor: pointer;
        font-weight: 600;
    }

    .change-pass-sec .errormsgtag {
        color: red;
        position: relative;
        bottom: 0;
        margin: 0 !important;
        font-size: 12px;
    }

.producttable thead th {
    color: #000 !important;
    padding: 11px 10px !important;
    font-size: 14px !important;
    border: none !important;
    text-transform: capitalize !important;
    text-align: left;
}

.upload-file-btnn {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #027ace;
}

.InputFile {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 4;
}

label.no-float {
    top: 0px !important;
    position: relative !important;
    left: 0 !important;
    display: inline-block;
    font-size: 15px !important;
    color: #909090;
}

.verification_sec1 {
    margin-top: 22px;
}

.add-new-product table tbody tr:nth-of-type(odd) {
    background: #ced7f9 !important;
}

.add-new-product table tbody tr td input {
    background: transparent;
}

.multiselect-drop .dropdown-menu {
    min-width: 100% !important;
}

.multiselect-drop .dropdown-toggle {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.on-off-toggle {
    width: 56px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.on-off-toggle__slider {
    width: 56px;
    height: 24px;
    display: block;
    border-radius: 34px;
    background-color: #cfd8e2 !important;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    top: 0 !important;
}

    .on-off-toggle__slider:before {
        content: '';
        display: block;
        background-color: #00397c;
        box-shadow: 0 0 0 1px #949494;
        bottom: 3px;
        height: 18px;
        left: 3px;
        position: absolute;
        -webkit-transition: .4s;
        transition: .4s;
        width: 18px;
        z-index: 5;
        border-radius: 100%;
    }

    .on-off-toggle__slider:after {
        display: block;
        line-height: 24px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        content: '';
        color: #484848;
        padding-left: 26px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.on-off-toggle + span {
    position: relative;
    bottom: 3px;
    font-size: 16px !important;
}

.on-off-toggle__input {
    /*
    This way of hiding the default input is better 
    for accessibility than using display: none;
  */
    position: absolute;
    opacity: 0;
}

    .on-off-toggle__input:checked +
    .on-off-toggle__slider {
        background-color: #00397c !important;
    }

        .on-off-toggle__input:checked +
        .on-off-toggle__slider:before {
            background-color: #fff !important;
        }


        .on-off-toggle__input:checked +
        .on-off-toggle__slider:before {
            -webkit-transform: translateX(32px);
            transform: translateX(32px);
        }

        .on-off-toggle__input:checked +
        .on-off-toggle__slider:after {
            content: '';
            color: #FFFFFF;
            padding-left: 8px;
        }


ul, #myUL {
    list-style-type: none;
}

.verification_sec1 {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}

#myUL {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

    #myUL .box {
        cursor: pointer;
        -webkit-user-select: none; /* Safari 3.1+ */
        -moz-user-select: none; /* Firefox 2+ */
        -ms-user-select: none; /* IE 10+ */
        user-select: none;
    }

    #myUL > li {
        flex: auto;
        position: relative;
        border: 1px solid #ccc;
        padding: 10px;
        margin: 0 7px 20px 0;
        border-radius: 5px;
    }
        /*#myUL > li:nth-of-type(4) {
            margin: 0px 0px 20px 0 !important;
        }
        #myUL > li:nth-of-type(7) {
            margin: 0px 0px 20px 0 !important;
        }*/


        #myUL > li > input.benefits-dync {
            left: 9px;
        }

ul#myUL span.box {
    border: none;
    box-shadow: none;
    padding-left: 20px;
}

.nested {
    display: block;
    padding-left: 20px;
}

    .nested li {
        position: relative;
        padding: 5px 0 5px 18px;
    }

#myUL .active {
    display: block;
}

.benefits-dync {
    position: absolute;
    left: 0;
}

#myUL > li > span {
    padding-left: 20px;
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
}

.multiselect-drop .dropdown-toggle {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    margin-top: 2px !important;
    font-weight: 600;
}

span#text_show {
    margin-left: 6px;
    position: relative;
    top: -5px;
}

span#text_show1 {
    margin-left: 6px;
    position: relative;
    top: -5px;
}

span#text_show2 {
    margin-left: 6px;
    position: relative;
    top: -5px;
}

span#text_show11 {
    margin-left: 19px;
    position: relative;
    top: 2px;
}
span.checkbox-label {
    margin-left: 12px !important;
    position: relative;
    top: 0px !important;
    margin-right: 11px;
}
.input-status {
    outline: none;
    border: none;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}

.datepicker-dropdown {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.125);
    padding: 0 !important;
    width: 286px !important;
}

    .datepicker-dropdown table.table-condensed {
        width: 100%;
    }

    .datepicker-dropdown thead tr:first-child {
        background: #0001fe;
        color: #fff;
    }

        .datepicker-dropdown thead tr:first-child th {
            padding: 17px 0;
            text-align: center;
        }


/*Add Product*/

.ad-product-left {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 11px;
}

.ad-product-left-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .ad-product-left-header img {
        width: 50px;
        height: 45px;
        display: none;
    }

    .ad-product-left-header h4 {
        font-size: 16px;
        margin: 0 0 0 0;
        color: #0271c9;
    }

.ad-product-left {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 11px;
    background-image: url(../Images/img/pro-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.ad-product-right {
    border: 1px solid #ccc;
    padding: 15px 15px 0px;
    border-radius: 11px;
}

.tabs-inline li {
    padding: 0;
}

    .tabs-inline li .btnstyle_2 {
        margin: 0 2px;
    }

.wizard .nav-tabs {
    position: relative;
}

.wizard > div.wizard-inner {
    position: relative;
}



.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}






.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

ul.list-view li {
    width: 33.33%;
    margin-bottom: 15px;
}

ul.list-view {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#lessbtn.plus-icon::after {
    content: "\f055";
    font-family: fontawesome;
    position: absolute;
    top: 7px;
    right: 6px;
}

#lessbtn.minus-icon::after {
    content: "\f056";
    font-family: fontawesome;
    position: absolute;
    top: 7px;
    right: 6px;
}

#lessbtn {
    position: relative;
    cursor: pointer;
    width: 76px;
    padding: 6px 15px;
    line-height: 25px;
    margin: 0;
}

.show_Div {
    border: 1px solid #ccc;
    padding: 7px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.dynamic-expand-list {
    display: flex;
    padding: 0 10px;
}

.expand-list {
    flex: 1;
    padding: 0 3px;
    position: relative;
}

    .expand-list.floating-field label {
        /*left: 30px;*/
    }

.dropdownbtn {
    border: 1px solid #2885ce;
    background: transparent;
    border-radius: 3px;
    padding: 4px 13px;
    font-size: 20px;
    color: #666;
}

a.delaction {
    border: 1px solid red;
    background: transparent;
    border-radius: 3px;
    padding: 8px 13px;
    font-size: 16px;
    color: red;
    position: relative;
    top: 9px;
}

.expand-list.action-li {
    flex: inherit;
}

ul.dropdown-menu.listdropdown {
    left: auto;
    top: 43px;
    right: 0;
}

#equity-text {
    margin-left: 6px;
    position: relative;
    top: -5px;
}

span#text_showdispatch {
    margin-left: 6px;
    position: relative;
    top: -5px;
}

.upload-file-btnn.upload-profile-btn {
    bottom: 1px;
    top: auto;
    left: 1px;
    right: 1px;
    background: #e7e5e5;
    color: #0271c9;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    font-weight: 700;
    border-radius: 0 0 5px 5px;
}

input#pic {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.image-block {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px 0 10px;
    min-height: 112px;
}

.reflection {
    /*position: relative;*/
    height: 100px;
    overflow: hidden;
}

    .reflection img {
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: flipv;
        opacity: 0.30;
        filter: alpha(opacity='20');
    }

.image-block .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: -moz-linear-gradient(center bottom, rgb(255,255,255) 60%, rgba(255,255,255,0) 75%);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 25%, rgb(255,255,255) 40%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.60, rgb(255,255,255)), color-stop(0.75, rgba(255,255,255,0)));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColor=0, EndColorStr=#ffffff);
}

.block-div {
    pointer-events: none !important;
    /*opacity: 0 !important;*/
    display:none !important;
}

.bootstrap-select .dropdown-toggle:focus, filter-option:focus {
    outline: none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

input[type=checkbox], input[type=radio] {
    margin: 6px 0 0 !important;
    cursor:pointer;
}

    input[type=checkbox] + span, input[type=radio] + span {
        position: relative;
        bottom: 2px;
        cursor: pointer;
    }


.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.d-none {
    display:none;
}

.d-block {
    display:block;
}