﻿@font-face {
    font-family: 'Open Sans';
    src: url("/Content/opensans-normal.woff");
}

@font-face {
    font-family: 'Open Sans';
    src: url("/Content/opensans-semibold.woff");
    font-weight: bold;
}

* {
    box-sizing: border-box;
    font-family: 'Open Sans';
}

html {
    background-color: white;
}

body {
    background-color: white;
    /*margin: 100px 0 0 0;*/
    font-size: 13px;
}


.wizard .content {
    overflow: visible !important;
}

#StepsPatientForm label.error {
    width: 0px;
    height: 0px;
    position: absolute;
    overflow: hidden;
}

kbd {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: orange;
    padding: 0px 4px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.2s;
    transition-delay: 0s;
}

.button[accesskey],
button[accesskey] {
    position: relative;
    overflow: visible;
}

    .button[accesskey] .kbdinline,
    button[accesskey] .kbdinline {
        padding: 0px 4px;
        text-align: center;
        margin-left: -10px;
        margin-bottom: 0px;
        bottom: -5px;
        top: auto;
        left: 50%;
        transition: opacity 0.2s;
        transition-delay: 0s;
        width: 17px;
        height: 17px;
        z-index: 999;
    }

    .button[accesskey] u,
    button[accesskey] u {
        text-decoration: none;
    }

body.accessibility .button[accesskey] u,
body.accessibility button[accesskey] u {
    text-decoration: underline;
}

body.accessibility .kbdinline,
body.accessibility kbd {
    opacity: 1;
    transition-delay: 0.5s;
}

h2 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}

h3 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    color: rgb(0, 103, 204);
    text-decoration: none;
}

    a i {
        margin-right: 5px;
    }

i {
    font-style: normal;
}

table {
    width: calc(100% + 10px);
    margin-left: -5px;
    border-spacing: 4px;
}

.datagrid table {
    width: 100%;
    margin-left: 0;
}

th {
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}

header {
    border-bottom: 5px solid rgb(220, 220, 220);
    margin-bottom: 10px;
    position: relative;
    min-height: 80px;
}

#tabmenu.nav {
    border-bottom: 5px solid rgb(220, 220, 220);
}

header h1 {
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 2px;
    margin-top: 0;
}

    header h1 i.fa {
        font-size: 42px;
        display: inline-block;
        width: 40px;
        text-align: center;
        margin-right: 10px;
    }

header span {
    font-size: 13px;
    margin-right: 20px;
    color: #777777;
}

    header span i.fa {
        font-size: 15px;
    }

.wizard {
    overflow: visible;
}

    a.button:hover, .button, button, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
        cursor: pointer;
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding: 6px;
        border-radius: 4px;
        color: white;
        text-decoration: none;
        height: 33px;
    }


    .wizard > .steps .done a {
        opacity: 0.3;
    }

label.error {
    display: none !important;
}

input[type="checkbox"].error + input + label, input[type="radio"].error + label {
    color: #8a1f11;
}

.button:disabled, button:disabled, .wizard > .actions li.disabled {
    opacity: 0.3;
}

.button.ui-button,
button.ui-button {
    background-color: rgb(255, 255, 255);
}

button i {
    display: block;
    text-align: center;
    margin-right: 3px;
}
.button i {
    text-align: center;
    margin-right: 3px;
}


.button.empty i,
button.empty i {
    margin-right: 0;
}

label {
    margin: 0;
}

em {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.7);
    margin-right: 10px;
}



input[type="radio"],
input[type="checkbox"] {
    margin: 4px;
}



input[type='text'], input[type='password'], input[type='email'], input[type='date'], textarea, select {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 6px 6px;
    border: 1px solid #cccccc;
    transition: border 0.2s;
    cursor: default;
    height: 33px;
    overflow-y: auto;
    background-color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none !important;
}

    select:disabled,
    textarea:disabled,
    input[type='text']:disabled {
        background-color: rgba(0, 0, 0, 0.05);
    }

input[type='file'] {
    width: 100%;
    height: 33px;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
    border: 1px solid #9c9c9c;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #888888;
}


input.input-validation-error {
    border: 1px solid #d9534f !important;
}

input:first-child,
textarea:first-child,
select:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

input:-ms-input-placeholder {
    color: #bbbbbb;
}

hr {
    margin: 10px 0;
}

