﻿.login {
   background: #F7F7F7;
}
.header {
   background:#EDEDED;
}

.footer {
    background: #EDEDED;
}

[class*=sidebar-dark-] {
    background-color: #2A3F54 !important;
}

.content-wrapper > .content {
    padding: 0 0.5rem;
}

/* Deal with hiding or showing certain areas based on screen resolution */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .header_title{
        width:100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
    .header_title {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    .header_title {
        width: 100%;
    }
}

/*Change thead css for pager sizer*/
.RadComboBox .rcbReadOnly .rcbInput, .RadComboBox .rcbDisabled .rcbInput {
    cursor: pointer;
}

.RadComboBoxDropDown .rcbList {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    zoom: 1;
    background-color: #f8f9fa !important;
    border: 1px solid #e4e3e3;
}


.RadComboBox .rcbReadOnly .rcbArrowCellRight {
    background-position: -162px -176px;
    background-color: #f8f9fa !important;
    border: 1px solid #e4e3e3;
}