.form-check {
    padding-left: 1.5rem
}
.form-check-input {
    margin-left: -1.5rem;
}
.input-group {
    min-width: 100px;
}

.accent-color {
    color:#31d457;
}

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    min-height: calc(3rem + 2px);
    padding: .75rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.bootstrap-tagsinput input {
    height: 28px;
    line-height: 25px;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    background-color: #31d457;
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    height: 28px;
    line-height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.bootstrap-tagsinput .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.btn-disabled {
    cursor: default!important;
    opacity: 0.3;
}
.btn-success,
.btn-primary {
    color: #fff!important;
    /*background-color: #57694f;
    border-color: #57694f;*/
    background-color: #31d457;
    border-color: #31d457;
}

.btn-success:hover,
.btn-primary:hover,
.btn-success:active,
.btn-primary:active,
.btn-success:focus,
.btn-primary:focus {
    color: #fff;
    /*background-color: #434e3f;
    border-color: #434e3f;*/
    background-color: #259e41!important;
    border-color: #259e41!important;
}

.btn-warning-text {
    color: #ffb822!important;
    background-color: transparent;
    border-color: transparent
}

.btn-warning-text:active,
.btn-warning-text:hover {
    color: #fbaa00!important;
    background-color: transparent!important;
    border-color: transparent!important;
}

.is-range {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0px;
    margin: 5px 0px;
}
.is-range:focus {
    background: #d3d3d3;
}

.is-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #31d457;
    cursor: pointer;
}

.is-range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #31d457;
    cursor: pointer;
}
.bootstrap-tagsinput .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
.bootstrap-tagsinput .tt-suggestion:hover,
.bootstrap-tagsinput .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #31d457;
}

@media only screen and (max-width : 1024px) {
    body > .k-grid {
        flex: none!important;
    }
    body > .k-grid >.k-grid__item {
        display: block!important;
    }
    body > .k-grid >.k-grid__item > .k-wrapper {
        flex: none!important;
    }
    .k-aside {
        position: fixed;
    }
}

.no-text-wrap {
    white-space: nowrap;
}

.display-inline {
    display: inline-block;
}

.no-margin-bottom{
    margin-bottom: 0px;
}
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }


.video-tutorial-link {
    display: block;
    padding-left: 60px;
    position: relative;
    line-height: 21px;
    max-width: 235px;
}
.video-tutorial-link i {
    font-size: 47px;
    position: absolute;
    top: -4px;
    left: 0px;
}
.video-tutorial-link b {
    display: block;
    font-size: 1.1em;
    line-height: 21px;
}
.video-tutorial-link i{
    color: #d71c23;
}
.video-tutorial-link b {
    color:#333;
}
.video-tutorial-link:hover {
    opacity: 0.6;
}


.col-auto-width {
    max-width:none;
    width:auto;
    flex:none;
    white-space:nowrap;
}
.icon-heading {
    position: relative;
    padding-left: 15px;
}
.icon-heading i {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
}
.icon-heading h1,
.icon-heading h2,
.icon-heading h3,
.icon-heading h4,
.icon-heading h5,
.icon-heading h6 {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    font-weight: 900;
    display: block;
}

.ml-10 {
    margin-left: 10px;
}

.k-menu__item h1,
.k-menu__item h2,
.k-menu__item h3,
.k-menu__item h4,
.k-menu__item h5,
.k-menu__item h6 {
    margin-top: 50px;
    text-transform: uppercase;
    padding: 9px 30px;
    font-family: "Montserrat", sans-serif;
    color: #18181a;
    letter-spacing: 1px;
}

.k-menu__nav .k-menu__nav {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 35px;
}
.k-menu__nav .fa-flip-horizontal {
    margin-left: -20px;
    margin-right: 20px;
}
.k-menu__nav hr {
    margin-left: 0px;
    margin-right: 0px;
}
.k-menu__nav-top {
    padding-bottom: 0px!important;
}
.alert-m-top {
    margin-bottom: 0px!important;
    margin-top: 15px!important;
}
.alert-sm {
    padding: 0.5rem 1rem;
    font-size: 0.8em;
}

.text-truncate {
    width:400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.is-modal-view .alert {
    margin: 30px 15px 15px 15px;
}

@media only screen and (max-width : 768px) {
    .full-width-mobile {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

.close-outside-header {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
}
.backend-modal .modal-body-content,
.backend-modal .modal-body iframe {
    height: 100%;
}

.absolute-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}
.absolute-middle-right {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;

}
.absolute-right-25 {
    right: 25px;
}

body.delivery-co-bg {
    background-color: #000;
}
body.delivery-co-bg.platform-shopl {
    background-image: url('/assets/media/shopl/banners/delivery-bg.jpg');
}
body.delivery-co-bg.platform-chowlocal {
    background-image: url('/assets/media/chowlocal/banners/delivery-bg.jpg');
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
body.delivery-co-bg:before {
    content: '';
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 20;
}
body.delivery-co-bg:after {
    content: '';
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;

    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=0.8);

    z-index: 10;
}
body.delivery-co-bg .k-portlet {
    background-color: transparent;
    text-align: center;
    margin-bottom: 0px;
}
body.delivery-co-bg > .k-content__head {
    display: none;
}
body.delivery-co-bg > .k-content__body {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
body.delivery-co-bg .btn-success{
    display: inline-block;
    background-color: #ea1e25;
    border-color: #ea1e25;
    text-transform: uppercase;
    margin: 30px auto 0px auto;
}
body.delivery-co-bg .alert{
    background-color: transparent!important;
    border-color: transparent!important;
    color: #fff;
    font-size: 2em;
    margin-bottom: 0px;
}






/* The switch - the box around the slider */
.input-switch-label-58 {
    height: 58px;
    vertical-align: middle;
    line-height: 20px;
    padding: 9px 15px;
}
.input-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.input-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.input-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.input-switch.vertical-fix-8 .slider {
    top: -8px;
    bottom: 8px;
}

.input-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.input-switch input:checked + .slider {
    background-color: #2ED34F;
}

.input-switch input:focus + .slider {
    box-shadow: 0 0 1px #2ED34F;
}

.input-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.input-switch .slider.round {
    border-radius: 34px;
}

.input-switch .slider.round:before {
    border-radius: 50%;
}


.k-portlet__head-toolbar {
    padding: 4px 0px;
}

.k-portlet__head-toolbar form .dropdown.dropdown-inline {
    margin-bottom: 4px;
}

.k-portlet .k-portlet__head .k-portlet__head-toolbar form {
    text-align: right;
}

@media only screen and (max-width : 1700px) {
    .k-portlet .k-portlet__head .k-portlet__head-label {
        min-width: 300px;
    }
}

@media only screen and (max-width : 1300px) {
    .k-portlet .k-portlet__head .k-portlet__head-label {
        min-width: 200px;
    }
}

@media only screen and (max-width : 987px) {
    .k-portlet .k-portlet__head {
        flex-wrap: wrap;
    }
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
}

.cube {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    border: 1px #ccc solid;
    border-radius: 2px;
}
.cube.success {
    background-color: #dff0d8;
}
.cube.info {
    background-color: #d9edf7;
}
.cube.warning {
    background-color: #fcf8e3;
}
.cube.danger {
    background-color: #f2dede;
}

.alert.alert-grey {
    background: #ccc;
    border: 1px solid #bfbfbf;
    color: #333;
}
.alert.alert-white {
    background: #fff;
    border: 1px solid #f0f0f0;
    color: #333;
}