.col hr {
    border-top: 1px dotted #999999;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

sub {
    text-align: right;
    display: block;
    color: rgba(0, 0, 0, 0.5);
}

pre {
    margin: 0;
}

#page {
    min-width: 800px;
    margin-right: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.form-group {
    margin-bottom: 5px;
}

.bb.default {
}

.form-group > input, .form-group > textarea, .form-group > select {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-half {
    width: calc(50% - 5px);
}

.input-group {
    position: relative;
    display: table;
    border-spacing: 0;
}

    .input-group span:first-child {
        border-right: 0;
    }

    /*.input-group input {
        display: table-cell;
    }*/

    .input-group > .input-group-icon + select + span,
    .input-group > .input-group-icon + textarea + span,
    .input-group > .input-group-icon + input + span {
        left: 30px;
    }

.sidebar select,
.sidebar textarea,
.sidebar input[type='text'] {
    border-radius: 4px;
}

.input-group-icon {
    text-align: center;
    display: table-cell;
    color: black;
    line-height: 30px;
    font-size: 10pt;
    background-color: rgba(235, 235, 235, 1);
    border: 1px solid #cccccc;
    min-width: 28px;
    width: 1%;
    cursor: default;
    vertical-align: top;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .input-group-icon:last-child {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding-left: 5px;
        padding-right: 5px;
    }

.inputLeft {
    float: left;
    /*border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;*/
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right-width: 0 !important;
}

.inputMiddle {
    float: left;
    border-radius: 0 !important;
    border-left-style: dashed !important;
    border-right-width: 0 !important;
}

input.inputMiddle:hover,
input.inputMiddle:focus,
input.inputRight:hover,
input.inputRight:focus {
    border-left-color: #cccccc !important;
}

.inputRight {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left-style: dashed !important;
}

.input-group span + div .inputLeft {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0;
}

.back {
    background-color: rgb(245, 245, 245);
}

.field-validation-error {
    color: white;
    font-size: 8.25pt;
    position: absolute;
    padding: 3px 10px;
    background: #d9534f;
    opacity: 1;
    z-index: 9;
    transition: bottom 0.2s;
    left: 2px;
    bottom: 100%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

    .field-validation-error::before {
        content: "";
        width: 0px;
        height: 0px;
        border: 5px solid transparent;
        border-top-color: #d9534f;
        bottom: -10px;
        position: absolute;
    }

.field-validation-valid {
    position: absolute;
    background: transparent;
    color: transparent;
    font-size: 8.25pt;
    transition: bottom 0.2s, height 0.2s;
    padding: 3px 10px;
    left: 2px;
    bottom: 80%;
    height: 0;
    overflow: hidden;
}

.datagrid-local,
.datagrid-full,
.datagrid-navbar {
    position: absolute !important;
    top: 100px;
    left: 110px;
    right: 30px;
    bottom: 35px;
    border: 1px solid rgb(220, 220, 220);
}

.col .datagrid-local,
.col .datagrid-full,
.col .datagrid-navbar {
    right: 10px;
}

.datagrid-local {
    top: 40px;
    left: 10px;
    bottom: 10px;
    background-color: white;
}

.datagrid-navbar {
    top: 140px;
}

.indicator {
    margin-left: -3px;
    font-size: 0;
    overflow: hidden;
}

h2 {
    font-weight: bold;
}

.col:first-child {
    margin-left: 0;
}

.col:last-child {
    margin-right: 0;
}

.asseticon {
    font-size: 20px !important;
    float: left;
    width: 30px;
}

.patientFileNotes > div {
    background-color: rgb(191, 223, 191);
    border-left: 5px solid rgb(0, 128, 0);
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
}

.patientFileAppointments > div {
    background-color: rgb(233, 202, 202);
    border-left: 5px solid rgb(165, 42, 42);
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
}

.patientFileDocuments > div {
    background-color: rgb(235, 245, 249);
    border-left: 5px solid rgb(173, 216, 230);
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
}

.patientFileEmails > div {
    background-color: rgb(255, 255, 191);
    border-left: 5px solid rgb(255, 255, 0);
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
}

.onhover {
    display: none;
}

tr:hover .onhover {
    display: inline;
}

.typeahead_suggestions {
    border: 1px solid #888888;
    background-color: white;
    position: absolute;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateY(-1px);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 2;
}

    .typeahead_suggestions > * {
        display: block;
        padding: 3px;
        color: rgb(130, 130, 130);
    }

    .typeahead_suggestions a span {
        font-weight: bold;
        color: black;
    }

    .typeahead_suggestions a:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .typeahead_suggestions a.selected {
        background-color: rgba(0, 0, 0, 0.15);
    }

.datagrid input[type='text'] {
    font-size: 13px;
    padding: 0 6px;
    height: 22px;
    text-align: right;
}

#tab-general label {
    width: 160px;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 103;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 10px;
    overflow: hidden;
}

    #footer a {
        color: rgba(255, 255, 255, 0.7);
    }

    #footer #news {
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 210px);
        color: white;
        font-size: 14px;
        font-weight: bold;
        transition: top ease-in-out 0.2s;
        overflow: hidden;
    }

