﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.table-hover > tbody > tr:hover {
    background-color: #e4f9ff;
}

textarea.form-control {
    resize: none;
    height: 36px;
}

.LoadingDivConfirm {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    text-align: center;
}

.confirmation-outerdiv {
    background: #fff;
    z-index: 99999;
    color: #000;
    font-weight: normal;
    width: 35%;
    padding: 5px;
    padding-top: 0px !important;
}

    .confirmation-outerdiv .confirmBtn {
        background-position: 35px -182px !important;
    }

    .confirmation-outerdiv .cancelBtn {
        background-position: 30px -253px !important;
    }

.float-left .confirmBtn {
    background-position: 35px -174px !important;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.common-remove-icon-clone {
    height: 25px;
    width: 25px;
    float: right;
    display: block;
    border-radius: 50%;
    background-color: #3c8dbc;
    cursor: pointer;
    position: relative;
    right: 7px !important;
    top: 7px !important;
}

    .common-remove-icon-clone:hover {
        background-color: #1274ad;
    }

.common-remove-icon-clone:after {
    content: '\D7';
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    top: -3px;
    position: relative;
}

.CursorPointer {
    cursor: pointer;
}

.clearboth {
    clear: both;
}

.display-block {
    display: block !important;
}

.display-inlblock {
    display: inline-block !important;
}

.confirmation-outerdiv h4 {
    color: #333;
    font-size: 1.6em;
    margin: 0px 0 10px;
    font-weight: 300;
    margin-left: 0px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    text-align: left;
}

.confirmation-content {
    /*background: #E2E6EB url(../Images/75x75_popup_background.png) no-repeat top right;*/
    padding: 10px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
}

.confirmBtn {
    background-image: url(../Images/button_icons1.png) !important;
    background-position: 46px -179px !important;
    background-repeat: no-repeat !important;
    padding-right: 30px !important;
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    /* border: none; */
    box-shadow: none;
    border: 1px solid transparent;
    float: right;
}

.cancelBtn {
    background-image: url(../Images/button_icons1.png) !important;
    background-position: 50px -250px !important;
    background-repeat: no-repeat !important;
    padding-right: 30px !important;
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    /* border: none; */
    box-shadow: none;
    border: 1px solid transparent;
    float: right;
}

.margin-right-10px {
    margin-right: 10px !important;
}

.margin-top-10px {
    margin-top: 10px !important;
}



.LoadingDiv {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    opacity: .6;
    position: fixed;
    text-align: center;
}

.LoadingDivImg {
    z-index: 7000;
    margin-top: 300px;
}


.homeloader-outerdiv {
    z-index: 99999;
    width: 128px;
    height: 128px;
    text-align: center;
    margin: 0 auto;
}

    .homeloader-outerdiv img {
        margin: auto;
        width: 182px;
    }

/* 8 */
.notific8-notification.family-chicchat .notific8-close.sticky, .notific8-notification.chicchat .notific8-close.sticky {
    color: #FFF;
}

.notific8-message {
    color: #FFF;
    font-size: 16px;
}

.notific8-notification.family-chicchat, .notific8-notification.chicchat.teal {
    background-color: #dd4b39 !important;
    border-left-width: 0;
}

.teal {
    min-height: 1.5em !Important;
    color: #c23321 !important;
}

.notific8-notification.family-chicchat, .notific8-notification.chicchat.creamsicle {
    background-color: #f39c12 !important;
    border-left-width: 0;
}

.creamsicle {
    min-height: 1.5em !Important;
    color: #c87f0a !important;
}

.notific8-notification.family-chicchat, .notific8-notification.chicchat.lilrobot {
    background-color: #00a65a !important;
    border-left-width: 0;
}

.lilrobot {
    min-height: 1.5em !Important;
    color: #00733e !important;
}

#ConfirmationBar .confirmation-outerdiv {
    position: relative;
    border: 0 !important;
    padding: 0px 0px 10px !important;
}

#ConfirmationBar .common-remove-icon-clone {
    position: absolute;
}



#ConfirmationBar .confirmation-outerdiv h4 {
    background-color: #3c8dbc;
    color: #fff;
}

