/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
.show {
    display: block;
}

.hide {
    display: none;
}

/* -------------------------------------*/
/* ---------->>> OTN-LIST <<<-----------*/
/* -------------------------------------*/
.otn-list {
}

.otn-list .list-icon {
    display: table-cell;
    vertical-align: middle;
}

.otn-list .list-title-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    color: #428bca;
    font-size: 13px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.otn-list .list-title-wrapper span {
    display: block;
    font-size: 13px;
    color: #999;
}

.otn-list .list-actions {
    position: absolute;
    right: 11px;
    top: 0px;
    height: 100%;
}

.otn-list .btn-group {
    height: 100%;
}

.otn-list .list-actions .dropdown-menu {
    min-width: 100px;
    position: absolute;
    left: -85px;
    font: 12px Arial;
    display: none;
    padding: 5px 0;
    background: #eee;
}

.otn-list .list-actions .dropdown-menu li {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    color: #333;
}

.otn-list .list-actions .dropdown-menu li:last-child {
    border: none;
}

.otn-list .list-actions .dropdown-menu li:hover {
    font-weight: bold;
    background: #ccc;
}

.otn-list .list-group-item {
    height: 100%;
    padding: 10px 0;
}

.otn-list .list-group-item.active {
    background-color: #ffffff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.otn-modal {
    color: #717073;
    text-align: left;
    font-size: 14px;
    margin: 5px 20px 5px 15px;/*t r b l*/
}
.otn-modal h3{
    font-size: 22px;
}
.otn-modal p{
    white-space: pre-wrap;
}
.modal-border-reset{
    border: none;
}

/* ---------->>> OTN-DROPDOWN-MULTISELECT <<<-----------*/

.otn-multiselect-parent .dropdown-menu ul,
.otn-multiselect-parent .dropdown-menu li {
    padding: 0px;
}
.otn-multiselect-parent .dropdown-menu li.dropdown-header,
.otn-multiselect-parent .dropdown-menu li.no-results-placeholder-text {
    padding: 3px 20px;
}
.otn-multiselect-parent .dropdown-menu li.divider {
    margin: 9px 0px;
    padding: 0px;
}
.otn-multiselect-parent .dropdown-menu a {
    display: block;
    padding: 3px 20px;
}
.otn-multiselect-parent .dropdown-menu a {
    display: block;
}
.otn-multiselect-parent .dropdown-menu a:hover,
.otn-multiselect-parent .dropdown-menu a:focus {
    background-color: #DAE7F5;
    text-decoration: none;
}

.dropdown-button-divider{
    margin-bottom: 3px !important;
}

.dropdown-menu-button{
    width: 33.33%;
    float: left;
    /*height: 46px;*/
}

.dropdown-menu-button a{
    width: 100%;
    padding: 0px;
    padding-right: 3px;
    text-align: center;
    display: block;
    background-color: #0078c9;
    color: white !important;
    border-right: 1px solid white;
}

.dropdown-menu-button a:focus{
    background-color: #00b3ee !important;
}

.dropdown-disabled a{
    background-color: #d8d8d8;
    cursor: default;
    pointer-events: none;
}

.dropdown-disabled a:focus{
    background-color: #efefef !important;
}

.otn-list-action{
    width: 100%;
}

