﻿.btn:focus{
    outline:none !important;
}
.backgroundLoading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.2);
    z-index: 4000;
}

.msgLoading {
    padding-top: 50px;
    font-family: 'PT Sans';
    font-size: 16px;
    display: block;
}

.centered1 {
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rectangleLoading {
    padding: 60px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 20px 2px rgba(0,0,0,.3);
}

.circleLoading {
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

    .circleLoading .wBall {
        position: absolute;
        width: 57px;
        height: 57px;
        opacity: 0;
        -moz-transform: rotate(225deg);
        -moz-animation: orbit 3.3s infinite;
        -webkit-transform: rotate(225deg);
        -webkit-animation: orbit 3.3s infinite;
        -ms-transform: rotate(225deg);
        -ms-animation: orbit 3.3s infinite;
        -o-transform: rotate(225deg);
        -o-animation: orbit 3.3s infinite;
        transform: rotate(225deg);
        animation: orbit 3.3s infinite;
    }

        .circleLoading .wBall .wInnerBall {
            position: absolute;
            width: 8px;
            height: 8px;
            background: black;
            left: 0;
            top: 0;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
        }

    .circleLoading #wBall_1 {
        -moz-animation-delay: 0.72s;
        -webkit-animation-delay: 0.72s;
        -ms-animation-delay: 0.72s;
        -o-animation-delay: 0.72s;
        animation-delay: 0.72s;
    }

    .circleLoading #wBall_2 {
        -moz-animation-delay: 0.14s;
        -webkit-animation-delay: 0.14s;
        -ms-animation-delay: 0.14s;
        -o-animation-delay: 0.14s;
        animation-delay: 0.14s;
    }

    .circleLoading #wBall_3 {
        -moz-animation-delay: 0.29s;
        -webkit-animation-delay: 0.29s;
        -ms-animation-delay: 0.29s;
        -o-animation-delay: 0.29s;
        animation-delay: 0.29s;
    }

    .circleLoading #wBall_4 {
        -moz-animation-delay: 0.43s;
        -webkit-animation-delay: 0.43s;
        -ms-animation-delay: 0.43s;
        -o-animation-delay: 0.43s;
        animation-delay: 0.43s;
    }

    .circleLoading #wBall_5 {
        -moz-animation-delay: 0.58s;
        -webkit-animation-delay: 0.58s;
        -ms-animation-delay: 0.58s;
        -o-animation-delay: 0.58s;
        animation-delay: 0.58s;
    }




.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*border: 0 !important;*/
    border-radius: 4px;
}

.hidden-xs {
    text-align: -webkit-center;
}

/*.circle .circle-active {
    border: 0.5px solid black;
}

.circle {
    border: 0.5px solid black;
}

    .circle .circle-desactive {
        border: 0.5px solid black;
    }*/
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    font-size: 12px;
    line-height: 1.428571429;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0 !important;
}
.hidden-xs {
    text-align: -webkit-center;
}

.circle .circle-active {
    border: 0.5px solid black;
}

.circle .circle-desactive {
    border: 0.5px solid black;
}

select .btn {
    background-color: #ccc !important;
}

.btn-group {
    vertical-align: initial;
}



#btnProdAtrib {
    background-color: #834ef0;
    color: white;
}



.modal.carousel {
    position: absolute;
    /*resize:vertical;
       align-content:center;*/
}

select {
    color: #333 !important;
    background-color: #F3F3F3 !important;
    /*border-color: black !important;*/
    border-radius: 0 !important;
}


/*.modal.and.carousel:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }*/
