@charset "UTF-8";

/*------------ GENERAL ------------ */
@import url('https://fonts.googleapis.com/css?family=Raleway');
@font-face {
    font-family: Raleway-Black;
    src:url(../font/Raleway-Black.ttf);
}

@font-face {
    font-family: Raleway-LightItalic;
    src:url(../font/Raleway-LightItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src:url(../font/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-ExtraLightItalic;
    src:url(../font/Raleway-ExtraLightItalic.ttf);
}

@font-face {
    font-family: Raleway-BoldItalic;
    src:url(../font/Raleway-BoldItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraBoldItalic;
    src:url(../font/Raleway-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraLight;
    src:url(../font/Raleway-ExtraLight.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src:url(../font/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Italic;
    src:url(../font/Raleway-Italic.ttf);
}

@font-face {
    font-family: Raleway-ThinItalic;
    src:url(../font/Raleway-ThinItalic.ttf);
}

@font-face {
    font-family: Raleway-SemiBoldItalic;
    src:url(../font/Raleway-SemiBoldItalic.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src:url(../font/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Light;
    src:url(../font/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-MediumItalic;
    src:url(../font/Raleway-MediumItalic.ttf);
}

@font-face {
    font-family: Raleway-SemiBold;
    src:url(../font/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Raleway-BlackItalic;
    src:url(../font/Raleway-BlackItalic.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src:url(../font/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-Thin;
    src:url(../font/Raleway-Thin.ttf);
}

b {
	font-family: Raleway-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

i {
	font-family: Raleway-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

html {
	height: 100%;
  	box-sizing: border-box;
	background-color:#dddddd;
}

body {
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 20px;
	margin:0;
	color:#002127;
	height: 100%;
	background-color:#002127;
}

a {
	text-decoration:none !important;
	color:#002127;
}

a:hover {
	text-decoration:none !important;
	color:#394D51;
}

main {
	position: relative;
	padding: 130px 60px 90px 60px;
	width: 100%;
	min-height: 100vh;
	background-color:#dddddd;
	/* background-image: url(../img/application/bg-pattern.svg); */
	background-repeat: repeat;
	background-size: 120px;
}

#container-page {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	display: table;
}

.title-page {
	text-transform: uppercase;
	font-family: Raleway-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 40px;
	color: #002127;
}

#container-page {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	display: table;
}

h4 {
	line-height: 26px;
	color: #002127;
	font-family: Raleway-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#container-dashboard h4 {
	color: #002127;
}

@media (max-width: 768px) {
	
	main {
		padding: 80px 20px 80px 20px;
	}

}





/*------------ WIZARD ------------ */
#smartwizard ul li {
	padding-bottom: 0px;
}

.sw-theme-default {
	background-color: transparent;
    border: none;
    box-shadow: none;
}

.sw-toolbar {
	background-color: transparent !important;
	border-bottom: none !important;
	padding-bottom: 20px;
}

.nav-tabs {
	border-bottom: none !important;
}

.btn, .sw-btn-prev, .sw-btn-next {
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-info {
    color: #fff !important;
    background-color: #002127 !important;
    border-color: #002127 !important;
}

.sw-btn-prev, .sw-btn-next {
	color: #fff !important;
    background-color: #002127 !important;
}

.btn-skip, .btn-search-all {
	color: #fff !important;
    background-color: #002127 !important;
    border-color: #002127 !important;
}

.btn-finish {
	background-color: #002127 !important;
	color: #fff !important;
}

.btn-finish:hover {
	background-color: #394D51 !important;
	color: #fff !important;
}

.invoice-box .btn-finish {
	background-color: #002127 !important;
	color: #fff !important;
}

.invoice-box .btn-finish:hover {
	background-color: #394D51 !important;
	color: #fff !important;
}

.disabled {
	color: #ccc !important;
	background-color: #efefef !important;
	border-color: #CCC !important;
}

.icon-disabled {
	opacity: 0.4;
}

.step-content {
	background-color: #DBD7D0;
	padding: 20px 40px 20px 40px !important;
	box-shadow: none;
}

.sw-theme-default > ul.step-anchor > li.active > a {
	color: #544e4a !important;
}

.sw-theme-default > ul.step-anchor > li > a::after {
	background: #544e4a !important;
}





/*------------ CONTAINER STEP WIZARD ------------ */
.form-step {
	display: inline-block;
	width: 100%;
}

.container-form-item {
	margin-top: 28px;
	margin-bottom: 20px;
}

.container-form-item label {
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002127;
	font-weight: normal !important;
}

.container-form-item input , .container-form-item select {
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-form-item textarea {
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100px;
}

.container-step hr {
	margin-top: 35px;
	margin-bottom: 30px;
}

.container-form-item label em {
	color: #002127;
	font-size: 18px;
}

.form-item {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #002127;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}

.company-item {
	width: 50%;
	float: left;	
}

.container-form-item .logo-radio-button {
	width: 40px;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 0px;
}

.container-form-item .logo {
	height: 100%;
	max-height: 60px;
	margin-top: 10px;
}

.label-continent {
	width: 100%;
	font-size: 16px;
	margin-top: 40px;
}

.container-form-item-check {
	width: 50% !important;
	float: left !important;
}

@media (max-width: 768px) {
	.company-item {
		width: 100%;
	}
	
	.container-form-item-check {
		width: 100% !important;
		float: left !important;
	}
	
}





/*------------ MESSAGE ------------ */
.general-error-box {
	width: 100%;
	background-color: #fff;
	border-left: 10px solid #D20000;
	box-shadow: none;
	padding: 20px;
	margin-bottom: 20px;
	color: #002127;
	display: none;
}

.general-error-box-bottom {
	margin-bottom: 0px;
	margin-top: 40px;
}

.form-error {
	width: 100%;
	background-color:#dddddd;
	border-left: 10px solid #D20000;
	box-shadow: none;
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	color: #D20000 !important;
	text-transform: none !important;
	display: none;	
}

.container-messages {
	width: 100%;
	background-color: #fff;
	color: #002127;
	border-left: 10px solid #002127;
	box-shadow: none;
	padding: 20px;
	margin-bottom: 20px;
}

.container-messages a {
	color: #002127;
}

.container-messages a:hover {
	color: #ccc;
}

.container-messages-error {
	border-left: 10px solid #D20000 !important;
	color: #D20000 !important;
}

.message-export {
	color: #228b22 !important;
	border-color: #228b22 !important;
	display: none;
}





/*------------ PRINT RESULT ------------ */
.container-results {
	background-color: #fff;
	box-shadow: none;
	padding: 40px 40px 20px 40px !important;
}

.container-results-list {
	width: calc(100vw - 80px);
	overflow: scroll;
}

@media (min-width: 1024px) { 

	.container-results-list {
		width: auto;
		overflow: auto;
	}
	
}

.search-row {
	display: inline-table;
	width: 100% !important;
	height: auto;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}

.search-row-total {
	background-color: #001b21;
	color: #DBD7D0;
	border-top: solid 4px #DBD7D0;
}

.search-row-total-costs {
	background-color: #d91c00;
	color: #DBD7D0;
	border-top: solid 4px #DBD7D0;
}

.search-row-total-revenues {
	background-color: #07b800;
	color: #DBD7D0;
	border-top: solid 4px #DBD7D0;
}

.search-row-under-limit {
	background-color: #fbd6d3 !important;
}

.search-row-desktop {
	display: inline-table;
}

.search-row-mobile {
	display: none;
}

.search-row-head {
	margin-bottom: 20px;
	background-color: #002127;
	border: 1px solid #002127;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-family: Raleway-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.search-row-even {
	background-color: whitesmoke;
}

.search-row-odd {
	background-color: #dddddd;
}

.search-row-even-with-click {
	background-color: whitesmoke;
	cursor: pointer;
}

.search-row-odd-with-click {
	background-color: #dddddd;
	cursor: pointer;
}

.search-row-even-with-click:hover, .search-row-odd-with-click:hover {
	background-color: #ccc;
}

.search-row-to-invoice {
	border: 1px solid #D20000;
	border-color: #D20000;
	background-color: #DBD7D0;
}

.search-row-location-1, .invoice-box-location-1 {
	border-left: 10px solid #08A1AE;
}

.search-row-location-2, .invoice-box-location-2 {
	border-left: 10px solid #8E1F2F;
}

.legend-location-1 {
	color: #08A1AE;
}

.legend-location-2 {
	color: #8E1F2F;
}

.icon-search-option {
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.pagination {
	width: 100%;
    text-align: center;
	margin-bottom: 0px;
}

.pagination ul li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.pagination ul li.pagination-active {
	font-size: 18px !important;
}

.pagination ul li.pagination-active a {
	color:#394D51 !important;
}

.pagination ul li.prev, .pagination ul li.next {
	font-size: 12px !important;
}

.container-button-search-filter {
	display: inline-block;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}

.button-search-filter, .button-search-filter-reset {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	background-color: #fff;
	cursor: pointer;
	box-shadow: none;
	margin-left: 10px;
}

.icon-search-filter, .icon-search-filter-reset {
	width: 100%;
}

.container-search-filter {
	position: relative;
	width: 100%;
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 30px;
	padding: 20px 40px 20px 40px;
	display: none;
}

.filter-box {
	width: 50%;
	float: left;
}

.box-empty {
	height: 100px;
	margin-bottom: 10px;
}

.filter-sx {
	padding-right: 10px;
}

.filter-dx {
	padding-left: 10px;
}

.btn {
	border-radius: 0px;
}

.btn-filter {
	margin-top: 20px;
}

.btn-close-timesheet, .btn-close-timecard {
	margin-bottom: 20px;
}

.search-col {
	float: left !important;
	text-align: center !important;
	color: #002127;
}

.search-col-left {
	text-align: left !important;
}

.search-col-right {
	text-align: right !important;
}

.search-row-head .search-col {
	color: #fff;
}

.search-row-head .search-col a {
	color: #fff;
}

.search-row-head .search-col a:hover {
	color: #DBD7D0;
}

.search-col-company {
	width: 100%;
	font-size: 10px;
	text-align: left !important;
	padding-left: 10px;
}

.search-col-commission {
	width: 100%;
	font-size: 10px;
	text-align: left !important;
	padding-left: 10px;
}

.search-col form {
	margin: 0;
}

.col-price {
	background-color: #ccc;
}

.col-price-total {
	background-color: darkcyan; color: #DBD7D0;
}

.legend {
	color: #002127;
}

.legend-blue {
	color: #125dff;
}

.legend-yellow {
	color: #face00;
}

.legend-orange {
	color: #f79600;
}

.legend-brown {
	color: #aa6d1d;
}

.legend-green {
	color: #07b800;
}

.legend-violet {
	color: #ba67de;
}

.legend-red {
	color: #d91c00;
}

.legend-black {
	color: #001b21;
}

.legend-green-bg {
	color: #c9fa90;
}

#search-col-version-1 { width: 10%; }
#search-col-version-2 { width: 20%; }
#search-col-version-3 { width: 70%; }

#search-col-brand-list-1 { width: 5%; }
#search-col-brand-list-2 { width: 90%; }
#search-col-brand-list-3 { width: 5%; }

#search-col-auto-list-1 { width: 5%; }
#search-col-auto-list-2 { width: 40%; }
#search-col-auto-list-3 { width: 30%; }
#search-col-auto-list-4 { width: 20%; }
#search-col-auto-list-5 { width: 5%; }

#search-col-km-list-1 { width: 20%; min-width: 200px; }
#search-col-km-list-2 { width: 30%; min-width: 200px; }
#search-col-km-list-3 { width: 30%; min-width: 200px; }
#search-col-km-list-4 { width: 10%; min-width: 100px; }
#search-col-km-list-5 { width: 5%; min-width: 50px; }
#search-col-km-list-6 { width: 5%; min-width: 50px; }

#search-col-shop-list-1 { width: 5%; }
#search-col-shop-list-2 { width: 15%; }
#search-col-shop-list-3 { width: 30%; }
#search-col-shop-list-4 { width: 30%; }
#search-col-shop-list-5 { width: 15%; }
#search-col-shop-list-6 { width: 5%; }

#search-col-shopcorner-list-1 { width: 5%; }
#search-col-shopcorner-list-2 { width: 40%; }
#search-col-shopcorner-list-3 { width: 50%; }
#search-col-shopcorner-list-4 { width: 5%; }

#search-col-shopcredit-list-1 { width: 20%; }
#search-col-shopcredit-list-2 { width: 20%; }
#search-col-shopcredit-list-3 { width: 60%; }

#search-col-shoparchivereferent-list-1 { width: 15%; }
#search-col-shoparchivereferent-list-2 { width: 15%; }
#search-col-shoparchivereferent-list-3 { width: 20%; }
#search-col-shoparchivereferent-list-4 { width: 20%; }
#search-col-shoparchivereferent-list-5 { width: 20%; }
#search-col-shoparchivereferent-list-6 { width: 5%; }
#search-col-shoparchivereferent-list-7 { width: 5%; }

#search-col-shoparchivelocation-list-1 { width: 15%; }
#search-col-shoparchivelocation-list-2 { width: 15%; }
#search-col-shoparchivelocation-list-3 { width: 60%; }
#search-col-shoparchivelocation-list-4 { width: 5%; }
#search-col-shoparchivelocation-list-5 { width: 5%; }

#search-col-courier-list-1 { width: 5%; }
#search-col-courier-list-2 { width: 20%; }
#search-col-courier-list-3 { width: 35%; }
#search-col-courier-list-4 { width: 35%; }
#search-col-courier-list-5 { width: 5%; }

#search-col-shipping-list-1 { width: 5%; }
#search-col-shipping-list-2 { width: 5%; }
#search-col-shipping-list-3 { width: 15%; }
#search-col-shipping-list-4 { width: 20%; }
#search-col-shipping-list-5 { width: 20%; }
#search-col-shipping-list-6 { width: 10%; }
#search-col-shipping-list-7 { width: 10%; }
#search-col-shipping-list-8 { width: 10%; }
#search-col-shipping-list-9 { width: 5%; }

#search-col-shipping-currier-list-1 { width: 100%; }

#search-col-shipping-courier-list-1 { width: 5%; }
#search-col-shipping-courier-list-2 { width: 15%; }
#search-col-shipping-courier-list-3 { width: 15%; }
#search-col-shipping-courier-list-4 { width: 25%; }
#search-col-shipping-courier-list-5 { width: 25%; }
#search-col-shipping-courier-list-6 { width: 10%; }
#search-col-shipping-courier-list-7 { width: 5%; }

#search-col-change-list-1 { width: 5%; }
#search-col-change-list-2 { width: 20%; }
#search-col-change-list-3 { width: 20%; }
#search-col-change-list-4 { width: 25%; }
#search-col-change-list-5 { width: 30%; }

#search-col-dashboard-1 { width: 80%; }
#search-col-dashboard-2 { width: 20%; }

#search-col-dashboard-credit-limit-1 { width: 60%; }
#search-col-dashboard-credit-limit-2 { width: 20%; }
#search-col-dashboard-credit-limit-3 { width: 20%; }

.container-worktype-forms, .container-danger-forms, .container-city-forms {
	display: table;
	width: 100%;
}
.worktype-forms, .danger-forms, .city-forms {
	float: left;
	width: 100%;
}

.worktype-forms label, .danger-forms label, .city-forms label {
	font-weight: normal;
}

.summary-container-month-button {
	display: inline;
}

.summary-button-month {
	width: 6.5%;
	height: 30px;
	float: left;
	border: none;
	border-radius: 10px;
	margin-right: 2%;
	color: #DBD7D0;
}

.bank_amount_positive {
	color: #228b22
}

.bank_amount_negative {
	color: #D20000
}

.button-send-invoice {
	min-width: 220px;
}

.btn-pdf {
	border: none;
	background-color: transparent;
	margin-left: -10px;
}

.btn-pdf img {
	width: 60px;
}

@media (max-width: 1024px) { 

	.summary-button-month {
		width: 13%;
		margin-bottom: 2%;
	}
	
}

@media (max-width: 600px) { 

	.summary-button-month {
		font-size: 10px;
	}
	
}

@media (max-width: 600px) {
	
	.search-row {
		font-size: 12px;
	}
	
	.container-results {
		padding: 20px 20px 20px 20px !important;
	}
	
	.search-row-desktop {
		display: none;
	}

	.search-row-mobile {
		display: inline-table;
	}
	
	.container-search-filter {
		padding: 20px 20px 20px 20px;
	}
	
	.filter-box {
		width: 100%;
	}
	
	.box-empty {
		display: none;
	}

	.filter-sx {
		padding-right: 0px;
	}

	.filter-dx {
		padding-left: 0px;
	}

	#search-col-version-1 { width: 20%; }
	#search-col-version-2 { width: 80%; }
	#search-col-version-3 { width: 90%; padding-left: 5%; padding: 20px; }

	#search-col-brand-list-1 { width: 5%; }
	#search-col-brand-list-2 { width: 95%; }
	#search-col-brand-list-3 { width: 70px; padding: 20px; }

	#search-col-auto-list-1 { width: 5%; }
	#search-col-auto-list-2 { width: 45%; }
	#search-col-auto-list-3 { width: 30%; }
	#search-col-auto-list-4 { width: 20%; }
	#search-col-auto-list-5 { width: 70px; padding: 20px; }

	#search-col-km-list-1 { width: 200px; }
	#search-col-km-list-2 { width: 200px; }
	#search-col-km-list-3 { width: 200px; }
	#search-col-km-list-4 { width: 100px; }
	#search-col-km-list-5 { width: 50px; }
	#search-col-km-list-6 { width: 50px; }

	#search-col-shop-list-1 { width: 5%; }
	#search-col-shop-list-2 { width: 15%; }
	#search-col-shop-list-3 { width: 32%; }
	#search-col-shop-list-4 { width: 33%; }
	#search-col-shop-list-5 { width: 15%; }
	#search-col-shop-list-6 { width: 70px; padding: 20px; }

	#search-col-shopcorner-list-1 { width: 5%; }
	#search-col-shopcorner-list-2 { width: 30%; }
	#search-col-shopcorner-list-3 { width: 65%; }
	#search-col-shopcorner-list-4 { width: 70px; padding: 20px; }

	#search-col-shopcredit-list-1 { width: 20%; }
	#search-col-shopcredit-list-2 { width: 20%; }
	#search-col-shopcredit-list-3 { width: 60%; }

	#search-col-shoparchivereferent-list-1 { width: 20%; }
	#search-col-shoparchivereferent-list-2 { width: 20%; }
	#search-col-shoparchivereferent-list-3 { width: 20%; }
	#search-col-shoparchivereferent-list-4 { width: 20%; }
	#search-col-shoparchivereferent-list-5 { width: 20%; }
	#search-col-shoparchivereferent-list-6 { width: 70px; padding: 20px; }
	#search-col-shoparchivereferent-list-7 { width: 70px; padding: 20px; }

	#search-col-shoparchivelocation-list-1 { width: 20%; }
	#search-col-shoparchivelocation-list-2 { width: 20%; }
	#search-col-shoparchivelocation-list-3 { width: 60%; }
	#search-col-shoparchivelocation-list-4 { width: 70px; padding: 20px; }
	#search-col-shoparchivelocation-list-5 { width: 70px; padding: 20px; }

	#search-col-courier-list-1 { width: 5%; }
	#search-col-courier-list-2 { width: 20%; }
	#search-col-courier-list-3 { width: 35%; }
	#search-col-courier-list-4 { width: 40%; }
	#search-col-courier-list-5 { width: 70px; padding: 20px; }

	#search-col-shipping-list-1 { width: 5%; }
	#search-col-shipping-list-2 { width: 5%; }
	#search-col-shipping-list-3 { width: 20%; }
	#search-col-shipping-list-4 { width: 20%; }
	#search-col-shipping-list-5 { width: 20%; }
	#search-col-shipping-list-6 { width: 10%; }
	#search-col-shipping-list-7 { width: 10%; }
	#search-col-shipping-list-8 { width: 10%; }
	#search-col-shipping-list-9 { width: 70px; padding: 20px; }

	#search-col-shipping-currier-list-1 { width: 100%; }

	#search-col-shipping-courier-list-1 { width: 5%; }
	#search-col-shipping-courier-list-2 { width: 15%; }
	#search-col-shipping-courier-list-3 { width: 20%; }
	#search-col-shipping-courier-list-4 { width: 25%; }
	#search-col-shipping-courier-list-5 { width: 25%; }
	#search-col-shipping-courier-list-6 { width: 10%; }
	#search-col-shipping-courier-list-7 { width: 70px; padding: 20px; }

	#search-col-change-list-1 { width: 5%; }
	#search-col-change-list-2 { width: 20%; }
	#search-col-change-list-3 { width: 20%; }
	#search-col-change-list-4 { width: 25%; }
	#search-col-change-list-5 { width: 30%; }

	#search-col-dashboard-1 { width: 80%; }
	#search-col-dashboard-2 { width: 20%; }

	#search-col-dashboard-credit-limit-1 { width: 60%; }
	#search-col-dashboard-credit-limit-2 { width: 20%; }
	#search-col-dashboard-credit-limit-3 { width: 20%; }

}




/*------------ PREVIEW ------------ */
.container-preview {	
	background-color: #DBD7D0 !important;
	width: 100%;
	margin: auto;
	padding: 20px;
	box-shadow: none;
	display: table;
	margin-bottom: 40px;
}

.preview-row {
	width: 100%;
	float: left;
}

.title-section {
	width: 20%;
	float: left;
	text-align: right;
	padding: 20px;
	font-family: Raleway-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-section {
	width: 80%;
	float: left;
	text-align: left;
	padding: 20px;
}

@media (max-width: 600px) {
	
	.container-preview {
		width: 80%;
	}
	
	.title-section {
		width: 100%;
		padding: 4px 0;
		text-align: left;
	}

	.container-section {
		width: 100%;
		padding: 20px 0;
	}
	
}
	


/*------------ LOGIN ------------ */
.login-background {
	background-color:#DBD7D0;
}

.login-main {
	padding: 60px 20px 20px 20px;
	width: 100%; 
	display: table;
	background-color:#DBD7D0;
	color: #DBD7D0;
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-form {
	background-color: #001b21 !important;
	max-width: 400px;
	margin: auto;
	padding: 20px;
	box-shadow: none;
}

.login-container-logo {
	width: 100%;
	max-width: 200px;
	margin: auto;
	margin-bottom: 40px;
}

.login-form label {
	color: #DBD7D0;
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-home {
	background-color: #DBD7D0 !important;
	color: #002127 !important;
	border-color: #DBD7D0 !important;
}

.btn-home:hover {
	background-color: #E5E3E0 !important;
	color: #002127 !important;
}

.login-container-copyright {
	width: 100%;
	max-width: 400px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #002127;
	font-size:9px;
	line-height: 12px;
}

.login-container-copyright a {
	color: #394D51;
}
.login-container-copyright a:hover {
	color: #ded9d2;
}

.login-error {
	color: #D20000;
	margin-top: 20px;
	height: 20px;
}



/*------------ PAGINA COMPANIES ------------ */
.companies-row {
	width: 100%;
	display: flex;
}

.companies-box {
	background-color: #DBD7D0;
	box-shadow: none;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
	text-align: left;
	float: left;
}



/*------------ PAGINA COMMISSIONS ------------ */
.commissions-row {
	width: 100%;
	display: flex;
}

.commissions-box {
	background-color: #DBD7D0;
	box-shadow: none;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
	text-align: left;
	float: left;
}


/*------------ PAGINA SELLER CLIENTS ------------ */
.seller-clients-row {
	width: 100%;
	display: flex;
}

.seller-clients-box {
	background-color: #DBD7D0;
	box-shadow: none;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
	text-align: left;
	float: left;
}



/*------------ PAGINA FATTURA ------------ */
.container-x {
	width: 100%;
	text-align: right;
	margin-bottom: 40px;
}

.container-x a img {
	width: 30px !important;
	height: 30px !important;
}

.invoice-row {
	width: 100%;
	display: flex;
}

.invoice-box {
	background-color: #fff;
	box-shadow: none;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
	text-align: left;
	float: left;
	color: #002127;
}

.invoice-box a {
	color: #002127; 
}

.invoice-box a:hover {
	color: #E5E3E0; 
}

.btn-delete-invoice {
	background-color: #D20000 !important;
	color: #DBD7D0 !important;
	min-width: 80%;
}

.btn-create-invoice {
	min-width: 80%;
}

.btn-open-invoice {
	min-width: 80%;
	background-color: #125dff !important;
	color: #DBD7D0 !important;
}

.btn-open-invoice-download {
	min-width: 80%;
	background-color: #11a4ff !important;
	color: #DBD7D0 !important;
}

.btn-open-credit-note {
	min-width: 80%;
	background-color: #face00 !important;
	color: #001b21 !important;
}

.btn-open-quotation {
	min-width: 80%;
	background-color: #07b800 !important;
	color: #DBD7D0 !important;
}

.btn-open-module {
	min-width: 80%;
	background-color: #face00 !important;
	color: #001b21 !important;
}

.container-box-company {
	display: inline;
}

.box-company-info {
	float: left;
	width: 50%;
}

.box-company-km {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.container-box-commission {
	display: inline;
}

.box-commission-info {
	float: left;
	width: 50%;
}

.box-commission-km {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.unit_price {
	font-size: 10px;
}

#search-col-invoice-detail-list-1 { width: 20%; }
#search-col-invoice-detail-list-2 { width: 10%; }
#search-col-invoice-detail-list-3 { width: 15%; }
#search-col-invoice-detail-list-4 { width: 15%; }
#search-col-invoice-detail-list-5 { width: 15%; }
#search-col-invoice-detail-list-6 { width: 15%; }
#search-col-invoice-detail-list-7 { width: 5%; }
#search-col-invoice-detail-list-8 { width: 5%; }

@media (max-width: 768px) {
	
	.invoice-row {
		display: inline;
	}
	
	.invoice-box {
		margin-right: 0%;
		width: 100%;
	}
	
	.box-company-info {
		width: 100%;
	}

	.box-company-km {
		width: 100%;
		padding-left: 0;
	}

	.box-commission-info {
		width: 100%;
	}

	.box-commission-km {
		width: 100%;
		padding-left: 0;
	}

}

@media (max-width: 600px) {
	
	#search-col-invoice-detail-list-1 { width: 30%; }
	#search-col-invoice-detail-list-2 { width: 10%; }
	#search-col-invoice-detail-list-3 { width: 15%; }
	#search-col-invoice-detail-list-4 { width: 15%; }
	#search-col-invoice-detail-list-5 { width: 15%; }
	#search-col-invoice-detail-list-6 { width: 15%; }
	#search-col-invoice-detail-list-7 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-invoice-detail-list-8 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	
}



/*------------ DASHBOARD ------------ */
.dashboard-user {
	background-color: #002127;
	width: auto;
	display: inline-block;
	padding: 20px;
	min-width: 21%;
	margin-bottom: 30px;
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
}

.container-dashboard {
	position: relative;
	width: 100%;
	background-color: #002127;
	display: table-row;
}

.dashboard-row {
	width: 100%;
	float: left;
	display: flex;
}

.dashboard-box {
	background-color: #DBD7D0;
	box-shadow: none;
	padding: 20px 40px 20px 40px !important;
	margin-bottom: 40px;
	margin-right: 5%;
	width: 30%;
	text-align: center;
	float: left;
}

.dashboard-box h1 {
	font-size: 20px;
}

.dashboard-box-mini {
	background-color: #DBD7D0;
	box-shadow: none;
	padding: 10px 40px 20px 40px !important;
	border-top: 10px solid #DBD7D0;
	margin-bottom: 40px;
	margin-right: 2%;
	width: 15%;
	text-align: center;
	float: left;
}

.dashboard-box-mini h4 {
	font-size: 12px;
}

.dashboard-box-mini h1 {
	font-size: 16px;
}

.title-dashboard-box {
	color: #002127;
	text-transform: uppercase;
	width: 100%;
	font-family: Raleway-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.value-dashboard-box {
	text-transform: uppercase;
	width: 100%;
	color: #002127;
}

@media (max-width: 768px) {
	
	.dashboard-row {
		display: block;
	}
	
	.dashboard-box {
		width: 100%;
	}

}

/* SELECT CON RICERCA */
.selectize-control {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.selectize-dropdown {
	border: none !important;
}

.selectize-dropdown-content {
	background-color:#fff !important;
	border: solid 1px #ccc !important;
	border-radius: 10px !important;
}

.selectize-input input {
	width: calc(100% - 5px) !important;
	border: none !important;
	box-shadow: none !important;
}

.canvasjs-chart-credit {
	display: none !important;
}

.ui-icon-circle-triangle-w {
	background-image: url(../img/application/icon-arrow-left.svg) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.ui-icon-circle-triangle-e {
	background-image: url(../img/application/icon-arrow-right.svg) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

input[type="checkbox"] {
	max-width: 20px;
	box-shadow: none;
}

.search-row-equipment-active {
	background-color: #c9fa90;
}

.container-anchor-menu {
	width: 100%;
	border-left: 4px solid #002127;
	padding: 10px;
	display: block;
	margin-bottom: 20px;
	position: relative
}

.container-anchor-menu a:hover {
	color: #394D51;
}

.signature-pad {
	width: 100%;
	border: solid 1px #ccc;
}

.signature-pad-body canvas {
	width: 100%;
	min-height: 200px;
}

input, textarea, .selectize-input {
	border-radius: 0 !important;
	background-color: #fff !important;
	color: #002127 !important;
	border-color: #ccc !important;
}

.selectize-dropdown {
	background-color: transparent;
}

span {
	color: #002127;
}

.container-privacy-policy, .container-timeline, .container-step-dashboard {
	background-color: #fff;
	color: #002127;
}

.container-privacy-policy a, .container-timeline a, .container-step-dashboard a {
	color: #DBD7D0;
}

.container-privacy-policy a:hover, .container-timeline a:hover, .container-step-dashboard a:hover {
	color: #E5E3E0;
}

.link-external-box {
	color: #002127;
}

.link-external-box:hover {
	color: #394D51;
}

.button-export-csv {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	background-color: #fff;
	cursor: pointer;
	margin-right: 10px;
}

li.page a {
	color: #002127 !important;
}

.search-row-border {
	padding-left: 10px;
	margin-bottom: 20px;;
}

.search-row-border-1 {
	border-left: solid 8px #125DFF !important;
}

.search-row-border-2 {
	border-left: solid 8px #333333 !important;
}

.search-row-border-3 {
	border-left: solid 8px #FACE00 !important;
}

.search-row-border-4 {
	border-left: solid 8px #F79600 !important;
}

.search-row-border-5 {
	border-left: solid 8px #ba67de !important;
}

.search-row-border-6 {
	border-left: solid 8px #07B800 !important;
}

.search-row-border-7 {
	border-left: solid 8px #D91C00 !important;
}

.search-row-border-8 {
	border-left: solid 8px #D91C00 !important;
}

.shipping-currier-list-code {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}

.shipping-currier-list-business-name {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}

.shipping-currier-list-title {
	font-size: 22px;
	line-height: 42px;
}

.shipping-currier-list-section {
	background-color: #FFF;
	padding: 10px;
	margin:10px;
	font-size: 20px;
	line-height: 28px;
}

.shipping-currier-list-tel {
	background-color: #002127;
	color: #FFF !important;
	padding: 10px;
	display: table;
	min-width: 160px
}

.popup-new-shippings, .popup-new-shippings-admin {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    max-width: 600px;
    height: auto;
    background-color: #FACE00;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); 
    z-index: 9999; 
    padding: 15px; 
    text-align: center;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
}


.status-label {
	width:90%;
	height:auto;
	border-radius:10px;
	font-size: 10px;
	line-height: 16px;
	margin-top: 4px;
	margin-left: 4px;
}

.status-label-1 {
	background-color: #125dff;
	color: #fff;
}

.status-label-2 {
	background-color: #333333;
	color: #fff;
}

.status-label-3 {
	background-color: #face00;
	color: #333;
}

.status-label-4 {
	background-color: #f79600;
	color: #333;
}

.status-label-5 {
	background-color: #ba67de;
	color: #fff;
}

.status-label-6 {
	background-color: #07b800;
	color: #fff;
}

.status-label-7 {
	background-color: #d91c00;
	color: #fff;
}

.status-label-8 {
	background-color: #d91c00;
	color: #fff;
}

.container-counter {
	width: 100%;
	background-color: #efefef;
	padding: 20px;
	box-sizing: border-box;
	height: auto;
	margin-bottom: 20px;
	font-size: 12px;
}

.container-counter-type {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	height: auto;
	display: table;
}

.container-counter-row {
	width: 100%;
	display: table;
	margin-top: 4px;
}

.container-counter-box {
	width: 16%;
	float: left;
	padding: 10px;
	text-align: center;
	margin-right: 4px;
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
}

.container-counter-box b {
	font-size: 12px;
	line-height: 18px;
}

.container-counter-box-location-1 {
	border: solid 2px #08A1AE;
}

.container-counter-box-location-2 {
	border: solid 2px #8E1F2F;
}

.container-counter-box-filtered {
	background-color: #333;
	color: #fff;
}

.button_reset_data_input {
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-align: left;
	text-decoration: underline;
}
