html {
    background: none !important;
}

body {
    font-family: 'Open Sans' !important;
}
/* Angular UI's Animation */
.view-animate.ng-enter,
.view-animate.ng-leave {
    position: absolute;
}

.view-animate.ng-enter {
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    transition: ease-out all 0.3s 0.4s;
}

.view-animate.ng-leave {
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

    .view-animate.ng-enter,
    .view-animate.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }

        .view-animate.ng-leave,
        .view-animate.ng-enter.ng-enter-active {
            left: 0;
            opacity: 1;
        }
/* Empty href Pointer Fix */

.nav,
.pagination,
.carousel,
.panel-title a {
    cursor: pointer;
}

th:hover {
    cursor: pointer;
}

#labResultsContent {
    display: none;
}

.red {
    color: #FF1B1B;
}

.green {
    color: #739e73;
}

.bred {
    background-color: #a90329;
}

.bgreen {
    background-color: #739e73;
}

#bred {
    background-color: #a90329;
    border-color: #a90329;
}

#bgreen {
    background-color: #739e73;
    border-color: #739e73;
}

.yellow {
    color: #c79121;
}

.vhide {
    visibility: hidden;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-normal {
    text-transform: none;
}

#meta-table {
    border-collapse: separate;
    border-spacing: 0 2px;
}

.label {
    margin-right: 2px;
    font-size: 82%;
}

.color-lblue {
    background-color: rgb(242, 254, 255);
}

#paginate select {
    margin-top: -3px;
}

#paginate dir-pagination-controls {
    margin-right: 5px;
}

.dashed {
    color: #214e75;
    border-bottom: 1px dashed blue;
    text-decoration: none;
}

    .dashed:hover {
        cursor: pointer;
    }

.no-pad-margin {
    padding: 0;
    margin: 0;
}

.bgdisabled {
    color: #ABABAB;
}

.progress-small {
    height: 6px;
    margin: 0;
    padding: 0;
}

.color-purple {
    color: rgb(188, 90, 227);
}

.notation {
    margin-right: 10px;
    line-height: 30px;
}

.label:hover {
    cursor: pointer;
}

.label-topbar {
    background: #999;
    color: #FFF;
    font-weight: normal;
}

.label-noblod {
    font-weight: normal;
}

.nopad {
    padding: 0 !important;
}

    .nopad > td {
        padding: 0;
        vertical-align: middle;
    }

#nopad {
    padding: 0;
}

    #nopad > td {
        padding: 2px;
        vertical-align: middle;
    }

.nomargin {
    margin: 0;
}

.popupSep {
    margin-top: 0;
    margin-bottom: 5px;
}

.progressBarTd {
    min-width: 200px;
    max-width: 200px;
    /*float: left;*/
}

.testdesc {
    min-width: 100px;
    max-width: 100px;
    float: left;
    margin-top: 3px;
}

.bar {
    min-width: 100px;
    max-width: 100px;
}

.eye {
    margin-top: 5px;
    padding-right: 5px;
    min-width: 5px;
    max-width: 5px;
    float: right;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    color: rgb(50, 118, 177);
    white-space: nowrap;
}
/*th {
    white-space: nowrap;
}*/

.form-control {
    font-weight: normal;
}

.chartBubble .bubble {
    border-radius: 50%;
    overflow: hidden;
    width: 10px;
    height: 10px;
    position: relative;
    left: 0;
    margin-top: -12px;
}

.greenBubble {
    background-color: green;
}

.bb {
    max-width: 339px;
    min-width: 339px;
}

.pop {
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-weight: normal;
}

    .pop:hover {
        cursor: pointer;
    }

.sizeIcon {
    font-size: 1.1em !important;
}

.gearPopupVerticallyCentered {
    margin-top: -3px;
}

.gearIconAlign {
    margin-left: -1px;
}

.emailIconSize {
    font-size: 1.1em;
}

.previewLabH {
    border-bottom: 1px dashed #214e75;
}

    .previewLabH:hover {
        cursor: pointer;
        text-decoration: none;
    }
/*Consultation page start*/

.consultationClass .form-control {
    margin-bottom: 10px;
    height: 36px;
    border-color: #dddddd;
    box-shadow: none;
}

.consultationClass .input-group .form-control {
    margin-bottom: 0px;
}

.consultationClass textarea {
    height: 175px !important;
}

.consultationClass .blueflag {
    color: #31A8D2;
    margin: 5px 0px 0px 0px;
}

.consultationClass .yellowflag {
    color: #FFCC00;
    margin: 5px 0px 0px 0px;
}

.consultationClass .grayflag {
    color: #EEEEEE;
    margin: 5px 0px 0px 0px;
}
/*Consultation page end*/

.patientHistoryTd {
    width: 100px;
}
/*Multi checkbox*/
/* .onoffswitch {
    position: relative; width: 101px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #EEEEEE; border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 9px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "MULTI-SELECT ON";
    padding-left: 5px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "MULTI-SELECT OFF";
    padding-right: 5px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 0px; margin: 11px;
    background: #FFFFFF;
    border: 2px solid #EEEEEE; border-radius: 50px;
    position: absolute; top: 0; bottom: 0; right: 75px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}*/
/*General css*/

#multicheck {
    padding: 0;
    padding-top: 5px;
    width: 129px;
    min-width: 129px;
    max-width: 129px;
}

#multiDownload {
    padding: 0;
    vertical-align: middle;
}

    #multiDownload:hover {
        cursor: default;
    }

    #multiDownload span {
        color: black;
    }

#nSelected {
    color: #FFF;
}

.hover {
    cursor: pointer;
}

#customRange {
    color: #999;
    margin-top: 10px;
    margin-left: -40px;
}

.disabled:hover {
    cursor: not-allowed;
}

.notallowed:hover {
    cursor: not-allowed;
}

.pointer:hover {
    cursor: pointer;
}

.selectCheckbox {
    width: 20px;
}

.blackgroundPet {
    height: 406px;
    width: 776px;
    background-image: url('../img/petImg.png');
}

table i:hover {
    cursor: pointer;
}

.bwhite {
    background-color: #FFF;
}

.bgray {
    background-color: #F9F9F9;
}

iframe {
    border: none;
    width: 100%;
    height: 600px;
}
/*Multi checkbox*/

.abnormal {
    position: relative;
    width: 101px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 10px;
}

.abnormal-checkbox {
    display: none;
}

.abnormal-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #EEEEEE;
    border-radius: 50px;
}

