/*
Program   : CSS Style
Title     : forms
Date      : 2022-02-14
Autor     : Thamir O. Santos
Version   : 1.0
Copy Right: The code, text, and other elements on this program, includes and other objects are Copyright © 2020-2022 The Thamir Oliveira Santos.Use, copying or distribution, in whole or in part without authorization is a crime. All rights reserved.

Changes   :
2022-02-14 - initial
*/

.nohomdesidebar {
	margin-left: 18px !important;
}

.nosidebar {
	margin-left: 0px !important;
}

.homesidebar {
	margin-left: 80px !important;
}

.formsearch {
	text-indent: 0px;
}

.main-body-task-search {
	padding-top: 37px !important;
}

.main-body-task-search .home-body{	
	margin-left: 18px !important;
}

.infobox {
	display: block;
	overflow: hidden;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	font-size: 16px !important;
	font-family: Ubuntu !important;
	border: 1px solid #c8c8c8 !important;
	background-color: #f2f2f2 !important;
	padding-top: 37px !important;
	border-radius: 4px !important;
	margin-top: -4px !important;
	text-indent: 10px !important;
}

.infobox .approv-liberado {
	padding: 0px !important;
	margin: 0px !important;
	min-height: initial !important;
	margin-left: 10px !important;
}

.infobox label {
	display: block;
	overflow: hidden;
	padding: 0px !important;
	margin: 0px !important;
	float: left;
	min-width: 250px;
	max-width: 250px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.infobox p {
	width: initial !important;
	padding: 0px !important;
	margin: 0px !important;
	float: left !important;
}

.infobox ul {
	padding-left: 10px !important;
}

.infobox .item-approval {
	display: block !important;
	overflow: hidden !important;
	width: 100% !important;
	padding: 4x !important;
	margin-bottom: 10px !important;
}

.form-list section form div {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.form-list {
	display: block;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-indent: 0px;
}

.form-list header {
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 2px;
	padding: 0px;
}

.form-list header div {
	min-height: 34px;
	max-height: 25px;
	margin-top: 30px;
	margin-bottom: 5px;
	height: 34px;
}

.form-list header h2 {
	font-family: Open Sans;
	font-size: 21px;
	font-weight: normal;
	color: #303030;
	float: left;
	margin-top: 6px;
}

.form-list header h2 a {
	text-decoration: none;
	font-family: Open Sans;
	font-size: 21px;
	font-weight: normal;
	color: #303030;
}

.form-list header img {
	width: 24px;
	float: left;
	margin-right: 15px;
	margin-top: 6px;
}

.form-list header ul {
	margin-top: 0px;
	float: right;
}

.form-list header ul li {
	display: inline-block;
	margin-left: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	min-height: initial !important;
}

.form-list header ul li button {
	min-height: initial;
	padding: 0px;
	border: 0px;
	background-color: #009C49;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	padding-left: 7px;
  padding-bottom: 8px;
  padding-right: 10px;
}

.form-list header ul li button:hover {
	xbackground-color: #2b8ede;
}

.form-list header ul li button img {
	padding: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 16px !important;
	float: left;
	margin-top: 8px;
	margin-left: 3px;
}

.form-list header ul li button span {
	float: left;
	margin-top: 6px;
	margin-left: -9px;
	margin-right: 10px;
}

.form-list section {
	display: block;
	/*overflow: hidden;*/
	padding: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	background-color: #fff;
}

.form-list section h2 {
	display: block;
	overflow: hidden;
	width: 98% !important;
	font-family: Open Sans;
	font-size: 18px !important;
	font-weight: normal;
	color: #202020;
	margin-top: 21px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.form-list section h2 img {
	width: 20px;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 3px;
}

.form-list section div {
	/* ok display: flex; */
	display: inline-block;
	margin: 5px;
	margin-left: 15px;
	margin-right: 7px;
	margin-top: 4px;
	margin-bottom: 10px;
	min-height: 73px;
}

.form-edit input[type="date"] {
	text-indent: 3px;
}

.form-edit input[type="search"] {
	min-height: 67px !important;
	max-height: 67px !important;
}

.form-edit legend {
	margin-top: -7px !important;
}

.form-edit input {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	outline: none;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 2px;
	min-height: 35px !important;
	max-height: 35px !important;
	text-indent: 8px;
	margin-bottom: 10px;
	padding-top: 12px !important;
}

.form-edit textarea {
	font-family: Open Sans !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #303030 !important;
	outline: none !important;
	border: 1px solid #e2e2e2 !important;
	border-radius: 3px !important;
	padding: 8px !important;
	text-indent: 0px !important;
	margin-bottom: 10px !important;
	padding-top: 28px !important;
}

.form-report input {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	outline: none;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 2px;
	height: 32px !important;
	min-height: 32px !important;
	max-height: 32px !important;
	text-indent: 8px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 10px !important;
}

.form-edit input:readonly, .form-edit select:readonly {
	background-color: #f2f2f2 !important;
}

.form-list input:disabled, .form-list input:readonly, .form-list select:disabled {
	background-color: #f2f2f2 !important;
}

.form-list input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: -12px !important;
}

.form-list textarea {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	outline: none;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 2px;
	min-height: 34px;
}

.form-edit select {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	outline: none;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 2px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	text-indent: 4px;
	background-color: initial;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-top: 0px !important;
}

.form-report select {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	outline: none;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 2px;
	height: 46px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	text-indent: 4px;
	background-color: initial;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-top: 4px !important;
}

.form-list select:disabled {
	background-color: #f2f2f2;
	border: 1px solid #d9d8d8;
}

.form-list section fieldset {
	width: initial;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 5px;
	margin-bottom: 10px;
}

.form-list fieldset {
	position: relative;
}

.form-list fieldset legend {
	margin-bottom: 8px;
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: normal;
	/*color: #697488;*/
	color: #336699;
	position: absolute;
	margin-top: -2px;
	margin-left: 8px;
	background-color: #fff;
}

.form-list fieldset .legendcheck {
  float: left;
  margin-left: 33px;
  white-space: nowrap;
  margin-top: 11px;
}

/* form edit */
.form-edit {
  width: 98%;
  height: fit-content;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.form-edit .form-ajax {
	display: block;
	overflow: hidden;
	padding: 0px;
	width: fit-content;
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}

.form-edit .form-normal-preview {
	display: block;
	overflow: hidden;
	padding: 0px;
	width: fit-content;
	height: fit-content;
	xmax-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 70px;
}

.form-edit .form-normal {
	display: block;
	overflow: hidden;
	padding: 0px;
	width: fit-content;
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 70px;
}

.form-edit section h2 {
	width: 99%;
	margin-left: 6px;
}

.form-edit .editdialogcontent {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 480px;
}

.form-edit .editcontent {
	display: block;
	overflow: hidden;
	padding: 15px;
}

.form-edit section h2 img {
	width: 20px;
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.form-edit section h2 span {
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	color: #707070;
	float: right;
	margin-right: 15px;
	cursor: pointer;
}

.form-edit section h2 span:hover {
	color: #303030;
}

.form-list .action-buttons a {
	color: #fff;
}

/* GENERIC */
.date-calendar {
	width: 16px;
	position: absolute;
	cursor: pointer;
}

.zipcode {
	width: 18px;
	height: 18px;
	position: absolute;
	margin-top: 12px;
}

.latlong {
	width: 18px;
	height: 18px;
	position: absolute;
	margin-top: 12px;
}


.calc {
	width: 16px;
	position: absolute;
	cursor: pointer;
}


.maps {
	width: 18px;
	height: 18px;
	position: absolute;
	margin-top: 12px;
}

.creditcard {
	width: 18px;
	height: 18px;
	position: absolute;
	margin-top: 12px;
	display: flex;
  align-items: flex-start;
}

.email {
	width: 18px;
	height: 18px;
	position: absolute;
	margin-top: 12px;
	display: flex;
  align-items: flex-start;
}

.search {
	width: 18px;
	height: 18px;
	position: absolute;
	margin-top: 12px;
	display: flex;
  align-items: flex-start;
}

.phone	{
	width: 16px;
	position: absolute;
	cursor: pointer;
}

.url {
	width: 18px;
	height: 18px;
	position: absolute;
	margin-top: 12px;
}

.zipcode-attr {
	text-align: right;
	padding-right: 25px;
}

.calc-attr {
	text-align: left;
	direction: rtl;
}

.time-short	{
	width: 16px;
	position: absolute;
	cursor: pointer;
}

.time	{
	width: 16px;
	position: absolute;
	cursor: pointer;
}

.form-list .data-upload {
	min-width: initial;
	float: left;
	margin-right: 18px;
	border: 0px;
	padding: 8px;
	border-radius: 3px;
	background-color: #e2e2e2;
	color: #404040;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
}

.form-list input[type="file"] {
	display: none;
}

.form-list .data-upload:hover {
	background-color: #808080;
	color: #fff;
}

.form-search {
	width: 96%;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.form-search fieldset {
	width: initial;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.form-search input {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	color: #303030;
	outline: none;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 2px;
	min-height: 48px;
	width: 100%;
	text-indent: 5px;
	margin: 0px;
}

.form-search h2 {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: normal;
	color: #202020;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px;
}

.form-search button {
	padding: 5px;
	padding-left: 18px;
	padding-right: 18px;
	border: 0px;
	background-color: #24b0d5;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	min-height: 35px;
	margin-top: 20px;
}

.form-search button:hover {
	background-color: #1590b0;
}

.form-search select {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	color: #303030;
	outline: none;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 2px;
	min-height: 38px;
	text-indent: 5px;
	background-color: #fff;
}

.form-search fieldset legend {
	margin-bottom: 5px;
	font-family: Open Sans;
	font-size: 12.8px;
	font-weight: bold;
	color: #303030;
}

.form-search hr {
	border: 0px;
	border-top: 1px solid #e2e2e2;
	margin: 0px;
	margin-top: 20px;

}

.form-search #show-filter-content, .form-search #apply-filter-content {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
	width: 24px;
	float: right;
	margin-left: 5px;
}

.form-search #show-filter-content:hover, .form-search #apply-filter-content:hover {
	border: 1px solid #c8c8c8;
	background-color: #fff;
}

.editdialogcontent .phone, .editdialogcontent .zipcode {
	display: block;
	width: 20px;
	position: absolute;
	margin-top: 8px !important;
	right: 10px;
}

.editcontent .phone, .editcontent .zipcode {
	display: block;
	width: 20px;
	position: absolute;
	margin-top: 8px !important;
	right: 10px;
}

.video-subtitle {
	padding-left: 22px;
}

.remfile {
	display: block;
	overflow: hidden;
  border: 1px solid #c8c8c8;
  background-color: #e2e2e2;
  color: #000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  margin-top: -20px !important;
  margin-left: -8px !important;
  padding: 2px;
  font-family: 'Roboto';
  font-size: 12px;
  cursor: pointer;
}

.remfile:hover {
	border: 1px solid #404040;
	background-color: #505050;
	color: #fff;
}

.form-list section .attachmore{
	margin-left: 0px;
	margin: 0px;
	max-width: 800px;
}

.form-list section .attachmore li {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.form-list section .attachmore p {
	float: left;
	font-family: Open Sans;
	font-size: 14px;
	text-indent: 20px;
	color: #336699;
}

.block-edit-nooverflow {
	overflow: initial !important;
}

.approval-content .block-edit .block-edit {
	margin-left: 0px;
}

.btnplaycontent, .btnplaycontentapproval {
	width: 350px !important;
}

.btnplaycontent, .btnplaycontentapproval {
	width: 350px !important;
}

.commentapproval {
	display: block;
	overflow: hidden;
  font-family: Open Sans;
  font-size: 16px;
  text-align: justify;
  max-width: 810px;
  width: 100%;
  padding: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border: 1px solid #e2e2e2;
}

.editdialogcontent #imgvideo {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  max-height: 350px !important;
  height: 350px !important;
  border: 1px solid #c8c8c8;
}

.playvideo {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  max-height: 350px !important;
  height: 350px !important;
  border: 1px solid #c8c8c8;
}

.listattachmore {
	display: block;
	max-width: 800px;
}

.listattachmore li {
	display: block;
	border: 1px solid #c8c8c8;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0px;
	width: 242px;
	height: 240px;
	background-color: #404040;
	color: #fff;
}

.listattachmore li:hover {
	opacity: 0.70;
}

.listattachmore a {
	text-decoration: none;
	font-weight: normal;
	font-family: Open Sans;
	font-size: 11px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #404040;
	color: #fff;
}

.remfileexist {
	display: block;
	overflow: hidden;
  border: 1px solid #c8c8c8;
  background-color: #e2e2e2;
  color: #000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  margin-top: -10px !important;
  margin-left: 228px !important;
  padding: 2px;
  font-family: 'Roboto';
  font-size: 12px;
  cursor: pointer;
}

.remfileexist:hover {
	border: 1px solid #404040;
	background-color: #505050;
	color: #fff;
}

.form-report-preview-content {
	width: initial !important;
	max-width: 826px !important;
	margin-left: 3px !important;
}

.mobilecolshow {
  display: none !important;
}

.cc_manual {
	font-family: 'Open Sans';
	font-size: 14px;
	margin-top: -33px !important;
	display: block;
	overflow: hidden;
	margin-left: 37px;
}

#listdata {
	margin: 0px;
	width: 100%;
	margin-left: 5px !important;
	margin-right: auto !important;
}

#loadrun {
	display:block;
	margin: 0px !important;
	min-height: initial !important;
}

.info-audit {
	float: left !important;
}

.info-audit img {
  width: 24px;
  margin-left: 17px;
  margin-top: 9px;
  cursor: pointer;
}

#info-audit {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.tipo-transf-estoque {

}

.tipo-transf-estoque input[type="radio"]{
	width: 24px;
	float: left;
}

.tipo-transf-estoque legend {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px !important;
	margin-bottom: 16px !important;
	font-size: 17px !important;
}

.tipo-transf-estoque label {
	font-size: 15px;
	font-family: 'Ubuntu';
	float: left;
	margin-left: 10px;
	max-width: 168px;
	margin-right: 10px;
	margin-top: 8px;
}

.armazem-representante, .representante-armazem {
	display: block;
	overflow: hidden;
	margin: 0px !important;
	padding: 0px !important;
}


.busca-produto {
	margin-bottom: 20px;
}

.busca-produto input[type=search]{
  min-height: 58px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  width: 98%;
  margin-top: 10px;
  margin-left: 9px;
  margin-right: auto;
  outline: none;
  text-indent: 10px;
  font-size: 16px;
}

.busca-produto img {
	width: 24px;
	float: right;
	position: absolute;
	margin-top: 25px;
	margin-left: -40px;
}

.form-title {
	font-family: 'Ubuntu' !important;
	font-size: 20px !important;
	padding-bottom: 19px !important;
}

:root {
  --text-4: 4px;
  --text-7: 7px;
  --text-10: 10px;
  --text-12: 12px;
  --text-13: 13px;
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-22: 22px;
  --text-24: 24px;
  --text-25: 25px;
  --text-26: 26px;
  --text-30: 30px;
  --text-40: 40px;
  --text-50: 50px;
  --text-60: 60px;
  --text-80: 80px;
}

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-black-1: #202020;
  --color-black-2: #404040;
  --color-border: #DDDDDD;
  --color-dark-1: #051036;
  --color-dark-2: #0D2857;
  --color-dark-3: #13357B;
  --color-dark-4: #163C8C;
  --color-light-1: #697488;
  --color-light-2: #F5F5F5;
  --color-light-3: #FBFCFF;
  --color-blue-1: #3554D1;
  --color-blue-2: #E5F0FD;
  --color-green-1: #EBFCEA;
  --color-green-2: #008009;
  --color-green-3: #089912;
  --color-yellow-1: #F8D448;
  --color-yellow-2: #E1C03F;
  --color-yellow-3: #FFC700;
  --color-yellow-4: #FFF8DD;
  --color-brown-1: #923E01;
  --color-purple-1: #7E53F9;
  --color-red-1: #D93025;
  --color-red-2: #F1416C;
  --color-red-3: #FFF5F8;
  --color-info-1: #CDE9F6;
  --color-info-2: #4780AA;
  --color-warning-1: #F7F3D7;
  --color-warning-2: #927238;
  --color-error-1: #ECC8C5;
  --color-error-2: #AB3331;
  --color-success-1: #DEF2D7;
  --color-success-2: #5B7052;
}

