* {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

.inputclass {
    /*padding:1px 5px;*/
    width: 7em;
}

.dob-inputclass {
    /*padding:1px 5px;*/
    width: 2em;
}

.hand_link {
    cursor: pointer;
    cursor: hand;
}

.button {
    font-size: 12px;
    font-weight: bold;
    background: #008F9D;
    /*border:1px solid #ffffff;*/
    color: #ffffff;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-right: 8px;
    padding-top: 2px;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    cursor: pointer;
}

.button1 {
    font-size: 8px;
    width: 40px;
    font-weight: bold;
    background: #008F9D;
    /*border:1px solid #ffffff;*/
    color: #ffffff;
    padding-left: 0.05em;
    padding-bottom: 0.1em;
    padding-right: 0.05em;
    padding-top: 0.1em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    cursor: pointer;
}

.button-grey {
    font-size: 12px;
    font-weight: bold;
    background: #c9c9c9;
    /*border:1px solid #ffffff;*/
    color: #000000;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    font-size: 1em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    cursor: pointer;
}

.button-disabled {
    font-size: 12px;
    font-weight: bold;
    background: #008F9D;
    /*border:1px solid #ffffff;*/
    color: #ffffff;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-top: 4px;
    font-size: 1em;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}

td,
tr {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    background: #1B3234 repeat-x;
}

body_white {
    background: #ffffff repeat-x;
}

#patient_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#patient_logo_blk {
    width: 100%;
    height: 39px;
    overflow: hidden;
}

.patient_logo {
    width: 170px;
    height: 39px;
    float: left;
}

.patient_menu {
    width: 100%;
    height: 40px;
}

.patient_user {
    width: 194px;
    height: 39px;
    float: left;
}

ul.patient_nav {
    margin: 0 0 15px 0;
}

ul.patient_nav li {
    float: left;
    height: 22px;
    list-style: none outside none;
    margin: 0 5px;
    padding: 15px 0 2px;
    text-align: center;
}

ul.patient_nav li a {
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 2px;
}

ul.patient_nav li.selected {
    /*background:url('/static/images/newUI/patient_selected_nav.png') no-repeat;*/
    background: #D5ECEE;
    /*width: 140px;*/
    color: #035158;
    font-weight: bold;
    border-bottom-color: #D5ECEE;
}

ul.patient_nav li.menu2 {
    width: 100px;
    color: #035158;
    font-size: 15px;
    font-weight: bold;
}

ul.patient_nav li.menu3 {
    width: 120px;
}

ul.patient_nav li.selected a {
    color: #035158;
    text-decoration: none;
}

ul.user_info li {
    list-style: none;
}

ul.user_info li.user {
    margin: 5px;
    padding: 9px 8px 0px;
}

ul.user_info li.border_right {
    border-right: 1px solid #74C8CF;
}

ul.user_info li.user a {
    color: #ffffff;
    text-decoration: none;
}

.patient_fields {
    width: 1026px;
    height: auto;
}

.patient_type {
    color: #035158;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.red_style {
    color: #FF0000;
    font-size: 1.1em;
}

.patient_result {
    margin: 10px 0 0 0;
    width: 1016px;
    background: #ffffff;
    padding: 5px;
}

.patient_result_div {
    width: 100%;
    background: #ffffff;
    padding: 5px;
}

.patient_result1 {
    margin: 10px 0 0 0;
    background: #1B3234;
}

.tb_blue {
    background: #D5ECEE;
}

.tb_head {
    padding: 1px 2px 1px 5px;
    font-weight: bold;
}

.tb_head_height {
    height: 30px;
}

.tb_head_no_bold {
    padding: 5px;
    font-style: normal;
    color: #000000;
    width: auto;
}

.tb_content {
    padding: 7px 5px;
}

.pagination,
.pagination a {
    color: #8A8A8A;
    text-decoration: none;
    padding: 0 5px;
}

.footer_bg {
    /*background:url(/static/images/newUI/footer_bg.png) no-repeat top center;*/
}

.footer_txt,
.footer_txt a {
    font-size: 0.9em;
    color: #4A6E6E;
    text-decoration: none;
}

.login_bg {
    /*background:url(/static/images/newUI/login_bg.png) repeat top center;*/
}

.login_wrapper {
    width: 1000px;
    margin: 0 auto;
}

