.hidden {
    display: none;
}

hr{
	width:100%;
}

.custom-checkbox-copy{
	display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    bottom: 1px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    content: "";
    border: 1px solid #ccc;
    border-radius: 3px;
}

.custom-checkbox-copy:checked{
	font-family: FontAwesome;
    content: '\f00c';
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 21px;
    background: #0070FF;
    border-color: #0070FF;

}

.added_to_cos {
    height: 24px;
    text-align: center;
}

#stickmedia {
    position: absolute;
    bottom: 30px;
}

#stickmedia img {
    margin: auto;
    display: block;
}

.fancy-checkbox input[type="checkbox"]:checked + span:before {
    background: #0070FF;
    border-color: #0070FF;
}

.service_section {
    margin-top: 20px;
}

label {
    color: grey;
    margin-top: 10px;
}

.form-control, select, .fancy-checkbox span {
    color: #444 !important;
}

h5 {
    font-size: 15px;
    font-weight: bold;
}

.btn-group {
    width: 100%;
}

.btn-group > .btn:first-child {
    width: 100% !important;
}

.btn-group > .btn:first-child span {
    color: black !important;
}

.navbar-fixed-top .navbar-brand img {
    width: 25px !important;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 10px !important;
}

/* login */

#logincard {
    border: 0px;
}

.auth-box {
    width: 25%;
    margin: auto;
    display: block;
    text-align: center;
}

@media screen and (max-width: 500px) {

    .auth-box {
        width: 75% !important;
    }
    .form-w-100 {
        width: 100%;
    }

}

.custom-alert {
    margin: 0px;
    padding: 10px;
}

.custom-alert ul {
    margin: 0;
}

.col-md-4 {
    float: left;
}

.has-error input, .has-error select {
    border: 1px solid #af3429;
}

.has-error .help-block {
    color: #af3429;
}

.has-error label {
    color: #af3429;
}

.help-block {
    opacity: 1;
}

.client-header-info {
    text-align: center;
    text-transform: uppercase;
}

.supplier .form-check {
    padding-bottom: 0.5rem;
}

.supplier label {
    font-weight: 600;
    margin-top: 0px !important;

}

.supplier .form-check label {
    font-weight: normal;
}

.supplier .custom-file-label::after {
    background-color: #3490dc;
    color: white;
}

.supplier .symbol-star {
    color: #910000;
}

.supplier h2 {
    margin-bottom: 1rem;
}

.supplier h2.padding {
    margin-bottom: 0rem;
    padding-left: 0.5rem;
}

.supplier h4.padding {
    margin-bottom: 0rem;
    padding-left: 0.5rem;
}

.supplier .position-top-block {
    display: flex;
    align-items: center;
}

o.supplier img {
    width: 4rem;
    height: 4rem;
}

.signature-img {
    width: 8rem !important;
    height: 4rem;
}

#signature_canvas {
    touch-action: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
}

.canvas-sing-modal {
    touch-action: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.position-top-block img {
    width: 4rem;
}

.supplier-success img {
    width: 12rem;

}

.supplier-success {
    text-align: center;
}

.supplier-success span {
    margin: auto;
}

.info-block {
    font-size: 13px;
    font-style: italic;
    color: #9ea3a9;
    margin: 0px !important;
}

.post-comments-modal>.modal-dialog {
    overflow-y: visible !important;
}

.defined-multiblock-content .page-block-table {
    border: 1px solid #dee2e6;
}

#broadcastPreview .modal-dialog {
    max-width: 600px !important;
}
#socialPostPreview .modal-dialog {
    max-width: 500px !important;
}

#socialPostPreview .modal-header {
    border-bottom: none;
}

#socialPostPreview .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#socialPostPreview .image-wrapper {
    position: relative;
    height: 367px;
}

#socialPostPreview .file-wrapper>div {
    border: 1px solid #dee2e6;
    border-radius: 3px;
}

#socialPostPreview .image-wrapper video,
#socialPostPreview .image-wrapper img {
    max-height: 365px;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    border: 1px solid #dee2e6;
    border-radius: 3px;
}

#socialPostPreview .post-preview-content,
#socialPostPreview p,
#socialPostPreview a {
    text-decoration: none;
    font-size: 14px;
}

