	
	.modal {
		position: fixed;		
		background: #fff;
		border-radius: 5px;
		box-shadow: 0px 0px 5px #333;		
		min-width: 300px;
		min-height: 190px;
		transform: scale(0);
		z-index: 9000;
	}

	.modal-glass {
		position: fixed;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		cursor: pointer;
		z-index: 8000;
	}
		.modal h1 {
			margin: 0;
			padding: 10px;
			text-align: center;
			background: #333;
			font: 20pt OpenSansLight;
			color: #fff;
			border-radius: 3px 3px 0 0;
		}

		.modal h1#alert {
		    font: 18pt OpenSansBold;
		    color: #fed410;
		    background: url(../_img/bg/bg_alert.jpg);
		    box-shadow: 0px 2px 3px #aaa;
		}
		
		.modal h1#alert span {
			height: 70px;
			width: 90px;
			float: left;	
			background: url("../_img/icon/alert.png") no-repeat;
			background-position: 20px 0px;
		}

	.modal, .modal-glass {
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;		
	}
		.modal#mySlider {
			width: 1040px;
			height: 585px;
			box-shadow: 0px 0px 6px #222;	
		}
		.modal .mySlider {
			width: 1040px;
			height: 585px;
			overflow: hidden;
		}
			.modal .mySlider .mySlider-prev {
				position: absolute;
				width: 100px;
				height: 585px;
				background: url("../_img/icon/slide-prev.png") no-repeat center;
				z-index: 200;
				cursor: pointer;
			}
			.modal .mySlider .mySlider-next {
				position: absolute;
				width: 100px;
				height: 585px;
				background: url("../_img/icon/slide-next.png") no-repeat center;
				margin-left: 940px;
				z-index: 200;
				cursor: pointer;
			}
			.modal .mySlider .mySlider-imgs {
				width: 10000px;			
				height: 585px;
				z-index: 100;
			}
				.modal .mySlider .mySlider-imgs div {
					display: block;	
					width: 1040px;
					height: 585px;
					background-size: auto 585px;
					background-position: center center;
					background-repeat: no-repeat;			
					float: left;
				}
			.modal .mySlider #mySliderRoll {
				transition: transform 1s;
			}
		

	.clear {
		clear: both;
	}
		
	/* Personal Content goes Here ;) */
	
	#modal-pdf {
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	#modal-dialog {
		min-width: 400px;
		min-height: 200px;
	}
	#modal-solicitacao-recusar {
		min-width: 650px;
		min-height: 200px;
		padding-bottom: 20px;
	}
	#modal-filtro-lista {
		min-width: 550px;
		min-height: 200px;
		padding-bottom: 20px;
	}
	#modal-delete-insumos {
		min-width: 500px;
		height: 310px;
	}
	#modal-calendario-preventiva {
		width: 95%;
		height: 90%;
		overflow-y: scroll;
	}
	#modal-tipo-preventiva {
		width: 500px;
	}

	#modal-importacao {
		width: calc(100% - 100px);
		height: calc(100% - 100px);
	}
	

	.modal .set-1 {
		padding: 20px;
	}
		.modal .set-1 .space {
			height: 20px;
		}
		.modal .set-1 table.lines {
			width: 100%;
			border: none;
			border-right: none;
			margin-top: -20px;
		}
		.modal .set-1 table.lines td {
			height: 60px;
			border: none;
			border-bottom: 1px dotted #ccc;
			font: 10pt OpenSans;
		}
		.modal .set-1 table.lines td#pad4 {
			height: 60px;
			border: none;
			border-bottom: 1px dotted #ccc;
			padding-top: 10px;
			font: 10pt OpenSans;
		}		
		.modal .set-1 table.lines .txt1 {
			float: left;
			width: 50px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
			margin-right: 20px; 
		}
		.modal .set-1 table.lines .txt2 {
			float: left;
			width: 120px;
			margin-right: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-1 table.lines .txt3 {
			width: 360px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-1 table.lines .txtS {
			float: left;
			width: 85px;
			margin-left: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-1 table.lines .selS {
			float: left;
			width: 100px;
			margin-right: 10px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-1 table.lines .txtRS {
			float: left;
			width: 150px;
			margin-right: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
			text-indent: 30px;
			background: url("../_img/bg/bgRS.jpg") no-repeat left;
			background-position-x: 10px;
			background-position-y: 12px;
		}
		.modal .set-1 table.lines textarea {
			width: 360px;
			height: 100px;
			padding: 8px 10px;
			margin: 10px 0;
			font: 10pt OpenSans;
			border: 1px solid #abadb3;
			resize: none;
			outline: none;
		}
		.modal .set-1 table.lines .sel1 {
			float: left;
			width: 105px;
			margin-left: 10px;
			margin-right: 10px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-1 table.lines .sel2 {
			float: left;
			width: 205px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-1 table.lines button {
			float: right;
		    min-width: 80px;
		    padding: 5px 10px;
		    color: #fff;
		    border: none;
		    margin-top: 20px;
		    margin-left: 15px;
		    text-align: center;
		    font: 10pt OpenSans;
		    background: #2f5267;
		    border-radius: 10px;
		    cursor: pointer;
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    outline: none;
		}
		.modal .set-1 table.lines #float_soma_total {
			float: right;
			margin-top: 5px;
			font: 15pt OpenSansLight;
			color: #F44336;
		}


			
		.modal .set-1 table.cols {
			width: 100%;
			border: 1px solid #ddd;
			border-right: none;
		}
		.modal .set-1 table.cols th {
			height: 30px;
			background: #efefef;
			border-right: 1px solid #ddd;
			font: 10pt OpenSansBold;
		}
		.modal .set-1 table.cols td {
			height: 40px;
			border-top: 1px solid #ddd;
			border-right: 1px solid #ddd;
			font: 10pt OpenSans;
		}
			.modal .set-1 table.cols td#pad {
				padding: 5px 0 5px 10px;
			}
			.modal .set-1 table.cols td#cen {
				padding: 5px 0 5px 10px;
				text-align: center;
			}
			.modal .set-1 table.cols td[pad] {
				padding: 5px 15px;
			}
		.modal .set-1 table.cols #choose {
			display: block;
			width: 30px;
			height: 30px;
			margin: 0 auto;
			background: url("../_img/icon/send.png") no-repeat center;
		}
		.modal .set-1 table.cols .status-1 {
			width: 90px;
			font: 9pt "Arial";
		    font-weight: bold;
		    color: #fff;
		    background: #14892c;
		    border: solid 1px #14892c;
		    border-radius: 4px;
		    padding: 3px 0;
		    text-align: center;
		    float: left;
		    text-transform: uppercase;
		}
			.modal .set-1 table.cols .status-1::after {
				content: "Válido";
			}
		.modal .set-1 table.cols .status-2 {
			width: 120px;
			font: 9pt "Arial";
		    font-weight: bold;
		    color: #594300;
		    background: #ffffc7;
		    border: solid 1px #ffe28c;
		    border-radius: 4px;
		     padding: 3px 0;
		    text-align: center;
		    float: left;
		    text-transform: uppercase;
		}
			.modal .set-1 table.cols .status-2::after {
				content: "Sem fundos";
			}
	.modal .btn{
		border: none;
	    border-radius: 10px;
	    text-align: center;
	    font: 10pt OpenSans;
	    color: #fff;
	    padding: 5px 10px;
	    margin: 10px 10px 0 0;
	    background: #2f5267;
	    cursor: pointer;
	    outline: none;
	    text-transform: uppercase;
	    float: right;
	    letter-spacing: 1px;
	}

	.modal .set-2 {
		padding: 20px;
	}
		.modal .set-2 .space {
			height: 20px;
		}
		.modal .set-2 table.lines {
			width: 100%;
			border: none;
			border-right: none;
			margin-top: -20px;
		}
		.modal .set-2 table.lines td {
			height: 60px;
			border: none;
			border-bottom: 1px dotted #ccc;
			font: 10pt OpenSans;
		}
		.modal .set-2 table.lines td#pad4 {
			height: 60px;
			border: none;
			border-bottom: 1px dotted #ccc;
			padding-top: 10px;
			font: 10pt OpenSans;
		}		
		.modal .set-2 table.lines .txt1 {
			float: left;
			width: 50px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
			margin-right: 20px; 
		}
		.modal .set-2 table.lines .txt2 {
			float: left;
			width: 120px;
			margin-right: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-2 table.lines .txt3 {
			width: 300px;
			padding: 8px;
			font: 10pt OpenSans;
			border: 1px solid #abadb3;
		}
		.modal .set-2 table.lines .txtS {
			float: left;
			width: 85px;
			margin-left: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-2 table.lines .selS {
			float: left;
			width: 100px;
			margin-right: 10px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-2 table.lines .txtRS {
			float: left;
			width: 120px;
			margin-right: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
			text-indent: 30px;
			background: url("../_img/bg/bgRS.jpg") no-repeat left;
			background-position-x: 10px;
			background-position-y: 12px;
		}
		.modal .set-2 table.lines textarea {
			width: 360px;
			height: 100px;
			padding: 8px;
			margin: 10px 0;
			font: 10pt OpenSans;
			border: 1px solid #abadb3;
			resize: none;
		}
		.modal .set-2 table.lines .sel1 {
			float: left;
			width: 105px;
			margin-left: 10px;
			margin-right: 10px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.modal .set-2 table.lines button {
			float: right;
		    min-width: 80px;
		    padding: 5px 10px;
		    color: #fff;
		    border: none;
		    margin-top: 20px;
		    margin-left: 15px;
		    text-align: center;
		    font: 10pt OpenSans;
		    background: #2f5267;
		    border-radius: 10px;
		    cursor: pointer;
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    outline: none;
		}
		.modal .set-2 table.lines #float_soma_total {
			float: right;
			margin-top: 5px;
			font: 15pt OpenSansLight;
			color: #F44336;
		}


			
		.modal .set-2 table.cols {
			width: 100%;
			border: 1px solid #ddd;
			border-right: none;
		}
		.modal .set-2 table.cols th {
			height: 30px;
			background: #efefef;
			border-right: 1px solid #ddd;
			font: 10pt OpenSansBold;
		}
		.modal .set-2 table.cols td {
			height: 40px;
			border-top: 1px solid #ddd;
			border-right: 1px solid #ddd;
			font: 10pt OpenSans;
		}
			.modal .set-2 table.cols td#pad {
				padding: 5px 0 5px 10px;
			}
			.modal .set-2 table.cols td#cen {
				padding: 5px 0 5px 10px;
				text-align: center;
			}
		.modal .set-2 table.cols #choose {
			display: block;
			width: 30px;
			height: 30px;
			margin: 0 auto;
			background: url("../_img/icon/send.png") no-repeat center;
		}

		.modal .set-2 .btn {
			border: none;
		    border-radius: 10px;
		    text-align: center;
		    font: 10pt OpenSans;
		    color: #fff;
		    padding: 5px 10px;
		    margin: 10px 10px 0 0;
		    background: #2f5267;
		    cursor: pointer;
		    outline: none;
		    text-transform: uppercase;
		    letter-spacing: 1px;
		    float: right;
		}
		.modal .set-2 .clear {
			clear: both;
		}

	.modal .set-filter {
		padding: 0px 20px 20px 20px;
	}
		.modal .set-filter .space {
			height: 20px;
		}
		.modal .set-filter table.lines {
			margin: 0;
			width: 100%;
		}
		.modal .set-filter table.lines td {
			height: 60px;
			padding: 2px 10px 2px 10px; 
			border-bottom: 1px solid #eaeaea;
			font: 10pt OpenSans;
			color: #333;
		}	
		.modal .set-filter table.lines tr td:first-child {
			font: 10pt OpenSansBold;
			color: #333;
			width: 120px;
			padding-right: 30px;
		}
		.modal .set-filter table.lines input[type="text"] {
			font: 10pt OpenSans;
			padding: 8px;
			border: 1px solid #cccccc;
			border-radius: 3px;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			outline: none;
		}
		.modal .set-filter table.lines input[type="text"][readonly] {
			background: #eee;
			color: #eee;
		}
		.modal .set-filter table.lines select[readonly] {
			background: #eee;
			color: #eee;
		}
		.modal .set-filter table.lines textarea {
			font: 10pt OpenSans;
			padding: 8px;
			border: 1px solid #cccccc;
			border-radius: 3px;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			outline: none;
			resize: none;
			margin: 10px 0;
		}
			.modal .set-filter textarea[tamanho="p"] {
				width: 80px;
			}
			.modal .set-filter textarea[tamanho="m"] {
				width: 150px;
			}
			.modal .set-filter textarea[tamanho="g"] {
				width: 320px;
			}
			.modal .set-filter textarea[tamanho="gg"] {
				width: 500px;
			}
		.modal .set-filter table.lines select {
			font: 10pt OpenSans;
			padding: 8px;
			border: 1px solid #cccccc;
			border-radius: 3px;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			outline: none;
		}
			.modal .set-filter select.size-1 {
				width: 80px;
			}
			.modal .set-filter select.size-2 {
				width: 150px;
			}
			.modal .set-filter select.size-3 {
				width: 320px;
			}
			.modal .set-filter select.size-4 {
				width: 500px;
			}
		.modal .set-filter .size-1 {
			width: 80px;
		}
		.modal .set-filter .size-2 {
			width: 150px;
		}
		.modal .set-filter .size-3 {
			width: 300px;
		}
		.modal .set-filter .size-4 {
			width: 500px;
		}
		.modal .set-filter .size-data {
			width: 100px;
		}
		.modal .set-filter .size-data + .size-data {
			margin: 0 10px;
		}

		.modal .set-filter button {
			float: right;
		    min-width: 80px;
		    padding: 5px 10px;
		    color: #fff;
		    border: none;
		    margin-top: 20px;
		    margin-left: 15px;
		    text-align: center;
		    font: 10pt OpenSans;
		    background: #2f5267;
		    border-radius: 10px;
		    cursor: pointer;
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    outline: none;
		}
		.modal .set-filter button.cancel {
		    background: #E53935;
		}
		.modal p.info {
			font: 11pt OpenSans;
			text-align: center;
			color: #888;
		}



	/*.modal .set-dialog {

	}*/
		.modal .set-dialog .line {
			height: 70px;
			border-bottom: 1px solid #ddd;
		}
		.modal .set-dialog .line .line-left {
			height: 70px;
			width: 90px;
			float: left;	
			background: url("../_img/icon/alert.jpg") no-repeat;
			background-position: 20px 10px;
		}
		.modal .set-dialog .line .line-right {
			height: 70px;
			width: 250px;
			float: left;	

		}
		.modal .set-dialog .line .line-right .texto-1 {
			font: 12pt "OpenSans";
    		color: #3d4351;
    		text-transform: uppercase;
    		margin-top: 25px;
		}
		.modal .set-dialog .texto-2 {
			padding-top: 10px;
    		font: 12pt "OpenSansBold";
    		color: #333;
    		line-height: 25px;
    		text-align: center;
    		padding: 20px;
    		margin-bottom: 10px;
		}
		.modal .set-dialog .btn-dialog-yes {
			float: left;
		    min-width: 80px;
		    padding: 5px 10px;
		    color: #fff;
		    border: none;
		    margin: 0px 0 10px 100px;
		    text-align: center;
		    font: 10pt OpenSans;
		    background: #304e64;
		    border-radius: 10px;
		    cursor: pointer;
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    outline: none;
		}
		.modal .set-dialog .btn-dialog-no {
			float: right;
		    min-width: 80px;
		    padding: 5px 10px;
		    color: #fff;
		    border: none;
		    margin: 0px 100px 10px 0;
		    text-align: center;
		    font: 10pt OpenSans;
		    background: #304e64;
		    border-radius: 10px;
		    cursor: pointer;
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    outline: none;
		}

	.modal .set-2 {
		padding: 0;
	}
	.modal .set-2 iframe.frame-pdf {
		border: none;
		width: 100%;
		min-height: 400px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}


	.modal .set-attention {
		width: 450px;
		min-height: 110px;
		padding: 20px 20px 20px 20px;
		font: 10pt OpenSansBold;
		color: #333;
		text-align: center;
	}
	.modal .set-attention button {
		float: none;
		display: block;
		position: relative;
	    min-width: 80px;
	    padding: 5px 10px;
	    color: #fff;
	    border: none;
	    margin: 20px auto 0 auto;
	    text-align: center;
	    font: 10pt OpenSans;
	    background: #2f5267;
	    border-radius: 10px;
	    cursor: pointer;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	    outline: none;
	}


	.modal .set-choose {
		padding: 30px 30px 0 30px;
	}
	.modal .set-choose .button {
		width: 100%;
		height: 80px;
		font: 14pt OpenSansBold;
		line-height: 80px;
		text-align: center;
		margin-bottom: 30px;
		border-radius: 6px;
		background: #00796B;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
		user-select: none;
	}
	.modal .set-choose .button:nth-child(2) {
		background: #424242;
	}
	.modal .set-choose .button:nth-child(3) {
		background: #E91E63;
	}


	#modal-cliente-documento {
		top: 0;
		bottom: 0;
		width: 100%;
		border-radius: 0;
	}
	#modal-cliente-documento h1 {
		border-radius: 0;
	}
	#modal-cliente-documento .modal-close,
	#modal-pdf .modal-close {
		height: 56px;
		width: 100px;
		position: absolute;
		top: 0;
		right: 0;
		background: red url("../_img/icon/fechar.png") no-repeat center;
		cursor: pointer;
	}


	.modal.alert {
		min-width: 400px;
	}
	.modal.alert h1 {
		font: 18pt OpenSansBold;
		color: #fed410;
		background: url(../_img/bg/bg_alert.jpg);
		box-shadow: 0px 2px 3px #aaa;
	}
	.modal.alert .set-dialog {
		padding: 20px;
	}
	.modal.alert .set-dialog .info {
		font: 12pt OpenSansBold;
		color: #333;
		text-align: center;
	}
	.modal.alert .set-dialog .button-container {
		width: 180px;
		margin: 0 auto;
		margin-top: 30px;
	}
	.modal.alert .set-dialog button.sim {
		border: none;
		font: 10pt OpenSansBold;
		color: #fff;
		background: #558B2F;
		width: 80px;
		height: 30px;
		border-radius: 15px;
		cursor: pointer;
		outline: none;
	}
	.modal.alert .set-dialog button.nao {
		border: none;
		font: 10pt OpenSansBold;
		color: #fff;
		background: #DD2C00;
		width: 80px;
		height: 30px;
		border-radius: 15px;
		margin-left: 15px;
		cursor: pointer;
		outline: none;
	}


	#modal-pdf #documento-viewer {
		width: 100%;
		height: calc(100% - 56px);
		background: #fff url("../_img/loader/standard.gif") no-repeat center;
	}


	#modal-emissao-boleto input[type="radio"] {
		margin-right: 10px;
	}