.abnormal-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .abnormal-inner:before,
    .abnormal-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 22px;
        padding: 0;
        line-height: 22px;
        font-size: 9px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .abnormal-inner:before {
        content: "ABNORMAL";
        padding-left: 13px;
        background-color: #a90329;
        color: #FFFFFF;
    }

    .abnormal-inner:after {
        content: "ABNORMAL";
        padding-right: 13px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.abnormal-switch {
    display: block;
    width: 0px;
    margin: 11px;
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 75px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.abnormal-checkbox:checked + .abnormal-label .abnormal-inner {
    margin-left: 0;
}

.abnormal-checkbox:checked + .abnormal-label .abnormal-switch {
    right: 0px;
}

.paginate {
    margin-top: 4px;
}

.defaultCursor:hover {
    cursor: default;
}

.redBubble {
    background-color: #FF1B1B;
}

.span250px {
    width: 250px;
    max-width: 250px;
}

.span400px {
    width: 400px;
    max-width: 400px;
}

.span157px {
    width: 157px;
    max-width: 157px;
}

.span200px {
    width: 200px;
    max-width: 200px;
}

.span78px {
    width: 56px;
    max-width: 78px;
}
.span148px {
    width: 134px;
    max-width: 134px;
}

#rangeChart {
    max-width: 339px;
    margin: 0px auto;
    min-width: 339px;
    margin-left: 5px;
    margin-right: 5px;
}

#comments {
    width: 100%;
    max-width: 100%;
    max-height: 500px;
}

#pre {
    text-align: left;
}


#new {
    background-color: #E98524;
}

.span100px {
    width: 100px;
    height: auto;
    max-width: 100px;
}

.span60px {
    width: 60px;
    height: auto;
    max-width: 60px;
}

#categoryTab {
    width: 200px;
    max-width: 200px;
    height: auto;
    height: 200px;
    margin: 10px;
    display: inline-flex;
}

    #categoryTab:hover {
        cursor: pointer;
    }

    #categoryTab img {
        width: 110px;
        height: 110px;
        bottom: 0;
        vertical-align: text-top;
        background-color: #EEE;
        border-radius: 50%;
    }

    #categoryTab .thumbnail {
        border: none;
        width: 108px;
        height: auto;
        border-radius: 50%;
    }

.sortIcon {
    font-size: 15px;
    color: #0AB826;
}

.sortIconNormal {
    margin-top: 2px;
}

.alertFilter:hover {
    color: red;
}

.hoverGreen:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #739e73;
}

.noHover:hover {
    cursor: default;
}

.historyPopup {
    background: #EEE;
    margin-top: -5px;
    padding: 10px;
    text-transform: uppercase;
}

.color-warning {
    color: #c79121;
}

.color-danger {
    color: #a90329;
}

.color-success {
    color: #739e73;
}

.filter {
    font-size: 10px;
}

.popupImg {
    width: 15px;
}

.email {
    color: rgb(27, 128, 191);
}

.headerImg {
    width: 20px;
}

.partial {
    padding-left: 20px;
    padding-right: 19px;
}

.complete {
    padding-left: 13px;
    padding-right: 14px;
}

.corrected {
    padding-left: 10px;
    padding-right: 10px;
}

.new {
    background-color: #B8D9F1;
    color: #333 !important;
}

.newDisabled {
    background-color: #EEE;
    color: #FFF;
}

#DETAILS {
     /*max-height: 550px !important;*/
     max-height: 700px;
    overflow-y: scroll;
    padding-right: 10px;
}
@media (min-width: 900px) {
    .xx-dialog .modal-dialog {
        width: 900px;
    }

    .sm-dialog .modal-dialog {
        width: 500px;
    }

   /* .details-dialog .modal-dialog {
        width: 900px;
        max-height: 550px !important;
        clear: both;
    }*/

    /*.details-dialog .modal-content {
        position: relative;
        max-height: 730px;
    }*/
}
/*iPad Landscap Oriented styles */
@media only screen and (device-width:768px) and (orientation:landscape) {
    .xx-dialog .modal-dialog {
        max-width: 900px !important;
        max-height: 555px !important;
    }
}

/*iPad Portrait oriented styles */
@media only screen and (device-width:768px) and (orientation:portrait) {
    .xx-dialog .modal-dialog {
        max-height: 630px !important;
    }
}

.quantity {
    width: 50px;
}

.cartItem {
    margin: 10px;
    margin-top: 0;
    width: 200px;
    float: left;
}

.cartItemBody {
    height: 285px;
}

.span100p {
    width: 100%;
}

.btn-cart {
    background-color: #E46F1F;
    color: #FFF;
}

.img64px {
    width: 64px;
}

.bg-dark {
    background-color: #EEE;
}

.previewBorder {
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    background-color: #EEE;
    float: left;
    margin-bottom: -5px;
}

#resultsMeta {
    color: #333;
    border: 1px solid #ABABAB;
    background: #fafafa;
    border-color: #ABABAB;
}

.margint7px {
    margin-top: -7px;
}

#resultsByPet {
    float: left;
    width: 400px;
    margin-top: 6px;
}

.on {
    color: #E98524;
}

.label-success {
    font-weight: normal;
}

#antechNotices {
    margin-right: 42px;
    margin-top: 10px;
    font-size: 14px;
    float: right;
}

#antechSMS {
    margin-top: 10px;
    font-size: 14px;
    float: right;
}

#nopadt {
    padding-top: 0;
}

.hoverTr:hover {
    background-color: #ecf3f8;
}

.bg-light-yellow {
    background-color: #fcf8e3;
}

#statusTh {
    min-width: 121px;
}

#testDesc {
    min-width: 200px;
}

b.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #0091d9;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px;
    text-align: center;
    line-height: normal;
}

#activity {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 24px;
    width: 24px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #bfbfbf;
    color: #c4bab6;
    font-size: 19px;
    margin: 10px 0 0;
    position: relative;
}

#build {
    color: #FFF;
}

#activity1 {
    background-color: red;
    border: 10px red;
}

.nohover:hover {
    cursor: default;
}

.color-blue {
    color: rgb(0, 122, 197);
}

.pagination {
    margin: 0;
}

#hlineheight {
    line-height: 29px;
}

.span70 {
    width: 70px;
    max-width: 70px;
}

.span90 {
    width: 90px;
    max-width: 90px;
}

.span49 {
    width: 49px;
    max-width: 49px;
}

.margint4px {
    margin-top: -4px;
}

#abnormalButton {
    left: 0px;
    top: 0;
    padding: 0;
    padding: 0;
}

.width90p {
    width: 90%;
}

#multiSelectIcons {
    float: left;
    margin-left: 6px;
}

#footerSpan {
    padding-right: 12px;
    float: left;
    margin-left: 3px;
}

.margint6px {
    margin-top: -6px;
}

#paddingt5px {
    padding-top: 5px;
}

