/******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************
*******************************************************************************************************************/


/**************************************** NEEDS CLEANUP/DELETE ****************************************/

/************ Letters Styling ************/

.letters_section {
    width: 100%;
    height: auto;
}

.letters_section .half {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 1%;
}

.letters_section .modal_item .split {
    width: auto;
    min-width: 200px;
    height: auto;
    float: left;
}

.letters_divider {
    width: 100%;
    height: 2px;
    background-color: #004677;
    margin-bottom: 20px;
}

.fax_details {
    width: 100%;
    height: auto;
}

.fax_details .split {
    width: 100% !important;
    margin-bottom: 10px;
}

.class_tempEmailBody {
    width: 100%;
    height: 300px;
}

a.button {
    border: 1px solid #808080;
    background: #a0a0a0;
    display: inline-block;
    padding: 5px;
}


/************ Notes Styling ************/

#notes_modal {
}

#notes_modal .modal-body .half {
    height: auto;
    float: left;
}

#notes_modal .modal-body .half:nth-child(1) {
    width: 45%;
}

#notes_modal .modal-body .half:nth-child(2) {
    width: 55%;
    padding-left: 16px;
}

#notes_modal .item {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

#notes_modal .item .split {
    height: auto;
    float: left;
}

#notes_modal .item .split:nth-child(1) {
    width: auto;
    min-width: 120px;
}

#notes_modal .item .split:nth-child(2) {
    width: auto;
}

#notes_preview {
    background-color: #008ABE;
    padding: 14px;
}

#notes_preview .heading {
    font-size: 28px;
    color: #FFF;
    margin-bottom: 20px;
}

.note_medication_section textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 16px;
}

.mce-statusbar {
    display: none !important;
}


/**************/
/*   WHSCC   */
/*************/

.whscccolumn {
    width: 50%;
    height: auto;
    float: left;
}

#whsccheader {
    width: 100%;
    height: auto;
    border-bottom: thin solid #BEBDBB;
    padding: 10px 0 10px 0;
}

.whsccbtn {
    width: 250px;
    height: 46px;
    float: left;
    border: thin solid #BEBDBB;
    color: #6D6D6D;
    cursor: pointer;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    margin-right: 8px;
}

#WHSCCcontainer {
    padding: 5px 0 0 0;
}

#locumForm input[type='text'] {
    width: auto;
}

#locumForm .settingright {
    width: auto;
}

#locumForm .standardbtn {
    float: none;
}


/*************************************/
/*************************************/
/*********    Kevin     **************/
/*************************************/
/*************************************/


/**  For Doctors Page   **/
.form_select {
    width: 100%;
}

#id_div_Doctors {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.dotors_table {
    width: 100%;
}

.doctors_table_field {
    margin-top: 15px;
    width: 100%;
    border: none;
}

.dotors_table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

.doctors_table_field th, .doctors_table_field td {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

#id_DoctorsTable td {
    width: 12%;
}

#id_invoice_summaryTable td {
    width: 16.66%;
}

.dotors_table tr:first-child {
    background-color: orange;
    color: white;
}

.dotors_table tr td:last-child {
    /* styles */
    border-right: none;
}

#id_div_Services {
    margin: 20px auto;
    border: 3px solid #F76307;
    padding: 10px 20px;
}

#id_div_Services_Selection {
    margin: 15px auto;
}

#id_div_Services_DocInfo {
    margin-top: 25px;
}

#id_div_Services_DocInfo ul {
    margin-bottom: 10px;
}

#id_div_Services_DocInfo div {
    margin-left: 5%;
}

.ulBtn {
    border-radius: 100%;
    background-color: transparent;
    border: 0px;
    text-align: center;
    padding: 0;
}


#id_div_clinicInv, #id_div_docInv {
    width: 100%;
}


#id_invoice_summaryTable button {
    border-radius: 100%;
}

#id_div_docInv_head {
    display: block;
}

.invoice_propt {
    margin-right: 30px;
}


#id_refer_post {
    /*border: 1px solid #798185;*/
    /*box-shadow: 0px 4px 5px black;*/
    margin-right: 5px;
    padding: 3px;
}

#id_refer_postToPatient {
    /*border: 1px solid #798185;*/
    padding: 3px;
    /*box-shadow: 1px 4px 5px black;*/
}


/**  For letters Page   **/

.letter_table thead tr {
    background-color: orange;
    color: white;
}

.letter_table th td:last-child {
    /* styles */
    border-right: none;
}


.letter_table {
    width: 100%;
}

.letter_table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

.letter_table th, .letter_table td {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}


#id_letters_Table tr {
    height: 38px;
}

#id_letters_Table tr:hover {
    background: #B5BBC3;
    color: white;
    /*	box-shadow: 2px 0px 8px #ff00ff;*/
    cursor: pointer;
}

#id_letters_Table tr:hover td {
    /*border-top:1px solid orange;
    border-bottom:1px solid orange;
*/
}

#id_letters_Table tr:hover td:first-child {
    /*border-left:1px solid orange;*/
}

