.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    box-sizing: content-box;
    z-index: 10000;
}

.jqsfield {
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}

.loader {
    border: 12px solid #f3f3f3;
    /* Light grey */
    border-top: 12px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 20px auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.flash-notification {
    position: fixed;
    min-width: 25%;
    left: 35%;
    top: 50px;
    z-index: 999999;
    text-align: center;
}

.datepicker td,
.datepicker th {
    padding: 6px;
}

.haute-ckeditor .ck-content {
    min-height: 270px;
}

.mini-ckeditor .ck-content {
    min-height: 120px;
}

@media (max-width: 1200px) {
    .haute-ckeditor .ck-editor {
        height: 200px;
    }
}

@media (max-width: 700px) {
    .wrapper .aside-container .aside-inner {
        padding-top: 160px !important;
    }
    .topnavbar .navbar-header .brand-logo>img {
        max-height: 40px !important;
    }
    .topnavbar .navbar-header .brand-logo {
        margin-left: 40px;
    }
    body>div.wrapper>header>nav>ul.navbar-nav.mr-auto.flex-row>li.mt-1.ml-4>h5 {
        margin-top: 0 !important;
    }
    #pills-tab .nav-item {
        width: 48%;
        margin-right: 1%;
        text-align: center;
        margin-bottom: 5px;
    }
    #pills-tab .nav-item a {
        text-align: center;
    }
}

.aside-collapsed #addHospitalBtLabel {
    display: none !important;
}

.image img {
    max-width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
    max-height: 150px;
    display: block;
    margin: 10px auto;
}

.image .remove-photo {
    background: #FFF;
    color: #333;
    border: solid 1px #333;
    border-radius: 10px;
    padding: 0px;
    width: 20px;
    display: block;
    height: 21px;
    text-align: center;
    position: absolute;
    left: 84%;
    top: 0;
    font-size: 13px;
}

#fileList li {
    width: 160px;
    float: left;
    display: block;
    margin-top: 30px;
    border: solid 1px #DDD;
    padding: 30px;
    text-align: center;
    margin-right: 15px;
}

.multi-wrapper .item {
    cursor: pointer;
    display: block;
    padding: 3px 11px;
    font-size: 13px;
}

.multi-wrapper .header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.multiselect-container>li>a>label {
    white-space: nowrap;
    padding: 1px 10px !important;
}

.multiselect-container {
    padding: 12px 7px !important;
}

.multiselect-container>li>a {
    color: #333;
    font-size: 13px;
    line-height: 24px;
}

.toggle.btn {
    border: solid 1px #CCC;
}

.table-responsive .form-group {
    margin: 0 auto !important;
    width: 70%;
}

.table-responsive .form-group input {
    text-align: center;
}

.multiselect-selected-text {
    white-space: pre-wrap;
}

#fileList p {
    white-space: pre-wrap;
    max-width: 100%;
    display: block;
    word-break: break-word;
}

.glyphicon-move:before {
    content: "\e068";
}

.vtop td {
    vertical-align: top !important
}

.anno-overlay {
    z-index: 999 !important;
}

.ridth td {
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
}

#uploadPhoto .btn-secondary,
#uploadVideo .btn-secondary {
    color: #fff !important;
    background-color: #3f51b5 !important;
    border-color: #ffca57 !important;
}

.searchForm label {
    white-space: nowrap;
}

.searchForm input,
.searchForm select {
    padding-left: 3px;
    padding-right: 0;
}

.btn-outline-dark,
.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #888 !important;
    border-color: #888 !important;
}

.anno .anno-inner .anno-btn-container .anno-btn {
    background-color: #7266ba !important;
}

.anno .anno-inner .anno-btn-container .anno-btn.anno-btn-low-importance {
    color: #000;
}

.anno-content i {
    width: 13%;
    float: left;
    font-size: 25px;
    color: #7266ba!important;
    padding-top: 10px;
}

.anno-content span {
    display: block;
    float: right;
    width: 87%;
    margin-bottom: 10px;
    padding: 8px 0;
    font-size: 14px;
}

.topnavbar .navbar-header .brand-logo-collapsed>img,
.topnavbar .navbar-header .brand-logo>img {
    max-height: 55px;
}