.sidebar {
    position: absolute;
    left: 110px;
    top: 100px;
    width: 250px;
    bottom: 35px;
    min-height: 750px;
}

table.calendar {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    margin-left: 0;
}

    table.calendar td {
        overflow: hidden;
        position: relative;
        vertical-align: top;
        width: calc(100% / 7);
        padding: 6px 2px 2px 2px;
        border-left: 1px solid rgb(220, 220, 220);
        border-right: 0px solid rgb(220, 220, 220);
        border-bottom: 1px solid rgb(220, 220, 220);
        font-size: 12px;
    }

        table.calendar.workweek td:nth-child(6),
        table.calendar td:last-child {
            border-right-width: 1px;
        }

    table.calendar th {
        overflow: hidden;
        width: calc(100% / 7);
        height: 28px;
        line-height: 28px;
        background-color: rgb(100, 168, 208);
        text-transform: uppercase;
        border: 0;
        padding: 0 5px;
        color: rgb(255, 255, 255);
    }

    table.calendar.workweek th:nth-child(1),
    table.calendar.workweek th:nth-child(7),
    table.calendar.workweek td:nth-child(1),
    table.calendar.workweek td:nth-child(7) {
        display: none;
    }

    table.calendar td[data-today="true"] {
        background-color: rgb(240, 240, 240);
    }

        table.calendar td[data-today="true"]:before {
            content: ' ';
            position: absolute;
            top: 0;
            left: -1px;
            width: calc(100% + 2px);
            border-top: 5px solid rgb(80, 148, 188);
            z-index: 1;
        }

#tab-screening h2 {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 10px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
}

.col {
    /*padding-bottom: 20px !important;*/
}

#tab-screening .col {
    margin: 0;
    border: 0;
}

#tab-screening .row {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

#tab-screening .group1 {
    background: rgba(255, 128, 0, 0.1);
}

#tab-screening .group2 {
    background: rgba(0, 0, 255, 0.1);
}

#tab-screening .group3 {
    background: rgba(0, 255, 0, 0.1);
}

.MedicalExam {
    position: fixed;
    top: 100px;
    right: 10px;
    width: 260px;
    bottom: 391px;
    overflow: auto;
}

    .MedicalExam label {
        width: 114px;
        padding-top: 0px;
        font-size: 13px;
    }

    .MedicalExam i {
        width: 13px;
        color: rgb(0, 91, 255);
        text-align: center;
    }

    .MedicalExam input {
        margin: 0 1px 0 0;
        float: left;
    }


#raisedClients a,
#raisedExports a,
#outstandingClients a {
    display: block;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

    #raisedClients a span,
    #raisedExports a span,
    #outstandingClients a span {
        right: 0px;
        background-color: white;
        padding: 0 2px 0 5px;
        position: absolute;
        font-weight: bold;
    }

    #raisedClients a:hover span,
    #raisedClients a:hover,
    #raisedExports a:hover span,
    #raisedExports a:hover,
    #outstandingClients a:hover span,
    #outstandingClients a:hover {
        background-color: #DEDEDE;
    }

    #raisedClients a.selected span,
    #raisedClients a.selected,
    #raisedExports a.selected span,
    #raisedExports a.selected,
    #outstandingClients a.selected span,
    #outstandingClients a.selected {
        background-color: Highlight !important;
        color: white;
    }