#modal-emissao-boleto {
	width: calc(100% - 40px);
}
#modal-emissao-boleto .set-boleto {
	padding: 20px;
}
#modal-emissao-boleto .set-boleto .view-contas {
	height: 260px;
	overflow-y: scroll;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#modal-emissao-boleto .set-boleto .view-contas table.list {
	width: 100%;
}
#modal-emissao-boleto .set-boleto .view-contas table.list th {
	height: 30px;
    background: #efefef;
    border-right: 1px solid #ddd;
    font: 10pt OpenSansBold;
    border-bottom: 1px solid #ddd;
}
#modal-emissao-boleto .set-boleto .view-contas table.list td {
	font: 10pt OpenSans;
    padding: 5px 10px 5px 10px;
    height: 30px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#modal-emissao-boleto .set-boleto .view-contas table.list tr:nth-child(2n) td {
	background: #ebedf8;
}
#modal-emissao-boleto .set-boleto .view-contas table.list td .boleto-conta-incluir {
	width: 24px;
	height: 24px;
	margin: 1px auto 0 auto;
	display: block;
}
#modal-emissao-boleto .set-boleto .view-contas table.list td div.carregando {
	height: 150px;
	background-position: bottom;
}
#modal-emissao-boleto .set-boleto .view-contas table.list tr[selecionado] td {
	background: #CCFF90;
	color: #33691E;
}


