﻿.RightTopLinks {
    margin: 26px 10px;
}

@media(max-width:1020px){
    .RightTopLinks {
        margin: 20px 10px;
    }
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-text-fill-color: unset !important;
}


 .show-read-more .more-text {
    display: none;
}


.AlignSearchDataTable {
    float: right;
    margin-top: 4px;
}


/*Custom Select 2 CSS*/
.select2 {
    width: 100% !important;
    border: 1px solid #e2e5ec !important;
    border-radius: 0.25rem !important;
    font-size: 1rem !important;
    line-height: 1.9 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}

/*End of Custom Select 2 CSS*/

h4 {
    margin-bottom: 15px !important;
}

@media (min-width: 760px) {
    .modal-dialog {
        max-width: 700px;
        
    }
}
.k-header__topbar-icon:hover .AddRessIcon {
    color: darkgray !important;
}

.AddRessIcon:hover {
    color: darkgray !important;
}


.FilterButton:before {
    content: attr(data-count);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #5867dd;
    border: 1px solid #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    color: #FFF;
    position: absolute;
    top: -7px;
    left: -10px;
    visibility:visible;
}

.FilterButton.HideBefore:before
{
    visibility:hidden;
}




#CssLoader {
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255, 0.9);
    z-index: 9999999 !important;
}

.loading-spinner {
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255, 0.9);
    z-index: 9999999 !important;
}






@-webkit-keyframes progressFill {
    from {
        background-position: right bottom;
    }

    to {
        background-position: left bottom;
    }
}

@-moz-keyframes progressFill {
    from {
        background-position: right bottom;
    }

    to {
        background-position: left bottom;
    }
}

@keyframes progressFill {
    from {
        background-position: right bottom;
    }

    to {
        background-position: left bottom;
    }
}


.spinftw {
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    width: 30px;
    top: 50%;
    position: relative;
    -webkit-animation: loader infinite 2s;
    -moz-animation: loader infinite 2s;
    animation: loader infinite 2s;
    box-shadow: -20px -12px #003399, 20px -9px #009966, -2px 21px #FF3333;
    background-size: contain;
}

@-webkit-keyframes loader {
    0%, 100% {
        box-shadow: -20px -12px #003399, 20px -9px #009966, -2px 21px #FF3333;
    }

    33% {
        box-shadow: 20px -9px #003399, -2px 21px #009966, -20px -12px #FF3333;
    }

    66% {
        box-shadow: -2px 21px #003399, -20px -12px #009966, 20px -9px #FF3333;
    }
}

@-moz-keyframes loader {
    0%, 100% {
        box-shadow: -20px -12px #003399, 20px -9px #009966, -2px 21px #FF3333;
    }

    33% {
        box-shadow: 20px -9px #003399, -2px 21px #009966, -20px -12px #FF3333;
    }

    66% {
        box-shadow: -2px 21px #003399, -20px -12px #009966, 20px -9px #FF3333;
    }
}

@keyframes loader {
    0%, 100% {
        box-shadow: -20px -12px #003399, 20px -9px #009966, -2px 21px #FF3333;
    }

    33% {
        box-shadow: 20px -9px #003399, -2px 21px #009966, -20px -12px #FF3333;
    }

    66% {
        box-shadow: -2px 21px #003399, -20px -12px #009966, 20px -9px #FF3333;
    }
}

.select2-selection .select2-selection--single {
    padding: 10px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    padding: 0px 20px;
}

.select2-container--focus {
    border-color: #8D82ED !important;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border: none;
}



    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #495057 transparent transparent transparent;
        margin-left: 0px;
        border-width: 6px 3px 0 3px;
        margin-top: 3px;
    }

.AcntBtns {
    display: flex;
    justify-content: space-between;
}

    @media(max-width:767px)
    {
        div.dataTables_wrapper div.dataTables_length
        {
            text-align:left !important;
        }
        .AlignSearchDataTable{
            float:left !important;
        }
        div.dt-buttons {
            text-align: left !important;
        }

        .AcntBtns {
            display: flex;
            justify-content: space-between;
            flex-wrap:wrap
        }
    }


