﻿.panel .right {
    position: absolute;
    right: 20px;
    top: 32%;
}

.panel-body {
    padding-top: 10px;
    padding-bottom: 15px;
}

.form-group {
    margin-bottom: 20px !important;
}

.claim_txt {
    padding: 5px 10px 10px 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

    .content:after {
        content: '';
        display: table;
        clear: both;
    }

    /*.content:first-child {
        padding-top: 20px;
    }*/

.content-group-lg {
    margin-bottom: 15px !important;
}

.panel {
    margin: 10px 0px;
    border-color: #ddd;
    color: #333333;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    /*box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);*/
    background-color: white;
}

h6.panel-title {
    font-size: 15px;
    font-weight: bold;
}


.alertCont {
    position: fixed;
    right: 0.5%;
    min-width: 250px;
    text-align: center;
    top: 3%;
    z-index: 9999;
}

.alertContLeftAlign {
    position: fixed;
    right: 0.5%;
    min-width: 250px;
    text-align: left;
    top: 6%;
    z-index: 9999;
}

.alert-danger {
    background-color: #ba2a2a !important;
    border-color: #ba2a2a !important;
    color: #ffffff;
}

.alert-success {
    background-color: #2db245 !important;
    border-color: #2db245 !important;
    color: #ffffff;
}

.faicon-red {
    color: red;
}

.faicon-green {
    color: #00974C;
}

.logouticon-green {
    color: #10c4b2;
}

.link-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}

    .link-button:hover {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: solid 1px #20538D;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
        background: #4479BA;
        color: rgb(0,0,0);
        padding: 8px 12px;
        text-decoration: none;
    }

.validation-error-label {
    color: #e80c4d;
    text-align: left;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    position: absolute;
}

.field-validation-error {
    color: #e80c4d;
}
/*----- Kendo UI changes -----*/
label {
    color: #000000;
}

h2 {
    color: #4c5356;
}

h6 {
    color: #4c5356;
}

.tabel-header {
    background-color: #34373e;
    color: white;
}

.header:before {
    content: "";
    /* display: block; */
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 8px;
    border-top: 2px solid #e8ecef;
}

.k-textbox, .k-input.k-textbox, .k-textarea {
    width: 100% !important;
    border-radius: 25px 10px 25px 10px !important;
}

.k-checkbox-label::before, .k-radio-label::before {
    border-width: 2px !important;
}

.k-dropdown > .validation-error-label {
    position: absolute;
    /*left: 0;*/
    top: 35px;
}

.k-dropdown + .validation-error-label {
    position: absolute;
    top: 35px;
}

.validation-error-label {
    font-size: 0.7rem;
    margin-bottom: 0;
    display: block;
    margin-top: 7px;
    background-color: #ba2a2a;
    background-image: -webkit-linear-gradient(#ba2a2a 43%, #ba2a2a 100%);
  
 
    -webkit-border-radius: 6px;
    border-radius: 6px;
  
     box-shadow: none; 
    line-height: 1.2em;
    max-width: 18em;
    padding: 0.4em 0.6em;
    color: #f3f3f3 !important;
    z-index: 99;
    right: 20px !important;
    font-weight: 500;
    white-space: normal;
}
    .validation-error-label:before {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        border: 7px solid transparent;
        border-top: 0;
        border-bottom: 7px solid #ba2a2a;
        transform: translate(-20%, calc(-100% - 4px));
    }

    .validation-error-label.validation-valid-label {
        display: none !important;
    }

.k-widget.k-dropdown .validation-error-label {
    right: 5px !important;
}

.k-picker-wrap > .validation-error-label {
    position: absolute;
    left: 0;
    top: 26px;
}

.k-grid-norecords {
    text-align: center;
    padding-bottom: 10px;
}

.login-form {
   
    margin: 0 auto;
    background: #fefefe;
    border-radius: 40px 10px 40px 10px;
}

.content-group {
    line-height: 1.5;
}

.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-hierarchy-cell .k-icon {
    color: black !important;
}

/* .k-dropdown > .k-state-focused {
    color: white !important;
} */

.k-numeric-wrap > .validation-error-label {
    position: absolute;
    left: 0;
    top: 36px;
}

.paddingtop7 {
    padding-top: 7px;
}

.amount-right {
    text-align: right !important;
}

.Kendo-Grid-Editable {
    border-width: thin !important;
    border-color: #F68C33 !important;
    background: #F68C33 !important;
    color: white !important;
}

.k-grid th {
    text-align: center !important;
}

.google-visualization-orgchart-node {
    background: #E71928 !important;
    border: 2px solid #E71928 !important;
    color: white !important;
    font-size: 1.0em !important;
}

.k-pager-wrap .k-link,
.k-pager-wrap .k-state-selected {
    box-sizing: border-box !important;
}

.k-multiselect {
    background-clip: padding-box;
    height: auto;
    max-height: 150px;
}

.k-grid-content {
    min-height: 0px !important;
    max-height: 500px;
    overflow-y: unset !important;
}

.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-checkbox-label, .k-radio-label {
    padding-top: 2px;
}
/*----- Kendo UI changes -----*/
/*-----Notification bubble -----*/
.bg-warning-400 {
    background-color: #ff7043 !important;
    border-color: #ff7043 !important;
    color: #fff;
}
/*----- Notification bubble-----*/
.input-group-addon {
    border: 0px;
    position: absolute;
    right: 10px;
    bottom: 0;
    line-height: 55px;
    z-index: 1;
    padding: 0;
    width: auto;
    background: none;
}

.user-heading {
    color: #4c5356 !important;
}

.a-ChangePassword {
    color: #000000 !important;
    font-weight: bold;
}

.footer.text-muted .a-ChangePassword {
    color: inherit !important;
    font-weight: 500;
}
/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}
/*----- Tab Links -----*/

/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #263238;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all linear 0.15s;
}

    .tab-links a:hover {
        background: #26A69A;
        text-decoration: none;
    }

li.tabactive a, li.tabactive a:hover {
    background: #26A69A;
    color: #fff;
}
/*----- Content of Tabs -----*/
.tab-content {
    padding: 15px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    background: #fff;
}

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }
/*----- Content of Kendo grid Image -----*/
.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    /*border-radius: 50%;
      vertical-align: middle;*/
    background-size: 32px 35px;
    background-position: center center;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}
/*----- Content of Kendo grid Image -----*/

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}

    .card .card-header {
        float: left;
        text-align: center;
        margin: -20px 15px 0;
        border-radius: 3px;
        padding: 15px;
        background-color: #999999;
    }

        .card .card-header i {
            font-size: 36px;
            line-height: 56px;
            width: 56px;
            height: 56px;
            color: #fff;
        }

    .card .card-content {
        text-align: right;
        padding-top: 10px;
        padding: 15px 20px;
    }

        .card .card-content .category {
            margin-bottom: 0;
        }

    .card .title {
        margin: 0;
    }

    .card .card-footer {
        margin: 0 20px 10px;
        padding-top: 10px;
        border-top: 1px solid #eeeeee;
    }

        .card .card-footer .stats {
            line-height: 22px;
            color: #333;
            font-size: 14px;
        }

.cardPurple {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}

.cardBlue {
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}

