@import './colors.css';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


body {
    margin: 0px;
    background-color: var(--lightbackground-color);
    font-family: 'Roboto', sans-serif !important;
}
.ui-widget {
    font-family: 'Roboto', sans-serif !important;
}
#panel_content h1 {
	text-align: center;
	font-weight: 700;
	color: var(--smallheadline-color);
}
h1 {
	color: var(--smallheadline-color);
}
.wrapper-contact, .wrapper-demo {
    margin: 10px 7px;
}
.ui-inputfield {
    padding: 12px 18px !important;
    border-radius: var(--borderradius-button);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.ui-inputfield.ui-state-focus,
.ui-widget-content .ui-inputfield.ui-state-focus,
.ui-widget-header .ui-inputfield.ui-state-focus {
	-moz-box-shadow:0 0 0px #fff;
	-webkit-box-shadow:0 0 0px #fff;
	box-shadow:0 0 0px #fff;
	border: 1px solid var(--logistiqoorange-color);
}

table.cb-table {
    border-collapse: collapse;
}
table.cb-table td {
    font-size: 0.8em;  
    padding-right: 6px;
}
table.cb-table a {
    color: #6d6d6d;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
table.cb-table a:hover {
    color: var(--logistiqoorange-color) !important;
}
.container {
    width: 100%;
    position: relative;
    margin: 0 0 14px 0;
    color: #6d6d6d;
}
.wrapper-demo > .container:last-child {
    margin: 0 0 25px;
    padding-bottom: 25px;
	border-bottom: 2px dotted var(--background-color);
}
/*
.wrapper-demo .container:last-of-type{
    margin: 0 0 25px;
    padding-bottom: 25px;
	border-bottom: 2px dotted #e8e8e8;
}
*/
.wrapper-emailed {
    padding-top: 30px;
}
.wrapper-emailed {
    font-size: 17px;
    line-height: 28px;
}
.wrapper-emailed .container:nth-child(2){
    font-size: 24px;
	font-weight: bold;
	color: #606060;
}

.container-textarea {
    position: relative;
    margin: 14px 0;
}
.container-capcha {
    position: relative;
    height: 74px;
    margin: 14px 0;
}
.container-button {
    position: relative;
    margin: 25px 0 0px;
    padding: 20px 0;
    border-top: 2px dotted var(--background-color);
}
.container-button table{
    width: 100%;
}
.inputtext {
    width: 100%;
    margin-top: 0px !important;
}
label{
    position: absolute;
    background: white;
    padding: 0 3px;
    font-size: 0.9em;
    left: 15px;
    top: -8px;
    z-index: 1;
    color: var(--text-color);
    font-family: 'Roboto', sans-serif !important;
}
#nextbutton {
    background-color: var(--logistiqoorange-color) !important;
    border: none !important;
    border-radius: var(--borderradius-button);
    color: #FFF !important;
    font-family: 'Roboto', sans-serif !important;
    padding: 8px !important;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 120px;
    margin: 0 0 15px 0;
    font-weight: 700;
    font-size: 17px;
}
#backbutton {
    float: left;
    background-color: var(--greybutton-color) !important;
    border: none !important;
    color: #6d6d6d !important;
    font-family: 'Roboto', sans-serif !important;
    padding: 10px !important;
    text-decoration: none !important;
    text-shadow: 0px 1px 0px RGBA(255, 255, 255, 0.5) !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 120px;
    margin: 0px 5px 0px 0;
    font-weight: 700;
    font-size: 15px;
}

#nextbutton:hover{
    background-color: #e13000 !important;
}
#backbutton:hover{
    background-color: #424960 !important;
}
#login-container{
    text-transform: uppercase;
    float: left;
    background-color: var(--logistiqoorange-color) !important;
    border: 1px solid var(--logistiqoorange-color) !important;
    color: #FFF !important;
    font-family: inherit !important;
    padding: 12px 10px !important;
    text-decoration: none !important;
    text-shadow: 0px 1px 0px RGBA(0, 0, 0, 0.5) !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 160px;
    margin: 14px 0;
    font-weight: 700;
}

.ui-chkbox-box.ui-state-active, .ui-chkbox-box.ui-state-focus.ui-state-active, .ui-radiobutton-box.ui-state-active, .ui-radiobutton-box.ui-state-focus.ui-state-active {
    border: 1px solid #e45b00;
    background: var(--logistiqoorange-color);
    color: #fff;
}
.ui-button-text-icon-left .ui-button-text {
    padding: 3px 0px 0 0;
}
.ui-autocomplete {
	width:100%;

}
/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: #cfcfcf;
	line-height: inherit !important;
	padding: 0 !important;
}

