/**
 * CSS Venus Diffusion.
 *
 * 2012-2018 Nicesoft R&D.
 */


/* =============================== g�n�ral =============================== */

.ui-tooltip {
    white-space: pre-line;
}

.defcursor {
    cursor: default;
}

#iframe_report {
    width: 100%;
    height: 90%;
    overflow: hidden;
    max-width: 1000px;
}

.link {
    cursor: pointer;
    *cursor: hand;
}

body {
    font-family: "Lucida Grande", "bitstream vera sans", "trebuchet ms", sans-serif, verdana;
    font-size: smaller;
}

#tabs {
    font-family: "Lucida Grande", "bitstream vera sans", "trebuchet ms", sans-serif, verdana;
}

.admin {
    padding: 15px;
    overflow-x: hidden;
    /* pour Opéra */
    -webkit-box-shadow:
        inset red 0 0 0 2px;
    -moz-box-shadow:
        inset red 0 0 0 2px;
    box-shadow:
        inset red 0 0 0 2px;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

div.center {
    width: 99%;
    margin: 0px auto;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border: 0;
}

a img {
    text-decoration: none;
    border: 0;
}

a:active {
    outline: none;
}

:focus {
    -moz-outline-style: none;
}

.bold {
    font-weight: bold;
}

.lesion {
    font-weight: bold;
    width: 150px;
}

.hidden {
    display: none;
}

#selectable .ui-selecting {
    background: #FECA40;
}

#selectable .ui-selected {
    background: #F39814;
    color: white;
}

#selectable {
    list-stylesite_hd-type: none;
    margin: 0;
    padding: 0;
    width: 150px;
}

#selectable li {
    margin: 3px;
    padding: 5px;
    font-size: 12px;
}

table.borderless {
    border: none;
    margin: 0px auto;
}


/* =============================== footer.php =============================== */
.logotext {
    color: #3f78d7;
    font-weight: bold;
    font-size: large;
}

/* =============================== header.php =============================== */
button.usr_bar {
    height: 32px;
}

#venus_diffusion {
    font-family: Century Gothic, sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    padding-left: 390px;
}

#dialog-autooff {
    display: none;
}

#name_doc {
    font-family: Century Gothic, sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
}

#name_doc_bis {
    font-family: Century Gothic, sans-serif;
    font-size: 15px;
}

#specialty_doc {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
}

#main_button_alone {
    position: fixed;
    right: 60px;
    top: 11px;
    z-index: 200;
    display: 0;
}

#button_bar {
    position: fixed;
    right: 20px;
    top: 11px;
    z-index: 200;
    display: 0;
}

#panel {
    position: fixed;
    left: 0;
    margin-left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 200;
    line-height: 50px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

#main_button>span {
    display: inline;
}

/*
.ui-menu {
    position: absolute;
    top:43px;
    right:60px;
    width: 250px;
}
*/

.ui-checkboxradio-radio-label {
    margin-left: 0;
    margin-right: -0.3em;
}

/* =============================== Datatable =============================== */

.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
    font-size: 11px;
    table-layout: fixed;
}

.dataTable thead th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sort {
    cursor: pointer;
    /*cursor: hand;*/
}

table.dataTable td {
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    /*zoom: 1;*/
}

.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

.dataTables_length {
    float: left;
}

.dataTables_toolbar {
    float: left;
}

.dataTables_footer {
    text-align: center;
}


.dataTables_filter {
    float: right;
}

.dataTables_info {
    padding-top: 3px;
    clear: both;
    float: left;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}


#searchexams_paginate {
    display: none;
}

#exams_paginate {
    display: none;
}

#rdv_exams_paginate {
    display: none;
}

.small_button {
    font-size: .8em !important;
}

.dataTables_paginate .ui-button {
    margin-right: -0.1em !important;
}

.paging_two_button .ui-button {
    float: left;
    cursor: pointer;
    /*cursor: hand;*/
}