table.minicalendar {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
}

    table.minicalendar th, table.minicalendar td {
        text-align: center;
    }

    table.minicalendar tr:nth-child(2) th {
        background-color: rgb(100, 168, 208);
        text-transform: uppercase;
        color: white;
    }

    table.minicalendar td {
        width: calc(100% / 7);
        border-top: 1px solid rgb(230, 230, 230);
        border-left: 1px solid rgb(230, 230, 230);
        height: 30px;
        position: relative;
        cursor: default;
        background-color: white;
    }

        table.minicalendar td:last-child {
            border-right: 1px solid rgb(230, 230, 230);
        }

    table.minicalendar tr:last-child td {
        border-bottom: 1px solid rgb(230, 230, 230);
    }

    table.minicalendar td.selected {
        background-color: transparent !important;
    }

        table.minicalendar td.selected:after {
            position: absolute;
            border: 2px solid rgb(100, 168, 208);
            width: calc(100% - 4px);
            height: 25px;
            content: "";
            top: 0;
            left: 0;
        }

    table.minicalendar i {
        display: block;
        cursor: pointer;
        width: 20px;
    }

.searchAdvisory {
    margin-right: 20px;
    height: 33px;
    line-height: 33px;
    font-style: italic;
    display: none;
}


.smallcolumn {
    width: 120px;
    float: left;
    height: 200px;
}

#possibleAddresses div:hover {
    background-color: rgba(202, 202, 202, 0.6);
}

#possibleAddresses div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.info {
    padding-bottom: 5px;
    font-size: 8pt;
}

.TaskListBox {
    overflow-y: scroll;
    margin-top: 10px;
    background-color: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.1);
}


.selecting .taskitem {
    opacity: 0.5;
}

    .selecting .taskitem.select {
        opacity: 1;
        margin-left: 15px;
    }

.taskitem {
    margin-bottom: 1px;
    border-color: rgb(50, 100, 150);
    padding: 3px;
    background-color: rgba(202, 202, 202, 0.6);
    border-left: 5px solid rgb(202, 202, 202);
    transition: margin-left 0.1s;
    cursor: pointer;
}

    .taskitem.overdue {
        border-left: 5px solid rgb(255, 0, 0);
        background-color: rgba(255, 0, 0, 0.25);
    }

    .taskitem.duenow {
        border-left: 5px solid rgb(50, 100, 150);
        background-color: rgb(204, 216, 229);
    }

    .taskitem.onhold {
        border-left: 5px solid rgb(255, 165, 0);
        background-color: rgba(255, 165, 0, 0.25);
    }

    .taskitem.completed {
        border-left: 5px solid rgb(0, 128, 0);
        background-color: rgba(0, 128, 0, 0.25);
    }

.inputtag {
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 5px;
    left: auto !important;
    color: white;
    font-size: 7pt;
    padding: 2px 6px;
    border-radius: 5px;
    height: 19px;
    line-height: 15px;
    display: none;
}

#noteableinformation {
    font-size: 11pt;
    line-height: 25px;
    font-weight: bold;
    color: white;
}

.col, form.wizard .content {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 10px;
    /*margin: 0 5px;*/
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.login {
    margin-top: calc(20% - 70px);
}

ul#tabmenu {
    margin-top: -50px;
}

    ul#tabmenu li {
        bottom: -4px;
        float: right;
    }

        ul#tabmenu li a {
            border: none;
            color: black;
            padding: 0 10px 3px;
            height: 35px;
            font-size: 12px;
            margin-left: 5px;
            margin-right: 0px;
            border-radius: 4px 4px 0 0;
            background-color: rgba(0,0,0,0.1);
            line-height: 32px;
            box-sizing: border-box;
            transition: border-bottom-width 0.2s;
        }

            ul#tabmenu li a .fa {
                font-size: 16px !important;
            }

            ul#tabmenu li a:hover {
                border-bottom: 5px solid rgba(0, 0, 0, 0.3);
            }

        ul#tabmenu li.active a {
            background-color: rgba(255,255,255,0.7);
            color: white;
            border-bottom: 5px solid rgba(0, 0, 0, 0.3);
        }

            ul#tabmenu li.active a:hover {
                transition: border-bottom-width 0.2s;
            }


.button.ui-button.ui-dialog-titlebar-close
button.ui-button.ui-dialog-titlebar-close {
    color: rgba(0,0,0,0);
}

.ui-dialog .ui-dialog-titlebar-close {
    background-image: url(/content/ui-icons.png);
    background-position: -96px -128px;
}


