body {

    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    /*background-color: #F3F3F3;*/

    background-color: #2a4c9e;
    background-image: url("https://www.govisual.fi/wp-content/uploads/2019/10/govisual-background-light.png");
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/

    /*transition: background .3s,border-radius .3s,opacity .3s;*/

}


.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: Helvetica,Arial,sans-serif;
    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: #898989 }
.bg-gray { background-color: #D7D7D7 }
.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:#0a0a0a;
}

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:#4e73df;
text-decoration: none;
background-color:transparent;
    cursor:pointer;  
}

a:not([href]):not([tabindex]):hover {

    color:#224abe;
    text-decoration: underline;

}

.modal-dialog-ticket,
.modal-content-ticket {
    height: 90%;    
}

.modal-body-ticket {
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}     

.kommentifield
{
  padding-top:10px;
  border-top:  1px solid #858796;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.variKommentti
{
  border-left:  5px solid #2653d4;
}

.variSiirra 
{
  border-left:  5px solid #f6c23e;
}

.Varimuokkaa 
{
color: #f6c23e;
}

.bold
{
font-weight: bold;
}

.cursorpointer
{
cursor:pointer;
}

.cursorpointerkorostus 
{
cursor:pointer;
font-weight: bold;
color: rgb(3,82,157);
text-decoration: underline; 
}

.margin_5
  {
    margin:5px;
  }
  
.screenshotimg {
    width: 100%; /* or any custom size */
    height: 100%; 
    object-fit: cover;

}  

.font8 {
    font-size: 8px;
}


/*v�riasetukset */


    
.btn-primary {
    background-color: rgb(3,82,157);
    border-color: rgb(3,82,157);
}
a {
   
    color: rgb(3,82,157);
}

.bg-gradient-primary {
    background-color: #2a4c9e;
    background-image: url("https://www.govisual.fi/wp-content/uploads/2019/10/govisual-background-light.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    transition: background .3s,border-radius .3s,opacity .3s;
}



.bg-login-image {
    background: url(https://www.govisual.fi/wp-content/uploads/2020/01/3D-visualisointi-premium-sisakuvat-2.jpg#000000);
     background-repeat: no-repeat;
background-size: cover;
background-position-x: right;
    }
    
.sidebar .sidebar-brand {
    height: 8.000rem;
    
}    


.rightcursorpointer
{
    text-align: right !important;
    cursor:pointer;
} 



    .printOnlyhide{
        display: none;
    }

    @media print {
        .no-print {
            display: none;
        }

        .printOnlyhide{
            display: table-cell;
        }
}


div.dataTables_filter label {

    text-align: right!important;
}


.Referenssikuva
{
     height: 200px;     
     width: 200px;
     float:left;
     margin:5px;
}

.Referenssikuva img { 
max-width: 100%;
 
}  


.toimntopx
{
height:20px;
width:20px;
}


  .kopioitu{
   
    border: 2px solid #a1a1a1;
    padding: 10px 40px; 
    background: #dddddd;
    width: 300px;
    border-radius: 25px;
    display:none; 
    position:fixed; 
    z-index:50;
    left: 50%;
    top:50%;
    margin-left:-150px; 
    
    }
    
#fileElem, #fileElem2, #fileElem3, #MultifileElem3 {
  display: none;
}

#drop-area, #drop-area2, #drop-area3,  #Multidrop-area3{
  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, #drop-area3.highlight, #Multidrop-area3.highlight {
  border-color: purple;
}      



.AIarea
{
  display: flex;
  margin-bottom: 60px;
}

.AIleft
{
  width: 40%;
  float: left;

}

.AIright
{
  width: 60%;
  float: left;
  text-align: center;
  position: relative;
}

.AIorgimg
{
  width: 100%;

}

.AIgeneratedimg
{
  width: 90%;
  position: relative;
  top: 0;
  left: 10px;

}



.loading
{
  z-index: 100;
  
  background-image: url("/images/loading.gif");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center; 
  position: absolute;
  height: 90%;
  width: 90%;

}




.AIpikkukuva
{

  width: 100%;
}

.AItd
{
  width: 10%;
}


.AItable
{
  overflow-x: auto;

}


.AILogo
{
  max-width: 100%;
  max-height: 100%;

}


.container, .container-fluid {

  max-width: 1500px;
}


#wrapper #content-wrapper {
  background-color: transparent;
}


footer.sticky-footer {
  padding: 2rem 0;
  flex-shrink: 0;
  position: absolute;
  bottom: 1px;
  width: 100%;
}

canvas{
  
  position: absolute;
}
#canvasWrapper{
  position:relative;
}

.emoji {
  font-size: 2.5rem;
  cursor: pointer;
  padding: 0.5rem;
}
.emoji-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}