.cardGreen {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.cardOrange {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}

.cardRed {
    background: linear-gradient(60deg, #ef5350, #e53935);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.dashboard-fontsize {
    font-weight: bold !important;
}
/*--End of Another option---*/



#CaptchaImage {
    width: 150px;
}

.capatchaCont {
    color: #4c5356;
    font-weight: 100;
    font-size: 12px;
}

    .capatchaCont a {
        position: absolute;
      
        font-size: 12px;
        color: white;
        background: #f68c33;
        padding: 5px 7px;
        border-radius: 5px;
    }

        .capatchaCont a:hover {
            text-decoration: none;
        }

    .capatchaCont > input {
        height: 34px;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 1.42857143;
        box-shadow: none !important;
        border-radius: 2px;
        padding: 4px 8px;
        width: 12.4em;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        outline: 0;
        display: inline-flex;
        position: relative;
        -webkit-appearance: none;
     
        border-radius: 25px 10px 25px 10px !important;
        height: 50px;
        border-color: #CDCDCD;
        margin-top: 5px;
    }

.loginContent .k-button {
    font-size: 1.1rem;
}

.user-heading {
    font-size: 20px;
    font-weight: bold;
    color: #3276b1;
}

.processTextColor {
    color: #C70039;
    font-weight: bold;
}

.marginT5 {
    margin-top: 6px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT40 {
    margin-top: 40px;
}

.cursor-pointer {
    cursor: pointer
}

.bottom-Space {
    margin-bottom: 5px;
}

.k-map-controls .k-widget {
    background-color: #4c5356 !important;
}

.sidebar-main {
    font-size: 14px;
}

[class^="icon-"], [class*=" icon-"] {
    top: 0px;
}

.widthOTP {
    width: 256px !important;
}

.logoImage {
    width: 156px;
}

.user-heading2 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}

.navbar-nav > li {
    top: 4px !important;
}

.title-color {
    color: white !important;
}

.loginContent {
   /* padding: 25px 20px 25px 20px !important;*/
    background-image: url(../images/bloom.png);
    background-repeat: no-repeat;
    background-size: 250px;
    background-color: #F6F6F6;
}

.gridContent-center {
    text-align: center !important;
}


.websiteBg {
    background: url(../images/regbg.jpg) repeat 100% 0% #272727;
    background-size: cover;
}

.loginPanel-right {
    float: right;
    padding-right: 100px;
}

.validation-summary-valid {
    display: none;
}

.field-validation-valid {
    display: none;
}

.navigation li a > i {
    margin-top: 0px !important;
}

.modal-header {
    background: #F68C33;
}

    .modal-header .close {
        opacity: 1;
        font-weight: 400;
        color: #FFFFFF;
        background: none !important;
    }

.model-header-color {
    color: white;
}

.modal-footer {
    border-top: 0px solid #e5e5e5 !important;
}

.icon-users4 {
    margin-right: 9px !important;
}

.navbar-brand {
    padding: 5px 10px 5px 0px !important;
}

.req-font {
    color: #CD5C5C;
    word-wrap: break-word;
}


.media-box {
    width: 155px;
    height: 170px;
    position: relative;
}

    .media-box > a {
        position: absolute;
        right: 5px;
        top: 3px;
        width: 22px;
        height: 22px;
        text-align: center;
        color: #191616;
    }
th[data-title="Active"] a {
    text-align: center !important;
}

    .media-box > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .media-box > video {
        height: 80%;
        width: 100%;
        object-fit: contain;
    }

.Info {
    padding-right: 40px;
}
.divImage {
    justify-content: end;
    display: flex;
    width: 155px;
    margin-bottom: 10px;
}

.clsImagePadding {
    padding-right: 15px!important;
}
.VideoInfo {
    padding-top: 20px;
}

.navbar-fontsize {
    font-size: 16px;
    font-weight: bold;
}

.modal-dialog h6 {
    color: white !important;
    font-weight: 500;
    font-size: 1.3em;
}

/* Radio buttons */
.section input[type="radio"] {
    display: none;
}

.container {
    margin-top: 40px;
    margin-left: 265px;
}

    .container label {
        position: relative;
    }

.text {
    margin-right: 50px;
    font-weight: bold;
}

/* Base styles for spans */
.container span::before,
.container span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Radio buttons */
.container span.radio:hover {
    cursor: pointer;
}

.container span.radio {
    width: 170px;
    margin-top: 20px;
    padding-left: 0px;
    text-align: left;
}

    .container span.radio::before {
        left: -52px;
        width: 45px;
        height: 25px;
        background-color: #cfcfcf;
        border-radius: 50px;
    }

    .container span.radio::after {
        left: -49px;
        width: 17px;
        height: 17px;
        border-radius: 10px;
        background-color: #a7a7a7;
        transition: left .25s, background-color .25s;
    }

input[type="radio"]:checked + label span.radio::after {
    left: -27px;
    background-color: #00974C;
}

.k-filtercell label {
    padding-left: 5px;
}

.pointer {
    cursor: pointer;
}

.control-link {
    padding-top: 7px;
    margin-bottom: 0px;
    font-size: 12px
}

.panel-black {
    border-color: #40494e
}

    .panel-black > .panel-heading {
        color: #ffffff;
        background-color: #40494e;
        border-color: #40494e;
    }

        .panel-black > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #40494e;
        }

    .panel-black > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #40494e;
    }

.clsBold {
    font-weight: bold;
}

button:focus {
    color: #ffffff;
    background-color: #E71928;
    border-color: #E71928;
    background-image: linear-gradient(rgba(16, 163, 196, 0), rgba(16, 163, 196, 0.2));
}

.k-widget.k-dialog.k-window.k-confirm > .k-header {
    line-height: 1;
}

.k-widget.k-dialog.k-window.k-confirm > .k-content {
    padding: 25px;
}

.k-dialog-titlebar {
    border-color: inherit;
    color: #ffffff;
    background-color: #263238;
}

.k-dialog-buttongroup .k-button:hover {
    background-color: #263238 !important;
    background-image: none;
}

.k-dialog-buttongroup .k-primary {
    color: none;
}

.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 10px;
    }

        .dropdown-header > span:first-child {
            width: 50px;
        }

.pullLeft {
    margin-left: 40px;
}

/*Kendo Multiselect - Cursor Selection Color*/
/*.multiSelectColor  .k-state-focused {
    background-color: #10c4b2 !important
}*/

.k-list .k-item:focus, .k-list .k-item.k-state-focused {
    box-shadow: none !important;
    background-color: #e71928 !important;
}

.not-allowed {
    cursor: not-allowed !important;
}

/*Newly Added*/
.k-textbox, .k-input.k-textbox {
    height: 55px !important;
}

.small-desc {
    font-size: 0.9rem;
    color: #757575;
}

.dashboard-panel {
    margin-top: 20px;
}

    .dashboard-panel .tile-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #e71928;
        padding: 20px 15px;
        border-radius: 40px 10px 40px 10px;
        color: #FFFFFF;
        height: 100%;
        border: 1px solid #D1D3E6;
        margin-bottom: 0;
    }

.tile-left {
    width: 85%;
}

.tile-right {
    width: 15%;
}

.dashboard-panel .tile-item.tile_green_bg {
    background-color: #00974C;
}

.dashboard-panel .tile-item.tile_lightblue_bg {
    background-color: #00A7D4;
}

.dashboard-panel .tile-item.tile_naviblue_bg {
    background-color: #292F76;
}

.dashboard-panel .tile-item.tile_purple_bg {
    background-color: #9E275C;
}

.dashboard-panel .tile-right img {
    max-height: 35px;
    width: 100%;
}

.dashboard-panel .tile-value {
    font-size: 1.2vw;
    padding: 5px 0;
}



.tile-box {
   
    margin-bottom: 15px;
}

.panel.panel-flat {
    border-radius: 40px 10px 40px 10px;
}

.k-radio:disabled + .k-radio-label, .k-checkbox:disabled + .k-checkbox-label {
    opacity: 1;
}

.k-checkbox-label::before, .k-radio-label::before {
    content: "";
    width: 22px;
    height: 22px;
    border-width: 1px;
    border-style: solid;
}

.k-checkbox-label::before {
    border-color: rgba(0,0,0, 0.2);
    background: white;
    border-radius: 7px 3px 7px 3px;
}

.k-checkbox:checked + .k-checkbox-label::before {
    border-color: #00974c;
    background-color: #00974c;
    border-radius: 7px 3px 7px 3px;
}

.k-checkbox-label::after {
    content: "\e118";
    width: 14px;
    height: 14px;
    transform: scale(0);
    left: 4px;
    top: 5px;
}

.k-radio-label {
    padding-bottom: 8px;
    padding-top: 5px;
    padding-right: 10px;
}

.k-radio:checked + .k-radio-label::after {
    background-color: #ffffff;
    top: 7px;
    left: 7px;
}

.k-grid-header, .k-grid-toolbar, .k-grouping-header, .k-grid-add-row, .k-grid-footer, .k-drag-clue {
    color: #000000;
    background-color: #ECECEC;
}
.cancel_custom {
    background: #F7A3A3 0% 0% no-repeat padding-box;
    border-radius: 6px;
    margin-top: 6px;
    padding: 13px 22px;
    border: 1px solid transparent;
}
    .cancel_custom:hover {
        background: #F7A3A3;
        border-radius: 6px;
        padding: 13px 22px;
        border: 1px solid transparent;
        color: #000;
        box-shadow: none;
    }
.create_btn {
    background: #00940A 0% 0% no-repeat padding-box;
    border-radius: 6px;
    margin-top: 6px;
    padding: 13px 22px;
    color: #ffff;
    border: 1px solid transparent;
}
    .create_btn:hover {
        background: #00940A 0% 0% no-repeat padding-box;
        border-radius: 6px;
        padding: 13px 22px;
        color: #ffff;
        border: 1px solid transparent;
        outline: none;
    }


    .k-button.k-cancel {
        padding: 13px 15px;
    }

    /*.k-button.custom-btns {
        min-width: 90px;
    }*/

.k-state-selected {
    color: #ffffff;
    border: none;
    /*border-radius: 10px 3px 10px 3px;*/
}

.k-pager-wrap .k-state-selected:hover {
    color: #ffffff;
    cursor: default;
}

.k-pager-wrap .k-link, .k-pager-wrap .k-state-selected {
    border-radius: 10px 3px 10px 3px;
}

.k-pager-numbers .k-link, .k-pager-numbers .k-link:link {
    color: #adadad;
}

.k-pager-wrap {
    color: #000000;
    background-color: #E9E9E9;
}

.form-validate-jquery .inputsearch {
    border: 1px solid #828482 !important;
    border-radius: 15px 0px 0px 5px;
    min-width: 200px !important;
    height: 40px !important;
}

.form-validate-jquery #search-button.k-button.k-primary {
    padding: 11px !important;
    border-radius: 0 5px 15px 0 !important;
    height: 40px;
    top: -1px;
    right: 1px;
}

.form-validate-jquery #search-button .glyphicon-search {
    top: -1px;
}

.sidebar-xs .navbar-header {
    min-width: 20px !important;
    padding-top: 10px;
}

.sidebar-xs .navbar-brand > img {
    height: 20px;
}

.sidebar-xs .navbar-nav > li > a {
    padding-left: 0;
}

