:root {
    --primary-color: #0c7cca;
}

.login-form-head{
    padding-top: 10px;
}

.login-form-body {
    padding-top: 10px;
}

.sidebar-menu {
    background-color: #414042;
}

.metismenu >li:hover>a, .metismenu >li.active>a {
    background-color: #434144;
}

.sidebar-header {
    background-color: #414042;
    border-bottom-color: #414042;
}

.metismenu li a, .metismenu li a i {
    color: #0c7cca;
}

.nav-btn {
    margin-top: 3px;
}

.user-profile {
    background: linear-gradient(to right, #0c7cca 0%, #1482ce 100%);
}

.breadcrumbs-area span.sub {
    font-size: 20px;
    color: #8a8f90;
}

.pointer {
    cursor: pointer;
}

.dz_div { width:100%; min-height:200px!important; border: 1px solid rgb(169, 169, 169); }
.dz_div_mini { min-height:100px!important; }
.dz_div_mini.dropzone { padding: 0px 20px!important; }
.dropzone .dz-message {
    margin: 6em 0!important;
}
#ui-datepicker-div {
    z-index: 2000!important;
}

#calwrap {	
    margin-top: 1em;
}
		
#external-events {
    float: left;
    width: 150px;
    padding: 0 10px;
    text-align: left;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

.external-event { /* try to mimick the look of a real event */
    margin: 10px 0;
    padding: 2px 4px;
    background: #3366CC;
    color: #fff;
    font-size: .85em;
    cursor: pointer;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

#calendar {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 2px #C3C3C3;
}

.popover{
    max-width: 80em;
}

.hasDatepicker .ui-datepicker { width: 100%; padding: .2em .2em 0; display: none; }
.ui-datepicker { padding: .2em .2em 0; display: none; }
.ui-datepicker table {width: 100%; font-size: .7em; border-collapse: collapse; margin:0 0 .4em; }

.form-control-feedback {
    color: red;
}

.multi_custom {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.nopadding {
   padding: 0 !important;
}

.dropdown-menu {
    font-size: inherit;
}

.dropdown-menu label {
    color: #333!important;
    padding-left: 1em!important;
}
.modal-body .durationpicker-container {
    height: 40px!important;
}
.modal-body .durationpicker-innercontainer {
    display: inline-block!important;
}

i.eye_custom {
    color: #007bff;
    font-size: 16px;
}

a.top_custom i {
    color: #007bff;
    font-size: 32px;
}

a.white, a.white:active, a.white:hover, a.white:visited {
    color: white!important;
}

.sbg2 div.rn{
    color: white;
}
.sbg2 div.rn h3 {
    font-size: 16px;
}

.custom_badge {
    padding: 10px;
    margin-right: 10px;
    font-size: 14px;
}

#otherLoadLocation {
    padding-bottom: 10px;
}

.select2 span.select2-selection {
    border: 0;
}

.select2 {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.task_sheet label {
    font-weight: bold;
    color: #0c7cca;
}

.dtp div.dtp-date, .dtp div.dtp-time, .dtp table.dtp-picker-days tr > td > a.selected {
    background-color: #0c7cca!important;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background-color: #1b70ad!important;
}

.dtp .p10 > a {
    color: white!important;
}