#modal-emissao-boleto .set-boleto .view-contas .pagamento-status-1 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #656565;
    background: #ddd;
    border: solid 1px #999;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
#modal-emissao-boleto .set-boleto .view-contas .pagamento-status-1::after {
    content: "A VENCER";
}

#modal-emissao-boleto .set-boleto .view-contas .pagamento-status-2 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #fff;
    background: #009d20;
    border: solid 1px #009d20;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
#modal-emissao-boleto .set-boleto .view-contas .pagamento-status-2::after {
    content: "PAGO";
}

#modal-emissao-boleto .set-boleto .view-contas .pagamento-status-3 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #fff;
    background: #ff1d1d;
    border: solid 1px #ff1d1d;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
#modal-emissao-boleto .set-boleto .view-contas .pagamento-status-3::after {
    content: "ATRASADO";
}

#modal-emissao-boleto .set-boleto button {
	float: right;
    min-width: 80px;
    padding: 5px 10px;
    color: #fff;
    border: none;
    margin-top: 20px;
    margin-left: 15px;
    text-align: center;
    font: 10pt OpenSans;
    background: #2f5267;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
}
#modal-emissao-boleto .set-boleto button.cancel {
    background: #E53935;
}


#modal-emissao-boleto .set-boleto table.form {
	width: 100%;
	border: none;
    border-right: none;
}
#modal-emissao-boleto .set-boleto table.form td {
    font: 10pt OpenSansBold;
    height: 60px;
    border: none;
    border-bottom: 1px dotted #ccc;
    color: #333;
}
#modal-emissao-boleto .set-boleto table.form tr td:first-child {
    width: 180px;
}
#modal-emissao-boleto .set-boleto table.form td[valign="top"] {
    height: 60px;
    border: none;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    color: #333;
}
#modal-emissao-boleto .set-boleto table.form tr td[valign="top"]:first-child {
    height: 60px;
    border: none;
    padding-top: 25px;
    border-bottom: 1px dotted #ccc;
    color: #333;
}
#modal-emissao-boleto .set-boleto table.form td[obrigatorio]::after {
    content: '*';
    color: red;
}