#socialPostPreview .preview-poll-answer {
    font-size: 14px;
    height: 50px;
    margin-bottom: 12px;
    border: 1px solid #dee2e6;
    border-radius: 3px;
}

#socialPostPreview .preview-poll-answer-check {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border-radius: 50%;
}
#socialPostPreview .preview-poll-answer-check:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}


#socialPostPreview .post-preview-additional-images {
    position: absolute;
    height: 143px;
    width: 140px;
    bottom: 0;
    right: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
    background: #00000035;
    border-radius: 3px;
}

.social-reaction-preview {
    margin-bottom: 12px;
}

@media (min-width: 576px) {
    .modal-dialog:not(.datepicker-modal) {
        max-width: 725px;
        margin: 1.75rem auto;
        overflow: hidden;
    }
}

.btn-ok {
    color: #fff !important;
}

.dashboard-content .table-container {
    overflow: hidden;
    overflow-x: scroll;
}

.dashboard-content td {
    text-align: center;
}

.dashboard-content table tr:last-child {
    font-weight: bold;
}

.dashboard-content th:not(:first-child) {
    text-align: center;
}

.dashboard-content th {
    font-size: 12px;
    width: 325px;
}

/*.open-incidents-modal table thead,*/
.dashboard-container .card table thead {
    background: #343A40;
}
/*.open-incidents-modal table thead th,*/
.dashboard-container .card table thead th {
    padding: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.dashboard-content .dashboard-container table tr:last-child {
    font-weight: normal;
}
/*.open-incidents-modal table tbody td,*/
.dashboard-container .card table tbody td {
    padding: 1.5rem;
}
.dashboard-container .card table tbody tr:hover{
    background-color: rgba(0,0,0,0.075);
}

.open-incidents-modal .modal-body{
    padding: 0;
}
.dashboard-container a.show-incidents {
    margin: 20px;
}
.dashboard-container .card.new-requests .body,
.dashboard-container .card.new-account-statuses .body,
.dashboard-container .card.open-incidents .body {
    padding: 0;
}
.dashboard-content .dashboard-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}
.dashboard-container .card{
    width: calc(50% - .5rem);
}
.dashboard-container .card.quart-card{
    width: 100%;
    display: flex;
    flex-flow: row;
    margin: 0;
    height: 50%;
}
.dashboard-container .card.quart-card .body-content{
    width: 50%;
}
.dashboard-container .card.total-requests,
.dashboard-container .card.total-parcels,
.dashboard-container .card.total-visitors{
    width: calc(60% - .5rem);
}
.dashboard-container .card.new-requests,
.dashboard-container .card.new-account-statuses,
.dashboard-container .card.open-incidents{
    width: 100%;
}
.dashboard-container .additional-requests,
.dashboard-container .additional-parcels{
    width: calc(40% - .5rem);
    display: flex;
    flex-flow: column;
    gap: 1rem;
}
.dashboard-container .visitor-management-card {
    width: calc(40% - .5rem);
    display: flex;
    flex-flow: column;
    gap: 1rem;
}
.dashboard-container .additional-requests .body-content{
    padding: 1rem 2.5rem;
}
.dashboard-container .additional-parcels .body {
    display: flex;
    height: 100%;
    flex-flow: column;
    gap: 1rem;
    justify-content: space-around;

}
.dashboard-container .visitor-management-card .body {
    display: flex;
    height: 100%;
    flex-flow: column;
    gap: 1rem;
    justify-content: space-around;
}
.dashboard-container .additional-parcels .additional-parcels-wrapper {
    min-height: 22%;
}
.dashboard-container .visitor-management-card .visitor-management-card-wrapper {
    min-height: 22%;
    flex:1;
}
.dashboard-container .external-requests-info,
.dashboard-container .internal-requests-info{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 2.5rem;
}
.dashboard-container .external-requests-info h1,
.dashboard-container .internal-requests-info h1{
    font-weight: 600;
}
.dashboard-container .card.knowledge-card{
    width: calc(25% - .75rem);
    display: flex;
    flex-flow: column;
}
.dashboard-container .card.knowledge-card .body-content p{
    width: 75%;
}

