﻿/* Bootstrap Validation Summary Override */
/* Bootstrap Validation Summary Override */
.page-content {
    min-height:95vh;
}
.spinner-border {
    margin-right: 50%;
    margin-top: 10%;
    position:absolute;
}

.ltr{
    direction:ltr;
}
.validation-summary-valid {
    display: none;
}

.input-validation-error, .select2-validation-error , .select2-validation-error:focus  {
    background-clip: border-box;
    box-shadow: 0 0 0 0.2rem #fed2d2;
}
.spinner-opc {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    opacity: 1;
    background-color: #80808038;
}

.input-validation-error, .select2-validation-error, .select2-validation-error:focus {
    border: 1px solid #fa7f7f !important;
    /* padding: 8px; */
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.option-check-box, .option-check-box-checked, .option-box, .option-box-checked, .option-radio, .option-radio-checked {
    padding: 7px;
    cursor: pointer;
    border-radius: 2px;
    /*border-width: 1px;*/
    /*border-style: solid;*/
    /*color: white;*/
    text-align: center;
}

    .option-check-box-checked:before, .option-radio-checked:before, .option-box-checked:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 10px;
        color: white;
        padding-right: 0.5em;
        position: absolute;
        font-weight: 600;
    }



.option-check-box-checked {
    position: relative;
    transition: all ease-in 200ms;
}

    .option-check-box-checked:before {
        top: 1px;
        left: 2px;
    }

.checkbox-unchecked {
    cursor: pointer;
    color: #b1b1b1;
}

.checkbox-checked {
    cursor: pointer;
    color: #1d81b9;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

.list-cmd-wrapper {
    text-align: left;
    margin: 0px 0px 5px 0px;
}

.btn-info {
    /* background-color: #6dc3f5 !important; */
    background: linear-gradient(60deg, #6dc3f5 50%, #7bcfff 50%) !important;
}

.btn-circle-icon {
    margin-right: -4px;
}

.btn-circle {
    min-width: unset !important;
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
}

.col-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.166665%;
    flex: 0 0 4.166665%;
    max-width: 4.166665%;
    width: 4.166665%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    width: 16.66666%;
}

.dataTables_empty {
    font-size: 1.5rem !important;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.lang-csharp,
.has-tooltip,
.has-popover {
}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {
}

/* Small word wrap correction */
section > ol > li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

    .documentation blockquote.info {
        background: #edf2f9;
        border-left: 3px solid var(--info);
    }

    .documentation blockquote.warning {
        background: #fff4db;
        border-left: 3px solid var(--warning);
    }

    .documentation blockquote.danger {
        background: #fadeeb;
        border-left: 3px solid var(--danger);
    }

/* Enter custom CSS rules for your application here */
.input-validation-error, .select2-validation-error:focus {
    background-clip: border-box;
    box-shadow: 0 0 0 0.2rem #fed2d2;
}

.input-validation-error, .select2-validation-error, .select2-validation-error:focus {
    border: 1px solid #fa7f7f;
    box-shadow: 0 0 0 0.2rem #fed2d2;
    border-radius :20px;
}
.select2-container {
    width: 100% !important;
}
.nav-pills .nav-link.active i{
    color:#fff!important;
}