.navbar-static-top {
    z-index: auto;
}

.ui-dialog .ui-dialog-content {
    overflow-x: hidden !important;
}

#RequestForm label {
    text-align: left;
}

.inputLeft, .inputRight {
    width: 50%;
}

.inputLeftIMP, .inputRightIMP {
    width: 50% !important;
}

.tripleField.inputLeft {
    width: 34% !important;
}

.tripleField.inputMiddle, .tripleField.inputRight {
    width: 33% !important;
}

.nofloat {
    float: none;
}

/*input[type=checkbox] {
    float: left;
    margin-right: 10px;
}

input[type=radio] {
    width: auto;
    height: auto;
    box-shadow: none;
    float: left;
    margin-right: 10px;
}*/

.radio-button-group input[type="radio"] {
    margin-top: 9px;
    margin-left: 7px;
    margin-right: 20px;
}

p {
    margin: 10px 0;
}


.waitPrompt {
    background: rgba(75,75,75,0.9);
    color: white;
    font-weight: bold;
    width: 150px;
    height: 180px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -60px;
    display: none;
    padding: 10px;
    text-align: center;
}

    .waitPrompt img {
        display: block;
        margin: 20px auto;
    }

.button-bar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.no-pad {
    padding: 0;
}

.no-border {
    border: none;
}

.inline-radiobuttons {
    margin: 5px 0;
}

    .inline-radiobuttons label {
        display: inline !important;
        margin-right: 60px !important;
    }

    .inline-radiobuttons input {
        margin-right: 5px;
        margin-top: 10px;
    }


#tb-searchapp, #tb-searchfile, #activeSearchAdvisory, #activeSearchAdvisoryApp, #activeSearchAdvisoryFile {
    display: none;
}

    #tb-searchapp.active, #tb-searchfile.active, #activeSearchAdvisory.active, #activeSearchAdvisoryApp.active, #activeSearchAdvisoryFile.active {
        display: block;
    }

.ui-dialog::after {
    box-sizing: content-box;
}

#StepsPatientForm .steps ul {
    margin: 0 -7px;
}

    #StepsPatientForm .steps ul li {
        display: inline-block;
        width: 20%;
        margin-bottom: 5px;
    }

#StepsPatientForm label {
    float: none;
}

#StepsPatientForm .inline-radiobuttons label {
    float: left;
}

#StepsPatientForm .actions ul {
    padding: 0;
}

    #StepsPatientForm .actions ul li {
        display: inline-block;
        margin: 0 0 0 20px;
    }

        #StepsPatientForm .actions ul li a {
            display: inline-block;
            margin-left: 10px;
            padding: 5px 10px;
            width: 100px;
            text-align: center;
        }

            #StepsPatientForm .actions ul li a.disabled, #StepsReferForm .actions ul li a.disabled {
                background: lightgray;
                color: gray;
            }

.wizard > .content {
    margin: 10px 0;
    height: auto;
}

    .wizard > .content > .body {
        height: auto;
        width: 100%;
        position: static;
        padding: 0;
    }

/*.input-group.radio-button-group label {
    float: left !important;
}*/

div.details {
    margin: 10px 0 8px 0;
}

.control-label.inline {
    margin: 10px 0 0 0 !important;
}

#contacts_datagridz th:nth-child(3) {
    text-align: right;
}

#previewBox {
    padding-left: 15px;
}

.navbar-header {
    float: left;
}

    .navbar-header a img {
        height: 50px;
        width: auto;
        margin: 10px 0;
    }

.navbar-nav {
    margin: 0 !important;
}

#contacts_datagridz td {
    white-space: nowrap;
    max-width: 100px;
}

#contacts_datagridz {
    max-height: 400px;
    overflow-y: scroll;
}

    #contacts_datagridz td:first-child, #contacts_datagridz td:nth-child(2) {
        text-overflow: ellipsis;
        overflow: hidden;
    }