.span90px {
    width: 90px;
    max-width: 90px;
}

.span120px {
    width: 120px;
    max-width: 120px;
}

.span200px {
    width: 200px;
    max-width: 200px;
}

.viewCart {
    margin-right: 10px;
    margin-top: -15px;
}

@media screen and (max-width: 1000px) {
    .clinicNameHeaderTopContent {
        float: right;
        width: 35%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .clinicNameHeader {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#labHistoryGrid {
    padding-top: 0;
}

.grayBorder {
    border: 1px solid #ABABAB;
}

.inlineBlock {
    display: inline-block;
}

#multiDownloadEmbed {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.sortIcon {
    margin-top: 2px;
}

@media screen and (max-width: 1175px) {
    #labResultsGrid {
        overflow-x: scroll;
    }
}

td {
    vertical-align: middle;
}

.gridHeader {
    min-width: 110px;
}

.bareButton {
    background: none;
    border: none;
    margin: none;
    padding: none;
}

    .bareButton:focus {
        background: none;
        border: none;
        margin: none;
        padding: none;
    }

.categoryAccordian {
    min-width: 170px;
}

.bold {
    font-weight: bold;
}

#noCursor:focus {
    cursor: none;
    outline: none;
}

#chart {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 300px;
    height: 60px;
    z-index: 5;
    background: #34302A;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #FFF;
}

    #chart:hover {
        cursor: pointer;
    }

#chatContent {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 300px;
    height: 500px;
    z-index: 5;
    background-color: #FFF;
}

.chatHeader {
    width: 300px;
    height: 40px;
    background: #34302A;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #FFF;
}

#chatFields {
    width: 300px;
    height: 405px;
    overflow-y: auto;
}

.chatMessage {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.trendGridHeaders {
    padding-left: 20px;
    padding-right: 20px;
}

td > pre {
    max-width: 700px;
}

.spanH2 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}

.blackHeader {
    background: #404040;
    color: #FFF;
    border: none;
}

.fixed-navigation nav {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

#trendHistoryGrid {
    width: auto;
}

pre {
    white-space: pre-line;
}

.lgray {
    color: rgb(161, 161, 161);
}

table {
    border-collapse: separate;
}

#overflowEnable {
    width: 100%;
    width: calc(100% - 15px);
    overflow-x: auto;
}

#gridTable {
    float: left;
}

.startstyle {
    color: red;
}

.showLoginError {
    display: block;
}

.hideLoginError {
    display: none;
}

.normalizea {
    text-decoration: none;
    color: #000;
}

    .normalizea:hover {
        text-decoration: none;
        color: #000;
    }

.addDeleteIcons i {
    margin-top: 8px;
    margin-left: 6px;
}

.resourceIcons i {
    margin-top: 8px;
    margin-left: 1px;
}

#errorFileContent {
    max-height: 500px;
    overflow: auto;
}

.selectedRow {
    background-color: #FCF8E3 !important;
}

#usertype input[type=radio] {
    vertical-align: middle;
    margin: 0;
}

.assignRolesClinicInput {
    width: 800px;
}

.selectRoleDropdown {
    max-width: 400px;
}

.addNewRoleLink {
    padding: 15px;
    padding-top: 20px;
}

.permissionsPopup .widget-body {
    max-height: 600px;
    overflow: auto;
}

#accessionHistoryHeader {
    background-color: #404040;
    color: white;
}
/*Blue Skin*/

.smart-style-4 body,
body.smart-style-4 {
    background: #fff !important;
    font-family: Arial, sans-serif;
}

.smart-style-4 #logo img {
    width: 125px;
    height: auto;
    padding-left: 3px;
    margin-top: -3px;
}

.smart-style-4 #header {
    background-image: none;
    background-color: #F2F2F2;
}

.smart-style-4 #ribbon {
    background: #fff;
}

    .smart-style-4 #ribbon .breadcrumb,
    .smart-style-4 #ribbon .breadcrumb a {
        color: #7C7C7C !important;
    }

        .smart-style-4 #ribbon .breadcrumb li:last-child,
        .smart-style-4 #ribbon .breadcrumb > .active {
            color: #5F5F5F;
        }

.smart-style-4.fixed-ribbon #ribbon {
    box-shadow: 0 .0625em .3125em rgba(0, 0, 0, .35);
}

.smart-style-4 #logo-group span#activity,
.smart-style-4 .btn-header > :first-child > a {
    background: 0 0;
    border: none !important;
    color: #C5C6CA !important;
    box-shadow: none !important;
}

.smart-style-4 #hide-menu i {
    color: #fff !important;
}

.smart-style-4 .header-dropdown-list > li > .dropdown-toggle {
    display: block;
    background: rgba(0, 0, 0, .2);
    padding: 2px 7px 3px;
    border-radius: 3px;
    margin-top: 14px;
}

.smart-style-4 .header-search > input[type=text] {
    border-color: #CA854F;
}

.smart-style-4 .header-search > button {
    color: #DF9B45;
}

.smart-style-4 aside {
    background: #f2f2f2;
    border-right: 2px solid #ccc;
}

.smart-style-4 .login-info span {
    border-bottom: none;
}

.smart-style-4 .login-info a span {
    color: #444 !important;
}

