/************************ CHOSEN SELECT /************************/

.chosen-container-single .chosen-single{
	padding: 5px 0 0 8px !important;
	height: calc(1.5em + .7rem + 2px) !important;
	border-radius: 0 !important;
}

.chosen-container-single .chosen-single div{
	padding-top: 4px;
}

.chosen-container-single .chosen-single abbr {
	top: 11px !important;
}

.chosen-container .chosen-results li.active-result, .chosen-container-single .chosen-single span {
	font-size: 13px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: calc(1.5em + .5rem + 2px) !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
	margin: 5px 5px 3px 0 !important;
}
/************************ CHOSEN SELECT /************************/

.dropdown-item-delete:active, .dropdown-item-delete:hover {
	background-color: #FF6060 !important;
	color: #FFFFFF;
}

.dropdown-item-annul:active, .dropdown-item-annul:hover {
	background-color: #ED7733 !important;
	color: #FFFFFF;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

li {
	line-height: 1.1em;
}

body {
	background: #f3f2f2;
}

h2, h4 {
	font-weight: bold;
	color: #6C6C6C;
}

span.error {
	font-size: 13px;
	color: #FF0000;
	text-transform: capitalize;
}

abbr {
	color: #FF0000;
}

label {
	font-size: 0.8rem;
	color: #1b3d09;
	margin-bottom: 0;
}

small{
	font-size: 11px;
}

input.form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	outline: none;
	width: 100%;
	padding: 0;
	box-shadow: none;
	/*box-sizing: content-box;*/
	transition: all 0.1s;
	font-size: 15px;
}

input.form-control:focus {
	/* border: none !important; */
	background: transparent;
	border-bottom: 1px solid rgb(35, 127, 71);
	box-shadow: 0 1px 0 0 rgb(35, 127, 71);
}

.table-responsive{
	overflow: visible;
}

table.green-table > thead > tr > th{
	background-color: rgb(35, 127, 71);
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

table.quotation-table > thead > tr > th{
	background-color: rgb(242, 215, 215);
}

table.quotation-table > thead > tr > th{
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 5px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	padding: 0;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: red;
	box-shadow: none;
	border-bottom: 1px solid red;
	box-shadow: 0 1px 0 0 red;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	box-shadow: none;
}

.container {
	position: relative;
}

.alert {
	height: 50px;
	display: block;
	width: 100%;
	position: absolute;
	font-size: 18px;
	z-index: 200;
}

.alert-success {
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	z-index: 100;
}

.container-alert {
	position: absolute;
	left: 48px;
	right: 48px;
	top: 40px;
}

.custom-alert {
	position: absolute;
	left: 0px;
	top: -90px;
}

.form-actions {
	position: absolute;
	left: 0;
	bottom: -60px;
}

.card {
	border-radius: 0;
	border: none;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05),0 3px 1px -2px rgba(0,0,0,0.08),0 1px 5px 0 rgba(0,0,0,0.08);
}

.card-with-margin-bottom {
	margin-bottom: 200px;
}

#headingOne {
	background: #f3f2f2;
}

.filter-button {
	position: absolute;
	right: 0;
	top: -3px;
}

.btn-xs {
	padding: 1px 4px;
	font-size: 12px;
	height: 20px;
}

.accordion>.card {
	overflow: visible !important;
}

.btn{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.btn-radius {
	border-radius: 50% !important;
	color: #FFF !important;
	margin-bottom: 8px;
}

.box-shadow-none {
	box-shadow: none;
}

.btn-delete {
	position: absolute;
	right: 13px;
	top: 20px;
}

.btn-primary {
	color: #fff;
	background-color: rgb(35, 127, 71);
	border-color: rgb(35, 127, 71);
	border-radius: 0;
}

.btn-light, .btn-light:hover, .btn-light:disabled {
	border-radius: 0;
}

.btn-primary:hover{
	background-color: rgba(35, 127, 71, 0.8);
	border-color: rgba(35, 127, 71, 0.8);
	border-radius: 0;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: rgba(35, 127, 71, 0.8);
	border-color: rgba(35, 127, 71, 0.8);
	border-radius: 0;
}

.employee-attribute {
	display: inline-block;
	width: 150px;
}

.dropdown-item {
	padding: 8px 16px;
}

.search-form {
	padding: 15px 5px 0 5px;
}

.canceled-shipping {
	text-decoration: line-through;
}

.table-index > tbody > tr > td, .table > tfoot > tr > td {
	padding-left: 10px;
}

.download-text {
	font-size: 16px;
	font-weight: normal;
}

.fields {
	position: relative;
	border: 1px solid #9E9E9E;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.remove-field {
	position: absolute;
	top: -15px;
	right: -15px;
}

.customer-info {
	margin-top: 20px;
	padding: 5px;
	border: 2px solid #000;
}

.requisition-text {
	background: yellow;
	width: 200px;
	display: inline-block;
	font-weight: bold;
}

.outlined-bold-box {
	padding: 3px;
	border: 2px solid #000;
	text-align: center;
	font-weight: bold;
}

.outlined-box {
	border: 1px solid #000;
	text-align: center;
}

.yellow-text {
	background: yellow;
	color: blue;
	font-weight: bold;
	font-size: 12px;
}

.survey-table {
	font-size: 23px;
	text-align: center;
}

.survey-table tr td, .survey-results {
	border: 2px solid #000 !important;
}

.background-black {
	background: #000;
	color: #FFF
}

.background-yellow {
	background: #FF0;
	color: #F00
}

.signature {
	min-height: 150px;
}

.signature_pad {
	width: 100%;
	/*min-height: 400px;*/
	margin: 0 auto;
}

.signature_pad_body canvas {
	width: 100%;
	height: 100%;
	border: dashed #444;
	background-color: #EEE;
}

.equipment-name {
	font-weight: bold;
	font-size: 25px;
	color: #6C6C6C;
}

.project-equipment {
	border: 1px solid #000;
	margin: 2px;
	padding: 5px;
	margin-top: 20px;
}

#toggle-customer-fields, #hidden, .hidden {
	display: none;
}

.linkable {
	cursor: pointer;
	display: block;
	text-decoration: inherit;
	color: inherit;
}

a.linkable:hover{
	color: inherit;
}

.no-box-shadow {
	box-shadow: none;
}

.xlsx-text {
	font-size: 15px;
}

.with-min-width {
	display: inline-block;
	min-width: 200px;
}

.modal-lg, .modal-xl {
	max-width: 90%;
}

.submenu-line {
	position: absolute;
	left: -15px;
	bottom: 23px;
	width: 10px;
	height: 37px;
	border-left: 2px solid rgb(190, 198, 210);
	border-bottom: 2px solid rgb(190, 198, 210);
}

.top-bordered {
	border-top: 3px solid #000 !important;
	font-size: 16px;
}

.container-comments {
	position: absolute;
	top: 100px;
	width: 100%;
}

.counter {
	position: absolute;
	left: -10px;
	top: -10px;
	font-size: 15px;
	background-color: #2361FF;
	color: #FFF;
	border-radius: 50%;
	width: 25px;
	text-align: center;
}

.mb-300 {
	margin-bottom: 300px;
}