.paging_full_numbers .ui-button {
    padding: 2px 6px;
    margin: 0;
    cursor: pointer;
    /*cursor: hand;*/
    color: #333 !important;
}

.paging_full_numbers a:active {
    outline: none
}

.paging_full_numbers a:hover {
    text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    /*cursor: hand;*/
    color: #333 !important;
}

.paging_full_numbers a.paginate_button {
    background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
    background-color: #ccc;
    text-decoration: none !important;
}

.dataTables_processing {
    position: fixed;
    width: 300px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    font-size: larger;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -150px;
}

table.dataTable thead th div.DataTables_sort_wrapper {
    position: relative;
    /* padding-right: 20px; */
}

table.dataTable thead th div.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

table.dataTable th:active {
    outline: none;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

th {
    font-size: larger;
}


table.thumbs {
    border-collapse: collapse;
}

td.thumbs {
    border-left: solid transparent;
    border-right: solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    width: 90px;
    text-align: center;
}

.thumb {
    overflow: hidden;
    position: relative;
}

#bar {
    background-color: gainsboro;

}

#sign {
    font-style: italic;
    left: 100px;
}

/* ================================ logs.php ================================ */

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

td.ip-blocked {
    display: block;
    width: 50%;
    height: 50%;
    cursor: pointer;
}

td.ip-blocked:hover {
    transform: scale(1.5);
}

td.ip-blocked-unlock {
    display: block;
    width: 50%;
    height: 50%;
    cursor: pointer;
}

td.ip-blocked-unlock:hover {
    transform: scale(1.5);
}

/* ============================== Datatable.php ============================== */

.statut {
    text-align: center;
    font-size: large;
}

.attachment {
    background: url('../img/attachment.png') no-repeat center center;
}

.label {
    color: white;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    border-radius: 8px;
}

.inv-pat-cda {
    background-color: #f44336;

}

.masque_CR {
    background-color: #f44336;
    color: white;
    position: relative;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    border-radius: 8px;
}

.masque-ps-cda {
    background-color: #f44336;
}

#exams_list tr:not(.defcursor) {
    cursor: pointer;
    *cursor: hand;
}

.read {
    border-bottom: 1px solid #ddd;
    background: #f2f2f2;
    /*color: #B3B6B7;*/
    color: dimgray;
}

.txt_error {
    color: red;
}

.txt_warning {
    color: orange;
}

.txt_center {
    text-align: center;
}

.ui-widget-overlay {
    background: black;
}

.ui-dialog-title {
    width: 95%;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* icônes dans tabulations */
.ui-tabs .ui-tabs-nav li a span {
    margin-right: 5px;
    border: 0;
}

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 150px;
    background: #eee;
    padding: 5px;
    width: 150px;
}

.sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
}

.sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.icon_shrinked {
    -webkit-transform: rotate(0deg) scale(0.85);
    -moz-transform: rotate(0deg) scale(0.85);
}

.zoom_fx {
    -webkit-transform: rotate(0deg) scale(0.85);
    -moz-transform: rotate(0deg) scale(0.85);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 1s ease;
}

.zoom_fx:hover {
    -webkit-transform: rotate(-5deg) scale(1.0);
    -moz-transform: rotate(-5deg) scale(1.0);
}

/* =============================== doctors.php =============================== */

.auto_doc {
    color: orange;
}

.ui-icon.custom-icon {
    background-image: url("../img/loading_small-1.gif")
}

/* ============================= parameters.php ============================== */

.mceNonEditable {
    background-color: yellow;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

#accordion label,
#accordion input,
#accordion .bool {
    display: inline-block;
    vertical-align: middle;
}

#accordion label {
    width: 30%;
}

#accordion input {
    width: 65%;
}

#accordion textarea {
    width: 65%;
}

#accordion .bool {
    width: 170px;
}


#config_div {
    float: left;
    width: 100%;
    border: solid transparent 3px;
}

#config_textarea {
    resize: none;
    width: 100%;
    height: 450px;
    display: none;
    font-family: courier;
    background-color: black;
    color: white;
}