.smart-style-4 .login-info {
    border-bottom: 1px solid #E2E2E2;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.smart-style-4 nav ul li a,
.smart-style-4 nav ul li.open > a,
.smart-style-4 nav ul li.open > a b {
    color: #3890ce !important;
}

.smart-style-4 nav > ul > li {
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: linear-gradient(to bottom, #f9f9f9, #f2f2f2);
    border-bottom: 1px solid #DFDFDF;
}

    .smart-style-4 nav > ul > li.active > a:before {
        top: 10px !important;
    }

    .smart-style-4 nav > ul > li > a b {
        top: 12px;
    }

.smart-style-4 nav ul li.active > a:before {
    top: 6px;
}

.smart-style-4 nav > ul > li.open {
    border-left: 4px solid #058dc7;
}

.smart-style-4 nav > ul > li > a {
    padding: 12px 10px 12px 11px;
    font-size: 13px;
}

    .smart-style-4 nav > ul > li > a > i {
        color: #058dc7;
        font-size: 20px;
    }

.smart-style-4 nav ul ul {
    background: 0 0;
}

    .smart-style-4 nav ul ul li > a {
        font-size: 13px;
    }

.smart-style-4 nav ul li a:hover {
    background: rgba(0, 0, 0, .05) !important;
}

.smart-style-4 nav > ul > li.open > a {
    padding-left: 7px;
}

.smart-style-4 nav > ul > li.open ul li > a {
    padding-left: 38px;
}

.smart-style-4 nav > ul ul li::before,
.smart-style-4 nav > ul > li > ul::before {
    border: none;
}

.smart-style-4 nav ul li.active > a {
    font-weight: 700;
}

    .smart-style-4 nav ul li.active > a:before {
        color: #bbb;
    }

.smart-style-4 .page-footer,
.smart-style-4 .superbox-show {
    background: #3D3B39;
}

.smart-style-4 .superbox-list.active:before {
    color: #3D3B39;
}

.smart-style-4 nav > ul > li.open > ul > li > a {
    padding-left: 38px;
}

.smart-style-4.minified nav > ul > li {
    border-bottom: 1px solid #E9E4E4;
    border-top: 1px solid #FFF;
}

    .smart-style-4.minified nav > ul > li > ul,
    .smart-style-4.minified nav > ul > li > ul > li > ul > li {
        background-color: rgba(69, 69, 69, .9);
    }

.smart-style-4.minified nav ul li a,
.smart-style-4.minified nav ul li.open > a,
.smart-style-4.minified nav ul li.open > a b {
    color: #fff !important;
}

.smart-style-4.minified nav > ul > li.open ul li > a {
    padding-left: 14px;
}

.smart-style-4 .active + .ajax-dropdown {
    -webkit-box-shadow: 1px 14px 16px rgba(61, 35, 14, .55);
    box-shadow: 1px 14px 16px rgba(61, 35, 14, .55);
}

@media (max-width: 979px) {
    .smart-style-4 #content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .smart-style-4 #ribbon {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        border-radius: 0;
    }
}

.smart-style-4 .dropdown-menu > .active > a,
.smart-style-4 .dropdown-menu > .active > a:hover,
.smart-style-4 .dropdown-menu > li > a:focus,
.smart-style-4 .dropdown-menu > li > a:hover,
.smart-style-4 .tt-suggestion.tt-is-under-cursor {
    background-color: #EC9519;
    color: #fff;
}

.smart-style-4 .dropdown-menu > li > a {
    color: #4E361B;
}

.smart-style-4 .dropdown-menu {
    border-radius: 0;
    border-bottom: 2px solid #ADADAD;
    background: #FDDFB3;
}

    .smart-style-4 .dropdown-menu .divider {
        background-color: #EBC7A6;
    }

.smart-style-4 .dropdown-menu-large .dropdown-header {
    color: #5C391E;
}

.smart-style-4 .dropdown-menu-large > li ul > li > a:focus,
.smart-style-4 .dropdown-menu-large > li ul > li > a:hover {
    border-radius: 3px;
    background-color: #F1B686;
}

.smart-style-4 input:not([type]),
.smart-style-4 input[type=color],
.smart-style-4 input[type=email],
.smart-style-4 input[type=number],
.smart-style-4 input[type=password],
.smart-style-4 input[type=tel],
.smart-style-4 input[type=text],
.smart-style-4 input[type=url],
.smart-style-4 textarea {
    border-top-color: #a3a3a3;
    border-left-color: #a3a3a3;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    -webkit-box-shadow: inset 0 1px 0 #d6d6d6;
    -moz-box-shadow: inset 0 1px 0 #d6d6d6;
    box-shadow: inset 0 1px 0 #d6d6d6;
    color: #000;
}

.smart-style-4 .has-warning .form-control {
    border-color: #c09853 !important;
}

.smart-style-4 .has-error .form-control {
    border-color: #b94a48 !important;
}

.smart-style-4 .has-success .form-control {
    border-color: #468847 !important;
}

.smart-style-4 .select2-container-multi .select2-choices .select2-search-field input,
.smart-style-4 .tt-hint {
    box-shadow: none !important;
    border: none !important;
}

.smart-style-4 #shortcut {
    background-color: rgba(25, 16, 6, .85);
}

.smart-style-4 .SmallBox span,
.smart-style-4 .bigBox span {
    letter-spacing: 0;
}

.smart-style-4.menu-on-top nav ul ul li > a {
    color: inherit;
}

.smart-style-4.menu-on-top aside {
    background: inherit;
}

    .smart-style-4.menu-on-top aside#left-panel {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

        .smart-style-4.menu-on-top aside#left-panel nav > ul > li {
            border-right: 1px solid #E2E2E2;
            border-left: 1px solid #FFF;
        }

.smart-style-4.menu-on-top nav ul ul,
.smart-style-4.menu-on-top nav ul ul ul {
    border-color: #E2E2E2;
}

.smart-style-4.menu-on-top nav ul > li > ul {
    left: -2px;
}

.smart-style-4.menu-on-top aside#left-panel nav > ul > li > a {
    text-shadow: none !important;
    font-size: 13px;
    padding: 10px 9px !important;
    border: none !important;
}

.smart-style-4.menu-on-top nav ul ul li a {
    padding-left: 10px !important;
    font-size: 13px;
}

.smart-style-4.menu-on-top nav > ul > li > a:hover {
    background: #fff !important;
}

.smart-style-4.menu-on-top nav ul ul li a:hover,
.smart-style-4.menu-on-top nav ul ul li:hover > a,
.smart-style-4.menu-on-top nav ul ul ul li a:hover {
    background: rgba(0, 0, 0, .05);
}

.smart-style-4.menu-on-top aside#left-panel nav > ul > li:hover {
    background: #fff;
}

.smart-style-4.menu-on-top nav ul ul li a,
.smart-style-4.menu-on-top nav ul ul ul li a {
    color: #D8DEE5;
}

    .smart-style-4.menu-on-top nav ul ul li a:hover,
    .smart-style-4.menu-on-top nav ul ul li:hover > a,
    .smart-style-4.menu-on-top nav ul ul ul li a:hover {
        color: #fff;
    }

.smart-style-4.menu-on-top nav > ul > li > a:after {
    color: #8AA1B3 !important;
}

.smart-style-4.menu-on-top nav ul ul li:hover > a:after,
.smart-style-4.menu-on-top nav > ul ul > li a:after,
.smart-style-4.menu-on-top nav > ul ul > li a:hover:after,
.smart-style-4.menu-on-top nav > ul > li > a:after {
    color: inherit;
}

.smart-style-4.menu-on-top nav ul ul .active > a:hover,
.smart-style-4.menu-on-top nav ul ul li.active:hover > a,
.smart-style-4.menu-on-top nav ul ul .active > a,
.smart-style-4.menu-on-top nav ul ul .active > a:hover,
.smart-style-4.menu-on-top nav ul ul li.active:hover > a {
    color: #333 !important;
}

.smart-style-4 .jarviswidget-color-darken > header {
    border-color: #3890ce !important;
}
/*.smart-style-4 header {
    color: #FFF;
    background: #3890ce;
}*/
/*Green Skin*/

