/* Add here all your CSS customizations */

.upper-case {
    text-transform: uppercase;
}

/* Select 2 */
.select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    outline: 0;
}

select.input-sm, select.input-lg {
    line-height: 1;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap .select2-choices .select2-search-field input,
.select2-container--bootstrap .select2-choice,
.select2-container--bootstrap .select2-choices {
    border-color: #3bf;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(0,136,204,.6);
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

b, strong {
    font-weight: 700;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #0088cc;
    color:#fff;
}
/*
.select2-container--bootstrap .select2-dropdown {
    border-color: #33bbff;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #33bbff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.6);
}

.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap .select2-choices .select2-search-field input,
.select2-container--bootstrap .select2-choice,
.select2-container--bootstrap .select2-choices {
    color: #EEE;
    background-color: #fff;
    border: 1px solid #ccc;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #EEE;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"],
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    color: #EEE;
    background-color: #2e353e;
    border-color: #2e353e;
}*/


/*.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #EEE;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"],
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    color: #EEE;
    background-color: #2e353e;
    border-color: #2e353e;
}*/

/*.select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    outline: 0;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #3bf;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(0,136,204,.6);
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    border-color: #66afe9;
}*/


.switch {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 3px 0;
}

    .switch .ios-switch {
        height: 35px;
        width: 65px;
    }

        .switch .ios-switch .handle {
            height: 31px;
            width: 31px;
        }

    .switch.switch-primary .ios-switch .on-background {
        background: #CCC;
    }

    .switch.switch-success .ios-switch .on-background {
        background: #47a447;
    }

    .switch.switch-warning .ios-switch .on-background {
        background: #ed9c28;
    }

    .switch.switch-danger .ios-switch .on-background {
        background: #d2322d;
    }

    .switch.switch-info .ios-switch .on-background {
        background: #5bc0de;
    }

    .switch.switch-dark .ios-switch .on-background {
        background: #171717;
    }

    .switch.switch-lg .ios-switch {
        height: 45px;
        width: 75px;
    }

        .switch.switch-lg .ios-switch .handle {
            height: 41px;
            width: 41px;
        }

    .switch.switch-sm .ios-switch {
        height: 25px;
        width: 55px;
    }

        .switch.switch-sm .ios-switch .handle {
            height: 21px;
            width: 21px;
        }

.ios-switch {
    height: 45px;
    width: 75px;
    position: relative;
    background-color: #E5E5E5;
    border-radius: 100px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .ios-switch .background-fill {
        width: 100%;
        height: 100%;
        border-radius: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ios-switch .on-background {
        background-image: -o-linear-gradient(#00e459, #00e158);
        background-image: -ms-linear-gradient(#00e459, #00e158);
        background-image: -moz-linear-gradient(#00e459, #00e158);
        background-image: -webkit-linear-gradient(#00e459, #00e158);
        background-image: linear-gradient(#00e459, #00e158);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        z-index: 1;
        -o-transition: .3s 0.2s;
        -ms-transition: .3s 0.2s;
        -moz-transition: .3s 0.2s;
        -webkit-transition: .3s 0.2s;
        transition: .3s 0.2s;
    }

    .ios-switch .state-background {
        border-radius: 100px;
        z-index: 2;
        background-image: -o-linear-gradient(#b4b0b0, #FDFDFD);
        background-image: -ms-linear-gradient(#b4b0b0, #FDFDFD);
        background-image: -moz-linear-gradient(#b4b0b0, #FDFDFD);
        background-image: -webkit-linear-gradient(#b4b0b0, #FDFDFD);
        background-image: linear-gradient(#b4b0b0, #FDFDFD);
        border: 2px solid #E5E5E5;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -o-transition: .4s;
        -ms-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .ios-switch .handle {
        width: 41px;
        height: 41px;
        background-color: white;
        top: 2px;
        left: 2px;
        position: absolute;
        border-radius: 20px;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
        z-index: 3;
        -o-transition: -o-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -ms-transition: -ms-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -moz-transition: -moz-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -o-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -ms-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -moz-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .ios-switch.off .handle {
        -o-animation: expand-off .3s 0.2s;
        -ms-animation: expand-off .3s 0.2s;
        -moz-animation: expand-off .3s 0.2s;
        -webkit-animation: expand-off .3s 0.2s;
        animation: expand-off .3s 0.2s;
        -o-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        -moz-transform: translate(0px, 0);
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .ios-switch.off .on-background {
        -o-transition: .3s 0s;
        -ms-transition: .3s 0s;
        -moz-transition: .3s 0s;
        -webkit-transition: .3s 0s;
        transition: .3s 0s;
    }

    .ios-switch.off .state-background {
        -o-transition: .4s 0.25s;
        -ms-transition: .4s 0.25s;
        -moz-transition: .4s 0.25s;
        -webkit-transition: .4s 0.25s;
        transition: .4s 0.25s;
    }

    .ios-switch.on .handle {
        -o-animation: expand-on .3s 0.2s;
        -ms-animation: expand-on .3s 0.2s;
        -moz-animation: expand-on .3s 0.2s;
        -webkit-animation: expand-on .3s 0.2s;
        animation: expand-on .3s 0.2s;
        -o-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        -moz-transform: translate(30px, 0);
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    .ios-switch.on .on-background {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
    }

    .ios-switch.on .state-background {
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }


/* Switch*/
.switch.switch-primary .ios-switch .on-background {
    background: #2A89C4;
}

.switch.switch-primary .ios-switch .on-background {
    background-image: -o-linear-gradient(#19507b, #2A89C4);
    background-image: -ms-linear-gradient(#19507b, #2A89C4);
    background-image: -moz-linear-gradient(#19507b, #2A89C4);
    background-image: -webkit-linear-gradient(#19507b, #2A89C4);
    background-image: linear-gradient(#19507b, #2A89C4);
}


.required {
    display: inline-block;
    color: #d2322d;
    font-size: .8em;
    font-weight: bold;
    position: relative;
    top: -.2em;
}

.bootstrap-tagsinput {
    width: 100%;
}

.form-group-invisible .bootstrap-tagsinput {
    border: 0 none;
    box-shadow: none;
    background-color: transparent;
}

.margin-footer-titulo {
    margin:-15px;
}

.update-progress {
    position: fixed;
    z-index: 999998;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.6);
}

.conteudo-update-progress {
    display: block;
    margin: 350px auto;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    z-index: 999999;
}

.img-center {
    margin: 0 auto;
}

.loading-teste {
    position: fixed;
    z-index: 999999;
    height: 1em;
    width: 1em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}