/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.margin15 {
    margin: 15px;
}

.handcursor {
    cursor: pointer;
}

.font-size-12 {
    font-size: 12px !important;
}

.sameformat {
    white-space: pre-line !important;
}

.scrollx {
    overflow-x: auto;
}

.selectWithBorder {
    /*border: 10px solid;*/
    background-color: #cab6855c;
}

.dz-details {
    height: auto !important;
}

.pull-right {
    float: right;
}

[type="checkbox"].reset-checkbox,
[type="checkbox"].reset-checkbox:checked,
[type="checkbox"].reset-checkbox:not(checked) {
    opacity: 1;
    position: relative;
}

    [type="checkbox"].reset-checkbox + span::before,
    [type="checkbox"].reset-checkbox + span::after,
    [type="checkbox"].reset-checkbox:checked + span::before,
    [type="checkbox"].reset-checkbox:checked + span::after {
        display: none;
    }

    [type="checkbox"].reset-checkbox + span:not(.lever) {
        padding-left: 10px;
    }

.ShowCheckBox {
    opacity: initial !important;
    pointer-events: auto !important;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.is-hide {
    display: none;
}

.error {
    border-bottom: 1px solid red !important;
}

.error_i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: red;
}

.wspreline {
    white-space: pre-line !important;
}

.headermsg {
    float: left;
    position: relative;
    left: 255px;
    color: #000;
    font-size: 20px;
}

#slide-out {
    margin-top: 30px;
}

.announcementposted {
    font-size: 11px;
    text-align: right;
    font-style: oblique;
}
.wordwrap {
    word-wrap: break-word !important;
    white-space: normal !important;
    word-break: break-all;
}

.btn {
    padding: 0px 1rem;
}

@media only screen and (max-width: 992px) {
    #slide-out {
        margin-top: 0px;
    }

        #slide-out > .liCollapseExpand {
            display: none;
        }
}

@media only screen and (min-width: 993px) {
    #slide-out > .liCollapseExpand {
        display: block;
    }
}

.spn-error
{
color:red
}
.wordbreak {
    white-space: normal !important;
    word-break: break-word;
}