/*/ INPUT TEXTAREA /*/
#modal-emissao-boleto .set-boleto table.form td textarea {
    font: 10pt OpenSans;
    padding: 8px;
    width: 550px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 10px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
    resize: none;
}
#modal-emissao-boleto .set-boleto table.form td textarea[tamanho="pp"] {
    width: 100px 
}
#modal-emissao-boleto .set-boleto table.form td textarea[tamanho="p"] {
    width: 200px 
}
#modal-emissao-boleto .set-boleto table.form td textarea[tamanho="m"] {
    width: 300px 
}
#modal-emissao-boleto .set-boleto table.form td textarea[tamanho="g"] {
    width: 430px 
}
#modal-emissao-boleto .set-boleto table.form td textarea + input[type="text"] {
    margin-left: 10px;
}

/*/ INPUT TEXT /*/
#modal-emissao-boleto .set-boleto table.form td input[type="text"] {
    font: 10pt OpenSans;
    padding: 8px;
    width: 550px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
}
#modal-emissao-boleto .set-boleto table.form td input[type="text"][tamanho="pp"] {
	width: 100px 
}
#modal-emissao-boleto .set-boleto table.form td input[type="text"][tamanho="p"] {
	width: 140px 
}
#modal-emissao-boleto .set-boleto table.form td input[type="text"][tamanho="m"] {
	width: 300px 
}
#modal-emissao-boleto .set-boleto table.form td input[type="text"][tamanho="g"] {
	width: 400px 
}
#modal-emissao-boleto .set-boleto table.form td input[type="text"] + input[type="text"] {
	margin-left: 10px;
}