@media only screen and (max-width: 1200px) and (min-width: 720px) {
    #StepsPatientForm .steps ul li {
        float: left;
        height: 52px;
        overflow: hidden;
    }

        #StepsPatientForm .steps ul li.done a span.number, #StepsPatientForm .steps ul li.disabled a span.number {
            display: block;
            text-align: center;
            height: 52px;
            line-height: 26px;
            width: 100%;
            font-size: 14px;
            margin: 0 auto;
        }

        #StepsPatientForm .steps ul li.done a, #StepsPatientForm .steps ul li.disabled a {
            height: 52px;
            padding: 13px 0;
        }

        #StepsPatientForm .steps ul li.current {
            display: inline-block;
            width: 50%;
        }

        #StepsPatientForm .steps ul li.disabled, #StepsPatientForm .steps ul li.done {
            display: inline-block;
            width: 5.5%;
        }
}



@media only screen and (max-width: 720px) {
    #StepsPatientForm .steps ul li.current {
        display: inline;
        width: 100%;
    }

    #StepsPatientForm .steps ul li.disabled, #StepsPatientForm .steps ul li.done {
        display: none;
    }

    body.login-body {
        margin: 0;
    }

        body.login-body, body.login-body div {
            height: 100%;
        }

    .login {
        margin-top: 0 !important;
        position: fixed;
    }

    .ui-dialog {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .ui-dialog::after {
            border: none;
        }
}

@media only screen and (max-width: 1000px) {
    .control-label.inline {
        max-width: 90%;
        vertical-align: top;
    }

    #StepsReferForm .steps ul li {
        float: left;
        height: 50px;
        overflow: hidden;
    }

        #StepsReferForm .steps ul li.done a, #StepsReferForm .steps ul li.disabled a {
            color: rgba(0,0,0,0) !important;
        }

        #StepsReferForm .steps ul li a .number {
            color: white;
        }

        #StepsReferForm .steps ul li.current {
            display: inline-block;
            width: 50%;
        }

        #StepsReferForm .steps ul li.disabled, #StepsReferForm .steps ul li.done {
            display: inline-block;
            width: 16%;
        }

    .nav-tabs i.fa {
        margin-right: 0;
    }
}

@media only screen and (max-width: 485px) {
    #StepsReferForm .steps ul li.current {
        display: inline;
        width: 100%;
    }

    .searchAdvisory {
        font-size: 0;
    }

        .searchAdvisory .fa {
            font-size: 32px;
            color: rgb(100, 168, 208);
        }

    #StepsReferForm .steps ul li.disabled, #StepsReferForm .steps ul li.done {
        display: none;
    }

    .growler {
        left: 0;
        right: 0;
        top: 0;
        border-radius: 0;
        position: fixed !important;
    }
}

.buttonsli .button,
.buttonsli button {
    background-color: white;
    color: black;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.notecount {
    border-radius: 50%;
    background-color: black;
    color: white;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
}

.notificationlist {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 5px;
    right: 0px;
    z-index: 5;
    top: 74px;
    width: 350px;
    background-color: #fff;
    list-style: none;
    padding: 2px;
    max-height: 400px;
    overflow-y: auto;
}

    .notificationlist li a {
        cursor: pointer;
        display: block;
    }

        .notificationlist li a h2 {
            font-size: 14px;
            font-weight: 100;
            margin: 1px;
        }

    .notificationlist li {
        border-bottom: 1px solid #ccc;
        border-radius: 5px;
        width: 100%;
        background-color: #fff;
        padding: 5px;
    }

        .notificationlist li:hover {
            opacity: 0.75;
            filter: alpha(opacity=75);
        }

        .notificationlist li a:hover {
            text-decoration: none;
        }

        .notificationlist li a div em {
            float: right;
        }

.notificationBox {
    display: block;
    min-height: 0px;
    max-height: 0px;
    position: relative;
    padding: 0;
    margin: 0px;
    background-color: #fff;
}

li.readtrue a i, li.readfalse a i {
    margin: 6px;
    margin-right: 10px;
}

li.readfalse, li.readfalse a, li.readfalse em {
    color: #fff;
}

li.readtrue, li.readtrue a, li.readtrue em {
    color: #eee;
}

li.readfalse {
    background-color: rgba(47, 150, 180, 0.85);
}

li.readtrue {
    background-color: rgba(81, 163, 81, 0.85);
}

@media (max-width: 680px) {
    .notificationlist {
        position: absolute;
        border: 1px solid #ccc;
        border-radius: 5px;
        right: -50px;
        z-index: 5;
        top: 74px;
        width: 99vw;
        background-color: #fff;
        list-style: none;
        padding: 2px;
        max-height: 400px;
        overflow-y: auto;
    }
}
