
root { 
    display: block;
}

body { 
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.container {

    width: 1200px;  
    position: absolute;
    margin: auto;
    left: 0; 
    right: 0;

    font-family: Calibri;
    font-size: 18px;

}


.clients_list_container{
    margin-top: 10px;
    display: block;
    float: left;
    width: 47%; 
}

.clients_cars_container{
    margin-top: 10px;
    display: block;
    
    width: 100%; 
}

.cl_box{
    background-color: lightgoldenrodyellow;
}

.client_details{
    text-align: center;
}

.cl_logo{
    height: 180px;
}

.logo{
    width: 420px;
}


.details_box{
    display: block;
    float: right;
    width: 47%;
    margin-top: 10px;
}

.half_box{
    display: block;
    float: left;
    width: 47%;
    margin-top: 10px;
}

.c_detalis{
    width: 100%;

    background-color: lightgoldenrodyellow;
}

.operations_box{
    display: block;
    border-style: ridge;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    background-color: lightgoldenrodyellow;
}

.fs_box{
    border-radius: 5px;
}

.legend_box{
    font-weight: bold;
    text-align: left;
    color: darkblue;
    background-color: lightgoldenrodyellow;
    border-radius: 3px;
}

.std_button{
    text-align: center;
    color: darkblue;
    font-weight: bold;
    font-size: 16px;

    width: 270px;
    height: 40px;
    box-shadow: 3px 3px 1px #888888;
    margin: 3px;
}

.std_button:disabled{
    color: lightgray;
}

.double_width{
    width: 550px;
}

.tcd_column{
    text-align: right;

}

.tcd_data{
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
}

.input_fieldset{
    display: inline-block;
    border: none;
}

.input_legend{
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
}

.group_fieldset{
    display: block;
    border-width: 1px;
    border-style: ridge;
    width: 95%;
}

.short{
    width: 100px;
}

.medium{
    width: 220px;
}

.long{
    width: 100%;
}

.close_icon{
    display: inline-block;
    margin-left: 20px;
}


button{
    border-radius: 10px;
    border-bottom-color: darkblue;
    border-width: 2px;
    font-weight: bold;
    color: darkblue;
    font-size: 20px;
    width: 250px;
    height: 40px; 
}

.information_bar{
    

    background: lightgoldenrodyellow;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    
    color: darkred;
    
    padding: 10px;
    
}

.row_container{
    margin-top: 10px;
    display: block;
    
    width: 100%; 
}

.input_table{
    border-spacing: 12px;
}

.it_left{
    text-align: right;

    padding-right: 10px;
}

.fd_box{
    float: left;
}

.fd_fieldset{
    float: left;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.fd_input{

    font-size: 16px;
}



.std_lp_input{
    width: 25px;
}


/*add form*/
#add_form {
    margin-bottom: 20px;
}

.error_box{
    border-style: solid;
    border-color: red;
    border-width: 2px;
    padding: 5px;
    color: red;
}


#add_form input{
    width: 400px;
}