﻿.f-modal-icon {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    /*margin: 20px auto;*/
    padding: 0;
    position: relative;
    width: 80px;
}

    .f-modal-icon.f-modal-success, .f-modal-icon.f-modal-error {
        border-color: #A5DC86;
    }

        .f-modal-icon.f-modal-success:after, .f-modal-icon.f-modal-success:before, .f-modal-icon.f-modal-error:after, .f-modal-icon.f-modal-error:before {
            background: transparent;
            content: '';
            height: 120px;
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 60px;
        }

        .f-modal-icon.f-modal-success:before, .f-modal-icon.f-modal-error:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .f-modal-icon.f-modal-success:after, .f-modal-icon.f-modal-error:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            -webkit-transform-origin: 0 60px;
            transform-origin: 0 60px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-icon.f-modal-error .f-modal-placeholder {
            border-radius: 50%;
            border: 4px solid rgba(165, 220, 134, 0.2);
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2;
        }

        .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-icon.f-modal-error .f-modal-fix {
            background-color: transparent;
            height: 90px;
            left: 28px;
            position: absolute;
            top: 8px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            width: 5px;
            z-index: 1;
        }

        .f-modal-icon.f-modal-success .f-modal-line, .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #A5DC86;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2;
        }

            .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                width: 25px;
            }

            .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                width: 47px;
            }

    .f-modal-icon.f-modal-error {
        border-color: #F27474;
    }

        .f-modal-icon.f-modal-error .f-modal-x-mark {
            display: block;
            position: relative;
            z-index: 2;
        }

        .f-modal-icon.f-modal-error .f-modal-placeholder {
            border: 4px solid rgba(200, 0, 0, 0.2);
        }

        .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #F27474;
            top: 37px;
            width: 47px;
        }

            .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
                left: 17px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
                right: 16px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .f-modal-icon.f-modal-info {
        border-color: #00BCD4;
    }

        .f-modal-icon.f-modal-info:before {
            -webkit-animation: pulseInfo 2s linear infinite;
            animation: pulseInfo 2s linear infinite;
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .f-modal-icon.f-modal-info:after {
            background-color: transparent;
            border-radius: 50%;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .f-modal-icon.f-modal-info .f-modal-body {
            background-color: #00BCD4;
            border-radius: 2px;
            height: 35px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 30px;
            width: 5px;
            z-index: 2;
        }

        .f-modal-icon.f-modal-info .f-modal-dot {
            background-color: #00BCD4;
            border-radius: 50%;
            bottom: 60px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2;
        }

    .f-modal-icon.f-modal-info {
        border-color: #00BCD4;
    }

        .f-modal-icon.f-modal-warning:before {
            -webkit-animation: pulseWarning 2s linear infinite;
            animation: pulseWarning 2s linear infinite;
            background-color: transparent;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .f-modal-icon.f-modal-warning:after {
            background-color: transparent;
            border-radius: 50%;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .f-modal-icon.f-modal-warning .f-modal-body {
            background-color: #F8BB86;
            border-radius: 2px;
            height: 47px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 10px;
            width: 5px;
            z-index: 2;
        }

        .f-modal-icon.f-modal-warning .f-modal-dot {
            background-color: #F8BB86;
            border-radius: 50%;
            bottom: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2;
        }

    .f-modal-icon + .f-modal-icon {
        margin-top: 50px;
    }

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s;
}

.f-modal-icon.f-modal-success.animate:after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}

.animateXLeft {
    -webkit-animation: animateXLeft .75s;
    animation: animateXLeft .75s;
}

.animateXRight {
    -webkit-animation: animateXRight .75s;
    animation: animateXRight .75s;
}

/*.scaleWarning {
    -webkit-animation: scaleWarning 0.75s infinite alternate;
    animation: scaleWarning 0.75s infinite alternate;
}*/

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.pulseInfoIns {
    -webkit-animation: pulseInfoIns 0.75s infinite alternate;
    animation: pulseInfoIns 0.75s infinite alternate;
}

@-webkit-keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0%,5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    100%,12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0%,5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    100%,12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@-webkit-keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@-webkit-keyframes scaleWarning {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleWarning {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pulseWarning {
    0% {
        background-color: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #F8BB86;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarning {
    0% {
        background-color: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #F8BB86;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}







@-webkit-keyframes pulseInfo {
    0% {
        background-color: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #00BCD4;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseInfo {
    0% {
        background-color: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #00BCD4;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulseInfoIns {
    0% {
        background-color: #00BCD4;
    }

    100% {
        background-color: #00BCD4;
    }
}

@keyframes pulseInfoIns {
    0% {
        background-color: #00BCD4;
    }

    100% {
        background-color: #00BCD4;
    }
}

.scaled {
    transform: scale(0.5);
    position:absolute;
    top:-10px;
    left:-10px;
}

.tpx-select2-container {
    border-color: #ccc !important;
    background-color: #F5F5F5 !important;
    box-shadow: none !important;
    color: #333 !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ECF3F8;
    color: #000;
    padding: 5px;
    cursor: pointer;
    padding-left: 10px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: #fff;
    color: #000;
    padding: 5px;
    padding-left: 10px;
}

/*Loading*/
#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    z-index: 2147483646;
}

#processMessage {
    position: fixed;
    top: 45%;
    left: 40%;
    padding: 10px;
    width: 270px;
    z-index: 2147483647;
    font-family: Arial;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    /*background-color:#fff;
    border:solid 1px #000;*/
}

.loader {
    margin: 100px auto;
    height: 120px;
    width: 120px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    justify-content: center;
    perspective-origin: 60px 60px;
    transform-origin: 60px 60px;
    border: 0px solid #000000;
    flex: 0 0 auto;
    flex-flow: column nowrap;
}

    .loader:after,
    .loader:before {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        border-style: solid;
        border-width: 2px;
        box-sizing: border-box;
        content: '';
        left: 0;
        position: absolute;
        top: 0;
    }

    .loader:after {
        -webkit-animation: rotate 2s infinite ease;
        animation: rotate 2s infinite ease;
        border-color: #3897f0 transparent transparent;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }

    .loader:before {
        border-color: #fff;
    }

    .loader a {
        display: block;
        font-size: 14px;
        margin: -60px 0;
        padding: 60px 9px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        z-index: 1;
        color: #fff;
        text-decoration: none;
        font: normal normal 600 normal 14px / 14px proxima-nova, 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*.pac-item {
    font: normal normal 600 normal 14px / 14px proxima-nova, 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
}*/

#TagIt {
    font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #616161;
    /*width: 600px !important;*/
}

#pac-input {
    /*background-color: #F3E2A9;*/
    /*padding: 0 11px 0 13px;*/
    /*width: 800px;*/
    /*font-family: Roboto;
    font-size: 15px;
    font-weight: 300;*/
    font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #616161;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*text-overflow: ellipsis;*/
}

    #pac-input:focus {
        border-color: #F7D358;
        margin-left: -1px;
        padding-left: 14px; 
        /*width: 800px;*/
    }

.pac-container {
    /*border-color: #F7D358;
    background-color: #F3E2A9;*/
    /*width:400px;*/
}

.pac-container:after {
    background-image: none !important;
    height: 0px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: #ffffff;
    color: #000;
    /*border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;*/
    cursor: default;
    overflow: auto;
    height: 150px;
    text-align: left;
    list-style-type: none;
    padding: 10px 0px 0px 0px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    /*font-family: Arial;
    font-size:11px;*/
    z-index: 99000 !important;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10), 0 6px 20px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #2196F3;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    padding-left: 10px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: #fff;
    color: #000;
    padding: 5px;
    padding-left: 10px;
}

.btn-red {
    color: #fff;
    /*background: #2196F3;
        border-color: #2196F3;*/
    background: #D9534F;
    border-color: #D9534F;
}

    .btn-red:hover,
    .btn-red:focus {
        color: #fff;
        /*background: #2a72b5;
            border-color: #2a72b5;*/
        background: #B92C28;
        border-color: #B92C28;
    }

.alert-validator {
    /*background: #fcd0cd;*/
    color: red;
    font-size: 1em;
    font-weight: 400;
}


/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: #ffffff;
    color: #000;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    cursor: default;
    overflow: auto;
    height: 210px;
    text-align: left;
    list-style-type: none;
    padding: 10px 0px 0px 0px;
    /*-moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;*/
    /*font-family: Arial;
    font-size:11px;*/
    z-index: 99000 !important;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10), 0 6px 20px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ECF3F8;
    color: #000;
    padding: 5px;
    cursor: pointer;
    padding-left: 10px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: #fff;
    color: #000;
    padding: 5px;
    padding-left: 10px;
}

/*.form-control:focus {
    outline: none !important;
    border-color initial !important;
    box-shadow: none !important;
}*/

.search-bg-icon {
    border-top: 1px solid, #DEE2E6 !important;
    border-bottom: 1px solid, #DEE2E6 !important;
}

.search-border:focus, .search-border:active:focus, .search-border.active:focus,
.search-border.focus, .search-border:active.focus, .search-border.active.focus {
    outline: none !important;
    box-shadow: none !important;
}

/* 4.34 Component - CSS Checkbox (Added in V3.0) */

.checkbox.checkbox-css {
    position: relative;
    /*line-height: 16px;*/
    line-height: 30px !important;
    padding-top: 7px;
}

    .checkbox.checkbox-css.checkbox-inline {
        padding-left: 0 !important;
        display: inline-block;
    }

        .checkbox.checkbox-css.checkbox-inline + .checkbox.checkbox-css.checkbox-inline {
            margin-left: 15px;
        }

    .checkbox.checkbox-css label {
        padding-left: 36px !important;
        margin: 0;
    }

        .checkbox.checkbox-css label:before {
            content: '';
            position: absolute;
            left: 1px !important;
            top: 7px !important;
            width: 26px !important;
            height: 26px !important;
            border-radius: 4px;
            background: #e0e0e0;
        }

.has-success .checkbox.checkbox-css label:before,
.has-success.checkbox.checkbox-css label:before,
.is-valid .checkbox.checkbox-css label:before,
.is-valid.checkbox.checkbox-css label:before {
    background: #bfe5e1;
}

.has-success .checkbox.checkbox-css label,
.has-success.checkbox.checkbox-css label,
.is-valid .checkbox.checkbox-css label,
.is-valid.checkbox.checkbox-css label {
    color: #009688;
}

.has-error .checkbox.checkbox-css label:before,
.has-error.checkbox.checkbox-css label:before,
.is-invalid .checkbox.checkbox-css label:before,
.is-invalid.checkbox.checkbox-css label:before {
    background: #fcd0cd;
}

.has-error .checkbox.checkbox-css label,
.has-error.checkbox.checkbox-css label,
.is-invalid .checkbox.checkbox-css label,
.is-invalid.checkbox.checkbox-css label {
    color: #cc4946;
}

.has-warning .checkbox.checkbox-css label:before,
.has-warning.checkbox.checkbox-css label:before {
    background: #fce1ba;
}

.checkbox.checkbox-css input {
    display: none;
}

    .checkbox.checkbox-css input:checked + label:after {
        content: '';
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
        position: absolute;
        top: 6px !important;
        left: 0 !important;
        color: #fff;
        height: 30px !important;
        width: 30px !important;
        text-align: center;
    }

    .checkbox.checkbox-css input:checked + label:before {
        background: #2196F3;
        border-color: #2196F3;
    }

.checkbox.checkbox-css.checkbox-success input:checked + label:before {
    background: #00BCD4;
    border-color: #00BCD4;
}

.checkbox.checkbox-css.checkbox-info input:checked + label:before {
    background: #00BCD4;
    border-color: #00BCD4;
}

.checkbox.checkbox-css.checkbox-danger input:checked + label:before {
    background: #F44336;
    border-color: #F44336;
}

.checkbox.checkbox-css.checkbox-warning input:checked + label:before {
    background: #FF9800;
    border-color: #FF9800;
}

.checkbox.checkbox-css.checkbox-inverse input:checked + label:before {
    background: #212121;
    border-color: #212121;
}

/* 4.35 Component - CSS Radio Button (Added in V3.0) */

.radio.radio-css {
    position: relative;
    line-height: 32px !important;
    padding-top: 7px !important;
}

    .radio.radio-css.radio-inline {
        padding-left: 0;
        display: inline-block;
    }

        .radio.radio-css.radio-inline + .radio.radio-css.radio-inline {
            margin-left: 13px !important;
        }

    .radio.radio-css label {
        padding-left: 36px !important;
        margin: 0;
    }

        .radio.radio-css label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            width: 28px !important;
            height: 28px !important;
            border-radius: 50% !important;
            background: #e0e0e0;
        }

.has-success .radio.radio-css label:before,
.has-success.radio.radio-css label:before,
.is-valid .radio.radio-css label:before,
.is-valid.radio.radio-css label:before {
    background: #bfe5e1;
}

.has-success .radio.radio-css label,
.has-success.radio.radio-css label,
.is-valid .radio.radio-css label,
.is-valid.radio.radio-css label {
    color: #009688;
}

.has-error .radio.radio-css label:before,
.has-error.radio.radio-css label:before,
.is-invalid .radio.radio-css label:before,
.is-invalid.radio.radio-css label:before {
    background: #fcd0cd;
}

.has-error .radio.radio-css label,
.has-error.radio.radio-css label,
.is-invalid .radio.radio-css label,
.is-invalid.radio.radio-css label {
    color: #cc4946;
}

.has-warning .radio.radio-css label:before,
.has-warning.radio.radio-css label:before {
    background: #fce1ba;
}

.radio.radio-css input {
    display: none;
}

    .radio.radio-css input:checked + label:after {
        content: '';
        position: absolute;
        top: 15px !important;
        left: 8px !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 6px;
        background: #fff;
    }

    .radio.radio-css input:checked + label:before {
        background: #2196F3;
        border-color: #2196F3;
    }

.radio.radio-css.radio-success input:checked + label:before {
    background: #00BCD4;
    border-color: #00BCD4;
}

.radio.radio-css.radio-info input:checked + label:before {
    background: #00BCD4;
    border-color: #00BCD4;
}

.radio.radio-css.radio-danger input:checked + label:before {
    background: #F44336;
    border-color: #F44336;
}

.radio.radio-css.radio-warning input:checked + label:before {
    background: #FF9800;
    border-color: #FF9800;
}

.radio.radio-css.radio-inverse input:checked + label:before {
    background: #212121;
    border-color: #212121;
}

/* 5.27 Plugin - Select 2 Choice (Added in V1.2) */

/*.select2-container.form-control .select2-choice,
.select2-container.form-control .select2-choice {
    background: none !important;
    margin: -6px -12px !important;
    padding: 6px 12px !important;
    line-height: 20px !important;
    border: none !important;
    box-shadow: none !important;
    height: 32px !important;
}

.select2-container.form-control.input-sm .select2-choice,
.select2-container.form-control.input-sm .select2-choice {
    height: 30px !important;
}

.select2-container .select2-choice .select2-arrow {
    background: none !important;
    border-left: none !important;
    width: 22px !important;
}

.select2-container.form-control .select2-choice abbr {
    top: 10px !important;
}

.select2-container.form-control.input-sm .select2-choice abbr {
    top: 10px !important;
}

.select2-container.form-control.input-sm .select2-choice .select2-arrow b {
    background-position: -3px 4px !important;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0 3px !important;
}*/

/*.select2-drop-active {
    border-color: #CCCCCC !important;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2) !important;
}*/

/*.select2-drop.select2-drop-above {
    box-shadow: 0 -2px 2px -1px rgba(0,0,0,0.2) !important;
}

.select2-search {
    padding: 5px !important;
}

    .select2-search input {
        border-color: #e2e7eb !important;
        border-radius: 4px !important;
    }

.select2-drop {
    border: none !important;
    border-top: 1px solid #d3d8df !important;
    box-shadow: 0 10px 30px 0px rgba(0,0,0,.2) !important;
    margin-top: -2px !important;
}

.select2-results {
    margin: 0 !important;
    padding: 5px 0 !important;
}

    .select2-results .select2-result-label {
        padding: 5px 15px !important;
    }

    .select2-results .select2-highlighted {
        background: #f5f5f5 !important;
        color: #333 !important;
    }

.select2-container.select2-container-multi.form-control {
    height: auto !important;
    width: 240px !important;
}

    .select2-container.select2-container-multi.form-control .select2-choices {
        margin: -6px -12px !important;
        border: none !important;
        box-shadow: none !important;
        min-height: 22px !important;
        height: auto !important;
        background: none !important;
    }

    .select2-container.select2-container-multi.form-control.select2-container-active {
        border-color: #5db0ff !important;
        outline: 0;
        box-shadow: 0 0 0 0.125rem rgba(52, 142, 227, 0.3);
    }

.select2-container-multi .select2-choices .select2-search-choice {
    box-shadow: none !important;
    border-color: #f5f5f5 !important;
    background: #f5f5f5 !important;
    margin-top: 4px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding: 0 !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
        padding: 0 5px !important;
    }*/

/*.tpx-select2-drop {
    border-color: #ccc !important;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15) !important;
    border-top: 1px solid rgba(0,0,0,0.3) !important;
    border-radius: 0 0 3px 3px !important;
}*/

    /*.tpx-select2-container.select2-grey .select2-choice {
        border-color: #ccc !important;
        background-color: #F5F5F5 !important;
        box-shadow: none !important;
        color: #333 !important;
    }

        .tpx-select2-container.select2-grey .select2-choice .select2-arrow {
            border-left-color: #ccc !important;
            background-color: #F5F5F5 !important;
            color: #333 !important;
        }

.tpx-select2-container.select2-grey .select2-default .select2-chosen {
    color: rgba(51,51,51,0.5) !important;
}

    .tpx-select2-container.select2-grey.select2-container-multi .select2-choices .select2-search-choice {
        border-color: #ccc !important;
        background-color: #F5F5F5 !important;
        color: #333 !important;
    }

    .tpx-select2-container.select2-grey.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(51,51,51,0.5) !important;
    }

    .tpx-select2-container.select2-grey.select2-container-active .select2-choice {
        border-color: #ccc !important;
    }

        .tpx-select2-container.select2-grey.select2-container-active .select2-choice .select2-arrow {
            border-left-color: #ccc !important;
        }

.tpx-select2-drop.select2-grey {
    border-color: #ccc !important;
    background-color: #F5F5F5 !important;
}

    .tpx-select2-drop.select2-grey .select2-search input {
        border-color: #ccc !important;
    }

    .tpx-select2-drop.select2-grey .select2-results {
        color: #333 !important;
    }

    .tpx-select2-drop.select2-grey .select2-highlighted {
        background-color: #ccc !important;
    }*/

/*#imgFotoRefaccion {
    background-color: #00BCD4;
    border-radius: 2px;
}*/

/* """"""""""   BACK TO TOP       """""""""""""""" */
.cd-top {
    border: solid 1px rgb(242, 0, 0);
    background-color: rgb(242, 0, 0);
    /*background-color: #289548;*/
    bottom: 0px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    position: fixed;
    opacity: 0;
    right: 0px;
    text-align: center;
    text-decoration: none;
    -webkit-transform: scale(5) translate(47px,-10px);
    -moz-transform: scale(5) translate(47px,-10px);
    -o-transform: scale(5) translate(47px,-10px);
    -ms-transform: scale(5) translate(47px,-10px);
    transform: scale(5) translate(47px,-10px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    white-space: nowrap;
    width: 100%;
    z-index: 1000;
}

    .cd-top.cd-is-visible, .no-touch .cd-top:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .cd-top.cd-is-visible {
        opacity: 0.9;
        -webkit-transform: scale(1) translate(0px,0px);
        -moz-transform: scale(1) translate(0px,0px);
        -o-transform: scale(1) translate(0px,0px);
        -ms-transform: scale(1) translate(0px,0px);
        transform: scale(1) translate(0px,0px);
        visibility: visible;
    }

        .cd-top.cd-is-visible:hover, .cd-top.cd-is-visible:visited, .cd-top.cd-is-visible:link {
            color: rgb(255, 255, 255);
            opacity: 1;
            /*color: #f20000;*/
        }

    .cd-top:hover {
        text-decoration: none;
        /*background-color: #ffffff;*/
    }

    .cd-top .fas {
        padding: 16px 16px;
    }

    .cd-top span:last-child {
        padding: 13px 16px;
    }

    .cd-top a {
        font-weight: 700;
    }

@media (min-width: 768px) {

    .cd-top {
        bottom: 40px;
        width: auto;
        right: 0px;
    }

        .cd-top:hover {
            right: 0px;
        }

        .cd-top .fas {
            border-right: 1px solid rgb(255, 60, 60);
            /*border-right: 1px solid #6ABA82;*/
        }
}
/* """"""""""   BACK TO TOP       """""""""""""""" */

/* """"""""""   MODAL FULLSCREEN  """""""""""""""" */
@media (max-width: 575.98px) {
    .modal-fullscreen {
        padding: 0 !important;
    }

        .modal-fullscreen .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-sm {
        padding: 0 !important;
    }

        .modal-fullscreen-sm .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-sm .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-md {
        padding: 0 !important;
    }

        .modal-fullscreen-md .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-md .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-lg {
        padding: 0 !important;
    }

        .modal-fullscreen-lg .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-lg .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg .modal-body {
            overflow-y: auto;
        }
}

.modal-fullscreen-xl {
    padding: 0 !important;
}

    .modal-fullscreen-xl .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl .modal-body {
        overflow-y: auto;
    }

/* """"""""""   MODAL FULLSCREEN  """""""""""""""" */

.m-l-12 {
    margin-left: 12px !important;
}

.LabelDisabled {
    text-decoration: line-through;
    opacity: .3 !important;
}


/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(220, 220, 220, .6);
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
    transition: 0.3s;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(220, 220, 220, 1);
    }