﻿.max-h-380{
    max-height: 380px !important;
}
.lcms-border {
    border: 1px solid #f06625 !important;
    border-radius: 10px !important;
}

img.logo-login {
    max-width: 300px;
    padding-top: 30px;
}
span.k-widget.k-datetimepicker.datetimepicker {
    width: 100%;
    border: 1px solid #000;
    border-radius: 3px;
}
.d-100{
    width: 100% !important;
    display: block;
}

.signin-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 65px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.upload-preview img {
    height: 80px;
    width: 300px;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
}

.hdn-uploder {
    display: none !important;
}
.login-bl-logo {
    max-height: 115px;
}

.btn-sign-in {
    background: #F06625;
    box-shadow: 0px 4px 20px rgba(240, 102, 37, 0.2);
    border-radius: 10px;
    min-width: 114.38px;
    color: #fff;
    margin: 0px auto;
    display: block;
    transition: .3s;
}

    .btn-sign-in:hover {
        transition: .3s;
        background: #D64704;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0000008c !important;
    opacity: .5; /* Firefox */
}
select option:first-child {
    color: #0000008c !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0000008c !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #0000008c !important;
}

/*
    Dashboard
*/

img.brand-logo {
    max-width: 100%;
    max-height: 48px;
}

span.login-name {
    display: block;
    text-align: right;
    padding-right: 10px;
}

.logged-name {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    color: #000;
}

span.login-time {
    text-align: right;
    display: block;
    font-size: 13px;
}

.notification-dropdown {
    display: block;
    overflow: hidden;
}

.notification-count {
    background: #000;
    color: #fff;
    padding: 3px 4px;
    font-size: 10px;
    position: absolute;
    top: 10px;
    line-height: 8px;
    right: 8px;
}

img.lcms-logo {
    max-width: 190px;
}

.br-sideleft {
    width: 290px;
    background-color: #E0E0E0;
    padding-left: 0;
    padding-right: 0;
}

.without-sub.active .menu-item-label {
    font-weight: bold;
}

.br-menu-link, .sign-out {
    color: #101010;
    cursor: pointer;
}

.sign-out {
    color: #101010 !important;
    cursor: pointer !important;
}

.br-menu-sub {
    background: #fff;
    color: #101010;
    padding-left: 0;
}

    .br-menu-sub .sub-item {
        border-bottom: 1px solid #ddd;
        padding-left: 30px;
    }

    .br-menu-sub .sub-link {
        color: #101010 !important;
        font-size: 18px;
    }

        .br-menu-sub .sub-link.active, .without-sub.active {
            color: #F06625 !important;
            color: #fff !important;
            background: #F06625;
            color: #fff;
            box-shadow: 0px 4px 20px rgb(240 102 37 / 20%);
            border-radius: 10px;
            padding: 10px 25px;
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 10px;
            transition: .3s;
            outline: none !important;
            border: none !important;
            cursor: pointer !important;
        }


.br-menu-link:hover, .br-menu-link:focus {
    background: #F06625;
    color: #fff !important;
}

/*.without-sub.active {
    color: #F06625 !important;
    background: transparent !important;
}*/

label.sidebar-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000 !important;
}

a.br-menu-link.with-sub, a.br-menu-link.without-sub {
    padding-left: 18px;
    font-size: 20px;
}

.br-menu-sub .sub-link.active::before {
    display: none;
}

.br-menu-sub .sub-link::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -10.5px;
    width: 5px;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    transition: all 0.2s ease-in-out;
}

.br-mainpanel {
    margin-left: 290px;
}
span.k-picker-wrap.k-state-disabled {
    background-color: #e9ecef;
}

.br-pageheader {
    background: #E0E0E0;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000;
}

