﻿#modAttachments {
    z-index: 1080 !important;
}

.upProgress {
    position: fixed !important;
    top: 13%;
    left: 47%;
    height: 64px;
    text-align: center;
    z-index: 1055;
    /*background-color: #fff !important;*/
    background: rgba(0, 0, 0, 0.00);
}

.img-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.padding {
    padding-bottom: 200px;
}

body {
    padding-bottom: 120px;
    padding-top: 51px;
}

.padding5 {
    padding: 5px !important;
}

.padding8 {
    padding: 8px !important;
}

.padding12 {
    padding: 12px !important;
}

.margin0 > h4, h5 {
    margin: 0px;
}

.paddingtop0 {
    padding-top: 0px;
}

.top-right {
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 20000;
}

/*.palette-btnTask{
    right: 5px;
    top: 2px;
    z-index: 20000;
}*/
/*glyphicon button styling*/

.rsSpacerCell, .RadScheduler .rsHorizontalHeaderTable th, .RadScheduler .rsVerticalHeaderTable div, .RadScheduler .rsAllDayHeader, .RadScheduler .rsAllDayTable {
    line-height: 5px !important;
}

.palette-user-auto {
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1015 !important;
}

.palette-handle {
    cursor: move;
}

.palette-grphandle {
    cursor: move;
}

.palette-group-item {
    top: -10px;
}

.big-icon {
    font-size: 18px;
}

.sortable-placeholder {
    border: 2px dotted #5CB85C;
}

.slide-placeholder-animator {
    border: 1px dotted red;
}


.palette-group-expand:before {
    font-family: "Glyphicons Halflings";
    content: "\2b";
}

.palette-group-collapse:before {
    font-family: "Glyphicons Halflings";
    content: "\2212";
}

.palette-edit-light {
    font-size: x-large;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #7fda7f;
    padding: 5px;
}

    .palette-edit-light:hover {
        color: #5CB85C;
    }

.palette-edit {
    font-size: x-large;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #5CB85C;
    padding: 5px;
}

    .palette-edit:hover {
        color: #449D44;
    }

.palette-add {
    font-size: x-large;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #5BC0DE; /*blue*/
    padding: 5px;
}

    .palette-add:hover {
        color: #31B0D5; /*blue*/
    }

.palette-remove {
    font-size: x-large;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #D9534F; /*red*/
    padding: 5px;
}

    .palette-remove:hover {
        color: #C9302C; /*red*/
    }

.palette-back {
    font-size: x-large;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #F0AD4E; /*orange*/
    padding: 5px;
}

    .palette-back:hover {
        color: #EC9821; /*orange*/
    }

.palette-level-up {
    font-size: x-large;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #F0AD4E; /*orange*/
    padding: 5px;
}

    .palette-level-up:hover {
        color: #EC9821; /*orange*/
    }

.palette-default {
    font-size: x-large;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #b5b5b5; /*grey*/
    padding: 5px;
}

    .palette-default:hover {
        color: #909090; /*grey*/
    }

.palette-orange-sml {
    font-size: medium;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #F0AD4E; /*orange*/
    padding: 2px;
}

    .palette-orange-sml:hover {
        color: #EC9821; /*orange*/
    }

.palette-red-sml {
    font-size: medium;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #D9534F; /*red*/
    padding: 2px;
}

    .palette-red-sml:hover {
        color: #C9302C; /*red*/
    }


.palette-blue-sml {
    font-size: medium;
    text-decoration: none !important;
    vertical-align: bottom;
    color: #5BC0DE; /*blue*/
    padding: 2px;
}

    .palette-blue-sml:hover {
        color: #31B0D5; /*blue*/
    }


.palette-edit-accordian {
    padding: 0px 5px;
    font-size: Medium;
    color: #5CB85C !important;
    text-decoration: none !important;
}

.palette-heading-button {
    padding: 0px 5px 0px 0px;
}

.palette-fixed-button {
    min-height: 30px;
    padding: 10px;
}

.optionCol {
    width: 50px;
    text-align: center;
}

.optionColWide {
    width: 100px;
    text-align: center;
}
/*glyphicon button styling*/

.showoverflow {
    overflow-x: visible !important;
}