.k-checkbox-label, .k-radio-label {
    padding-left: 30px;
    vertical-align: middle;
    padding-bottom: 5px;
}

    .k-checkbox-label::before {
        border-color: rgba(0,0,0, 0.2);
    }

.navbar-collapse.top-bar {
    box-shadow: 0px 3px 6px #8C8C8C29;
    padding: 0 15px 0 0px;
    background: #fff;
    /* overflow: auto !important; */
    border-radius: 0 0 0 40px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
}

    .header-right .panel-default {
        display: flex;
        align-items: center;
    }

span.username-area {
    display: inline-block;
}

span.userNameText {
    display: block;
    line-height: 15px;
}

.designa {
    font-size: 0.7rem;
    color: #E71928;
}

.header-right .profile-corner .dropdown-item {
    font-size: 0.9rem;
    padding: 8px;
    display: block;
    text-decoration: none;
    color: #333;
}

.header-right .profile-corner .nav-link {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}

    .header-right .profile-corner .nav-link img {
        padding: 0 10px;
    }

.header-right .panel-body {
    padding-bottom: 0;
}

.profile-corner span.caret {
    margin-left: 20px;
}

.header-right .profile-corner .nav-link:hover {
    color: #181E1E;
}

.profile-corner .open > .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 100px;
}

.notification-top .noti-icon,
.notification-top .noti-icon:hover,
.notification-top .noti-icon:active,
.notification-top .open .dropdown-toggle.btn-default {
    background: none;
    border: none;
    box-shadow: none;
}

    .notification-top .noti-icon .icon-notification {
        font-size: 30px;
    }

.notification-top .dropdown-menu > li > a:hover, .notification-top .dropdown-menu > li > a:focus {
    background-color: #00974c;
}

span.noti-nos {
    position: absolute;
    top: 0px;
    right: 0;
    background: #EF5024;
    width: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 0.7rem;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-buttons button.k-button {
    border-radius: 20px 5px 20px 5px;
    padding: 10px !important;
}

.form-control {
    height: 41px;
}

label.custom_label {
    font-weight: 400;
   font-size: 14px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.right-buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

    .right-buttons .period-wrapper {
        padding-bottom: 5px;
        padding-left: 10px;
    }

.export_as {
    display: inline-block;
    padding: 5px 10px;
}

.export-btns {
    display: inline-block;
}

    .export-btns .export-link {
        display: inline-block;
        padding: 0 8px;
        border-left: 1px solid #d7d7d7;
        cursor: pointer;
    }

        .export-btns .export-link:first-child {
            border-left: 0;
        }

.export-btns {
    background: #F68C33;
    border-radius: 15px 7px 17px 7px;
    padding: 6px 10px 6px 10px;
    /*margin-bottom: 5px;*/
    color: #FFFFFF;
}

i.icon-green_ckbox_tick, .icon-red_ckbox_tick {
    font-size: 18px;
}

.k-grid-content .icon-edit {
    color: #A1A1A1;
}

ol.breadcrumb.custom_breadcrumb {
    background: none;
    padding-left: 25px;
    margin-bottom: 0;
}

.breadcrumb > li > a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb > li + li:before {
    content: none;
}

.breadcrumb > li .active {
    color: #5a5a5a;
}

.breadcrumb > li .icon-right {
    font-size: 10px;
    padding: 0 5px 0 7px;
}

.breadcrumb > li.active .icon-right {
    display: none;
}

#addVerticalPopoup .modal-dialog {
    max-width: 850px;
}

.panel-heading .inner-title {
    font-size: 1.1rem;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    display: inline-block;
}

.custom_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
    margin: 0;
}

.custom_checkbox {
    position: relative;
    padding: 5px 0px;
    margin-right: 10px;
}

    .custom_checkbox input {
        display: none;
    }

    .custom_checkbox .label-title {
        padding-left: 30px;
        font-weight: 400;
    }

    .custom_checkbox input ~ .checkmark {
        background-color: #ffffff;
        border: 1px solid #A1A1A1;
    }

    .custom_checkbox input:checked ~ .checkmark {
        background-color: #ffffff;
    }

    .custom_checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom_checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .custom_checkbox .checkmark.radio:after {
        top: 3px;
        left: 3px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #E71928;
    }


    .custom_checkbox .checkmark.check_tick {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        background-color: #eee;
        border-radius: 8px 3px 8px 3px;
        margin: 0;
    }

        .custom_checkbox .checkmark.check_tick:after {
            background: #00974C;
            left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .custom_checkbox input:checked ~ .checkmark.check_tick {
        background-color: #00974C;
        border: none;
    }

        .custom_checkbox input:checked ~ .checkmark.check_tick:after {
            left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.k-widget.form-control, .form-control.k-block {
    padding: 0;
    border: 0;
    margin: 0px 0px;
}
.mt_input {
    margin: 10px 0px;
}
.wrap_flx {
    display: flex;
    flex-wrap: wrap;
}
.k-datepicker .k-select, .k-timepicker .k-select, .k-datetimepicker .k-select {
    background: none;
}

.form-validate-jquery .form-group {
    margin-bottom: 20px !important;
}

.form-validate-jquery .modal-footer {
    border-top: 0px solid #e5e5e5 !important;
    margin-top: 0;
    padding-top: 0;
}
/*#dvAlert {
    width: 100%;
    height: 100%;
    background: rgb(51 51 51 / 75%) !important;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}*/

.logo-carousel .carousel-inner {
    max-width: 180px;
    margin: 0 auto;
    height: 80px;
}

    .logo-carousel .carousel-inner item {
        text-align: center;
    }

    .logo-carousel .carousel-inner > .item > img {
        display: inline-block;
        max-height: 80px;
        max-width: 100%;
        height: 100%;
        width: auto;
    }

.custom_pwd_input {
    position: relative;
}

    .custom_pwd_input .input-group-addon {
        line-height: 40px;
    }

.form-validate-jquery label.custom_label {
    margin-bottom: 7px;
}

.form-validate-jquery label.empty_label {
    min-height: 11px;
}

.empty_label.display-block {
    display: block;
}

.modal-header .close:focus {
    background: none;
}

.k-filtercell input[type="radio"] {
    margin-top: -2px;
    vertical-align: middle;
    margin-left: 2px;
}

.k-radio:hover + .k-radio-label::before {
    border-color: rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.d_add_btn {
    justify-content: end;
    display: flex;
}

.k-radio:checked:hover + .k-radio-label::before {
    background-color: #E71928;
}

.fltr-radio-slct {
    display: flex;
    flex-direction: column;
    float: left;
}

    .fltr-radio-slct i.glyphicon {
        padding: 10px 4px;
        text-align: center;
    }

.custom-time-slct {
    padding-right: 15px !important;
}

tr.k-filter-row .k-dropdown-wrap {
    border-radius: 5px;
}

.custom_windows {
    margin: 0;
}

    .custom_windows .control-label {
        padding-top: 7px;
        margin-bottom: 0px;
        font-size: 12px;
    }

.k-toolbar, .k-editor-toolbar {
    background-color: #f7f9fe;
}

.resend-otp {
    display: inline-block;
    color: white !important;
    background: #f68c33;
    padding: 5px 7px;
    border-radius: 5px;
    font-weight: normal;
}

.k-multiselect-wrap {
    overflow: auto;
}

.k-pager-refresh span.k-icon.k-i-refresh {
    width: auto;
    padding-right: 10px;
    visibility: hidden;
}

    .k-pager-refresh span.k-icon.k-i-refresh::before {
        visibility: visible;
    }

.k-pager-wrap .k-link:hover, .k-pager-wrap .k-link:focus {
    background: none;
    box-shadow: none;
}

.k-textbox, .k-input.k-textbox {
    height: 35px !important;
}

.accordion {
    margin: auto;
    max-width: 500px;
}

.filter-accordion .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
    outline: none !important;
    border: none !important;
}

    .filter-accordion .panel-heading a.accord::after {
        content: "";
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .filter-accordion .panel-heading a.expanded::after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        top: 5px;
    }

.filter-accordion.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
}
/*Responsive*/
@media (min-width: 992px) {
    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .sidebar-default .nav-justified > li:first-child .dropdown-menu:not(.dropdown-menu-right) {
        left: -1px;
    }

    .sidebar-default .nav-justified > li:last-child .dropdown-menu-right {
        right: -1px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .login-form {
        width: 380px;
    }

        .login-form .k-textbox, .login-form .k-input.k-textbox {
            height: 45px !important;
        }

    .user-heading2 {
        font-size: 1.2rem;
    }

    .capatchaCont > input {
        height: 45px;
    }

    .login-form .form-group {
        margin-bottom: 15px !important;
    }
}

@media only screen and (min-width: 1366px) {
    /*.form-validate-jquery label.custom_label {
        font-size: 13px;
    }

    .form-validate-jquery .k-widget, .k-block {
        font-size: 13px;
    }*/
}



@media only screen and (max-width: 1199px) {
    .k-multiselect-wrap {
        max-height: 41px !important;
    }
}

@media only screen and (max-width: 1024px) {
    

    
    .dashboard-panel .tile-value {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .form-validate-jquery .form-group {
        margin-bottom: 10px !important;
    }

    .custom_windows .control-label {
        text-align: left;
    }

   
}
@media(max-width:568px) {
    .dashboard-panel {
        padding-left: 0px;
    }

    .home_design {
        margin: 15px 15px;
    }

    .k-pager-wrap .k-pager-info {
        display: none;
    }

    #ViewSauda .k-grid-pager, #ViewSalesOrganization .k-grid-pager, .k-grid .k-grid-pager {
        padding: 15px 5px !important;
    }
}

@media only screen and (max-width: 500px) {
    .login-form {
        width: 100%;
    }

    
}

/*Moved Styles*/

#dealerAddress-error {
    padding: 15px 0px;
    width: 150px;
}

#ImportExcelGrid .k-grid th, #ImportExcelGrid .k-grid td {
    width: 200px;
}