.br-pagetitle {
    display: block;
    align-items: center;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

.breadcrumb .breadcrumb-item {
    color: #000;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 5px;
    color: #000;
    content: ">";
}

.btn-lcms-op {
    background: #F06625;
    color: #fff;
    box-shadow: 0px 4px 20px rgb(240 102 37 / 20%);
    border-radius: 10px;
    padding: 10px 25px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    transition: .3s;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
}

    .btn-lcms-op:hover {
        transition: .3s;
        background: #D64704;
        color: #fff;
    }

.br-section-wrapper {
    padding: 20px;
}
.overflow-scroll {
    overflow-x: scroll;
}
.form-control, .dataTables_filter input {
    height: 35px;
    padding: 3px 10px;
    border: 1px solid #000000;
}
span.k-widget.k-datepicker.fc-datepicker,
span.k-widget.k-datepicker. {
    border: 1px solid #000000;
    height: 36px !important;
    border-radius: 3px;
}
.k-widget input[readonly] {
    background-color: #e9ecef;
    height: 32px !important;
}
.dataTables_length {
    padding-top: 13px;
}

table.dataTable.no-footer {
    /*max-width: 1130px !important;*/
}
.dataTables_wrapper {
    overflow-y: auto !important;
}

div.dataTables_length, div.dataTables_info {
    padding-left: 10px;
}

div.dataTables_filter, div.dataTables_paginate {
    margin-right: 10px;
}

.dataTable thead tr, .line-item-table thead tr {
    background: #8E8E8E;
}

    .dataTable thead tr th, .line-item-table thead tr th {
        color: #fff !important;
        font-size: 14px;
        padding-right: 20px;
    }

.br-pagebody {
    margin-top: 10px;
    margin-bottom: 20px;
}

.dataTable thead tr th, .dataTable tbody tr td {
    border-right: 1px solid #A4A4A4;
}

table.dataTable.stripe tbody tr, table.dataTable.display tbody tr,
table.dataTable tbody tr td.sorting_1,
.line-item-table tbody tr{
    background-color: #fff !important;
    color: #000 !important;
}

    table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even,
    table.dataTable tbody tr.even td.sorting_1,
    .line-item-table tbody tr:nth-child(even) {
        background-color: #D2D5DB !important;
        color: #000 !important;
    }



table.dataTable tbody .btn, .line-item-table .btn {
    background: #F06625;
    color: #fff;
    box-shadow: 0px 4px 20px rgb(240 102 37 / 20%);
    border-radius: 5px !important;
    padding: 5px 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    transition: .3s;
    margin: 1px 7px;
    outline: none !important;
    border: none !important;
}

.collapsed-menu .br-menu-sub {
    display: none !important;
}

    .collapsed-menu .br-menu-sub.expand-menu {
        display: block !important;
    }

.br-menu-link.with-sub::after{
    display: none;
}

table.dataTable tbody td span.text-success, table.dataTable tbody td span.text-info {
    font-weight: bold;
}

.loader-overlay {
    background: rgba(22, 51, 115, 0.19);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    display: none;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    height: 50px;
}

select[readonly] {
    pointer-events: none;
}

.dataTables_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.dataTables_wrapper::-webkit-scrollbar {
    margin-top: 1px;
    width: 1px;
    background-color: #F5F5F5;
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

form label {
    color: #000;
}

sup {
    color: red;
}

.input-group-text {
    border-color: #000;
    padding: 0px 12px !important;
    border-right: 0;
}

span.k-widget.k-datepicker.fc-datepicker,
span.k-widget.k-datepicker.final_lc_date,
span.k-widget.k-datepicker.lc_expiry_date,
span.k-widget.k-datepicker.lc_last_shipment_date,
span.k-widget.k-datepicker {
    width: 100%;
    display: block;
    height: 35px;
    border: 1px solid #000000;
    border-radius: 3px;
}
.k-state-disabled, .k-widget[disabled] {
    background: #e9ecef !important;
    border: 1px solid #000000 !important;
}
span.k-picker-wrap.k-state-default, span.k-picker-wrap.k-state-default .k-input {
    height: 34px;
}

.k-widget .parsley-errors-list {
    display: block;
    width: 100%;
    position: absolute;
    top: 32px;
}
.table-bordered {
    border: 1px solid #dee2e6 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-ctrl .form-control {
    width: 75%;
}

.cur-pointer {
    cursor: pointer;
}

.k-widget.k-upload .k-action-buttons {
    display: none;
}

.modal-header, .modal-header h3, .modal-header h4, .modal-header h2, .modal-header h1, .modal-header h5, .modal-header h6 {
    color: #fff !important;
}

.card.das-shadow {
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
}

.input-group-text,
.input-group > .input-group-append > .btn, .sp-container .input-group > .input-group-append > button, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .sp-container .input-group > .input-group-prepend:not(:first-child) > button, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .sp-container .input-group > .input-group-prepend:first-child > button:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    padding: 6px 10px;
    line-height: 12px;
}



.prog-head th {
    word-break: break-word;
    word-wrap: break-word;
}

.verticalTableHeader {
    text-align: center;
    white-space: nowrap;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    max-width: 44px;
    text-align: center;
    vertical-align: middle;
}

    .verticalTableHeader:before {
        content: '';
        padding-top: 110%; /* takes width as reference, + 10% for faking some extra padding */
        display: inline-block;
        vertical-align: middle;
    }





.progressbar td, .p-width {
    width: 119px !important;
    text-align: center;
}

tr.prog-head th {
    padding-bottom: 25px;
}

.progressbar {
    counter-reset: step;
    margin: 2px 0px;
    padding: 0;
    width: 100%;
}



    .progressbar td {
        width: 125px !important;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
        display: table-cell;
    }

        .progressbar td:before {
            width: 45px;
            height: 45px;
            content: counter(step);
            counter-increment: step;
            line-height: 40px;
            border: 2px solid #C4C4C4;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: #C4C4C4;
            font-size: 20px;
            color: #fff;
        }

        .progressbar td:after {
            width: 63%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #C4C4C4;
            top: 22px;
            left: -31%;
            z-index: 1;
        }

        .progressbar td:first-child:after {
            content: none;
        }

        .progressbar td.complete {
            color: #F36F21;
        }

            .progressbar td.complete:before {
                border-color: #F36F21;
                background: #F36F21;
            }

            .progressbar td.complete + td:after {
                background-color: #F36F21;
            }

        .progressbar td.in-progress {
            color: #FFCB09;
        }

            .progressbar td.in-progress:before {
                border-color: #FFCB09;
                background: #FFCB09;
            }

            .progressbar td.in-progress + td:after {
                background-color: #FFCB09;
            }

        .progressbar td.pending {
            color: #C4C4C4;
        }

            .progressbar td.pending:before {
                border-color: #C4C4C4;
                background: #C4C4C4;
            }

            .progressbar td.pending + td:after {
                background-color: #C4C4C4;
            }


span.p-box {
    height: 20px;
    width: 20px;
    display: block;
    overflow: hidden;
    float: left;
    border: 1px solid red;
    margin-right: 5px;
    font-size: 20px;
}

.bg-pending {
    background: #C4C4C4;
    border-color: #C4C4C4 !important;
}

.bg-progress {
    background: #FFCB09;
    border-color: #FFCB09 !important;
}

.bg-complete {
    background: #F36F21;
    border-color: #F36F21 !important;
}
span.p-level {
    margin-right: 20px;
}

span.menu-item-label {
    padding-top: 4px;
}

.paymentTermsRow .input-group-text {
    border-right: 1px solid !important;
}
span.k-widget.k-combobox {
    width: 100%;
    border: 1px solid #000000;
    border-radius: 3px;
}
.ckbox.ckbox-bold {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
    .ckbox.ckbox-bold span:before {
        border: 1px solid #000000;
        width: 20px;
        height: 20px;
        margin-top: -4px;
    }
    .ckbox.ckbox-bold span:after {
        width: 20px;
        height: 20px;
        margin-top: -4px !important;
        font-size: 12px;
    }

.text-complete {
    color: #F36F21 !important;
}
.text-progress {
    color: #FFCB09 !important;
}

body table.dataTable thead .sorting {
    background-image: none !important;
}

.line-item-table{
    padding-bottom: 20px !important;
}
.field-style {
    background: #e9ecef;
    border-radius: 3px;
    padding: 7px 10px;
    border: 1px solid #000;
}

.dropdown-signout .dropdown-menu {
    padding: 5px !important;
    max-width: 175px;
}

.sign-out {
    font-size: 18px !important;
}

.btn-adon {
    border: 1px solid #000;
}

.parsley-adon .parsley-errors-list {
    position: absolute;
    bottom: -17px;
}
.dropdown-menu.dropdown-menu-header {
    padding: 0 !important;
    width: 200px !important;
}

/*a.link-notify {
    position: absolute;
    top: -10px;
    right: 35px;
}*/

.ar-sign-out {
    text-align: right;
    padding-right: 10px;
}

.dt-buttons {
    display: block;
    overflow: hidden;
    width: 100%;
}
.dt-button {
    background: #F06625 !important;
    color: #fff !important;
    box-shadow: 0px 4px 20px rgb(240 102 37 / 20%) !important;
    border-radius: 10px !important;
    padding: 10px 10px !important;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
    transition: .3s !important;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
}

.dt-nosearch .dataTables_filter{
    display: none;
}

.tooltip-inner {
    background-color: #F06625;
}

.fx-table .removeRow {
    padding: 5px 10px !important
}
span.k-widget.k-numerictextbox {
    width: 100%;
}

.k-numerictextbox .k-input {
    height: 33px;
}
span.k-numeric-wrap.k-state-default{
    border: 1px solid #000000 !important;
    border-radius: 3px;
}

.u-manual .fa {
    font-size: 24px;
}
/*
.u-manual {
    margin-right: 20px;
    padding: 10px;
}*/

.btn-sys-admin {
    background: #F06625;
    color: #fff;
    box-shadow: 0px 4px 20px rgb(240 102 37 / 20%);
    border-radius: 5px;
    padding: 9px 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 10px;
    margin-bottom: 10px;
    transition: .3s;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
}

.form-control, .dataTables_filter input, .k-input {
    color: #000 !important;
}

.up-file {
    border: 1px solid #f06625;
    padding: 8px;
    border-radius: 3px;
    background: #f06625;
    color: #fff;
    cursor: pointer;
}

table.gradienttable {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
}

    table.gradienttable th {
        padding: 0px;
        background: #d5e3e4;
        background: -moz-linear-gradient(top, #d5e3e4 0%, #ccdee0 40%, #b3c8cc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5e3e4), color-stop(40%,#ccdee0), color-stop(100%,#b3c8cc));
        background: -webkit-linear-gradient(top, #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
        background: -o-linear-gradient(top, #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
        background: -ms-linear-gradient(top, #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
        background: linear-gradient(to bottom, #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
        border: 1px solid #999999;
    }

    table.gradienttable td {
        padding: 0px;
        background: #ebecda;
        background: -moz-linear-gradient(top, #ebecda 0%, #e0e0c6 40%, #ceceb7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebecda), color-stop(40%,#e0e0c6), color-stop(100%,#ceceb7));
        background: -webkit-linear-gradient(top, #ebecda 0%,#e0e0c6 40%,#ceceb7 100%);
        background: -o-linear-gradient(top, #ebecda 0%,#e0e0c6 40%,#ceceb7 100%);
        background: -ms-linear-gradient(top, #ebecda 0%,#e0e0c6 40%,#ceceb7 100%);
        background: linear-gradient(to bottom, #ebecda 0%,#e0e0c6 40%,#ceceb7 100%);
        border: 1px solid #999999;
    }

    table.gradienttable th {
        margin: 0px;
        padding: 8px;
        border-top: 1px solid #eefafc;
        border-bottom: 0px;
        border-left: 1px solid #eefafc;
        border-right: 0px;
        text-align: left;
    }

    table.gradienttable td {
        margin: 0px;
        padding: 8px;
        border-top: 1px solid #fcfdec;
        border-bottom: 0px;
        border-left: 1px solid #fcfdec;
        border-right: 0px;
        text-align: center;
    }
.no-bg {
    background: none !important;
}

.input-group span.k-widget.k-numerictextbox {
    width: 85%;
}

.input-group .k-numerictextbox .k-numeric-wrap{
    border-radius: 0px 3px 3px 0px;
}
.k-state-disabled .k-input {
    height: 31px;
}