/*/ INPUT SELECT /*/
#modal-emissao-boleto .set-boleto table.form td select {
	font: 10pt OpenSans;
    padding: 8px;
    width: 550px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
}
#modal-emissao-boleto .set-boleto table.form td select[tamanho="pp"] {
	width: 120px 
}
#modal-emissao-boleto .set-boleto table.form td select[tamanho="p"] {
	width: 220px 
}
#modal-emissao-boleto .set-boleto table.form td select[tamanho="m"] {
	width: 320px 
}
#modal-emissao-boleto .set-boleto table.form td select[tamanho="g"] {
	width: 420px 
}



#modal-boletos-emitidos {
	width: 700px;
	min-height: 300px;
}
#modal-boletos-emitidos .set-boleto {
	padding: 20px;
}
#modal-boletos-emitidos .set-boleto table.list {
    width: 100%;
    border: 1px solid #ddd;
    border-right: none;
    margin-bottom: 45px;
}
#modal-boletos-emitidos .set-boleto table.list th {
	height: 30px;
    background: #efefef;
    border-right: 1px solid #ddd;
    font: 10pt OpenSansBold;
}
#modal-boletos-emitidos .set-boleto table.list td {
    font: 10pt OpenSans;
    padding: 5px 10px 5px 10px;
    height: 40px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#modal-boletos-emitidos .set-boleto table.list td[carregando] {
    text-align: center;
    height: 80px;
    background: url("../../_img/loader/standard.gif") no-repeat center;
}
#modal-boletos-emitidos .set-boleto table.list button.acao-visualizar {
	text-align: center;
    float: left;
    width: 30px;
    height: 30px;
    font: 12pt Fontawesome;
    text-decoration: none;
    line-height: 20px;
    background: #1e91cf;
    border: 1px solid #1978ab;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
}
#modal-boletos-emitidos .set-boleto table.list button.acao-visualizar:hover {
	background: #1872a2;
	border: 1px solid #115376;
}
#modal-boletos-emitidos .set-boleto table.list button.acao-visualizar::after {
	content: "\f039";
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-1 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #656565;
    background: #ddd;
    border: solid 1px #999;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-1::after {
    content: "Gerado";
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-2 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #fff;
    background: #0288d1;
    border: solid 1px #0288d1;
    border-radius: 4px;
    padding: 3px 0px;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-2::after {
    content: "Registrado";
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-3 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #fff;
    background: #009d20;
    border: solid 1px #009d20;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-3::after {
    content: "Pago";
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-4 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #656565;
    background: #ddd;
    border: solid 1px #999;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-4::after {
    content: "Não pago";
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-5 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #656565;
    background: #ddd;
    border: solid 1px #999;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-5::after {
    content: "Devolvido";
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-6 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #656565;
    background: #ddd;
    border: solid 1px #999;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-6::after {
    content: "Contestado";
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-7 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #fff;
    background: red;
    border: solid 1px red;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
#modal-boletos-emitidos .set-boleto table.list .boleto-status-7::after {
    content: "Cancelado";
}