.titleH5 {
    border-bottom: 1px dotted #ecf0f5;
    line-height: 28px;
    margin: 10px 15px;
    color: #367fa9;
}
/*.box-header .box-title {
    color: #367fa9;
}*/
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal-lg {
        width: 75%;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


@media only screen and (max-width: 1024px) {
    .confirmation-outerdiv {
        width: 80%;
    }
}

.btn.btn-flat {
    border-radius: 4px;
}

/*.content-header > .breadcrumb {
    float: left;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: relative;
    top: 0;
    right: 0;
    border-radius: 2px;
}*/

.consignment-tab thead tr th {
    vertical-align: middle;
}

.consignment-tab thead tr th {
    padding: 4px;
}

.cust-add-btn {
    border: 0;
    border-radius: 4px;
    box-shadow: none;
}


.radio-btn-sup {
    margin-top: 2.5%;
}

.content {
    min-height: 180px;
}

.net-balance-txt {
    color: red;
}

.box-body h4 {
    margin: 0;
}



@media screen and (min-width: 1320px) {
    .company-radio-btn {
        margin-left: 18px !important;
    }
}

.select-vehicle {
    width: 100%;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .txt-resp {
        font-size: 11px;
    }
}

@media (min-width: 999px) {
    #consignmentDivTableBody tr td input {
        width: 90% !important;
    }
}

.txt-font-charg {
    font-size: 12px;
}

.box-body-padding {
    padding: 10px 0px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 214px;
}

.invoice-creation {
    overflow-x: hidden;
}

    .invoice-creation tr th {
        min-width: 115px;
    }

.overflow-x-hidden {
    overflow-x: hidden;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px !important;
}

.input-group-sm > .form-control, .form-control {
    border-radius: 3px !important;
}

.consigne-main-box {
    min-height: 57px;
    display: flex;
    align-items: center;
}

.consigne-main-box-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.consigne-main-box-form label {
    font-size: 17px;
    margin: 0;
}

#customerData_wrapper .row,
#supplierData_wrapper .row,
#LRSettlement_wrapper .row,
#consignmentNotedata_wrapper .row,
#PODUploadDownloadGrid_wrapper .row,
#consignmentnote_wrapper .row,
#invoiceHomeGrid_wrapper .row{
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
}

.box-custom {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 8px;
    width: 100%;
}

.d-flex-custom {
    display: flex;
    justify-content:flex-start;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #0a64b1;
}

/*.trip-settlement-expense tr:first-child th, .trip-settlement-expense tr:first-child td {
    border-top:  !important;
}*/

.trip-settlement-expense, .trip-settlement-expense tr td, .trip-settlement-expense tr th {
    border: 1px solid #3a3a3a !important;
}

.trip-settlement-expense tr, .trip-settlement-expense tr td, .trip-settlement-expense tr th {
    border-bottom: 1px solid #3a3a3a !important;
}

.data-add:hover img {
    filter: brightness(0) invert(1)
}

.treeview-menu .data-add img{
    margin-right: 8px;
}

.treeview-menu .data-add {
    display: flex;
    align-items: center;
}

.navbar-custom-menu .navbar-nav > .user-menu > .dropdown-menu {
    width: auto;
}

.navbar-custom-menu .dropdown-menu > li > a {
    padding: 8px 20px;
}

.invoice-create-main-box {
    display: flex;
    align-items: center;
}

.invoice-create-main-box .form-group {
    margin: 0;
}

.invoice-date {
    max-width: 100px;
}
@media (max-width: 767px) {
    .pd-l-0 {
            padding-left: 0;
        }

        .drop-down-width {
            width: 100% !important;
        }

        .consigne-main-box-form {
            flex-direction: column;
        }

            .consigne-main-box-form label {
                padding-left: 0;
                padding-bottom: 5px;
            }

        .consigne-main-box-form {
            align-items: flex-start;
        }
    }

#divAdditionalCN0 .row{
    margin: 0;
}

#divAdditionalCN0 .btn-flat {
    display: none;
}

.login-page, .register-page {
    position: absolute;
    width: calc(100% - 392px);
    height: 100%;
    z-index: -1;
    background: url(../Images/logistics-bg.jpg) 100% 100% no-repeat;
    background-size: cover;
}
.login-box, .register-box {
    width: 392px;
    margin: 0;
    float: right;
    background: #FFF;
    height: 100vh;
    padding: 50px 15px;
}
.login-logo a, .register-logo a {
    color: #337ab7 !important;
    text-decoration: none;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.4em;
}
#loginForm .form-horizontal .form-group {
    margin-bottom: 30px;
}
    #loginForm .form-horizontal .form-group .btn-primary {
        display: inline-block;
        margin-right: 10px;
        background: #339DFF;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        line-height: 30px;
        border-radius: 50px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        text-align: center;
        outline:none;
    }
        #loginForm .form-horizontal .form-group .btn-primary:hover {
            background: #fff;
            color: #339DFF;
            box-shadow: 0 4px 4px rgba(83, 100, 255, 0.32);
        }

