.nav > li.active { background-color:#abddfb}

.page-heading {
    margin: 20px 0;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-family: "Segoe UI Light", "Arial", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

#my-dropzone .message {
    font-family: "Segoe UI Light", "Arial", serif;
    font-weight: 600;
    color: #0087F7;
    font-size: 1.5em;
    letter-spacing: 0.05em;
}

.dropzone {
    border: 2px dashed #0087F7;
    background: white;
    border-radius: 5px;
    min-height: 300px;
    padding: 90px 0;    
    vertical-align: baseline;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color:inherit !important;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: whitesmoke !important;
    background: #bf5279 !important;
}
.bootstrap-select.btn-group .filter-option {
  color: black;
}

#pleaseWait{
    z-index: 100001;
}

.set_model_width{
    width: 450px !important;
}

.outer-circle {
    width: 200px;
    height: 200px;
    background: green;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 150px;
    color: white;
}

.set_checkbox_size{
    width: 20px;
    height: 20px;
}