/* General Reset */
body{
	margin:0;
	color:#2b2b2b;
	font:11px/14px Tahoma,Arial, Helvetica, sans-serif;
	background: linear-gradient(274deg, rgba(193,235,223,1) 3%, rgba(196,234,247,1) 64%, rgba(103,203,235,1) 100%);
}
img{border-style:none;}
input,
textarea,
select{
	color:#2b2b2b;
	vertical-align:middle;
	font:100% Tahoma,Arial, Helvetica, sans-serif;
	border-radius: 3px;
	background-color: #fff;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a {
	color:#2b2b2b;
	text-decoration:none;
}
a:hover {color: #3779a0;}
a:focus { outline:none; }
button:focus,
input:focus,
textarea:focus,
select:focus{
	outline:none;
	background-color: #eaf1f6;
}
*:after,
*:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:-moz-read-only, textarea:-moz-read-only {
	background-color: #e4e4e4;
}
input:read-only, textarea:read-only {
	background-color: #e4e4e4;
}
select[readonly] {
background-color: #e4e4e4;
pointer-events: none;
touch-action: none;
}
/* General settings */
.display_mobile{
	display:none;
}
.form-control::-moz-placeholder {color: #2b2b2b; opacity: 1;}
.form-control:-ms-input-placeholder {color: #2b2b2b;}
.form-control::-webkit-input-placeholder {color: #2b2b2b;}
#wrapper{
	min-height: 94.5vh;
	position: relative;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
#header{
	padding: 3px 10px 4px 15px;
	border-top: 4px solid #01a5e4;
	border-bottom: 1px solid #b5b5b5;
	background: #fff;
}
/* logo */
.logo{
	float: left;
}
.logo a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	padding: 2px 0;
}
#main {
	padding: 0px 15px 0px 0px;
	min-height: 300px;
}
.header_btns{
	float: right;
	padding: 2px 5px 0 5px;
}
.header_btns:hover{
	filter: opacity(50%);
	-webkit-filter: opacity(50%);
}
.btn_new_tab{
	width: 15px;
	height: 15px;
	background: url(/fiori/images/ico-new-window.png) no-repeat;
	display: table;
}
.btn_refresh{
	width: 15px;
	height: 15px;
	background: url(/fiori/images/ico-refresh.png) no-repeat;
	display: table;
}
.header_lang{
	float: right;
	padding: 2px 5px 0 5px;
	filter: opacity(40%);
	-webkit-filter: opacity(40%);
}
.header_lang:hover{
	filter: opacity(100%);
	-webkit-filter: opacity(100%);
}
.lang_brazil{
	width: 16px;
	height: 16px;
	background: url(/belize-deep/images/lang_brazil.png) no-repeat;
	display: table;
}
.lang_usa{
	width: 16px;
	height: 16px;
	background: url(/belize-deep/images/lang_usa.png) no-repeat;
	display: table;
}
.lang_spain{
	width: 16px;
	height: 16px;
	background: url(/belize-deep/images/lang_spain.png) no-repeat;
	display: table;
}
/* .top-nav */
.top-nav{
	margin: 0 0 5px 0;
}
.top-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 0;
	line-height: 0;
}
.top-nav ul li{
	display: inline-block;
	position: relative;
	font-size: 11px;
	line-height: 14px;
}
.top-nav ul li+li{
	margin-left: 10px;
}
.top-nav ul li:after{
	position: absolute;
	content: '.';
	right: -7px;
	bottom: 0;
}
.top-nav ul li:last-child:after{
	display: none;
}
.top-nav ul li a:hover{
	color: #00a8e6;
}
/* #sidebar */
#sidebar{
	width: 250px;
	float: left;
	margin-right: -314px;
	margin-top: -19px;
	display: table;
	height: 100%;
	position: absolute;
}
.sidebar-box {
	width: 250px;
	border: 1px solid #b1b1b1;
	padding: 0px 12px 21px;
	background: rgb(179,234,254);
	background: linear-gradient(0deg, rgba(179,234,254,1) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	height: 100%;
}
#sidebar .heading {
	border: none;
}
#sidebar h3{
	margin: 3px 0px -3px -10px;
	text-align: center;
	color: #019be3;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
}
#sidebar h4{
	margin-bottom: 7px;
	margin-top: 8px;
	border: 1px solid #b1b1b1;
	margin-left: -10px;
	margin-right: -10px;
	padding: 5px 10px 5px 10px;
	background-color: #f3f3f3;
	color: #8a8a8a;
}
.heading{
	padding: 4px 11px;
	color: #2b2b2b;
	border-top: 4px solid #00a6dd;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
}
.heading-left{
	float: left;
}
.heading-right{
	margin: 3px -14px 0px 0px;
	float: right;
}
.heading-right a:hover{
	filter: contrast(20%);
	-webkit-filter: contrast(20%);
}
.ico-menu-closed{
	margin: -10px 0px -7px 6px
}
.ico-menu-closed a:hover{
	filter: contrast(0%);
	-webkit-filter: contrast(0%);
}
h2,
h3{
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
}
h4{
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	font-weight: normal;
}
.no-bg{
	background: unset !important;
}
#content{
	overflow: hidden;
	width: 100%;
	padding-left: 270px;
	margin-bottom: 10px;
}
.content-menu-closed{
	padding-left: 27px !important;
}
.content-holder {
	border: 1px solid #b1b1b1;
	border-top: 0px;
	background: #fff;
	min-width: 260px;
}
#content .holder, #content_modal .holder{
	padding: 0 13px;
}
/* ------------- Filtros ------------- */
.tabs{
	position: relative;
	font-size: 0;
	line-height: 0;
}
.tabs .nav-button{
	display: inline-block;
	vertical-align: top;
	color: #2b2b2b;
	padding: 5px 5px;
	position: relative;
	margin-right: 2px;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
}
.tabs .nav-button:hover{
	color: #2b2b2b;
	border: 2px solid #ddecff;
	margin: -2px 0px -2px -2px;
	outline: 1px solid #26a0da;
}
.tabs .nav-button .ico{
	display: inline-block;
	vertical-align: top;
	margin: -3px 8px -5px 0;
}
/* ------------- Filtros ------------- */
.MarkContainer {
	position: relative;
	text-align: center;
	border: 1px solid #888;
}
.ImageMarker{
	position: absolute;
	pointer-events:none;
}
.h-line {
    padding: 0 10px 15px 10px;
}
.h-line-no-bottom {
    padding: 0 10px 0 10px;
}
/* ------------- Formulario Busca ------------- */
.tabcontent{
	position: relative;
	width: 100%;
	margin-bottom: 11px;
	font-size: 11px;
	line-height: 14px;
}
#div_busca:before, #SearchDiv:before{
	position: absolute;
	content: '';
	height: 9px;
	width: 9px;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	left: 10px;
	top: -4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 101;
}
#div_busca, #SearchDiv{
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 7px 10px;
	margin-top: 7px;
}
#div_edicao, #EditDiv{
	padding: 7px 3px 0px 3px;
}
.fields-form{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 11px;
}
#col_unica{
	width:100%;
}
#col_unica_maior{
	width:100%;
}
#col_unica_maior .input-holder label{
	width: 150px;
}
.sublabel{
	display: block !important;
	text-align: left;
}
.fields-form .col{
	float: left;
	width: 50%;
	margin-bottom: 6px;
}
.fields-form .col .multiple-content{
	font-size: 11px;
	display: flex;
}
.fields-form .col .multiple-content .text{
	padding-top: 8px;
}
.fields-form .col .multiple-content input{
	width: 30px;
	padding: 0 5px;
	margin: 0 6px;
}
.fields-form .input-holder{
	font-size: 0;
	line-height: 0;
}
.fields-form .input-holder label .yellow-arrow{
	position: absolute;
	left: 77px;
	float: right;
	margin-top: 2px;
}
.fields-form .input-holder+.input-holder{
	margin-top: 1px;
}
.fields-form .col label{
	min-width: 90px;
	float: left;
	vertical-align: middle;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 1px;
	width: 90px;
}
.fields-form .col input{
	height: 17px;
	padding: 0 13px;
	border: 1px solid #b6b9ba;
}
.form-control-half{
	width:36.5% !important;
}
.fields-form .col .form-control{
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	border: 1px solid #b6b9ba;
	color: #2b2b2b;
	width: 73%;
	font-size: 11px;
	line-height: 15px;
	height: 17px;
	padding: 0 3px;
	outline: none;
}
.fields-form .col .form-control.small{
	max-width: 26%;
}
.fields-form .col .radio-btn{
	margin: 1px 3px 0 7px;
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 15px;
	padding: 0;
}
.fields-form .col .radio-label{
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	float: none;
	border-bottom: none;
	min-width: 1px;
	width: inherit;
}
.fields-form .col .calendar{
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
}
.fields-form .col .calendar .ico{
	display: inline-block;
	vertical-align: middle;
}
.fields-form .col .calendar .form-control{
	max-width: 100px;
}
.col.sellect-form{
	padding-left: 12px;
}
.col.user-form{
	padding-left: 12px;
	margin-bottom: 1px;
}
.fields-form .col .sel{
	width: 70%;
	font-size: 9px;
	height: 14px;
	border: 1px solid #b6b9ba;
}
.col label, .col.sellect-form label{
	min-width: 90px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fields-form .col .calendar .ui-datepicker-trigger{
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 2px;
}
.fields-form .btn-holder{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 3px;
}
.ellipsis-btn{
	font-size: 11px;
	padding: 0 8px !important;
	margin-top: 1px;
	display: inline-block;
	color: #fff;
	border: 0 !important;
	border-radius: 0;
	background: #019be3 !important;
}
.ellipsis-btn:active, .ellipsis-btn:focus{
	background-color:#0085c3 !important;
	padding-top:2px !important;
}
.ellipsis-btn:disabled{
	background: #a7e3ff !important;
}
.btns-submit{
	margin-bottom: 11px;
}
.fields-form .btns-submit{
	padding-top: 10px;
}
.btns-submit .submit-btn{
	width: inherit;
	padding: 0 13px;
	color: #fff;
	border-radius: inherit;
	border: 0;
}
.submit-btn-mini{
	min-width: 25px !important;
	width: 25px !important;
	padding: 0 !important;
	height: 15px !important;
	font-size: 9px;
}
.submit-btn{
	min-width: 70px;
	display: inline-block;
	color: #fff;
	padding: 1px 11px;
	height: 19px;
	border: 0 !important;
	border-radius: 0;
	background: #019be3 !important;
}
.submit-btn:active, .submit-btn:focus{
	background-color:#0085c3 !important;
	padding-top:2px !important;
}
.submit-btn+.submit-btn{
	margin-left: 2px;
}
.submit-btn:disabled{
	background: #a7e3ff !important;
}
/* ------------- Formulario Busca ------------- */
/* ------------- tabelas conteudo ------------- */
.field_cfl{
	background:url(/fiori/images/ico-cfl.png) no-repeat;
	background-position:right;
	background-color:#fff !important;
}
.table-holder{
	overflow-y: auto;
}
.order-list .table{
	border-spacing: 0;
	width: 100%;
}
.order-list input{
	width: 100%;
	border: 1px solid #b6b9ba;
	color: #2b2b2b;
	line-height: 15px;
	height: 17px;
	padding: 0 3px;
	min-width: 40px;
}
.order-list input[type="checkbox"]{
	width: 14px;
	height: 14px;
	min-width: inherit;
}
.order-list input[type="radio"] {
	width: 15px;
	height: 15px;
	min-width: inherit;
}
.order-list select, .order-list textarea{
	width: 100%;
	/*max-width:200px;*/
	min-width: 40px;
}
.order-list .table tr th, .table tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px 3px 0px 4px;
	font-weight:normal;
}
.order-list .table tr:hover{
	background: #b5d5fd;
	cursor: pointer;
}
.order-list .table tr:first-child{
	cursor: default;
}
.order-list .table tr:first-child:hover{
	background: inherit;
	color: inherit;
}
.order-list .table tr .arrow-cell{
	cursor: default;
}
.order-list .table tr:first-child:hover th:first-child,
.table tr:first-child:hover td:first-child{
	background: #e4e4e4;
}
.order-list .table tr th:first-child,
.table tr td:first-child {
	border-left: 1px solid #ccc;
	background: #e4e4e4;
	width: 15px;
}
.order-list .table tr th {
	background: #e4e4e4;
	border-top: 1px solid #ccc;
	text-align: left;
	padding: 1px 3px 3px;
	font-size: 9px;
}
.order-list .table tr th a{
	font-size: 9px;
	color: #2b2b2b;
	font-weight: normal;
}
.order-list .table tr th a:hover{
	color: #019be3;
	text-decoration: underline;
}
.tr_subtable{
	padding:7px 11px 7px 11px;
	background-color:#fff !important;
}
.tr_subtable:hover td:first-child{
	background: #e4e4e4 !important;
}
.tr_inactive{
	color:#b1b1b1;
}
.td_btn:hover{
	background: #b5d5fd !important;
}
.tableHolderNoHeader{
	text-align: center;
	width: 100%;
	display: inline-block;
}
.tableNoHeader{
	display: table;
	border-spacing: 0;
	display: inline-block;
	text-align: initial;
}
.tableNoHeader tr:first-child td {
	border-top: 1px solid #ccc;
}
.tableNoHeader tr td:first-child {
	border-left: 1px solid #ccc;
	background: #e4e4e4;
	width: unset !important;
}
.tableNoHeader tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px 3px 0px 4px;
	font-weight: normal;
}
.tableNoHeader .center {
	text-align: center;
}
.btn_edit{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-edit.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_edit_disabled{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-edit-disabled.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_delete{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-delete.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_delete_disabled{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-delete-disabled.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_search{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-search.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_search_disabled{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-search-disabled.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_duplicate{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-duplicate.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_duplicate_disabled{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-duplicate-disabled.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_readjust{
	width: 100%;
	height: 15px;
	background: url(/golden-thread/images/ico-readjust.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_readjust_disabled{
	width: 100%;
	height: 15px;
	background: url(/golden-thread/images/ico-readjust-disabled.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_up{
	width: 15px;
	height: 15px;
	background: url(/fiori/images/ico-up.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_up_disabled{
	width: 15px;
	height: 15px;
	background: url(/fiori/images/ico-up-disabled.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_down{
	width: 15px;
	height: 15px;
	background: url(/fiori/images/ico-down.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_down_disabled{
	width: 15px;
	height: 15px;
	background: url(/fiori/images/ico-down-disabled.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_document{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-document.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_document_disabled{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-document-disabled.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_plus{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-plus.png) no-repeat;
	display: table;
	background-position: center;
}
.btn_plus_disabled{
	width: 100%;
	height: 15px;
	background: url(/fiori/images/ico-plus-disabled.png) no-repeat;
	display: table;
	background-position: center;
}
.iframe_upload{
	background:transparent;
}
.iframe_upload #btn_submit{
	height: 17px;
	border: 1px solid #b6b9ba;
	margin-right: 10px;
}
.iframe_upload label{
	font-size: 9px;
}
.iframe_upload .files_label{
	max-width: 450px;
	height: 15px;
	overflow: hidden;
	margin-right: 10px;
}
.seta_baixo:after, .arrow_down:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #141414;
}
.seta_cima:after, .arrow_up:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid #141414;
}
.seta_direita:after, .arrow_right:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #141414;
}
.yellow-arrow {
	background: url(/fiori/images/seta.png) no-repeat;
	width:16px;
	height:15px;
	float:left;
}
.yellow-arrow:hover {
	background: url(/fiori/images/seta_over.png) no-repeat;
}
.voltar, .back {
	background: url(/fiori/images/voltar.png) no-repeat;
	width:31px;
	height:29px;
	display:table;
}
.voltar:hover, .back:hover {
	background: url(/fiori/images/voltar_over.png) no-repeat;
}
.btns-submit-right{
	float:right;
}
.copy-btn{
	cursor: pointer;
	min-width: 70px;
	display: inline-block;
	color: #fff;
	padding: 1px 2px 1px 10px;
	height: 19px;
	border: 0;
	border-radius: 0;
	background: #019be3;
}
.copy-btn-disabled{
	min-width: 70px;
	display: inline-block;
	color: #fff;
	padding: 1px 2px 1px 10px;
	height: 19px;
	border: 0;
	border-radius: 0;
	background: #a7e3ff;
}
.copy-btn:hover{
	background: #019be3;
	color: #fff;
}
.copy-btn:after {
content: "";
	display: inline-block;
	vertical-align: bottom;
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 4px solid #019be3;
	border-bottom: 4px solid #ffffff;
}
.btns-submit .copy-btn {
	width: inherit;
	padding: 1px 2px 0px 11px;
	float: right;
}
.copy-btn+.copy-btn, .submit-btn+.copy-btn{
	margin-left: 2px;
}
.btns-submit-right .submit-btn{
	margin-top: -1px;
}
ul.menu_copy_btn{
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
	background-color: #eaf1f6;
	border: 1px solid #b1b1b1;
}
.menu_copy_btn li a {
	font-size: 11px;
	color: #141414;
	padding: 3px 10px;
	width: 100%;
	display: table;
}
.menu_copy_btn li a:hover {
	background-color:#b5d5fd;
}
#DetailsLog{
	background-color: #e4e4e4;
	padding: 5px 8px 7px 8px;
	overflow: auto;
	height: 52px;
	border-radius: 5px;
	margin-top: 3px;
}
.help-btn, .help-btn:hover{
	color: #fff;
	background-color: #019be3;
	width: 12px;
	height:12px;
	display:inline-block;
	border-radius:100%;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	-webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
	box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
}
/* ------------- tabelas conteudo ------------- */
/* ------------- Tela kanban ------------- */
.kanban-wrapper{
	margin-bottom: 25px;
	width: 100%;
	height: calc(100vh - 355px);
}
.kanban-stage{
	float: left;
	padding: 6px;
	min-width: 200px;
	height: 100%;
	display: table-cell;
	margin-bottom: 15px;
}
.kanban-stage-title{
	background: #e4e4e4;
	height: 20px;
	border: 1px solid #ccc;
	padding: 2px 6px 2px 6px;
	white-space: nowrap;
	overflow: hidden;
}
.kanban-stage-content{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 5px;
	min-height: 200px;
	height: 100%;
	overflow-y: scroll;
}
.kanban-stage-content .nav-button{
	color: #2b2b2b;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	padding: 4px 4px 3px 4px;
}
.kanban-stage-content .nav-button:hover{
	color: #2b2b2b;
	border: 2px solid #ddecff;
	outline: 1px solid #26a0da;
	padding-bottom: 1px;
	margin-top: -2px;
}
.kanban-stage-content .nav-button .ico{
	display: inline-block;
	vertical-align: top;
	margin: -1px 6px 0px 0px;
}
.kanban-stage-content .nav-button .ico img{
	width: 14px;
}
.kanban-card{
	border-radius: 15px;
	background-color: #8bba00;
	width: 100%;
	height: 115px;
	padding: 0px 0px 0px 5px;
	margin: 3px 0px 10px 0px;
	cursor: pointer;
}
.kanban-cards-placeholder{
	background-color: #e4e4e4 !important;
	width: 100%;
	height: 115px;
	border-radius: 15px;
	border: 2px dotted #ccc;
}
.kanban-card-content{
	background: #f3f3f3;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 7px;
}
.kanban-card-title{
	overflow: hidden;
	margin-bottom: 5px;
	white-space: nowrap;
}
.kanban-card-thumb{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 5px;
}
.kanban-card-thumb img{
	width: 80px;
	height: 80px;
}
.kanban-card-content span{
	display: flex;
	padding: 3px 0px 3px 0px;
	white-space: nowrap;
	overflow: hidden;
}
/* ------------- Tela kanban ------------- */
/* ------------- menu float ------------- */
.menu_float_link {
	text-align: right;
	min-width: 100%;
	display: table;
	padding-bottom: 5px;
}
.menu_float_pdf_mkt {
	position: absolute;
	border: solid 1px #ccc;
	right:150px;
	top:59px;
	z-index: 10;
}
.menu_float_pdf_call {
	position: absolute;
	border: solid 1px #ccc;
	right:150px;
	top:34px;
	z-index: 10;
}
.menu_float_link a{
	font-size: 10px;
}
.menu_float_link a:hover{
	color: #333;
}
div.menu_float {
	position: absolute;
	z-index: 10;
	top: 10px;
}
ul.menu_float {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_float li a{
	background-color: #eaf1f6;
	font-size: 11px;
	color: #141414;
	padding: 12px 10px 8px 10px;
	width: 150px;
	display: table;
	white-space: nowrap;
}
.menu_float li a:hover {
	background-color: #b5d5fd;
}
.box_menu_float{
	width: 150px;
	float: right;
}
#div_opcoes_float{
	border: solid 1px #ccc;
}
/* ------------- menu float ------------- */
/* ------------- ambiente admin ------------- */
.titulo, .title{
	padding-bottom: 3px;
	display: table;
	font-size: 11px;
	color: #808080;
	padding-bottom: 7px;
}
.space_cell {
	padding-left:12px;
	height:20px;
}
.space_cell_1 {
	padding-left:7px;
	height:20px;
}
/* ------------- ambiente admin ------------- */
/* ------------- arrows ------------- */
.order-list .arrows{
	text-align: center;
	padding: 8px 0 7px;
}
.order-list .arrows a{
	color: #2b2b2b;
	margin: 0 6px;
	font-size: 9px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.order-list .arrows a:hover{
	text-decoration: none;
	color: #2b2b2b;
}
.order-list .arrows a:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	border-bottom: 1px solid ;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.order-list .arrows a:hover:after{
	width: 100%;
}
.order-list .arrows a:before{
	position: absolute;
	content: '\003c\003c';
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.order-list .arrows a.prev{padding-left: 18px;}
.order-list .arrows a.next{padding-right: 18px;}
.order-list .arrows a.next:before{
	content: '\003e\003e';
	left: auto;
	right: 0;
}
.order-list .arrows .disabled{
	color: #bababa;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.order-list .arrows .disabled:hover:after{width: 0;}
/* ------------- arrows ------------- */
/* ------------- footer ------------- */
#footer{
	width: 100%;
	height: 5.5vh;
	text-align: center;
	position: relative;
	color: #5a5a5a;
	padding: 15px;
	font-size: 11px;
	border-top: 1px solid #c7c7c7;
	background: rgb(255,255,255);
}
#footer .copy{
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
#footer:before{
	content: '';
	width: 11px;
	height: 11px;
	background: url(/fiori/images/ico-01.png) no-repeat;
	position: absolute;
	bottom: 3px;
	right: 2px;
}
/* ------------- footer ------------- */
/* ------------- Janela Autenticacao ------------- */
#wrapper_auth{
	height: 94.5vh;
	min-height: 405px;
	overflow: hidden;
	background: #fff;
}
#main_auth{
	padding: 0 15px;
	min-height: 300px;
	width: 100vw;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.auth-holder{
	border: 1px solid #b1b1b1;
}
#auth .holder{
	padding: 0 0 10px 10px;
}
#aut_colunas{
	display: table;
}
#aut_col_esq{
	background-image: url(/fiori/images/img_login.jpg);
	height:220px;
	width:142px;
	float:left;
}
#aut_col_esq_customer{
	background-image: url(/fiori/images/img_login.jpg);
	height:220px;
	width:142px;
	float:left;
	margin-right: 15px;
}
.aut_logo{
	width:190px;
	height:75px;
	position: relative;
}
.aut_logo img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#aut_col_dir{
	margin: 0 0 0 18px;
	float: left;
	width: 310px;
}
#aut_col_dir_customer{
	float: left;
	width: 315px;
	height: 220px;
}
#aut_col_dir img{
	margin: 10px 0px 20px 0px;
}
.aut_campos_form{
	display: table;
}
.aut_campos_form span{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.aut_campos_form span label{
	font-size: 11px;
	color: #000;
	width: 100px;
	display: table;
	float: left;
	height: 14px;
	padding-top: 3px;
}
.aut_campos_form span input{
	font-size: 11px;
	height: 20px;
	padding: 0px 2px 0px 2px;
	width: 190px;
	border-radius: 3px;
	border-width: 1px;
}
.aut_campos_form span select{
	font-size: 11px;
	height: 17px;
	width: 190px;
	border-radius: 3px;
	border-width: 1px;
}
.aut_campos_form span input:focus, .aut_campos_form span select:focus {
	background-color: #eaf1f6;
}
.aut_link_form a{
	font-size: 11px;
	color: #808080;
	text-decoration:none;
}
.aut_link_form a:hover{
	text-decoration:underline;
}
.aut_botoes_form{
	text-align: right;
	padding-right: 20px;
}
.aut_link_microsoft{
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	margin-top: 11px;
}
#login_mcrosoft{
	width: 290px;
	height: 28px;
	border: solid 1px #ccc;
	display: flex;
	justify-content: center;
	padding: 4px;
}
#login_mcrosoft:hover{
	background: #efefef;
	text-decoration: none;
}
#logo_mcrosoft{
	width: 19px;
	height: 19px;
	background-image: url(/fiori/images/logo_microsoft.jpg);
	margin-right: 10px;
}
#text_mcrosoft{
	padding-top: 2px;
	color: #808080;
}
/* ------------- Janela Autenticacao ------------- */
/* ------------- Menu Principal ------------- */
#main-nav ul{
	margin: 0;
	padding: 0px;
	list-style: none;
}
#main-nav ul li{
	padding-bottom: 1px;
}
#main-nav ul li a{
	display: block;
	text-decoration: none;
	color:#778391;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 5px 12px 3px;
	letter-spacing: 0.2px;
	font-family: Arial;
}
.icone_menu{
	float: left;
	margin: -5px -5px -5px -2px;
	padding-right: 14px;
}
.li_submenu a{
	font-weight: normal !important;
	padding: 8px 5px 8px 9px !important;
	font-size: 13px !important;
}
#main-nav ul li.active a{
	background: #e0f1f9;
}
#main-nav ul li a:hover{
	background: #2592cb;
	color: #fff;
}
/* ------------- Menu Principal ------------- */
/* ------------- Modal ------------- */
.MainModal {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display:flex;
}
/*
Usado pela tela de carregamento
*/
.modal {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	/*display: flex;*/
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display:none;
}
/*
Usado pelas janelas chooseFromList
*/
.modalWindow {
	position: fixed;
	z-index: 900;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	/*display: flex;*/
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display:none;
}
#content_modal{
	overflow: auto;
	width: 90%;
	min-width: 285px;
	max-height: 90%;
}
/* ------------- Modal ------------- */
/* ------------- Div carregando ------------- */
.carregando{
	background-color: #ffffff;
	padding: 10px 10px 7px 10px;
	border-radius: 7px;
}
.carreg1{
	float: left;
}
.carreg2{
	float: left;
	padding-left: 10px;
}
/* ------------- Div carregando ------------- */
.tableBuilder {
	display:table;
}
.tableBuilder .label, .tableBuilder label,
.tableBuilderNH .label, .tableBuilderNH label {
	min-width: 32%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 15px;
	float:left;
	width: 90px;
	border-bottom: 1px solid #fff;
	display: none;
}
.tableBuilder .valor {
	/*display: table;*/
	font-size: 11px;
	/* max-width: 270px; */
	overflow-x: hidden;
}
.tableBuilder .preco {
	/*display: table;*/
	font-size: 11px;
	/* max-width: 270px; */
	overflow-x: hidden;
	text-align: right;
}
.order-list .tableBuilder {
	border-spacing: 0;
	width: 100%;
}
.tableBuilderNH tr td, .tableBuilder tr td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px 3px 0px 4px;
	font-weight:normal;
	min-height: 19px;
}
.tableBuilderNH tr th, .order-list .tableBuilder tr th{
	background: #e4e4e4;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 1px 3px 0px 4px;
	font-size: 9px;
	font-weight:normal;
}
.order-list .tableBuilder tr:hover{
	background: #b5d5fd !important;
	cursor: pointer;
}
.order-list .tableBuilder tr:first-child{
	cursor: default;
}
.order-list .tableBuilder tr:first-child:hover{
	background: inherit;
	color: inherit;
}
.order-list .tableBuilder tr .arrow-cell{
	cursor: default;
}
.order-list .tableBuilder tr:first-child:hover th:first-child,
.tableBuilder tr:first-child:hover td:first-child{
	background: #e4e4e4;
}
.order-list .tableBuilder tr th:first-child,
.tableBuilder tr td:first-child {
	border-left: 1px solid #ccc;
	background: #e4e4e4;
	width: 15px;
}
.order-list .tableBuilder tr th {
	background: #e4e4e4;
	border-top: 1px solid #ccc;
	text-align: left;
	padding: 1px 3px 3px;
	font-size: 9px;
}
.order-list .tableBuilder tr th a{
	font-size: 9px;
	color: #2b2b2b;
	font-weight: normal;
}
.order-list .tableBuilder tr th a:hover{
	color: #019be3;
	text-decoration: underline;
}
.order-list .tableBuilderNH tr th a:hover{
	color: #019be3;
	text-decoration: underline;
}
.tableBuilder .td_delete{
	width: 50px;
}
.tableBuilderNH {
	display:table;
	border-spacing: 0;
	width: 100%;
}
.tableBuilderNH tr th a{
	font-size: 9px;
	color: #2b2b2b;
	font-weight: normal;
}
.tableBuilderNH tr td:first-child {
	border-left: 1px solid #ccc;
	background: #e4e4e4;
	width: 15px;
}
.tableBuilderNH .valor {
	/*display: table;*/
	font-size: 11px;
	/* max-width: 270px; */
	overflow-x: hidden;
}
.tableBuilderNH .preco {
	/*display: table;*/
	font-size: 11px;
	/* max-width: 270px; */
	overflow-x: hidden;
	text-align: right;
}
.tableBuilderNH .td_delete{
	width: 50px;
}
.totalList{
	text-align: center;
	font-size: 9px;
	padding-bottom: 6px;
}
.geoMap {
	width: 73%;
	height: 480px;
}
/* ------------- Media ------------- */
@media screen and (max-width: 1110px){
	.geoMap {
		width: 100%;
	}
	.content-menu-closed{
		padding-left: 270px;
	}
	#col_unica {
		margin-bottom: 10px;
	}
	.fields-form .col{
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.fields-form .col .radio-btn{
		margin: 0 0 0 2px;
	}
	.fields-form .col .calendar .form-control{
		max-width: 75px;
	}
	.fields-form .col .form-control{
		width: 66%;
	}
	.fields-form .col .form-control.small{
		max-width: 20%;
	}
	.form-control-half{
		width:33% !important;
	}
	.col.sellect-form{
		padding-left: 0;
	}
	.col.user-form{
		padding-left: 0;
		margin-bottom: 1px;
	}
	#col_unica_maior .input-holder label{
		width: 90px;
	}
	.fields-form .col label, .col.sellect-form label{
		min-width: 32%;
	}
	.fields-form .input-holder label .yellow-arrow{
		left: 28%;
	}
	.fields-form .col .sel{
		width: 68%;
	}
	.fields-form .col+.col{
		margin: 25px 0 16px;
	}
	.fields-form .col.user-form+.col.user-form{
		margin: 0 0 1px;
	}
}
/**
* ========================================
*
* Layout smart phone
*
* ========================================
*/
@media screen and (max-width: 685px){
	body{
		min-height:300px;
	}
	#main{
		padding: 0px 15px 5px 15px;
	}
	.ico-menu-closed{
		margin: -10px 0px -7px -10px !important;
	}
	.content-menu-closed{
		padding-left: 10px !important;
	}
	#auth{
		width: 220px;
		min-width: 220px;
	}
	#aut_colunas {
		height: 285px;
		width: 100%;
	}
	#aut_col_esq, #aut_col_esq_customer {
		display: none;
	}
	#aut_col_dir_customer{
		width: 100%;
	}
	.aut_logo{
		margin: 5px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#aut_col_dir {
		width: 100%;
		margin: auto;
	}
	#aut_col_dir img{
		margin: 6px 0px 20px 21px;
	}
	.aut_campos_form{
		margin: 7px auto 5px auto;
		width: 170px;
	}
	.aut_link_form{
		width: 170px;
		margin: auto;
	}
	.aut_botoes_form {
		width: 170px;
		margin: auto;
		text-align: right;
		padding: 20px 0 0 0;
	}
	.aut_campos_form span label {
		background-image:none;
	}
	.aut_campos_form span input, .aut_campos_form span select{
		width: 180px;
	}
	#auth .holder {
		padding: 0 10px 10px 10px;
	}
	#login_mcrosoft{
		width: auto;
	}
	.aut_link_microsoft{
		padding: 0 10px;
	}
	#sidebar {
		width: 100%;
		float: none;
		padding-bottom: 15px;
		min-width: 260px;
		margin-top: inherit;
		height: auto;
		position: relative;
	}
	.sidebar-box {
		width:auto;
		position: relative;
	}
	#content {
		padding-left: 0;
		min-width: 260px;
	}
	.display_pc{
		display: none !important;
	}
	.display_mobile{
		display: block;
	}
	.order-list input{
		width: 55%;
	}
	.order-list select, .order-list textarea{
		width: 55%;
		max-width:none;
	}
	.fields-form .col .form-control{
		width: 57%;
	}
	.fields-form .col .form-control.small{
		max-width: 57%;
	}
	.form-control-half{
		width:28.5% !important;
	}
	.tableBuilder tr{
		background: #ececec;
		border: 1px solid #ccc;
		margin-bottom: 4px;
		padding: 5px;
		display: table;
		width: 100%;
	}
	.tableBuilder tr:hover{
		background:#019be3;
	}
	.tableBuilder tr td{
		padding: 1px;
		float:left;
		width: 100%;
		border:none;
		order: 2;
	}
	.tableBuilder tr .check, .tableBuilderNH tr .check{
		display: block !important;
		order: 2;
	}
	.tableBuilder .label{
		display: block;
	}
	.tableBuilder tr{
		display: flex;
		flex-direction: column;
	}
	.tableBuilder .td_delete{
		order: 1;
		height:7px;
		width: 100%;
	}
	.tableBuilder .td_delete .btn_delete,
	.tableBuilder .td_delete .btn_delete_disabled{
		width: 15px;
		float: right;
		margin-right: 0px;
	}
	.order-list .tableBuilder tr th:first-child,
	.tableBuilder tr td:first-child,
	.order-list .tableBuilderNH tr th:first-child,
	.tableBuilderNH tr td:first-child {
		border-left: 1px solid #ccc;
		background: #e4e4e4;
		width: 100%;
		text-align: center;
	}
	.tableBuilderNH tr{
		background: #ececec;
		border: 1px solid #ccc;
		margin-bottom: 4px;
		padding: 5px;
		display: table;
		width: 100%;
	}
	.tableBuilderNH tr td{
		padding: 1px;
		min-height: 19px;
		float:left;
		width: 100%;
		border:none;
		order: 2;
	}
	.tableBuilderNH .label, .tableBuilderNH label{
		display: block;
	}
	.tableBuilderNH .valor{
		width: 57%;
	}
	.tableBuilderNH .preco{
		width: 57%;
		text-align: left;
	}
	.tableBuilderNH tr{
		display: flex;
		flex-direction: column;
	}
	.tableBuilderNH .td_delete{
		order: 1;
		width: 100%;
	}
	.td_setas, .td_arrows{
		display:block !important;
		height:18px !important;
	}
	.div_setas .seta_baixo, .div_setas .seta_cima, .div_arrows .arrow_down, .div_arrows .arrow_up {
		background: #e4e4e4;
		display: block;
	}
	.td_checkboxes{
		display:block !important;
		z-index:1000;
	}
	.td_checkboxes input[type="checkbox"] {
		float:right;
	}
	.tr_subtable:hover td:first-child{
		background: none !important;
	}
	.btn_delete, .btn_delete_disabled{
		width: 15px;
		float: right;
		margin-right: 19px;
	}
	.btn_edit, .btn_edit_disabled,
	.btn_duplicate, .btn_duplicate_disabled,
	.btn_document, .btn_document_disabled,
	.btn_search, .btn_search_disabled,
	.btn_plus, .btn_plus_disabled,
	.btn_readjust, .btn_readjust_disabled {
		width: 15px;
		margin-right: 19px;
	}
	.iframe_upload .files_label{
		max-width: 250px;
	}
	.kanban-stage{
		height: auto;
		width: 100% !important;
	}
	#footer .copy{
		margin: -4px;
	}
}
/* ------------- Media ------------- */