/***FRONT_END***/
.nav-list>li .submenu>li>a:focus, .nav-list>li .submenu>li>a:active { color: #000!important; }

html, body { height: 100%!important }

/* <!-- CSS --> */

.login-layout-perukas { background-color: #202020!important;}

.teste-background { background-color: #000!important; }
.text-left{
	text-align: left !important ;
}
.con-full { 

	/* width: 748px; */
	height: auto;
	background-color: transparent;
	padding: 0;
	z-index: 2;

}

@media screen and ( max-width: 768px ) {

	.con-full { padding-left: 30px!important; padding-right: 30px!important; }

}

.background-full {

	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: cover!important;
	width: 100%!important;
	height: 100%!important;
	padding: 0px;

}

.background-wall {

	height: 100%;
	width: 100%;
	/* background-image: -webkit-linear-gradient(top left,#ddd,#fff);
	background-image: linear-gradient(to bottom right,#ddd,#fff); */
	position: absolute;
	top:0;
	left: 0;
	z-index:100;
	background-color: rgba(51,51,51,0.2);

}

video.am-video {

	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 100;
	transform: translate(-50%, -50%);

}

.center-full {

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
    z-index: 99999;

}

.main-am { 

	font-family: 'Open Sans', sans-serif; color: #4b4b4b; font-size: 14px; z-index: 200; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 16px;
    opacity: 0.9;

}

.col-md-block { padding: 0px }

.am-title {



}

.am-block-second {

	/* background-color: #93c83d; #e7efea */
}

.am-block-wrapper { padding: 24px; }

.am-block-first {


	/*background-color:rgba(255,255,255,0.89);*/
	/* background-image: url('../images/bg-shop.jpg'); */
	/*border: 2px solid #e6e6e6;*/
	background-size: 100%;
    height: auto;
    border-radius: 8px!important;
    overflow: hidden;
    -webkit-box-shadow: 0!important;
    box-shadow: 0!important;
}

.am-block-second {

	background-color: #fff;
	background-image: url('../images/juan-pablo-rodriguez-693578-unsplash.jpg');
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	background-image: -webkit-linear-gradient(top left,#83bb2f,#159d44);
	background-image: linear-gradient(to bottom right,#83bb2f,#159d44);
    background-repeat: no-repeat;
    height: 398px;
    overflow: hidden;
    background-position: center;
    padding:  24px;
    z-index: 190;
}


.particle-div #particles-js{

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 110;
	background-color: transparent!important;
}

.am-block-main { max-width: 258px; margin:10px auto;  display: block;}

.am-logo { display: block; position: relative; text-align: center; margin-bottom: 32px; }

.am-logo img {     width: 164px;  }

.am-title { position: relative; }

.am-title h1 {

	font-size: 16px;
	color: #fff;
	margin: 0;
    padding: 0;
    font-weight: 600;
    margin: 16px 0;
}


input[type="text"].am-input-block, input[type="password"].am-input-block {

	-webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    border-style: solid!important;
    border-width: 1px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    display: block!important;
    min-height: 32px!important;
    outline: none!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    text-shadow: none!important;
    -webkit-transition: all .15s ease-in-out!important;
    transition: all .15s ease-in-out!important;
    width: 100%!important;
    border-color: #e1e1e1!important;
    line-height: unset!important;
    padding: 0 0 1px 12px!important;


}

input[type="text"].am-input-block:hover, input[type="password"].am-input-block:hover { border: 1px solid #c2c2c2!important; }

input[type="text"].am-input-block:focus, input[type="password"].am-input-block:focus { border: 1px solid #c2c2c2!important; }

.am-input-block::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #575757; font-style: italic; }

.am-input-block::-moz-placeholder { /* Firefox 19+ */ color: #575757; font-style: italic;}

.am-input-block:-ms-input-placeholder { /* IE 10+ */ color: #575757; font-style: italic;}

.am-input-block:-moz-placeholder { /* Firefox 18- */ color: #575757; font-style: italic;}

fieldset+fieldset { margin-top: 8px; }

.am-button {

	font-weight: 600;
    background-color: transparent;
    border: 2px solid #4b4b4b;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #4b4b4b;
    display: inline-block;
    font-size: 15px;
    height: auto;
    line-height: 32px;
    min-height: 32px;
    outline: none;
    padding: 0 14px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: auto;

}

.button.mod-am, button.mod-am {

    background-color:#2c307b!important;
    border-width: 0;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;

}

.am-form-button {

    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;

}

.text-adekz {

	text-align: right;
	display: inline-block;
	float: right;
	color: #fff;
	font-weight: 600;

}

/* .alert-danger { color: red!important; } */

.text-adekz input {

	background-color: #0064dc!important;
	color: #fff!important;
	font-weight: 700!important;
	border-radius: 100px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	margin-left: 3px!important;
	height: 32px;

}

.text-adekz input:focus { outline: none!important; }

.text-adekz input:hover { text-decoration: underline; }

.logo-rich { position: absolute; left: 20px; bottom: 20px; }

.logo-rich img { width: 140px; }

.text-nutrition {

	text-align: left;
	display: block;
	margin:12px;


}

.text-nutrition h3 {

	font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    color: #fff;

}

.am-box-error {

	padding: 0px;
	background-color: transparent;
	border: 0;
	margin: 0;
	margin-bottom: 10px;

}

.image-am-center {


	width: 100%;
	margin: 20px auto;
	text-align: center;
	margin-top: 30px;

 }

 .image-am-center img { width: 138px; margin-left: -23px;}


 /* ADM */


/**/

.box-bottom-login { display: block; margin-top: 8px; text-align: center; }

.image-logo-bottom {

    display: block;
    position: relative;
    margin: 15px auto;
    text-align: center;

}

.image-logo-bottom img { width: 180px; }

.text-site-bottom { text-align: center;display: block; position: relative; margin-top: 8px; }

.text-site-bottom h2 {

    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.text-form-bottom a {

	color: #4b4b4b!important;

}

/**/

.navbar_header{ min-height: 58px!important; background-color: #2c307b!important; }

.logo_header { width: 230px; margin-top: 3px; }

.coock_header { height: 58px; }

.coock_header .ace-nav>li { height: 58px; line-height: 58px; }

.coock_header .ace-nav>li>a{

	background-color: #ed193f!important;
	height: 63px;
	padding: 0 12px;
}

.coock_header .user-info { top: 12px; }

.coock_header .ace-nav>li.open.light-blue>a { 

	background-color:#ed193f!important;


}

.coock_header .light-blue .dropdown-menu.dropdown-close.pull-right {

	-webkit-transform: translateZ(0)!important;
    -moz-transform: translateZ(0)!important;
    -ms-transform: translateZ(0)!important;
    -o-transform: translateZ(0)!important;
    transform: translateZ(0)!important;
    -webkit-transform-style: preserve-3d!important;
    -webkit-backface-visibility: hidden!important;
    backface-visibility: hidden!important;
    display: none!important;

}

.coock_header .light-blue.open .dropdown-menu.dropdown-close.pull-right {

	-webkit-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1!important;
    -moz-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1!important;
    -ms-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1!important;
    -o-animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1!important;
    animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s cubic-bezier(0, 0.73, 0.62, 0.87) 1!important;
    display: block!important;


}

.coock_header .dropdown-menu li a:hover { background-color:#ed193f!important; }

.table thead tr th { background-color: #2c307b!important;  }

.table thead tr th a { color: #fff!important;  }

.dataTable th { color: #fff!important }

.widget-header { 

	background-color: #2c307b!important; 
	color: #fff!important;
    background: #2c307b!important;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#2c307b),to(#2c307b))!important;
    background-image: -webkit-linear-gradient(top,#2c307b,0%,#2c307b,100%)!important;
    background-image: -moz-linear-gradient(top,#2c307b 0,#2c307b 100%)!important;
    background-image: linear-gradient(to bottom,#2c307b 0,#2c307b 100%)!important; 
    border-radius: 2px!important;
    border: 0px!important;

}

.widget-toolbar { color: #fff!important; }

.dropdown-menu.dropdown-close.pull-right { 

	right: 5px!important; border-radius: 6px!important;
	box-shadow: 0 0 15px 1px rgba(69,65,78,.2)!important;
	border: 0px!important;

}

.dropdown-menu.dropdown-close { top: 88%!important; }

.breadcrumbs { background-color: #f5f5f5!important; border: 1px solid #e8e8e8!important; }

.table thead tr th { color: #fff!important; }

.widget-box {

	box-shadow: 0 0 15px 1px rgba(69,65,78,.2)!important;
	border: 0px!important;
}

.table-bordered { border: 0px!important; }

.widget-toolbar i { color: #fff!important; }

button.btn-success, button.btn-success:focus { 

	background-color: #ed193f!important; 
	border-color: #ed193f!important; 
	box-shadow: 0 0 15px 1px rgba(69,65,78,.2)!important;
	border-radius: 100px!important;
	margin-bottom: 10px!important;
	margin-top: 10px!important;
}

button.btn-success:hover, .open button.btn-success.dropdown-toggle { background-color: #ed193f!important; }
a.btn-primary:hover{
	border-color: #bd6721!important; 
	background-color: #bd6721!important; 
}

a.btn-primary, a.btn-primary:focus { 

	background-color: #ed193f!important; 
	border-color: #ed193f!important; 
	box-shadow: 0 0 15px 1px rgba(69,65,78,.2)!important;
	border-radius: 100px!important;
	padding: 18px!important;
	padding: 4px!important;
    padding-left: 10px!important;
    padding-right: 17px!important;

}

input.btn, input.btn-default, input.btn:focus, input.btn-default:focus, button.btn {

	background-color: #ed193f!important; 
	border-color: #ed193f!important; 
	box-shadow: 0 0 15px 1px rgba(69,65,78,.2)!important;
	border-radius: 100px!important;
}

input.btn:hover, input.btn-default:hover, .open input.btn.dropdown-toggle, .open input.btn-default.dropdown-toggle, button.btn:hover, button.btn:focus {

	background-color: #bd6721!important;

}

a.btn-primary i, a.btn-primary i{ margin-left: -2px!important; line-height: 18px!important; }

button.btn-info, button.btn-info:focus {

	background-color: #ed193f!important; 
	border-color: #ed193f!important; 
	box-shadow: 0 0 15px 1px rgba(69,65,78,.2)!important;
	border-radius: 100px!important;

}

button.btn-info:hover, .open button.btn-info.dropdown-toggle {

	background-color:#ed193f!important; 
	border-color:#ed193f!important; 
}

.am-block-main .alert-danger { color: #fff; padding:  12px;  background-color: #c9302d; border-radius: 6px; padding-top: 4px; padding-bottom: 6px;}
 
.nav-list>li>a { line-height: 41px!important; }

button.btn, button.btn-default, button.btn:focus, button.btn-default:focus {

	box-shadow: 0 0 15px 1px rgba(69,65,78,.2)!important;
	border-radius: 100px!important;
}

button.btn, button.btn-default, button.btn:focus, button.btn-default:focus {

	box-shadow: 0 0 15px 1px rgba(69,65,78,.2)!important;
	border-radius: 100px!important;

}

.page-header h1 { 

	font-weight: 500!important; 
	font-size: 20px!important;
    font-size: 18px!important;
    color: #2c307ba49!important;

}



legend {

	width: initial!important;
	padding:inherit!important;
	margin-bottom:inherit!important;
	font-size: inherit!important;
	line-height: inherit!important;
	color: inherit!important;
	border: inherit!important;
	border-bottom:inherit!important;
	border-width: initial!important;
    border-style: none!important;
    border-color: initial!important;
    border-image: initial!important;
}

#relForm legend{ font-size: 10px!important; }

#relForm fieldset label { margin-right: 7px!important; margin-bottom: 0px!important; font-size:10px!important; vertical-align: top!important; text-align: center!important; margin-top: 2px!important; }

#relForm label, .lbl { vertical-align: inherit!important; }

#relForm fieldset {
 
    margin: inherit!important;
    border: inherit!important;
}
#relForm fieldset {
    margin: inherit!important;
    border: inherit!important;
        border-width: 2px!important;
    border-style: groove!important;
    border-color: threedface!important;
    border-image: initial!important;
}

#relForm form {
    padding: 0px;
    margin: 0px;
}

#relForm input,#relForm select,#relForm textarea {
    color: #777!important;
    background: #FFF!important;
    border: 1px solid #BBB!important;
    -moz-border-radius: 3px!important;
    padding: 2px!important;
    font-size: 11px!important;
    border-radius: 0px!important;
        
}

#relForm fieldset.select select { width: 100%; height: initial!important; }

#relForm select { height: initial!important; }

#relForm fieldset.select { width: 15.6%!important;  }

.Botoes input { margin-top: 10px!important; }

.voltar { margin-right: 10px!important; float: inherit!important; }

/**/

.botao_imprimir{

	background-color: #DB7093!important;
    border-color: #DB7093!important;

}

.botao_imprimir:focus{

	background-color: #DB7093!important;
    border-color: #DB7093!important;

}

@media screen and ( min-width: 1119px ) {

	.botao_imprimir:hover{
		background-color: #B03060!important;
	    border-color: #DB7093!important;
	}

}

/* footer */


.footer-agita {

	width: 100%;
	height: auto;
	padding: 20px 0;
	position: relative;
	background-color: #232528;
	display: block;
	text-align: center;
	margin-top: 80px;

}

.footer-agita .footer-wrapper {  width:300px; display: block; position: relative; margin:0 auto;}

.logo-footer { position: relative; display: block; margin-top: 12px;}

.footer-agita .logo-footer img{width: 150px; }


.icons-social-footer { 

	display: block; 
	position: relative;
	margin: 0px;
	padding: 0;
	margin-top: 20px; 
	margin-bottom: 10px; 
	list-style: none;

}

.icons-social-footer .item-social-footer {


	display: inline-block;
	position: relative;
	margin-right: 12px;

}

.icons-social-footer .item-social-footer:last-child { margin-right: 0px; }

.icons-social-footer .item-social-footer a.link-social-footer {

	width: 34px;
	height: 34px;
	border-radius: 100px;
	background-color: #fff;
	display: inline-block;
	overflow: hidden;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;

}

.icons-social-footer .item-social-footer a.link-social-footer:hover {      

	-webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.footer-text {

	width: 100%;
	display: block;
	position: relative;
	margin: 20px auto;
	margin-top: 30px;

}

.footer-text .text-footer-left {

	text-align: left;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	display: inline-block;
	padding: 0;

}

.footer-text .text-footer-center {

	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0;

}

.footer-text .text-footer-right {

	display: inline-block;
	text-align: right;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0;

}

.footer-text .text-footer-right b { color: #3f86e8; font-weight: 600; }


/**/

.button_pag_seguro_admin {

    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;border: 0;
    border-radius: 4px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgb(0, 191, 121);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15)!important;
    display: inline-block;
}

/**/

.sidebar { margin-top: 52px; }

.nav-list>li>a { background-color: #f2f2f2!important;  }

/**/

 /* media screen */

 /* 1300 */

 @media screen and ( max-width: 1300px ) {

 	.image-am-center img { width: 108px; }

 	.am-block-second { padding: 12px; }

 }

 /* 992 */

 @media (max-width: 992px) {

 	.am-block-second { display: none; }

 	.am-block-first {  width: 320px; height: auto;}

 	.am-block-main { margin: 30px auto; }

}


.non-ver div { display: none; }
