﻿.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin: 0;
    padding-left: 10px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .separator::before {
        margin-right: .30em;
    }

    .separator::after {
        margin-left: .30em;
    }

.width-full {
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
}

.table-check-horizontal-align {
    margin-left: 1.2rem !important;
}

.img-preview-container {
    height: 20vh;
    border: solid 3px whitesmoke;
}

.height-120 {
    height: 120px;
}

.square-120 {
    width: 120px;
    height: 120px;
}

.img-preview {
    height: 100%;
    width: 100%;
}

.croppie-container {
    overflow: auto;
}

div.dropzone {
    text-align: center;
    border: 2px dashed #6993FF;
}

.dz-details, .dz-filename {
    display: none;
}

.logo-text {
    font-weight: 400;
    font-size: 1.3rem;
    color: #fff;
}

.logo-icon {
    font-size: 1.3rem;
    color: #fff;
}

@media print {
    body * {
        visibility: hidden;
    }

    #modal-block.printable, #modal-block.printable * {
        visibility: visible;
    }

    .modal-dialog {
        width: auto !important;
        max-width: 2000px;
    }

    #modal-block.printable .modal-footer {
        display: none;
    }
}
