@media (max-width: 480px) {
	.borda_colorida { border:2px #F00 dotted; }	
}

@media (min-width: 481px) and (max-width: 767px) {
	.borda_colorida { border:2px #039 solid; font-size:36px; }
}

@media (min-width: 768px) and (max-width: 979px) {
	.borda_colorida { border:3px #C90 double; font-weight:bold; }
}

@media (min-width: 980px) {
	.borda_colorida { border:4px #C90 double; font-weight:bold; text-align:center; }
}

.bg_cinza { background-color: #E8E8E8; }
.bg_escuro { background:#666; }
.bg_laranja {background-color: Orange;}
.bg_lilas {background-color: Purple;}
.bg_verde {background-color: Teal;}

body  
{
    background-color: #B2DFEE; 
} 

img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}

#divProcessando  
{
    background: url(img/carregando.gif) no-repeat center; 
    position:fixed; z-index:99; 
    width:100%; 
    height:100%; 
    top:0; 
    left:0; 
}

/*a {color: White;}
a:hover {color: Black;}*/
.required {color: Red;}


.stepwizard-step p {
    margin-top: 10px;    
}

.process-row {
    display: table-row;
}

.process {
    display: table;     
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}


.process-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.process-step p {
    margin-top:6px;
    color: #FFF;
    font-weight: bold;
}


@media (max-width: 480px) {


    .process {
        display: flex !important;
        flex: 1 !important;
    }

    .process-row {
        display: flex !important;
        flex: 1 !important;
        flex-direction: row !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .process-step p {
        margin-top: 4px !important;
        color: #FFF !important;
        font-size: 10px !important;
    }
    
}

.content-sair {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.group-btn {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.btn-circle {
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

input, select, textarea {text-transform: uppercase;}

input[type=button], input[type=submit] {text-transform: none;
    top: 0px;
    left: 0px;
}

#labelFormapagamento {
    color: #000;
    font-size: 18px;
}

.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}


@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}

.texto-privacidade{
    color: white;
    width: 60%;
}

.header-table tr td{
    max-height: 10px!important;
}