body {
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: 0.6px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    min-height: 100vh;
}

#content {
    min-height: calc(100vh - 232px); 
    padding: 10px;
}

.hidden {
    display: none;
}

#pageLayout {
    background-color: #FFFFFF!important;
    min-height: 100vh;
}

#headerBar {
    border-radius: 0;
}

#sidePanel {
    position: sticky;
    background: linear-gradient(90deg, rgba(32,32,32,1) 0%, rgba(43,43,43,1) 15%, rgba(119,119,119,1) 60%, rgba(50,50,50,1) 100%);
    
}

.panel-body {
    background-color: #4D4D4D;
}

.panel-footer {
    background-color: #8F8F8F;
}


#vertical {
    border-width: 0;
}

#drawer-content {
    min-height: 100%; 
    background-color: #FFFFFF; 
    color: #666666;
}

.panel-heading {
    background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(43,43,43,1) 15%, rgba(119,119,119,1) 60%, rgba(50,50,50,1) 100%);
    color: #FFFFFF!important;
    font-weight: bold;
}

.k-item-text a {
    color: inherit;
}

a {
    color: #FFFFFF;
}

.k-radio,.k-checkbox {
    height: 22px;
    width: 22px;
    margin-bottom: 7px!important;
}

a:hover {
    color: #AAAAAA;
}

.k-item-text a:hover {
    color: inherit;
    text-decoration: inherit;
}

table tr td {
    font-size: 12px;
    border-color: #DDDDDD!important;
}

th.k-header {
    font-size: 16px;
}

.k-grid-header th.k-header {
    vertical-align: middle;
}

.k-grid-header th.k-header.text-center {
    text-align: center;
}

.k-filter-row th {
    font-size: 12px;
    line-height: normal;
    padding: 3px 3px;
}

.k-menu-item.k-sort-asc, .k-menu-item.k-sort-desc, .k-menu-item.k-filter-item {
    display: none!important;
}

.k-filtercell > .k-operator-hidden {
  padding-right: 0;
}
.k-filtercell > span {
  padding-right: 2.4em;
}
 
.k-filter-row .k-dropdown-operator {
  right: 0;
}

.k-master-row {
    background-color: #FFFFFF;
    color: #666666; 
}

.k-master-row:hover {
    background-color: #DDDDDD!important;
}

#pageFooter {
    height: 100px;
    width: 100%;
    font-weight: bold; 
    text-align: center;
}

.k-appbar {
    padding: 0 10px;
    margin-bottom: 20px;
    color: inherit;
}

.k-breadcrumb {
    background-color: #FFFFFF;
    color: inherit;
}

.btn-default {
    background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(43,43,43,1) 40%, rgba(119,119,119,1) 75%, rgba(50,50,50,1) 100%);
    color: white;
    font-weight: bold;
    letter-spacing: 0.75px;
    border: 0;
}

.btn-default:hover {
    color: #666666;
}

.icon-primary {
    font-size: 14px;
    color: #0166CC;
}

.icon-success {
    font-size: 14px;
    color: #11AA00;
}

.icon-warning {
    font-size: 14px;
    color: #FF9000;
}

.icon-danger {
    font-size: 14px;
    color: #FF0000;
}

.k-input,.form-control,.form-control:disabled {
    background-color: #888888;
    color: #FFFFFF;
}

.k-dropdown .k-input {
    background-color: #888888;
    color: #FFFFFF;
}

.form-control::placeholder {
    color: #FFFFFF;
}

.control-label {
    color: #FFFFFF;
}

.k-form-error {
    font-size: 14px;
    margin-left: 2px;
}

input.k-valid {
    border-color: #32d348;
}

input.k-invalid {
    border-color: red;
}

.k-upload .k-dropzone {
    background-color: #4D4D4D;
    padding: 0px;
}

.k-content.k-state-active {
    background-image: none;
}

.k-drawer-item.k-state-selected {
    background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(43,43,43,1) 40%, rgba(119,119,119,1) 75%, rgba(50,50,50,1) 100%);
}

.btn-md {
    font-size: 16px;
}

.k-widget .row,
.k-widget .row > div {
    box-sizing: border-box;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.row.k-content {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-control {
    padding: 0 0 0 10px;
}

.form-group {
    margin-right: 10px;
}

label {
    margin-bottom: 0;
}

.fas {
    width: 25px;
}

h2 {
    margin: 0;
    font-size: 32px;
}

h2 i {
    padding-right: 15px;
    font-size: 30px;
    margin-bottom: 7px;
}

h3 {
    background-image: url(styles/textures/glass.png),linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #292525;
    padding: 8px 15px 8px 15px;
}

@media only screen and (min-width: 480px) {
    .logo-small {
        display: none!important;
    }   
}

@media only screen and (max-width: 480px) {
    .logo-large {
        display: none!important;
    }   
}