.btn-primary {
    display: inline-block;
    margin-right: 10px;
    background: #339DFF;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 145px;
    text-align: center;
    outline: none;
}
    .btn-primary:active, 
    .btn-primary.active,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:hover {
        background: #fff;
        outline: none;
        color: #339DFF;
        border-color: #339DFF;
        box-shadow: 0 4px 4px rgba(83, 100, 255, 0.32);
    }
.btn:focus, .btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline:0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.btn-primary2 {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #D9EDFF;
    color: #339DFF;
    font-size: 13px;
    text-align: center;
    line-height: 29px;
    border-radius: 100px;
    padding: 0 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    width: auto;
    min-width:145px;
    margin-right: 0px;
}
    .btn-primary2:hover {
        box-shadow: 0 2px 4px rgba(83, 100, 255, 0.45);
    }
.content-header > h1 {
    margin: 0;
    font-size: 1.9rem;
}
.login-fut {
    position:absolute;
    bottom:15px;
}
.small-box {
    background: #FFF;
    border-radius: .25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.pendingTasksRow .small-box h3,
.pendingTasksRow .small-box p {
    color: #FFF;
}
    .small-box.bg-info {
        background-color: #17a2b8 !important;
    }
.small-box h3, .small-box p {
    z-index: 5;
    color: #FFF;
}
    .small-box h3 {
        font-size:22px;
    }
    .small-box.bg-gradient-blue {
        color: #fff !important;
        background: #24d0f4 !important;
        /*background: -moz-linear-gradient(top,#24d0f4 0,#007aff 100%) !important;
        background: -webkit-linear-gradient(top,#24d0f4 0,#007aff 100%) !important;
        background: linear-gradient(to bottom,#24d0f4 0,#007aff 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d0f4', endColorstr='#007aff', GradientType=0 ) !important;*/
    }
    .small-box.bg-success {
        background-color: #28a745 !important;
    }
.small-box.bg-gradient-green {
    color: #fff !important;
    background: -moz-linear-gradient(top,#68fb86 1%,#0aad2e 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#68fb86),color-stop(100%,#0aad2e)) !important;
    background: -webkit-linear-gradient(top,#68fb86 1%,#0aad2e 100%) !important;
    background: -o-linear-gradient(top,#68fb86 1%,#0aad2e 100%) !important;
    background: -ms-linear-gradient(top,#68fb86 1%,#0aad2e 100%) !important;
    background: linear-gradient(to bottom,#68fb86 1%,#0aad2e 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68fb86', endColorstr='#0aad2e', GradientType=0 ) !important;
}
    .small-box.bg-warning {
        background-color: #ffc107 !important;
    }
.small-box.bg-gradient-orange {
    color: #fff !important;
    background: -moz-linear-gradient(top,#f7b90c 0,#f68213 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7b90c),color-stop(100%,#f68213)) !important;
    background: -webkit-linear-gradient(top,#f7b90c 0,#f68213 100%) !important;
    background: -o-linear-gradient(top,#f7b90c 0,#f68213 100%) !important;
    background: -ms-linear-gradient(top,#f7b90c 0,#f68213 100%) !important;
    background: linear-gradient(to bottom,#f7b90c 0,#f68213 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b90c', endColorstr='#f68213', GradientType=0 ) !important;
}
    .small-box.bg-danger {
        background-color: #dc3545 !important;
    }
.unbilledProvision .small-box.bg-danger {
    background-color: #607D8B !important;
}
.operationalSale .small-box.bg-success {
    background-color: #BEAEE2 !important;
}
.small-box.bg-gradient-red {
    color: #fff !important;
    background: -moz-linear-gradient(top,#ff5160 0,#ff2c55 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ff5160),color-stop(100%,#ff2c55)) !important;
    background: -webkit-linear-gradient(top,#ff5160 0,#ff2c55 100%) !important;
    background: -o-linear-gradient(top,#ff5160 0,#ff2c55 100%) !important;
    background: -ms-linear-gradient(top,#ff5160 0,#ff2c55 100%) !important;
    background: linear-gradient(to bottom,#ff5160 0,#ff2c55 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5160', endColorstr='#ff2c55', GradientType=0 ) !important;
}

.small-box.bg-gradient-purple {
    color: #fff !important;
    background: -moz-linear-gradient(top,#d26ffd 0,#7237b8 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d26ffd),color-stop(100%,#7237b8)) !important;
    background: -webkit-linear-gradient(top,#d26ffd 0,#7237b8 100%) !important;
    background: -o-linear-gradient(top,#d26ffd 0,#7237b8 100%) !important;
    background: -ms-linear-gradient(top,#d26ffd 0,#7237b8 100%) !important;
    background: linear-gradient(to bottom,#d26ffd 0,#7237b8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d26ffd', endColorstr='#7237b8', GradientType=0 ) !important;
}
.small-box.bg-gradient-pink {
    color: #fff !important;
    background: rgb(255,76,76) !important;
    /*background: -moz-linear-gradient(-45deg, rgba(255,76,76,1) 0%, rgba(255,76,192,1) 100%) !important;
    background: -webkit-linear-gradient( -45deg, rgba(255,76,76,1) 0%,rgba(255,76,192,1) 100%) !important;
    background: linear-gradient( 135deg, rgba(255,76,76,1) 0%,rgba(255,76,192,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4c', endColorstr='#ff4cc0',GradientType=1 ) !important;*/
}
    .small-box:hover {
        color: #333;
    }

    .small-box .icon {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 0;
        font-size: 50px;
        color: rgba(0,0,0,0.15);
    }
    .small-box:hover .icon {
        font-size: 50px;
    }
.skin-blue .main-header .navbar .dropdown-menu li a {
    color:#333;
}
 
    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background-color: #367fa9 !important;
    }

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        top: -10px;
        right: 0;
        float: right;
        background: none;
    }
}
@media (max-width: 767px) {
    .add-citydiv {
        padding: 30px 5px;
    }
    .content-header {
        padding: 20px 15px 0 15px;
    }
    .content-header > .breadcrumb {
        display:none;
    }
    .main-sidebar {
        width: 229px;
        padding-top: 51px;
    }
    .main-header .logo {
        display: none;
    }
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 45px;
    }
    .small-box p {
        font-size: 12px;
        min-height: auto;
    }
    .small-box h3 {
        font-size: 18px;
    }
}
.divMasterSearch {
    width:1000px;
}
@media (max-width: 768px) {
    .divMasterSearch {
        width: 95%;
    }
        .divMasterSearch .input-group {
     
            display: block; 
        }
    .navbar-custom-menu > .navbar-nav {
            float:left;
        }
        .login-box, .register-box {
            width: 100%;
        }

        .login-fut {
            text-align: center;
            width: 100%;
        }
        .table-responsive .row:first-child {
            margin:0px;
        }
        .table-responsive .row:first-child .col-sm-6 {
            width: 50%;
            float: left;
        }
            .table-responsive .row:first-child .col-sm-6:first-child label {
                text-align: left;
                line-height: 30px;
                padding-top: 27px;
                width: 100%;
                display: flex;
            }
            .table-responsive .row:first-child .col-sm-6 label {
                text-align: left;
                width: 100%; 
            }
            .table-responsive .row:first-child .col-sm-6:first-child label select {
                margin:0px 5px;
            }
    }


.tab button.tablinks {
    text-decoration: none;
    padding: 5px;
    margin: 5px 0 0 5px;
    min-width: 115px;
    border-radius: 4px 4px 0 0;
}
#divBtnSearch button,
#divPurchase button,
#divSales button {
    width: 100%;
    margin: 0px;
}
@media (max-width: 768px) {
    #divBtnSearch br,
    #divPurchase br,
    #divSales br {
        display: none;
    }
    #GstData_wrapper .dataTables_filter,
    #DeletedInvoice_wrapper .dataTables_filter {
        float: none;
        text-align: left;
    }
    #GstData_wrapper div.dt-buttons,
    #DeletedInvoice_wrapper div.dt-buttons {
        position: relative !important;
        float: left !important;
        top: 18px;
        text-align: left !important;
    }
}