.error {
    color: #e80c4d;
    text-align: left;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    position: absolute;
}

label[class="error"] {
    position: absolute;
    left: 0;
    top: 35px;
}

#dealerAddress-error {
    left: 15px;
}

.attachement-title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}

#popupCancelButton {
    background: white;
}

.k-grid-header .k-header{
    color: #ffffff !important;
}

/*table, thead .k-link {
    color: #ffffff !important;
}*/

#ViewMappedDealers .k-grid-header .k-header > .k-link {
    padding: 19px 12px !important;
}

#ViewMappedDealers .k-grid th {
    white-space: pre-wrap !important;
}

.k-multiselect-wrap {
    overflow: auto;
}

#dvViewQuestion > div {
    margin-bottom: 10px;
}

#dvModalBody {
    position: relative;
    padding: 8px;
}

.modalFooter {
    padding: 0px 15px 0px;
    text-align: right;
    margin-top: 10px !important;
}

.closeButton {
    color: #f7f3f3 !important;
    opacity: 1.2 !important;
}

.datagrid table {
    font: normal 12px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
}

.datagrid {
    border: 1px solid #8C8C8C;
}

    .datagrid table td, .datagrid table th {
        padding: 3px 10px;
    }

    .datagrid table thead th {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #26A69A), color-stop(1, #7D7D7D) );
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        border-left: 1px solid #A3A3A3;
    }

    .datagrid table tbody td {
        color: #7D7D7D;
        border-left: 1px solid #DBDBDB;
        font-size: 14px;
        border-bottom: 1px solid #E1EEF4;
    }

.rowBackgroundColor {
    background: #EBEBEB;
}

#txtRemarks {
    resize: none;
}


.zone_label {
    font-weight: normal !important;
    margin-bottom: 5px !important;
    position: relative;
    bottom: 2px;
}

#GridCityDetails .k-grid {
    width: 50%;
}

.text-box single-line {
    width: 90% !important;
}

#GridCityDetails .k-grid {
    width: 100% !important;
}

.k-confirm .k-window-titlebar::before {
    content: 'Confirmation';
}

.k-confirm .k-window-titlebar .k-dialog-title {
    visibility: collapse;
}

#skuDiscountsGrid .k-grid {
    width: 50%;
}

#GridCityDetails .k-grid {
    width: 100% !important;
}

#ViewMappedCustomers .k-grid-header .k-header > .k-link {
    padding: 19px 12px !important;
}

#ViewMappedCustomers .k-grid th {
    white-space: pre-wrap !important;
}

.heading-size {
    font-size: 20px;
}

#toggle_a.my-tool-tip, #toggle_a.my-tool-tip:hover, #toggle_a.my-tool-tip:visited {
    color: black;
}

#ViewCustomers .k-grid-header .k-header > .k-link {
    padding: 19px 12px !important;
}

#ViewCustomers .k-grid th {
    white-space: pre-wrap !important;
}

.k-grid-pager {
    padding: 1px !important;
}

.modal-dialog {
    width: 70%;
}

#GridOilVolumeCapacity .k-grid {
    width: 60%;
}

#GridConversionFormulaDetails .k-grid {
    width: 60%;
}

#liftinglistcont button:disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

#claimsMobile .fix-column > .tbody {
    overflow: hidden;
}

#claimsMobile .fix-column > .tbody > .trow {
    margin-top: -50px;
    margin-bottom: 50px;
}

#claimsMobile .fix-column > .tbody > .trow:first-child {
    margin-top: 0px;
}

#claimsMobile .fix-column {
    float: left;
}
    #claims .fix-column > .tbody {
        overflow: hidden;
    }

        #claims .fix-column > .tbody > .trow {
            margin-top: -50px;
            margin-bottom: 50px;
           /* margin-bottom: 48px; *//*added newly*/
        }

            #claims .fix-column > .tbody > .trow:first-child {
                margin-top: 0px;
            }

#claims .fix-column {
    float: left;
}
#role_rest .thead, #claims .thead {
    height: 40px;
    white-space: nowrap;
    font-size: 0;
}

    #role_rest .thead span, #claims .thead span {
        display: inline-block;
        width: 215px;
        line-height: 40px;
        box-shadow: inset 0 0 1px 0 rgba(0,0,0,.3);
        background-color: #555555;
        text-align: center;
        color: #fff;
        font-size: 14px;
        padding: 2px 4px;
        border-color: transparent !important;
    }

#claimsMobile .fix-column > .tbody {
    overflow: hidden;
}

    #claimsMobile .fix-column > .tbody > .trow {
        margin-top: -50px;
        margin-bottom: 50px;
        /*margin-bottom: 48px; *//*added newly*/
    }

        #claimsMobile .fix-column > .tbody > .trow:first-child {
            margin-top: 0px;
        }

#claimsMobile .fix-column {
    float: left;
}

#role_rest .thead, #claimsMobile .thead {
    height: 40px;
    white-space: nowrap;
    font-size: 0;
}

    #role_rest .thead span, #claimsMobile .thead span {
        display: inline-block;
        width: 215px;
        line-height: 40px;
        box-shadow: inset 0 0 1px 0 rgba(0,0,0,.3);
        background-color: #555555;
        text-align: center;
        color: #fff;
        font-size: 14px;
        padding: 2px 4px;
    }





.rest-columns > .thead {
    overflow: hidden;
}

    .rest-columns > .thead > span {
        margin-right: 50px;
        margin-left: -50px;
    }

    .rest-columns > .thead > :first-child {
        margin-left: 0px;
    }

#role_rest .trow, #claims .trow {
    white-space: nowrap;
   /* margin-top: -15px;*//*added newly*/
}

    #role_rest .trow span, #claims .trow span {
        display: inline-block;
        width: 200px;
        box-shadow: inset 0 0 1px 0 rgba(0,0,0,.3);
        line-height: 40px;
        height: 40px;
        text-align: center;
        font-size: 14px;
        padding: 2px 4px;
    }

#role_rest .tbody, #claims .tbody {
    height: 300px;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}
.trow.Kendo-Grid-Editable span {
    box-shadow: none !important;
}

#role_rest .trow, #claimsMobile .trow {
    white-space: nowrap;
   /* margin-top: -15px;*/ /*added newly*/
}

    #role_rest .trow span, #claimsMobile .trow span {
        display: inline-block;
        width: 215px;
        box-shadow: inset 0 0 1px 0 rgba(0,0,0,.3);
        line-height: 40px;
        height: 40px;
        text-align: center;
        font-size: 14px;
        padding: 2px 4px;
    }

#role_rest .tbody, #claimsMobile .tbody {
    height: 300px;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}

#addRoleType .modal-title {
    color: white !important;
}

#addRoleType .modal-header .close {
    margin-top: -23px !important;
}

#inputsearch {
    margin-bottom: 10px !important;
    padding: 8px !important;
    border: solid !important;
}

#getuserattend .tbl-container {
    overflow-x: scroll;
    margin: 0px;
    margin-left: 210px;
}

#getuserattend .headcol {
    position: absolute;
    width: 225px;
    left: 0;
    text-align: left;
    text-indent: 8px;
    padding: 15px;
    text-align: center;
}

#getuserattend table, #getuserattend th, #getuserattend td {
    border: 1px solid #ccc !important;
    width: 15px;
    height: 45px;
}

#getuserattend .rotate {
    /* Something you can count on */
    height: 110px;
    width: 40px;
    white-space: nowrap;
    /*transform: rotate(315deg);*/
}

#getuserattend th.rotate > div {
    transform: rotate(270deg);
    width: 35px;
    position: relative;
    top: 15px;
}

    #getuserattend th.rotate > div > span {
        border-bottom: 1px solid #ccc;
        padding: 5px 10px;
    }

#getuserattend .aligncenter {
    text-align: center;
    font-size: 10px;
    /*border: 1px solid #ccc;*/
}


#ReatailOrders .editorColor {
    background-color: #10c4b2;
    color: #ffffff
}

#userattend .content {
    padding: 0 20px 0px 20px !important;
}

#confirmationPopoup .modal-dialog {
    width: 70%;
}

#mailayout .k-grid-pager {
    padding: 1px !important;
}


#frmAddUpdateBulletin .k-window-title {
    color: #00a0f0;
}

#frmAddUpdateBulletin .k-editor .k-editor-toolbar-wrap {
    padding-left: 0px;
}

#frmAddUpdateBulletin .k-datetimepicker .k-select .k-link-time {
    margin-right: -.285em;
    margin-left: 1.428em;
}