#modal-boletos-emitidos .comando {
	position: absolute;
	width: 300px;
	height: 28px;
	bottom: 20px;
	right: 20px;
}
#modal-boletos-emitidos .comando button {
	float: right;
    min-width: 80px;
    padding: 5px 10px;
    color: #fff;
    border: none;
    margin-left: 15px;
    text-align: center;
    font: 10pt OpenSans;
    background: #2f5267;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
}
#modal-boletos-emitidos .comando button.cancel {
    background: #E53935;
}


#modal-receber-parcela {
	width: calc(100% - 380px);
}
#modal-receber-parcela .set-filter .view-contas {
	height: 130px;
	overflow-y: scroll;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-top: 20px;
}

#modal-receber-parcela .set-filter .view-contas table.list {
	width: 100%;
}
#modal-receber-parcela .set-filter .view-contas table.list th {
	height: 30px;
    background: #efefef;
    border-right: 1px solid #ddd;
    font: 10pt OpenSansBold;
    border-bottom: 1px solid #ddd;
}

#modal-receber-parcela .set-filter .view-contas table.list th {
	height: 30px;
    background: #efefef;
    border-right: 1px solid #ddd;
    font: 10pt OpenSansBold;
    border-bottom: 1px solid #ddd;
}
#modal-receber-parcela .set-filter .view-contas table.list td {
	font: 10pt OpenSans;
    padding: 5px 10px 5px 10px;
    height: 30px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#modal-receber-parcela .set-filter .view-contas table.list tr:nth-child(2n) td {
	background: #ebedf8;
}
#modal-receber-parcela .set-filter .view-contas table.list td .pagamento-conta-incluir {
	width: 24px;
	height: 24px;
	margin: 1px auto 0 auto;
	display: block;
}
#modal-receber-parcela .set-filter .view-contas table.list td div.carregando {
	height: 150px;
	background-position: bottom;
}
#modal-receber-parcela .set-filter .view-contas table.list tr[selecionado] td {
	background: #CCFF90;
	color: #33691E;
}


