@font-face {
    font-family: 'ToyotaType-Book';
    src: url("/css/fonts/ToyotaType-Book.otf") format("opentype");
}
@font-face {
    font-family: 'ToyotaType-Light';
    src: url("/css/fonts/ToyotaType-Light.otf") format("opentype");
}


body {   

    font-family: 'ToyotaType-Book';
    font-size: 14px;
    line-height: 20px;
    background-color: #F3F3F3;
    

}


#wrapper #content-wrapper {
    background-color: initial;

}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: ToyotaType-Book;
    font-size: inherit;
    line-height: inherit;
}



.topWrapper {

    max-width: 1000px;
    margin: 0px auto 5px auto;
    
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 5px #C2C2C2;
   
    padding: 0px 0px 5px 0px;  
}

.sectionWrapper {

   // max-width: 1000px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 5px #C2C2C2;
   
    padding: 30px 0px 60px 0px;  
}

.footerWrapper {

    max-width: 1000px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 5px #C2C2C2;
   
    padding: 0px 0px 0px 0px;  
}

loginButton, .loginButton {

    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: ToyotaType-Book;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #00a0d5;
    border-color: #0080aa;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    border-radius: 3px;

}




.hidden
{
 display:none;
}

.reveal 
{
  width:inherit;
}



.mb1 { margin-bottom: .5rem }
.ml4 { margin-left: 4rem }
.list-reset {
  list-style: none;
  padding-left: 0;
}
.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }
.flex-column  { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column }
.p1  { padding: .5rem }
.white { color:white;}
.bg-Dgray { background-color: #282830 }
.bg-gray { background-color: #282830 }
.border {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,.125);
}  
.Sortlistahover  { background-color: #14679e }

.poistalinkki
{
text-align: right;
text-align-last: end;
-ms-text-align-last: end;
  -moz-text-align-last: end;
  text-align-last: end;
  
  float: right;
}



[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
     -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
   font-family: inherit;
   font-size: 1rem;
   font-weight: normal;
   line-height: 1.5;
   color:#0a0a0a;
   -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
   transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
   transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
   transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
   }
  
  [type="text"] {

    font-size: 0.9rem;

}

label {

    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color:#282830;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {

    background-color:#e6e6e6;
    cursor: not-allowed;

}


select {

    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
        padding-right: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    box-sizing: border-box;
    width: 100%;
    text-transform: none;
}

.button {      

    width: initial !important;
  /*  display: initial;   */
    vertical-align: middle;
   
    padding: 0.85em 1em;
    border: 1px solid  transparent;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    

}

a.button  
{
  padding: 0.80em 0.85em;
}

.tiketointimenulinkki
  {
    //color:white!important;
    cursor:pointer;
  }
  
a:not([href]):not([tabindex]) {

color:#FF0022;
text-decoration: none;
background-color:transparent;
    cursor:pointer;  
}

a:not([href]):not([tabindex]):hover {

    color:#282830;
    text-decoration: underline;

}

.modal-dialog-ticket,
.modal-content-ticket {
    height: 90%;
}

.modal-body-ticket {
    max-height: calc(100% - 120px);
    overflow-y: scroll;
} 

.modal-x {
    max-width: 800px;
}    


.bold
{
font-weight: bold;
}

.cursorpointer
{
cursor:pointer;
}

.margin_5
  {
    margin:5px;
  }
  
.screenshotimg {
    width: 100%; /* or any custom size */
    height: 100%; 
    object-fit: cover;

}  

.font8 {
    font-size: 8px;
}


/*v�riasetukset */


.btn-outline-primary,  .btn-outline-primary:hover  {


border: 5px solid;
border-color: #FF0022;
color: #FF0022;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #FF0022;
}
    


    
.btn-primary  {
    background-color: #FF0022;
    border-color: #FF0022;
}

.btn-primary:hover  {
    color: #fff;
    background-color: #282830;
    border-color: #282830;
}


.border-left-primary {

border-left: .25rem solid #FF0022 !important;

}

.text-harmaa {
 color: #282830;

}


.text-toyota {
 color: #FF0022;

}


a {
   
    color: #FF0022;
}

a:hover {
   
    color: #282830;
}

.bg-gradient-primary2 {
    background-color: #282830;
   // background-image: linear-gradient(180deg,#282830 10%,#FF0022 100%);
    background-size: cover;
}
                                                           

.bg-gradient-primary {
    background-color: #282830;
    background-image: linear-gradient(270deg,#282830 1%,#282830 4%);
    background-size: cover;
}


.bg-login-image {
    background: url(/img/LoginLogo.jpg#000000);
     background-repeat: no-repeat;
background-size: cover;
background-position-x: center;
    }
    
.sidebar .sidebar-brand {
    height: 8.000rem;
    
} 
.sidebar-dark .nav-item .nav-link 
    {
        color:#fff;
         font-weight: bold;
    }  
    
dark .nav-item .nav-link:hover {
    color: #fff;
     font-weight: bold;
} 

.multityyli  {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
        padding-right: 0.5rem;
    padding-right: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    box-sizing: border-box;
    width: 100%;
    text-transform: none;
    display:inline-block;
}   

.multiselect-container 
{
   top: -25px !important;
   min-width: 30rem;
}  


#fileElem, #fileElem2 {
  display: none;
}

#drop-area, #drop-area2 {
  border: 2px dashed #ccc;
  border-radius: 20px;
 // width: 480px;
  font-family: sans-serif;
//  margin: 100px auto;
  padding: 20px;
  border-color: red;
}

#drop-area.highlight, #drop-area2.highlight {
  border-color: purple;
}     

.note-editable{
min-height: 20rem;  
}


.text-black { 
  color: #000000; 
}


.greentext {
    color: green;
    font-weight: bold;
}


.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  //text-indent: 3.25em;
  padding-left: 50px;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}





table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
    color: #FF0022;
}


table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1.0!important;
}

.hoverwhite { color: white; }

.hoverwhite:hover { color: #FF0022; } 




.progress-bar {

  background-color: #FF0022; 
}
