﻿@font-face {
    font-family: 'FranklinGothic';
    src: url('/fonts/FranklinGothicBookRegular.ttf'); /* IE9 Compat Modes */
    font-weight: bold;
}

/*Instrunction Model*/
.instructionsModel {
    margin-left: 0px;
    top: -31px;
}

.instruction-header, .instruction-header > button {
    background-color: #428ac7;
    color: white;
}

.instruction-dialog {
    overflow: hidden !important;
    width: 70%;
}

.instruction-modal-body {  
    overflow-y: auto;
}

.instructionsModel > .modal-content > .modal-header > button.close {
    opacity: 1;
    padding-top: 0px !important;
}
/*****************************************/
/*****************MODAL******************/
.modal-dialog {
    width: 40%;
}

.modal-body {
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.bootbox-alert .modal-footer {
    display: none;
}

.bootbox-close-button {
    margin-top: -22px!important;
    position: relative;
    right: -4px;
}

.bootbox-confirm .modal-footer {
}


/***************************************/


body {
    font-family: 'Franklin Gothic Book', sans-serif;
}

input {
    outline: 0!important;
}
/*form {
    overflow:auto;
}*/

.body {
    /*margin-bottom:120px;*/
    min-height: 400px;
    border: 8px solid #f5f5f5;
}

footer {
    /*background-color: rgba(223, 240, 216, 0.47);*/
    /*background-color: rgba(223, 240, 216, 0.47);*/
    background-color: #f5f5f5;
    /*position: fixed;
    bottom: 0;
    width: 100%;*/
}

.footer {
    text-align: center;
    text-align: center;
    padding: 0px 40px 25px 40px;
}

.editor {
    float: left;
    color: inherit!important;
}

.nopad {
    padding-left: 0;
    padding-right: 0;
}

.nopadleft {
    padding-left: 0;
}

.nopadright {
    padding-right: 0;
}

.navbar {
    margin-top: 8px;
    margin-bottom: 0;
}

.redstart {
    color: red;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    bottom: 4px;
}

.nav-tabs {
    padding-bottom: 0;
    margin-bottom: 0;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white!important;
}

.tabs {
    background-color: #428ac7;
}

    .tabs > li:active > a {
        background-color: #f5f5f5;
    }

    .tabs li:active a {
        color: black;
    }

    .tabs > li > a {
        padding: 30px 25px 30px 24px;
        color: white;
        text-transform: uppercase;
        font-size: 15px;
        cursor: pointer;
        margin-right: 0!important;
        border-radius: 0;
        font-weight: 600;
        opacity: 0.9;
    }

    .tabs li a:hover {
        color: black!important;
    }

.nav-tabs > li {
    margin-bottom: 0;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #f5f5f5;
        color: black;
        cursor: pointer;
    }

.user {
    text-align: right;
    margin-top: 10px;
}

    .user img, .user h3 {
        float: right;
    }

    .user img {
        margin-right: 10px;
    }

    .user a {
        color: black;
        font-size: 17px;
        font-weight: bold;
    }


/***********************************************************/
/**************VENDOR SETUP*********************************/
.vendortitle {
    font-size: 30px;
    color: #007fd9;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 35px;
}

.vendorsubtitle {
    font-size: 15px;
    color: rgba(78, 78, 78, 0.9);
    line-height: 25px;
    margin-bottom: 20px;
}

.vendorprofile, .officesetup, .doctorsetup, .rolessetup {
    padding: 30px 0 0px 30px;
    text-align: center;
    width: 85%;
}

.doctorsetup, .rolessetup {
    padding: 30px 0 0px 30px;
}

.vendorprofilehead {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: black;
    margin-bottom: 10px;
    margin-top: 15px;
    /*text-align:left;
    padding-left:95px;*/
}

.vendorprofilesubhead {
    color: #4e4e4e;
    text-align: left;
    width: 62%;
    margin-left: 95px;
    font-size: 16px;
    height: 120px;
}

.buttons-left {
    margin-top: 20px;
    text-align: right;
    margin-right: 31px;
}

.buttons-right {
    margin-top: 20px;
    text-align: center;
    margin-left: 55px;
}

.button-center {
    margin-top: 20px;
    text-align: center;
}

.btnorange {
    background-color: #f26b25;
    color: white;
    padding: 8px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 10px;
    width: 152px;
}

.btnblue {
    background-color: #245a88;
    color: white;
    padding: 8px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    width: 138px;
}

.btnClear {
    background-color: #fafafa;
    color: black;
    padding: 6px;
    /*/ font-size: 16px; /*/
    text-transform: none;
    border-radius: 0;
    width: 118px;
    font-weight: bold;
    border: 1px solid #dddddd;
    background: -moz-linear-gradient(rgb(242,241,244),rgb(255,255,255));
    background: -webkit-linear-gradient(rgb(242,241,244),rgb(255,255,255));
    background: -o-linear-gradient(rgb(242,241,244),rgb(255,255,255));
    background: linear-gradient(rgb(242,241,244),rgb(255,255,255));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f1f4, endColorstr=#FFFFFF)";
    box-shadow: 1px 3px 0px #e7e2e9;
}

    .btnClear:hover, .btnClear.focus, .btnClear:focus {
        color: inherit!important;
    }

.btnGray {
    background-color: #ced8e1;
    color: black;
    padding: 6px;
    /* font-size: 16px; */
    text-transform: none;
    border-radius: 0;
    font-weight: bold;
    border: 1px solid rgba(128, 128, 128, 0.55);
}

    .btnGray:hover, .btnGray.focus, .btnGray:focus {
        color: inherit!important;
    }

.divider {
    border-right: 1px solid rgba(0, 0, 0, 0.36);
    /*margin-top:10px;*/
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.vendorinst {
    /*width: 20%;*/
    margin-top: 10px;
    width: 243px;
}

.instwrapper {
    /*padding-top: 6px;
    padding-bottom: 10px;*/
    border-bottom: 1px solid lightgray;
    overflow: auto;
}

    .instwrapper:last-of-type {
        border-bottom: none;
    }

.insthead {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
    width: 98%;
}

    .insthead img {
        float: right;
        position: relative;
        bottom: 8px;
        left: 40px;
    }

.instwrapper p {
    color: rgba(78, 78, 78, 0.95);
}

.vendortable {
    border: 1px solid rgba(200, 199, 199, 0.56);
    margin-top: 50px;
}

    .vendortable lable {
        height: 100%;
        word-break: break-all;
    }

    .vendortable > tbody > tr > td {
        padding: 15px 24px 12px 76px;
        word-break: break-all;
        word-wrap: break-word;
        -ms-word-wrap: break-word;
    }

    .vendortable tr td:first-of-type {
        width: 34%;
        font-size: 15px;
        border-right: 1px solid rgba(200, 199, 199, 0.56);
        color: rgba(78, 78, 78, 0.95);
    }

    .vendortable > tbody > tr > td:last-of-type {
        text-align: left;
    }

    .vendortable > tbody > tr > td label {
        color: rgba(78, 78, 78, 0.95);
        font-size: 17px;
        font-weight: normal;
        /*height:33px;*/
    }

    .vendortable input[type='text'], .vendortable textarea {
        width: 80%;
        font-size: 16px;
        color: rgba(78, 78, 78, 0.95);
    }

.required {
    color: red;
}

.requiredfield {
    border: 1px solid red;
}

.vendortable tr:nth-child(even) {
    background: #f5f5f5;
}

.vendortable tr:nth-child(odd) {
    background: #FFF;
}

.officetable tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.officetable tbody tr:nth-child(odd) {
    background: #FFF;
}

.emailinst {
    text-align: left;
    margin-top: 18px;
    font-size: 14px;
    color: rgba(78, 78, 78, 0.95);
}

.text-bold {
    font-weight: bold;
    color: black;
    opacity: 0.8;
}

.appointheader {
    background-color: #438ac8;
    color: white;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    /* font-weight: bold; */
    margin-top: 40px;
}

.appointcontent {
    overflow: auto;
    background-color: #f5f5f5;
    padding: 30px 20px 30px 20px;
    text-align: left;
    border: 1px solid lightgray;
    font-size: 14px;
    color: rgba(78, 78, 78, 0.95);
}

    .appointcontent label {
        font-weight: normal;
    }

    .appointcontent input[type='checkbox'] {
        float: left;
        width: 19px;
        margin-right: 12px;
        position: relative;
        bottom: 3px;
        height: 20px;
        width: 20px;
    }

.ddlappointime {
    width: 98px;
    float: right;
    /* margin-bottom: 10px; */
    position: relative;
    bottom: 6px;
    height: 28px;
    padding: 4px 12px;
}

.appointinst {
    margin-top: 8px;
    /* width: 101%; */
    padding: 10px;
    font-size: 15px;
    text-align: left;
    color: rgb(78, 78, 78);
}

.hidden {
    display: none;
}

.show {
    display: inline-block;
}

.officetablecontainer {
    width: 100%;
}

.officetable {
    margin-top: 10px;
    width: 100%;
    margin-left: 15px;
}

    .officetable thead, .labstable thead {
        background-color: #438ac8;
        color: white;
    }

    .officetable > thead > tr > th, .labstable > thead > tr > th {
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        border: none;
        cursor: pointer;
        padding: 10px;
    }

        .officetable > thead > tr > th:first-of-type {
            width: 108px;
        }

        .officetable > thead > tr > th img, .labstable > thead > tr > th img {
            vertical-align: top;
        }

    .officetable > tbody > tr > td {
        padding: 6px;
        font-size: 15px;
        color: black;
        font-weight: bold;
        opacity: 0.7;
        vertical-align: middle;
        word-wrap: break-word;
        -ms-word-wrap: break-word;
    }

.officebuttons {
    text-align: left;
    margin-left: 15px;
}

.newofficecontainer {
    margin-left: 15px;
    padding-bottom: 120px;
}

.officecheck {
    cursor: pointer;
    /*appearance: none;*/
    background: #34495E;
    border-radius: 1px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 22px;
    height: 22px;
    border-width: 0;
    transition: all .3s linear;
    position: relative;
    top: 2px;
    right: 5px;
}

.officeright {
    border-left: 1px solid rgba(200, 199, 199, 0.56);
}

.officelabs {
    margin-left: 10px;
    height: 178px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.assignnewlabtest {
    margin-left: 24px;
    padding-bottom: 120px;
}

.newlabinst {
    background-color: #d1d1d1;
    border-bottom: 1px solid rgba(200, 199, 199, 0.56);
    color: black;
    padding: 6px;
    opacity: 0.9;
}

.newlabtestcontent {
    border: 1px solid rgba(200, 199, 199, 0.56);
    overflow: auto;
    background-color: #f5f5f5;
}

.labtestlist {
    font-size: 15px;
    color: black;
    font-weight: bold;
    opacity: 0.7;
    vertical-align: middle;
    width: 86%;
    float: right;
    margin-bottom: 20px;
    margin-top: 8px;
}

.errorDetails {
    text-align: left;
}

    .errorDetails ul {
        list-style: none;
        font-size: 16px;
        padding-left: 0;
        margin-top: 14px;
        color: red;
    }

.doctorscontainer {
    /*max-height: 325px;*/
    overflow: auto;
    margin-bottom: 10px;
    height: auto;
}

.tablecontainer {
    overflow: auto;
    height: 210px;
    border: 1px solid rgba(200, 199, 199, 0.56);
    margin-bottom: 8px;
    margin-left: 15px;
    width: 97%;
}

.btnseparater {
    margin-right: 10px;
}

.emptyresults {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid rgba(200, 199, 199, 0.56);
    margin-left: 15px;
    margin-bottom: 20px;
}

    .emptyresults p {
        font-size: 16px;
    }

.office-list-container {
    width: 55%;
    padding: 10px;
    overflow: auto;
    max-height: 132px;
    padding-bottom: 0;
}

.newdoctorcontainer select {
    font-size: 16px;
    color: rgba(78, 78, 78, 0.95);
}

.imgnot {
    vertical-align: top;
    height: 10px;
}
/*************************************************************/

/**************************************************************/
/**********************Appointment*****************************/

.mainBox {
    background-color: #f5f5f5;
    padding: 8px;
    border: 1px solid #dadada;
    overflow: auto;
}

    .mainBox select, #datepicker {
        background-color: #f5f5f5;
        height: 40px;
        margin-top: 2px;
    }

    .mainBox input[type='text'] {
        height: 40px!important;
    }

.dropdown {
    background: #f4f4f4;
    padding: 5px;
}

.mainWidth {
    width: 100%;
}

.textbold {
    font-size: 22px;
    font-weight: bold;
}

.timerange {
    width: 6%;
    margin-left: 10px;
    margin-top: 3px;
    height: 30px;
    padding-left: 6px;
}

.recur-inner {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    background-color: #f5f5f5;
    width: 80%;
    margin: 0 auto;
    border: 1px solid rgba(200, 199, 199, 0.56);
}
/**************************************************************/

.searchDivMain {
    float: left;
    width: 88%;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.searchDivImg {
    float: left;
    position: relative;
    top: 6px;
}

.searchDivMain:hover {
    background-color: #e6edf3;
    cursor: default;
}


/*****************************************************************/
/******************APPOINTMENTS**********************************/
.apptslotinfo {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: auto;
}

    .apptslotinfo span {
        font-size: 14px;
        margin-right: 100px;
        position: relative;
        top: 5px;
        font-weight: bold;
        opacity: 0.7;
    }

        .apptslotinfo span:last-of-type {
            margin-right: 8px;
        }

.appttitle {
    height: 35px;
    /*width: 15%;*/
    text-align: left;
    margin-top: 0px;
    /* margin-bottom: 10px; */
    /* margin-left: 8px; */
    background-color: #43b94b;
    color: white;
    font-size: 16px;
    padding: 6px;
    margin-right: 30px;
    float: left;
    padding-left: 12px;
}

    .appttitle:after {
        border-bottom: 18px solid transparent;
        border-left: 15px solid #43b94b;
        border-top: 18px solid transparent;
        content: "";
        height: 0px;
        left: 169px;
        position: absolute;
        top: 96px;
    }

.claimantcontainer {
    overflow: auto;
    margin: 0 auto;
    width: 100%;
    margin-top: 12px;
    border: 1px solid rgba(200, 199, 199, 0.56);
}

.claimantheader {
    background-color: #839fb7;
    color: white;
    padding: 15px;
    text-align: left;
    font-size: 16px;
}

.appttable {
}

.appttable {
    border: 1px solid rgba(200, 199, 199, 0.56);
    margin-top: 50px;
}

    .appttable lable {
        height: 100%;
        word-break: break-all;
    }

    .appttable > tbody > tr > td {
        padding: 15px 24px 12px 20px;
        word-break: break-all;
    }

    .appttable tr td:first-of-type {
        width: 20%;
        font-size: 15px;
        border-right: 1px solid rgba(200, 199, 199, 0.56);
        color: rgba(78, 78, 78, 0.95);
        text-align: left;
    }

    .appttable tr td:nth-child(2) {
        border-right: 1px solid rgba(200, 199, 199, 0.56);
        width: 36%;
    }

    .appttable > tbody > tr > td:last-of-type {
        text-align: left;
    }

    .appttable > tbody > tr > td label {
        color: rgba(78, 78, 78, 0.95);
        font-size: 15px;
        font-weight: normal;
        /* height: 33px; */
        float: left;
        margin-left: 5px;
    }

    .appttable input[type='text'], .appttable textarea {
        width: 100%;
        font-size: 16px;
        color: rgba(78, 78, 78, 0.95);
    }

    .appttable tr:nth-child(even) {
        background: #f5f5f5;
    }

    .appttable tr:nth-child(odd) {
        background: #FFF;
    }


.searchHeadText {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    padding: 8px;
    padding-left: 20px;
    background-color: #d1d1d1;
}

.searchhead {
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid rgba(200, 199, 199, 1);
    min-height: 112px;
}

    .searchhead:last-of-type {
        border-right: none;
    }

.searchappttitle {
    height: 35px;
    /*width: 16%;*/
    text-align: left;
    margin-top: 0px;
    /* margin-bottom: 10px; */
    /* margin-left: 8px; */
    background-color: #43b94b;
    color: white;
    font-size: 16px;
    padding: 6px;
    margin-right: 30px;
    float: left;
    padding-left: 12px;
}

    .searchappttitle:after {
        border-bottom: 18px solid transparent;
        border-left: 15px solid #43b94b;
        border-top: 18px solid transparent;
        content: "";
        height: 0px;
        left: 221px;
        position: absolute;
        top: 446px;
    }

.viewsearchappttitle {
    height: 35px;
    /*width: 14%;*/
    text-align: left;
    margin-top: 0px;
    /* margin-bottom: 10px; */
    /* margin-left: 8px; */
    background-color: #43b94b;
    color: white;
    font-size: 16px;
    padding: 6px;
    margin-right: 30px;
    float: left;
    padding-left: 12px;
    line-height: 22px;
    font-weight: normal;
}

    .viewsearchappttitle:after {
        border-bottom: 18px solid transparent;
        border-left: 15px solid #43b94b;
        border-top: 18px solid transparent;
        content: "";
        height: 0px;
        left: 170px;
        position: absolute;
        top: 0px;
    }

.editappttitle {
    height: 35px;
    /*width: 14%;*/
    text-align: left;
    margin-top: 0px;
    /* margin-bottom: 10px; */
    /* margin-left: 8px; */
    background-color: #43b94b;
    color: white;
    font-size: 16px;
    padding: 6px;
    margin-right: 8px;
    float: left;
    padding-left: 12px;
    line-height: 22px;
    font-weight: normal;
}

    .editappttitle:after {
        border-bottom: 18px solid transparent;
        border-left: 15px solid #43b94b;
        border-top: 18px solid transparent;
        content: "";
        height: 0px;
        left: 116px;
        position: absolute;
        top: 0px;
    }

.searchapptslotinfo {
    border: 1px solid #e5e5e5;
    /*//  background-color: #d1d1d1;*/
    width: 90%;
    margin: 0 auto;
    min-height: 70px;
    margin-bottom: 50px;
    /*text-align:left;
    overflow:auto;*/
}

.sections {
    font-size: 14px;
    font-weight: bold;
    /*opacity:0.7;*/
    line-height: 36px;
    text-align: center;
    border-right: 1px solid rgba(200, 199, 199, 1);
}

    .sections:last-of-type {
        border-right: none;
    }

.sec-content {
    border-right: 1px solid rgba(200, 199, 199, 1);
    /*line-height: 27px;*/
}

    .sec-content:last-of-type {
        border-right: none;
    }

.notify {
    vertical-align: top;
    height: 8px;
    margin-right: 3px;
    position: relative;
    top: 5px;
}

.appstatus {
    height: 20px;
    margin-left: -15px!important;
    position: relative;
    bottom: 0;
}

.checkbox-inline.no_indent,
.checkbox-inline.no_indent + .checkbox-inline.no_indent {
    margin-left: 0;
    margin-right: 5px;
}

    .checkbox-inline.no_indent:last-child {
        margin-right: 0;
    }

.no_indent {
    display: inline-block;
}

.editappttable {
    width: 100%;
    border: 1px solid rgba(200, 199, 199, 1);
}

    .editappttable thead th {
        border-right: 1px solid rgba(200, 199, 199, 1);
        border-bottom: 1px solid rgba(200, 199, 199, 1);
        text-align: center;
        padding: 0!important;
        vertical-align: middle!important;
    }

    .editappttable tbody td {
        border-right: 1px solid rgba(200, 199, 199, 1);
        text-align: center;
        background-color: #f5f5f5;
        padding: 5px!important;
    }

.viewapptformtable tbody td {
    text-align: left;
}

.modal-header .close {
    padding-top: 12px;
}

.modal-btnorange {
    background-color: #f26b25;
    color: white;
    padding: 5px;
    font-size: 15px;
    border-radius: 0;
    margin-right: 10px;
    width: 162px;
}

.icon {
    text-align: center;
    /*padding-left: 95px;*/
}

.odar-md-screen {
    text-align: right;
    margin-right: 22px;
}

.sm-screen-height {
    height: 245px;
}

/***************************************************************/

/*MEDIA QUERY*/
@media all and (max-width:1080px) {
    .mainWidth {
        width: 76%;
    }

    .ui-datepicker {
        margin: 0 auto;
    }

    .searchapptslotinfo {
        width: 100%;
    }

    .searchappttitle:after {
        left: 205px;
    }

    .appttitle:after {
        top: 117px;
    }


    .odar-md-screen {
        text-align: center;
    }

    .viewsearchappttitle:after {
        left: 184px;
        border-bottom: 35px solid transparent;
        border-top: 35px solid transparent;
    }

    #rptSearchInfo table > thead > tr > td.viewsearchappttitle:after {
        left: 127px;
        border-bottom: 28px solid transparent;
        border-top: 28px solid transparent;
    }

    .officetable {
        width: 95%;
    }

    .small-sc-margin-top {
        margin-top: 10px;
    }

    .small-sc-height {
        height: 158px !important;
    }

    .small-sc-border-left {
        border-left: 1px solid rgba(200, 199, 199, 1);
    }

    .small-sc-no-padding {
        padding: 0px;
    }

    .sm-screen-height {
        height: 120px !important;
    }

    .tabs > li > a {
        padding: 30px 15px 30px 15px !important;
    }

    .doctorscontainer, .tablecontainer {
        width: 100% !important;
    }

    .apptslotinfo span {
        margin-right: 20px !important;
    }
}


/*IE MEDIA QUERY*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:1080px) and (min-width:992px) {

    .mainWidth {
        width: 76%;
    }

    .ui-datepicker {
        margin: 0 auto;
    }

    .searchapptslotinfo {
        width: 100%;
    }

    .searchappttitle:after {
        left: 205px;
    }

    .appttitle:after {
        top: 117px;
    }


    .odar-md-screen {
        text-align: center;
    }

    .viewsearchappttitle:after {
        left: 184px;
        border-bottom: 35px solid transparent;
        border-top: 35px solid transparent;
    }

    #rptSearchInfo table > thead > tr > td.viewsearchappttitle:after {
        left: 127px;
        border-bottom: 28px solid transparent;
        border-top: 28px solid transparent;
    }

    .officetable {
        width: 95%;
    }

    .small-sc-margin-top {
        margin-top: 10px;
    }

    .small-sc-height {
        height: 158px !important;
    }

    .small-sc-border-left {
        border-left: 1px solid rgba(200, 199, 199, 1);
    }

    .small-sc-no-padding {
        padding: 0px;
    }

    .sm-screen-height {
        height: 120px !important;
    }

    .tabs > li > a {
        padding: 30px 15px 30px 15px !important;
    }

    .doctorscontainer, .tablecontainer {
        width: 100% !important;
    }

    .apptslotinfo span {
        margin-right: 20px !important;
    }

    .ie-sm-height {
        height: 241px !important;
    }
}