.smart-style-5 body,
body.smart-style-5 {
    background: #fff !important;
    font-family: Arial, sans-serif;
}

.smart-style-5 #logo img {
    width: 125px;
    height: auto;
    padding-left: 3px;
    margin-top: -3px;
}

.smart-style-5 #header {
    background-image: none;
    background-color: #F2F2F2;
}

.smart-style-5 #ribbon {
    background: #fff;
}

    .smart-style-5 #ribbon .breadcrumb,
    .smart-style-5 #ribbon .breadcrumb a {
        color: #7C7C7C !important;
    }

        .smart-style-5 #ribbon .breadcrumb li:last-child,
        .smart-style-5 #ribbon .breadcrumb > .active {
            color: #5F5F5F;
        }

.smart-style-5.fixed-ribbon #ribbon {
    box-shadow: 0 .0625em .3125em rgba(0, 0, 0, .35);
}

.smart-style-5 #logo-group span#activity,
.smart-style-5 .btn-header > :first-child > a {
    background: 0 0;
    border: none !important;
    color: #C5C6CA !important;
    box-shadow: none !important;
}

.smart-style-5 #hide-menu i {
    color: #fff !important;
}

.smart-style-5 .header-dropdown-list > li > .dropdown-toggle {
    display: block;
    background: rgba(0, 0, 0, .2);
    padding: 2px 7px 3px;
    border-radius: 3px;
    margin-top: 14px;
}

.smart-style-5 .header-search > input[type=text] {
    border-color: #CA854F;
}

.smart-style-5 .header-search > button {
    color: #DF9B45;
}

.smart-style-5 aside {
    background: #f2f2f2;
    border-right: 2px solid #ccc;
}

.smart-style-5 .login-info span {
    border-bottom: none;
}

.smart-style-5 .login-info a span {
    color: #444 !important;
}

.smart-style-5 .login-info {
    border-bottom: 1px solid #E2E2E2;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.smart-style-5 nav ul li a,
.smart-style-5 nav ul li.open > a,
.smart-style-5 nav ul li.open > a b {
    color: #16a085 !important;
}

.smart-style-5 nav > ul > li {
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: linear-gradient(to bottom, #f9f9f9, #f2f2f2);
    border-bottom: 1px solid #DFDFDF;
}

    .smart-style-5 nav > ul > li.active > a:before {
        top: 10px !important;
    }

    .smart-style-5 nav > ul > li > a b {
        top: 12px;
    }

.smart-style-5 nav ul li.active > a:before {
    top: 6px;
}

.smart-style-5 nav > ul > li.open {
    border-left: 4px solid #058dc7;
}

.smart-style-5 nav > ul > li > a {
    padding: 12px 10px 12px 11px;
    font-size: 13px;
}

    .smart-style-5 nav > ul > li > a > i {
        font-size: 20px;
    }

.smart-style-5 nav ul ul {
    background: 0 0;
}

    .smart-style-5 nav ul ul li > a {
        font-size: 13px;
    }

.smart-style-5 nav ul li a:hover {
    background: rgba(0, 0, 0, .05) !important;
}

.smart-style-5 nav > ul > li.open > a {
    padding-left: 7px;
}

.smart-style-5 nav > ul > li.open ul li > a {
    padding-left: 38px;
}

.smart-style-5 nav > ul ul li::before,
.smart-style-5 nav > ul > li > ul::before {
    border: none;
}

.smart-style-5 nav ul li.active > a {
    font-weight: 700;
}

    .smart-style-5 nav ul li.active > a:before {
        color: #bbb;
    }

.smart-style-5 .page-footer,
.smart-style-5 .superbox-show {
    background: #3D3B39;
}

.smart-style-5 .superbox-list.active:before {
    color: #3D3B39;
}

.smart-style-5 nav > ul > li.open > ul > li > a {
    padding-left: 38px;
}

.smart-style-5.minified nav > ul > li {
    border-bottom: 1px solid #E9E4E4;
    border-top: 1px solid #FFF;
}

    .smart-style-5.minified nav > ul > li > ul,
    .smart-style-5.minified nav > ul > li > ul > li > ul > li {
        background-color: rgba(69, 69, 69, .9);
    }

.smart-style-5.minified nav ul li a,
.smart-style-5.minified nav ul li.open > a,
.smart-style-5.minified nav ul li.open > a b {
    color: #fff !important;
}

.smart-style-5.minified nav > ul > li.open ul li > a {
    padding-left: 14px;
}

.smart-style-5 .active + .ajax-dropdown {
    -webkit-box-shadow: 1px 14px 16px rgba(61, 35, 14, .55);
    box-shadow: 1px 14px 16px rgba(61, 35, 14, .55);
}

@media (max-width: 979px) {
    .smart-style-5 #content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .smart-style-5 #ribbon {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        border-radius: 0;
    }
}

.smart-style-5 .dropdown-menu > .active > a,
.smart-style-5 .dropdown-menu > .active > a:hover,
.smart-style-5 .dropdown-menu > li > a:focus,
.smart-style-5 .dropdown-menu > li > a:hover,
.smart-style-5 .tt-suggestion.tt-is-under-cursor {
    background-color: #EC9519;
    color: #fff;
}

.smart-style-5 .dropdown-menu > li > a {
    color: #4E361B;
}

.smart-style-5 .dropdown-menu {
    border-radius: 0;
    border-bottom: 2px solid #ADADAD;
    background: #FDDFB3;
}

    .smart-style-5 .dropdown-menu .divider {
        background-color: #EBC7A6;
    }

.smart-style-5 .dropdown-menu-large .dropdown-header {
    color: #5C391E;
}

.smart-style-5 .dropdown-menu-large > li ul > li > a:focus,
.smart-style-5 .dropdown-menu-large > li ul > li > a:hover {
    border-radius: 3px;
    background-color: #F1B686;
}

.smart-style-5 input:not([type]),
.smart-style-5 input[type=color],
.smart-style-5 input[type=email],
.smart-style-5 input[type=number],
.smart-style-5 input[type=password],
.smart-style-5 input[type=tel],
.smart-style-5 input[type=text],
.smart-style-5 input[type=url],
.smart-style-5 textarea {
    border-top-color: #a3a3a3;
    border-left-color: #a3a3a3;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    -webkit-box-shadow: inset 0 1px 0 #d6d6d6;
    -moz-box-shadow: inset 0 1px 0 #d6d6d6;
    box-shadow: inset 0 1px 0 #d6d6d6;
    color: #000;
}

.smart-style-5 .has-warning .form-control {
    border-color: #c09853 !important;
}

.smart-style-5 .has-error .form-control {
    border-color: #b94a48 !important;
}

.smart-style-5 .has-success .form-control {
    border-color: #468847 !important;
}

.smart-style-5 .select2-container-multi .select2-choices .select2-search-field input,
.smart-style-5 .tt-hint {
    box-shadow: none !important;
    border: none !important;
}

.smart-style-5 #shortcut {
    background-color: rgba(25, 16, 6, .85);
}