@media (max-width: 768px) {
    .dashboard-container .card{
        width: 100%;
    }
    .dashboard-container .card.quart-card{
        width: 100%;
    }
    .dashboard-container .card.quart-card .body-content{
        width: 50%;
    }
    .dashboard-container .card.total-requests,
    .dashboard-container .card.total-parcels,
    .dashboard-container .card.total-visitors{
        width: 100%;
    }
    .dashboard-container .card.open-incidents{
        width: calc(100% + 1rem);
    }
    .dashboard-container .card.knowledge-card{
        width: calc(50% - .5rem);
    }
    .dashboard-container .additional-requests,
    .dashboard-container .additional-parcels,
    .dashboard-container .visitor-management-card{
        width: 100%;
    }
    .dashboard-container .additional-requests .body-content{
        padding: 1rem 2.5rem;
    }
}

.color-gray {
    background: #8080807a;
    padding: 10px;
}

.total-value {
    font-weight: bold;
}

.pagination {
    float: right;
}

.edit {
    float: left;
    margin-right: 2px;
}

#operationInfo th, #order-building-modal th {
    width: 25%;
    border-right: 1px solid #dee2e6;
}

#orderInfo th, #customer-info-modal th {
    width: 34%;
    border-right: 1px solid #dee2e6;
}

#collapseExample .mb-2, #collapseExample .mb-3, #collapseExample .mb-4, #collapseExample .mb-5 {
    margin-bottom: 10px !important;
}

