
.user-image {
    max-height: 100px;
    margin-top: 5px;
}

.modal-confirm .modal-header {
        background-color: #eacb22 !important;
}
.modal-confirm .close {
    color: #000  !important;
}
.modal-confirm .bootstrap-dialog-title {
    color: #000  !important;
}
.form-control:focus {
  border-color: rgba(234, 234, 34, 0.8) !important;
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6) !important;
    outline: 0 none !important;
}
.select_disabled {
    pointer-events: none;
    cursor: crosshair;
    background: #eee;
    
}

.dataTables_wrapper .dataTables_processing #loader {
width: 100%;
height: 100%;
font-size: 1.2em;
background:url(../images/loader.gif) no-repeat center center rgba(0,0,0,0.25);
background-repeat: no-repeat;
z-index:9999;

}

.branch_topbar{
   color: #ddd;
    font-size: 14px;
    margin-right: 0px;
}

.right-align {
    text-align: right;
}

.application-view-modal .modal-dialog {
    width: 65%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}
.application-view-modal .modal-content {
    height: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 0;
}

.application-view-modal {
    font-size: 12px !important;
}

#loader{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url(../images/loader.gif) no-repeat center center rgba(0,0,0,0.25);
}
.custom-exclamation-icon {
    font-size: 14px !important;
}
.red-tooltip + .tooltip > .tooltip-inner {background-color: #d84c4b;}

.circle_green
{
    padding: 7px;
    background: green;
    border-radius: 100%;
    margin-right: auto;
    width:0%;
}

.circle_red
{
    padding: 7px;
    background: red;
    border-radius: 100%;
    margin-right: auto;
    width:0%;
}