.nowrap {
    white-space: nowrap;
}

.gridlabelwrap {
    text-align: left;
}

table.dataTable:not(.dataTableScrollChild) {
    border-collapse: collapse;
    width: 100% !important;
}

.min100 th {
    min-width: 100px;
}

.filterButton {
    position: absolute;
    right: 11px;
    top: 44px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    font-size: 12px;
}

#filter {
    margin-top: 10px;
}

.actionButton {
    font-size: 14px;
}

.palette-table-fixed {
    overflow: hidden;
}

.freeze-header {
    position: relative;
    top: 22px;
    margin-top: -22px;
}

.palette-signature {
    border: 1px solid #A6A6A6;
}
/*Container Styles*/
/*#container-header {
}*/
#container-content {
    padding-left: 15px;
    padding-right: 15px;
}

#container-footer {
    padding-left: 15px;
    padding-right: 15px;
}

    #container-footer a {
        text-decoration: none;
    }

        #container-footer a:hover {
            text-decoration: none;
        }

.panel-heading > .palette-add, .panelButton {
    padding: 0px;
    margin-top: -5px;
    padding-left: 5px;
    color: #CCCCCC;
}

    .panelButton:hover {
        color: #CCCCCC;
    }


.panel-heading > .palette-back {
    padding: 0px;
    margin-top: -5px;
    padding-right: 5px;
}

.panel-heading {
    cursor: pointer;
}

/*Form Styles*/
.form-horizontal .control-label {
    text-align: left;
}

.form-label {
    display: table;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff;*/
    background-image: none;
}

/*Search On Navbar*/
.searchFrame {
    width: 200px;
}

.navbar-form .form-control {
    display: inline-block;
    width: 100%;
}

/*font weight normal*/
.fontNormal {
    font-weight: normal !important;
}

.noShow {
    display: none !important;
}

.placeholder {
    border: none;
    box-shadow: none;
}

/* CVH 2016-08-31 Used to toggle visibility of btnNew in Surface TogglePanel */
.noShowSurfaceAdd {
    display: none;
}

/*radiobuttonlist layout*/
.rbl input[type="radio"] {
    /* margin-left: 10px; */
    /* margin-right: 1px; */
}