.valid:before {
	position: relative;
	left: -10px;
	content:"\A";
	height: 8px;
	width: 8px;
	background-color: #cfcfcf;
	border-radius: 50%;
	display: inline-block;
}
/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
	color: #302e2f;
	line-height: inherit !important;
	padding: 0 !important;
}

.invalid:before {
	position: relative;
	left: -10px;
	content:"\A";
	height: 8px;
	width: 8px;
	background-color: var(--logistiqoorange-color);
	border-radius: 50%;
	display: inline-block;
}
#message {
    height: 80px;
    font-size: 13px !important;
}
#minim, #capit, #spec, #start, #end {
    float: left;
    padding-left: 15px !important;
    width: 47%;
    margin: 6px 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #4e5159;
    background: #4e5159;
    color: #fff;
}
.ui-button-icon-only .ui-icon.fa, .ui-button-text-icon-left .ui-icon.fa, .ui-button-text-icon-right .ui-icon.fa, .ui-button-icon-only .ui-icon.fab, .ui-button-text-icon-left .ui-icon.fab, .ui-button-text-icon-right .ui-icon.fab, .ui-button-icon-only .ui-icon.far, .ui-button-text-icon-left .ui-icon.far, .ui-button-text-icon-right .ui-icon.far, .ui-button-icon-only .ui-icon.fas, .ui-button-text-icon-left .ui-icon.fas, .ui-button-text-icon-right .ui-icon.fas {
    margin-top: -8px;
}
.ui-button-text-icon-left .ui-button-text {
    padding: 1px 0px 0 0;
}
.steps {
	width: 13.28%;;
	padding: 6px 0px;
	margin: 0px 1% 35px 0;
	background-color: #ededed;
	color: #6d6d6d;
	font-size: 12px;
	font-weight: 400;
	float: left;
	text-align: center;
	border-radius: 2px;
	white-space: nowrap;
	text-shadow: 0px 1px 0px RGBA(255, 255, 255, 0.5) !important;
}
.stepsreg {
	width: 16.1%;
	padding: 8px 0px 7px;
	margin: 0px 0.5% 35px 0;
	background-color: #ededed;
	color: #6d6d6d;
	font-size: 11px;
	font-weight: 400;
	float: left;
	text-align: center;
	border-radius: 3px;
	white-space: nowrap;
	text-shadow: 0px 1px 0px RGBA(255, 255, 255, 0.5) !important;
}
.active {
  background-color: var(--logistiqoorange-color);
  color: #fff;
  text-shadow: 0px 1px 0px RGBA(0, 0, 0, 0.5) !important;
}

labels {
    position: absolute;
    background: white;
    font-size: 1.1em;
    font-weight: bold;
    right: 53px;
    top: 12px;
    z-index: 1;
}
#login {
	width: 100%;
    flex: auto;
    min-height: 740px;
}
#loginPage {
	max-width: var(--wrapper-width);
    background-color: #fff;
    margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
#panel {
	width: 460px !important;
}
#header-panel {
	min-height: 79px !important;
    background-image: url(https://www.logistiqo.com/images/background0-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 24px 40px 24px 70px;
    margin-bottom: 50px;
    box-sizing: unset;
}
#header-panel img{
	margin: 24px 0 0 0 !important;
	padding: 0 !important;
	height: auto !important;
	width: 160px !important;
}
#header-panel .fa {
	color: white !important;
	text-shadow: 0px 1px 0px #000;
}  


#acSimple {
  margin-top: 5px;
  width: 70px;
  height: 40px;
}
#acSimple_input {
    border-radius: 3px;
}
#acSimple_label {
  padding: 18px 13px !important;
  left: 0px;
}
#panel_content p {
	line-height: 20px;
	padding: 0 0 10px 0;
}
#center_wrapper {
	width: 100%;
	flex: auto;
	min-height: 500px;
}
.center_wrapper_box {
  margin: 0 auto;
  width: 100% !important;
  max-width: 80%;
}
/*#j_idt24 {
	color: var(--text-color);
	margin: 40px;
	display: block;
	font-size: 13px !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#j_idt24:hover {
	color: #a8a9b1 !important;
}*/

/* LOGOUT */

body .ui-panel .ui-panel-content {
  border: 0px solid #fff;
  text-align: center;
}
#panel_content > table {
  margin: 0 auto;
}

/* FOOTER */

/* Footer Old Logistiqo Login */