.kt-widget-9 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

    .kt-widget-9 .kt-widget-9__panel {
        flex-grow: 1;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends {
            display: flex;
            align-items: center;
        }

            .kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends .kt-widget-9__legend {
                display: flex;
                align-items: center;
                padding-right: 2rem;
            }

                .kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends .kt-widget-9__legend .kt-widget-9__legend-bullet {
                    width: 15px;
                    height: 5px;
                    border-radius: 3px;
                }

                .kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends .kt-widget-9__legend .kt-widget-9__legend-label {
                    padding-left: 0.75rem;
                    font-weight: 500;
                    color: gray;
                }

        .kt-widget-9 .kt-widget-9__panel .kt-widget-9__toolhar {
            padding-left: 0.5rem;
        }

    .kt-widget-9 .kt-widget-9__chart {
        margin-top: 40px;
        position: relative;
    }
.kt-bg-brand {
    background-color: #5d78ff !important;
}
.kt-label-bg-color-1 {
    background-color: #a2a5b9 !important;
}
.kt-nav {
    margin-bottom: 0;
    padding: 0 0 0 20px;
}
.kt-nav .kt-nav__item {
    display: block;
}

    .kt-nav .kt-nav__item > .kt-nav__link {
        display: flex;
        flex-grow: 1;
       
        align-items: center;
        padding: 5px 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
            flex-grow: 1;
            font-size: 14px !important;
            color: #595d6e;
            font-weight: 400;
        }

        .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__section-text {
            flex-grow: 1;
            font-size: 14px !important;            
            font-weight: 400;
        }

.DDLMaxWidth {
    min-width: 90px !important;
}


.SalesAgentRange {
    padding: 0;
    margin-left: -40px;
}
.paddingright{
    padding-right:0px;
}
@media(min-width:1222px) {
    .widthCDDL {
        max-width: 89%;
        flex: 0 0 89%;
    }

    .widthYDDL {
        max-width: 11%;
        flex: 0 0 11%;
    }
}

@media(min-width:1222px) and (max-width:1310px) {
    .widthCDDL {
        max-width: 87%;
        flex: 0 0 87%;
    }

    .widthYDDL {
        max-width: 13%;
        flex: 0 0 13%;
    }
}

@media(min-width:1310px) and (max-width:1410px) {
    .widthCDDL {
        max-width: 85%;
        flex: 0 0 85%;
    }

    .widthYDDL {
        max-width: 15%;
        flex: 0 0 15%;
    }
}
@media(max-width:1222px) {
    .SalesAgentRange {
        padding: 0 15px;
        margin-left: 0 !important;
    }

 
    .SalesAgentRange {
        padding: 0 15px;
        margin-left: 0 !important;
    }

    .YearDropdown {
        position: absolute;
        right: 15px;
        top: -91px;
        padding: 11px 15px;
        z-index: 10
    }

    .k-widget-19 .k-widget-19__label {
        margin-left: 0;
        margin-top: -1px;
    }

}

@media (min-width:1020px) and (max-width:1221px) {
    .YearDropdown {
        top: -97px;
    }
}

@media(min-width:601px) and (max-width:1221px){

    .MobileSalesDDL {
        right: -15px !important;
    }
    .k-widget-19 .k-widget-19__label {
        margin-left: 20px;
        margin-top: 10px;
    }

}

@media(max-width:600px)
{
    .paddingright {
        padding-right: 15px;
    }
    .MobileSalesDDL {
        position: absolute !important;
        top: -34px !important;
        left: -88%;
        right: 0 !important;
    }
    .mt25{
        margin-top:25px;
    }

    .k-widget-19 .k-widget-19__label {
        margin-left: 17px;
        margin-top: 10px;
    }
}


/**Toggle css Added***/

.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 25px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*CK Editor styles*/

.ck p.inline1_6_spacing {
    line-height: 1.6em;
}

.ck p.inline1_7_spacing {
    line-height: 1.7em;
}

.ck p.inline1_8_spacing {
    line-height: 1.8em;
}

.ck p.inline1_9_spacing {
    line-height: 1.9em;
}

.ck p.inline2_spacing {
    line-height: 2.0em;
}
/*End-CK Editor styles*/

/*Inventory Forecast*/
.sales-trend{
    cursor:pointer;
}

.sales-growth-percentage {
    font-weight: 400;
}

.sales-trend-downwards {
    color: #BF1414;
}

.sales-trend-upwards {
    color: #17BF14;
}

.legacy-icon {
    font-size: 1.19rem;
    margin-left: 7px;
    color: #b5b5c3;
}
.tooltip-margin {
    width: 150px;
}
/*End Inventory Forecast*/

/*Inventory Forecast Logic*/
.logic-view {
    font-size: 2rem;
    margin-top: 10px;
}

    .logic-view span {
        cursor: pointer
    }
    .logic-view a {
        color: #cdc8c8db;
    }
/*End Inventory Forecast Logic*/

/*Supplier Order View*/
.order-total {
    margin: inherit;
    margin-right: 80px;
}
.order-total-div {
    margin-right: 60px;
}

.order-total-sum {
    margin-right: 40px;
}

.disable-anchor {
    pointer-events: none;
    color: #b5aeab;
}
/*End Supplier Order View*/

/**Layout page*/
.text-alignment-center{
    text-align:center;
}

.table-autoscroll {
    display: block;
    overflow-x: auto;
}
/**End Layout page*/

.no-border{
    border:0;
}

.popup_width {
    max-width: 75%;
}

.popmodal-body {
    height: 600px;
    overflow-y: auto;
}

.ck-content .image img {
    max-width: 100px !important;
    max-height: 100px !important;
}

/*.swal2-popup .swal2-title {
    margin-bottom: 0px;
}*/

.swal-custom-title {
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0 0 0rem;
    color: #464457;
}

.swal-custom-icon {
    height: 100px;
    width: 100px;
}

.border_box {
    width: 100%;
    padding: 13px;
    border: 1px solid #f4f5f8;
}

.icon-flaticon {
    background-image: url('/Content/home_Icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    margin-top: 3px;
}