#frmAddUpdateBulletin .k-i-clock {
    margin-top: -15px !important;
}

#frmAddUpdateBulletin .k-link-date {
    margin-top: 8px !important;
}

#feedbacklist .product-view dl {
    margin: 10px 10px 0;
    padding: 0;
    overflow: hidden;
}

#feedbacklist .product-view dt, #feedbacklist dd {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
}

#feedbacklist .product-view dt {
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    opacity: 0.5;
}

#feedbacklist .product-view dd {
    height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    #feedbacklist .product-view dd .k-widget,
    #feedbacklist .product-view dd .k-textbox {
        font-size: 14px;
    }

#feedbacklist .k-listview {
    border-width: 1px 0 0;
    padding: 0;
    overflow: hidden;
    min-height: 298px;
}

#questionsurvey .product-view dl {
    margin: 10px 10px 0;
    padding: 0;
    overflow: hidden;
}

#questionsurvey .product-view dt, #questionsurvey dd {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
}

#questionsurvey .product-view dt {
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    opacity: 0.5;
}

#questionsurvey .product-view dd {
    height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    #questionsurvey .product-view dd .k-widget,
    #questionsurvey .product-view dd .k-textbox {
        font-size: 14px;
    }

#questionsurvey .k-listview {
    border-width: 1px 0 0;
    padding: 0;
    overflow: hidden;
    min-height: 298px;
}

#dvSalesTarget table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#dvSalesTarget td, #dvSalesTarget th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#dvSalesTarget tr:nth-child(even) {
    background-color: #dddddd;
}

#dvSaudaTarget table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#dvSaudaTarget td, #dvSaudaTarget th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#dvSaudaTarget tr:nth-child(even) {
    background-color: #dddddd;
}

#dvCustomerTarget table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#dvCustomerTarget td, #dvCustomerTarget th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

/*.content {
    padding: 0 27px !important;
}*/

.k-list .k-item:focus, .k-list .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
    background-color: #e71928 !important;
}
/*Overright*/
.navigation > li ul li a {
    padding-left: 40px !important;
}

/*    .navigation > li ul li a:before {
        display: none;
    }*/

.k-checkbox-label::before {
    height: 20px !important;
    width: 20px !important;
    border-radius: 4px !important;
}

.k-checkbox:checked + .k-checkbox-label::before {
    border-color: var(--prime_cl);
    background-color: var(--prime_cl);
    height: 20px !important;
    width: 20px !important;
    border-radius: 4px !important;
}
.k-checkbox-label::after {
    width: 11px;
    height: 11px;
}

.k-tooltip {
    color: var(--default-text);
    background-color: var(--prime_cl);
}

.k-callout-n {
    border-bottom-color: var(--prime_cl);
}

.k-radio-label {
    padding-bottom: 0px;
}

.filter_ad .panel.panel-default {
    border-radius: 0px;
    border-top: 2px solid var(--carousal_border) !important;
    margin-bottom: 20px;
}

.filter_ad .panel-heading {
    background-color: var(--default-bg);
}

.k-autocomplete, .k-combobox .k-dropdown-wrap, .k-datepicker .k-picker-wrap, .k-timepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap, .k-dateinput .k-dateinput-wrap, .k-textbox, .k-input.k-textbox, .k-textarea, .k-multiselect, .k-multiselect-wrap, .k-numerictextbox .k-numeric-wrap {
    min-height: 40px;
}

.k-colorpicker, .k-combobox, .k-dateinput, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-multiselect, .k-numerictextbox, .k-maskedtextbox, .k-timepicker {
    min-height: 40px;
}

.navigation li a > i {
    color: #BA2A2A;
}

.navigation li.active i:first-child {
    color: #ffffff;
}
.chart_img {
    object-fit: contain;
    width: 14px;
    height: 16px;
   
   
}
.chart_img_span{
    margin-left:15px;
}
.sidebar_bg_icn {
    background-color: #FFF0F0;
    padding: 7px 10px !important;
    border-radius: 4px;
}
.sidebar_bg_icn:hover {
    background-color: #FFF0F0 !important;
    padding: 7px 10px !important;
    border-radius: 4px;
}

.category-content {
    background-color: var(--default-bg) !important;
    padding-right: 0px !important;
}

.k-state-selected {
    color: var(--default-text);
    background-color: var(--second_cl) !important;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
}

.txt_area_ad {
    padding: 0 30px;
}

/*OverRight CSS*/

.tile-item {
    background-color: var(--default_bg) !important;
    color: var(--black-text);
    border-radius: 8px;
    height: 70px;
}

.k-dropdown .k-dropdown-wrap {
    background-clip: padding-box;
    border-radius: 6px;
}

.form-control {
    border-radius: 6px !important;
}

.k-multiselect-wrap {
    border: 1px solid #CBCFDF;
    border-radius: 6px;
}

.k-grid-header, .k-grid-toolbar, .k-grouping-header, .k-grid-add-row, .k-grid-footer, .k-drag-clue {
    color: var(--black-text);
    background-color: #555555;
    padding-right: 0px !important;
}

.k-filter-row {
    line-height: 1.42857;
    background-color: #F1F1F1;
    border: none;
}

.k-autocomplete, .k-combobox .k-dropdown-wrap, .k-datepicker .k-picker-wrap, .k-timepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap, .k-dateinput .k-dateinput-wrap, .k-textbox, .k-input.k-textbox, .k-textarea, .k-multiselect, .k-multiselect-wrap, .k-numerictextbox .k-numeric-wrap {
    color: #4c5356;
    background-color: #ffffff;
    border-color: #CDCDCD;
    border-radius: 6px !important;
}

.k-dateinput-wrap, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    display: flex;
    flex-direction: row;
    border-radius: 6px !important;
}

.k-list .k-item:focus, .k-list .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
    background-color: var(--second_cl) !important;
}

.k-list .k-item:hover, .k-list .k-item.k-state-hover, .k-list-optionlabel:hover, .k-list-container .k-button:hover, .k-list-container .k-button.k-state-hover, .k-spreadsheet-filter-menu > .k-menu .k-item.k-state-hover, .k-spreadsheet-popup .k-button:hover, .k-spreadsheet-popup .k-button.k-state-hover, .k-menu-group .k-item.k-state-hover, .k-menu.k-context-menu .k-item.k-state-hover {
    color: #ffffff;
    background-color: var(--second_cl)
}


.k-grid th {
    text-align: center !important;
    border: none;
}

.k-grid td {
    color: var(--black-text);
   
    border-bottom: 1px solid #f2f2f2;
    height: 41px;
  
    border-right: 1px solid #f2f2f2;
}
.k-grid-header .k-header > .k-link {
    border-right: 1px solid #f2f2f2;
    text-align: center;
}
    html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, table, tfoot, thead, tr, th, td, article, aside, canvas, details, footer, header, section {
    font-family: 'Noto Sans', sans-serif;
}
.justify_center {
    justify-content: end;
    display: flex;
}
.k-grid tr.k-alt {
    background-color: var(--default-bg);
}

.form-control:focus{
    box-shadow:none;
}

#dvCustomerTarget tr:nth-child(even) {
    background-color: #dddddd;
}

.navbar-header {
    border-right: 1px solid #8c8c893b;
    box-shadow: 0px 3px 6px #8C8C8C29;
}


.navigation li a {
    color: var(--default-text) !important;
}

.navigation > li ul li a {
    color: var(--black-text) !important;
}

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: var(--menuactive_cl) !important;
    color: var(--default-text) !important;
    border-radius: 0px !important;
}

/*.navigation {
    padding-top: 10px !important;
}
*/
.navigation > li > ul li.active > a, .navigation > li > ul li.active > a:hover, .navigation > li > ul li.active > a:focus {
    background-color: none;
    color: #b12224 !important;
}

    .navigation > li > ul li.active > a:before, .navigation > li > ul li:hover > a:before {
        /*background-color: var(--default-bg) !important;*/
    }

body:before {
    background-image: none;
}

.navbar-collapse.top-bar {
    border-radius: 0 0 0 0px !important;
    background: var(--default-bg);
    box-shadow: 0px 3px 6px #8C8C8C29 !;
}

.content-wrapper {
    /* width: 100%; */
    background-color: #F8F8F8 !important;
    /* padding: 10px 15px 0 15px !important;*/
    border-radius: 0px !important;
}

body {
    background-color: #F8F8F8 !important;
}

.navigation > li > a {
    text-decoration: none;
}

.k-button.k-cancel {
    
    border-radius: 6px !important;
    border: 1px solid #666666;
    color: #666666 !important;
    padding: 11px 23px;
}
    .k-button.k-cancel:active {
        background-color: transparent;
        border-radius: 6px !important;
        border: 1px solid #666666;
        color: #666666 !important;
        padding: 11px 23px;
    }

button#btnRejectSFQuantityRequest {
    background-color: #F57B7B !important;
    color: var(--black-text) !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}



.panel.panel-flat {
    border-radius: 0px 0px 8px 8px !important;
    border-top: 2px solid var(--carousal_border) !important;
}

