/* 
    Created on : 2019.02.24., 9:33:20
    Author     : Konyha
*/

meta.foundation-data-attribute-namespace {
  font-family: false; }

body {
    background-image: url(Images/bg.jpg);
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Titillium Web', sans-serif;	
    font-size: 18px;	
    line-height: 23px;	
    background-size:cover;
}

.center {
    margin: 0 auto;
}

.kasasi_warning {
    border: 2px solid red !important;
}

.kasasi_ok {
    border: 2px solid green !important;
}

.kasasi_error_div {
    background-color: #EB4042;
    margin: 0 auto;
    width: 30px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-size: 11px;
}

.kasasi_ok_div {
    background-color: #41DB00;
    margin: 0 auto;
    width: 30px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-size: 11px;
}

#ui-datepicker-div {display: none;}


@media only screen and (max-width: 800px) {
    .left_menu {
        display: none;
    }
    .right_content {
        margin-left:50px !important;
    }
}


@media only screen and (max-width: 520px) {
    .login_spacer {
        height: 0px !important;
    }
    
    .content_container_left {
        float: none !important;
        margin-top: 80px;
        width: 100% !important;
    }
    
    
    .content_container_right {
        float: none !important;
        width: 100% !important;
    }
    
    .left_menu_iconholder {
        top: 150px !important;
    }
}


.tour_in_past.odd {
    background-color: #f1a899 !important;
}

.tour_in_past.even {
    background-color: #f3baa9 !important;
}

.tour_in_future.odd {
    background-color: #6ecf45 !important;
}

.tour_in_future.even {
    background-color: #7edf55 !important;
}

.invalid {
    border: 1px solid red !important;
}


.login_spacer {
    width: 100%;
    height: 100px;
}