/*task overlay*/
.overlayRelative {
    position: relative;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

.overlayColour {
    position: absolute;
    background-color: #E3E3E3; /* Gray */
    z-index: -1;
}

.overlayImg {
    position: absolute;
    z-index: 10;
    opacity: 0.8;
    filter: alpha(opacity=80);
    top: 10px;
    left: 10px;
}

.overlayImgImageMap {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
}

.overlayButtons {
    width: 100%;
    text-align: right;
}

.taskPoint {
    height: 30px;
    width: 85px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 35px; /* 50 */
    border-color: red;
    border-style: solid;
    background: white;
    z-index: 90;
    color: red;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
}

.taskPointImageMap {
    height: 30px;
    width: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 35px; /* 50 */
    border-color: #0f2bb5;
    border-style: solid;
    background: white;
    z-index: 90;
    color: #0f2bb5;
    position: relative;
    vertical-align: middle;
    font-weight: 800;
    cursor: pointer;
}



.taskPointGray {
    height: 30px;
    width: 85px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 35px; /* 50 */
    border-color: gray;
    border-style: solid;
    background: white;
    z-index: 90;
    color: gray;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
}



.task-tooltip + .tooltip > .tooltip-inner {
    font-size: large;
    text-align: left;
    background-color: white;
    color: black;
    border-style: solid;
    border-color: black;
}



.imagemap-tooltip + .tooltip > .tooltip-inner {
    font-size: large;
    text-align: left;
    background-color: white;
    color: black;
    border-style: solid;
    border-color: black;
    width: 500px;
    max-width: 500px;
    min-width: 500px;
}


.fullScreenModalContent {
    height: auto;
    min-height: 90%;
}

.fullScreenModalDialog {
    width: 90%;
    height: 90%;
    overflow-y: initial !important;
}

.fullScreenModalBody {
    overflow-y: auto;
    height: 550px;
}

.homeContainer {
    position: relative;
}

.homeTask {
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.lineBreak {
    height: 40px;
}
/* CVH Doesn't seem to be necessary any longer, breaks navbar fixed bottom on mobile devices */
/*.homeContent {    
    position: absolute;
    z-index: 0;
    padding-bottom: 70px;
}
*/


.submenu > a {
    color: #333;
}

.dropdown-menu > span > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu > span > li > a:focus, .dropdown-menu > span > li > a:hover {
        background-color: #e8e8e8;
        background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
        background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
        background-repeat: repeat-x;
        text-decoration: none;
    }

.dropdown-menu > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.splitmenu {
    background-color: transparent;
    color: #9d9d9d;
    padding: 15px 2px 15px 2px;
    border: none;
    outline: none;
}

    .splitmenu:hover, .splitmenu:focus {
        color: #fff;
        border: none;
    }


.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}


/* CVH 2016-09-19 */
.multiselect-width > .btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .multiselect-width > .btn-group > .multiselect {
        width: 100%;
        text-align: right;
    }

        .multiselect-width > .btn-group > .multiselect > .multiselect-selected-text {
            float: left;
        }

.maxWidth {
    max-width: 235px;
}

    .maxWidth.multiselect-width {
        max-width: 265px;
    }

/* CVH 2017-03-15 Back to default checkbox, larger */
input[type="checkbox"] {
    margin: 5px 5px 5px 0px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-top: 3px;
}

/* CVH 2017-10-03 Back to default radio, larger */
input[type="radio"] {
    margin: 5px 5px 7px 0px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}



/* CVH 2016-10-05 Remove white space above grid when no filter and no paging */
.noBreak > .dataTables_wrapper > .break {
    display: none;
}

/* CVH 2016-09-21 Fix modal scroll on iOS */
.modal {
    -webkit-overflow-scrolling: auto;
}


.input-group-addon-ym {
    width: auto;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

    .input-group-addon-ym:last-child {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }


.input-group-addon-y {
    width: auto;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

    .input-group-addon-y:last-child {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }


.marginLeft20 {
    margin-left: 20px;
}


.alternateView > input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}


/* CVH Calendar Start **********************************************************************************************/

.marginTop5 {
    margin-top: 5px;
}

.RadScheduler .rsHeader {
    z-index: 999 !important;
}

html .RadScheduler .today {
    background: #C2E3ED; /* Current date selected */
}

/* Disable drag and drop */
html .RadScheduler .rsAptResize {
    cursor: default;
}

.RadScheduler .rsTimelineView .rsAptResize, .RadScheduler .rsMonthView .rsAptResize {
    cursor: default !important;
}

.calendarBody {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    /* font-size: 14px;
    line-height: 1.42857143;
    color: #333;*/
}

.form-group-cal {
    margin-bottom: 15px !important;
}

.form-inline-cal {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.label-cal {
    font: 700 14px 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    margin-bottom: 5px !important;
}

.form-control-cal {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
}

.form-control-inline-cal {
    width: 100px !important;
}

.padding-cal {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.input-group-addon-cal {
    padding: 6px 12px !important;
}

.alert-dismissable-cal {
    padding: 15px !important;
    font-size: 14px !important;
}

    .alert-dismissable-cal > ul > li {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
        font-size: 14px !important;
        margin-left: 20px !important;
        padding-bottom: 10px !important;
    }

.RecurrenceEditor label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    min-height: 20px !important;
    padding-left: 22px !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    cursor: pointer !important;
}

.rsAdvCheckboxWrapper label {
    padding-left: 0px !important;
    font-size: 12px !important;
}

.RecurrenceEditor .rsAdvRecurrencePatterns, .RecurrenceEditor .rsAdvRecurrenceRangePanel {
    border-radius: 10px;
}

.RadComboBox_Default .rcbInner {
    border: 1px solid #ccc !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    height: 34px !important;
}

.RadComboBox_Default .rcbActionButton {
    border-color: #ccc !important;
}

.RadComboBox_Default .rcbInput {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

.palette-cal {
    font-size: x-large !important;
    text-decoration: none !important;
    vertical-align: bottom !important;
    padding: 5px !important;
}

.glyphicon-add-cal {
    color: #5BC0DE !important;
    font: 400 x-large 'Glyphicons Halflings' !important;
}

.glyphicon-remove-cal {
    color: #D9534F !important;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.glyphicon-edit-cal {
    color: #5CB85C !important;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.hr-cal {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.h4-cal {
    margin-top: 10px !important;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

.heading-row-cal {
    margin-top: 10px !important;
}

.palette-multiselect-cal > .btn-group > .multiselect {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
}

.palette-multiselect-cal > .btn-group > ul > li > a > label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.btn-cal {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}

.btn-success-cal {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

    .btn-success-cal:hover,
    .btn-success-cal:focus,
    .btn-success-cal.focus,
    .btn-success-cal:active,
    .btn-success-cal.active {
        color: #fff !important;
        background-color: #449d44 !important;
        border-color: #398439 !important;
    }

.btn-default-cal {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

    .btn-default-cal:hover,
    .btn-default-cal:focus,
    .btn-default-cal.focus,
    .btn-default-cal:active,
    .btn-default-cal.active {
        color: #333 !important;
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
    }

.btn-info-cal {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

    .btn-info-cal:hover,
    .btn-info-cal:focus,
    .btn-info-cal.focus,
    .btn-info-cal:active,
    .btn-info-cal.active {
        color: #fff !important;
        background-color: #31b0d5 !important;
        border-color: #269abc !important;
    }

.btn-warning-cal {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

    .btn-warning-cal:hover,
    .btn-warning-cal:focus,
    .btn-warning-cal.focus,
    .btn-warning-cal:active,
    .btn-warning-cal.active {
        color: #fff !important;
        background-color: #ec971f !important;
        border-color: #d58512 !important;
    }

.modal-body-cal {
    padding: 15px !important;
}

.panel-heading-cal {
    padding: 10px 15px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
}

.tootltip-type-switcher {
    margin: 0 0 2em 0;
    padding: 0;
    width: 750px;
    list-style: none;
    min-height: 0;
    _zoom: 1;
}

    .tootltip-type-switcher:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
    }

    .tootltip-type-switcher li {
        margin: 0 10px;
        width: 355px;
        float: left;
        display: inline;
    }

    .tootltip-type-switcher small {
        margin-top: 1.5em;
        font-size: .9em;
        line-height: 1.4;
        display: block;
    }

.appointment-tooltip {
    padding: 10px;
}

    .appointment-tooltip p {
        margin: 0 0 5px 0;
    }

@media (min-width: 768px) {

    .col-sm-offset-5-cal {
        margin-left: 41.66666667% !important;
    }

    .col-sm-offset-4-cal {
        margin-left: 33.33333333% !important;
    }

    .col-sm-offset-1-cal {
        margin-left: 8.33333333% !important;
    }

    .modal-dialog-cal {
        margin: 30px auto !important;
    }
}

/* CVH Calendar End **********************************************************************************************/



.palette-btn-green {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #5CB85C;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 3px solid #5CB85C;
    border-radius: 7px;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    width: 30px;
}

    .palette-btn-green:hover {
        text-decoration: none;
        background-color: #5CB85C;
        color: white;
    }

.palette-btn-blue {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #5BC0DE;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 3px solid #5BC0DE;
    border-radius: 7px;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    width: 30px;
}

    .palette-btn-blue:hover {
        text-decoration: none;
        background-color: #5BC0DE;
        color: white;
    }


.palette-btn-dark-blue {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #337ab7;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 3px solid #337ab7; /*dark blue*/
    border-radius: 7px;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    width: 30px;
}

    .palette-btn-dark-blue:hover {
        text-decoration: none;
        background-color: #337ab7;
        color: white;
    }


.palette-btn-orange {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #F0AD4E;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 3px solid #F0AD4E;
    border-radius: 7px;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    width: 30px;
}

    .palette-btn-orange:hover {
        text-decoration: none;
        background-color: #F0AD4E;
        color: white;
    }

.palette-btn-red {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #D9534F;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 3px solid #D9534F;
    border-radius: 7px;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    width: 30px;
}

    .palette-btn-red:hover {
        text-decoration: none;
        background-color: #D9534F;
        color: white;
    }

.trans {
    opacity: 0.2;
}

/* CVH 2016-08-08 Surface tab start */

.nav-tabs {
    border-color: #d4d4d4;
}

    .nav-tabs > li {
        margin-bottom: -2px;
    }

        .nav-tabs > li > a {
            color: #b7b7b7;
            padding: 6px;
            border-right: solid 0.5px #ddd;
            border-top: solid 0.5px #ddd;
            margin-right: 0px;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            font-weight: 600;
            border-color: #d4d4d4;
            border-bottom-color: transparent;
        }

.tab-content {
    margin-top: 10px;
}

/* CVH 2016-08-08 Surface tab end */

.multilineTooltip, .tooltip-inner {
    text-align: left;
}

.checkBox-group-item.active, .checkBox-group-item:active {
    background-color: #5CB85C;
    color: white;
}

.radio-group-item.active, .radio-group-item:active {
    background-color: #5CB85C;
    color: white;
}


/* CVH 2016-10-14 Diagnosis checkbox button */
.diagnosisbtn, .diagnosiscatbtn {
    margin-bottom: 5px;
    font-weight: 700;
}

    .diagnosiscatbtn.selected {
        background-color: #5CB85C;
        color: white;
    }

    .diagnosisbtn.selected {
        background-color: #84ea84;
        color: #246b24;
    }

.radio-group {
    margin-left: 0px;
}

.radio-group-item {
    padding-bottom: 1px;
    margin-bottom: 5px;
    width: auto;
}

    .radio-group-item > label {
        cursor: pointer;
    }

.checkBox-group {
    margin-left: 0px;
}

.checkBox-group-item {
    padding-bottom: 1px;
    margin-bottom: 5px;
}

    .checkBox-group-item > label {
        cursor: pointer;
    }


.caret-large {
    border-top: 12px dashed;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.dropup > .dropdown-toggle > .caret-large {
    border-bottom: 0;
    border-top: 12px dashed;
}

.splitbutton {
    width: 120px;
}


/* CVH 2016-08-30 Don't show rad editor toolbar when in read only mode */
.readOnlyEditor .reToolbarWrapper {
    display: none;
}

.readOnlyEditor {
    border: 1px solid #828282;
    padding-top: 30px;
    height: 402px;
    overflow: hidden;
}


/* CVH 2016-09-01 Show Draft items in special style in grid */
.draft {
    color: #D9534F; /* RED */
}

/* CVH 2016-09-08 Override content body style of rad editor */
.RadEditorContentStyle {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}


.RadDock .rieDialogs {
    display: none !important;
}



/* CVH 2016-08-31 On mobile devices, don't fix navbar to bottom of screen, only show navbar at very end of page */
@media (max-width: 991px) {
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 80px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-fixed-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 80px;
        margin-bottom: 0px;
    }

    .palette-fixed-button {
        bottom: -75px;
        min-height: 30px;
        padding: 5px;
        height: 50px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: visible !important;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

/*media queries*/
@media (max-width: 767px) {
    .scrollable-menu {
        height: 100%;
        max-height: 100%;
        overflow-x: visible;
    }



    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: visible !important;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > div {
        color: #9d9d9d;
    }
}


/* CVH 2016-09-01 Collapse top menu at size 769 */
@media (max-width: 769px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.navbar {
    min-height: 20px;
}



/*bodyImage*/

.bodyContainer {
    border: solid 1px #ccc;
}

#BodyFront path, #BodyBack path, #BodyLeft path, #BodyRight path {
    cursor: pointer;
}

.bodyMap_back {
    background: url('/images/medical/bodyMap_back.jpg') no-repeat center center;
    background-size: contain;
}

    .bodyMap_back > div:first-child {
        height: 400px;
        width: 266px;
        margin: auto;
    }

.bodyMap_left {
    background: url('/images/medical/bodyMap_left.jpg') no-repeat center center;
    background-size: contain;
}

    .bodyMap_left > div:first-child {
        height: 400px;
        width: 266px;
        margin: auto;
    }

.scoreLane {
    position: relative;
}

.scoreBox {
    position: relative;
    width: 30px;
    display: inline;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.ListControl input[type=checkbox], .ListControl input[type=radio] {
    display: none;
}

.ListControl label {
    display: block;
    /*float: left;*/
    /*color: #333;*/
    color: rgb(51,51,51);
    -webkit-text-fill-color: rgb(51,51,51);
    cursor: pointer;
    white-space: nowrap;
}

.ListControl input[type=checkbox] + label {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    vertical-align: middle;
    text-indent: 20px;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.ListControl input[type=checkbox]:checked + label::before {
    content: "\2714";
    /*color: #5CB85C;*/
    color: rgb(92,184,92);
    -webkit-text-fill-color: rgb(92,184,92);
    height: 20px;
    width: 20px;
    font-weight: bold;
    margin-left: -17px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 25px;
}


.ListControl input[type=checkbox]:hover + label {
    background: #eee;
}

.ListControl input[type=checkbox] + label::before {
    content: "\2714";
    /*color: #fff;*/
    color: rgb(255,255,255);
    -webkit-text-fill-color: rgb(255,255,255);
    height: 20px;
    width: 20px;
    font-weight: bold;
    margin-left: -17px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 25px;
}


.ListControl input[type=radio] + label {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #c8c8c8;
    border-radius: 13px;
    vertical-align: middle;
    text-indent: 19px;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.ListControl input[type=radio]:hover + label {
    background: #eee;
}

.ListControl input[type=radio] + label::before {
    content: "\2714";
    /*color: #fff;*/
    color: rgb(255,255,255);
    -webkit-text-fill-color: rgb(255,255,255);
    height: 20px;
    width: 20px;
    font-weight: bold;
    margin-left: -17px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 25px;
}


.ListControl input[type=radio]:checked + label::before {
    content: "\2714";
    /*color: #5CB85C;*/
    color: rgb(92,184,92);
    -webkit-text-fill-color: rgb(92,184,92);
    height: 20px;
    width: 20px;
    font-weight: bold;
    margin-left: -17px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 25px;
}

/*Single Checkbox:*/

.singleCheckBox input[type=checkbox] {
    display: none;
}

.singleCheckBox label {
    display: block;
    float: left;
    /*color: #333;*/
    color: rgb(51,51,51);
    -webkit-text-fill-color: rgb(51,51,51);
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: -3px;
}

.singleCheckBox input[type=checkbox] + label {
    width: 25px;
    height: 25px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    vertical-align: middle;
    text-indent: 20px;
    font-size: 14px;
}

.singleCheckBox input[type=checkbox]:hover + label {
    background: #eee;
}

.singleCheckBox input[type=checkbox]:checked + label::before {
    content: "\2714";
    color: rgb(92,184,92);
    -webkit-text-fill-color: rgb(92,184,92);
    height: 20px;
    width: 20px;
    font-weight: bold;
    margin-left: -17px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 25px;
}

.singleCheckBox input[type=checkbox] + label::before {
    content: "\2714";
    /*color: #fff;*/
    color: rgb(255,255,255);
    -webkit-text-fill-color: rgb(255,255,255);
    height: 20px;
    width: 20px;
    font-weight: bold;
    margin-left: -17px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 25px;
}

.singleCheckBox input.noShow[type=checkbox] + label {
    display: none;
}

.notAllowed {
    cursor: not-allowed;
}

.well-compact {
    padding: 9px;
    border-radius: 3px;
    margin-bottom: 0px;
}

/* CVH 2017-03-15 Back to default checkbox, larger */
input[type="checkbox"] {
    margin: 5px 5px 5px 0px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-top: 3px;
}



/*this can be used to set headings vertically. will need proper testing*/
.vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(90.0deg); /* FF3.5+ */
    -ms-transform: rotate(90.0deg); /* IE9+ */
    -o-transform: rotate(90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(90.0deg); /* Standard */
}

.surfaceImageDiv {
    background-size: contain; /*cover*/
    background-repeat: no-repeat;
    background-position: center;
    text-align: right;
    vertical-align: bottom;
    padding: 2px;
}

.moveUp {
    margin-top: -20px;
}

.surfaceFieldBorder {
    border: solid 0.5px #ccc;
}

.surfaceFieldBorderBottom {
    border-bottom: solid 0.5px #ccc;
}

.faded {
    background-color: #f9f9f9;
}

.noPad {
    padding: 1px;
}

/* CVH 2016-12-21 Group expand larger */
.panel-heading > .pull-right > .glyphicon-resize-vertical {
    font-weight: 800;
    font-size: large;
}



/* CVH 2017-01-24 SBF report grid colours */
.grid-green {
    background-color: #8AD173;
}

.grid-yellow {
    background-color: #FAF96B;
}

.grid-red {
    background-color: #FC8D8D;
}

.grid-legend {
    font-weight: 700;
    padding: 8px 2px 8px 2px;
}

/* JR 2017-02-15 placeholder icons */
/* enable absolute positioning */
.inner-addon {
    position: relative;
    /*width:300px;*/
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 12px;
        pointer-events: none;
        color: lightgray;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
    height: 40px;
}

.right-addon input {
    padding-right: 30px;
    height: 40px;
}

/*.loginButton {
    height: 40px;
    width: 300px;
}*/

.login-clean {
    background: #f7f9fc;
    padding: 40px 0;
}

    .login-clean .form {
        max-width: 320px;
        width: 90%;
        margin: 0 auto;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 4px;
        color: #505e6c;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    }

    .login-clean .illustration {
        text-align: center;
        padding: 0 0 40px;
        font-size: 100px;
        color: rgb(244,71,107);
    }

    .login-clean .form .form-control {
        background: #f7f9fc;
        border: none;
        border-bottom: 1px solid #dfe7f1;
        border-radius: 0;
        box-shadow: none;
        outline: none;
        color: inherit;
        text-indent: 8px;
        height: 42px;
    }

    .login-clean .form .btn-warning {
        border: none;
        border-radius: 4px;
        padding: 11px;
        box-shadow: none;
        margin-top: 26px;
        text-shadow: none;
        outline: none !important;
    }

    .login-clean .form .btn-primary {
        background: #f4476b;
        border: none;
        border-radius: 4px;
        padding: 11px;
        box-shadow: none;
        margin-top: 26px;
        text-shadow: none;
        outline: none !important;
        color: #fff;
    }

        .login-clean .form .btn-primary:hover, .login-clean .form .btn-primary:active {
            background: #eb3b60;
        }

        .login-clean .form .btn-primary:active {
            transform: translateY(1px);
        }

    .login-clean .form .forgot {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #6f7a85;
        opacity: 0.9;
        text-decoration: none;
    }

        .login-clean .form .forgot:hover, .login-clean .form .forgot:active {
            opacity: 1;
            text-decoration: none;
        }

.hgs_rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    white-space: nowrap;
    float: left;
    width: auto;
}



.batchEdit {
    padding: 0px;
    text-align: center;
}

.noPad {
    padding: 8px 0px !important;
}

.dataTables_scrollHeadInner {
    margin-right: auto;
    margin-left: auto;
}

/*CVH 2017-03-29 Surface Styling Action*/
.surfaceStylingTextColourRed {
    color: red;
}

/**
 * Makes the table have horizontal scroll bar if its too wide for its container
 */
.datatable-scroll {
    overflow-x: scroll;
    overflow-y: visible;
}

.divCover {
    height: 100vh;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 3;
    position: fixed;
}


img.templateFullImage {
    width: 100%;
}

img.templateImageLinkText {
    height: 50px;
}

div.templateImageLinkText {
    margin-bottom:20px;
}

label.templateFullImage {
    width: 100%;
    font-size: 36px;
    text-align: center;
    padding-top: 10px;
    padding-bottom:10px;
}

div.templateThirdImage {
    width: 100%;
    font-size: 20px;
    text-align: center;
    display:flex;
    align-items:center;
    height: 68px;
}

label.templateImageLinkText {
    width: 65%;
    font-weight: normal;
    font-size: 1.2em;
    padding-left:15px;
    vertical-align: middle;
}

.templateThirdContent {
    padding: 5px;
    margin: 10px;
}

.templateRow {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
}

.templateEqual {
    display: flex;
    flex-wrap: wrap;
}

.templateHR > hr {
    width:100%;
}

.templateBreadcrumb {
    color: white;
}

.templateContactRequest {
    background-color: white;
    padding: 20px;
}