.right-buttons .k-button {
    color: var(--default-text) !important;
    background-color: var(--prime_cl) !important;
    background-image: none !important;
    padding: 13px 15px !important;
    border-radius: 8px !important;
    border: none !important;
}

    .right-buttons .k-button:hover {
        color: var(--default-text) !important;
        background-color: var(--prime_cl) !important;
        background-image: none !important;
        padding: 13px 15px !important;
        border-radius: 8px !important;
        border: none !important;
    }



.sidebar-content::-webkit-scrollbar {
    display: none;
}

.dashboard-panel .tile-item {
    background: var(--default-bg) !important;
    border-radius: 8px !important;
    color: var(--black-text);
}

.t-title {
    color: #343434;
    font-size: 14px;
}

.tile-right {
    width: 50px !important;
    height: 50px;
    
    align-items: center;
    border-radius: 6px;
    display: flex;
    justify-content: center;
}
.violet_bg {
    background-color: #EFE4F1;
}
.orange_bg {
    background-color: #F2E5E5;
}
.yellow_bg {
    background-color: #F7EFD5;
}

.dashboard-panel .tile-right img {
    max-height: 35px;
    width: 20px !important;
}

#dvSecondaryFreights .row:nth-child(3) .col-md-12 {
    display: flex !important;
    align-items: center !important;
    column-gap: 18px !important;
}

label.custom_label {
    margin-bottom: 10px !important;
    color: #000;
}


.k-upload {
    border-radius: 6px !important;
}

.k-upload-button{
    border-radius:8px;
}

.custom_checkbox .checkmark.check_tick {
    border-radius: 4px;
}

.k-calendar:not(.k-infinite) .k-state-hover {
    background-color: var(--second_cl);
}

.k-autocomplete, .k-combobox, .k-dateinput, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-multiselect, .k-numerictextbox, .k-maskedtextbox, .k-timepicker{
    width:auto;
}

input[type="radio"]:checked + label span.radio::after {
    left: -27px;
    background-color: var(--prime_cl);
}

.k-calendar .k-header {
    background-color: var(--default-bg);
    color: #000000 !important;
}

.custom_checkbox input:checked ~ .checkmark.check_tick {
    border-radius: 4px;
}

.fltr-radio-slct {
    display: flex !important;
    flex-direction: row-reverse !important;
    float: left;
    align-items: flex-start !important;
}

.k-radio:hover + .k-radio-label::before {
    background-color: var(--default-bg) !important;
}


.k-radio:checked + .k-radio-label::after {
    background-color: var(--prime_cl) !important;
    top: 5px !important;
    left: 5px !important;
}

.k-checkbox-label::before, .k-radio-label::before {
    width: 18px !important;
    height: 18px !important;
}

i.glyphicon {
    color: #6565FF;
    font-size: 16px;
}

.k-radio-label {
    padding-top: 1px !important;
    padding-left: 25px !important;
}

.fltr-radio-slct i.glyphicon {
    padding: 0px 0px !important;
    text-align: center;
    color: #6565FF;
    font-size: 16px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.k-radio:checked + .k-radio-label::before {
    border-color: #CBCFDF !important;
    background-color: var(--default-bg) !important;
}

.tile-box .tile-item {
    column-gap: 18px;
    display: flex;
}

.dashboard-panel {
    border-bottom: 1px solid #707070;
}
/*naveena media queries*/
@media (min-width: 769px) {
    /*.sidebar-xs .sidebar-main .navigation > li > a > span

{
    background-color: var(--menuactive_cl) !important;
    border: 1px solid var(--menuactive_cl) !important;
    padding: 13px 20px;
    right: -261px;
}*/
    .sidebar-xs .sidebar-main .navigation > li > a > span {
        display: none;
        position: absolute;
        top: -7px !important;
        right: -261px;
        background-color: var(--menuactive_cl) !important;
        border: 1px solid var(--menuactive_cl) !important;
        padding: 15px 20px !important;
        width: 260px;
        text-align: left;
        color: var(--default-text) !important;
        cursor: pointer;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }


    .sidebar-xs .sidebar-main .navigation > li > ul > li > a {
        padding-left: 20px;
        color: var(--default-text) !important;
    }

    .sidebar-xs .sidebar-main .navigation > li > ul {
        right: -261px;
        background-color: #fff5f5 !important;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0 0 0px 0;
        color: var(--default-text) !important;
    }

    .category-content {
        position: relative;
        /* padding: 20px; */
        padding-right: 0px;
    }

    .navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
        background-color: var(--menuactive_cl) !important;
        color: var(--default-text) !important;
        border-radius: 0px !important;
    }
}

.k-dateinput-wrap .k-input, .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input {
    height: auto !important;
}

.k-pager-wrap .k-pager-sizes .k-dropdown, .k-pager-wrap .k-pager-sizes > select {
    width: auto !important;
}

.export_txt {
    color: var(--prime_cl);
    text-decoration: underline;
    text-decoration-color: var(--prime_cl);
    font-size: 14px;
    font-weight: 500;
}

    .export_txt img {
        width: 12px;
        object-fit: cover;
        position: relative;
        top: -1px;
    }

.img_sort {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.d_flex {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.img_sort img {
    width: 14px;
    height: 14px;
}

.filter_div {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.loginContent {
    background-image: unset !important;
}

.login-form {
    border-radius: 6px !important;
}

.k-textbox {
    height: 47px !important;
    border-radius: 8px !important;
}

.capatchaCont > input {
    border-radius: 8px !important;
    height: 47px !important;
}

.k-button.k-primary, .k-slider .k-draghandle, .k-switch-on .k-switch-handle {
    padding: 11px 32px;
    border-radius: 8px !important;
   
    background-color: var(--prime_cl);
    /*margin:25px 0px;*/
}

.Kendo-Grid-Editable {
    border-width: thin !important;
    border-color: var(--prime_cl) !important;
    background: var(--prime_cl) !important;
    color: white !important;
}

.inputsearch {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    margin-bottom: 11px;
    padding-left: 11px;
}

    #search-button i {
        color: var(--default-text);
    }
.form-validate-jquery #search-button.k-button.k-primary {
    height: 40px !important;
    border-radius: 0px !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.Kendo-Grid-Editable span i{
    color: var(--default-text);
    margin-left: 4px;
}

.modal-header{
    background-color: var(--prime_cl);
}
.k-i-sort-asc-sm::before, .k-i-sort-desc-sm::before  {
    
    color: #fff;
}

.k-multiselect-wrap li.k-button {
    float: left;
    border: none;
    margin-top: 7px;
  /*  width: 100%;*/
    justify-content: space-between;
}

.sidebar-content {
    height: auto !important;
}

#btnLogin:focus, #btnLogin:hover, #btnLogin:focus-within {
    border-radius: 8px !important;
   
    box-shadow:none;
}
.capatchaCont {
    position: relative;
    color: var(--prime_cl);
    font-size: 14px;
    font-weight: 500;
}
    .capatchaCont a {
        position: absolute;
        right: -59px;
        font-size: 19px;
      
        width: 36px;
        height: 36px;
        background: #BA2A2A 0% 0% no-repeat padding-box;
        padding: 8px 10px !important;
        border-radius: 50%;
        font-weight: 500;
        top: 8px;
    }
    .btn_success {
    background: var(--app-btnbg) !important;
    color: var(--app-btntxt) !important;
    font-weight: 600;
    border-radius: 8px 8px 8px 8px !important;
}


.btn_primary {
    background: var(--prime_cl) !important;
    color: var(--default-text) !important;
    font-weight: 600;
    border-radius: 8px 8px 8px 8px !important;
}

.btn_danger {
    background-color: var(--reject-btnbg) !important;
    color: var(--reject-btntxt) !important;
    font-weight: 600 !important;
    border-radius: 8px 8px 8px 8px !important;
}
.login_left{
    background: #ECEFF3 0% 0% no-repeat padding-box;
    height:100vh;
    min-height:100%;
    padding:80px 59px 36px  59px;
    display:flex;
    justify-content:space-between;
    flex-direction:column;
    

}
.footer_login {
    font-size: 14px;
    color: #343434;
    line-height: 19px;
}
.footer_login_none {
    font-size: 14px;
    color: #343434;
    line-height: 19px;
    display:none;
}
.compy_logo {
    width: 120px;
   
}
.compy_logo img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.logo_title {
    font-size: 26px;
    color: #343434;
    font-weight:600;
}
.logo_title_main {
    margin: 10px 0px;
    line-height: 30px;
}
.login_right {
    background: #fff 0% 0% no-repeat padding-box;
    min-height: 100vh;
  padding:20px 0px;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}
.loginContent {
    background-color: #ffffff;
  
}
.acnt_title {
    font-size: 24px;
    color: #343434;
    font-weight: 600;
}
.credentials_title {
    font-size: 16px;
    color: #343434;
    display: block;
    padding: 7px 0px;
}

.ryt_width {
    width: 50%;
    padding: 20px 0px;
}
.form_grp_gap {
    margin: 25px 0px;
}
.login_label {
    color: var(--prime_cl);
    font-size: 14px;
    font-weight: 500;
}

.show_password {
    top: 18px;
    text-decoration: underline;
    cursor: pointer;
}
.ChangePassword_txt {
    color: #EB6767;

}
    .ChangePassword_txt:hover, .ChangePassword_txt:focus {
        color: #EB6767;
    }
.forgot_end {
    justify-content: end;
    display: flex;
    width: 100%;
    align-items: end;
}
.page-container{
    min-height:unset !important;

}
@media(max-width:1200px) {
    .login_left {
       
        padding: 80px 20px 36px 20px;
       
    }
    #dvDealerCont .modal-dialog {
        width: 70%;
    }
}
@media(max-width:992px) {
    .ryt_width {
        width: 70%;
    }

    .footer_login {
        font-size: 12px;
    }
}
@media (max-width : 767px) {
    .footer_login {
       display:none;
    }

    .footer_login_none {
        font-size: 14px;
        color: #343434;
        line-height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .login_left {
        padding: 10px 20px 10px 20px;
        height: unset;
    }
}
@media (max-width: 568px) {
    .ryt_width {
        width: 100%;
    }
}

.navbar-fontsize {
    font-size: 16px;
    color: #343434 !important;
    font-weight: 600;
}
.navbar-header {
    height:60px;
}
.navbar-header {
    
    align-items: center;
}
#btnUpload{
    margin-top: 10px;
}
#ImportExcelGrid .k-grid-header {
    background-color: transparent !important;
}