input[type='search'] {
    color: #000000;
    height: 30px;
    border: 1px solid #000;
    outline: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.login {
    width: 250px;
    min-height: 400px;
}

.login_logo {
    width: 100%;   
    min-height: 100px;
    background-image: url(Images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-left:40px;
    padding-right:40px;
    
}

.login_box {
    width: 100%;   
    min-height: 100px;
    background-color: white;
    -webkit-box-shadow: 2px 2px 3px 4px #ddd;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    2px 2px 3px 4px #ddd;  /* Firefox 3.5 - 3.6 */
    box-shadow:         2px 2px 3px 4px #ddd;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    padding: 10px 40px 10px 40px;
  
}

.login_box_element {
    width: 100%;   
    min-height: 50px; 
    background-color: white;
    border: 1px solid black;
    margin-top: 20px;
    
   
}

.kalman_button {
    background-color: #EB4042;
    text-align: center;
    line-height:50px;
    border: 0px;
    color: #FFFFFF;   
    cursor: pointer;
}

.login_recovery {
    text-align: center;
    border: 0px;
    color: #C8C8C8;  
}

a:link {
  color: #C8C8C8;  
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #C8C8C8;  
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #C8C8C8; 
  text-decoration: underline;
  
}

/* selected link */
a:active {
  color: #C8C8C8;  ;
  text-decoration: underline;
}

.test1 {
    border: solid 1px red;
}
.test2 {
    border: solid 1px green;
}
.test3 {
    border: solid 1px blue;
}


.input_user {
    background: url(Images/user.png) no-repeat scroll 11px 11px;
    padding-left: 50px;
    opacity: 0.5;
    color: #000000;
    height: 46px;
    border: 0px;
    width: 200px;
    outline: none;
    font-family: 'Titillium Web', sans-serif;	
    font-size: 18px;	
    line-height: 23px;		
}

.input_pass {
    background: url(Images/pass.png) no-repeat scroll 11px 11px;
    padding-left: 50px;
    opacity: 0.5;
    color: #000000;
    height: 46px;
    border: 0px;
    width: 200px;
    outline: none;
    font-family: 'Titillium Web', sans-serif;	
    font-size: 18px;	
    line-height: 23px;	
}






/*

drivers

*/

/* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: white;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  padding: 10px;
  -webkit-box-shadow: 2px 2px 2px 2px #d2d2d2;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    1px 1px 1px 1px #dedede;  /* Firefox 3.5 - 3.6 */
  box-shadow:         1px 1px 1px 1px #dedeed;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index:100;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

.left_menu {
  margin: 0;
  left: 50px;
  padding: 0;
  width: 150px;
  background-color: #fff;
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 88px;
  -webkit-box-shadow: 2px 2px 2px 2px #d2d2d2;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    1px 1px 1px 1px #dedede;  /* Firefox 3.5 - 3.6 */
  box-shadow:         1px 1px 1px 1px #dedeed;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.left_menu_iconholder {
  background-color: #4A4A4A;
  margin: 0;
  padding: 0;
  width: 50px;
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 88px;
  z-index: 200;
}

.left_menu_icon {
    height: 50px;    
}

.right_content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
  margin-top: 88px;
}
/* SIDEBAR */
/* https://www.w3schools.com/howto/howto_css_sidebar_responsive.asp */

.left_menu a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.left_menu a.active {
  /*background-color: #4CAF50;*/
  color: white;
}

/* Links on mouse-over */
.left_menu a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.menu_item_icon {
    height: 50px;
    border-bottom: 1px solid #F3F3F3;
    text-align: center ;
    color: #131313;	
    cursor: pointer;
}

.menu_item_text {
    height: 50px;
    border-bottom: 1px solid #F3F3F3;
    text-align: left;
    color: #131313;	
    line-height: 50px;
    padding-left: 20px;
    background-color: #fff;
    cursor: pointer;
}

.menu_item_first {
    height: 50px;
    border-bottom: 1px solid #F3F3F3;
    text-align: left;
    color: #131313;	
    line-height: 50px;
    padding-left: 20px;
    background-color: #fff;
}

.menu_item_text:hover { 
    background-color: #EB4042; 
    color: #fff;
}
.menu_item_icon:hover{
    background-color: #B92B2D; 
}

.menu_item_text_hover { 
    background-color: #EB4042; 
    color: #fff;
}
.menu_item_icon_hover{
    background-color: #B92B2D; 
}



/*
.menu_item_icon_hover, .menu_item_text_hover  { 
    background-color: #EB4042; 
}
*/

.menu_item_icon img {
    margin-top: 14px;
    color: #fff;
}

.menu_right {
    float:right;
    margin: 20px 10px 10px 10px;
    height: 30px;
}

.menu_right_user {
    float:right;
    padding: 6px 15px 0px 0px;
    height: 30px;
}

.float_left {
    float:left;
}

.float_right {
    float:right;
    margin-right: 20px;
}

.float_right img {
    cursor: pointer;
}

.menu_username {
    color: #062542;
    font-weight: bold;
    line-height: 20px;
}

.menu_login_text { 
    color: #4A4A4A;	
    font-size: 12px;	
    line-height: 14px;
}

.menu_right_profile {
    height: 50px;
    margin: 6px 0px 0px 0px;
}

.right_content table {
    border-spacing: 0px;
    width:100%;
    margin-top:20px;
    
}

.right_content table th {
    background-color: #4A4A4A;
    color: #FFFFFF;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}

.right_content table tr:nth-child(even) {
    background: #F5F5F5;
}
.right_content table tr:nth-child(odd) {
    background: #FFF;
}

.right_content table td {
    color: #131313;
    font-weight: normal;
    padding: 10px;
    text-align: right;
}

.right_content table td:last-child {
    text-align: right;
}

.btn_newdriver {
    width: 250px;
    margin-top: 20px;
}


.content_container_left {
    float:left;
    width:50%;
}

.content_box th {
    padding-left: 30px !important;
}

.content_container_right {
    float: right;
    width:50%;
}

.content_container {
    margin: 0 auto;
    max-width: 500px;
    min-width: 200px;
    padding: 40px;
}

.content_container_left .content_box {
    padding-right:8px;
}

.content_container_right .content_box {
    padding-left:8px;
}
.poi_table td image {
    margin-right: 10px;
}

#map {
    height: 450px;
}

.tourdata {
    min-height: 200px;
    padding-top:20px;
    color: #9B9B9B;
    text-align: left;
}

.tourdata_row {
    min-height: 70px;
}

.tourdata_left {
    width: 48%;
    float:left;

}
.tourdata_right {
    width: 48%;
    float: right;

}

.tourdata_input {
    color: #000000;
    height: 46px;
    border: 1px solid #000;
    width: 88%;
    outline: none;
    font-family: 'Titillium Web', sans-serif;	
    font-size: 18px;	
    line-height: 23px;	
    margin-top:10px;
    margin-bottom: 20px;
    margin-left:3%;
    padding-left: 3%;
    padding-right: 3%;
}

select.tourdata_input_stops {
    height: 36px;
}

.tourdata_input_stops {
    color: #000000;
    height: 32px;
    border: 1px solid #000;
    width: 88%;
    outline: none;
    font-family: 'Titillium Web', sans-serif;	
    font-size: 14px;	
    line-height: 18px;	
    margin-top:10px;
    margin-bottom: 10px;
    margin-left:3%;
    padding-left: 3%;
    padding-right: 3%;
}

.tour_id {
    
    color: #131313;
    font-size: 25px;	
    font-weight: bold;	
    line-height: 38px;
}

.actionimage  {
    margin-right:20px;
    cursor: pointer;
}

.gdpr_empty{
    background-color: #EB4042;
    margin: 0 auto;
    width: 60px;
    text-align:center;
    border-radius: 10px;
    color: white;
    font-size: 11px;
}


.gdpr_ok {
    background-color: #41DB00;
    margin: 0 auto;
    width: 60px;
    text-align:center;
    border-radius: 10px;
    color: white;
    font-size: 11px;
}


#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 9px;
  text-overflow: ellipsis;
  width: 400px;
  margin-top:10px;
}
#pac-input:focus {
  border-color: #4d90fe;
}