::-webkit-input-placeholder {
    color: #9B9C9F !important;
}

::-moz-placeholder {
    color:#9B9C9F !important;
}

::-ms-placeholder {
    color:#9B9C9F !important;
}

::placeholder {
    color:#9B9C9F !important;
}

.ui-widget.ui-widget-content {
    background-color: var(--bs-body-bg);
}

.ui-tooltip {
    padding: 5px 10px;
    background-color: #4D4F50 !important;
    color: white;
    font-size: 12px;
    z-index: 100003;
}

.ui-tooltip-content {
    background-color: #4D4F50 !important;
}

.account-background {
    background-image: none;
}

.imgLogo {
    width: 150px;
    content: url(/images/logo-tsi.png);
}

.account-background .bg-form {
    background-color: transparent;
}

.account-background .login_account2 .form-control {
    margin-bottom: 10px;
}

.register-panel {
    min-width: 600px;
}

.sidebar-select-establishments {
    height: 50px;
}

.actionLink {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.smscontent {
    resize: none;
    height: 120px;
}

#sms-counter {
    margin : 0;
    padding : 10px 0;
}

#sms-counter li {
    list-style-type: none;
    float: left;
    margin: 0;
    margin-right: 10px;
    color: #878a99 !important;
    font-size: 12px;
}

.success_font {
    color: green;
    font-weight: 600;
}

.select2 {
    width:100%!important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e9ebec;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e9ebec;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border: 1px solid #aaa;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

#footable_1 {
    visibility: hidden;
}

#footable_1 tr.footable-empty td {
    color: #878a99 !important;
}

.thFieldLabel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.trFormLabel td {
    border-style: none;
    font-weight: bold;
}

.trFormLabel .fieldLabelDescription {
      color: grey;
      font-size: 14px;
      font-weight: normal;
}

.divRadio, .divCheckbox {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.trFormValues .label-checkbox, .trFormValues .label-radio {
    vertical-align: top;
    display: inline-block;
    padding-top: 1px;
    cursor: pointer;
}

/* .trFormValues .checker, .trFormValues .radio {
    margin-bottom: 10px;
} */

.trFormValues input[type='checkbox'], .trFormValues input[type='radio'] {
    cursor: pointer;
}

.formIntro {
    background-color: #EFEFEF;
    border: 1px solid #CCC;
    border-radius: 0.25rem;
    padding: 20px;
}

.justTextBanner {
    background-color: var(--bs-body-bg);
    border: 1px solid #CCC;
    border-radius: 0.25rem;
    padding: 20px;
}

.formIdentification {
    background-color: #D0E2F4;
    border: 1px solid #CCC;
    border-radius: 0.25rem;
    padding: 20px;
}

.formIdentification .form-control {
    background-color: white;
    width: 200px;
}

#listFields {
    list-style-type: none;
    padding-left: 10px;
}

#listFields .ui-state-highlight {
    background-color: var(--bs-body-bg);
    border-color: #EEEEEE;
}

#listFields #tempLiJustText, #listFields #tempLiField, #listFields .tempLiValue {
    display: none;
}

#listFields .liField {
    margin-top: 20px;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid var(--bs-border-color);
}

#listFields .liFieldActions {
    float: left;
    margin-right: 10px;
}

#listFields .mdi-cursor-move {
    /* float: left; */
    margin-right: 6px;
    cursor: move;
    /* color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); */
    color: #2881DB;
}

#listFields .ion-trash-a {
    /* float: left; */
    margin-right: 10px;
    margin-left: 2px;
}

#listFields .select2-container {
    margin-bottom: 5px;
}

#listFields .select2 {
    width: 250px!important;
}

#listFields .form-control {
    width: 90%;
    display: inline;
}

#listFields .checker {
    margin-bottom: 3px;
}

#listFields .divMultipleValues {
    display: inline;
}

#listFields .fieldLabel {
    margin-bottom: 5px;
}

#listFields .divScale, #listFields .divFieldLabelDescription, #listFields .buttonFieldLabelDescription {
    padding-left: 2rem;
}

#listFields .buttonFieldLabelDescription, #listFields .divFieldLabelDescription {
    /* padding-top: 5px;; */
}

#listFields .divScale {
    margin-top: 10px;
}

#listFields .fieldScaleMax, #listFields .fieldScaleMin {
    width: 60px;
    padding: 5px;
}

.scaleHorizontal {
    cursor: pointer;
    /* width: 600px; */
    margin-bottom: 10px;
}

.scaleHorizontal .ui-slider-handle {
    width: 2em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

#listFields .listValues .valueLabel {
    width: 20%;
    display: inline;
    padding: 5px;
}

#listFields .listValues .valueValue {
    width: 60px;
    display: inline;
    padding: 5px;
}

#listFields .listValues .valueWeighting {
    width: 60px;
    display: inline;
    padding: 5px;
    display: none;
}

#listFields .listValues {
    list-style-type: none;
}