.smart-style-5 .SmallBox span,
.smart-style-5 .bigBox span {
    letter-spacing: 0;
}

.smart-style-5.menu-on-top nav ul ul li > a {
    color: inherit;
}

.smart-style-5.menu-on-top aside {
    background: inherit;
}

    .smart-style-5.menu-on-top aside#left-panel {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

        .smart-style-5.menu-on-top aside#left-panel nav > ul > li {
            border-right: 1px solid #E2E2E2;
            border-left: 1px solid #FFF;
        }

.smart-style-5.menu-on-top nav ul ul,
.smart-style-5.menu-on-top nav ul ul ul {
    border-color: #E2E2E2;
}

.smart-style-5.menu-on-top nav ul > li > ul {
    left: -2px;
}

.smart-style-5.menu-on-top aside#left-panel nav > ul > li > a {
    text-shadow: none !important;
    font-size: 13px;
    padding: 10px 9px !important;
    border: none !important;
}

.smart-style-5.menu-on-top nav ul ul li a {
    padding-left: 10px !important;
    font-size: 13px;
}

.smart-style-5.menu-on-top nav > ul > li > a:hover {
    background: #fff !important;
}

.smart-style-5.menu-on-top nav ul ul li a:hover,
.smart-style-5.menu-on-top nav ul ul li:hover > a,
.smart-style-5.menu-on-top nav ul ul ul li a:hover {
    background: rgba(0, 0, 0, .05);
}

.smart-style-5.menu-on-top aside#left-panel nav > ul > li:hover {
    background: #fff;
}

.smart-style-5.menu-on-top nav ul ul li a,
.smart-style-5.menu-on-top nav ul ul ul li a {
    color: #D8DEE5;
}

    .smart-style-5.menu-on-top nav ul ul li a:hover,
    .smart-style-5.menu-on-top nav ul ul li:hover > a,
    .smart-style-5.menu-on-top nav ul ul ul li a:hover {
        color: #fff;
    }

.smart-style-5.menu-on-top nav > ul > li > a:after {
    color: #8AA1B3 !important;
}

.smart-style-5.menu-on-top nav ul ul li:hover > a:after,
.smart-style-5.menu-on-top nav > ul ul > li a:after,
.smart-style-5.menu-on-top nav > ul ul > li a:hover:after,
.smart-style-5.menu-on-top nav > ul > li > a:after {
    color: inherit;
}

.smart-style-5.menu-on-top nav ul ul .active > a:hover,
.smart-style-5.menu-on-top nav ul ul li.active:hover > a,
.smart-style-5.menu-on-top nav ul ul .active > a,
.smart-style-5.menu-on-top nav ul ul .active > a:hover,
.smart-style-5.menu-on-top nav ul ul li.active:hover > a {
    color: #333 !important;
}

.smart-style-5 .jarviswidget-color-darken > header {
    border-color: #16a085 !important;
}

.smart-style-5.menu-on-top aside#left-panel nav > ul > li:hover > a {
    color: #F1F1F1 !important;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.smart-style-5.menu-on-top aside#left-panel nav > ul > li > ul {
    background: #16a085 !important;
}

.smart-style-5 #accessionHistoryHeader {
    background-color: #16a085;
    color: white;
}