#footerPanel {
	border: none;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    min-height: 140px;
    background: var(--darkbackground-color);
    border-radius: 0px;
    color: white !important;
}
#footerPanel_content {
	border: none !important;
	background-color: var(--darkbackground-color);
	padding: .5em 1em;
}
#footers {
	border-top: 0px solid #e8e8e8 !important;
	border-radius: 0;
	background: transparent;
	margin: 30px auto 0 !important;
}
#footers_content {
    background: none;
    border: none;
    padding: .5em 1em;
    border-radius: 0;
}
#legal {
	color: white;
    text-align: center;
	font-size: 12px;
}
#footerPanel a, #footerPanel a:visited {
    color: white !important;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#footerPanel a:hover {
  color: var(--logistiqoorange-color) !important;
}
.ui-separator {
    display: none !important;
}


/* FOOTER for Admin Console, Homepage, FAQ: Slide 10 + SlideFooter + SlideFooter2 */

/* Slide 10 */ 

#slide10{
	padding: 70px 0 50px;
	background: var(--darkbackground-color);
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-rendering: optimizeLegibility;
	letter-spacing: .005em;
	-moz-osx-font-smoothing: grayscale;
}
#slide10 h2 {
	text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    text-transform: inherit;
    margin-top: 0px;
	font-weight: 800;
	line-height: 38px;
	letter-spacing: .025em;
}
#slide10 h2:after {
    content:' ';
    margin-top: 10px; 
    display:block;
    width: 20px;
    border:1px solid #ffffff1f;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
#slide10 a:link {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#slide10 a:visited {
	color: #fff;
	hover: var(--logistiqoorange-color);
}
#slide10 a:hover {
	color: var(--logistiqoorange-color);
	text-decoration: none;
}
#slide10 .container {
  color: #ffffff;
  margin: auto;
}
.socialmedia {
	display: table;
	margin: 0px;
	
}
#slide10 .socialmedia a:link {
	background: var(--greybutton-color);
	text-align: center;
	color: #4d4d4f;
	display: block;
	font-size: 22px;
	overflow: hidden;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	border-radius: 100px;
	list-style: none;
	text-decoration: none;
	padding: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-sizing: content-box !important;
	/* text-shadow: rgb(77, 77, 81) 1px 1px, rgb(77, 77, 81) 2px 2px, rgb(77, 77, 81) 3px 3px, rgb(77, 77, 81) 4px 4px, rgb(77, 77, 81) 5px 5px, rgb(77, 77, 81) 6px 6px, rgb(77, 77, 81) 7px 7px, rgb(77, 77, 81) 8px 8px, rgb(77, 77, 81) 9px 9px, rgb(77, 77, 81) 10px 10px, rgb(77, 77, 81) 11px 11px, rgb(77, 77, 81) 12px 12px, rgb(77, 77, 81) 13px 13px, rgb(77, 77, 81) 14px 14px, rgb(77, 77, 81) 15px 15px, rgb(77, 77, 81) 16px 16px, rgb(77, 77, 81) 17px 17px, rgb(77, 77, 81) 18px 18px, rgb(77, 77, 81) 19px 19px, rgb(77, 77, 81) 20px 20px, rgb(77, 77, 81) 21px 21px, rgb(77, 77, 81) 22px 22px, rgb(77, 77, 81) 23px 23px, rgb(77, 77, 81) 24px 24px;*/
}
#slide10 .socialmedia a:hover {
	background: var(--logistiqoorange-color);
	/* text-shadow: #db5800 1px 1px, #db5800 2px 2px, #db5800 3px 3px, #db5800 4px 4px, #db5800 5px 5px, #db5800 6px 6px, #db5800 7px 7px, #db5800 8px 8px, #db5800 9px 9px, #db5800 10px 10px, #db5800 11px 11px, #db5800 12px 12px, #db5800 13px 13px, #db5800 14px 14px, #db5800 15px 15px, #db5800 16px 16px, #db5800 17px 17px, #db5800 18px 18px, #db5800 19px 19px, #db5800 20px 20px, #db5800 21px 21px, #db5800 22px 22px, #db5800 23px 23px, #db5800 24px 24px; */
}
#slide10 .socialmedia i {
	color: #fff;
	margin: 8px 0;
}
#slide10 .button {
	background-color: var(--greybutton-color);
	border: 0px;
	border-radius: var(--borderradius-button);
	color: #fff;
	font-weight: 700;
	padding: 10px;
	margin: 8px 0;
	width: 100%;
	font-family: inherit;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#slide10 .newsletterButton {
	background-color: var(--greybutton-color);
	border: 0px;
	border-radius: var(--borderradius-button);
	color: #fff;
	font-weight: 700;
	padding: 0;
	margin: 8px 0;
	width: 100%;
	font-family: inherit;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#slide10 .button:hover, 
