.comp_etusivun {
   /* Background pattern from Toptal Subtle Patterns */
   background-image: url('../img/fhra/etusivun_logo.png');
   width: 100%;
   background-size:     cover;
}
.comp_laatikko{
   height: 160px;    
}
/*
.ec-sidebar-dark .ec-brand a {
  background-color: white;
*/
.comp_background{
    background-image: url('../img/fhra/background001.png');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
}

.comp_bg {
  background-color: #1A283E !important;
}
.border{
    border:1px solid black;
}

.hidden{
    display: none;
}
.user-image{
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.no_link{
    display:inline;
}
.no_cursor{
    cursor:default;

}
.kayttajan_ajoneuvokortti{
    height: 190px;
}
.ajoneuvokortissa{
	background-color:green;
	color:white;
}
.aanestyslapussa{
	background-color:black;
	color:white;
}
.center {
	text-align:center;
}

.containerIntro h5{
    display: inline;
    text-align: left;
}
.containerIntro p {
    display: inline;
    vertical-align: top;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    line-height: 28px;
}

#erikoista_virhe, #tekniikka_virhe{
    font-size: 22px;
    display: none;
    color: red;
}

.ajoneuvokortti{
    height:850px;
}
.edit-disabled{
    pointer-events: none;
    cursor: default;
    text-decoration: line-through;
}

.peukku_nappula{
    width:100px;
}
#peukku_alas, #peukku_ylos{
    display: inline;
}
.padding-bottom{
    padding-bottom: 5px;
    border-bottom: 1px dotted blue;
}
.tarkastaja_paivays{
    font-size: 12px;
    color: grey;
    display: inline;
    float: right;
}
.tarkastaja_laatikko{
    max-height: 220px;
    overflow-y: auto;
}

.form-group .form-control, .input-group .form-control{
    border-color: #d4d4d4;
}