	
	.myModal {
		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;
	}

	.myModal-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;
	}
		.myModal h1 {
			margin: 0;
			padding: 10px;
			text-align: center;
			background: #323639;
			font: 20pt OpenSansLight;
			color: #fff;
			border-radius: 3px 3px 0 0;
		}
		
	.myModal, .myModal-glass {
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;		
	}
		.myModal#mySlider {
			width: 1040px;
			height: 585px;
			box-shadow: 0px 0px 6px #222;	
		}
		.myModal .mySlider {
			width: 1040px;
			height: 585px;
			overflow: hidden;
		}
			.myModal .mySlider .mySlider-prev {
				position: absolute;
				width: 100px;
				height: 585px;
				background: url("../_img/icon/slide-prev.png") no-repeat center;
				z-index: 200;
				cursor: pointer;
			}
			.myModal .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;
			}
			.myModal .mySlider .mySlider-imgs {
				width: 10000px;			
				height: 585px;
				z-index: 100;
			}
				.myModal .mySlider .mySlider-imgs div {
					display: block;	
					width: 1040px;
					height: 585px;
					background-size: auto 585px;
					background-position: center center;
					background-repeat: no-repeat;			
					float: left;
				}
			.myModal .mySlider #mySliderRoll {
				transition: transform 1s;
			}
		
		
	/* Personal Content goes Here ;) */
	
	#myModal-pdf {
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	#myModal-dialog {
		min-width: 400px;
		min-height: 200px;
	}
	#myModal-10 {
		min-width: 650px;
		min-height: 200px;
		padding-bottom: 20px;
	}
	#myModal-filter {
		min-width: 550px;
		min-height: 200px;
		padding-bottom: 20px;
	}
	#myModal-full-1 {
		min-width: 900px;
		min-height: 200px;
		padding-bottom: 20px;
	}
	#myModal-cadastro-simples {
		min-width: 550px;
		min-height: 190px;
	}
	.myModal .set-1 {
		padding: 20px;
	}
		.myModal .set-1 .space {
			height: 20px;
		}
		.myModal .set-1 table.lines {
			width: 100%;
			border: none;
			border-right: none;
			margin-top: -20px;
		}
		.myModal .set-1 table.lines td {
			height: 60px;
			border: none;
			border-bottom: 1px dotted #ccc;
			font: 10pt OpenSans;
		}
		.myModal .set-1 table.lines td#pad4 {
			height: 60px;
			border: none;
			border-bottom: 1px dotted #ccc;
			padding-top: 10px;
			font: 10pt OpenSans;
		}		
		.myModal .set-1 table.lines .txt1 {
			float: left;
			width: 50px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
			margin-right: 20px; 
		}
		.myModal .set-1 table.lines .txt2 {
			float: left;
			width: 120px;
			margin-right: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-1 table.lines .txt3 {
			width: 360px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-1 table.lines .txtS {
			float: left;
			width: 85px;
			margin-left: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-1 table.lines .selS {
			float: left;
			width: 100px;
			margin-right: 10px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .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;
		}
		.myModal .set-1 table.lines textarea {
			width: 360px;
			height: 100px;
			padding: 8px;
			margin: 10px 0;
			font: 10pt OpenSans;
			border: 1px solid #abadb3;
			resize: none;
		}
		.myModal .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;
		}
		.myModal .set-1 table.lines .sel2 {
			float: left;
			width: 205px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .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;
		}
		.myModal .set-1 table.lines #float_soma_total {
			float: right;
			margin-top: 5px;
			font: 15pt OpenSansLight;
			color: #F44336;
		}


			
		.myModal .set-1 table.cols {
			width: 100%;
			border: 1px solid #ddd;
			border-right: none;
		}
		.myModal .set-1 table.cols th {
			height: 30px;
			background: #efefef;
			border-right: 1px solid #ddd;
			font: 10pt OpenSansBold;
		}
		.myModal .set-1 table.cols td {
			height: 40px;
			border-top: 1px solid #ddd;
			border-right: 1px solid #ddd;
			font: 10pt OpenSans;
		}
			.myModal .set-1 table.cols td#pad {
				padding: 5px 0 5px 10px;
			}
			.myModal .set-1 table.cols td#cen {
				padding: 5px 0 5px 10px;
				text-align: center;
			}
		.myModal .set-1 table.cols #choose {
			display: block;
			width: 30px;
			height: 30px;
			margin: 0 auto;
			background: url("../_img/icon/send.png") no-repeat center;
		}
		.myModal .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;
		}
			.myModal .set-1 table.cols .status-1::after {
				content: "Válido";
			}
		.myModal .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;
		}
			.myModal .set-1 table.cols .status-2::after {
				content: "Sem fundos";
			}
	.myModal .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;
	}

	.myModal .set-2 {
		padding: 20px;
	}
		.myModal .set-2 .space {
			height: 20px;
		}
		.myModal .set-2 table.lines {
			width: 100%;
			border: none;
			border-right: none;
			margin-top: -20px;
		}
		.myModal .set-2 table.lines td {
			height: 60px;
			border: none;
			border-bottom: 1px dotted #ccc;
			font: 10pt OpenSans;
		}
		.myModal .set-2 table.lines td#pad4 {
			height: 60px;
			border: none;
			border-bottom: 1px dotted #ccc;
			padding-top: 10px;
			font: 10pt OpenSans;
		}		
		.myModal .set-2 table.lines .txt1 {
			float: left;
			width: 50px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
			margin-right: 20px; 
		}
		.myModal .set-2 table.lines .txt2 {
			float: left;
			width: 120px;
			margin-right: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-2 table.lines .txt3 {
			width: 300px;
			padding: 8px;
			font: 10pt OpenSans;
			border: 1px solid #abadb3;
		}
		.myModal .set-2 table.lines .txtS {
			float: left;
			width: 85px;
			margin-left: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-2 table.lines .selS {
			float: left;
			width: 100px;
			margin-right: 10px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .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;
		}
		.myModal .set-2 table.lines textarea {
			width: 360px;
			height: 100px;
			padding: 8px;
			margin: 10px 0;
			font: 10pt OpenSans;
			border: 1px solid #abadb3;
			resize: none;
		}
		.myModal .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;
		}
		.myModal .set-2 table.lines .sel2 {
			float: left;
			width: 205px;
			margin-left: 10px;
			margin-right: 10px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .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;
		}
		.myModal .set-2 table.lines #float_soma_total {
			float: right;
			margin-top: 5px;
			font: 15pt OpenSansLight;
			color: #F44336;
		}


			
		.myModal .set-2 table.cols {
			width: 100%;
			border: 1px solid #ddd;
			border-right: none;
		}
		.myModal .set-2 table.cols th {
			height: 30px;
			background: #efefef;
			border-right: 1px solid #ddd;
			font: 10pt OpenSansBold;
		}
		.myModal .set-2 table.cols td {
			height: 40px;
			border-top: 1px solid #ddd;
			border-right: 1px solid #ddd;
			font: 10pt OpenSans;
		}
			.myModal .set-2 table.cols td#pad {
				padding: 5px 0 5px 10px;
			}
			.myModal .set-2 table.cols td#cen {
				padding: 5px 0 5px 10px;
				text-align: center;
			}
		.myModal .set-2 table.cols #choose {
			display: block;
			width: 30px;
			height: 30px;
			margin: 0 auto;
			background: url("../_img/icon/send.png") no-repeat center;
		}

		.myModal .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;
		}
		.myModal .set-2 .clear {
			clear: both;
		}

	.myModal .set-filter {
		padding: 20px;
	}
		.myModal .set-filter .space {
			height: 20px;
		}
		.myModal .set-filter table.lines {
			width: 100%;
			border: none;
			border-right: none;
			margin-top: -20px;
		}
		.myModal .set-filter table.lines td {
			height: 60px;
			border: none;
			border-bottom: 1px dotted #ccc;
			font: 10pt OpenSans;
			text-indent: 5px;
		}	
		.myModal .set-filter table.lines .txt1 {
			float: left;
			width: 50px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
			margin-right: 20px; 
		}
		.myModal .set-filter table.lines .txt2 {
			float: left;
			width: 120px;
			margin-right: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-filter table.lines .txt3 {
			float: left;
			width: 320px;
			margin-right: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-filter table.lines .txtS {
			float: left;
			width: 85px;
			margin-left: 10px;
			padding: 8px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-filter table.lines .sel1 {
			float: left;
			width: 180px;
			margin-right: 10px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-filter table.lines .sel2 {
			float: left;
			width: 250px;
			margin-right: 10px;
			padding: 7px 10px 7px 5px;
			border: 1px solid #abadb3;
			font: 10pt OpenSans;
		}
		.myModal .set-filter 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;
		}
		.myModal .set-filter table.lines textarea {
			width: 360px;
			height: 100px;
			padding: 8px;
			margin: 10px 0;
			font: 10pt OpenSans;
			border: 1px solid #abadb3;
			resize: none;
		}
		.myModal .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;
		}


	.myModal .set-dialog {

	}
		.myModal .set-dialog .line {
			height: 70px;
			border-bottom: 1px solid #ddd;
		}
		.myModal .set-dialog .line .line-left {
			height: 70px;
			width: 90px;
			float: left;	
			background: url("../_img/icon/alert.jpg") no-repeat;
			background-position: 20px 10px;
		}
		.myModal .set-dialog .line .line-right {
			height: 70px;
			width: 250px;
			float: left;	

		}
		.myModal .set-dialog .line .line-right .texto-1 {
			font: 12pt "OpenSans";
    		color: #3d4351;
    		text-transform: uppercase;
    		margin-top: 25px;
		}
		.myModal .set-dialog .texto-2 {
			padding-top: 10px;
    		font: 12pt "OpenSansBold";
    		color: #333;
    		line-height: 25px;
    		text-align: center;
    		padding: 20px;
    		margin-bottom: 10px;
		}
		.myModal .set-dialog .btn-dialog-yes {
			float: right;
		    min-width: 80px;
		    padding: 5px 10px;
		    color: #fff;
		    border: none;
		    margin: 5px 10px 0 0;
		    text-align: center;
		    font: 10pt OpenSans;
		    background: #304e64;
		    border-radius: 10px;
		    cursor: pointer;
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    outline: none;
		}
		.myModal .set-dialog .btn-dialog-no {
			float: right;
		    min-width: 80px;
		    padding: 5px 10px;
		    color: #fff;
		    border: none;
		    margin: 5px 20px 0 0;
		    text-align: center;
		    font: 10pt OpenSans;
		    background: #304e64;
		    border-radius: 10px;
		    cursor: pointer;
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    outline: none;
		}

	.myModal .set-2 {
		padding: 0;
	}
	.myModal .set-2 iframe.frame-pdf {
		background: red;
		border: none;
		width: 100%;
		min-height: 400px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.myModal .check-imposto {
		display: inline-block;
		height: 30px;
		min-width: 60px;
		border: 2px solid #1e91cf;
		color: #1e91cf;
		font: 10pt OpenSansBold;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		user-select: none;
		padding: 0 5px 0 0px;
		border-radius: 3px;
	}
	.myModal .check-imps {
		width: 0;
		height: 0;
		position: absolute;
	}
	.myModal .check-imps:checked + label {
		background: #1e91cf;
		color: #fff;
		user-select: none;
	}

	.myModal .set-choose {
		padding: 20px;
		width: 600px;
	}