
.modal-title {
    color: white;
}

/*.modal-header {
            padding: 15px;
            border-bottom: 1px solid #e5e5e5;
            background-color: red;
        }*/

/*.modal-header {
    background-color: #d9534f;
    color: #F2F3F4;
    font-size: 18px !important;
}*/

.modal-header {
    background-color: #db2d2e;
    color: #F2F3F4;
    font-size: 18px !important;
}

.modal-footer .btn-primary {
    background-color: #d9534f;
}

.modal {
    z-index: 100000 !important;
}

.top-left-part {
    width: 320px !important;
}

.k-window {
    border-radius: 15px !important;
}

.k-window-titlebar .k-header {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.LoadingGif {
    width: 15px !important;
    height: 15px !important;
    /*margin-top: -5px;*/
}

.k-widget {
    /*border-width: 1px;
            border-style: solid;
            box-sizing: border-box;
            outline: 0;
            font-size: 14px;
            line-height: 1.42857;
            display: block;*/
    font-weight: 400;
    /*-webkit-touch-callout: none;
            -webkit-tap-highlight-color: transparent;*/
}

#dvLogout {
    display: none;
}


.k-window-titlebar {
    width: 100%;
    background-color: #4F5467;
    color: #F8F9F9;
}

.k-scheduler-views li.k-state-selected {
    background-color: #f35800 !important;
}

.k-scheduler-views .k-link {
    font-weight: 400;
}

.k-nav-current .k-lg-date-format {
    font-weight: 400;
}

.k-scheduler-toolbar li .k-link {
    font-weight: 400;
}

.EntryDate {
    color: green;
    font-weight: 400;
}

.EmployeeCode {
    color: navy;
    font-weight: 400;
}

.EmployeeName {
    color: black;
    font-weight: 400;
}

.center1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    margin-bottom: 10px;
    padding: 15px;
}


.k-widget.form-control .k-input, .form-control.k-block .k-input {
    height: 3.4rem;
    background-color: white;
}

.k-multiselect .k-button {
    background-color: #1A5276 !important;
    color: white;
    min-width: 100px;
    height: 3.0rem;
    width: 175px;
}

.k-list-container .k-nodata .k-button, .k-dropdown .k-dropdown-wrap, .k-button, .k-toolbar .k-split-button .k-button, .k-spreadsheet-filter, .k-pivot-toolbar .k-button, .k-fieldselector .k-list li.k-item, .k-colorpicker .k-picker-wrap, .k-combobox .k-select, .k-datepicker .k-select, .k-timepicker .k-select, .k-datetimepicker .k-select, .k-dateinput .k-select, .k-editor .k-editor-toolbar-wrap a.k-tool, .k-ct-popup .k-editor-toolbar a.k-tool, .k-window-content.k-header.editorToolbarWindow a.k-tool, .k-numerictextbox .k-select, .k-switch-handle, .k-handle, .k-gantt-views li, .k-scheduler-navigation .k-nav-today, .k-scheduler-navigation .k-nav-prev, .k-scheduler-navigation .k-nav-next, .k-scheduler-views li, .k-scheduler-footer li {
    background-image: none;
}

input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

/* Styles for validation helpers
        -----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
        ----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.k-upload {
    /*position: relative;*/
    width: 100%;
    /*margin-left: 30px;*/
}

    .k-upload .k-dropzone {
        background-color: white;
    }

    .k-upload .k-upload-files .k-fileName {
        margin-left: 12px;
        color: black;
    }

    .k-upload .k-upload-button {
        /*margin-left: 25px;*/
    }

.k-dropdown-wrap > .k-input {
    margin-top: 5px !important;
}

.custom-black-btn {
    background-color: black;
}

.dvLineBreakForMobile {
    display: none;
}

#dvButtonsOnMobile, #dvButtonsForMobile {
    display: none;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #db2d2e;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

@media only screen and (max-width: 480px) {
    #btnAddUpdate, #btnCancel, #btnBack, #btnShow {
        width: 95%;
        margin-left: 8px;
    }

    .half .bg {
        height: 0px !important;
    }

    #dvEditLine, #dvPageTitle, #dvButtons, #dvButtonsForPC {
        display: none;
    }

    #dvButtonsOnMobile, #dvButtonsForMobile {
        display: block;
    }

    .navbar, .navbar-default, #dvDateTime, .k-filter-row, .k-pager-wrap {
        display: none
    }

    .Heading {
        font-size: 24px;
        margin-top: -25px;
    }

    .footer {
        font-size: 12px;
    }

    .Heading {
        margin-left: 10px;
    }

    #dvLogout {
        display: block;
    }

    .bg-title {
        height: 150px !important;
    }

    #dvEmployeesIndex, #dvSaleOrderReport, #dvVectorOrderVectorOrderReport, #dvQuotationsQuotationSummary, #dvRegistrationCustomerReport, #dvSummarySalesTeamReport, #dvSummarySalesAnnum, #dvSummaryAccounts, #dvReportRecordAnnum, #dvSummarySalesCommissionReport, #dvRegistrationCustomerEmails, #dvSummaryDesignerReport, #dvSummaryOrderInvoiceSummary, #dvOrderInvoiceIndex, #dvVectorInvoiceIndex, #dvSummaryVectorInvoiceSummary, #dvEmployeesLeaders {
        display: none !important;
    }

    .navbar-toggle {
        display: none;
    }

    .dvLineBreakForMobile {
        display: block;
    }

    .k-grid-save-changes {
        display: none;
    }

    .k-grid-cancel-changes {
        display: none;
    }

    .k-grid-top {
        display: none;
    }

    .white-box {
        padding: 0px !important;
    }
}





.k-header {
    font-size: 14px;
}

.k-grid-content table {
    font-size: 14px;
}

/* Set the width of the grid container to 100% */
/*#AdsGrid {
            width: 100%;
        }*/

/* Set the width of the grid content to 100% */
.k-grid-content {
    width: 100%;
}

/* Hide horizontal scroll bar */
.k-grid-content {
    overflow-x: hidden;
}

.btn-danger {
    background-color: #db2d2e;
    border-color: #db2d2e;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
