﻿
ul.page-sidebar-menu > li.active > a {
    background: #d2691e !important;
}

.portlet.box.orange {
border: 1px solid #d2691e;
border-top: 0;
}

.portlet.orange {
background-color: #d2691e !important;
}

    .portlet.orange .portlet-title i {
        color:white !important;
    }

.page-title {
    margin-bottom: 45px;
    padding-bottom: 10px;
    border-bottom: #ccc solid 1px;
}

.portlet.box .portlet-body {
    background-color:  #EEEEEE;
}

.uneditable-input, textarea.m-wrap, input[type="text"].m-wrap, input[type="password"].m-wrap, input[type="datetime"].m-wrap, input[type="datetime-local"].m-wrap, input[type="date"].m-wrap, input[type="month"].m-wrap, input[type="time"].m-wrap, input[type="week"].m-wrap, input[type="number"].m-wrap, input[type="email"].m-wrap, input[type="url"].m-wrap, input[type="search"].m-wrap, input[type="tel"].m-wrap, input[type="color"].m-wrap {
    background-color: white;
}

.light-bold {
    font-weight:600;
}

.divder {
    border-bottom: #ccc solid 1px; 
    margin-bottom: 15px;
}

.request-items {
    padding-left:10px;
}

.request-items li {
    list-style: square;
    font-size: 1.1em;
    padding: 4px;
}

.yellow-block {
    color:#c09853;
    background-color:#fcf8e3;
    border:1px solid #fbeed5
}

.blue-block {
    color:#3a87ad;
    background-color: #d9edf7;
    border:1px solid #bce8f1;
}

.green-block {
    color: #468847;
    background-color: #dff0d8;
    border:1px solid #d6e9c6;
}

.accordion-heading {
    font-size: 1.1em;
    font-weight:500;
}

    .accordion-heading a {
        color:#666;
    }

.request-lists {
    background-color:#fff;
    padding:8px;
    border:1px solid #dddddd;
    margin-top:15px;
    margin-bottom:10px;
}

.request-info {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    margin-top: 8px;
}

.requests-count-list {
    background-color:#fff;
    padding:8px;
    border:1px solid #dddddd;
    margin-top:15px;
    margin-bottom:10px;
}

    .requests-count-list h5 {
        display:inline;
        padding-right:14px;
        
    }

.input-validation-error {
    border-color: #b94a48 !important;
}

.field-validation-error {
    color: #b94a48;
    font-size:smaller;
}


.detail-card {
    list-style-type:none;
}
.detail-card > li {
    padding:5px;
    border-bottom: solid 1px #f1f1f1;
    
}

.table-hover {
    background-color: #f1f1f1;
}

.phone-block {
    margin-bottom:15px;
    background-color:white;
    padding:5px;
}

    .phone-block span {
        font-weight:600;
    }
.saveNotification {
    color: #FF0000;
}

.case-item-add-btn {
    float: left;
    margin-right: 20px;
}
.case-item-tr {
    background-color: #ffffff;
}
.portlet {
    font-size: 14px !important;
}
.dataTables_length {
    padding-left: 10px;
}
.dataTables_filter {
    padding-right: 10px;
}

.paginate_disabled_previous {
    padding-right: 10px;
}

.paginate_disabled_next {
    padding-right: 10px;
}
