body {
	font-family: 'Read',Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
	color : #000;
	background-color: #fff;
}
.wrapper {
    /*width: 960px;*/
    margin: 0 auto;
}
.logo {
    /* To keep this project compact, we show a base64-encoded image, not a real file. */
    /* Excellent base64-encoders and more information here: http://base64image.org and http://www.base64-image.de */
	width:180px;
	height:20px;
    background-image: url('../images/logo_dacia_header.png');
	background-repeat: no-repeat;
}



.headbanner {
	position:relative;
    display: block;
    background-color: #4e5844;
    color: #ffffff;
    border: 0;
    margin: 0;
	height:20px;
	margin-bottom: 20px;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}

.container {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 30px 0 30px 0;
	background-color: #fff;
}
.container a {
    color: #4e5844;
}
.container table {
    font-size: 11px;
    margin-top: 20px;
}
.container table thead td {
    background-color: #f5f5f5;
    padding: 4px 10px;
}
.container table tbody td {
    padding: 4px 10px;
}
.container .box {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 30px;
}
.container input {
    background-color: #f5f5f5;
    padding: 5px 10px;
	width:70%;
	color:#000;
}
.container input[type="submit"] {
    background-color: #ccc;
    cursor: pointer;
}
.container input[type="submit"]:hover {
    background-color: #222;
    color: #fff;
}
.container button {
    background-color: #ccc;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
}
.container button:hover {
    background-color: #222;
    color: #fff;
}



/* navigation dropdown menu */
.navigation, .navigation-submenu {
    display: inline-block;
    list-style: none;
    /* btw this is necessary to remove most browsers's "hidden" default <ul> intent */
    margin: 0;
    padding: 0;
	z-index: 1000;
}
/* TODO */
.navigation {
}
.navigation.right {
    float: right;
	z-index:999;
	position:relative;
}
.navigation li {
    float: left;
    margin-right: 5px;
}
.navigation .navigation-submenu {
    display: none;
}
.navigation li a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border: 2px solid #4e5844;
    background: #4e5844;
    color: #fff;
    float:none;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.navigation li:hover .navigation-submenu {
    display: block;
    position: absolute;
    float: left;
}
.navigation li:hover li,
.navigation li:hover a {
    float: none;
}
.navigation li a:hover,
.navigation li:hover li a:hover {
    background: #fff;
    color: #4e5844;
}

.navigation > li.active a {
    background: #fff;
    color: #4e5844;
}
.navigation > li.active li a {
    background: #4e5844;
    color: #fff;
}

/* overview */
.overview-table img {
    width: 40px;
    height: 40px;
}

/* feedback boxes */
.feedback {
    padding: 30px;
    margin-bottom: 10px;
}
.feedback.success {
    color: #558f2d;
    background-color: #ddf2c0;
}
.feedback.error {
    color: #ff7272;
    background-color: #ffe5e5;
}
.feedback.info {
    color: #00529B;
    background-color: #BDE5F8;
}

.header_right_box {
    float: right;
}

/* login screen */
.login-page-box {
    display: table;
    width: 100%;
}
.login-page-box .table-wrapper {
    display: table-row;
}