#slide10 .newsletterButton:hover {
	background-color: var(--logistiqoorange-color);
}
#slide10 .email {
    width: 100% !important;
    padding: 10px !important;
    border: 0px #fff solid;
	border-radius: var(--borderradius-button) !important;
    box-sizing: border-box !important;
    margin: 10px 0;
    font-family: 'Roboto', 'Muli', 'Open Sans', sans-serif;
	font-size: 100%;
}

/* SlideFooter */ 

#slideFooter{
	text-align:left;
	padding: 30px 0;
	background-color: #4d4d4f;
	font-size: 13px;
	color: #fff;
}
#slideFooter a,
#slideFooter a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#slideFooter a:hover {
	color: var(--logistiqoorange-color);
	text-decoration: none;
}
#slideFooter span{
	float: left;
    width: 55px;
}

/* SlideFooter2 */ 

#slideFooter2 {
	text-align:center;
	padding: 15px 0;
	margin:0;
	background-color: #333132;
	font-size: 12px;
	color: #fff;
	line-height: 0;
}
#slideFooter2 a:link {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#slideFooter2 a:visited {
	color: #fff;
	text-decoration: none;
	hover: var(--logistiqoorange-color);
}
#slideFooter2 a:hover {
	color: var(--logistiqoorange-color);
	text-decoration: none;
}
#slideFooter2 #content {
	margin:0;
}



/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- */


/* Admin Console Sign In */


/* Input Fields and Autocomplete */ 

body .ui-inputfield {
	padding: 0.5rem 0.7rem;
	border-radius: var(--borderradius-button);
}
body .ui-inputfield.ui-state-hover {
	border-color: #aeb5bd;
}
body .ui-inputfield.ui-state-focus {
	border-color: var(--logistiqoorange-color);
	outline: 0 none;
	box-shadow: none;
}

/* Labels on Fields */ 

body .ui-float-label > input:focus ~ label, body .ui-float-label > input.ui-state-filled ~ label, body .ui-float-label > textarea:focus ~ label, body .ui-float-label > textarea.ui-state-filled ~ label, body .ui-float-label > .ui-inputwrapper-focus ~ label, body .ui-float-label > .ui-inputwrapper-filled ~ label {
	top: 0;
	font-size: 11px;
	background: white;
	padding: 0 .3rem;
	margin-left: 0.7rem;
}
.ui-float-label > input:autofill ~ label, .ui-float-label > textarea:autofill ~ label {
	top: 0;
	font-size: 11px;
	background: white;
	padding: 0 .3rem;
	margin-left: 0.7rem;
}
body .ui-float-label > label {
	color: #b1b5b8;
}

/* Change Language */

body .ui-autocomplete .ui-autocomplete-input.ui-autocomplete-dd-input {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	padding: 8px 18px !important;
}
body .ui-button {
	background: #EEF0F6;
	color: #495057;
	border: 1px solid #ced4da;
	border-left-width: 0;
}
body .ui-button.ui-state-hover {
	background: #dfe3e8;
	border-color: #ced4da;
	color: #495057;
}
body .ui-button.ui-state-focus {
	outline: 0 none;
	outline-offset: 0;
	box-shadow: none;
}
body .ui-button.ui-state-active, body .ui-button.ui-state-down {
	background: #ced4da;
	border-color: #ced4da;
	color: #495057;
}
body .ui-button.ui-button-outlined {
	background-color: transparent;
	color: #2196F3;
	border: 1px solid;
}
body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item.ui-state-highlight {
  background: #D8DDED;
  color: #000000;
}

/* Forgot Password */

body .ui-commandlink, body .ui-link {
    color: var(--text-color) !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
body .ui-commandlink:hover, body .ui-link:hover {
    color: var(--logistiqoorange-color) !important;
    text-decoration: underline;
}

body .ui-messages .ui-messages-info {
  background: #c8e6c9 !important;
  border: solid rgb(67.1875,147.8125,69.875);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 0 0 3px;
  color: hsl(122,37.5%,21.0784313725%);
}
body .ui-messages .ui-messages-info .ui-messages-close {
  background: #a5caa7;
  color: hsl(122,37.5%,21.0784313725%);
}
body .ui-messages .ui-messages-info .ui-messages-info-icon {
  color: hsl(122,37.5%,21.0784313725%);
}


/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- */



/* Mobile */
@media screen and (max-width: 550px) {

#login {
	width: 100%;
    flex: auto;
    min-height: 550px;
}
.container {
  width: 90%;
}
h1 {
  font-size: 24px;
}
#header-panel {
	min-height: 50px !important;
	padding: 24px 0px 24px 20px;
	margin-bottom: 10px;
	font-size: 10px;
}
#header-panel img {
  margin: 15px 0 0 0 !important;
  width: 129px !important;
}



}
    