﻿html,
body {
    /*padding-top: 70px;*/
    background-color: #E8E7E7;
    height: 100%;
}

.container {
    width: 85%;
}

.containerLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url('/images/1920x1280_80quality.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.formLogin {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: rgba(255,255,255,1);
    background-image: none;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .formLogin::placeholder {
        color: rgba(111,111,111,1);
    }

    .formLogin:focus-visible, .formLogin:focus {
        border-color: #ffbb81;
        outline-color: #ffbb81;
    }

.boxLogin {
    width: 320px;
    padding: 30px;
    position: absolute;
    left: 15%;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    top: 30%;
}

.environment {
    width: 400px;
    padding: 30px;
    position: absolute;
    left: 70%;
    top: 4%;
    color: #ff7701;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    font-size: 40px;
    text-shadow: 2px 2px 1px rgba(111,111,111,1);
}

.customHeightUploadfile {
    height: 200px;
}

.brandImage {
    width: 500px;
    padding: 30px;
    position: absolute;
    left: -10%;
    top: 58%;
    color: #ff7701;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    transform: rotate(-90deg);
    font-size: 36px;
    text-shadow: 2px 2px 1px rgba(111,111,111,1);
}

@media only screen and (max-width: 600px) {
    .containerLogin {
        background: url('/images/1920x1280_80quality.jpg') 50% 15% /cover no-repeat, #F2E2E2;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .brandImage {
        width: 500px;
        padding: 30px;
        position: absolute;
        left: 50%;
        top: 15%;
        color: #ff7701;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 5px;
        transform: translate(-50%, -50%);
        font-size: 36px;
        text-shadow: 2px 2px 1px rgba(111,111,111,1);
        text-align: center;
    }

    .environment {
        width: 50%;
        padding: 30px;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ff7701;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 5px;
        font-size: 20px;
        text-shadow: 2px 2px 1px rgba(111,111,111,1);
        text-align: center;
    }

    .customHeightUploadfile {
        height: 300px;
    }

    .boxLogin {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 320px;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 5px;
    }

    .scrollCases {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .studyLogo {
        display: none;
    }
    .studyDesc {
        margin-left: 5%;
    }
}


/* Stili per schermi di dimensioni medie, ad esempio tra 601px e 1024px di larghezza */
@media only screen and (min-width: 601px) and (max-width: 1140px) {
    .containerLogin {
        background: url('/images/1920x1280_80quality.jpg') 50% 15% /cover no-repeat, #F2E2E2;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .brandImage {
        width: 500px;
        padding: 30px;
        position: absolute;
        left: 50%;
        top: 15%;
        color: #ff7701;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 5px;
        transform: translate(-50%, -50%);
        font-size: 36px;
        text-shadow: 2px 2px 1px rgba(111,111,111,1);
        text-align: center;
    }

    .environment {
        width: 50%;
        padding: 30px;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ff7701;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 5px;
        font-size: 20px;
        text-shadow: 2px 2px 1px rgba(111,111,111,1);
        text-align: center;
    }

    .customHeightUploadfile {
        height: 300px;
    }

    .boxLogin {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 320px;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 5px;
    }

    .scrollCases {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .studyLogo {
        display: none;
    }

    .studyDesc{
        margin-left:5%;
    }
}

.loginbtn {
    background-color: #f49239 !important; 
    color: white;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.loginbtn:hover {
    background-color: #ff7701 !important;
    color: white;
}

.footerLogin {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    text-align: center;
}
/* Wrapper for page content to push down footer */

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}


/* Set the fixed height of the footer here */

#footer {
    height: 40px;
    background-color: #E8E7E7;
    text-align: center;
    padding: 10px;
}

.theme-dropdown .dropdown-menu {
    display: block;
    position: static;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.no-border-top {
    border-top: 0 !important;
}

.form-signin {
    max-width: 330px;
    /*padding: 15px;*/
    /*margin: 0 auto;*/
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        /*margin-bottom: 10px;*/
    }

    .form-signin .form-signin-heading {
        text-align: center;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.navbar {
    margin-bottom: 20px;
}

.logo {
    background: url(/images/logo-header.png) no-repeat;
    width: 260px;
    height: 85px;
    text-indent: -3333px;
}

.logo-customer {
    background: url(/images/logo-header-customer.png) no-repeat;
    width: 260px;
    height: 85px;
    text-indent: -3333px;
}

.white-content {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding-bottom:1px;*/
}

.form-horizontal {
    padding-bottom: 6px;
}

.form-group-padding {
    padding: 0 15px;
}

.list-group {
    margin-bottom: 0;
}

a.list-group-item:hover {
    text-decoration: underline;
    color: #2a6496;
}

a.list-group-item {
    color: #428bca;
}

.btn-eadj {
    margin: 4px;
}

.btn-separator {
    padding: 0;
    /*border-bottom: 1px solid #efefef;*/
    padding-bottom: 6px;
    /*text-align: right;*/
    /*dava problemi su IE*/
    margin: 0 !important;
}

.btn-separator-bottom {
    padding: 0;
    /*border-bottom: 1px solid #efefef;*/
    padding: 6px;
    text-align: right;
    margin: 0 !important;
}

.dropdown-eadj {
    width: 300px;
}

.calendar {
    max-width: 350px;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.chkCase checkbox {
    padding: 10px;
}

.table-grey a {
    color: rgb(96,96,96) !important;
}

.pagination.grey li a {
    color: rgb(96,96,96) !important;
    height: 35px !important;
}


.pagination li a {
    color: #ff7701 !important;
    height: 35px !important;
}


.req-error {
    color: red !important;
    font-size: 12px;
}

.pagination {
    margin: 0 !important;
}

.breadcrumb {
    margin: 0 !important;
    margin-top: -10px !important;
}

.control-label,
th {
    color: #626262;
}

.control-label-simple {
    text-align: left;
    color: gray;
    font-weight: bold;
}

.footer-links li {
    display: inline;
    padding: 0 2px;
    color: #999999;
}

.zindex-cal {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 1000;
}

.ajax__calendar_body,
.ajax__calendar_days,
.ajax__calendar_months,
.ajax__calendar_years {
    border: 1px solid #efefef !important;
    font-size: 13px !important;
    color: #696969 !important;
    padding: 4px !important;
}

.ajax__calendar_today,
.ajax__calendar_day,
.ajax__calendar_header {
    font-size: 13px !important;
    color: #696969 !important;
}

.control-label-sign {
    margin-top: 15px !important;
}


/*================BTN WARNING==================*/

.btn-warning-eth {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ff7701;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to top, #f49239, #ff7701);
    border-left-color: #ff7701;
    border-right-color: #ff7701;
    border-top-color: #ff7701;
    border-bottom-color: #b35300;
}

    .btn-warning-eth.active {
        color: rgba(255, 255, 255, 0.75);
    }

    .btn-warning-eth:hover,
    .btn-warning-eth:focus,
    .btn-warning-eth:active,
    .btn-warning-eth.active,
    .btn-warning-eth.disabled,
    .btn-warning-eth[disabled] {
        color: #ffffff;
        background-color: #ff7701;
        background-image: linear-gradient(to bottom, #f49239, #ff7701);
    }

    .btn-warning-eth:active,
    .btn-warning-eth.active {
        background-color: #cd5f00;
    }

.btn-group.open .btn-warning-eth.dropdown-toggle {
    background-color: #ff7701;
}

.btn-warning-eth .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.customDisabled,
.customDisabled:hover,
.customDisabled:active,
.customDisabled:focus {
    background-color: #FF7701;
    background-image: linear-gradient(to bottom, #F49239, #FF7701);
    color: #FFFFFF;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}


/*================LABEL WARNING==================*/

.label-warning-eth {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ff7701;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to top, #f49239, #ff7701);
    border-left-color: #ff7701;
    border-right-color: #ff7701;
    border-top-color: #ff7701;
    border-bottom-color: #b35300;
}

.navbar-default {
    background: none;
    box-shadow: none;
    border: none;
    margin: 5px 0 5px 5px;
}

.breadcrumbBox {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

a,
a:hover,
a:active,
a.list-group-item,
a.list-group-item:hover,
a.list-group-item:active a.pagination-eth,
a.pagination-eth:hover,
a.pagination-eth:active {
    color: #ff7701;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #ffa24e;
    border: 1px solid #ff7a3f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .alert,
    .alert h4 {
        color: #960000 !important;
    }

        .alert h4 {
            margin: 0 !important;
        }

        .alert .close {
            position: relative !important;
            top: -2px !important;
            right: -21px !important;
            line-height: 20px !important;
        }

.alert-success-eth {
    background-color: #fff !important;
    border-color: green !important;
    color: #333 !important;
}

    .alert-success-eth h4 {
        color: #333 !important;
    }

.alert-danger-eth,
.alert-error-eth {
    background-color: #fff !important;
    border-color: red !important;
    color: #333 !important;
}

    .alert-danger-eth h4,
    .alert-error-eth h4 {
        color: #333 !important;
    }

.alert-info-eth {
    background-color: #fff !important;
    border-color: gray !important;
    color: #333 !important;
}

    .alert-info-eth h4 {
        color: #333 !important;
    }

.alert-block {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0 !important;
    }

    .alert-block p + p {
        margin-top: 5px !important;
    }

.label-primary {
    background-color: gray;
}

#footer {
    height: auto;
}

.text-muted,
.footer-links li {
    /*color:#E6E6E6*/
}

#footer .container {
    text-align: center !important;
    background-color: #e8e7e7;
}

.footer-links {
    padding: 0;
    margin: 0;
}

#footer .container p {
    margin: 4px !important;
}

th[scope=col],
th {
    font-weight: normal !important;
    background: none !important;
    font-style: italic;
}

ol.breadcrumb {
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
}

ol.breadcrumb-at {
    padding-top: 8px;
    padding-bottom: 8px;
}


.breadcrumb > li.noBefore:before {
    content: " " !important;
}


.no-bold {
    font-weight: normal !important;
}

.no-margin {
    margin: 0 !important;
}

.less-margin-bottom {
    margin-bottom: 20px !important;
}

.no-padding {
    padding: 0 !important;
}

.padding-left {
    padding-left: 10px;
}

    .padding-left tbody tr td label {
        padding-left: 10px;
    }

.full-width {
    width: 99%;
}

.gray-color {
    color: Gray !important;
}

.panel-title {
    font-size: 14px;
}

table.table tr td label {
    font-weight: normal !important;
}

.table-form {
    width: 100%;
}

.control-label-eth label {
    width: 38% !important;
    text-align: left !important;
    vertical-align: middle;
}

.form-single-element {
    width: 62%;
}


/* tablet */

.margin-value {
    margin-left: 215px;
}

.margin-description {
    margin-left: 25px;
}

.margin-btn {
    margin-left: 18px;
}

label {
    font-weight: normal;
}

.pag-no-hover td:hover {
    background-color: transparent !important;
    background: none !important;
}

.menu-home {
    min-height: 600px !important;
}

option[selected=selected] {
    /*font-weight:bold;     background-color:Orange;   */
}

.form-control:focus {
    border-color: Orange;
    outline: 0 none;
    box-shadow: none;
}

input[type=file] {
    background-color: transparent !important;
}

.question-eth {
    background-color: #fff;
    color: gray;
    cursor: pointer;
    opacity: 0.5;
}

.small-font {
    font-size: 11px;
    /*text-align:right*/
    margin-top: -10px;
}

.btn-custom-link {
    height: 30px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.select-option {
    min-width: 210px !important;
    width: auto !important;
}

.select-option-5col {
    max-width: 215px !important;
}

.select-option-case {
    max-width: 22% !important;
}

.select-option-case-5col {
    max-width: 450px !important;
}

.fupl-txt {
    width: 300px;
    margin-left: 55px;
}

.margin-btn-file {
    margin-left: 87px;
}

.fupl-txt-2 {
    width: 300px;
    margin-left: 20px;
}

.fupl-txt-3 {
    width: 300px;
    margin-left: 30px;
}

.margin-btn-file-2 {
    margin-left: 20px;
}

.comment-list {
    max-width: 350px !important;
    display: inline-block;
}

table.table-500 tr td:first-child {
    max-width: 50px;
}

    table.table-500 tr td:first-child + td {
        max-width: 500px;
    }

        table.table-500 tr td:first-child + td + td {
            max-width: 300px;
        }

.edit-case-btn {
    padding-top: 21px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px)
/*and (orientation : landscape)*/
{
    .resize {
        width: 90% !important;
    }

    .margin-btn-file-2 {
        transform: translate(-100%, 0%);
    }
}
/* max-device funziona solo sui device, per testare su browser con resizing usare max-width*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
/*and (orientation : landscape)*/
{
    .select-option {
        max-width: 168px !important;
    }

    .fupl-txt {
        width: 300px;
        margin-left: 15px;
    }

    .comment-list {
        max-width: 200px !important;
        display: inline-block;
    }

    table.table-500 tr td:first-child {
        width: auto;
    }

        table.table-500 tr td:first-child + td {
            width: auto;
        }

            table.table-500 tr td:first-child + td + td {
                width: auto;
            }

    .margin-value {
        margin-left: 0 !important;
    }

    .margin-description {
        margin-left: 0 !important;
    }

    .margin-btn {
        margin-left: 0 !important;
    }

    .margin-btn-file {
        margin-left: 20px;
        width: 200px;
    }

    .control-label-eth label {
        width: 100% !important;
        text-align: left !important;
        vertical-align: middle;
    }

    .form-single-element {
        width: 100% !important;
        padding-left: 30px;
    }

    .fupl-txt-2 {
        width: 230px;
        margin-left: 55px;
    }

    .fupl-txt-2 {
        width: 230px;
        margin-left: 20px;
    }

    .margin-btn-file-2 {
        margin-left: 20px;
        width: 100px;
    }
}

.testoArancio {
    color: #FF7701 !important;
}

.margin10 {
    margin-left: 10px !important;
}

.margin20 {
    margin-left: 20px !important;
}

.no-border {
    border-left: 0 !important;
    padding-top: 4px !important;
    margin-top: 0 !important;
}

.innerAnswerMtxt {
    margin-left: 40px;
    max-width: 500px;
}

.innerAnswer td {
    padding-left: 20px !important;
    border-left: 2px dashed #efefef;
}

.innerAnswer2 td {
    padding-left: 50px !important;
}

.innerAnswer3 td {
    padding-left: 80px !important;
}

.innerAnswer4 td {
    padding-left: 110px !important;
}

.margin30 {
    margin-left: 8% !important;
}

.margin40 {
    margin-left: 10% !important;
}

.margin50 {
    margin-left: 12% !important;
}

.bordertop {
    border-top: 1px solid #dddddd;
}

.FormTable {
    width: 100%;
}

.margintop10 {
    padding-top: 10px;
    margin-top: 20px;
}

.popover-content {
    font-weight: normal;
}

.popover-medium {
    max-width: 550px;
}

.ddl_time {
    width: 70px !important;
    display: inline-block !important;
}

.ddl_date {
    width: 80% !important;
    display: inline-block !important;
}

textarea {
    resize: none;
}

.modalLoading {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: White;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.modalLoadingImageDiv {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
}

.margin15 {
    margin-left: 15px !important;
}

.no-margin {
    margin: 0px !important;
}


.annotation {
    padding: 2px;
    background: #ff7701;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}


.medical-records-subgrid tr:first-child td:first-child {
    border-top: none !important;
}

#divImage {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: White;
    height: 550px;
    width: 600px;
    padding: 3px;
    border: solid 1px black;
}

/*CHARTS AND FILTERS*/

.md-filter-label {
    /*width: 15%;*/
    padding-left: 27px;
}

.md-filter-field {
    /* width:85%;*/
}

.btnFilter {
    cursor: pointer;
}

.ddl-filter {
    /*
        margin-left: -9%;
        width: 106%;
    */
    width: 99%;
}

.txt-filter {
    /*width: 106%;
    height: 20px;
    margin-left: -9%;*/
    width: 99%;
    height: 20px;
}

.date-filter {
    /*width: 50%;
    height: 20px;
    margin-left: -9%;*/
    width: 94%;
    height: 20px;
}

.date-col-filter {
    padding-right: 0;
}

.url-acc-filter {
    margin-left: 1%
}

.div-filter-btn {
    /*padding-bottom: 12px;
    margin-top: 1%;    
    margin-left: 17px;*/
}

.div-filter-list {
    margin-top: 1%;
    margin-bottom: 20px;
}

.div-filter-no-list {
    margin-top: 2%;
}

.div-row-filter {
    padding: 4px;
    font-size: 12px;
}

.float-right {
    float: right;
}

.canvas-chart {
    margin-top: 4%;
    margin-bottom: 2%;
    min-height: 300px;
}

.a-pagination {
    font-size: 12px;
    height: auto !important
}

.div-pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 1%;
    margin-top: 1%;
}

.a-filter-alert {
    display: none;
    margin: 10px
}

.div-new-row {
    padding-bottom: 6px
}

.th-chart {
    width: 10%;
    color: #ff7701
}

/* PIE LEGEND */
.div-legend {
    margin: 0 auto;
    width: 500px;
    padding-bottom: 10px
}

.div-row-label {
    font-size: 12px;
    color: gray;
    float: left;
    width: 250px;
    margin-right: 10px;
}

.span-label-color {
    float: left;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-top: 2px;
    width: 40px;
    height: 10px;
}

.span-label-content {
    width: 100px;
}

.benchmark-value {
    width: 100px;
}

.filter-col-sx {
    width: 90%;
    margin-left: 20px;
    float: left;
}

.filter-col-dx {
    float: right;
    margin-right: 35px;
    margin-top: 2px;
}
/* big landscape tablets, laptops, and desktops */
@media (min-width:1450px) {
    

    .date-col-filter {
        width: 30%;
    }

    .date-filter {
        width: 100%;
    }

    .ddl-filter {
        width: 60.5%;
    }

    .txt-filter {
        width: 60.5%;
    }

    .md-filter-label {
        width: 15%;
    }
}


/*OVERLAY LOADER*/

.overlay-loader {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100000;
}

.overlay-loader__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay-loader__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255,140,0,1);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* AI Search classes*/
.chat-container {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.chatList {
    width: 200px;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.chat-box {
    flex: 1;
    padding: 1% 2%;
}

.question-input, .question-input:focus {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 10px;
    display: inline-block;
}

.submit-input {
    width: 10em;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 10px;
    display: inline-block;
}

.submit-input-loader {
    align-items: flex-start;
    appearance: button;
    background-color: rgb(255, 119, 1);
    background-image: linear-gradient(to top, rgb(244, 146, 57), rgb(255, 119, 1));
    background-repeat: repeat-x;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(221, 221, 221);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    padding-block-end: 10px;
    padding-block-start: 10px;
    padding-bottom: 10px;
    padding-inline-end: 10px;
    padding-inline-start: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
    text-size-adjust: 100%;
    text-transform: none;
    text-wrap: nowrap;
    user-select: none;
    vertical-align: middle;
    white-space-collapse: collapse;
    width: 103.688px;
    word-spacing: 0px;
}

    .submit-input-loader:hover, .submit-input-loader:focus {
        text-decoration: none;
        color: white;
    }

.chat-content {
    height: 500px;
    padding: 0px 80px 40px 0px;
    overflow-y: auto;
}

div.chat_content label {
    margin-left:1%;
}

.chat-button {
    color: #ff7701;
    border: 1px solid #ff7701;
    background-color: rgba(255,255,255,1);
    border-radius: 3px;
    text-align: center;
    margin-bottom: 5px;
    height: auto;
    width: 100%;
}

.chat-button-selected {
    color: rgba(255,255,255,1);
    border: 1px solid #ff7701;
    background-color: #f49239;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 5px;
    height: auto;
    width: 85%;
}

.newchat-button {
    color: rgba(255,255,255,1);
    border: 1px solid #ff7701;
    background-color: #ff7701;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 25px;
    height: 24px;
    width: 100%;
}

.chat-list {
    list-style: none;
    padding: 0px !important;
}

.output {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    /*border-right: .15em solid orange;*/ /* The typwriter cursor */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    /*animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;*/
    line-height: 1.5;
}

.logoMessage{
    width:16px;
    margin-right:4px;
}

.userMessage{
    margin-bottom:0.5%;
}
.userMessage span {
    margin-right: 6px;
}

.question_timestamp{

}

.sourceDocuments {
    padding: 1%;
    background-color: #f5f5f5;
    border-radius: 10px;
    width: fit-content;
    font-size: 12px;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}

table.orange-columns th {
    color: #ff7701;
}

fieldset.scheduler-border {
    border: 1px solid #ddd !important;
    padding: 1.4em 1.4em 1.4em 1.4em !important;
    margin: 1.5em 1.5em 1.5em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 0.9em !important;
    text-align: left !important;
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: unset !important;
}