﻿/*Stop webkit from applying its own styles on iOS - 
    as per http://stackoverflow.com/questions/5263260/stop-safari-mobile-from-giving-input-buttons-rounded-corners
    and http://trentwalton.com/2010/07/14/css-webkit-appearance/ */
/*input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius:0;
}*/


/*goback to top button*/
#back-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    /*margin-left: 150px;*/
}

    #back-top a {
        width: 60px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }

    /* arrow icon (span tag) */
    #back-top span {
        width: 60px;
        height: 60px;
        display: block;
        margin-bottom: 7px;
        background: #bbb url(/Img/up-arrow.png) no-repeat center center;
        /* rounded corners */
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #808080;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: white;
    background-color: #0094ff;
}
/* TEMP MHR Tab Style Fix*/
.nav-tabs > li > a.mhr-tab-logo {
    margin-bottom: -2px !important;
    padding-bottom: 4px !important;
}

    .nav-tabs > li > a.mhr-tab-logo > span {
        margin-bottom: -2px !important;
    }

.nav-tabs > li.active > a.mhr-tab-logo > i {
    content: url(../../../../Img/MHR/MHR_logo32_mono_W.png);
    margin-bottom: -11px !important;
    margin-top: -12px;
    margin-right: 6px !important;
    margin-left: -5px;
    display: inline-block;
}

.nav-tabs > li > a.mhr-tab-logo > i {
    content: url(../../../../Img/MHR/MHR_logo32_mono.png);
    margin-bottom: -11px !important;
    margin-top: -12px;
    margin-right: 6px !important;
    margin-left: -5px;
    display: inline-block;
}

#InfoJetForm {
    background-color: lightgray;
    border-radius: 20px;
    padding: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.highLight {
    background-color: #0094ff !important;
    color: white !important;
}

    .highLight a {
        color: white !important;
    }

 

.logo {
    /*background-image: url(../Img/dox.png);*/
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

@media (max-width: 1024px) {
    .navbar-header #logonormal {
        display: none;
    }

    /*.navLinks {
        display: none !important;
    }*/
}

@media (min-width: 1025px) {
    .tile-large {
        width: 33.33333333333333%;
    }

    .navbar-header #logosmall {
        display: none;
    }

    /*.navLinksIcon {
        display: none !important; 
    }*/
}

@media (max-width: 1024px) {
    .tile-small {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .imgDivInSearchPage {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .imgDivInSearchPage {
        width: 50%;
    }
}

/*@media (max-width: 1199px) {
    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }
}*/

.imgDivInSearchPage {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.cursorPoint {
    cursor: pointer;
}

#divLoadingImg {
    z-index: 1000;
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 10px;
}

#divLoadingImgNonAjax {
    z-index: 1000;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 10px;
}

.timePickerPlugIn {
    position: absolute;
}

.rowSuccess {
    background-color: #dff0d8;
}

.rowAlter {
    /*background-color: #f2dede;*/
}


.dirtyDataTop {
    border-top-color: gold;
    border-top-width: medium;
    border-top-style: solid;
    border-left-color: gold;
    border-left-width: medium;
    border-left-style: solid;
    border-right-color: gold;
    border-right-width: medium;
    border-right-style: solid;
}

.dirtyDataMiddle {
    border-left-color: gold;
    border-left-width: medium;
    border-left-style: solid;
    border-right-color: gold;
    border-right-width: medium;
    border-right-style: solid;
}

.dirtyDataBottom {
    border-bottom-color: gold;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-left-color: gold;
    border-left-width: medium;
    border-left-style: solid;
    border-right-color: gold;
    border-right-width: medium;
    border-right-style: solid;
}

.navbar {
    margin-bottom: 0px;
    min-height: 41px;
}

.nav > li > a {
    /*padding-top: 2px;*/
    padding-bottom: 2px;
}

.btnInPanelHeader {
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -7px;
}

#bkgJobDiv {
    padding: 1px;
    float: left;
}

.nav-tabs > li > a {
    padding-right: 7px;
}

.groupTable {
}

    .groupTable tbody > tr > th {
        padding-left: 15px;
    }

    .groupTable tbody > tr > td {
        padding-left: 15px;
    }

.groupPanel-body {
    padding: 0px;
}

/*.loadingOverlay {
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgb(128, 128, 128);
}*/

.table > thead > tr > td.infoTr,
.table > tbody > tr > td.infoTr,
.table > tfoot > tr > td.infoTr,
.table > thead > tr > th.infoTr,
.table > tbody > tr > th.infoTr,
.table > tfoot > tr > th.infoTr,
.table > thead > tr.infoTr > td,
.table > tbody > tr.infoTr > td,
.table > tfoot > tr.infoTr > td,
.table > thead > tr.infoTr > th,
.table > tbody > tr.infoTr > th,
.table > tfoot > tr.infoTr > th {
    background-color: #DBF0FF;
    border-color: #d3eafb;
}

.infoTr {
    background-color: #DBF0FF;
}

.btnHidden {
    visibility: hidden;
}


.plainSlider .k-label {
    display: none;
}

