﻿/* FONTAWESOME */
.fa-warning {
    content: "\f071";
}

.bot-button {
    background-color: #0a4d94;
    color: white;
    padding: 3px;
    border-radius: 5px;
    width: 100px;
    height: 50px;
}

.bot-label {
    text-align: left;
    font-weight: bold;
    margin-left: 2%;
    /*width: 20%;*/
}

.bot-dummylabel {
    text-align: center;
    font-weight: bold;
    font-size: small;
}

.bot-input {
    height: 40px;
    text-align: center;
    margin-left: 6%;
    margin-bottom: 1%;
    padding: 8px;
}

.bot-textarea {
    height: initial !important;
}

.bot-radiobutton {
    margin-left: 3%;
    margin-bottom: 1%;
}

.bot-checkboxlist {
    margin-left: 6%;
    /*margin-bottom:1%;*/
}

.bot-dropdown {
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    box-sizing: border-box;
    font-weight: 400;
    margin-left: 6%;
    margin-bottom: 2%;
    height: 40px;
    /*color: #6d6d6d;*/
    padding-left: 1%;
}

.bot-hidden {
    display: none;
}

.bot-text-right {
    text-align: right !important;
}

.bot-text-center {
    text-align: center !important;
}

.bot-text-top {
    vertical-align: top !important;
}

.bot-tab {
    background-color: #5D7B9D;
}

input[type=checkbox] {
    vertical-align: middle;
}

#ContentPlaceHolderBody_tblOwner table, #ContentPlaceHolderBody_tblOwner th, #ContentPlaceHolderBody_tblOwner td {
    border: 1px solid black;
}

#ContentPlaceHolderBody_tblOwner th {
    background-color:aliceblue ;
    color: black;
}

#ContentPlaceHolderBody_tblVehicle table, #ContentPlaceHolderBody_tblVehicle th, #ContentPlaceHolderBody_tblVehicle td {
    border: 1px solid black;
}

#ContentPlaceHolderBody_tblVehicle th {
    background-color:lightblue;
    color: black;
}
.bot-maintenance {
    padding: 5px;
    margin-bottom: 20px;
}