#save_config_file {
    display: none;
}

.ui-state-online {
    font-weight: bold;
}

.tbar_link {
    margin: 0px 10px;
    font-family: Century Gothic, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    /*  line-height: 45px; */
    vertical-align: middle;
}

/* ============================== explorer.php ============================== */

#dialog-dicom {
    display: none;
}

#dialog-dicom-error {
    display: none;
}

/*.timeline {
    width:100%;
    font-size: large;
}*/

.gender {
    font-size: x-large;
}


/* =============================== index.php =============================== */
#myform {
    position: relative;
    padding: 15px 40px;
    margin: 0px auto;
    width: 300px;
}

/* nested fieldset */
#myform fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.creds {
    text-align: right;
    font-size: larger;
    font-weight: normal;
}

.input_creds {
    width: 130px;
}

.fa-fw {
    margin: 3px;
}

/* Pro Santé Connect */
#login_separator {
    background-color: white;
    height: 2px;
    max-width: 330px;
    margin: 0 auto;
}

#login_psc_link {
    background-color: white;
    margin-bottom: 30px;
    margin-top: 30px;
}

.login_psc_logo {
    justify-content: center;
    width: 330px;
    height: 77px;
    margin: 0 auto;
}

.login_psc_logo:hover {
    cursor: pointer;
}

.login_psc_helper {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

/* ============================== view_exam.php ============================= */

#identifiants.disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

span.ui-selectmenu-text {
    font-size: 12px;
}

#img_caption {
    width: 150px;
    text-align: center;
    border-bottom: 0;
}

#video_caption {
    width: 150px;
    text-align: center;
    border-bottom: 0;
}

div#full {
    position: relative;
    min-height: 400px;
    width: 100%;
    overflow: auto;
    margin: 5px;
}

#text_cr {
    /*  position: absolute;*/
    max-height: 780px;
    top: 115px;
    left: 0px;
    z-index: 5;
    font-size: 14px;
    margin: 10px;
    text-align: justify;
    display: none;
}

#text_cr_wrapper {
    overflow: auto;
    width: 100%;
    min-height: 250px;
}

#inner_thumbs_cr {
    overflow: auto;
    height: 455px;
    -webkit-overflow-scrolling: touch;
}

#thumbs_wrapper {
    height: 130px;
    width: 100%;
    max-width: 100%;
    border: 0;
}

#V_thumbs_wrapper {
    display: none;
    border: none;
    width: 210px;
}

#v_thumbs {
    display: block;
    margin: 0px auto;
    text-align: center;
}


.name_pa {
    font-size: large;
    font-weight: bold;

}

.transparent {
    overflow: hidden;
    /* border:none; */
    border: transparent;
}

.text-icon {
    text-align: center;
    font-size: smaller;
    margin: 0px auto;
}

#full_video {
    margin: 0px auto;
    text-align: center;
}

#whole_video {
    display: none;
}

.thumbs_width {
    width: 100%;
}

#whole_exam {
    overflow: auto;
}

#whole_img {
    position: relative;
}

#explorer_div_bis {
    display: none;
}

.explorer {
    width: 100%;
    height: 100%;
}

#report_toolbar_left {
    position: relative;
    top: 0px;
    float: left;
    margin-left: 10px;
    z-index: 6;
}

#report_toolbar_center {
    position: relative;
    top: 0px;
    float: left;
    margin-right: 10px;
    z-index: 6;
}

#report_toolbar_right {
    position: relative;
    top: 0px;
    float: right;
    margin-right: 25px;
    z-index: 6;
}

#patinfo_toolbar_right {
    position: relative;
    margin-top: -6px;
    float: right;
    margin-right: 10px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 6;
}

.tbar_div {
    border-top: none;
    text-align: center;
    margin-right: 10px;
}

.toolbar {
    position: relative;
    border-top: none;
    text-align: center;
    margin-right: 5px;
    /* top:-16px; */
    /* height:25px; */
}

