html, body{
margin: 0;
padding: 0;
background-color: #10181f;
color: #444;
font-size: 14px;
font-family: Tahoma, Arial, sans-serif;
-webkit-text-size-adjust:100%;
}
input, select{
	background-color: #fff !important;
	color: #444;
	font-size: 1em;
	font-family: Tahoma, Arial, sans-serif;
	outline: none;
}
button{
	background-color: #f5f5f5 !important;
	color: #444;
	font-size: 1em;
	font-family: Tahoma, Arial, sans-serif;
	outline: none;
	border: 1px solid #aaa;
	cursor: pointer;
}
*{
box-sizing: border-box;
position: relative;
transition: all .1s linear;
}
.notrans *{
	-webkit-transition: none !important;
	transition: none !important;
}
[readonly],[disabled],.disabled{
	cursor: not-allowed !important;
}
a{
	color: #ed143d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
textarea{
	resize: vertical;
	outline: none;
}

.vermelho{
	color: #f30 !important;
}
.verde{
	color: #090 !important;
}
.laranja{
	color: #ffa500 !important;
}
.cinza{
	color: #aaa !important;
}
.dfac{
	display: flex;
	align-items: center;
}
.fa-copy{
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
}
.fa-copy:hover{
	background-color: #ddd;
}
header{
	height: 60px;
	display: flex;
	align-items: center;
	color: #ddd;
	background-color: #10181f;
	padding-left: 20px;
}
#cia_name{
	text-align: center;
	color: #ddd;
}
#logout{
	color: #bbb;
	margin-left: auto;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
}
#logout:hover{
	background-color: rgba(255,255,255,.2);
}
main{
	display: flex;
	padding: 0 20px 20px 0;
}
#col1{
	width: 250px;
	min-width: 200px;
	padding: 20px 0;
}
#col2{
	flex: 1;
	min-height: calc(100vh - 80px);
}
#content{
	background: #f0f0f0;
	padding: 20px;
	min-height: calc(100vh - 80px);
}

#mobmenu{
	display: none;
}
#mobmenu::before, #mobmenu::after{
	content: '';
	height: 20px;
	display: block;
}
#menu{
	margin-top: 30px;
	z-index: 1;
}
#menu li a, #mobmenu li a{
	color: #ccc;
	text-decoration: none;
	display: inline-flex;
	padding: 10px 12px;
	width: 100%;
	border-left: 3px solid transparent;
	align-items: center;
}
#menu li a > i, #mobmenu li a > i{
	margin-right: 15px;
	top: 1px;
	width: 22px;
	text-align: center;
}
#menu li a > span, #mobmenu li a > span{
	display: inline-flex;
	align-items: center;
	flex: 1;
}
#menu li a > span i, #mobmenu li a > span i{
	margin-left: auto;
}
#menu li a:hover, #menu li a.ativo, #mobmenu li a:hover, #mobmenu li a.ativo{
	background-color: rgba(255,255,255,.2);
	color: #fff;
	border-left-color: #00FFF3;
}
#menu li a:hover i, #menu li a.ativo i, #mobmenu li a:hover i, #mobmenu li a.ativo i{
	transform: scale(1.2);
}
#menu li a:hover + ul{
	display: block;
}
#menu li a + ul:hover{
	display: block;
}
#menu li.sep{
	margin-top: 20px;
}
.submenu{
	position: absolute;
	top: 0px;
	left: 100%;
	background: #10181f;
	width: 200px;
	display: none;
}
.f-claro{
	color: #777;
}
.ulreset{
	list-style: none;
	padding: 0;
	margin: 0;
}
.flista li{
	margin-bottom: 15px;
}
.bdr5{
	border-radius: 5px;
}
.fa-spinner{
	-webkit-animation: loading 1.5s linear infinite;
	-moz-animation: loading 1.5s linear infinite;
	animation: loading 1.5s linear infinite;
}
.loader-gt{
	font-size: 2em;
}
.hidden{
	display: none;
}
.d-flex{
	display: inline-flex;
}
.justify-content-center{
	justify-content: center;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.align-items-center{
	align-items: center;
}
#mainform{
	margin-top: 25px;
	padding: 0 50px;
}
.form-item:not(.f-buts){
	padding: 10px;
	background-color: rgba(0,0,0,.04);
	margin-bottom: 20px;
	border-radius: 5px;
}
.form-control{
	background-color: #fff;
	padding: 10px;
	color: #444;
	font-size: 1rem;
	font-family: Tahoma, Arial, sans-serif;
	border: 1px solid #bbb;
	margin-top: 7px;
	width: 100%;
	border-radius: 5px;
}
.form-inline{
	width: auto;
}
.form-label{
	display: block;
	font-weight: bold;
}
.ucase{
	text-transform: uppercase !important;
}
.lcase{
	text-transform: lowercase !important;
}
.btn{
	font-size: 1em !important;
	padding: 10px 25px !important;
	background: none !important;
	background-color: transparent !important;
	border: 1px solid rgba(0,0,0,.5) !important;
	cursor: pointer !important;
	opacity: .9 !important;
	color: #fff !important;
	border-radius: 5px;
}
.btn:hover{
	opacity: 1 !important;
}
.btn::before{
content: '' !important;
    position: absolute !important;
    top: 0px !important;
    left: 1px !important;
    width: calc(100% - 2px) !important;
    height: 1px !important;
    border-radius: 3px !important;
    background-color: rgba(255,255,255,.7) !important;
}
.btn-success{
	background-color: #090 !important;
}
.btn-secondary{
	background-color: #808080 !important;
}
.btn-tool{
	background-color: #ffc107 !important;
	color: #000 !important;
}
.btn-danger{
	background-color: #dc3545 !important;
	color: #fff !important;
}
.form-control.ucase + .chosen-container{
	text-transform: uppercase;
}
.alert{
	padding: 15px;
	margin: 25px 0;
	border-radius: 3px;
}
.alert-error{
	color: #842029;
	border: 1px solid #f5c2c7;
	background-color: #f8d7da;
}
.alert-success{
	color: #0f5132;
	border: 1px solid #badbcc;
	background-color: #d1e7dd;
}
.alert-warning{
	color: #664d03;
	border: 1px solid #ffecb5;
	background-color: #fff3cd;
}
.alert-primary{
	color: #084298;
	border: 1px solid #b6d4fe;
	background-color: #cfe2ff;
}
.alert-secondary{
	color: #41464b;
	border: 1px solid #d3d6d8;
	background-color: #e2e3e5;
}
.no-mt{
	margin-top: 0 !important;
}
.no-mb{
	margin-bottom: 0 !important;
}
.no-mg{
	margin: 0 !important;
}
.w100{
	width: 100%;
}
.flex-wrap{
	flex-wrap: wrap;
}

