.area-cliente{
    background:#fff;
}
.area-cliente ul {
    margin: 0;
}
@media(min-width: 0){
	.area-cliente{
		padding: 10px 0 0 0;
	}
	.area-cliente .container{
		padding: 0;
	}
    .area-modelo {
        /*margin-top: 135px;*/
    }
}
@media(min-width: 768px){
	.area-cliente{
		padding: 10px 0;
	}
	.area-cliente .container{
		border: 1px solid #eee;
		padding: 20px;
	}
    .area-modelo {
        margin-top: 45px;
    }
}
@media screen and (min-width: 990px) {
    .area-modelo {
        margin-top: 0;
    }
}
.area-cliente h3 {
    margin: 0 !important;
    padding: 5px 0;
    text-indent: 10px;
    border-top: 1px dotted #B2B2B2;
    border-bottom: 1px dotted #B2B2B2;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    background: #2e96a8;
}
@media(min-width: 0){
	.area-cliente ul:first-child li a{	
		display: table;
		width: 80%;
		margin:auto;
		text-align: center;
		padding: 60px 0px 10px 0;
		color: #000;
		font-size: 12px;
	}
    .area-cliente ul.meus-modelos li .botoes a {
        display: inline-block;
        width: 49%;
        margin: auto;
        text-align: center;
        padding: 60px 0px 10px 0;
        color: #000;
        font-size: 14px;
    }

	.area-cliente ul li a.btn-empresa{	
		display: table;				
		text-align: center;
		padding: 60px 0px 10px 0;
		color: #000;
		font-size: 12px;
		background: url('../img/icones/empresa.png') top center no-repeat;
	
	}
	/*Botoes******************/
	.btn-pedido{		
		background: url('../img/icones/carrinho.png') top center no-repeat;
	}

	.btn-meuspedidos{		
		background: url('../img/icones/meus_dados.png') top center no-repeat;
	}

	.btn-senha{		
		background: url('../img/icones/senha.png') top center no-repeat;
	}

	.btn-modelos{		
		background: url('../img/icones/pasta.png') top center no-repeat;
	}

	.btn-empresa{		
		background: url('../img/icones/empresa.png') top center no-repeat;
	}

	.btn-adm{		
		background: url('../img/icones/engrenagem.png') top center no-repeat;
	}

	.btn-confirmaCad{		
		background: url('../img/icones/confirmaCadastro.png') top center no-repeat;
	}
}

@media(min-width: 990px){
	.area-cliente ul:first-child li a{			
		font-size: 16px;
	}

    .area-cliente ul.meus-modelos li .botoes a {
        width: 100%;
    }
}
.area-cliente li{
	min-height: 50px;
}
.area-cliente ul li{
	padding: 8px 5px;
}
.area-cliente select{
	width: 100%;
	padding: 5px 0;
}
/******************/
.menu-areaCliente{	
	display: table;
}
.menu-areaCliente li{
	border: 1px solid #eee;
}
.meus-dados ul li{	
	border: 1px solid #eee;
}

.ultimo-pedido ul li{	
	border: 1px solid #eee;
}

ul.alteracao-senha{	
	padding-top: 20px;
	max-width: 400px;
	margin: auto;
}
/*************/
ul.alteracao-senha li{
	display: table;	
	width: 100%;
}
ul.alteracao-senha label{
	display: table;
}
ul.alteracao-senha input{
	width: 100%;
	padding: 5px 0;
}
ul.alteracao-senha a{
	display: table;
	width: 100%;
	color: #fff;
	text-align:center;
}
ul.alteracao-senha p{
	margin: 0;
	padding: 0;
}
.dicas-senha{    
    position: relative;
}
.dicas-senha a{
    width:auto!important;
    text-align: left!important;
    color: #000!important;       
}
ul.lista-dicas {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 20px #999;
    position: absolute;
    top: -175px;
    left: 0px;
    border-radius: 10px;
    border: 1px dotted #2e96a8;
    width: 100%;
    display: none;
}
ul.lista-dicas .seta-baixo{    
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: url('../img/icones/seta_baixo.png') no-repeat;
}

ul.lista-dicas li{    
    padding: 0;
    min-height: auto;
    border-bottom: 1px dotted #ccc;
    font-size: 15px;
}
/**************/
ul.meus-modelos li{
	border-bottom: 1px dotted #ccc;
}
ul.meus-modelos li:last-child {
    border-bottom: none;
}
ul.meus-modelos p{
	margin: 0;
}
ul.meus-modelos .pasta .ico {
    width: 100%;
    height: 57px;
    background: url(../img/icones/pasta.png) no-repeat;
    display: table;
    margin: auto;
    background-size: contain;
}