#id_letters_Table tr:hover td:last-child {
    /*border-right:1px solid orange;*/
}

#id_letters_Table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    /*  overflow-x:auto */
    overflow-y: auto;
}

#id_letters_Table td p {
    width: 100%;
    /*overflow-y: auto;*/
    word-wrap: break-word;
}


#letterHistory .standardbtn {
    width: 100%;
}


/* diagonostic */
#dcSetting .patiententrycolumn {
    text-align: center;
}

#dcSetting .patiententrycolumn .column {
    width: 100%;
}

#dcSetting .patiententrycolumn .entryfieldleft {
    margin-left: 15%;
    width: 35%;
}

#dcSetting .patiententrycolumn .entryfieldright {
    margin-right: 15%;
    width: 35%;
}

/* patient schedule */


#schedule_table_container select {
    width: auto;
}


/* scanlog */
#scanlogform {
    padding: 10px 25px;
}

#scanlogform .searchfield {
    float: none;
}

#scanlogform .label {
    display: block;
    float: none;
}


/* employee setting */
#staffSetting .otherinfoitem input {
    width: auto;
}

input[type="password"] {
    border: 1px solid #BEBDBB;
    border-radius: 0px;
    color: #004677;
    font-size: 14px;
    cursor: pointer;
    margin: -5px 0 0 0;
    padding: 4px;
}

/* appointment type */
#callType .patiententrycolumn {
    width: 100%;
}

/* TAD */
#TADsRangeSearch input[type='text'] {
    height: auto;
    width: auto;
    text-align: center;
}

.TADelement {
    margin-right: 10px;
    display: inline-block;
}

#paidTADsSort {
    float: none;
    margin-left: 15px;
}

#physiciantable,
#stafftable,
#insurance_table {
    margin-top: 10px;
}

#stafftable,
#insurance_table {
    margin: 10px auto;
}

#stafftable td,
#physiciantable td,
#insurance_table td {
    text-align: center;
}

#stafftable th,
#insurance_table th {
    padding: 10px;
    font-weight: 700;
}

#stafftable td,
#insurance_table td {
    vertical-align: middle;
}

#addemployee {
    float: none;
}

/* Scan Log Modal */
#notWorkingPatientSearchForm .searchfield .popuptextboxsearch {
    width: auto;
    padding-left: 20px;
    height: auto;
    text-align: center;
}

#notWorkingPatientSearchForm .searchfield label {
    width: 45px;
    display: inline-block;
}

.slick-arrow {
    margin: 0;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.slick-list {
    width: 90%;
    margin: 0 auto;
}

.slick-list img {
    margin: 2px 2px;
}

#notworking_pics_thumbnail .slick-track {
    margin-left: -160px;
}

#notworking_pics_thumbnail .slick-current {
    box-shadow: 5px 5px 5px grey;
    outline: 1px solid #3498db;
}

#notworking_pics_thumbnail {
    background-color: #BEBDBB;
    width: 100%;
}

#notworking_pics_thumbnail .slick-list {
    padding: 0 !important;
}

#notworking_pics_div {
    margin-left: 30px;
}

#notworking_pics_div label {
    display: block;
    text-align: center;
    margin: 0 auto;
}

#notWorkingPatientSearchForm .searchfield {
    width: 100%;
}

#scanlogformleft {
    display: block;
}

#scanlogformright {
    display: inline-block;
    float: left;
}

#scanlogBtnContainer {
    float: left;
    padding-left: 25px;
}

#scanlogBtnContainer .standardbtn {
    display: block;
    float: none;
}

#notWorkingPatientSearchForm {
    float: left;
}

#notworkingfoler {
    height: 145px;
    overflow-y: scroll;
}

#notworkingfoler .selectedAnchor {
    background-color: #004677;
    color: white;
}

#notworkingfoler a {
    display: block;
    cursor: pointer;
}

#notworkingfoler a:hover {
    border: 1px solid black;
}

@media only screen and (min-width: 920px) {
    #scanlogformleft {
        display: inline-block;
        float: left;
    }

    #notWorkingPatientSearchForm {
        float: none;
    }

    #scanlogBtnContainer {
        display: block;
        float: none;
    }

    #scanlogBtnContainer .standardbtn {
        float: left;
    }


    #scanlogformright {
        /*padding-left: 5%;*/
        width: 56%;
    }
}


/* prov search modal */


.provSearch_left {
    float: left;
    width: 45%;
    margin-right: 4%;
}

.provSearch_right {
    float: left;
    width: 50%;
}

.provSearch_row {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.provSearch_right a {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.provSearch_right a:hover {
    border: 1px solid black;
}

#id_sc_form label {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

#id_sc_form input[type='text'] {
    display: block;
    width: auto;
}

#sc_btn_panel {
    display: block;
    margin-top: 10px;
}

.shortcut_acckeys {
    padding: 5px;
    background-color: #EAEAEA;
    margin-right: 10px;
    width: 75px;
    display: inline-block;
    text-align: center;
}
