/* Cucco Signup  -  responsivo 
    09/05/2017
    ver na url: https://tableless.com.br/header-responsivo-somente-com-css/
*/
.borderAbaItem{
    border-right: 4px solid grey;
                border-top-left-radius: 8pt 8pt;
                border-top-right-radius: 8pt 8pt;
                max-width: 155px;
                min-width: 110px;
}
.divEndereco{
    overflow: auto;
    width: 440px;
}

/* Holder div */

div.holderSignup {
    background: #f2f2f2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px 20px;
    max-width: 758px; 
    margin: auto;
}

div.holderHeaderSignup {
    margin-bottom: 10px;
    width: 95%;
    padding: 8px;
}

div.signSucessBkg {
	width: 95.710833%;                    /*890px/960px;*/
	height: 353px;    
	background: url(../images/cuccoCadastroSucesso.jpg) no-repeat;
        background-size: contain;
	padding-top: 30px;
	padding-left: 30px;
}

div.clMotivos {
    max-width: 280px;
}

div.clMotivos h3 {
    margin: 20px 0 10px 0;
    font-size: 0.9em;
}

div.clMotivos ul {
	list-style-type: square;
	margin-left: 20px;
}

div.clMotivos ul li {
	color: #606060;
	padding: 5px 0;
        font-size: 0.8em;
}

div.clMotivos ul li span {
	color: #424D6A;
	font-weight: bold;
        font-size: 0.8em;
}
/* Content */
div.cadastroAtivadoOk {
	float: right;
	background: #FFF;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	position: relative;
	min-height: 520px;
	clear: both;
        width: 98%;
	max-width: 880px;
}

div.frmDadosCliente {
	background: #FFF;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	/*position: relative;*/
	/*min-height: 520px;*/
    height: 480px;
    max-width:455px;
    float: left;
	margin-right: 10px;
    overflow: auto;
}
div.clNome{
    width: calc(100% - 3px);
    
}
div.clField {
	float: left;
    width: 47.95333%;                       /* width: 47.9%;  05/04/2017 */
	padding-right: 2%;
}

div.clFieldConfirme {
	padding-right: 0;
	padding-left: 2%;
}
div.textArea {
    width: 90%;
    word-wrap: break-word;
}
    .paneCenter{
        height:580px;
        width: 65%;
        float:left;
        margin-left: 20px;
    }
    .paneCenterTab{
        width: 95%;
        height: 320px;
    }
    .paneBottom{
        height: 260px; padding-left: 20px;
    }
    .paneRight{
        width: 240px; float: right; margin-left: 10px;
    }

@media screen and (max-width:767px) {
.divEndereco{
    max-width: 440px;
}
    .paneCenter{
        height:580px;
        width: 95%;
        margin-left: 20px;
    }
    .paneRight{
        width: 280px; float: left;margin-left: 20px;
    }
    div.holderSignup {
        width: 98%;
        margin-left: 8px;
    }
    div.signSucessBkg{
        padding-left: 10px; 
        height: auto;
        background-color: #99C5C3;    /* #70B5D3;*/
        padding-bottom: 10px;
        width: 98%;
    }
}

@media screen and (max-width:532px) {
    div.clNome {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width:480px) {
    div.clField {
        width: 198px;
    }
    div.clFieldConfirme {
        padding-left: 0;
        width: 298px;
    }
    
    div.clMotivos {
        width: calc(100% - 30px);
    }
    div.holderSignup {
        width: 84%;
    }
    div.cadastroAtivadoOk {
        width: 95%;
        margin-left: 10px;
        margin-right: 8px;
    }
}