#listFields .listValues li {
    list-style-type: none;
    margin-top: 10px;
}

.page-container-public .page-content {
    margin: 0;
    padding: 5% 2%;
}

.page-container-public .page-inner {
    padding: 0;
}

#tdLinks input, #tdLinksForms .select2-container {
    display: inline;
}

.linkLine {
    
}

.linkNum {
    width: 35px;
    vertical-align: middle;
}

.messageLinks, .messageLinksForms {
    display: inline;
    border: 1px solid #CCC;
    border-radius: 0.25rem;
    padding: 0 5px 0 5px;
}

.messageLinks a, .messageLinksForms a {
    color: #999;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 5px;
}

.messageLinks a:hover, .messageLinksForms a:hover {
    color: #000;
}

.conditionsInactive {
    color: #aaa;
}

.conditionsActive {
    color: #BF40BF;
}

.popup {
    /* display: none; */
    width: 800px;
    height: auto;
    max-height: 80%;
    overflow: auto;
    background-color: #FFF;
    padding: 20px;
    border-radius: 0.25rem;
    background-color: var(--bs-body-bg);
    max-height: 900px;
    display: none;
}

.mdi-file-eye, .popup .mdi-close-circle, .popup .mdi-arrow-right, .popup .mdi-arrow-left {
    color: black;
}

#popupFormRecord, #popUpDisplayFile {
    overflow: hidden;
}

#popUpDisplayFile {
    width: 1000px;
    max-height: 2000px;
}

#popupImgRecordContent {
    overflow: auto;
}

#popupFormRecordContent {
    overflow: auto;
    max-height: 860px;
}

.popup .mdi-close-circle {
    font-size: 20px;
}

.select2-container-overlay {
    z-index: 100002;
}

#fieldConditionsContent {
    margin-bottom: 20px;
}

#tempFieldCondition, #tempFieldConditionRow, #tempConditionAnd, #tempConditionOr {
    display: none;
}

.fieldCondition {
    margin: 5px 0 5px 0;
}

.fieldConditionDelete {
    width: 3%;
    display: inline-block;
    vertical-align: top;
}

.fieldConditionContent {
    width: 96%;
    display: inline-block;
    border: 1px solid #e9ebec;
    border-radius: 0.25rem;
    padding: 20px;
    /* background-color: var(--bs-body-bg); */
    background-color: white;
}

.fieldConditionRow {
    margin-bottom: 10px;
}

.fieldConditionRow .deleteCondition {
    width: 3%;
    display: inline-block;
    vertical-align: top;
}

.fieldConditionRow .conditionList {
    width: 96%;
    display: inline-block;
}

#fieldConditions .select2 {
    width: 48%!important;
}

.conditionListValues {
    display: none;
}

.addConditionRow {
    margin-top: 10px;
}

.conditionAnd, .conditionOr {
    width: 100%;
    /* padding: 10px; */
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.patientInfos {
    float: left;
    width: 530px;
    padding: 20px;
    margin: 0 20px 20px 0;
    background-color: var(--bs-body-bg);
    border: 1px solid #e9ebec;
    border-radius: 0.5rem;
    min-height: 245px;
}

.patientInfosMain {
    border: 2px solid #181A56;
}

.patientInfos table td {
    padding: 5px;
}

.roundNum {
    padding: 3px 8px 3px 8px;
    /* background-color: #518ce5; */
    background-color: #D1E2FF;
    color: black;
    border-radius: 0.8rem;
}

.roundNumSingleDigit {
    padding: 3px 9px 3px 9px;
}

.colorMinor {
    color: #1D1F24;
    background-color: #CEF5D1;
}

.colorLight {
    color: #1D1F24;
    background-color: #E5E0FD;
}

.colorModerate {
    color: #3F4045;
    background-color: #FEEAB6;
}

.colorSevere {
    color: #1D1F24;
    background-color: #FFE0CD;
}

.colorMassive {
    color: #1D1F24;
    background-color: red;
}

.colorIMC1 {
    color: #1D1F24;
    background-color: #CCEBFD;
}

.colorIMC2 {
    color: #1D1F24;
    background-color: #CCEBFD;
}

.colorIMC3 {
    color: #1D1F24;
    background-color: #D6F4D4;
}

.colorIMC4 {
    color: #1D1F24;
    background-color: #FBEBBC;
}

.colorIMC5 {
    color: #1D1F24;
    background-color: #F4B994;
}

.colorIMC6 {
    color: white;
    background-color: #CA2C41;
}

.colorIMC7 {
    color: white;
    background-color: #43454C;
}

#patiens-filter-form-container {
    width: 300px;
}

#patiens-filter-form-container .input-group {
    border: 1px solid #e9ebec;
    border-radius: 0.25rem;
}

#patiens-filter-form-container .dropdown-toggle {
    display: none;
}

.notifyjs-bootstrap-success {
    background-image: none;
}

.dropdown-menu {
    min-width: 14rem;
}