.navbar-brand > img {
    object-fit: contain;
    /* width: 70px; */
}
.d_dlex_row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.pace-done.sidebar-xs .trading_none{
    display:none;
}
.sidebar-xs .navbar-header {
    min-width: 55px !important;
    padding-top: 10px;
}
.header-right .profile-corner .nav-link img {
  
    object-fit: contain;
}
.header-right .profile-corner .dropdown-item {
   
    column-gap: 10px;
    align-items: center;
    display: flex !important;
    justify-content: center;
}
.sidebar_a {
    top: 15px;
    position: relative;
}

.top_title {
    top: 15px;
    position: relative;
}
.dashboard-panel {
    border-bottom: 1px solid #70707042 !important;
    padding-left: 10px;
}
#main-section-header > h2 {
   
    color: #343434 !important;
    font-weight: 600;
    font-size: 24px;
     padding-top: 1em; 
   
}
.right-buttons {
    padding: 5px 20px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.k-grid-norecords {
  
    padding-top: 10px !important;
}
.pt_body{
    padding-top:15px !important;
}
.k-filter-row th {
   
    padding: 6px 2px !important;
}
.filter_bg {
   
    border-radius: 0px 0px 0px 0px !important;
    border-top: 0px solid #ffff !important;
    box-shadow:none;
  
    background-color: #ECEFF3 !important;

}
/*#pageLoader {
    background-color: #ECEFF3 !important;
}*/
.panel_default {
    border-radius: 0px 0px 8px 8px !important;
    border: none !important;
    border-top: 2px solid var(--carousal_border) !important;
}
    .panel_default > .panel-heading {
        background-color: var(--default-bg) !important;
        padding: 15px 15px !important;
    }
#ViewSauda {
   /* padding-left: 25px;
    padding-right: 25px;*/
}
.panel.panel-flat {
  
    margin: 10px 25px;
}
.k-pager-wrap {
    background-color: var(--default-bg) !important;
}
    .k-pager-wrap .k-pager-sizes .k-dropdown, .k-pager-wrap .k-pager-sizes > select {
        margin: 5px 10px 5px 0px !important;
        height:auto !important;

    }
.mt_row{
    margin-top:10px;

}
.emptyRow{
    display:none;
}
.k-button.k-primary:focus, .k-button.k-primary.k-state-focused {
    box-shadow:none !important;
}
.form-control:focus {
    border-color: #CBCFDF !important;
    box-shadow: none !important;
}
.k-state-selected td {
    color: var(--default-text);
}
label.custom_label {
    margin-bottom: 10px !important;
   
}
[type=radio]:checked::before
 {
    content: "";
    width: 14px !important;
    height: 14px !important;
    /*background-color: #ffa500 !important;*/
    position: absolute;
    top: 2px;
    left: 2px;
}
input[type="radio"] {
    accent-color: var(--prime_cl) !important;
}
.filter_padding{
    padding:0px 25px;
}
.category-content {
    height: 100vh;
}



.k-list .k-item:focus, .k-list .k-item.k-state-focused {
    box-shadow: none !important;
    background-color: #e71928 !important;
}
.k-state-focused {
    box-shadow: none !important;
    outline:none;
}
.k-dropdown{
    cursor:pointer;
}
.custom_checkbox .label-title {
    
    top: -4px;
    position: relative;
}
.custom_checkbox input:checked ~ .checkmark.check_tick {
    background-color: var(--prime_cl) !important;
    border: none;
}
.custom_checkbox .checkmark.check_tick:after {
    background-color: var(--prime_cl) !important;
}
.k-button.k-cancel {
   
    margin-right: 15px;
}
input[type="checkbox"]:focus {
    box-shadow:none;
    outline:none;
}
/*custom_checkbox_main*/
.label-title {
    top: 2px;
    position: relative;
}
.k-textbox:focus{
     box-shadow:none;
 }
.home_design {
    background-color: #fff;
    margin: 15px 25px;
    /*padding: 10px 12px 25px 12px;*/
    border-top: 2px solid var(--carousal_border);
}


.active_txt {
    background-color: var(--active-bg);
    border-radius: 2px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    width: 70px;
    color: var( --active-txtclr);
    border-radius: 5px;
}

.inactive_txt {
    background-color: var(--inactive-bg);
    border-radius: 2px;
    display: inline-block;
    width: 70px;
    padding: 5px 10px;
    font-size: 13px;
    color: var( --inactive-txtclr);
    border-radius: 5px;
}

.f_110{
    font-size:110px;
}

.f_34{
    font-size:34px;
}
.mt_20{
    margin-top:20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.loginContent {
    height: 100vh;
    
}
.forgotbody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.k-detail-row .k-filter-row {
    display: none;

}
/*manoj styles*/
.user_icon {
    left: 15px !important;
    right: unset;
    top: 19px;
    font-size: 19px;
}
.filter_ad .panel-heading {
    padding: 15px;
    border-bottom: 1px solid #CBCFDF;
}
    .filter_ad .panel-heading a:hover, .filter_ad .panel-heading a:focus{
        text-decoration: none;
    }

.user_input {
    padding: 10px 10px 10px 45px;
}
.filter_panel{
    padding:20px 0px 0px 0px;
}
.filter_ad .panel.panel-default {

    border-left: none;
    border-right: none;
    border-bottom: none;
}
.filter_panel .k-i-arrow-60-down::before, .filter_panel .k-i-arrow-s::before, .filter_panel .k-i-sarrow-s::before, .filter_panel .k-i-collapse::before,.filter_panel .k-i-expand-s::before {
    content: "\e9c9";
}
/*.k-autocomplete, .k-combobox .k-dropdown-wrap, .k-datepicker .k-picker-wrap, .k-timepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap, .k-dateinput .k-dateinput-wrap, .k-textbox, .k-input.k-textbox, .k-textarea, .k-multiselect, .k-multiselect-wrap, .k-numerictextbox .k-numeric-wrap {

    border: 1px solid #CBCFDF !important;
}*/
.first_input .k-dropdown-wrap {
    border: none !important;
}

.radio_row .custom_label {
    margin-bottom:0px !important;
}
.k-radio:checked + .k-radio-label::after {
    top: 3px !important;
}

.k-checkbox-label::before, .k-checkbox-label::after, .k-radio-label::before, .k-radio-label::after {
    top: -2px;
}
.fltr-radio-slct .glyphicon {
    top: -2px !important;
}
.filter_footer_row {
    border-top: 1px solid #CBCFDF;
}

.form-validate-jquery .filter_footer_row {
    margin-bottom: 0px !important;
}
    .panel_table .panel-body #ViewSauda, .panel-flat .panel-body .col-md-12{
        padding: 0px;
    }
    .panel_table .panel-body .col_padding {
        padding: 0px;
    }
    .padd_filter {
        margin: 0px !important;
        padding: 15px;
    }
.panel-body .right-buttons {
    margin: 0px !important;
    padding: 15px;
}
#ViewSalesOrganization th, .panel-body .k-grid th{
    text-align: left !important;
}
.panel_table, .panel {
    border: none;
}

.txt_area_ad{
    padding-bottom:15px;
}
.panel_table .k-pager-wrap, .panel .k-pager-wrap {
    border: none;
}
.btn_groups_action{
    display:flex;
    align-content:center;
    justify-content:space-between;
}
#ViewSauda .k-grid-pager, #ViewSalesOrganization .k-grid-pager, .k-grid .k-grid-pager {
    padding: 10px !important;
    border-top: 1px solid #EBEBEB !important;
    border-bottom: 1px solid #EBEBEB !important;
}
.k-grid-pager {
    padding: 10px !important;
}
    #divRemarks {
    padding-top: 25px;
}
#ViewSauda .k-pager-wrap .k-link, .k-pager-wrap .k-state-selected, .k-grid .k-pager-wrap .k-link {
    padding: 13px;
}
#ViewSaudaList table {
   /* width: fit-content;*/
}