/*normalisze the ticks except the last one*/
.plainSlider .k-slider-horizontal .k-tick-large:not(.k-last) {
    background-position: center -92px;
}

/*normalise the last tick*/
.plainSlider .k-slider-horizontal .k-last {
    background-position: 100% -92px;
}

/*remove the different color of selection*/
.plainSlider .k-slider-selection {
    background-color: #bababa;
}

li.active > a,
li.active > a:hover,
li.active > a:focus {
    color: #fff;
    background-color: #428BCA;
}

.tdAlignRight {
    text-align: right;
    width: 10%;
}

.checkbox-wrap {
    min-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.checkbox-wrap-toggle {
    /*height:50px;*/
}

.list-group-item-in-checkbox {
    border-top: none;
    border-bottom: none;
    /*padding-top: 2px;
    padding-bottom: 2px;
    height: 30px;*/
}

.trNoBorderTop > td {
    border-top: none !important;
}

.noBorder {
    border-top: none !important;
}

.newEntry {
    border: 1px #d9534f solid;
    border-radius: 4px;
    margin-bottom: 5px;
}

.existingEntry {
    border: 1px #428bca solid;
    border-radius: 4px;
    margin-bottom: 5px;
}

.addingTable {
    border: 2px #54DC24 solid;
    border-radius: 4px;
    margin-bottom: 5px;
}

.editingTable {
    border: 2px #c5c5c5 solid;
    border-radius: 4px;
    margin-bottom: 5px;
}

.pageFooter {
    position: absolute;
    bottom: 0;
    width: 90%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
    left: 100px;
}

.centerImg {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#miniPatientSearch {
    background-color: rgb(228, 232, 228);
    position: absolute;
    top: 50px;
    border: solid 1px #428bca;
    z-index: 10000 !important;
    display: none;
    padding: 15px !important;
    /*max-height: 600px;*/
    /*overflow-y: auto;*/
}


.panelWithoutMarginBottom {
    margin-bottom: 0px;
}

.hideDiv {
    display: none !important;
}

.tableNoMargin {
    margin: 0px;
}

.inlineDisplay {
    display: inline;
}

.pointerCursor {
    cursor: pointer;
}

/*http://jsfiddle.net/zw3Ve/410/*/

.lineLeftBottomToRightTop {
    /*display: inline-block;*/
    border: 1px solid #ccc;
    /*margin: 10px;*/
    /*padding: 10px;*/
    position: relative;
    background: url(../Img/Clinical/Diagonal/LeftBottomToRightTop.png);
    background-size: 100% 100%;
}

.lineRightBottomToLeftTop {
    /*display: inline-block;*/
    border: 1px solid #ccc;
    /*margin: 10px;*/
    /*padding: 10px;*/
    position: relative;
    background: url(../Img/Clinical/Diagonal/RightBottomToLeftTop.png);
    background-size: 100% 100%;
}

.lineCross {
    border: 1px solid #ccc;
    position: relative;
    background: url(../Img/Clinical/Diagonal/Cross.png);
    background-size: 100% 100%;
}

.horizontalLi {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.noWrap {
    white-space: nowrap;
}

.kendoTextboxInPanel {
    vertical-align: bottom;
}

.panel-min-margin-vertical {
    padding: 0px;
    margin: 0px;
}

    .panel-min-margin-vertical .panel-heading {
        padding: 0px;
        margin: 0px;
    }

    .panel-min-margin-vertical .panel-body {
        padding: 0px;
        margin: 0px;
    }

#ulInfo {
    font-size: 30px;
}

.noPaddingAndMargin {
    padding: 0px;
    margin: 0px;
}

.textAlignRight {
    text-align: right;
}

.textAlignLeft {
    text-align: left;
}

.dropdownInClinical {
    width: 70px;
}

.panel-primary > .panel-heading {
    color: #2c7ea1;
    background-color: #c5e8f7;
    border-color: #a6e8f3;
}

.panel-primary > .panel-heading {
    background-image: linear-gradient(to bottom,#c5e8f7 0,#c5e8f7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0);
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

.navbar-brand > a > span {
    color: white;
}

@media (min-width:993px) and ( max-width:1280px) {
    .page-container.horizontal-menu header.navbar .navbar-nav > li > a i + span {
        display: none;
    }
}

.pageRow {
    margin-top: 12px;
    margin-left: 0px;
    margin-right: 0px;
}

.md-size-font {
    font-size: 15px;
}

.padding-left-right {
    padding-left: 15px;
    padding-right: 15px;
}


.vertical {
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.vertical-text {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    background: #E23737;
    color: #fff;
    margin-left: 40px;
    padding: 10px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    border: 1px solid #B52C2C;
    /* ReSharper disable once InvalidValue */
    text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px -2px 0px rgba(0, 0, 0, 0.1);
    float: left;
}

.input-has-error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .input-has-error :focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.inlineFlex {
    display: inline-flex;
    display: -webkit-inline-box;
}

.backgroudLight {
    background-color: rgb(252, 236, 217);
}

.backgroudLight2 {
    background-color: rgb(247, 247, 181);
}