#cadastros .odd,#cadastros3 .odd{
	background-color: #f8f8f8;
}
#cadastros, #cadastros_wrapper,#cadastros3, #cadastros3_wrapper{
	display: none;
}
#cadastros,#cadastros3{
	width: 100% !important;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 3px;
	margin-top: 10px;
}
table.dataTable thead th, table.dataTable thead td{
	border-bottom: 1px solid rgba(0,0,0,.4) !important;
}
#cadastros thead,#cadastros3 thead{
	background-color: rgba(0,0,0,.1);
	color: #444;
}
#cadastros thead tr th,#cadastros3 thead tr th{
	border-right: 1px solid rgba(0,0,0,.2);
}
#cadastros tbody tr td,#cadastros3 tbody tr td{
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding: 8px 10px;
}
#cadastros tbody tr td:last-of-type,#cadastros3 tbody tr td:last-of-type{
	border-right: none;
}
#cadastros thead tr th:last-of-type,#cadastros3 thead tr th:last-of-type{
	border-right: none;
}
#cadastros_wrapper,#cadastros3_wrapper{
	margin-top: 50px;
}
#cadastros thead [data-fullw], #cadastros3 thead [data-fullw]{
	width: auto !important;
	min-width: 150px;
}
.dataTables_length select{
	width: 95px;
	margin-top: 10px;
}
.dataTables_filter{
	margin-left: 30px;
}
#cadastros tbody tr:hover, #cadastros3 tbody tr:hover{
	background-color:rgba(255,248,85,.6);
}
#dt_header,#dt_header3{
	display: flex;
	justify-content: space-between;
	margin: 50px 0 20px 0;
	align-items: baseline;
}
.tabletopbts,.tabletopbts3{
	overflow: hidden;
}
.paginate_button{
	border-radius: 3px !important;
	background-color: rgba(0,0,0,.1);
}
#dt_footer, #dt_footer3{
	margin-top: 5px;
}
.act{
	display: inline-flex !important;
	width: 36px;
	min-width: 36px;
	height: 36px;
	border-radius: 3px;
	color: #444;
	opacity: .8;
	justify-content: center;
	border: 1px solid rgba(0,0,0,.2);
	margin: 2px;
	background-color:#fff;
	align-items: center;
}
.act:hover{
	opacity: 1;
	color: #ed143d;
	text-decoration: none;
}
.reqmissed{
	margin-left: 10px;
	color: #f30;
}
.color7{
	color: #777;
}
.f-buts{
	margin-top: 40px;
	text-align: right;
	width: 100%;
}
.menubut{
	width: 34px;
	height: 34px;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: 20px;
	background-color: rgba(255,255,255,.1);
}
.menubut:hover{
	background-color: rgba(255,255,255,.2);
}
#anexos_lista{
	margin: 25px 0 10px 0;
}
#anexos_lista li{
	padding: 6px 0;
	word-break: break-all;
}

.table-striped thead [data-fullw]{
	width: auto !important;
	min-width: 150px;
}

.table-striped{
	width: 100%;
	border-collapse: collapse;
	margin: 40px 0;
	background-color: #fff;
}
.table-striped th,.table-striped td{
	padding: 15px;
	border: 1px solid #bbb;
}
.table-striped thead, .table-striped tfoot{
	background-color: #333;
	color: #fff;
}

