/* General */

h1 {
    font-size: 36px;
    margin-bottom: 30px;
}
h3 {
    font-size: 18px;
    font-weight: normal;
}

a {
    color: #51a6f6;
    text-decoration: none;
}

li {
    list-style-type: none;
}

input[type="text"],
input[type="time"],
input[type="date"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #788c9f;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px 5px;
    width: 100%;
}

input[type="button"],
input[type="submit"],
.button {
    color: #63c4ff;
    display: inline-block;
    font-family: 'Open Sans' ,verdana ,arial;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    padding: 6px 33px 7px;
    text-decoration: none;
    background: #00263d;
    border: medium none;
    cursor: pointer;
    margin: 5px;
    white-space: nowrap;
    line-height: 23px;
}
input[type="button"].button_white,
input[type="submit"].button_white,
.button_white {
    background-color: #fff;
    border: 1px solid #ff3300;
    color: #333;
    text-transform: none;
}
input[type="button"].button_orange,
input[type="submit"].button_orange,
.button_orange {
    background-color: #ff6600;
}
input[type="button"].button_gray,
input[type="submit"].button_gray,
.button_gray {
    background-color: #ccc;
}

.button:hover, .button_active, input[type="button"].button_active, input[type="submit"].button_active{
    background-color: #00263d;
}

input[type="button"].button_xl,
input[type="submit"].button_xl,
.button.button_xl,
a.button_xl
{
    font-size: 20px;
    padding: 5px 20px 7px;
}

input.search_button, a.search_button{
    background-image: url("/img/icons/icon_search_btn.png");
    background-repeat: no-repeat;
    background-position: 12px center;
    padding: 6px 15px 7px 40px;
}
input.reset_button, a.reset_button{
    background-image: url("/img/icons/icon_reset_btn.png");
    background-repeat: no-repeat;
    background-position: 12px center;
    padding: 6px 15px 7px 40px;
}
input.create_button, a.create_button{
    background-image: url("/img/icons/icon_addorder_btn.png");
    background-repeat: no-repeat;
    background-position: 12px center;
    padding: 6px 15px 7px 40px;
}
input.trash_button, a.trash_button{
    background-image: url("/img/icons/icon_trash_btn.png");
    background-repeat: no-repeat;
    background-position: 12px center;
    padding: 6px 15px 7px 40px;
}
input.details_button, a.details_button{
    background-image: url("/img/icons/details.png");
    background-position: center;
    background-repeat: no-repeat;
    min-width: 17px;
    display: inline-block;
    background-size: contain;
}
input.btn_save, a.btn_save, .btn_save{
    font-size: 42px;
}
input.btn_add, a.btn_add, .btn_add{
    font-size: 30px;
    line-height: 36px;
}

.form_row {
    margin-bottom: 25px;
}

.input_disclaimer{
    font-size: 11px;
    color: #777;
}

.wrapper {
    padding: 0 10px;
    max-width: 1600px;
    min-width: 280px;
    margin: 0 auto;
}
.wrapper_426 {
    padding: 25px;
    max-width: 426px;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper.padding_0 {
    padding: 0;
}

.small {
    font-size: 16px;
}

.gray {
    color: #777 !important;
}

#system_error {
    background: url("/img/error2.gif") no-repeat right top;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    margin: 20px 0 20px 0;
    min-height: 94px;
    padding: 15px 250px 15px 0;
}
#system_message {
    background: url("/img/good2.gif") no-repeat right top;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    margin: 20px 0;
    min-height: 94px;
    padding: 15px 250px 15px 0;
}
#system_error li {
    color: #d61602;
    font-size: 20px;
    list-style: circle outside none;
    margin-left: 20px;
}
#system_message li {
    color: #000;
    font-size: 20px;
    list-style: circle outside none;
    margin-left: 20px;
}

h2{
    font-size: 30px;
    font-weight: bold;
    color: #005d88;
}

.open_id_box{
    margin-top: -8px;
}




            .home_bg_image {
                background-image: url("/storage/img/1/b97bdddce2-home-car.jpg");
            }        
            
            .header_body {
                background-color: ##d90f32;
            }        
            