#logbog {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
@media screen and (max-width: 800px) {
    .logbog_table {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}
.delete_button {
    color: black;
}
#logbog table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#logbog td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#logbog tr:nth-child(even) {
    background-color: #ececec;
}
#title {
    width:100%;
}
.selectMonth {
    width: 200px;
    Float: right;
}
#wrapper {
    width:13em;
    overflow: hidden; /* will contain if #first is longer than #second */
    margin: 0 auto;
}

.inline {
    display: inline;
}
.form-control1 {
    width: 13em;
    height: 34px;
    padding: 6px 12px 6px 12px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 1.42857143px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control1:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.N3margintop {
    margin-top:-3px;
}
.label1 {
    margin-top:1em;
    margin-bottom: 1em;
}
#body{
    margin-top: -23px;
}
.dblock {
    display: block;
}
#bilchoose {
    /* float: left; */
}
.form-control {
    max-width: 350px;
}
.input-wrapper {
    max-width: 350px;
    display: inline-block;
    width: 100%;
}

/*Custom navbar*/
.navbar {
    margin-top: -1px;
    transition: margin-right ease-in-out .15s;
    color: white;
    min-height: 0px;
}
.navbarpic2 {
    width: 10%;
    height: auto;
    margin-left: 5%;
}
.navbarpicdiv {
    float: left;
    position: fixed;
    vertical-align: left;
}
.navbarpic {
    padding-top: 1.8em;
    width: 50%;
    height: auto;
}

/*Online navbar*/
.sidebar {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 250px;
    height: 110%;
    margin-left: -250px;
    overflow-y: auto;
    background: #37474F;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .sidebar header {
    background-color: #263238;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
  }
  
  .sidebar header a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  
  .sidebar header a:hover {
    color: #fff;
  }
  .sidebar .nav a{
    background: none;
    border-bottom: 1px solid #455A64;
    color: #CFD8DC;
    font-size: 14px;
    padding: 16px 24px;
  }
  
  .sidebar .nav a:hover{
    background: none;
    color: #ECEFF1;
  }

/*extra*/
.gone {
    visibility: hidden;
}
.show {
    visibility: visible;
}
.navbarhidden {
    margin-left: -500px;
}
/*Form*/
#formcss {
    margin-left: 50px;
    /* width: 300px; */
}

.Alogin-error {
    border-bottom: 2px solid #e10d0d;
}
.help-block2 {
    Margin-top: -37px;
    color:#a94442;
    margin-bottom: 20px;
}

/*Admin*/
.buttons {
    margin-bottom: 1em;
}
.update_button {
    margin-top: 5px;
    margin-right: 5px;
}
.edit_button {
    margin-bottom: 5px;
}
/*.reset_button {

}*/
.btn_td {
    width:150px;
}
#tableid {
    width: 50px;
}
.editablecell {
    width:100px;
}
.editablecell2 {
    width:150px;
}
.prisTanket {
    width: 80px;
    display: inline;
    margin-right: 5px;
}

/*time select styles*/
.dateInput {
    width: 250px;
    float: left;
}
.dateContainer {
    width: 568px;
}
.f-left {
    float: left;
}
.MonthFrom {
    margin-top: 9px;
    font-weight: bold;
}
#updateTable{
    width: 100%;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    border-width: 0px;
    border-color: white;
}
#updateTable th{
    width: 33%;
}
#updateButtonMonthCar {
  text-align: center;
}
#presetMonthCar {
    float: right;
    margin-right: -14px;
}
.no-border {
    border-width: 0px;
}