.smart-style-5 aside {
    background: -webkit-gradient(linear, left top, right top, color-stop(99%, #f7f7f7), color-stop(100%, #cacaca));
    background: -webkit-linear-gradient(left, #f7f7f7 99%, #cacaca 100%);
    background: -webkit-gradient(linear, top left, top right, from(#f7f7f7), to(#cacaca));
    background: linear-gradient(to right, #f7f7f7 99%, #cacaca 100%);
    min-height: 100%;
}

.smart-style-5.menu-on-top aside#left-panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #B8B8B8;
    border-top: 1px solid #333;
}

.smart-style-5 aside {
    background: -webkit-gradient(linear, left top, right top, color-stop(99%, #f7f7f7), color-stop(100%, #cacaca));
    background: -webkit-linear-gradient(left, #f7f7f7 99%, #cacaca 100%);
    background: -webkit-gradient(linear, top left, top right, from(#f7f7f7), to(#cacaca));
    background: linear-gradient(to right, #f7f7f7 99%, #cacaca 100%);
    min-height: 100%;
}

.smart-style-5 #accessionHistoryHeader {
    background-color: #16a085;
    color: white;
}

.smart-style-5 nav ul li a {
    color: #16a085;
}

.smart-style-5 .jarviswidget-color-darken > header {
    border-color: #16a085 !important;
}

.smart-style-5 #currentClinic span {
    color: #16a085;
}

.smart-style-5 {
    color: #000;
}

.dateInput {
    max-width: 300px;
    float: left;
    margin-right: 10px;
}

input[type=text].ng-invalid.force {
    border: 1px solid red !important;
}

.petDetailsTable {
    max-width: 300px;
}

    .petDetailsTable > tbody > tr > td {
        border-top: none !important;
    }

.margin-r-10px {
    margin-right: 10px;
}

.marginLeft10px {
    margin-left: 10px;
}
/****************************CSS styles as per new mockups******************************************/

#headerContent {
    position: relative;
    width: 100%;
    z-index: 905;
    top: 0px;
    display: block;
    margin: 3px 0 0 0;
    background-color: white;
    padding-right: 0px;
    min-width: 1017px;
}

.headerIcon {
    float: right;
    margin: 15px 5px 0 0;
}

.whiteCenteredText {
    color: white;
    text-align: center;
}

.notificationButton {
    background-color: #FF931E;
    position: relative;
    float: left;
    margin-top: 25px;
    margin-right: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 25px;
    border-width: 0px;
}

.notificationWhiteButton {
    background-color: white;
    position: relative;
    float: left;
    margin-top: 25px;
    margin-right: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 25px;
    border-width: 1px;
}

.notificationHorn {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.textAlignRight {
    text-align: right;
}

#leftPanel {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    z-index: 904;
    top: 0px;
    left: 0px;
    padding: 57px 0 0 0;
    display: block;
    min-height: 0px;
    outline: none !important;
    background-color: white;
    min-width: 1017px;
}

.fontSize14px {
    font-size: 14px;
}

#mainContent {
    margin-top: 0px;
    padding: 0 30px 30px 30px;
    min-height: 500px;
    min-width: 1017px;
}

#pageContent {
    position: relative;
    padding: 0px 0px 0 0px;
}

.close-icon {
    display: inline-block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, orange 46%, orange 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, orange 46%, orange 56%,transparent 56%, transparent 100%);
    background-color: white;
    float: right;
}

.marginTop30px {
    margin-top: 30px;
}

.paddingLeft10px {
    padding-left: 10px;
}

.btnPrimary {
    color: white !important;
    background-color: #FF931E !important;
} 

.btnWarning {
    color: white !important;
    background-color: #f53f4e !important;
}

.marginLeft30px {
    margin-left: 30px;
}

.dropDownHeight200px {
    max-height: 200px;
    overflow-y: auto;
}

.dropDownArrow {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.width45Percent {
    width: 45%;
}

.paddingRight10px {
    padding-right: 10px;
}

.marginRightN16px {
    margin-right: -16px !important;
}

.btnUpload {
    color: white !important;
    background-color: #3fa9f5 !important;
}

.width95Percent {
    width: 95%;
}

.modalPosition {
    top: 40%;
}

.modalTextLine {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.fontModal {
    font-size: 14px;
    font-family: Robot;
}


.marginBottom5px {
    margin-bottom: 5px;
}

.marginLeft10px {
    margin-left: 10px;
}

.cursorDefault {
    cursor: default;
}

.fontSize14px {
    font-size: 14px;
}

.btnCustom {
    color: black !important;
    background-color: #ecf0f1 !important;
}

.statusDropdown {
    padding-right: 12px;
    width: 100%;
}

.height28px {
    height: 28px;
}

.statusDropdownButton {
    padding-left: 10px;
}

.marginTopNeg3px {
    margin-top: -3px;
}

.marginBottomNeg3px {
    margin-bottom: -3px;
}

.borderInputControl {
    border: 1px solid #E3E3E3 !important;
}

.marginLeft20px {
    margin-left: 20px;
}

.borderNone {
    border: none;
}
/************************************************************************************************/
/**************************************************New Mock Up CSS*********************************************/
/*media screen*/

dir-pagination-controls > ul {
    min-width: 450px;
    vertical-align: middle;
}
/*media screen*/

.smart-style-2 .pagination > .active > a,
.smart-style-2 .pagination > .active > a:focus,
.smart-style-2 .pagination > .active > a:hover,
.smart-style-2 .pagination > .active > span,
.smart-style-2 .pagination > .active > span:focus,
.smart-style-2 .pagination > .active > span:hover {
    background-color: #FF931E;
    z-index: 0;
}
/*media screen*/

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #214e75;
    background-color: #FFEBCD;
    border-color: #ddd;
}
/*media screen*/

.paginationDropDown {
    border: 0;
    background-color: rgba(235, 239, 240, 1);
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #180909;
    margin-left: 0px;
    border: none;
    box-shadow: none;
}

.help .smart-accordion-default .panel-title > a.collapsed > :first-child {
    display: inline-block !important;
}

.help .smart-accordion-default .panel-title > a > :first-child {
    display: none !important;
}

.build .smart-accordion-default .panel-title > a.collapsed > :first-child {
    display: inline-block !important;
}

.build .smart-accordion-default .panel-title > a > :first-child {
    display: none !important;
}

.marginLeft30px {
    margin-left: 30px;
}

.noItemDiv {
    font-size: 18px;
    text-align: center;
}

.paddingBottom40px {
    padding-bottom: 40px;
}

.paddingLeft14px {
    padding-left: 14px;
}

.topContent {
    float: right !important;
    padding-top: 0px;
    padding-right: 29px;
}

.navNew {
    height: 0px;
}

.minWidth83px {
    min-width: 83px !important;
}

.paddingLeft18per {
    padding-left: 18% !important;
}

.paddingLeft11per {
    padding-left: 11% !important;
}

.paddingLeft9per {
    padding-left: 9% !important;
}

.paddingLeft5per {
    padding-left: 5.5% !important;
}

.paddingTop15px {
    padding-top: 15px;
}

.paddingLeft70px {
    padding-left: 70px;
}

.paddingLeft39px {
    padding-left: 39px !important;
}

.paddingRight27px {
    padding-right: 27px;
}

.modalWrapper {
    overflow: hidden;
    padding: 13px;
}

.fixedInnerHeader {
    position: fixed;
    z-index: 4;
    width: 75%;
    top: 238px;
}

.filterRowInner {
    position: fixed;
    top: 271px;
    z-index: 4;
    width: 75%;
}

.marginLeft24px {
    margin-left: 24px !important;
}

.marginLeft40px {
    margin-left: 40px !important;
}

.paddingLeft30px {
    padding-left: 30px !important;
}

.paddingLeft25 {
    padding-left: 25px !important;
}

.heightInherit {
    height: inherit !important;
}

.fontSize24px {
    font-size: 24px;
}

.containerItems {
    font-size: 14px;
    margin: 10px 0 0px 0px;
    cursor: pointer;
    padding: 5px 10px 5px 0px;
    color: black;
}

.selectedcontainerItem {
    color: white;
    background-color: #ff931e;
    font-size: 14px;
}

.itemHover:hover {
    background-color: #FFEBCD;
}

.paddingTop30px {
    padding-top: 30px;
}

.listHeader {
    font-size: 15px;
    float: left;
    font-weight: 600;
}

.searchIcon {
    color: #CCCCCC;
}

.listContainerScroll {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 98%;
    position: absolute;
    top: 160px;
}

.scrollerRedirect {
    padding: 0;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    position: absolute;
}

.marginLeft5px {
    margin-left: 5px !important;
}

.paddingLeft5px {
    padding-left: 5px;
}

.paddingBottom15px {
    padding-bottom: 15px;
}

.smallFont {
    font-size: 14px !important;
}

.padding-top8p {
    padding-top: 8px !important;
}

.margin-top8p {
    margin-top: 8px !important;
}

.showEllipsisClinic {
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.min-height35px {
    min-height: 35px;
}

.width10p {
    width: 10%;
}

.newAlignment {
    margin-left: 44px;
    margin-right: 44px;
}

.editProfileHeader {
    float: right;
    width: 24px;
}

.editProfileSectionOuter {
    margin-top: 32px;
    width: 435px;
    float: left;
    margin-top: 32px;
}

.editProfileSection {
    display: block;
    width: inherit;
}

.editProfileTextInput {
    height: 35px;
    width: 398px;
    padding-left: 10px;
}

.editProfileSpace {
    height: 17px;
}

.headline {
    padding: 10px 0px 10px 0px;
    font-size: 20px;
    font-family: Open Sans;
    height: 52px;
}

.editProfileRoles {
    width: 326px;
    margin-top: 30px;
    float: left;
    display: block;
}

.veterinarianStatus {
    font-size: 15px;
    font-family: Open Sans;
}

.editProfileButton {
    margin-left: 16px;
    cursor: pointer;
}

.messageFail {
    color: orangered;
}

.messageSuccess {
    color: #1abc9c;
    font-weight: 600;
}

.scrollRolesDetails {
    width: inherit;
    height: 345px;
    overflow: scroll;
    overflow-x: hidden;
}

.editProfileInline {
    padding-left: 0px;
}

.marginLeft87px {
    margin-left: 87px !important;
}

.marginLeft80px {
    margin-left: 80px !important;
}

.marginLeft65px {
    margin-left: 65px;
}

.paddingLeft86px {
    padding-left: 86px;
}

.marginLeft57px {
    margin-left: 57px !important;
}

.veterinarianStatus {
    float: left;
    width: 7%;
    margin-right: 5px;
    min-width: 113px;
}

.veterinarianStatusInput {
    float: left;
    width: 7%;
    margin-right: 30px;
    margin-left: 5px;
    font-size: 13px;
    font-family: Open Sans;
}

.veterinarianStatus > input {
    cursor: pointer !important;
    margin-left: 11px;
}

.accountColumn {
    padding-left: 5px;
    width: 8% !important;
}

.paddingLeft18px {
    padding-left: 18px !important;
}

.background-DodgerBlue {
    background-color: rgba(63, 168, 244, 1);
}

.width30p {
    width: 30% !important;
}

.marginTop75px {
    margin-top: 75px;
}

.marginTop42px {
    margin-top: 42px;
}

.paddingRight40px {
    padding-right: 40px;
}

.margin-left_30p {
    margin-left: 30%;
}

.roleDisplay {
    display: block;
}

    .roleDisplay > input {
        vertical-align: middle;
        margin-top: -2px;
    }

.marginLeft10px {
    margin-left: 10px;
}

.marginTopBottom10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.paddingTop6px {
    padding-top: 6px;
}

.dispalyRolesAddNewUser {
    display: table-cell;
    padding-left: 30px;
}

.marginTop20 {
    margin-top: 20px !important;
}

.addNewUserMessage {
    vertical-align: -webkit-baseline-middle;
    margin-left: 28px;
}

.notEditProfileIcon {
    opacity: 0.7;
    margin-top: -8px;
    width: 20px;
    height: 20px;
}

.paddingLeft24px {
    padding-left: 24px;
}

.minWidth1875px {
    min-width: 1875px;
}

.alertDetails {
    padding-left: 27px;
}

.marginBottom6px {
    margin-bottom: 6px;
}

.marginRight5px {
    margin-right: 5px;
}

.minWidth1017px {
    min-width: 1017px !important;
}

.marginLeftNegative4px {
    margin-left: -4px !important;
}

.marginLeftNegative10px {
    margin-left: -10px;
}

.width23p {
    width: 23%;
}

.fontBlack {
    color: #333;
}

.font14px {
    font-size: 14px;
}

.chatListContent {
    min-height: 500px;
    margin-bottom: 20px;
    padding-top: 20px;
    border: 1px solid #F2F2F2;
    margin-top: 50px;
}


.senderChat {
    float: left;
    background-color: lightgoldenrodyellow;
    margin: 0 0 10px 20px;
    padding: 5px 10px 5px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.receiverChat {
    float: right;
    background-color: lightgreen;
    margin: 0 0 10px 20px;
    padding: 5px 10px 5px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.marginLeft0px {
    margin-left: 0px !important;
}

.sectionContainerChat {
    margin-top: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 450px;
    min-height: 450px;
}

.selectedItemChat {
    background-color: #FF931E;
    color: white;
    font-size: 14px;
    margin: 0 0 10px 0px;
    padding: 5px 10px 5px 10px;
}

.sectionItemChat {
    font-size: 14px;
    margin: 0 0 10px 0px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    color: black;
}

    .sectionItemChat:hover {
        background-color: rgb(245, 252, 255);
        color: black;
    }


.chatBackground {
    background-image: linear-gradient(rgb(240,255,255) 0px, rgb(255, 255, 255) 100%) !important;
}

.colorBlue {
    color: rgb(63, 169, 245);
}

.colorOrange {
    color: #FF931E !important;
}

.sectionHeaderChat {
    font-size: 24px;
    margin: 20px 0 40px 0px;
    padding-left: 10px;
}

.marginRightNegative16px {
    margin-right: -16px;
}

.staffProfileHeaderRow {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 105%;
    z-index: 2;
    background-color: #ecf0f1;
    height: 48px;
}

.staffProfileFilterRow {
    position: relative;
    width: 105%;
    background-color: #ecf0f1;
    z-index: 3;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    height:40px;
}

.staffProfileResultGrid {
    width: 105%;
    background-color: #ecf0f1;
}

.editStaffProfileColumn {
    float: left;
    padding-left: 10px;
}

.paddingLeft30px {
    padding-left: 30px;
}

.paddingLeft19px {
    padding-left: 19px !important;
}

.redirectStatusIcon {
    margin-top: 4px !important;
}

.redirectSearchBox {
    padding-right: 12px;
}

.redirectGridColumn {
    padding-bottom: 2px;
}

.containerRightBorder {
    border-right: 1px solid #CCC;
}

.redirectClinicID {
    float: left;
    width: 15%;
}

.redirectClinicName {
    float: left;
    width: 50%;
    padding-left: 5px;
}

.redirectClinicStatus {
    float: left;
    width: 25%;
    padding-left: 5px;
}

.redirectClinicAction {
    float: left;
    width: 10%;
    padding-left: 5px;
    text-align: center;
    float: right;
}

.accessStatus {
    margin-left: 0px;
    padding-left: 3px !important;
}

.marginTop315px {
    margin-top: 315px;
}

.width40p {
    width: 40%;
}

.width25p {
    width: 25%;
}

.datepicker .active {
    background-color: #3FA9F5 !important;
    background-image: none !important;
    border-bottom: none !important;
}

.accountSettingsSection {
    padding-bottom: 60px;
    margin-top: -50px;
}

#currentClinic {
    padding: 0px 7px 0px 0px;
}

.espStatusIcon {
    padding-top: 0px !important;
}

.redirectDropdownMenu {
    min-width: 210px !important;
}

.redirectSearchIcon {
    vertical-align: middle;
    margin-top: -4px !important;
}

.rolesColumnGrid {
}

.emailColumnGrid {
}
.modal-content{
    height:auto!important;

}
.customBorders {
    border: 1px solid lightgrey;
    padding: 1% !important;
    margin: 1%;
}