.modaltable{
	width: 100%;
	border-collapse: collapse;
}
.modaltable td{
	border: 1px solid #ddd;
	padding: 15px;
	text-align: left;
}
.modaltable tr td:first-child{
	width: 200px;
	text-align: right;
	font-weight: bold;
}
input.f20{max-width:20px}input.f30{max-width:30px}input.f40{max-width:40px}input.f50{max-width:50px}input.f60{max-width:60px}input.f70{max-width:70px}input.f80{max-width:80px}input.f90{max-width:90px}input.f100{max-width:100px}input.f110{max-width:110px}input.f120{max-width:120px}input.f130{max-width:130px}input.f140{max-width:140px}input.f150{max-width:150px}input.f160{max-width:160px}input.f170{max-width:170px}input.f180{max-width:180px}input.f190{max-width:190px}input.f200{max-width:200px}input.f210{max-width:210px}input.f220{max-width:220px}input.f230{max-width:230px}input.f240{max-width:240px}input.f250{max-width:250px}input.f260{max-width:260px}input.f270{max-width:270px}input.f280{max-width:280px}input.f290{max-width:290px}input.f300{max-width:300px}input.f310{max-width:310px}input.f320{max-width:320px}input.f330{max-width:330px}input.f340{max-width:340px}input.f350{max-width:350px}input.f360{max-width:360px}input.f370{max-width:370px}input.f380{max-width:380px}input.f390{max-width:390px}input.f400{max-width:400px}input.f410{max-width:410px}input.f420{max-width:420px}input.f430{max-width:430px}input.f440{max-width:440px}input.f450{max-width:450px}input.f460{max-width:460px}input.f470{max-width:470px}input.f480{max-width:480px}input.f490{max-width:490px}input.f500{max-width:500px}input.f510{max-width:510px}input.f520{max-width:520px}input.f530{max-width:530px}input.f540{max-width:540px}input.f550{max-width:550px}input.f560{max-width:560px}input.f570{max-width:570px}input.f580{max-width:580px}input.f590{max-width:590px}input.f600{max-width:600px}
.divtools{
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 180px;
	min-width: 150px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.sortlist{
	margin-top: 40px;
}
.sortlist > li{
	padding: 15px;
	margin-bottom: 2px;
	background-color: rgba(0,0,0,.06);
	display: flex;
	align-items: center;
	max-width: 80%;
}
.ulname{
	margin-right: 50px;
}
.ulacts{
	margin-left: auto;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
}
.lds-spinner div {
  transform-origin: 18px 18px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 16px;
  width: 4px;
  height: 9px;
  border-radius: 20%;
  background: #555;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.closerx{
	border: none;
	width: 31px;
	height: 31px;
	cursor: pointer;
	z-index: 99;
	display:  flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	filter: invert(100%);
}
.closerx::before,.closerx::after{
content: '';
position: absolute;
display: inline-block;
width: 18px;
height: 3px;
background-color: #fff;
}
.closerx::before{
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 7px;
}
.closerx::after{
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
left: 7px;
}
.closerx:hover{
background-color: rgba(0,0,0,.7);
}
.previmg{
	width: 50px;
	height: 33px;
	cursor: pointer;
}
.form-control[readonly]{
	background-color: #ddd !important;
}
table tbody tr.inativo{
   background-color: #ebebeb !important;
}
.sortlist li.inativo{
	background-color: rgba(0,0,0,.03);
}
.sortlist li.inativo h3{
	opacity: .4;
}
.tabelasimples{
	border-collapse: collapse;
}
.tabelasimples th{
	border-bottom: 2px solid #888;
	padding-bottom: 10px;
}
.tabelasimples td{
	border-bottom: 1px solid #999;
	padding: 5px;
}


/*Loja ini*/
.menuloja{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.menuloja > li{
	margin: 6px;
}
.menuloja > li a{
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	background-color: #ddd;
	text-align: center;
	border-radius: 5px;
	color: #444;
}
.menuloja > li a.ativo{
	background-color: #00ced1;
}
.menuloja > li a:hover{
	text-decoration: none;
	background-color: #00ced1;
}
#menulojastatus{
	display: inline-block;
	margin-left: 10px;
	font-size: .7rem;
	padding: 2px 5px;
	border-radius: 5px;
}
#menulojastatus.fechada{
	background-color: #f30;
	color: #fff;
}
#menulojastatus.aberta{
	background-color: #7fff00;
	color: #000;
}
#menulojastatus.pausada{
	background-color: #ffc107;
	color: #000;
}
/*Loja fim*/

@media screen and (min-width: 768px){
	#mobmenu{
		display: none !important;
	}
}
@media screen and (max-width: 1024px){
	#mainform{
		padding: 0;
	}
}
@media screen and (max-width: 767px){
	
	main{
		padding-right: 0;
	}
	header{
		padding: 0 20px;
	}
	#col1{
		display: none;
	}
	#col2{
		min-height: auto;
	}
	#content{
		border-radius: 0;
		height: auto;
	}
	#mainform{
		padding: 0;
	}
	.menubut{
		display: flex;
	}
	#mobmenu .submenu{
		position: relative;
		left: 0;
		padding-left: 30px;
		display: block;
		width: 100%;
	}
}