#timeline_table {
    max-width: 700px;
    //text-align: center;
    margin: 0px auto;
    border: none;
}

#timeline_table th {
    font-size: medium;
}

div.timeline_exam {
    width: 140px;
}

#patient_infos {
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#h_thumbs {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
    text-align: center;
    height: 118px;
    display: none;
}

#h_thumbs_loading {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0px auto;
    text-align: center;
    height: 118px;
}

.resized {
    max-width: 100%;
    max-height: 100%;
}

#full_img {
    position: relative;
    display: block;
    margin: 0px auto;
    text-align: center;
    cursor: url('../img/zoomin-1.png'), pointer;
    max-width: 100%;
}

#loading_full_img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0px auto;
    text-align: center;
}

#left_pane {
    float: left;
    width: 50%;
    border-top: none;
}

#right_pane {
    overflow: hidden;
    width: auto;
    border: 0;
}

#wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
}

#resizable2 {
    float: left;
    width: auto;
}

#content2 {
    float: right;
    overflow: hidden;
}

#wrapper2 {
    float: left;
    width: 100%;
}

#tabs_exams {
    border: 0;
}

#exam_container {
    padding-right: 130px;
}

#exam_container_full {
    padding-right: 1px;
}

#cr {
    position: relative;
    float: left;
    display: table-cell;
    vertical-align: top;
    height: auto !important;
}

#thumbs_cr {
    position: relative;
    float: right;
    text-align: center;
    vertical-align: top;
    width: 118px;
    margin-right: -118px;
}

#tab-img {
    overflow: hidden;
}

#tab-cr {
    overflow: hidden;
}

.map_wrapper {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.nrb {
    border-right: 0;
}

.nlb {
    border-left: 0;
}

.nbb {
    border-bottom: 0;
}

.small {
    font-size: small;
}

.bold {
    font-weight: bold;
}

.password {
    text-align: center;
    font-size: 10px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.no-close {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -120px;
}

#rawdata {
    width: 48px;
    height: 51px;
    margin: 0 auto;
}

#rawdata_txt {
    width: 48px;
    height: 51px;
    text-align: center;
}

.pdfobject-container {
    height: 800px;
}

.DTTT_button {
    width: 78px;
    height: 24px;
    border-radius: 4px;
    padding: 0.4em 1.8em 0.4em 0.4em;
    margin-bottom: 0.5em;
}

.DTTT_button span {
    display: block;
    width: 100px;
    height: 100%;
    margin: 0 auto;
    padding-top: 0.2em;
    padding-right: 0.2em;
    font-size: 16px;
}

/* ============================== dialogs.php ============================= */

.info_pane {
    float: left;
    margin-right: 7px;
}

.ui-dialog {
    z-index: 500;
}

.ui-widget-overlay {
    z-index: 500;
}

#curr_login {
    font-family: Consolas;
}

#curr_pwd {
    font-family: Consolas;
}

#change_password_form input {
    width: 170px;
}

.fade {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .50;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 150;
}

.loading_spinner {
    width: 64px;
}

.overlay {
    display: none;
    width: 270px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -25px;
    z-index: 160;
    text-align: center;
}

.overlay_contents {
    width: 100%;
    height: 100%;
}

input.email {
    width: 300px;
}

.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}

iframe.voxxl {
    width: 100%;
    height: 750px;
}

/* ============================ app_requests.php =========================== */

.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

/* ============================== users.php ============================= */

.alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
    text-align: center;
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
    text-align: center;
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
    text-align: center;
}

.check {
    color: #3c763d;
}

.uncheck {
    color: #a94442;
}

/* =============================== bootstrap ===========================*/

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

/* ============================= doc_exams.php =========================== */

.switch-txt {
    padding-left: 5px;
    padding-right: 5px;
}

/* ============================= plotly ============================== */

.js-plotly-plot .plotly .main-svg {
    width: 100%;
}