#modal-receber-parcela .set-filter .view-contas .pagamento-status-1 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #656565;
    background: #ddd;
    border: solid 1px #999;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
#modal-receber-parcela .set-filter .view-contas .pagamento-status-1::after {
    content: "A VENCER";
}

#modal-receber-parcela .set-filter .view-contas .pagamento-status-2 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #fff;
    background: #009d20;
    border: solid 1px #009d20;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
#modal-receber-parcela .set-filter .view-contas .pagamento-status-2::after {
    content: "PAGO";
}

#modal-receber-parcela .set-filter .view-contas .pagamento-status-3 {
    width: 90px;
    font: 9pt "Arial";
    font-weight: bold;
    color: #fff;
    background: #ff1d1d;
    border: solid 1px #ff1d1d;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
}
#modal-receber-parcela .set-filter .view-contas .pagamento-status-3::after {
    content: "ATRASADO";
}


.modal .set-import {
	padding: 20px;
	overflow-y: scroll;
	height: calc(100% - 97px);
}
.modal .set-import table {
	width: 100%;
    border-right: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.modal .set-import table th {
    height: 30px;
    background: #fff;
    font: 10pt OpenSansBold;
}
.modal .set-import table td {
    font: 10pt OpenSans;
    padding: 5px 10px 5px 10px;
    height: 30px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.modal .set-import table tr td:last-child {
    border-right: none;
}
.modal .set-import table td[lista-vazia] {
    text-align: center;
    color: #888;
}
.modal .set-import table td[carregando] {
    text-align: center;
    height: 80px;
    background: url("../../_img/loader/standard.gif") no-repeat center;
}
.modal .set-import table tr.bottom-line th {
    border-bottom: 1px solid #ddd;
}
.modal .set-import table tr:nth-child(2n) td {
    background: #ebedf8;
}
.modal .set-import table td b {
    font: 10pt OpenSansBold;
}
.modal .set-import table td input[type="text"] {
    font: 10pt OpenSans;
    padding: 8px;
    width: calc(100% - 12px);
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
    margin-left: -3px;
}
.modal .set-import table td .importar-multiplos-alunos {
	width: 16px;
	height: 16px;
}

.modal .set-import table tr[selecionado="true"] td {
	background: #CCFF90;
}

.modal #finalizar-importacao-aluno {
	height: 56px;
	width: 130px;
	position: absolute;
	top: 0;
	right: 0;
	background: #8BC34A;
	cursor: pointer;
	font: 12pt OpenSansBold;
	line-height: 56px;
	color: #fff;
	text-indent: 20px;
}
.modal #finalizar-importacao-aluno::before {
	font: 12pt Fasolid;
	content: "\f058";
	margin-right: 5px;
}

.modal#modal-confirmar-exclusao tr td #imagem-alert{
	width: 200px; 
	height: 150px;
	margin-left: 25px;
}

#modal-acesso p {
    font: 12pt OpenSansBold;
    text-align: center;
    margin: 0;
} 
#modal-acesso {
	min-height: 118px;
}