/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/*NAV */

.brand-logo{
	top: 8px;
	height: 75%;
}

.user-img{
	height: 35px !important;
	margin-top: -5px;
	vertical-align: middle;
	margin-left: 10px;
	display: inline-block;
	width: 35px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.user-img > img{
	max-height: 100%;
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	transform: translateX(-50%);
}

.sidenav .user-view{
    padding: 175px 32px 0;
    background: rgba(0,0,0,0.6);
}

@media only screen and (min-width: 993px){
	nav a.sidenav-trigger{
		display: block !important;
	}
}



.main-text{
	color: var(--color-principal) !important;
}

.main-bg-color{
	background-color: var(--color-principal) !important;
}

/*TXT - ALIGN */

.txt-left{
	text-align: left;
}

.txt-center{
	text-align: center;
}

.txt-right{
	text-align: right;
}

/*FONT WEIGHT*/

.fw-light{
	font-weight: 100 !important;
}

.fw-regular{
	font-weight: 400 !important;
}

.fw-bold{
	font-weight: bold !important;
}


.txt-uppercase{
	text-transform: uppercase;
}

/*FONT SIZE*/


.fs-6pt{
	font-size: 6pt !important;
}

.fs-7pt{
	font-size: 7pt !important;
}

.fs-8pt{
	font-size: 8pt !important;
}

.fs-9pt{
	font-size: 9pt !important;
}

.fs-10pt{
	font-size: 10pt !important;
}

.fs-11pt{
	font-size: 11pt !important;
}

.fs-12pt{
	font-size: 12pt !important;
}

.fs-14pt{
	font-size: 14pt !important;
}

.fs-16pt{
	font-size: 16pt !important;
}

.fs-18pt{
	font-size: 18pt !important;
}

.fs-20pt{
	font-size: 20pt !important;
}

.fs-22pt{
	font-size: 22pt !important;
}

.fs-24pt{
	font-size: 24pt !important;
}

.fs-26pt{
	font-size: 26pt !important;
}

.fs-28pt{
	font-size: 28pt !important;
}

.fs-32pt{
	font-size: 32pt !important;
}

.fs-34pt{
	font-size: 32pt !important;
}

.fs-36pt{
	font-size: 32pt !important;
}

.fs-38pt{
	font-size: 38pt !important;
}

.ls-0em{
	letter-spacing: 0em;
}

.ls-0-2em{
	letter-spacing: 0.2em;
}

.lh-1em{
	line-height: 1em;
}

.lh-0em{
	line-height: 0em;
}


/*CUSTOM SPACES*/

.top-space-80px{
	margin-top: 80px;
}

.bottom-space-80px{
	margin-bottom: 80px;
}

.left-space-80px{
	margin-left: 80px;
}

.right-space-80px{
	margin-right: 80px;
}

.top-space-70px{
	margin-top: 70px;
}

.bottom-space-70px{
	margin-bottom: 70px;
}

.left-space-70px{
	margin-left: 70px;
}

.right-space-70px{
	margin-right: 70px;
}

.top-space-60px{
	margin-top: 60px;
}

.bottom-space-60px{
	margin-bottom: 60px;
}

.left-space-60px{
	margin-left: 60px;
}

.right-space-60px{
	margin-right: 60px;
}


.top-space-50px{
	margin-top: 50px;
}

.bottom-space-50px{
	margin-bottom: 50px;
}

.left-space-50px{
	margin-left: 50px;
}

.right-space-50px{
	margin-right: 50px;
}

.top-space-40px{
	margin-top: 40px;
}

.bottom-space-40px{
	margin-bottom: 40px;
}

.left-space-40px{
	margin-left: 40px;
}

.right-space-40px{
	margin-right: 40px;
}

.top-space-30px{
	margin-top: 30px;
}

.bottom-space-30px{
	margin-bottom: 30px;
}

.left-space-30px{
	margin-left: 30px;
}

.right-space-30px{
	margin-right: 30px;
}

.top-space-20px{
	margin-top: 20px;
}

.bottom-space-20px{
	margin-bottom: 20px;
}

.left-space-20px{
	margin-left: 20px;
}

.right-space-20px{
	margin-right: 20px;
}

.top-space-10px{
	margin-top: 10px;
}

.bottom-space-10px{
	margin-bottom: 10px;
}

.left-space-10px{
	margin-left: 10px;
}

.right-space-10px{
	margin-right: 10px;
}

.top-space-5px{
	margin-top: 5px;
}

.bottom-space-5px{
	margin-bottom: 5px;
}

.left-space-5px{
	margin-left: 5px;
}

.right-space-5px{
	margin-right: 5px;
}

.top-space-0px{
	margin-top: 0px;
}

.bottom-space-0px{
	margin-bottom: 0px;
}

.left-space-0px{
	margin-left: 0px;
}

.right-space-0px{
	margin-right: 0px;
}

.btn-right{
	float: right;
	margin: 0 10px;
}


.stat_indicator{
	color:#fff;
	border-radius: 9999px;
	-moz-border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-o-border-radius: 9999px;
	-ms-border-radius: 9999px;
	padding: 1px 10px;
	font-size: 8pt;
	white-space: nowrap;
}

.bg-Draft{
	background-color: #50A8DB
}

.bg-Planning{
	background-color: #F3BC42
}

.bg-Executing{
	background-color: #00B0A3
}

.bg-To{
	background-color: #F3BC42
}

.bg-Approving, .bg-Ordering{
	background-color: #F3BC42
}

.bg-Ended{
	background-color: #C74979
}


.txt-Draft{
	color: #50A8DB
}

.txt-Planning{
	color: #F3BC42
}

.txt-Executing{
	color: #00B0A3
}

.txt-AON{
	color: #ff5722;
}

.txt-To{
	color: #F3BC42
}

.txt-Approving, .txt-Ordering{
	color: #00B0A3
}

.txt-Ended{
	color: #C74979
}

.dbox-yellow{
	background-color: #F3BC42;
}

.dbox-green{
	background-color: #00B0A3;
}

.dbox-blue{
	background-color: #50A8DB;
}

.dbox-red{
	background-color: #C74979;
}

.dbox-ochre{
	background-color: #B28B59;
}


.dbox-yellow-text{
	color: #F3BC42;
}

.dbox-green-text{
	color: #00B0A3;
}

.dbox-blue-text{
	color: #50A8DB;
}

.dbox-red-text{
	color: #C74979;
}

.dbox-ochre-text{
	color: #B28B59;
}

.actions{
	overflow: hidden;
	width:100px;
	display: table-cell !important;
}

.actions-wrapper{
	position: relative;
	width: 100%;
	height: 20px;
}

.actions-container{
	position: absolute;
	right: -100%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

tr:hover .actions-container{
	right: 0;
}

.actions i{
	margin:0 5px;
	cursor: pointer;
}

.num-cell{
	font-family: 'Roboto Mono', monospace !important;
	font-size: 9pt;
}

.overview{
	/*height: 200px;*/
	display: none;
}

.overview > td{
	padding: 20px 10px;
}

.overview h3, .overview p{
	margin:0;
}

.filter-btn, .sort-btn{
	cursor: pointer;
}

.select-wrapper input.select-dropdown{
	font-size: 10pt;
	color: var(--color-principal);
	padding-top: 10px;
}

.dropdown-content.select-dropdown {
  top: 0px !important;
}

.metric-prefix > i{
	position: absolute;
	top: 17px;
	vertical-align: middle;
	display: inline-block;
	left: -5px;
}

.metric-prefix{
	padding-left: 10px;
}


.currency-helpers > .metric-unit{
	position: absolute;
	top: 17px;
	vertical-align: middle;
	display: inline-block;
	left: -5px;
}

.currency-helpers input[type=number]:not(.browser-default){
	width: 70% !important
}

.currency-helpers{
	padding-left: 10px;
}

.currency-helpers .currency{
	font-size: 7pt;
}

.rates{
	margin-top: 20px;
}

.actionRate, .conversionRate{
	display: none;
}

input[type=date]:not(.browser-default){
	font-size: 8pt !important;
}

#agency_client{
	display: none;
	margin-top: -20px;
}


input[name="foto_perfil"]{
	display: none;
}

#flow_upload .drop-space{
	width: 90%;
	height: 200px; 
	display: inline-block;
	border: 1px dashed #00B0A3;
	background-color: #00B0A322;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
	position: relative;
}

#flow_upload .flow_upload_helper_text{
	display: inline-block;
	margin: 10px 0;
	line-height: 1.4em;
	font-size: 9pt;
}

#flow_upload .drop-space-content{
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	text-align: center;
	height: 100px;
}

.btn_file_upload{
	display: none;
	margin-top: 5px;
}

#flow_file_upload {
	display: none;
}





@media screen and (max-width: 1300px) {
	.actions{
		display: inline-block !important;
	}
}


