* {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin     : 0;
	padding    : 0;
}

img {
	border: none;
}

/* Corpo */
body {
	background             : url("../img/bg2.jpg") no-repeat center center fixed;
	background-size        : cover;	
	-moz-background-size   : cover;
	-o-background-size     : cover;
	-webkit-background-size: cover;
}

label, p.estLabel {
	color    : #5B5C65;
	font-size: 15px;
}

p.estLabel {
	margin: 10px 0 0 15px;
}

input[type="text"], select#pes-jurid {
	border            : none;
	box-shadow        : inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font-size         : 14px;
	padding           : 6px 9px;
	transition        : border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

input[type="text"] {
	width: 552px;
}

.direita input#idCNPJ, .direita input#idCEI, .direita input#idCPF,.direita input#idCAEPF {
	width: 450px;
}

input.espacamento {
	margin-bottom: 15px;
}

select#pes-jurid {
	color : #5B5C65;
	height: 30px;
}

input[type="text"]:focus, input[type="text"]:hover, input[type="text"]:active, select#pes-jurid:focus, select#pes-jurid:hover, select#pes-jurid:active {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 153, 93, 0.6);
	outline   : 0 none;
}

div.principal {
	background      : rgb(215,215,215);
	background-color: rgba(255,255,255,0.6);
	border-radius   : 3px;
	height          : 360px;
    left            : 50%;
	margin          : -215px 0 0 -300px;
    overflow        : hidden;
    position        : absolute;
    top             : 50%;
    width           : 600px;
}

div.titulo {
	background-color       : #00995D;
	border-top-left-radius : 3px;
	border-top-right-radius: 3px;
	height                 : 40px;
	margin                 : 0;
}

div.titulo h3 {
	color      : #FFF;
	padding-top: 9px;
	text-align : center;
}

ul.tabs {
	list-style-type: none;
}

span#imgRadio1, span#imgRadio2 {
	margin-left: -28px;
	position   : absolute;
	top        : 75px;
}

span#spnRadio1, span#spnRadio2 {
	margin-bottom: 10px;
	position     : absolute;
	top          : 73px;
}

ul.tabs li {
	background-color: #FFF;
	float           : left;
	height          : 27px;
	padding-left    : 70px;
	padding-top     : 3px;
	text-align      : left !important;
	width           : 215px;
}

ul.tabs li.tab1, ul.tabs li.tab2 {
	cursor    : pointer;
	text-align: center;
}

ul.tabs li.tab1 {
	margin-left: 15px;
}

ul.tabs li.tab2 {
	margin-right: 15px;
}

ul.tabs li.tab1 a, ul.tabs li.tab2 a {
	color          : #5B5C65;
	text-decoration: none;
}

div.limpar-float {
	clear: both;
}

div#tab1, div#tab2 {
	height : 200px;
	margin : 0 15px;
	padding: 15px 0;
}

div.naLinha {
	display: inline;
}

div.esquerda {
	float: left;
}

select#pes-jurid option {
	color  : #5B5C65;
	padding: 0 5px;
}
 
div.direita {
	float: right;
}

div.embaixo {
	position: absolute;
	bottom  : 40px;
}

.botao-boleto {
    	background-color: #00995D; 
    	color: #FFF; 
    	cursor: pointer; 
    	font-size: 14px; 
    	padding: 5px 0;  
    	position: absolute; 
    	text-align: center; 
    	top: 0;  
    	width: 180px;   
    	height: 35px; 
}
.botao-enviar { 
    	background-color: #00995D; 
    	color: #FFF; 
    	cursor: pointer; 
    	font-size: 14px; 
    	padding: 5px 0;  
    	position: absolute; 
    	text-align: center; 
    	top: 0;  
    	width: 180px;   
    	height: 35px; 
}
.btn-success {
    background-color: #00995D !important; 
    color: #FFF !important;    
    border-color: #00995D !important;
}

.botao-ajuda {
    background-color: #00995D;
    color           : #FFF;
    cursor          : pointer;
    font-size       : 14px;
    padding         : 5px 0;
    position        : absolute;
    text-align      : center;
    top             : 0;
    width           : 85px;
}

.botao-ajuda:hover .botao-boleto:hover {
	opacity: 0.8;
}

.botao {
	background-color: #00995D;
	border          : none;
	color           : #FFF;
	cursor          : pointer;
	font-size       : 14px;
	margin-left     : 485px;
	padding         : 4px 20px;
}

.botao:hover {
	opacity: 0.8;
}

/* Listar Boletos */
div.nomeUsuario {
	background-color: #00995D;
	color           : #FFF;
	font-weight     : bolder;
	height          : 30px;
	line-height     : 1.85;
	margin-left     : 15px;
	margin-top      : 20px;
	text-align      : center;
	width           : 570px;
}

