.user {
    background-color:beige;
    margin-right:10px;
}

.myos_selite_yla{
    border-top: 2px dotted black;
    border-left: 2px dotted black;
    border-right: 2px dotted black;
    
}
/* Jos tarvitaan lisäväliä ylös (esim. päivitä yhteystietoja)*/
.margin-top{ 
    margin-top:30px;
}
.vali{
    margin-top:55px;
}   

@media (min-width: 764px) {
    .vali{
        margin-top:110px;
    }    
}

@media (min-width: 992px) {
    .vali{
        margin-top:55px;
    }    
}
.myos_selite_ala{
    border-bottom: 2px dotted black;
    border-left: 2px dotted black;
    border-right: 2px dotted black;
}
.lataus{
    font-size: 10px;
    color:yellow;
    float: left;
    padding-left:10px;
}
textarea {
    overflow-y: scroll;
    height: 100px;
    width: 100%;
    resize: none; /* Remove this if you want the user to resize the textarea */
}
.error {
	color: red;
	font-weight: bold;
}

.pointer{
	cursor: pointer;	
}

.tekstikentta{
}

.tekstikentta h3{
	font-size: 18px;
	font-weight: bold;	
}
.tekstikentta p{
	padding-left:10px;
	padding-top:5px;
	border: 1px solid #eee;	
}

.carousel_image{
width: 100%;
}

.edit-button {
	background: url(../img/icon-edit.png) left no-repeat;
	background-image: url(../img/icon-edit.svg), none;
}

.delete-button {
	background: url(../img/icon-delete.png) left no-repeat;
	background-image: url(../img/icon-delete.svg), none;
}

.b-icon {
	font-size: 12px;
	line-height: 36px;
	padding: 0 0 0 25px;
	color: black;
}
.b-icon a{
	text-decoration: none;
}

.b-icon:hover, .b-icon:focus {
	color: blue;
	text-decoration: none;	
}
.ajoneuvokortissa{
	background-color:green;
	color:white;
}
.aanestyslapussa{
	background-color:black;
	color:white;
}
.center {
	text-align:center;
}
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.background{
    background-image: url("../img/background.jpg");
}
.main_frame{
    background-color: white;
    opacity:0.9;
    width:90%;
}

.footer {
  position: absolute;
  text-align:right;
  padding-right:20px;
  padding-top:10px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color:black;
  color:white;
 
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 10px 15px 0px;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