ul.meus-modelos .botoes a {
    display: table;
    border: 1px solid #ccc;
    margin-bottom: 5px!important;
    padding: 5px 0!important;
    width: 100%;
    position: relative;
    color: #000;
    text-indent: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
ul.meus-modelos .botoes .ico{
	width: 12px;
	height: 15px;
	position: absolute;
	top:8px;
	right: 5px;			
}
ul.meus-modelos a.btn-excluir{
	color: red;
}
ul.meus-modelos a.btn-mostrar{
	color: #004275;
}
ul.meus-modelos a.btn-mostrar .ico{
	background: url('../img/icones/listadoc.png') no-repeat;	
}
ul.meus-modelos a.btn-excluir .ico{
	background: url('../img/icones/lixeira.png')no-repeat;
}

/*******************************/
.area-cliente .detalhe-modelo{
	position: relative;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 20px;
	box-shadow: 0px 0px 10px #ccc;
}
.area-cliente .detalhe-modelo ul{
	border: 1px dotted #ccc;
	margin-bottom: 10px;	
}
.area-cliente .detalhe-modelo li{
	min-height: auto;
    line-height: initial;
}
.area-cliente .detalhe-modelo a{
    width:35px!important;
    padding:5px 0!important;
}
.area-cliente .detalhe-modelo li img {
    width: 30%;
}
/******************************/
.area-cliente .btn-editarDados {
    background: url('../img/icones/editarDados.png') 0 0 no-repeat;
    width: 100% !important;
    text-align: left !important;
    display: table;
    color: #000;
    padding-top: 10px !important;
    text-indent: 60px;
    font-weight: bold;
    font-size: 20px !important;    
    min-height:55px;
}
/****************************/
ul.setor h3{    
    margin:0;
    font-size:18px;
    text-indent:10px;
    margin-top:20px;
}
ul.setor li {
    display: inline-table;
}

/*MEU SETOR**********************/
.tb-meuSetor {
    text-align: center;
    font-size: 18px;
    width:100%;
}

    .tb-meuSetor thead {
        background: #00557b;
        color:#fff;
    }

    .tb-meuSetor td {
        border: 1px solid #eee;
        padding-top: 5px;
    }

    .tb-meuSetor tr:nth-child(even) {
        background: #F3F3F3;
    }
/*ul.menu-setor{
    border: 1px solid #000;
    margin-left: 1px;   
}
ul.menu-setor li{    
    display: inline-table;        
}
ul.menu-setor a{
    background: #005489; 
    width: 100%; 
    font-size: 18px; 
    color: #fff;     
    display: table;
    padding: 10px 0px;  
    width: 150px;
    text-align: center;    
}
ul.menu-setor a:hover{
    background: #004672; 
}*/

/*******************************
TABS �REA CLIENTE
/******************************/
.c-tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-tabs-nav__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 4px;
    padding: 12px;
    color: #fff;
    background-color: #b3b3b3;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    .c-tabs-nav__link:last-child {
        margin-right: 0;
    }

    .c-tabs-nav__link:hover {
        color: #6d6d6d;
    }

    .c-tabs-nav__link.is-active {
        color: #fff;
        background-color: #005489;
    }

    .c-tabs-nav__link i,
    .c-tabs-nav__link span {
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .c-tabs-nav__link i {
        font-size: 18px;
    }

    .c-tabs-nav__link span {
        display: none;
        font-size: 18px;
    }

@media all and (min-width: 720px) {
    .c-tabs-nav__link i {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .c-tabs-nav__link span {
        display: block;
    }
}

.c-tab {
    display: none;
    background-color: #e7e7e7;
}

    .c-tab.is-active {
        display: block;
    }

.c-tab__content {
    padding: 1.5rem;
}

.c-tabs.no-js .c-tabs-nav {
    display: none;
}

.c-tabs.no-js .c-tab {
    display: block;
    margin-bottom: 1.5rem;
}

    .c-tabs.no-js .c-tab:last-child {
        margin-bottom: 0;
    }

/********************/
.info-produtos {
    width: 100%;
}

@media(min-width: 0) {
    .info-produtos table {
        float: left;
        width: 98%;
        margin: 10px;
        /*padding: 5px;*/
    }
}

@media(min-width: 1300px) {
    .info-produtos table {
        width: 100%;
    }
}

.info-produtos thead {
    background: #203764;
    color: #fff;
    line-height: 18px;
}

@media(min-width: 0) {
    .info-produtos td:nth-child(2) {
        width: 100px;
        text-align: center;
    }

    .info-produtos td:nth-child(3) {
        width: 100px;
        text-align: center;
    }

    .info-produtos td:nth-child(5) {
        width: 100px;
        text-align: center;
    }
}

@media(min-width: 1200px) {
    .info-produtos td:nth-child(2) {
        width: auto;
    }

    .info-produtos td:nth-child(3) {
        width: auto;
    }

    .info-produtos td:nth-child(5) {
        width: auto;
    }
}

.info-produtos td:nth-child(6) {
    width: 100px;
    text-align: center;
}

.info-produtos td {
    height: 40px;
    text-indent: 5px;
}

.info-produtos thead td:nth-child(1) {
    background: #c00000;
}

.info-produtos td:nth-child(1) {
    background: #203764;
    color: #fff;
    text-indent: 10px;
}

.info-produtos td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.info-produtos tr:nth-child(even) {
    background: #eee;
}

/*Reabrir******************/
@media(min-width:0) {
    ul.lojas-reabrir li {
        width: 40%;
        display: inline-table;
        margin: 10px;
    }
}

@media(min-width:768px) {
    ul.lojas-reabrir li {
        cursor: pointer;
        width: 30%;
    }
}

@media(min-width:1200px) {
    ul.lojas-reabrir li {
        width: 150px;
    }
}

ul.lojas-reabrir img {
    width: 100%;
}

/***************************/
.ui-datepicker .ui-datepicker-next {
    background: url('../img/icones/seta_right.png') no-repeat 50% 50%;
    cursor: pointer;
    border: 0;
}

    .ui-datepicker .ui-datepicker-next:hover {
        background: url('../img/icones/seta_right.png') no-repeat 50% 50%;
    }
/**************************/
.ui-datepicker .ui-datepicker-prev {
    background: url('../img/icones/seta_left.png') no-repeat 50% 50%;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover {
    background: url('../img/icones/seta_left.png') no-repeat 50% 50%;
}
/**************************/

.imgProd img {
    max-width: 50%;
    margin: 5% 25%;
}

@media screen and (min-width: 768px) {

    .detalheProd {
        display: flex;
        margin-top: 20px;
    }

    .imgProd {
        width: 30%;
    }

    .imgProd img {
        max-width: 75%;
        margin: 0 10%;
    }

    .infoProd {
        width: 70%;
    }

    .infoProd ul {
        margin-bottom: 0 !important;
    }
}