.modal-dialog.modal-dialog-centered {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-dialog.modal-dialog-centered .modal-header,
.modal-dialog.modal-dialog-centered .modal-body,
.modal-dialog.modal-dialog-centered .modal-header *,
.modal-dialog.modal-dialog-centered .modal-body * {
    text-align: center;
}

@media (min-width: 992px) {
    .modal-dialog:not(.sign-canvas):not(.date-modal):not(.datepicker-modal):not(.modal-dialog-centered) {
        max-width: 75% !important;
    }

    .date-modal{
        max-width: 45% !important;
    }

    .modal-dialog table {
        display: inline-table;
    }
}
.date-modal .booking-service-block{
    margin: 0!important;
}
.date-modal .day{
    padding: 0!important;
    height: 40px!important;
}

.date-modal .modal-body{
    padding-top: 0!important;
}
.date-modal .table-condensed{
    margin: 0!important;
}


@media (min-width: 768px) {
    .date-modal{
        max-width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .modal-dialog:not(.sign-canvas):not(.date-modal):not(.datepicker-modal):not(.modal-dialog-centered) {
        max-width: 75% !important;
    }
    .date-modal{
        max-width: 35% !important;
    }

    .modal-dialog table {
        display: inline-table;
    }
}

.disabled-li {
    pointer-events: none;
    opacity: 0.2;
}

.custom-file input {
    height: 36px;
    /*padding: 3px;*/
}

.add_building .card-header {
    background-color: #ffffff;
}

.card-header {
    background-color: #ffffff;
}

.add_building .card {
    border-radius: 6px !important;
}

.add_building .card-header {
    border-radius: 6px 6px 0px 0px !important;
}

.multiselect-container .active label {
    color: white !important;
}

.multiselect-container a {
    padding: 4px 0px 4px 0px !important;
}

.table thead th {
    vertical-align: inherit;
}

.sidebar-nav .metismenu > li i {
    width: 1rem;
}
.staff-btn-status{
    width: 100%;
    margin: 2px;
}

.btn-container-parent{
    position: relative;
    min-height: 50px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.btn-container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.staff-title-label{
    font-weight: bold;
    color: #808080;
}


.staff-view .mb-2{
    margin: 0px!important;
}
.staff-view{
    padding: .75rem 1.25rem;
}

.staff-span-status{
    color: currentColor;
    display: inline-block;  /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}

.black-btn{
    background: black!important;
    border: 3px solid black;
}
.order-info-page{
    margin: 35px 0px 35px -10px;
}

.textarea-px-5 {
    padding: 0px 5px;
}

@media screen and (max-width: 768px) {
    #list-details .card > .body {
        padding: 20px;
    }
}

.form-height-100,
.col-height-100 {
    height: 100%;
}

.col-height-100 {
    margin-bottom: 0px;
}

.clear-mx {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;

    border: 1px solid #cdd4da!important;
    /*height: 40px;*/

    /*padding: 10px 12px;*/

    /*border: 1px solid transparent;*/
    border-radius: 4px;
    background-color: white;

    /*box-shadow: 0 1px 3px 0 #e6ebf1;*/
    /*-webkit-transition: box-shadow 150ms ease;*/
    /*transition: box-shadow 150ms ease;*/

    height: 32px;
    padding: 8px 0px 0px 10px;

}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.panel-title {
    display: inline;
    font-weight: bold;
}

.display-table {
    display: table;
}

.display-tr {
    display: table-row;
}

.display-td {
    display: table-cell;
    vertical-align: middle;
    width: 61%;
}

.cell .mb-2, .my-2 {
    margin-bottom: 0 !important;
}

.cell .mb-1, .my-1 {
    margin-bottom: 0 !important;
}

.example.example2 .error svg {
    margin-top: 0 !important;
}

.example.example2 .error svg .base {
    fill: #e25950;
}

.example.example2 .error svg .glyph {
    fill: #fff;
}

.example.example2 .error .message {
    color: #e25950;
}

.example.example2 .success .icon .border {
    stroke: #abe9d2;
}

.example.example2 .success .icon .checkmark {
    stroke: #24b47e;
}

.example.example2 .success .title {
    color: #32325d;
    font-size: 16px !important;
}

.example.example2 .success .message {
    color: #8898aa;
    font-size: 13px !important;
}

.example.example2 .success .reset path {
    fill: #24b47e;
}

.cell {
    position: relative;
    width: 100%;
}

.cell .card {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .cell .card {
        width: 115%;
    }
}

@media (min-width: 576px) {
    .cell .card {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .cell .card {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .cell .card {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .cell .card {
        width: 50%;
    }
}

#card-errors {
    color: #E25950;
}
.cell .form-group {
     margin-bottom: 0px;
}

.field-aligned {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1px;
}

.payment-form {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.payment-success-container {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.payment-success-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 505px;
    padding: 35px;
    align-items: center;
}

.icon-success, .icon-issues {
    width: 43px;
    height: 43px;
}

.payment-success-content .message-color {
    max-width: 288px;
    width: 100%;
}
.success-text {
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 13px;
}

.failure-text {
    font-size: 25px;
    font-weight: 600;
    color: #dc3545;
    margin-top: 15px;
    margin-bottom: 13px;
}

.btn-success-container .btn.btn-success {
    background-color: #00a696;
    border-radius: 25px;
    width: 176px;
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 600;
}

.btn-failure-container .btn.btn-danger {
    background-color: #dc3545;
    border-radius: 25px;
    width: 176px;
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 600;
}

#preloader, .preloader, #preloader_cost {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url('//cdnjs.cloudflare.com/ajax/libs/file-uploader/3.7.0/processing.gif');
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#preloader span, .preloader span, #preloader_cost span {
    font-size: 18px;
    margin-top: 55px;
}
.hidden-preloader{
    display: none!important;
}

.ui-tooltip {
    /* tooltip container box */
    white-space: pre-line!important;
}

.ui-tooltip-content {
    /* tooltip content */
    white-space: pre-line!important;
}
.big_z_index{
    z-index: 11111!important;
}
.booking-checkbox{
    float: left;
    padding: 0px;
}


.invoice_items .field_wrapper{
    width: 100%;
    padding: 1px 35px 1px 35px;
    background: #afa79b14;
    min-height: 74px;
}

.invoice_items .field_wrapper textarea{
    height: 63% !important;
}
.invoice-sum{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.no-gutters{
    margin-top: 5px;
}
.no-gutters .col{
    margin-left: 0!important;
    margin-right: 0!important;
}

.button-styles-content{
    padding: 0;
    display: contents;
}
.button-styles-content.type-content>div {
    padding-left: calc(var(--bs-gutter-x)/ 2);
    padding-right: calc(var(--bs-gutter-x)/ 2);
}