.topnavbar .navbar-header .brand-logo {
    display: block;
    padding: 10px 15px;
    border-bottom: solid 1px #CCC;
}

.brand-logo {
    background: #FFF;
    border-right: solid 1px #CCC;
}

.wrapper .aside-container .aside-inner {
    padding-top: 67px;
}

.sideMessage {
    position: fixed;
    bottom: 20px;
    left: 5px;
    display: block;
}

.card-flat {
    margin: 0!important;
    border: solid 1px #EEE !important;
    border-radius: 0!important;
    ;
}

.tehTof {
    max-height: 200px;
    display: block;
    margin: 0px auto 10px;
    border: dashed 1px #CCC;
}

.active-tof {
    border: solid 2px #555 !important;
}

.selectPagex {
    position: absolute;
    left: -12px;
    top: 20px;
}

.tq-loader {
    background: #333;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    opacity: 0.3;
    display: none;
}

#global-loader {
    top: 45%;
    position: fixed;
    display: block;
    margin: auto;
    z-index: 999;
    left: 49%;
}

.pointer {
    cursor: pointer;
}


/* tchat begin */

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.panel-body {
    overflow-y: scroll;
    height: 250px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}


/* tchat end */

.nostyle li {
    list-style: none;
}

.full-width {
    width: 100%;
}

.wrapper .section-container {
    margin-bottom: 10px !important;
}

.previewMessages {
    overflow-y: auto;
    margin-bottom: 20px;
}

.nav-dossier .nav-link.active,
.nav-dossier .show>.nav-link {
    background-color: #838384 !important;
}

.mesDevis td {
    vertical-align: top !important;
}

.a[type=button] {
    -webkit-appearance: inherit !important;
}

.bg-dark {
    background-color: #888 !important
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #888;
}

.alert-info {
    color: #555 !important
}

.nav-link {
    color: #666
}

.statuuus .badge {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0 !important;
}

.hospitalPreview .col-form-label {
    font-weight: bold;
}

.badge-primary,
.badge-jaune {
    background: #ffca57 !important;
    color: #555;
}

.c-checkbox input[type=checkbox]:checked+span,
.c-checkbox input[type=radio]:checked+span,
.c-radio input[type=checkbox]:checked+span,
.c-radio input[type=radio]:checked+span {
    background-color: #838384 !important;
}


/*
.floating-ni {
    position: fixed;
    top: 70px;
    background: #FFF;
    padding: 20px;
    z-index: 99999999;
    max-height: 700px;
    overflow-y: scroll;
}

.internal-loader {
    background: #333;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    opacity: 0.3;
    display: none;
}*/

#div-versions h2 {
    font-size: 16px;
    margin-top: 15px
}

#div-versions h3 {
    font-size: 14px;
    margin-top: 15px
}

table.diff .diff-addedline {
    background-color: #e9ffe9;
}

table.diff td,
table.diff th {
    font-family: Consolas, Monaco, monospace;
    font-size: 14px;
    line-height: 1.618;
    padding: .5em;
    vertical-align: top;
    word-wrap: break-word;
    min-width: 400px;
    max-width: 450px;
}

table.diff td,
table.diff th {
    font-family: Consolas, Monaco, monospace;
    font-size: 14px;
    line-height: 1.618;
    padding: .5em;
    vertical-align: top;
    word-wrap: break-word;
    min-width: 400px
}

table.diff .diff-deletedline {
    background-color: #ffe9e9;
}

.lien-statistiques {
    text-decoration: underline;
}

.cke_top {
    background: #FFF !important;
}

.level {
    width: 300px;
    margin: 20px auto;
}

.level label {
    display: block;
    text-align: center;
}

.level input {
    width: 100%;
}

datalist {
    width: 121%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

datalist option {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.spec-filter .select2-selection {
    height: 37px !important
}

.legend table,
.legend>div {
    left: 89px !important;
    right: auto !important
}

.pieLabel>div {
    border: 0 none !important;
    margin-right: 15px;
}

.btn-hover:hover {
    background: #555 !important;
    background: transparent !important;
}

table.diff tr td:nth-child(2) {
    min-width: 200px !important;
}
