﻿/* 
 HASH=5C55C576AA12454B0F3CDB36B61B79D5 
 Diretório do TFS: '$/ModulosCorp/PADRAO/Corporativo/Nuget/Fontes/FI.Carousel/'
 Este fonte é parte do pacote NUGET 'FI.Carousel.nupkg' o mesmo deve ser alterado apenas pela atualização do pacote, não efetuar alteração manualmente
 */ 

#TABLE1 {
    z-index: 100;
    position: relative;
}

.container {
    z-index: auto;
}
.carousel-container {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 45px;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat
}

.bootstrap-iso .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .bootstrap-iso .carousel-indicators li {
        display: inline-block;
        width: 20px;
        height: 15px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 0px;
        cursor: pointer;
        background-color: #333 \9;
        background-color: rgba(0,0,0,0.2);
    }

    .bootstrap-iso .carousel-indicators .active {
        width: 20px;
        height: 15px;
        margin: 1px;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.2);
    }

.bootstrap-iso .carousel-inner {
}

.bootstrap-iso .carousel-control .glyphicon-chevron-right, .bootstrap-iso .carousel-control .icon-next {
    margin-right: 10px;
}

.bootstrap-iso .carousel-control .glyphicon-chevron-left, .bootstrap-iso .carousel-control .icon-prev {
    margin-left: 10px;
}

.div-center {
    margin: 0 auto !important;
}

.full-height {
    height: 100% !important;
}

.container-full {
    padding-left: 0px !important;
    padding-right: 0px !important;
}