﻿.bootstrap-select .dropdown-menu.open input {
    margin: 0px;
    text-indent: 30px;
}
#profilePicture {
    cursor: pointer;
}
input[readonly='readonly'],
textarea[readonly='readonly']
{
    pointer-events: none;
    background: #f0f0f0 !important;
    opacity: 0.75 !important;
}
table tr .tcontrol1
{
    width: 65px;
}
.dataTables_filter.dataTables_filter.dataTables_filter
{
    text-align: left;
}
.field-validation-error
{
    color: red;
}
.input-validation-error
{
    border-bottom: 1px solid red !important;
}
label.required:after
{
    content: ' *';
    font-size: smaller;
    color: red;
}
.image-gallery-item .delete-img
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 15px;
}
.image-gallery-item:hover .delete-img
{
    opacity: 1;
    visibility: visible;
}
.dropdown-toggle-column-container
{
    z-index: 1;
}
.dropdown-toggle-column-container a.dropdown-toggle
{
    color: #666;
}
.dropdown-toggle-column label
{
    width: 100%;
    height: unset;
    margin: 0px;
    padding: 7px 18px 7px 35px;
    font-size: 14px;
    line-height: 25px;
}
.dropdown-toggle-column label:before
{
    top: 10px;
    left: 10px;
}
.dropdown-toggle-column [type="checkbox"]:checked + label::before
{
    top: 6px;
    left: 8px;
}
.dropdown-toggle-column label:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.tbl-max-width
{
    width: 100% !important;
}
.tbl-min-width
{
    width: 0px !important;
}
.dtp-actual-year
{
    cursor: pointer;
}
.sweet-alert h2
{
    line-height: 1.5;
}
.full-width
{
    width: 100%;
}
.img-container
{
    position: relative;
    width: 100%;
}
.img-inner-container
{
    position: relative;
    width: 100%;
    height: 0px;
}
.img-inner-container-sq
{
    padding: 0px 0px 100%;
}
.img-inner-container-sq img
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.dropzone.dz-img-bg
{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
    padding-bottom: 100%;
    height: 0px;
    min-height: 0px;
    width: 100%;
}
.dropzone.dz-img-bg .dz-file-preview .dz-file-preview
{
    position: absolute;
    z-index: 1;
}
.dz-click-label
{
    position: absolute;
    padding: 5px;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    background: red;
    color: white;
}
.dropzone.dz-img-bg .dz-message
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 0px;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.8);
}
.dropzone.dz-img-bg:hover .dz-message
{
    opacity: 1;
    visibility: visible;
}
.validation-summary-errors ul
{
    padding-left: 10px;
}
.link-disabled
{
    opacity: 0.3;
    pointer-events: none;
}
.bootstrap-select > .dropdown-toggle.dropdown-toggle.dropdown-toggle {
    padding-left: 2px;
    padding-right: 5px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):not(.input-group-btn) {
    width: 290px;
}
.start-edit,
.save-edit,
.cancel-edit
{
    padding: 3px 6px;
    vertical-align: middle;
}
.start-edit > i,
.cancel-edit > i
{
    font-size: 18px;
}
.save-edit,
.cancel-edit,
.disable-editing .additional-info{
    display: none;
}
.disable-editing .form-line {
    border: none;
}
.disable-editing .form-line::after {
    content: unset;
}
.disable-editing input::placeholder,
.disable-editing textarea::placeholder {
    opacity: 0;
}
.disable-editing label {
    pointer-events: none;
}
.disable-editing input,
.disable-editing textarea,
.disable-editing select,
.disable-editing .bootstrap-select {
    border-bottom: 1px solid #EEE !important;
    pointer-events: none;
}
.disable-editing .bootstrap-select .bs-caret,
.disable-editing .same_as_residential {
    display: none;
}
.bootstrap-select .dropdown-toggle {
    font-size: 100%;
}
.disable-editing input[type="submit"],
.disable-editing button[type="submit"]
{
    display: none;
}
.disable-editing [type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::after {
    background-color: #BBB !important;
    border-color: #BBB !important;
}

.dataTables_wrapper .bootstrap-select.bootstrap-select {
    display: inline-block;
    width: auto;
    min-width: 220px;
}

.form-control.disabled
{
    background-color: #EAEAEA;
    cursor: no-drop;
    pointer-events: none;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}