.login_header {
    height: 104px;
    margin: 0 50px 0 0;
    text-align: right;
    width: 950px;
}

.login_wrapper .footer_bg {
    width: 1000px;
}

.login_content {
    width: 1000px;
    background: url(/static/images/newUI/login-pacs.jpg) no-repeat;
    height: 503px;
}

.login_head {
    color: #168E99;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.login_link,
.login_link a {
    color: #000000;
    text-decoration: none;
}

.logininputclass {
    padding: 1px 5px;
    width: 10em;
}

.logininputclass1 {
    padding: 1px 5px;
    width: 8em;
}

.floatR {
    float: right;
}

.work_listbg {
    /*background:#1B3234 url(/static/images/newUI/worklist_bg.png)repeat-x top center;*/
}

.sublink,
.sublink a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    padding: 0 5px;
}

.sublink a.active {
    font-weight: bold;
    text-decoration: underline;
    color: #FC8A17;
    padding: 0 5px;
}

.font-table1 {
    font-family: Verdana;
    color: #000000;
    height: 30px;
    margin: 5px 5px 5px 5px;
}

.overlap-div {
    width: 130px;
    position: absolute;
}

.hide-div {
    display: none;
}

.show-div {
    display: block;
}

.temp {
    margin: 0 0 0 48px;
    float: left;
    height: 22px;
    list-style: none outside none;
    margin: 0 10px;
    padding: 15px 0 2px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 2px;
    /*background:url('/static/images/newUI/patient_selected_nav.png') no-repeat;*/
    background: #D5ECEE;
    width: 150px;
    color: #035158;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom-color: #D5ECEE;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
}

.patientDetails,
.initialDiagnosis {
    background: #ebebec;
    padding: 0px 0px 0px 0px;
}

.initialDiagnosis input {
    margin: 0px 0px 0px 0px;
}

.initialDiagnosis input.num {
    width: 50px;
}

.initialDiagnosis .unit {
    color: #383838;
    padding: 0px 0px 0px 3px;
}

.availablePhysicians {
    width: 600px;
    height: 250px;
    overflow-y: scroll;
}

.phy-wrapper {
    background: #ebebec;
    margin: 10px 0px 0px 0px;
}

.patientLabel {
    color_: #ffffff;
}

.topBottomRightLeftedge {
    border-color: #969696 #969696 #969696 #969696;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

.topRightLeftedge {
    border-color: #969696 #969696 #969696 #969696;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px
}

.searchhighlight {
    font-family: Verdana;
    font-weight: bold;
    color: yellow;
    /*display: inline;*/
}

.fontwhite {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.fontblack {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.studylist-nav-selected {
    background-color: #0a7078;
    color: #FFFFFF;
    border-bottom: 4px solid #ffffff;
}

.studylist-nav-unselected {
    /*background-color: rgb(235,235,236);*/
    color: #000000;
}

.padding {
    padding-left: 3px;
    padding-bottom: 0px;
    padding-right: 3px;
    padding-top: 0px;
}

.subhead1 {
    background-color: rgb(13, 156, 167);
    padding: 3px 3px 3px 3px;
}

.subhead2 {
    background-color: rgb(16, 187, 201);
    padding: 3px 3px 3px 6px;
}

.fontwhite-bold {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.fontblack-bold {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.pad3 {
    padding: 3px 3px 3px 3px
}

.changed {
    background-color: yellow;
}

.unchanged {
    background-color: white;
}

.tb_data_small_font {
    font-size: 11px;
}

.tb_head_small_font {
    font-size: 11px;
    font-weight: bold;
}

.studyListDataRowStyle tr td {
    padding: 1px 2px 1px 5px;
    border-right: 1px solid #c7c7c7;
}

.studyListGrid tr td {
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.madan_class {
    background-color: red;
}

.hidden_class {
    background-color: red;
    /*display: none;*/
    /*visibility:collapse;*/
    /*width: 0px;*/
}

#container {
    /*display:block;*/
    margin: 0px 5px 0px -2px;
    /* float: right; */
    /* text-align: right; */
}

/* 12/09/2017 */

.icon_set {
    margin-left: 4px;
}
.icon_single {
    margin-left: 8px;
}
.hand_link.icon_set1 {
    margin-right: -3px;
}