.obj-transition {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
  transition-property: opacity, margin-top, transform;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.anime-hide {
  opacity: 0;
	margin-top: 50px;
}

.anime-show {
	margin-top: 50px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.anime-hide-forms {
  opacity: 0;
	margin-top: 20px !important;
}

.anime-show-forms {
	margin-top: 20px !important;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.col-auto{width:auto !important;flex:0 0 auto !important;}
.col-1 {width:6.33333% !important;flex:0 0 auto !important;}
.col-2 {width:15.66667% !important;flex:0 0 auto !important;}
.col-3 {width:23.22% !important;flex:0 0 auto !important;}
.col-4 {width:32.00333% !important;flex:0 0 auto !important;}
.col-5 {width:39.9999% !important;flex:0 0 auto !important;}
.col-6 {width:48.70% !important;flex:0 0 auto !important;}
.col-7 {width:56.83333% !important;flex:0 0 auto !important;}
.col-8 {width:64.66667% !important;flex:0 0 auto !important;}
.col-9 {width:73%  !important!importan:0 0 auto !important;}
.col-10{width:81.70333% !important;flex:0 0 auto !important;}
.col-11{width:89.66667% !important;flex:0 0 auto !important;}
.col-12{width:98.8% !important;flex:0 0 auto !important;}

.col-auto input[type="text"] { width: 98%; }
.col-1 input[type="text"] { width: 98%; }
.col-2 input[type="text"] { width: 98%; }
.col-3 input[type="text"] { width: 98%; }
.col-4 input[type="text"] { width: 98%; }
.col-5 input[type="text"] { width: 98%; }
.col-6 input[type="text"] { width: 98%; }
.col-7 input[type="text"] { width: 98%; }
.col-8 input[type="text"] { width: 98%; }
.col-9 input[type="text"] { width: 98%; }
.col-10 input[type="text"] { width: 98%; }
.col-11 input[type="text"] { width: 98%; }
.col-12 input[type="text"] { width: 98.5%; }

.col-auto input[type="search"] { width: 98%; }
.col-1 input[type="search"] { width: 98%; }
.col-2 input[type="search"] { width: 98%; }
.col-3 input[type="search"] { width: 98%; }
.col-4 input[type="search"] { width: 98%; }
.col-5 input[type="search"] { width: 98%; }
.col-6 input[type="search"] { width: 98%; }
.col-7 input[type="search"] { width: 98%; }
.col-8 input[type="search"] { width: 98%; }
.col-9 input[type="search"] { width: 98%; }
.col-10 input[type="search"] { width: 98%; }
.col-11 input[type="search"] { width: 98%; }
.col-12 input[type="search"] { width: 99%; }

.col-auto input[type="date"] { width: 98%; }
.col-1 input[type="date"] { width: 98%; }
.col-2 input[type="date"] { width: 98%; }
.col-3 input[type="date"] { width: 98%; }
.col-4 input[type="date"] { width: 98%; }
.col-5 input[type="date"] { width: 98%; }
.col-6 input[type="date"] { width: 98%; }
.col-7 input[type="date"] { width: 98%; }
.col-8 input[type="date"] { width: 98%; }
.col-9 input[type="date"] { width: 98%; }
.col-10 input[type="date"] { width: 98%; }
.col-11 input[type="date"] { width: 98%; }
.col-12 input[type="date"] { width: 99%; }

.col-auto input[type="email"] { width: 98%; }
.col-1 input[type="email"] { width: 98%; }
.col-2 input[type="email"] { width: 98%; }
.col-3 input[type="email"] { width: 98%; }
.col-4 input[type="email"] { width: 98%; }
.col-5 input[type="email"] { width: 98%; }
.col-6 input[type="email"] { width: 99%; }
.col-7 input[type="email"] { width: 98%; }
.col-8 input[type="email"] { width: 98%; }
.col-9 input[type="email"] { width: 98%; }
.col-10 input[type="email"] { width: 98%; }
.col-11 input[type="email"] { width: 98%; }
.col-12 input[type="email"] { width: 99%; }

.col-auto input[type="tel"] { width: 98%; }
.col-1 input[type="tel"] { width: 98%; }
.col-2 input[type="tel"] { width: 98%; }
.col-3 input[type="tel"] { width: 98%; }
.col-4 input[type="tel"] { width: 98%; }
.col-5 input[type="tel"] { width: 98%; }
.col-6 input[type="tel"] { width: 98%; }
.col-7 input[type="tel"] { width: 98%; }
.col-8 input[type="tel"] { width: 98%; }
.col-9 input[type="tel"] { width: 98%; }
.col-10 input[type="tel"] { width: 98%; }
.col-11 input[type="tel"] { width: 98%; }
.col-12 input[type="tel"] { width: 99%; }

.col-auto input[type="url"] { width: 98%; }
.col-1 input[type="url"] { width: 98%; }
.col-2 input[type="url"] { width: 98%; }
.col-3 input[type="url"] { width: 98%; }
.col-4 input[type="url"] { width: 98%; }
.col-5 input[type="url"] { width: 98%; }
.col-6 input[type="url"] { width: 98%; }
.col-7 input[type="url"] { width: 98%; }
.col-8 input[type="url"] { width: 98%; }
.col-9 input[type="url"] { width: 98%; }
.col-10 input[type="url"] { width: 98%; }
.col-11 input[type="url"] { width: 98%; }
.col-12 input[type="url"] { width: 99%; }

.col-auto input[type="file"] { width: 98%; }
.col-1 input[type="file"] { width: 98%; }
.col-2 input[type="file"] { width: 98%; }
.col-3 input[type="file"] { width: 98%; }
.col-4 input[type="file"] { width: 98%; }
.col-5 input[type="file"] { width: 98%; }
.col-6 input[type="file"] { width: 98%; }
.col-7 input[type="file"] { width: 98%; }
.col-8 input[type="file"] { width: 98%; }
.col-9 input[type="file"] { width: 98%; }
.col-10 input[type="file"] { width: 98%; }
.col-11 input[type="file"] { width: 98%; }
.col-12 input[type="file"] { width: 99%; }


.col-auto select { width: 100%; margin:0px !important; }
.col-1 select { width: 100%; margin:0px; }
.col-2 select { width: 100%; margin:0px; }
.col-3 select { width: 100%; margin:0px; }
.col-4 select { width: 100%; margin:0px; }
.col-5 select { width: 100%; margin:0px; }
.col-6 select { width: 100%; margin:0px; }
.col-7 select { width: 100%; margin:0px; }
.col-8 select { width: 100%; margin:0px; }
.col-9 select { width: 100%; margin:0px; }
.col-10 select { width: 100%; margin:0px; }
.col-11 select { width: 100%; margin:0px; }
.col-12 select { width: 100%; margin:0px; }

.col-6 textarea { width: 98.33%; }
.col-12 textarea { width: 98.33%; min-height: 120px; }

.col-auto input[type="password"] { width: 98%; }
.col-1 input[type="password"] { width: 98%; }
.col-2 input[type="password"] { width: 98%; }
.col-3 input[type="password"] { width: 98%; }
.col-4 input[type="password"] { width: 98%; }
.col-5 input[type="password"] { width: 98%; }
.col-6 input[type="password"] { width: 98%; }
.col-7 input[type="password"] { width: 98%; }
.col-8 input[type="password"] { width: 98%; }
.col-9 input[type="password"] { width: 98%; }
.col-10 input[type="password"] { width: 98%; }
.col-11 input[type="password"] { width: 98%; }
.col-12 input[type="password"] { width: 98.5%; }

.linkparent {
	text-decoration: none;
	color: #808080 !important;
  font-family: Ubuntu;
  font-size: 16px !important;
  font-weight: normal;
  float: right;
  margin-right: 20px;
}

.linkparent:hover {
	color: #087499 !important;
}

.title-block {
	color: #336699 !important;
  font-family: Ubuntu !important;
  font-size: 14px !important;
  font-weight: normal !important;
  border-bottom: 0px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-radius: 4px;
  background-color: #f2f2f2;
  text-indent: 10px;
}

.subtitle-block {
	color: #000 !important;
  font-family: Ubuntu !important;
  font-size: 14px !important;
  font-weight: bold !important;
  padding-top: 25px !important;
  padding-bottom: 10px !important;
  border-radius: 4px;
  background-color: transparent;
  margin-left: 0px !important;
  border-bottom: 1px dashed #e2e2e2 !important;
  margin-bottom: 15px !important;
}

.busca-input {
	width: 20px;
	position: absolute;
	margin-left: -30px;
	margin-top: 25px;
}

.result-search {
	z-index: 99;
	min-height: initial;
	position: absolute;
	margin-top: -9px !important;
}

.info-title {
	display: block;
	overflow: hidden;
	width: 14px;
	height: 14px;
	font-size: 14px;
	font-family: Roboto;
	border-radius: 30px;
	background-color: #f2f2f2;
	border:1px solid #336699;
	float: right;
	text-align: center;
	margin-left: 10px;
}

.folder {
	display: block;
	width: 100%;
	list-style: none;
}

.folder li {
	display: inline-block;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	font-size: 14px;
	font-family: Ubuntu;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.folder-select {
	background-color: #e2e2e2 !important;
	border: 1px solid #c8c8c8 !important;
}

.folder li:hover {
	border: 1px solid #c8c8c8;
	background-color: #fcfcfc;
}

.folder-page {
	display: block;
	overflow: hidden;
}

.block-slim {
	min-height: initial !important;
}

.folder-page fieldset:first-child {
	margin-left: 0px !important;
}

.folder-page .title-block {
	margin-left: 0px !important;
}

.folder-page .block-edit {
	padding: 0px !important;
	margin: 0px !important;
}

.folder-page .table-edit {
	margin-left: 0px !important;
	max-width: 100% !important;
}

.vencedor {
	display: block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	border: 0px;
	background-color: #14d464;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
}

.dialog-scroll {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  border: 0px !important;
  border-radius: 4px !important;
  max-height: 590px !important;
  min-height: initial !important;
  max-width: 99.7% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.dialog-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.dialog-scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.dialog-scroll::-webkit-scrollbar-thumb {
  background: #e2e2e2;
}

.dialog-scroll::-webkit-scrollbar-thumb:hover {
  background: #e2e2e2;
}

.clear-h2 {
	border: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 5px !important;
	font-weight: 400 !important;
	font-family: 'Ubuntu' !important;
	font-size: 12px !important;
	color: #1780d2 !important
}

.file-show {
  display: block !important;
}

.upload-files{
	opacity: 0;
	position: absolute;
}

.button-upload {
	position: absolute;
	max-width: 50px;
	min-width: 50px;
	border: transparent;
	background-color: #fcfcfc;
	border-radius: 4px;
	min-height: 60px;
	margin-left: -55px;
	margin-top: 3px;
	cursor: pointer;
}

.button-upload img {
	width: 24px;
	height: 24px;
}

#file_arquivo{
	background-color: #fcfcfc !important;
	cursor: pointer;
}

.anexolist {
	border: 1px solid #e2e2e2;
	text-indent: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 98% !important;
	min-height: initial !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	background-color: #fcfcfc;
	cursor: pointer;
}

.anexolist:hover {
	background-color: #f2f2f2;
}

.anexolist img {
	width: 20px;
	margin: 4px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.anexolist b {
	font-size: 14px;
	font-family: Ubuntu;
}

.anexolist p {
	font-size: 14px;
	font-family: Ubuntu;
}

.form-list section .anexolist {
	margin-left: 4px !important;
	margin-top: 5px !important;
	max-width: 97.5% !important;
}


.open-close-block-up {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	float: right !important;
	margin-right: 20px !important;
	margin-top: 5px !important;
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  color: #000 !important;
}

.open-close-block-down {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	float: right !important;
	margin-right: 20px !important;
	margin-top: 5px !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  color: #000 !important;
}

.form-view-page table {
	border-collapse: collapse;
	width: 95% !important;
	max-width: 95% !important;
	min-width: 95% !important;
	margin-left: auto;
	margin-right: auto;
}

.form-view-page table td {
	padding: 0px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	vertical-align: top;
	font-size: 16px;
	font-family: Ubuntu;
	border-right: 1px solid #e2e2e2 !important;
	border-bottom: 1px dashed #e2e2e2 !important;
	text-align: left !important;
}

.form-view-page table td:last-child {
	border-right: 0px !important;
}

.form-view-page h2 {
	font-size: 20px !important;
	font-family: Ubuntu !important;
	font-weight: bold !important;
	border: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	margin-left: 0px !important;
	margin-right: auto !important;
	margin-bottom: 15px !important;
}

.form-view-page p {
	font-size: 16px !important;
	font-family: Open Sans !important;
	font-weight: normal !important;
	border: 0px !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px !important;
}

.form-view-page label {
	font-size: 16px !important;
	font-family: Open Sans !important;
	font-weight: bold !important;
	border: 0px !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px !important;
}

.form-view-page tr td:first-child {
	max-width: 220px !important;
	min-width: 220px !important;
	width: 220px !important;
}

.form-view-page .collabeldata {
	padding-left: 20px !important;
}

.form-view-page hr {
	border: 0px !important;
	border-bottom: 1px solid #e2e2e2 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.form-approval-item tr th {
	font-size: 16px !important;
}

.form-approval-item tr td {
	font-size: 16px !important;
	vertical-align: top !important;
}

#motivorejeitarlegend {
	font-size: 18px !important;
}

.col-1 .action-bar, .col-2 .action-bar, .col-3 .action-bar, .col-4 .action-bar, .col-5 .action-bar, .col-6 .action-bar, .col-7 .action-bar, .col-8 .action-bar, .col-9 .action-bar, .col-10 .action-bar, .col-11 .action-bar, .col-12 .action-bar {
	margin-left: 0px !important;
}

.col-margin-right-0 {
	margin-right: 0px !important;
}

.action-cotacao {
	margin-left: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 35px !important;
}

.ganhador {
	color: #009C49 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	margin-top: 6px !important;
}

.fornecedor-recomendado {
  width: 20px;
  margin-top: -19px;
  position: absolute;
  margin-left: 49px;
}

.title-estrategia {
	font-size: 14px !important;
	font-weight: 400;
	font-family: Ubuntu !important;
	padding: 5px;
	color: #336699;
}

.anexodocumento p {
	display: block;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	border-radius: 3px !important;
	padding: 5px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background-color: #f2f2f2;
	cursor: pointer;
}

.anexodocumento p:hover {
	background-color: #404040;
	color: #fff;
}

.anexodocumento p:hover a {
	color: #fff;
}
.anexodocumento p a {
	text-decoration: none;
}

.linkdanfefornecedor {
  display: block;
  overflow: hidden;
  font-family: 'Ubuntu';
  font-size: 16px;
  margin-left: 10px;
  float: left;
}

.linkdanfefornecedorimg {
	float: left;
	width: 20px;
	margin-left: 10px;
}

.permissao {
	display: block;
	list-style: none;
	margin-left: 8px !important;
}

.permissao li {
	display: inline-block;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 0px !important;
	min-width: 240px !important;
}

.permissao input {
	float: left;
	margin: 0px !important;
}

.permissao label {
	float: left;
	margin-left: 10px;
  font-family: 'Ubuntu';
  font-size: 14px;
  margin-top: -4px !important;
  min-width: 187px;
  white-space: normal;
  text-overflow: ellipsis;
  max-width: 187px;
}

.permissao-block {
	display: block !important;
	overflow: hidden;
	float: left;
	max-width: 240px;
	min-width: 240px;
}

.permissao-block li {
	min-width: 220px !important;
	max-width: 220px !important;
}
