﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.k-grid td .btn-sm {
    padding: 2px 5px;
    margin-right: 5px;
}

.k-grid-header th,
.k-grid td {
    font-size: 12px;
}

.k-group.k-treeview-lines > li:first-child {
    margin-top: 10px;
}

.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.k-grid-toolbar {
    padding: 6px 10px !important;
}

.toolbar {
    float: right;
}

.kendo-label {
    padding-right: 0.5em !important;
    vertical-align: middle !important;
}

.kendo-search-text {
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 28px;
    padding-left: 5px;
}

.form-control-input {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
}

.k-list-container {
    overflow-y: auto;
}

.custom-radio-Button {
    text-align: left !important;
    margin-top: 0px !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-center {
    text-align: center !important;
}

.display-none {
    display: none;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.hideSelected li.k-state-selected {
    display: none;
}

.custom-filter .k-combobox,
.custom-filter .k-datepicker {
    margin-right: 10px;
}

.sidebar-collapse .main-header .sidebar-toggle {
    margin-left: 0px;
}

input:-moz-read-only { /* For Firefox */
    background-color: #f9f9f9;
    opacity: 0.7;
}

input:read-only {
    background-color: #f9f9f9;
    opacity: 0.7;
}

input[type=checkbox] {
    margin-top: 7px;
}

.btn:disabled {
    opacity: 0.7;
}

.main-header .full-screen,
.main-header .refresh-menu {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}

    .main-header .full-screen:hover,
    .main-header .refresh-menu:hover {
        color: #f6f6f6;
        background: rgba(0, 0, 0, 0.1);
    }

    .main-header .full-screen:focus,
    .main-header .full-screen:active,
    .main-header .refresh-menu:focus,
    .main-header .refresh-menu:active {
        background: transparent;
    }

    .main-header .full-screen i,
    .main-header .refresh-menu i {
        color: white;
    }

@media (min-width: 768px) and (max-width: 1900px) {
    .sidebar-toggle {
        margin-left: -15px;
    }
}

.nav .dropdown-toggle .hidden-xs {
    margin-right: 10px;
}

    .nav .dropdown-toggle .hidden-xs i {
        margin-left: 5px;
    }

.nav .dropdown-menu .user-footer {
    padding: 0px !important;
}

    .nav .dropdown-menu .user-footer .btn-default {
        border-color: #ffffff;
        border-bottom: 1px solid #f1f1f1 !important;
        border-width: 0.5px !important;
        box-shadow: none;
        font-size: 16px;
    }

        .nav .dropdown-menu .user-footer .btn-default:last-child {
            border-bottom: none !important;
        }

.nav .dropdown-menu > li a {
    padding: 6px 20px;
}

.modal-footer {
    padding: 15px 0px 0px 0px;
}

.change-background {
    background-color: red !important;
    color: white !important;
}