.otn-blue {
    color: #428bca !important;
}
.otn-grey {
    color: #717073;
}
.otn-grey-small {
    color: #a5a5a7 !important;
    font-size: 12px;
    margin: 15px 0px 10px 0px;
}
.otn-warning {
    color: #C75C5C;
    font-size: 14px;
    margin: 15px 0px 15px 0px;
    font-weight: bold;
}
.otn-ohip {
    height: auto !important;
    position: relative;
}
.otn-ohip .ohip-num{
    float: left;
    width: 65%;
}
.otn-ohip .ohip-version{
    width: 30%;
    margin-left: 15px;
}
.otn-ohip .red-box-border {
    border-bottom: 1px solid #c75c5c;
}
.custom-fontsize {
    font-size: 14px !important;
}
.body-text {
    color: #717073;
}
.ohip-alignment{
    margin: 10px 0 0 0;
}
.ohip-patient-info-field {
    color: #717073;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0;
}
.ohip-patient-info-field:focus {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-color: #66afe9;
    box-shadow: none;
    outline: none;
}
.ohip-patient-info {
    display: inline-block;
    margin-left: 55px;
}
.ohip-patient-info tr td{
    vertical-align: middle;
}
.ohip-patient-info td:nth-child(1){
    width: 30%;
    padding-right: 40px;
}
.ohip-patient-info td:nth-child(2){
    width: 70%;
}
.case-heading{
    display: inline-block;
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}

#patient-form .otn-ohip tr td:nth-child(1),
#patient-form .no-ohip-row {
    display: none;
}

#patient-form .ohip-info-row {
    display: flex;
    margin-top: 4px;
}

#patient-form .ohip-card-row {
    width: 368px;
    height: 24px;
}

#patient-form .ohip-card-row .ohip-num,
#patient-form .ohip-card-row .ohip-version {
    font-size: 14px;
    border-radius: 3px;
    border: 0;
    padding: 2px 5px;
    height: 24px;
}

#patient-form .ohip-card-row .ohip-num {
    width: 70%;
    margin-right: 2px;
}

#patient-form .ohip-card-row .ohip-version {
    width: 29%;
    margin: 0;
}

@media (max-width: 1199px) {
    .case-heading, .ohip-patient-info-field{
        font-size: 14px;
    }
}
.otn-ohip tr td:nth-child(1){
    width: 15%;
}
.otn-ohip tr td:nth-child(2){
    width: 85%;
}
.otn-ohip .ohip-checkbox{
    position: relative;
    top: 315px;
}
.ohip-patient-info .label-checked:before{
	box-shadow: none;
	border: 1px solid #B6B6B6;
}
.otn-email .dropdown-menu li {
    background-color: #FAFAFA;
}
.otn-email .dropdown-menu li a {
	font-size: 14px;
    display: block;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1.42857143;
    min-width: 363px;
    color: black !important;
    padding: 8px !important;
    margin: 0;
} 
.otn-email .dropdown-menu .active a, 
.otn-email .dropdown-menu .active a:hover, 
.otn-email .dropdown-menu .active a:focus {
    color: #fff!important;
}
.otn-email input {
    font-size: 14px;
    color: #717073 !important;
    padding: 2px 5px 2px 5px;
    width: 100%;
    background-color: #fff;
    border: 0px;
    border-radius: 3px;
    text-align: left;
}
.hour-label {
    font-weight: bold;
}
.open-hour {
    color: #24ea00;
}
.close-hour {
    color: #EE675C;
}
.hour-summary-label {
    margin-right: 10px;
    flex: 1;
    display: block;
    font-weight: 500;
}
.hour-active {
    font-weight: bolder;
}
.hour-expand {
    height: 8px;
    margin-left: 5px;
}
.location-pin {
    position: relative;
    top: 10px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 16px;
    border-left: 1px solid #1293cc;
    background-color: #0078C9;
    background-image: url(/images/map-btn.png);
    background-position: center;
    background-repeat: no-repeat;
}
.address-summary {
    margin-left: -75px;
    margin-top: 15px;
}
.address-ctr {
    width: 670px;
}
.address-summary-sm {
    margin-left: -20px;
    margin-top: 15px;
}
.address-ctr-sm {
    width: 350px;
}

.next-prev-ctr {
    text-align: right;
}

.next-prev-page {
    color: #aaaaaa;
    cursor: pointer;
}

.next-prev-page:hover {
    text-decoration: none;
}

.page-cursor-label {
    user-select: none;
}

.error_text {
    color: red;
    font-size: 14px;
}