#dvSecondaryFreights .k-state-hover:hover .k-select {
    border-radius: 6px !Important;
}
.padd_text{
    padding:0px 30px;
}
#ViewSaudaList .k-detail-cell, .k-detail-cell {
    padding: 0px;
    border: none !important;
}
#ViewSaudaList  th {
    text-align: left !important;
  
}
.dd_icons{
    color:#000000;

}
.main_dd {
    padding: 0px;
    border: 1px solid #efefef;
    min-width:140px !important;
    border-radius:8px !important;
}
.main_dd .dropdown-item {
    border-bottom: 1px solid #efefef;
    padding:10px 15px !important;
    justify-content:flex-start !important;
}
    .main_dd .dropdown-item:last-child {
        border-bottom:none;
    }
.user_login_icon {
    color: var(--prime_cl);
}
.pl_dd_arrow{
    padding-left:10px;
}
.header-right .panel-body {

    padding-top: 5px;
}
.k-select {
    padding: 0px 12px !important;
    width: auto !important;
}


#dvSecondaryFreights .k-icon {
    color: #292D32;
}
.trading_none {
    font-weight: 600;
}
.filter_padding .panel-default {
    border-radius: 0px 0px 8px 8px !important;
}
.col_padding .period-wrapper, .period-wrapper {
    padding-bottom: 0px !important;
}
#dvSecondaryFreights, #SaudaExtensionMasterLoader {
    padding-top: 20px;
}
.pt_20{
    padding-top:20px;
}
.padd_actions .text-right {
    padding-left:15px !important;
    padding-right:15px !important;
}

/*pricing change*/


#ddlPlant-list .k-list-filter {
    padding: 8px 0px;
    margin-bottom: 10px;
}
#ddlPlant-list .k-textbox {
    position: relative;
    display: inline-block;
   
    top: -9px;
    margin-bottom: 10px;
    border-radius: 0px !important;
}

.btn_ryt_search {
    border-top: 1px solid #EBEBEB;
    justify-content: end;
    padding-top: 17px;
}
.custom_checkbox {
    position: relative;
   
    top: 3px;
}
    .custom_checkbox .label-title {
        top: 0px;
        position: relative;
    }
.btn_primary {
    margin-right: 20px;
}
#dvSkuData .panel.panel-flat {
   
    border: 1px solid #EBEBEB;
}

#dvSkuData .k-checkbox-label {
    left: -15px;
    position: relative;
}
#dvSkuPopup .closeDealer {
    background: #F2F5F8 !important;
    border-radius: 8px !important;
    border: none !important;
    color: #666666 !important;
    padding: 8px 14px;
    position: relative;
    top: -8px;
}
.k-checkbox:checked + .k-checkbox-label::after {
    color: #ffffff;
    font-size: 12px;
  
    top: 2px;
}

.text_btn_end {
    display: flex;
    border-top: 1px solid #EBEBEB;
    justify-content: end;
    padding-top: 15px !important;
}
.glyphicon-remove:before {
   
    cursor: pointer;
}
#btnSaveSms , #btnAdd {
    margin-right: 0px !important;
}
.marginT20 {
    margin-top: 20px;
    padding-bottom: 20px;
}
#frmRoleTypeUpdates .input-group {
    margin-top: 10px;
    margin-left: 10px;
}
#frmRoleUpdates .input-group {
    margin-top: 20px;
}
.k-button.k-primary:hover {
    border-radius: 8px !important;
    background-color: var(--prime_cl);
   
}
#frmRoleType .table-responsive {
    
    padding-top: 10px;
}
.input-validation-error {
    position: relative;
    margin-bottom: 3px;
}
.validation-error-label {
    position: absolute;
    margin-bottom: 0;
    left: 22px;
}
#btnAddRoleType {
    margin-right: 20px;
}
.k-dropdown > .validation-error-label {
    position: absolute;
    /* left: 0; */
    top: 42px;
}
#ddlOrganizationReportingTo-error {
    margin-bottom: 0;
    left: 15px;
    top: 42px;
}
#ddlIncoTerms-error {
   
    position: absolute;
    margin-bottom: 0;
    left: 13px;
    bottom: -32px;
}
#ddlSalesOrganization-error, #ddlState-error {
    top: 65px;
}
#frmSmsSend #ddlSalesOrganization-error {
    top: 43px;
}
#ddlSkuName-error, #ddlCustomerName-error, #ddlSku-error, #ddlOilType-error, #ddlZone-error, #ddlState-error {
    top: 42px !important ;
}
th[data-title="Active"] a {
    text-align: center !important;
}
.k-grid-header .k-header > .k-link {
   
    text-align: center;
}

    
    #btnGenerateSFQuantityRequest, #btnCancel {
    margin-left: 20px;
}
#frmSchemeDiscount #ddlSalesOrganization-error {
    top: 42px;
}
#frmUserCustomerSaudaTarget #ddlSalesOrganization-error, #ddlUser-error, #ddlNotificationAction-error {
    top: 42px;
}
.role_top .k-widget.form-control, .form-control.k-block {
    margin: 10px 0px;
}
#ddlFeature-error{
    top:65px;
}
.panel_margin {
    margin-bottom: 10px;
    margin-left: 10px;
}
.alertContLeftAlign {
    position: fixed;
    right: 2.5%;
    min-width: 250px;
    text-align: left;
    top: 10%;
    z-index: 9999;
}
#dateFilter{
    margin-bottom:0px;
    padding-bottom:0px;
}
.alertCont {
    top: 10%;
}
.modal-dialog .panel-flat {
    border: 1px solid #EBEBEB;
}
.gap_btn{
    margin-bottom:20px;
}
#getuserattend{
    padding-bottom:2px;
}
.form-validate-jquery .inputsearch:focus, .form-validate-jquery .inputsearch:focus-visible {
    border: 1px solid #828482 !important;
    outline: none;
}
.thead span{
    border: none !important;
}
#frmLogin .validation-error-label {
    top: 52px;
    left: 51px !important;
}
#dvDealerCont .modal-dialog {
    width: 41%;
}
#dvDealerPopup {
    line-height: 22px;
}

    .input_group {
    position: relative;
}
.k-grid {
    margin: 10px 15px !important;
    border: 1px solid #00000012;
}

@media (max-width: 930px) {
    .capatchaCont a {
            right: 15px;
            top: -43px;
        }

        .sauda_right {
            padding: 30px 15px 10px 15px;
        }
    #dvDealerCont .modal-dialog {
        width: 85%;
    }
    }

@media(max-width:768px){
    .panel.panel-flat {
    margin: 10px 5px;
}
    .col_lg .col-lg-4 {
        width: 100%;
    }
    #dvDealerCont .modal-dialog {
        width: 76%;
    }
    #main-section-header > h2, #dateFilter {
       
        font-size: 18px;
    }
    .k-pager-wrap .k-pager-info {
        display: none;
    }
    }



@media(max-width:568px) {
    .breadcrumb > li {
        font-size: 13px;
    }
    .panel-body .right-buttons {
        gap: 10px;
    }
        .breadcrumb > li > a {
            font-size: 13px;
        }

    .wrap_flx .col-sm-12 {
        width: 100%;
    }

    .k-pager-wrap .k-label {
        margin: 0 0em;
    }

    .panel.panel-flat {
        margin: 10px 15px;
    }

    #ViewSauda .k-grid-pager, #ViewSalesOrganization .k-grid-pager, .k-grid .k-grid-pager {
        padding: 15px 5px !important;
    }

    .modal-dialog {
        width: 98%;
    }

    #dvDealerCont .modal-dialog {
        width: 96%;
    }

    .v-buttons {
        display: none;
    }

    ol.breadcrumb.custom_breadcrumb {
        flex-direction: column;
        display: flex;
        gap: 10px;
    }
}

#ImportExcelGrid .k-link{
    color: #000000 !important;
}
#ImportExcelGrid .k-grid-content tbody tr td:nth-child(1){
    width: 184px !important;
    min-width:184px !important;
}
#ImportExcelGrid .k-grid-content tbody tr td:nth-child(2) {
    width: 184px !important;
    min-width: 184px !important;
}

#ImportExcelGrid .k-grid-content tbody tr td:nth-child(3) {
    width: 184px !important;
    min-width: 184px !important;
}
#ImportExcelGrid .k-grid-content tbody tr td:nth-child(4) {
    width: 184px !important;
    min-width: 184px !important;
}
#ImportExcelGrid .k-grid-content tbody tr td:nth-child(5) {
    width: 184px !important;
    min-width: 184px !important;
}
#ImportExcelGrid .k-grid-content tbody tr td:nth-child(6) {
    width: 184px !important;
    min-width: 184px !important;
}
#ImportExcelGrid .k-grid-content tbody tr td:nth-child(7) {
    width: 184px !important;
    min-width: 184px !important;
}
#ImportExcelGrid .k-grid-content tbody tr td:nth-child(8) {
    border: 0px !important;
}
#ImportExcelGrid .k-grid-header a.k-link {
    width: 184px !important;
    min-width: 184px !important;
    border-right: 0px !important
}
#ImportExcelGrid .k-grid-header th {
    width: 184px !important;
    min-width: 184px !important;
    border-right: 1px solid #f2f2f2 !important;
}
#deleteRow{
    color: #000 !important;
}


#ImportExcelGrid .k-grid-header .k-header > .k-link {
    text-align: center;
    color: #000000 !important;
}


@media (max-width: 778px) {
    .content-wrapper
    {
       margin-left: 0 !important;
    }
}