.login-box {
    display: table-cell;
    margin: 0;
    //color: #777;
    //background-color: #f4f3f1;
    padding: 20px 50px 45px 50px;
    width: 49%;
    box-sizing: border-box;
    font-weight: 400;
    text-transform: uppercase;
}
.login-box h2 {
    color: #000;
}
.login-box input[type="text"],
.login-box input[type="password"] {
    color: #000;
    background-color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box; /* modern way to say width:100% without padding */
    /*text-transform: uppercase;*/
}
.login-box input[type="submit"] {
	font-weight: bold;
	font-size:10px;
	font-family: 'Read',Arial,Helvetica,sans-serif;
    background-color: #4e5844;
    border: 2px solid #4e5844;
    padding: 15px 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box; /* modern way to say width:100% without padding */
	color: #fff;
    text-transform: uppercase;
}
.login-box input[type="submit"]:hover {
    color: #4e5844;
    border-color: #4e5844;
    background-color: #fff;
}
.login-box .remember-me-label {
    display: block;
    margin-bottom: 10px;
}
.login-box .link-forgot-my-password {
    display: block;
    text-align: right;
}
.login-box .link-forgot-my-password a {
    color: #fff;
    text-decoration: none;
}
.login-box .link-forgot-my-password a:hover {
    text-decoration: underline;
}
.login-box ::-webkit-input-placeholder { color: #777; opacity: 0.5; }
.login-box ::-moz-placeholder { color: #777; opacity: 0.5; }
.login-box :-ms-input-placeholder { color: #777; opacity: 0.5; }
.login-box input:-moz-placeholder { color: #777; opacity: 0.5; }

.register-box {
    display: table-cell;
    color: #fff;
    background-color: #252525;
    padding: 20px 50px 45px 50px;
    width: 49%;
    box-sizing: border-box;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.register-box h2 {
    color: #fff;
}
.register-box a {
    width: 100%;
    display: block;
    box-sizing: border-box; /* modern way to say width:100% without padding */
    background-color: transparent;
    border: 2px solid #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.register-box a:hover {
    background-color: #ffffff;
    color: #252525;
}

/* error page */
.red-text {
    color: red;
}


/* mover */

.green
{
	color : #00ff00;
}

.red
{
	color : #ff0000;
}

/***************************
TOOL TIP
****************************/

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptextWrapper {
  position: absolute;
  left:-100px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  /*width: 300px;*/
  background-color: #fff;
  border: solid 2px #4e5844;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: fixed;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

h1
{
	margin-top : 10px;
}

.button
{
	text-align:center;
	width:100px;
	background-color : #4e5844;
	color : #fff;
	border : solid 2px #4e5844;
	padding:10px;
	margin : 10px;
	font-weight: bold;
	font-size:10px;
	text-transform:uppercase;
	float : left;
}


.buttonPopup
{
	text-align:center;
	background-color : #4e5844;
	color : #fff;
	border : solid 2px #4e5844;
	padding:10px;
	margin : 10px;
	font-weight: bold;
	font-size:10px;
	text-transform:uppercase;
}

.buttonPopup:hover
{
	background-color : #fff;
	color: #4e5844;
	border : solid 2px #4e5844;
}

.button:hover
{
	background-color : #fff;
	color: #4e5844;
	border : solid 2px #4e5844;
}


.buttonColumn
{
	text-align:center;
	width:100px;
	background-color : #4e5844;
	color : #fff;
	border : solid 2px #4e5844;
	padding:10px;
	font-weight: bold;
	font-size:10px;
	text-transform:uppercase;
	position : relative;
	display : block;
	margin: 10px auto;
}



.buttonColumn:hover
{
	background-color : #fff;
	color: #4e5844;
	border : solid 2px #4e5844;
}

.hidden
{
	display : none;
}

.clear{
	clear:both;
}

label{
	font-weight: bold;
	margin-right : 20px;
	font-size : 1em;
}

.experience h1
{
	text-align : center;
}

.experience h2
{
	float : left;
}


.midColumn
{
	float:left;
	width:48%;
	text-align : center;
}

.columnsContainer
{
	background-color: rgba(0.5,0.5,0.5,0.2);
}

.experience input{
	width : 300px;
}

.columnTitle
{
	font-weight:bold;
	font-size:1.5em;
	display:block;
	margin:5px;
	
}

.error
{
	color : rgb(255,100,200);
}

#DatePanel
{
	position:absolute;
	right:9px;
	top : 377px;
	border : 1px solid;
	padding : 10px;
}

#SelectPanel
{
	position:absolute;
	left:9px;
	top : 176px;
	padding : 10px;
}

/* AUTOCOMPLETE */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.autocomplete input[type=text] {
  background-color: #f1f1f1;
  width: 70%;
}
.autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  width: 70%;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 14%;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  color:#000;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}


/*******************************************
Popup
********************************************/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  /*visibility: hidden;
  opacity: 0;*/
  z-index:9999;
}

.overlayReturnPossible {
  position: fixed;
  top: 90;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:9999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.overlayReturnPossible:target {
  visibility: visible;
  opacity: 1;
}

.scroll
{
    overflow-y:scroll;
}

.popup {
  color:#000;
  margin: 50px auto;
  padding: 20px;
  background-color : #fff;
  border-radius: 20px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
  border: solid 2px #4e5844;
  max-height:80%;
  overflow-y:scroll;
}

.popup h2 {
  margin-top: 0;
  color:#000;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup input
{
	font-weight: bold;
	float : left;
	width:68%;
}

.popup .inputBlock
{
}

.popup .label
{
	font-weight: bold;
	float : left;
	width:25%;
}

.popup input[type="checkbox" i] 
{
	width:50px;
}

.popup textarea
{
	width:80%;
	max-height:70%;
}

.center-div {
     margin: 0 auto;
     width: 100px; 
}

.two_buttons
{
	margin-left: auto;
    margin-right: auto;
	width:300px;
}

#removePopupContent
{
	font-weight : bold;
	font-size : 2em;
}

.labelInfo
{
	margin-bottom : 20px;
	font-size : 1em;
	font-style : italic;
}

/*////////////////////////////*/
/*Checkbox */
/*////////////////////////////*/

.checkbox
{
	text-align: center;
    width: 500px;
    /*background-color: #4e5844;
    color: #fff;
    border: solid 2px #4e5844;*/
    padding: 10px;
    margin: 10px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    float: left;
}

.checkbox input{
	width:50px;
}


.selectorImg
{
	width:100px;
}

/*
Scrollbar*/

.scrollWrapper {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #FFF;
  border: 1px #000 solid;
  margin: 20px auto;
  padding: 15px;
  position: relative;
  height: 400px;
}

#scrollContainer {
  width: 100%;
  height: 400px;
  padding: 5px;
  margin-top: 5px;
  overflow: auto;
  position: relative;
}

.ssb_down {
  background-color: #33ccaa;
  bottom:0;
  cursor:pointer;
  position:absolute;
  right:0;
  border-radius: 10px;
}

.ssb_sb {
  background-color: #22aabb;
  cursor:pointer;
  position:absolute;
  right:0;
  border-radius: 10px;
}

.ssb_sb_down {
  background-color: #1199aa;
}

.ssb_sb_over {
  background-color: #33bbcc;
}

.ssb_st {
  background-color: #dedede;
  cursor:pointer;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  border-radius: 10px;
}

.ssb_up {
  background-color: #33ccaa;
  cursor:pointer;
  position:absolute;
  right:0;
  top:0;
  border-radius: 10px;
}

.scrollParent {
  font-family:verdana;
  height:100%;
  padding:10px;
  position:relative;
}

.carColor{
	width:50px;
}

.carColorSecond{
	width:20px;
    margin-left:-20px;
}

.carColorTab{
	width:20px;
	margin:2px;
}

.carColorTabSecond{
	width:10px;
    margin-left:-10px;
}

.color .checkbox
{
	float:left;
}

.color img
{
	float : left;
}


.color
{
	margin:10px;
	height:50px;
}

.colorName
{
	float:left;
	vertical-align:center;
	margin-top:10px;
	margin-left:20px;
}


/*///////////////////////////////////////
// FONTS
// 
*/
@font-face {
    font-family: 'Read';
    src: url('../fonts/Read-Regular_V3000.woff2') format('woff2');
    src: url('../fonts/Read-Regular_V3000.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Read';
    src: url('../fonts/Read-Italic_V3000.woff2') format('woff2');
    src: url('../fonts/Read-Italic_V3000.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Read';
    src: url('../fonts/Read-Bold_V3000.woff2') format('woff2');
    src: url('../fonts/Read-Bold_V3000.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Read';
    src: url('../fonts/Read-BoldItalic_V3000.woff2') format('woff2');
    src: url('../fonts/Read-BoldItalic_V3000.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Dacia Block';
    src: url('../fonts/DaciaBlock-Regular.woff2') format('woff2');
    src: url('../fonts/DaciaBlock-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dacia Block';
    src: url('../fonts/DaciaBlock-Bold.woff2') format('woff2');
    src: url('../fonts/DaciaBlock-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dacia Block';
    src: url('../fonts/DaciaBlock-Light.woff2') format('woff2');
    src: url('../fonts/DaciaBlock-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dacia Block Extended';
    src: url('../fonts/DaciaBlockExtended-Regular.woff2') format('woff2');
    src: url('../fonts/DaciaBlockExtended-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dacia Block Extended';
    src: url('../fonts/DaciaBlockExtended-Bold.woff2') format('woff2');
    src: url('../fonts/DaciaBlockExtended-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dacia Block Extended';
    src: url('../fonts/DaciaBlockExtended-Light.woff2') format('woff2');
    src: url('../fonts/DaciaBlockExtended-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.container .inputVerifCode{
    width: 70px;
 height: 100px;
 font-size: 5em;
 text-align: center;
 float:left; 
 text-align: center;
 margin: 15px;
 box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgb(0 100 50 / 37%) 0px 4px 8px, rgb(34 78 11 / 23%) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.bodyDash
{
    background-color: #4E5844;
}

#particles-js
{
    width:98%;
    height:98%;
    position: absolute;
    top:1%;
    left:1%;
    z-index: -1;
}

#dashData
{
    margin:10px;
}

#logoDaciaDashHeader
{
    width:180px;
	height:20px;
    background-image: url('../images/logo_dacia_header.png');
	background-repeat: no-repeat;
    position: absolute;
    bottom: 200px;
    right: 20px;
}


#bigster
{
    width: 399px;
    height: 200px;
    background-image: url(https://ar-nbi-scale1.dacia.com/images/bigster_journey.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.dashInfo{
    float: left;
    border-top: 1px #FFF solid;
    padding: 2%;
    width: 90%;
    text-align: left;
    font-size: 1.3em;
}

.dashInfo td{
    margin : 0px;
    padding: 0px 10px 0px 0px;
}

.column{
    margin-right : 2%;
    float:left;
    width:46%;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #0004;
}

.column h1
{
    font-size: 3em;
    text-align: center;
}

#dashBanner
{
    width: 100%;
    height: 150px;
    background-image: url(../images/HeroCover.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    bottom: 0px; 
}

.bodyDash
{
    color:#fff;
}