
* {
    font-family: sans-serif;
    font-size: 12px;
}
 .fa{
    font-size: 2em;
 }

.navbar,
.ace-nav > li > a,
.ace-nav > li.light-blue > a {
    background: #192d65;
}

    .ace-nav > li.light-blue > a:focus,
    .ace-nav > li.light-blue > a:hover,
    .ace-nav > li.open.light-blue > a {
        background-color: #cfa548;
    }

.no-skin .nav-list > li > a {
    background-color: #cfa548;
    color: #fff;
}

.no-skin .nav-list > li:hover > a {
    background-color: #FFF;
    color: #192d65;
}

.ui-dialog {
    width: 71% !important;
    top: 8% !important;
    left: 17% !important;
}

.form-actions {
    padding: 10px;
}

.comment-field,
.room-content,
.license-table,
.certification-container {
    padding: 0;
}

.visit-type-table {
    padding: 10px 0 0 0;
}

.display-value .fa {
    font-size: 20px;
}

.float-none {
    float: none;
}

.certification-table,
.room-content .room-table,
.address-field {
    padding-left: 8px;
}

.assign-role,
.select-clinic {
    padding-left: 8px;
    width: 32.2%;
}

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    background: #192d65 !important;
    border-color: #192d65 !important;
}

.insurance-box {
    background: #eae8e8;
    padding: 0.5em;
    margin: 1em 0;
}

    .insurance-box .fa {
        font-size: 20px;
    }

.counters .btn.btn-app.btn-sm {
    width: 270px;
}

.describe-box {
    margin: 12em 0 0 0;
}

.cognitive-abilities {
    margin: 2em 0 0 0;
}

.ulmultiselect {
    height: 100px;
    overflow: hidden;
    overflow-y: scroll;
    border: solid;
    border-width: 1px;
    border-color: #d5d5d5;
    padding-left: 10px;
    margin-left: 0px;
}

.form-group.required label:after {
    content: "*";
    color: red;
}

/* The container */
.chk-container {
/*    display: block;*/
    position: relative;
    /*padding-left: 35px;
    margin-bottom: 12px;*/
    cursor: pointer;
    /*font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

    /* Hide the browser's default checkbox */
    .chk-container input {
/*        position: absolute;*/
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: lightgray;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: red;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
