
*{ margin: 0; padding: 0;}
p{ margin: 0 !important; padding: 0 !important;}
li{list-style: none;}
body{ width: 100%; min-height: 100%; }
html{ height: 100%; }

a{text-decoration: none;}
a:hover{text-decoration: underline;}

/* 
	INPUT 
*/
label{color: #495057 !important; font-weight: 500; font-size: 12px; }
input{ border-radius: 5px; border: 1px solid #ccc; background: #f2f2f2; color: #495057; padding: 8px 10px; margin-top: 1px !important; width: 100% !important; font-size: 14px; font-weight: 300; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; letter-spacing: 0.01em; }
input:focus{ outline: none; border: 1px solid #ccc; background: #f2f2f2; box-shadow: 0 0 10px #ccc; }
input:hover{ outline: none; border: 1px solid #ccc; background: #f2f2f2; box-shadow: 0 0 10px #ccc; }
input::placeholder{ color: #9B9B9B; }
input:disabled{ outline: none; border: 1px solid #999; background: #ccc; pointer-events: none; }


small{ color: #777 !important; font-weight: 500; font-size: 11px; }


/* 
	SELECT 
*/
select{ border-radius: 5px; border: 1px solid #ccc; background: #f2f2f2; color: #495057; padding: 8px 10px; margin-top: 1px; width: 100%; font-size: 14px; font-weight: 300; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; letter-spacing: 0.01em; -webkit-appearance:none; }
select:focus{ outline: none; border: 1px solid #ccc; background: #f2f2f2; box-shadow: 0 0 10px #ccc; }
select:hover{ outline: none; border: 1px solid #ccc; background: #f2f2f2; box-shadow: 0 0 10px #ccc; }

/* 
	TEXTAREA 
*/
textarea{ border-radius: 5px; border: 1px solid #ccc; background: #f2f2f2; color: #495057; padding: 8px 10px; margin-top: 1px; width: 100%; font-size: 14px; font-weight: 300; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; letter-spacing: 0.01em; }
textarea:focus{ outline: none; border: 1px solid #ccc; background: #f2f2f2; box-shadow: 0 0 10px #ccc; }
textarea:hover{ outline: none; border: 1px solid #ccc; background: #f2f2f2; box-shadow: 0 0 10px #ccc; }

/* 
	CHECKBOX 
*/
.lblcheckbox{ position: relative; margin-left: 22px; top: 1px; font-weight: 500; font-size: 12px; }
input[type=checkbox] { position: relative; cursor: pointer; width: 0px !important; }
input[type=checkbox]:before { content: ""; display: block; position: absolute; width: 20px; height: 20px; top: 0; left: 0; background-color:#e9e9e9; border-radius: 5px; }
input[type=checkbox]:checked:before { content: ""; display: block; position: absolute; width: 20px; height: 20px; top: 0; left: 0; background-color:#2A6ECF; }
input[type=checkbox]:checked:after { content: ""; display: block; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 2px; left: 6px; }


hr{border-top: 0; border-bottom: 1px solid #ccc;}
.linkativo{ text-decoration: underline; }
.txt-center{ text-align: center; } 

/* 
	BUTTONS 
*/
.btn-app{ border-radius: 5px; border: 1px solid #f3f3f4; background: #f3f3f4; padding: 0.55em 10px 0.55em 10px; text-transform: uppercase; outline: none; cursor: pointer; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.btn-app:focus{ outline: none; background: #DEDEE6; border: 1px solid #DEDEE6; }
.btn-app:hover{ outline: none; background: #DEDEE6; border: 1px solid #DEDEE6; }
.btn-app i{ margin-right: 5px; }
.btn-app p{ font-size: 8px; margin-top: 3px !important; font-weight: 300; }
.btn-app-azul{ outline: none; background: #4ABAF7; border: 1px solid #4ABAF7; color: #0A2C47; }
.btn-app-azul:hover{ background: #17a5f1; border: 1px solid #17a5f1; color: #0A2C47; }
.btn-app-azul:focus{ background: #17a5f1; border: 1px solid #17a5f1; color: #0A2C47; }
.btn-app-vermelho{ outline: none; background: #FF5C58; border: 1px solid #FF5C58; color: #0A2C47; }
.btn-app-vermelho:hover{ background: #d44b49; border: 1px solid #d44b49; color: #0A2C47; }
.btn-app-vermelho:focus{ background: #d44b49; border: 1px solid #d44b49; color: #0A2C47; }
.btn-app-verde{ outline: none; background: #1FE1B9; border: 1px solid #1FE1B9; color: #0A2C47; }
.btn-app-verde:hover{ background: #00d1a7; border: 1px solid #00d1a7; color: #0A2C47; }
.btn-app-verde:focus{ background: #00d1a7; border: 1px solid #00d1a7; color: #0A2C47; }
.btn-app-amarelo{ outline: none; background: #FFD96B; border: 1px solid #FFD96B; color: #0A2C47; }
.btn-app-amarelo:hover{ background: #f5cb4e; border: 1px solid #f5cb4e; color: #0A2C47; }
.btn-app-amarelo:focus{ background: #f5cb4e; border: 1px solid #f5cb4e; color: #0A2C47; }
.btn-app-roxo{ outline: none; background: #a690f5; border: 1px solid #a690f5; color: #0A2C47; }
.btn-app-roxo:hover{ background: #8f77e9; border: 1px solid #8f77e9; color: #0A2C47; }
.btn-app-roxo:focus{ background: #8f77e9; border: 1px solid #8f77e9; color: #0A2C47; }
.btn-app-rosa{ outline: none; background: #e992f0; border: 1px solid #e992f0; color: #0A2C47; }
.btn-app-rosa:hover{ background: #d87cdf; border: 1px solid #d87cdf; color: #0A2C47; }
.btn-app-rosa:focus{ background: #d87cdf; border: 1px solid #d87cdf; color: #0A2C47; }
.btn-app-branco{ outline: none; background: #fff; border: 1px solid #fff; color: #0A2C47; }
.btn-app-branco:hover{ background: whitesmoke; border: 1px solid whitesmoke; color: #0A2C47; }
.btn-app-branco:focus{ background: whitesmoke; border: 1px solid whitesmoke; color: #0A2C47; }
.btn-app-cinza{ outline: none; background: #eee; border: 1px solid #eee; color: #0A2C47; }
.btn-app-cinza:hover{ background: #ddd; border: 1px solid #ddd; color: #0A2C47; }
.btn-app-cinza:focus{ background: #ddd; border: 1px solid #ddd; color: #0A2C47; }

.btn-app-group{
	display: flex;
}
.btn-app-group .btn-app:first-child{
	border-top-left-radius: 5px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 0px !important;
}

.btn-app-group .btn-app{
	border-radius: 0px !important;
	margin: 0 !important;
}

.btn-app-group .btn-app:last-child{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 5px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 5px !important;
	margin-right: 10px !important;
}

.btn-app-small-line{
	font-size: 10px;
	padding: 5px 10px; 
}



/* 
	ALERT 
*/
.alert{ padding: 10px 10px !important; border-radius: 5px; }

.alert-azul{ background: #4ABAF7; color: #0A2C47; }
.alert-azul-claro{ background: #E0F4FE; color: #0A2C47; }
.alert-vermelho{ background: #FF5C58; color: #0A2C47; }
.alert-verde{ background: #1FE1B9; color: #0A2C47; }
.alert-amarelo{ background: #FFD96B; color: #0A2C47; }
.alert-amarelo-claro{ background: #FFF7D9; color: #0A2C47; }
.alert-roxo{ background: #a690f5; color: #0A2C47; }
.alert-rosa{ background: #e992f0; color: #0A2C47; }
.alert-branco{ background: whitesmoke; color: #0A2C47; }
.alert-cinza{ background: #eee; color: #0A2C47; }

.somba-azul{ -webkit-box-shadow:0 0 0 0.2rem rgba(74,186,247,0.5) !important; box-shadow:0 0 0 0.2rem rgba(74,186,247,0.5) !important; }
.somba-azul-escuro{ -webkit-box-shadow:0 0 0 0.2rem rgba(74,186,247,0.70) !important; box-shadow:0 0 0 0.2rem rgba(74,186,247,0.70) !important; }
/* .somba-azul-escuro{ box-shadow:0 0 5px 2px #4abbf7 !important; } */
.somba-azul{ -webkit-box-shadow:0 0 0 0.2rem rgba(74,186,247,0.5) !important; box-shadow:0 0 0 0.2rem rgba(74,186,247,0.5) !important; }
.somba-vermelho{ -webkit-box-shadow:0 0 0 0.2rem rgba(255,92,88,0.5) !important; box-shadow:0 0 0 0.2rem rgba(255,92,88,0.5) !important; }
.somba-verde{ -webkit-box-shadow:0 0 0 0.2rem rgba(31,225,185,0.5) !important; box-shadow:0 0 0 0.2rem rgba(31,225,185,0.5) !important; }
.somba-verde-escuro{ -webkit-box-shadow:0 0 0 0.2rem rgba(31,225,185,0.8) !important; box-shadow:0 0 0 0.2rem rgba(31,225,185,0.8) !important; }
.somba-amarelo{ -webkit-box-shadow:0 0 0 0.2rem rgba(255,217,107,0.5) !important; box-shadow:0 0 0 0.2rem rgba(255,217,107,0.5) !important; }
.somba-roxo{ -webkit-box-shadow:0 0 0 0.2rem rgba(166,144,245,0.5) !important; box-shadow:0 0 0 0.2rem rgba(166,144,245,0.5) !important; }
.somba-roxo-escuro{ -webkit-box-shadow:0 0 0 0.2rem rgba(166,144,245,0.70) !important; box-shadow:0 0 0 0.2rem rgba(166,144,245,0.70) !important; }
/* .somba-roxo-escuro{ box-shadow:0 0 5px 2px #a690f5 !important; } */
.somba-rosa{ -webkit-box-shadow:0 0 0 0.2rem rgba(233,146,240,0.5) !important; box-shadow:0 0 0 0.2rem rgba(233,146,240,0.5) !important; }
.somba-cinza{ -webkit-box-shadow:0 0 0 0.2rem rgba(153,153,153,0.3) !important; box-shadow:0 0 0 0.2rem rgba(153,153,153,0.3) !important; }
.somba-cinza-gde{ -webkit-box-shadow:0 0 0 0.5rem rgba(153,153,153,0.3) !important; box-shadow:0 0 0 0.5rem rgba(153,153,153,0.3) !important; }

/* 
	CORES 
*/
.txt-verde{ color: #1FE1B9; }
.txt-azul{ color: #4ABAF7 !important; }
.txt-vermelho{ color: #FF5C58; }
.txt-cinza{ color: lightslategrey; }
/* 
	BADGE 
*/
.bagde-cinza{ background: #eee; border-radius: 5px; padding: 1px 3px; font-size: 11px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-cinza-escuro{ background: #999; border-radius: 5px; padding: 1px 3px; font-size: 11px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-azul{ background: #E0F4FE; border-radius: 5px; padding: 1px 3px; font-size: 11px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-azul-escuro{ background: #4ABAF7; border-radius: 5px; padding: 1px 3px; font-size: 11px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-vermelho{ background: #fc7b79; border-radius: 5px; padding: 1px 3px; font-size: 11px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-vermelho-escuro{ background: #FF5C58; border-radius: 5px; padding: 1px 3px; font-size: 11px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-verde{ background: #1FE1B9; border-radius: 5px; padding: 1px 3px; font-size: 10px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-amarelo{ background: #FFD96B; border-radius: 5px; padding: 1px 3px; font-size: 10px; color: #0A2C47; font-weight: bold; }
.bagde-roxo{ background: #c2b6f0; border-radius: 5px; padding: 1px 3px; font-size: 10px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-roxo-escuro{ background: #a690f5; border-radius: 5px; padding: 1px 3px; font-size: 10px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-rosa{ background: #e7b7eb; border-radius: 5px; padding: 1px 3px; font-size: 10px; color: #0A2C47; font-weight: bold; margin-right: 5px; }
.bagde-rosa-escuro{ background: #e992f0; border-radius: 5px; padding: 1px 3px; font-size: 10px; color: #0A2C47; font-weight: bold; margin-right: 5px; }

.bg-azul{ background: #4ABAF7 !important; color: #0066B1 !important; }
/* .bg-azul-claro{ background: #4ABAF7 !important; color: #0A2C47 !important; } */
.bg-azul-claro{ -webkit-box-shadow:0 0 0 0.2rem #abbdc7 !important; box-shadow:0 0 0 0.2rem #abbdc7 !important; }
.bg-vermelho{ background: #FF5C58 !important; color: #A52C47 !important; }
.bg-verde{ background: #1FE1B9 !important; color: #0A2C47 !important; }
/* .bg-verde-claro{ background: #1FE1B9 !important; color: #0A2C47 !important; } */
.bg-verde-claro{ -webkit-box-shadow:0 0 0 0.2rem #abbdc7 !important; box-shadow:0 0 0 0.2rem #abbdc7 !important; }
.bg-amarelo{ background: #FFD96B !important; color: #FFA631 !important; }
.bg-amarelo-claro{ background: #FFF7D9 !important; color: #0A2C47 !important; }
.bg-roxo{ background: #a690f5 !important; color: #5641cc !important; }
/* .bg-roxo-claro{ background: #a690f5 !important; color: #0A2C47 !important; } */
.bg-roxo-claro{ -webkit-box-shadow:0 0 0 0.2rem #abbdc7 !important; box-shadow:0 0 0 0.2rem #abbdc7 !important; }
.bg-rosa{ background: #e992f0 !important; color: #0A2C47 !important; }
.bg-rosa-claro{ background: #fbe2fd !important; color: #0A2C47 !important; }
.bg-branco{ background: whitesmoke !important; color: #000 !important; }
.bg-cinza{ background: #eee !important; color: #000 !important; }

.cor-verde-claro{ color: #1FE1B9 !important; }
.cor-azul-claro{ color: #4ABAF7 !important; }
.cor-azul-escuro{ color: #0A2C47 !important; }
.cor-cinza-claro{ color: #ccc !important; }
.cor-cinza-medio{ color: #999 !important; }
.cor-cinza-escuro{ color: #333 !important; }
.cor-amarelo-escuro{ color: #FFA631 !important; }
.cor-roxo{ color: #a690f5 !important; }
.cor-vermelho{ color: #FF5C58 !important; }

/* 
	TABLE 
*/
table { border-collapse: collapse; }
.table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }
.table th{ padding: 10px 5px; vertical-align: top; font-size: 14px; text-align: left; color: #616574; }
.table td { padding: 5px; vertical-align: top; border-top: 1px solid #dee2e6; font-size: 14px; font-weight: 300; color: #616574; }
.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }
.table tbody + tbody { border-top: 2px solid #dee2e6; }
.table .table { background-color: #fff; }
.table-bordered { border: 1px solid #dee2e6; }
.table-bordered th, .table-bordered td { border: 1px solid #dee2e6; }
.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }
.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover { background-color: #FFFAC5; }
.table-active, .table-active > th, .table-active > td { background-color: #FFFAC5; }
.table-hover .table-active:hover { background-color: #FFFAC5; }
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: #FFFAC5; }

/* 
	GRID 
*/
.container{ width: 100%; margin-right: auto; margin-left: auto; }
@media (min-width: 576px){ .container{max-width: 540px;}}
@media (min-width: 768px){ .container{max-width: 720px;}}
@media (min-width: 992px){ .container{max-width: 960px;}}
@media (min-width: 1200px){ .container{max-width: 1140px;}}
.container-fluid{ width: 100%; margin-right: auto; margin-left: auto;}
.row{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 5px; }
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10{
	-webkit-box-flex: 0; position: relative; width: calc(100% - 10px); min-height: 1px; padding-right: 10px;
}
.col-auto{ -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; }
.col-1{ -ms-flex: 0 0 calc(8.333333% - 10px); flex: 0 0 calc(8.333333% - 10px); max-width: calc(8.333333% - 10px); }
.col-2{ -ms-flex: 0 0 calc(16.666667% - 10px); flex: 0 0 calc(16.666667% - 10px); max-width: calc(16.666667% - 10px); }
.col-3{ -ms-flex: 0 0 calc(25% - 10px); flex: 0 0 calc(25% - 10px); max-width: calc(25% - 10px); }
.col-4{ -ms-flex: 0 0 calc(33.333333% - 10px); flex: 0 0 calc(33.333333% - 10px); max-width: calc(33.333333% - 10px); }
.col-5{ -ms-flex: 0 0 calc(41.666667% - 10px); flex: 0 0 calc(41.666667% - 10px); max-width: calc(41.666667% - 10px); }
.col-6{ -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); }
.col-7{ -ms-flex: 0 0 calc(58.333333% - 10px); flex: 0 0 calc(58.333333% - 10px); max-width: calc(58.333333% - 10px); }
.col-8{ -ms-flex: 0 0 calc(66.666667% - 10px); flex: 0 0 calc(66.666667% - 10px); max-width: calc(66.666667% - 10px); }
.col-9{ -ms-flex: 0 0 calc(75% - 10px); flex: 0 0 calc(75% - 10px); max-width: calc(75% - 10px); }
.col-10{ -ms-flex: 0 0 calc(83.333333% - 10px); flex: 0 0 calc(83.333333% - 10px); max-width: calc(83.333333% - 10px); }
.col-11{ -ms-flex: 0 0 calc(91.666667% - 10px); flex: 0 0 calc(91.666667% - 10px); max-width: calc(91.666667% - 10px); }
.col-12{ -ms-flex: 0 0 calc(100% - 10px); flex: 0 0 calc(100% - 10px); max-width: calc(100% - 10px); }
@media (min-width: 1024px) {
	.col-lg-1{ -ms-flex: 0 0 calc(8.333333% - 10px); flex: 0 0 calc(8.333333% - 10px); max-width: calc(8.333333% - 10px); }
	.col-lg-2{ -ms-flex: 0 0 calc(16.666667% - 10px); flex: 0 0 calc(16.666667% - 10px); max-width: calc(16.666667% - 10px); }
	.col-lg-3{ -ms-flex: 0 0 calc(25% - 10px); flex: 0 0 calc(25% - 10px); max-width: calc(25% - 10px); }
	.col-lg-4{ -ms-flex: 0 0 calc(33.333333% - 10px); flex: 0 0 calc(33.333333% - 10px); max-width: calc(33.333333% - 10px); }
	.col-lg-5{ -ms-flex: 0 0 calc(41.666667% - 10px); flex: 0 0 calc(41.666667% - 10px); max-width: calc(41.666667% - 10px); }
	.col-lg-6{ -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); }
	.col-lg-7{ -ms-flex: 0 0 calc(58.333333% - 10px); flex: 0 0 calc(58.333333% - 10px); max-width: calc(58.333333% - 10px); }
	.col-lg-8{ -ms-flex: 0 0 calc(66.666667% - 10px); flex: 0 0 calc(66.666667% - 10px); max-width: calc(66.666667% - 10px); }
	.col-lg-9{ -ms-flex: 0 0 calc(75% - 10px); flex: 0 0 calc(75% - 10px); max-width: calc(75% - 10px); }
	.col-lg-10{ -ms-flex: 0 0 calc(83.333333% - 10px); flex: 0 0 calc(83.333333% - 10px); max-width: calc(83.333333% - 10px); }
	.col-lg-11{ -ms-flex: 0 0 calc(91.666667% - 10px); flex: 0 0 calc(91.666667% - 10px); max-width: calc(91.666667% - 10px); }
	.col-lg-12{ -ms-flex: 0 0 calc(100% - 10px); flex: 0 0 calc(100% - 10px); max-width: calc(100% - 10px); }

	
	.app-modal{ width: 96%; height: 96%; margin-left: 2%; top: 2%; }
	.app-modal-small{
		width: 50% !important; height: auto !important; margin-left: 25% !important; top: 30% !important; 
	}
	#app-modal-empresa-cel{
		width: 50% !important; height: 200px !important; margin-left: 25% !important; top: calc(50% - 100px) !important; ;
	}
}
@media (max-width: 1023px) 
{
	.app-modal{ width: 86%; height: 86%; margin-left: 7%; top: 7%; }
	.app-modal-small{
		height: auto !important; top: 30% !important;
	}
	#app-modal-empresa-cel{
		height:200px !important; top: calc(50% - 100px) !important; ;
	}
}



[class*="col-"]:last-child{
	padding-right: 0px !important;
}

/* 
	MODAL 
*/
.app-modal{ background: #fff; position: fixed; z-index: 9998; overflow: auto; border-radius: 10px; border: 1px solid #999; box-shadow: 0px 0px 50px 2px #333; display: none; }
.app-modal .app-modal-conteudo{ padding: 15px 20px; }
.app-modal .app-modal-conteudo .app-modal-titulo{ padding: 10px 0 15px 0; border-bottom: 1px solid #e6e6e6; color: #3082f7; }
/* .app-modal #app-modal-conteudo .app-modal-titulo{ padding: 5px 10px; background: #f2f2f2; color: #3082f7; border-radius: 5px;} */
.app-modal .app-modal-conteudo .app-modal-dados{ padding-top: 15px; height: calc(100% - 90px); overflow-y: auto; }
.app-modal .app-modal-conteudo .app-modal-titulo-fechar{ position: absolute; right: 15px; top: 16px; padding: 5px !important; font-size: 14px; cursor: pointer; color: #e84d7b; border-radius: 10px; }

/* 
	TABLE LINHA 
*/
.table-line{ border-bottom: 1px solid #e6e6e6; color: #616574; padding: 10px 0px; cursor: pointer; }
.table-line-striped:nth-child(even) { background-color: rgba(0, 0, 0, 0.05); }
.table-line:hover{ background-color: #FFFAC5; border-radius: 5px; }
.table-line .row{ margin-bottom: 4px; }
.table-line .row:last-child{ margin-bottom: 0px; }


.txtUpper { 
    text-transform: uppercase !important;
}


.txtLower { 
    text-transform: lowercase !important;
}


.bd-radius-5{
	border-radius: 5px;
}

.bd-radius-10{
	border-radius: 10px;
}