body {

    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #F3F3F3;

}


.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;
}

.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: rgb(3,82,157);
    background-image: linear-gradient(180deg,rgb(3,82,157) 10%,#224abe 100%);
    background-size: cover;
}


.bg-login-image {
    background: url(/images/LTR.png#000000);
     background-repeat: no-repeat;
//background-size: cover;

background-position-x: right;
background-position-y: center;
background-size: 90%;
    }
    
.sidebar .sidebar-brand {
    height: 8.000rem;
    
}    


.rightcursorpointer
{
    text-align: right !important;
    cursor:pointer;
} 



    .printOnlyhide{
        display: none;
    }

    .printOnlyhiderow{
        display: none;
    }
@media print {
        .no-print {
            display: none !important;
        }
        .no-printcursor {
            display: none;
        }
        .printOnlyhide{
            display: table-cell;
        }
        .printOnlyhiderow{
            display: inline;
        }        
       .dataTables_filter
        {
          display: none !important;  
        } 
}


.no-printcursor 
{
  cursor:pointer;         
}



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, #fileElemT  {
  display: none;
}

#drop-area, #drop-areaT {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 480px;
  font-family: sans-serif;
//  margin: 100px auto;
  padding: 20px;
}

#drop-area.highlight, #drop-areaT.highlight {
  border-color: purple;
}   



.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;
}


.aluevalintaselect
{
  margin:0;
    

}





/* modal backdrop fix 
.modal:nth-of-type(odd) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(odd) {
    z-index: 1051 !important;
}*/


.top25 ul
{
//top: 25px !important;
 overflow: scroll;
 height: 400px;
}


.valintalaatikkomargin
{
margin-top: 10px;

}




/*Sopimusliitteiden järjestely*/

.jarjestyscontainer {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.jarjestyscolum {
  width: 30%;
  background-color: #f4f4f4;
  padding: 10px;
  border: 1px solid #ccc;
  min-height: 200px;
}

.Asiakirjaitem {
  background-color: #e3e3e3;
  margin: 5px 0;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: move;
}

.Asiakirjaitem:hover {
  background-color: #ddd;
}


/*tiedostojen upload sopimuksella */

.sopcontainer {
  display: flex;
  gap: 20px;
}

.dropzone {
  width: 50%;
  height: 150px;
  border: 2px dashed #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  transition: background-color 0.3s;
}

.dropzone.dragover {
  background-color: #e0e0e0;
}


#viestilahetys_file-drop-area, #HNA_file-drop-area {
  width: 100%;
  height: 200px;
  border: 2px dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
#viestilahetys_file-drop-area.hover, #HNA_file-drop-area.hover{
  background-color: #e0e0e0;
}
#viestilahetys_file-list, #HNA_file-list {
  margin-top: 10px;
}
.viestilahetys_file-item {
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.viestilahetys_remove-button {
  color: red;
  cursor: pointer;
  font-weight: bold;
  margin-right: 10px; /* Etäisyys ruksin ja tiedoston nimen välillä */
}
.viestilahetys_file-name  {
  flex-grow: 1;
}