.est-botao {
    background-color: #00995D;
    color           : #FFF;
    cursor          : pointer;
    float           : right;
    font-size       : 14px;
    padding         : 5px 0;
    text-align      : center;
    width           : 85px;
}

.est-botao:hover {
	opacity: 0.8;
}

div.embaixo a {
	cursor         : default;
	text-decoration: none;
}

div.div-tab-listagem {
	margin: 5px 15px;
	height: 182px;
}

table.tab-listagem {
	background-color: #FFF;
	width           : 100%;
}

table.tab-listagem thead tr th {
	background-color: #B1D34B;
	color           : #FFF;
	padding-left    : 5px;
	text-align      : center;
}

table.tab-listagem tbody tr td {
	color       : #5B5C65;
	padding-left: 5px;
	text-align  : center;
	width       : 20%;
}

table.tab-listagem tbody tr {
	background-color: #EBEBEB;
}

table.tab-listagem tbody tr:nth-child(2n+1) {
	background-color: #C5CACE;
}

table.tab-listagem tbody tr:hover {
	opacity: 0.8;
}

td.gerarBoleto, td.gerarExtrato {
	cursor     : pointer;
	line-height: 0.7;
}

span.msgErro {
	color      : #ED1651;
	float      : left;
	margin-left: 15px;
	width      : 485px;
}

/* Data Tables */
table.dataTable thead .sorting {
	background-image: url("../datatables/media/images/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../datatables/media/images/sort_asc.png");
}

table.dataTable thead .sorting_asc_disabled {
	background-image: url("../datatables/media/images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc {
	background-image: url("../datatables/media/images/sort_desc.png");
}

table.dataTable thead .sorting_desc_disabled {
	background-image: url("../datatables/media/images/sort_desc_disabled.png");
}

table.dataTable thead .sorting,      table.dataTable thead .sorting_asc,           table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
	background-position: right center;
	background-repeat  : no-repeat;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    cursor: pointer;
}

#tab-boletos_paginate {
	text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #B1D34B repeat scroll 0 0;
    border    : 1px solid #fff;
    color     : #333 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border         : 1px solid transparent;
    border-radius  : 2px;
    box-sizing     : border-box;
    color          : #333 !important;
    cursor         : pointer;
    display        : inline-block;
    font-size      : 12px;
    margin-left    : 2px;
    min-width      : 1.5em;
    padding        : 2px 5px;
    text-align     : center;
    text-decoration: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #00995D repeat scroll 0 0;
	border    : 1px solid #fff;
	color     : #fff !important;
}

/* Rodapé */
footer, #div-footer {
	background-color: #5B5C65;
	bottom          : 0;
	color           : #FFF;
	height          : 65px;
	position        : absolute;
	width           : 100%;
}

.footer {
	float: left;
	width: 33.333%;
}

.footer span {
	font-size: 10px;
	opacity  : 0.7;
	position : absolute;
	right    : 152px;
	top      : 25px;
}

.footerUnimed {
	margin-left: 25px;
	margin-top : 12px;
	text-align : left;
}

.footerTexto {
	font-size  : 12px;
	margin-left: -25px;
	margin-top : 15px;
	opacity    : 0.7; 
	text-align : center;
}

.footerNelltech {
	margin-left: -25px;
	margin-top : 15px;
	text-align : right;
}

.footerNelltech img {
	height    : 30px;
	margin-top: 4px;
	opacity   : 0.7;
	transition: all 0.1s ease 0s;
}

.footerNelltech img:hover {
	opacity: 1;
}

/* Responsividade */
@media screen and (max-height: 400px) {
	body {
		height  : 400px    !important;
		position: absolute !important;
		width   : 100%     !important;
	}
}

@media screen and (max-height: 490px) {
	div.principal {
	    margin-top: 0 !important;
	    top       : 0 !important;
	}
}

@media screen and (max-width: 570px) {
	div.principal {
	    margin-top: 0 !important;
	    top       : 0 !important;
	}

	footer {
		height: 160px !important;
	}

	.footer {
		clear: both;
		width: 100% !important;
	}

	.footerUnimed {
		margin    : 10px 0 !important;
		text-align: center !important;
	}

	.footerTexto {
		margin    : 0 0 10px 0 !important;
		text-align: center     !important;
	}

	.footerNelltech {
		margin    : 0      !important;
		text-align: center !important;
	}

	@media screen and (max-height: 515px) {
		footer {
			top: 340px !important;
		}		
	}
}

@media screen and (max-width: 610px) {
	body {
		height  : 100%     !important;
		position: absolute !important;
		width   : 610px    !important;
	}

	@media screen and (max-height: 400px) {
		body {
			height  : 400px    !important;
			position: absolute !important;
			width   : 100%     !important;
		}
	}		
}

@media screen and (max-width: 680px) {
	.footer span {
		display: none;
	}
}