@font-face {
	font-display: swap; 
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/material-icons-v142-latin-regular.eot'); 
	src: url('../fonts/material-icons-v142-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/material-icons-v142-latin-regular.woff2') format('woff2'), 
       url('../fonts/material-icons-v142-latin-regular.woff') format('woff'), 
       url('../fonts/material-icons-v142-latin-regular.ttf') format('truetype'), 
       url('../fonts/material-icons-v142-latin-regular.svg#MaterialIcons') format('svg'); 
}
@font-face {
	font-family: play;
	src: url(Play-Regular.ttf);
}
@font-face {
	font-family: roboto;
	src: url(roboto.ttf);
}
*, ::after, ::before {
	box-sizing: border-box
}
html, body, .main {
	height: auto;
	min-height: 100%;
	margin: 0;
	width: 100%;
}
body {
	font-family: play,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #666666;
	text-align: left;
    xmargin: 0;
    xpadding: 0;	
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
aside, figcaption, figure, main, nav {
	display: block;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
	font-family: play,sans-serif;
	font-size: 14px;
	border: thin solid #cccccc;
	/*padding: 0 .5em !important;
    color: #666666;
    background: #ffffff none repeat scroll 0 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;*/
}
input, select {
	padding: .5em;
	margin:0;
}
input[type="checkbox"], input[type="radio"] {
	margin: 0 !important;
	vertical-align: middle;
	/*padding: 0 !important;*/
}
input[type='file'] {
	padding: 0 !important;
	border: 0;
}
select {
	xpadding: 0 .7em !important;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none; 
    text-indent: -1px;
    text-overflow: '';
	background-color: #ffffff;
	background-image: url("../img/seta.png");
	background-position: right .1em top 50%, 0 0;
	background-size: 1em auto, 100%;
	background-repeat: no-repeat, repeat;
}
select[readonly] {
	background: #eeeeee; 
	pointer-events: none;
	touch-action: none;
}
select[multiple] {
	background: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border-width: 2px;
	border-style: inset;
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	appearance: menulist;
}
input[type=number] {
	-moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	margin: 0;
}
/* LOGIN */
.login {
	background-color: #f1f1f1;
}
.login .container {
	display: flex; 
	flex-direction: row;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
}
.login .box {
	background-color: #ffffff;
	width: 100%;
	max-width: 16em;
	/*position: absolute;
	display: flex;
	flex-direction: column;

	top: 50%; 
	transform: translate(0, -50%);
	text-align: center;*/
	padding: 1em 1.5em;
}
.login img {
    max-width: 100%;
}
.login input {
	width: 100%;
	padding: 1em;
	color: #5EAAE2;
	margin-bottom: 1em;
	box-sizing: border-box;
	border-radius: 0;
}
.login .captcha {
	width: 100%;
	margin-bottom: 1em;
}
.login button {
	width: 100%;
	margin: 1em 0;
	padding: 1em;
}
.login a {
	cursor: pointer;
	text-decoration: none;
	color:#444;
}
/* MENU */
.main nav .thumbnail {
	text-align: center;
}
.main .sidebar {
	position: fixed;/*absolute;*/
	height: 100vh;
	min-height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	border-right: thin solid #dddddd;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	scrollbar-width: thin;
	width: 200px;
	-webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
	transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.main .sidebar .thumbnail {
	padding: .5em;
	margin-top: 1em;
}
.main .thumbnail img {
	max-width: 100%;
}	
.main .nav {
	padding: .5em;
}
.main .sidebar ul {
	margin-top: 1em;
}
.main .nav li, .main .nav .parent {
	cursor: pointer;
	padding: .5em;
	color: #666666;
	border-top: thin solid #eeeeee;
	font-size: .9em;
	white-space: nowrap;
	overflow: hidden;
}
.main .nav .sub li {
	white-space: unset;
}
.main .nav li:first-child {
	border-top: none;
}
.main .nav li:last-child {
	border-bottom: none;
}
.main .nav li:hover, .main .nav li div:hover, .main .nav .active {
	color: #FAAD4E;
}
.main .nav li.active {
	background-color: #ffffff !important;
}
.main .nav .sub.hidden li.active {
	background-color: #f1f1f1 !important;
}
.main .nav .parent.active {
	font-weight: 700;
	background-color: papayawhip !important;
}
.main .nav li .material-icons {
	margin-right: .3em;
	margin-top: -.1em;
}
.main .nav .parent .material-icons {
	margin-top: -.2em;
}
.main .nav li label {
	cursor: pointer;
}
.main .nav .sub li {
	padding-left: 1.6em;
	background-color: #f1f1f1;
	border: none;
}
.main .nav .out {
	border-top: thin solid #eeeeee !important;
}
.main .menu-mobile .thumbnail {
	padding: 1em;
}
.main .menu-mobile .thumbnail img {
	max-height: 60px;
}
.main .menu-mobile li, .main .menu-mobile .parent {
	padding: 1em;
}
.main .menu-mobile {
	background-color: #ffffff;
	border-right: thin solid #dddddd;
}
.main .menu-mobile .icon {
	margin-left: .2em;
	font-size: 4.5em;
}
.main .menu-mobile .user {
	font-size: 1.3em;
	text-align: center;
}
/* CONTENT */
.main {
	position: relative;
	background-color: #f5f5f5;
	overflow-x: hidden;
	overflow-y: auto;
}
.main .content {
	position: relative;
	min-height: 100vh;
	background-color: #ebebeb;
	margin-left: 200px;
	-webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
	transition: transform .3s ease-in-out,margin .3s ease-in-out;
}
.main .content-body {
	position: relative;
	color: #444444;
	padding: 1.2em;
	overflow: hidden;
}
.main .content-body .content-header {
	display: flex;
	font-weight: 700;
	align-content: center;
	align-items: center;
}
.main .content-body .content-header h1 {
	display: inline-flex;
}
.main .content-body .content-header span {
	margin-left: .7em;
	margin-top: -.4em;
	color: #FAAD4E;
	font-size: 1.1rem;
}
.main .content-body .content-header .username {
	color: #53C276;
	margin: 0;
	font-weight: 700;
	font-size: inherit;
}
.main .content-body .content-header .usergroup {
	color: #999999;
	font-size: .5em;
}
.main .content-body .content-header .action {
	display: flex;
	margin-left: auto;
	align-content: center;
	align-items: center;
}
.main .content-body .material-icons {
	font-size: 1.3em;
}
.check-box {
	display: inline-block;
	border: thin solid #ccc;
	padding: .5em !important;
    background: #ffffff none repeat scroll 0 0;
	resize: vertical;
}
.check-box label {
	color: #666666;
	padding-left: 0.3em;
	font-size: 14px;
}
/*FORMS*/
.main .content-form {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
}
.main .form-body {
	padding: 1.2em;
}
.form-item h4 {
	display: flex;
	align-items: center;
}
.form-item img {
	width: 2.5em;
	height: 2.5em;
	margin-right: .8em;
}
.form-row {
	position: relative;
	padding: .5em;
}
.form-row .form-control[type="text"], .form-row .form-control[type="email"], .form-row .form-control[type="password"], .form-row textarea.form-control {
	width: 100%;
}
.form-row .input-group, .form-row .input-group-image {
	position: relative;
	width: 100%;
	display: flex;
}
.form-row .input-group > .form-control, .form-row .input-group > .form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.form-row .input-group .form-control:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-row .input-group-image img {
	display: flex;
	position: absolute;
	height: 100%;
	z-index: 1;
	left: 0;
	align-items: center;
	text-align: center;
	white-space: nowrap;
}
.form-row .input-group-image img:first-child {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-btns {
	xborder-top: 1px solid #cccccc;
	padding: .3em .5em;
	text-align: right;
}
.form-btns button {
	padding: .5em 1em;
}
.form-row-border {
	padding: .8em; 
	border: 1px solid #ccc;
}
.form-row .input-group.inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 1.5em;
	margin-bottom: .3em;
	align-items: center;
}
.form-control {
	display: inline-block;
	height: 100%;
	padding: .8em;
	background-color: #ffffff;
	color: #666666;
	vertical-align: middle;
}
.form-label {
	position: absolute;
    display: inline-block;
    margin-top: -18px;
}
.form-permission li {
	display: inline-block;
	vertical-align: middle;
	word-wrap: break-word;	
}
/*.form-body .form-permission input[type="checkbox"] {
	width: 1.5rem;
	height: 1.5rem;
}*/


/*LISTS*/
.main .list-form {
	width: 100%;
	background-color: #F3FEE7;
	min-height: 100%;/*calc(100% - 1em);*/
	xborder: thin solid #cccccc;
}
.main .edit.list-form {
	background-color: #FFFFFF;
}
.main .list-form textarea, .main .list-form select, .main .list-form input:not([type='checkbox']) {
	width: 100%;
	height: 38px;
}
.main .content-form {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
}
/*.main .content-list.white, .main .content-form.white {
	position: relative;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-width: 0;
	box-shadow: 0 .47em 2.19em rgba(4,9,20,.03),0 .94em 1.41em rgba(4,9,20,.03),0 .25em .53em rgba(4,9,20,.05),0 .13em .19em rgba(4,9,20,.03);
	transition: all .2s;
	margin-bottom: 1em;
	min-height: calc(100% - 1em);
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	width: 100%;
	xheight: 100vh;
	min-height: 100%;
}
.main .content-form.bg-green-light {
	background-color: #F3FEE7;
	border: thin solid #cccccc;
}*/
.main .form-header {
	background-color: #ffffff;
	padding: .5em;
	font-size: 1.5em;
}
.main .content-list {
	position: relative;
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	width: 100%;
	margin: 2rem 0;
	xmin-height: calc(100% - 1em);
	xmin-height: 100%;
}
.list-body {
	display: flex;
	flex: 1 1 auto;
	padding: 1.2rem 0;
	flex-wrap: wrap;
}
.list-body ul {
	width: 100%;
}
.list-header li {
	display: inline-flex;
}
.title li {
	display: inline-block;
}
.list-header li, .title li {
	vertical-align: middle;
	word-wrap: break-word;
}
.list-header i {
	xposition: absolute;
	margin-top: -.1em;
}
.list-body .title {
	display: flex;
	align-content: center;
	align-items: center;
}
.list-body .itemActive, .list-body .item:hover {
	border-left: thick solid #FAAD4E;
}
.list-buttons {
	display: inline-flex !important;
	margin-left: auto;
}
.list-buttons button {
	padding: .5em 1em;
	border: thin solid #ccc;
	border-radius:.2em;
	white-space: nowrap;
}
.tab {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
}
.reduz, .reduz-head {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.form-lupa {
	position: absolute;
	cursor: pointer;
	font-size: 2.1em !important;
	margin-top: 4px;
	margin-left: -40px;
}
#search input {
	width: 30%;
}
.row {
    display: flex;
	width: 100%;
}
.list-body .box {
	xwidth:100%;
	border: thin solid #c0c0c0;
	padding: 26px 14px 14px 10px !important;
}
/*COLUNAS*/
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-6, .col-sm-12 {
	position: relative;
	width:100%;
}
.col {
	padding-right: 10px !important;
}
.col:last-child {
	padding-right: 0 !important;
}
@media only screen and (max-width: 768px) {
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sm-text-left {
		text-align: left;
	}
	.col {
		padding-right: 8px !important;
	}
}
@media (min-width:768px) {
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width:50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.md-text-right {
		text-align:right;
	}
}


/*button.button{
    font-size: 14px;
    font-weight: bold;
    background-color: #333;
    width: 95%;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    padding: 10px;
    text-align: center;
    color: #CCC;
    border: none;
}*/
/*REVER*/
.di li{display:inline-block;vertical-align: middle;word-wrap: break-word;}

/*.sortable-placeholder{border:2px dashed #ccc;padding:1.5em; margin: .5em 0em }
#files{position: absolute;background: #fff;padding: 5%;width: 70%;margin-left: 15%;top:0%;display: none;z-index: 132071;min-height: 100%;}*/

/* =================================================================== */
/* =============================== PAGER ============================= */
/* =================================================================== */
.pager{margin-top: 2em;text-align: center;}
.pager li{display: inline-block;min-width: 1.4em;cursor: pointer;padding: .5em;margin: .2em;background-color: #666;color: #fff;}
.pager li:hover{background-color: #FAAD4E;}
.pager .active{border: none;}

 
.no-padding {
	padding: 0 !important;
}
.r-header {
	padding: 0 .7rem;
} 
.r-header tr {
	background-color: #eeeeee !important;
}
.r-header td {
	text-align: left !important;
}
.pointer {
	cursor: pointer;
}
.isDisabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.isDisabled > a {
	color: currentColor;
	display: inline-block;  /* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}
a[aria-disabled="true"] {
	color: currentColor;
	display: inline-block;  /* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}
.position-fixed {
	position: fixed;
}
.position-absolute {
	position: absolute;
}
.d-hidden, .nd {
	visibility: hidden !important;
	display: none !important;
}
.d-none, .hidden {
	display: none;
}
.d-flex {
	display: flex !important;
}
.d-inline-flex {
	display: inline-flex !important;
}
.d-inline-block {
	display: inline-block;
}
.desk {
	display: inline-block !important;
}
/*OVERFLOW*/
.overflow-hidden {
	overflow: hidden;
}
/* FONTS */
.material-icons { 
	font-family: 'Material Icons';
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}
/*WIDTHS*/
.wf {
	width: 100%;
}
.w2p {
	width: 2%;
}
.w3p {
	width: 3% !important;
}
.w4p {
	width: 4%;
}
.w5p {
	width: 5% !important;
}
.w6p {
	width: 6%;
}
.w7p {
	width: 7% !important;
}
.w8p {
	width: 8% !important;
}
.w9p {
	width: 9%;
}
.w10p {
	width: 10% !important;
}
.w11p {
	width: 11%;
}
.w12p {
	width: 12%;
}
.w13p {
	width: 13%;
}
.w14p {
	width: 14%;
}
.w15p {
	width: 15%;
}
.w16p {
	width: 16%;
}
.w17p {
	width: 17%;
}
.w18p {
	width: 18%;
}
.w19p {
	width: 19%;
}
.w20p {
	width: 20%;
}
.w21p {
	width: 21%;
}
.w23p {
	width: 23%;
}
.w25p {
	width: 25%;
}
.w27p {
	width: 27%;
}
.w28p {
	width: 28%;
}
.w30p {
	width: 30%;
}
.w35p {
	width: 35%;
}
.w40p {
	width: 40% !important;
}
.w42p {
	width: 42%;
}
.w45p {
	width: 45%;
}
.w47p {
	width: 47%;
}
.w48p {
	width: 48%;
}
.w50p {
	width: 50%;
}
.w55p {
	width: 55%;
}
.w60p {
	width: 60%;
}
.w62p {
	width: 62%;
}
.w65p {
	width: 65%;
}
.w70p {
	width: 70%;
}
.w75p {
	width: 75%;
}
.w79p {
	width: 79%;
}
.w80p {
	width: 80%;
}
.w84p { 
	width: 84%;
}
.w90p {
	width: 90%;
}
.w93p {
	width: 93%;
}
.w95p {
	width: 95%;
}
.w96p {
	width: 96%;
}
.w98p {
	width: 98%;
}
.w-1_4 {
	width: 1.4rem;
}
.w-1_5 {
	width: 1.5rem;
}
.w-2 {
	width: 2rem;
}
.w2_5 {
	width: 2.5rem;
}
.w-6 {
	width: 6rem;
}
.w-12_5 {
	width: 12.5rem;
}
.w-13 {
	width: 13rem;
}
.w-15 {
	width: 15rem;
}

/*HEIGHTS*/
.hf {
	height: 100%;
}
.h-1_3 {
	height: 1.3rem;
}
.h-1_5 {
	height: 1.5rem;
}
.h-2_5 {
	height: 2.5rem;
}
.h-10 {
	height: 10rem;
}
.h-20 {
	height: 20rem;
}
.h-16px {
	height: 16px;
}
.h-17px {
	height: 17px;
}
.h-28px {
	height: 28px !important;
}
.lh-1 {
	line-height: 1rem;
}

/*BORDERS*/
.border-none {
	border: none;
}
.border-thin {
	border: thin solid #ccc;
}
.border-grey {
	border: thin solid #e1e1e1;
}
.border-top-thin {
	border-top: thin solid #ccc;
}
.border-bottom-thin {
	border-bottom: thin solid #ccc;
}
.border-radius-03 {
	border-radius: .3rem;
}
.border-radius-20 {
	border-radius: 20rem;
}
.opacity-50 {
	opacity: .5;
}
.r-5 {
	right: 5rem;
}
.t-90p {
	top: 90%;
}
/*SPACINGS*/
.m-auto {
	margin: auto;
}
.m-05 {
	margin: .5rem;
}
.ml-1 {
	margin-left: 1rem;
}
.ml_1 {
	margin-left: -1rem;
}
.mt-01 {
	margin-top: .1rem;
}
.mt-02 {
	margin-top: .2rem;
}
.mt-03 {
	margin-top: .3rem;
}
.mt-05 {
	margin-top: .5rem;
}
.mt-1 {
	margin-top: 1rem;
}
.mt-1_5 {
	margin-top: 1.5rem;
}
.mt-2 {
	margin-top: 2rem;
}
.mt-3 {
	margin-top: 3rem;
}
.mt-10 {
	margin-top: 10rem;
}
.mr-05 {
	margin-right: .5rem;
}
.mr-1 {
	margin-right: 1rem;
}
.mb-05 {
	margin-bottom: .5rem;
}
.mb-1 {
	margin-bottom: 1em;
}
.mb-1_5 {
	margin-bottom: 1.5em;
}
.mb-2 {
	margin-bottom: 2rem;
}
/*PADDINGS*/
.no-padding {
	padding: 0 !important;	
}
.p-02 {
	padding: .2rem;
}
.p-03 {
	padding: .3rem;
}
.p-05 {
	padding: .5rem;
}
.p-1 {
	padding: 1rem;	
}
.p-0e1 {
	padding: 0 1em !important;
}
.pl-4 {
	padding-left: 4rem !important;
}
.pl-2_5 {
	padding-left: 2.5rem;
}
.pl-5p {
	padding-left: 5%;
}
.py-03 {
	padding-top: .3rem;
	padding-bottom: .3rem;
}
.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pr-05 {
	padding-right: .5rem;
}
.pr-1p {
	padding-right: 1%;
}
.pr-1_5 {
	padding-right: 1.5rem;
}
.pr-5p {
	padding-right: 5%;
}
.pb-05 {
	padding-bottom: .5rem;
}
.pb-1 {
	padding-bottom: 1rem;	
}
.pb-1_5 {
	padding-bottom: 1.5rem;
}
/*ALIGNS*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.align-unset {
	vertical-align: unset !important;
}
.align-top {
	vertical-align: top !important;
}
.align-items-center {
	align-items: center;
}
/*BUTTONS*/
button i {
	font-size: 20px !important;
}
.btn {
	background-color: #ffffff;
	color: #444444;
	padding: .4em;
	text-align: center;
	border: none;
	border-radius: .3em;
	cursor: pointer;
}
.btn:hover {
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
	cursor: pointer;
}
/*.btn:disabled, .btn[disabled] {
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
}*/
.btn-topo {
	display: flex;
	background-color: #F3AB44;
	color: #ffffff;
	font-size: 1.3em;
	position: fixed;
	top: 90%;
	right: .9em;
}
.btn-topo .material-icons {
	font-size:1.3em;
}
.btn-new {
	display: flex;
	background-color: #53C276;
	color: #ffffff;
	font-size: 1em;
	margin-left: 1rem;
}
.btn-print .material-icons {
    color: #666;
}
.btn-remove, .btn-cancela {
	background-color: #ffffff;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.btn-report {
	width: 40px;
	height: 35px;
}
.success, .hover-success:hover, .hover-success.actived {
	color: #ffffff;
	background-color: #53C276 !important;
}
.error, .hover-error:hover, .hover-error.actived {
	color: #fff;
	background-color: #E84B4B;
}
.warning {
	color: #fff;
	background-color: #F3AB44;
}
.primary {
	color: #fff;
	background-color: #5EAAE2;
}
/* BACKGROUNDS */
.bg-transparent {
	background-color: transparent;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-light {
	background-color: #f1f1f1;
}
.bg-error {
	background-color: #EEB2B2 !important;
} 
.bg-grey {
	background-color: #dfdfdf !important;
}
.bg-grey-light {
	background: #ddd;
}
.bg-green-light {
	background-color: #F3FEE7;
}
.shadow {
	box-shadow: 0px 2px 3px #CCC;
}
.tooltip {
	position:relative; 
	font-size:14px; 
	text-decoration:none;
	display: inline-block;
	cursor:help; 
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext {
	visibility: hidden;
    width: 540px;
	position: absolute;
	background-color: #555;
	color: #fff;
	text-align: left;
	padding: 10px;
	border-radius: 6px;
	z-index: 1;
}
.tooltip-right {
    top: -5px;
    left: 125%;
}
div.custom_file{
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.custom_file-label{
    align-items: stretch;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    cursor: pointer;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height: 38px;
}
.custom_file-input{
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.custom_file-btn, .custom_file-name{
	color:#666666;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: thin solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	padding-bottom: calc(.375em - 1px);
	padding-left: calc(.625em - 1px);
	padding-right: calc(.625em - 1px);
	padding-top: calc(.375em - 1px);
	height: 100%;
	box-shadow: none;
	display: inline-flex;
	position: relative;
	vertical-align: top;
}
.custom_file-btn{
	white-space: nowrap; 
	background-color: #f5f5f5;
    font-size: 16px;
	width: 20%;
	justify-content:center;
}
.custom_file-name  {
    font-size: 12px;
	border-left-color: transparent;
	width: 80%;
	justify-content: flex-start;
}
/* TEXTS */
.text-center { 
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-success {
	color: #53C276;
}
.text-danger {
	color: #E84B4B !important;
} 
.text-warning {
	color: #F3AB44;
}
.text-primary {
	color: #5EAAE2 !important;
}
.text-terciary {
	color: #444;
}
.text-light {
	color: #999;
}
.text-orange {
	color: #FAAD4E;
}
.text-grey-light {
	color:#ccc;
}
.text-nowrap {
	white-space: nowrap;
}
.active {
	background-color: #444;
	color: #fff;
	border: none;
}
.active, .active:hover {
	background-color: #FAAD4E !important;
}
.selected {
	border: 3px solid #009835;
}

/*FONTS*/
.fw-bold {
	font-weight:bold;
}
.fs-05 {
	font-size: .5rem;
}
.fs-09 {
	font-size: .9rem;
}
.fs-1_3 {
	font-size: 1.3rem;
}
.fs-1_5 {
	font-size: 1.5rem !important;
}
.fs-icon {
	font-size: 20px !important;
}
/*CALENDAR*/
.ui-datepicker-header {
	background: #444 url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
	color: #fff;
}
.ui-datepicker-calendar .ui-state-active {
    background: #fff;
}
.ui-datepicker-calendar .ui-state-hover {
    background: #444;
    color: #fff;
}
.ui-widget-header .ui-icon {
    background-image: url("img/rarrow.png");
}
.ui-datepicker-prev {
	background: url("../img/larrow.png") no-repeat 90% 90%;
	margin-top: -4px;
	margin-left: -7px;
}
.ui-datepicker-next {
	background: url("../img/rarrow.png") no-repeat 90% 90%;
	margin-top: -4px;
	margin-right: 2px;
}
.ui-datepicker-prev-hover {
	border:none !important; 
	background: url("../img/larrow.png") no-repeat 90% 90% !important;
	margin-top: -4px;
	margin-left: -7px;
	cursor: pointer;
}
.ui-datepicker-next-hover {
	border: none !important; 
	background: url("../img/rarrow.png") no-repeat 90% 90% !important;
	margin-top: -4px;
	margin-right: 2px;
	cursor: pointer;
}
/*PEDIDOS*/
.title li div, #desc li div {
    padding: .5rem;
    width: 12%;
}
#pedido, .pedido {
	display: none;
}
.itens {
    color: #666;
    background-color: #fff;
}
.itens li:nth-child(1) {
    color: #F3AB44;
    font-weight: bold;
    background-color: #fff;
}
.itens li:nth-child(odd) {
	background-color: #f1f1f1;
}
.itens li div{
    xpadding: .4rem;
	vertical-align: top;
}
.itens li div:nth-child(7){
    text-align: right;
}
.itens li div, .title li div, #desc li div {
	display: inline-block;
}
.canvas {
    width: 65%;
    margin: auto;
}
#desc {
	color:#9fdfe1;
}
#addProduto, .addProdutoOrcamento {
	font-size: 1.3rem;
    font-weight: bold;
    border: none;
    width: 2.4rem;
    height: 2.4rem;
	float: right;
}
.maisProdutos {
	font-size: 1rem;
    font-weight: bold;
    border: none;
	padding: .5rem;
}
.itens .col.col-1 {
	width: 10%;
}
.itens .col.col-2 {
	width: 9%;
}
.itens .col.col-3 {
	width: 42%;
}
.itens .col.col-3-print {
	width: 47%;
}
.itens .col.col-4 {
	width: 11%;
}
.itens .col.col-5 {
	width: 10%;
}
.itens .col.col-6 {
	width: 12%;
}
.itens .col.col-7 {
	width: 6%;
}

/*RELATÓRIOS*/
.mc tr:nth-child(even) {
	background-color: #dfdfdf;
}
.mc tr {
	background: #eee;
}
.mc tr td, .mc tr th {
	padding: .5em 0;
	text-align: center;
}
.mc tr th {
	background-color: #888;
	color:#fff;
}
.bol {
	font-weight: bold;
	text-align: center;
	padding: 0px .4em;
}
/*CLIENTES*/
.containerlist {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
    box-sizing: border-box;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 20px;
	width: 100%;
}
.itemlist.selected{
	border: none !important;
}
@media (max-width: 999px) {
	html, body {
		height: 100%;
	}
	html {
		overflow: hidden;
	}
	body {
		overflow-y: auto;/*scroll*/
		-webkit-overflow-scrolling: touch;
	}
	#produtosPedidos, #unPedido, #qtdPedido, #addProduto, .addProdutoOrcamento {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 13px;
	}
	h1 {
		font-size: 18px !important;
	}
	input {
		height: 24px;
	}
	input, textarea, select {
		xpadding: 0 .3em !important;
		font-size: 11px !important;
	}
	select {
		height: 34px;
	}
	checkbox {
		padding: 0;
	}
	.form-label {
		margin-top: -14px;
	}
	.form-lupa {
		font-size: 1.5em !important;
		margin-left: -20px;
		margin-top: 6px;
	}
	.check-box {
		padding: .2em !important;
	}
	.check-box label {
		font-size: 11px;
	}
	.tab {
		padding: .5em;
	}
	.desk {
		display: none !important;
	}
	.reduz {
		white-space: initial;
		overflow: hidden;
		--lh: 1em;
		line-height: var(--lh);
		--max-lines: 3;
		position: relative;
		max-height: calc(var(--lh) * var(--max-lines));
	}
	.main .list-form input {
		height: 28px !important;
	}
	.main .list-form select {
		height: 30px !important;
	}
	.list-buttons button {
		padding: .3em .5em;
		font-size:10px !important;
	}
	.fs-icon {
		font-size: 16px !important;
	}
	.custom_file-label {
		height: 28px !important;
	}
	.custom_file-btn {
		font-size: 14px;
		width: 35%;
	}
	.custom_file-name {
		font-size: 10px;
		width: 65%;
	}
	#addProduto, .addProdutoOrcamento {
		height: 1.9rem !important;
		width: 1.7rem !important;
		padding: 0;
	}
	.btn-report {
		width: 30px;
		height: 33px;
		padding:0;
	}
	.itens .col.col-1 {
		width: 15%;
	}
	.itens .col.col-2 {
		width: 12%;
	}
	.itens .col.col-3 {
		width: 25%;
	}
	.itens .col.col-3-print {
		width: 30%;
	}
	.itens .col.col-4 {
		width: 15%;
	}
	.itens .col.col-5 {
		width: 10%;
	}
	.itens .col.col-6 {
		width: 15%;
	}
	.itens .col.col-7 {
		width: 6%;
	}
}

/* SPINNER */
#mask {
	background: rgba(255,255,255,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 142071;
	top: 0px;
	left: 0px;
}
.sk-cube-grid {
	width: 80px;
	height: 80px;
	margin: 20% auto;
}
.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #F3AB44;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay:0.2s;
	}
.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}