html,body{
    margin:0; padding:0;
    border:none;
    height:100%;
    width:100%;
    font-family: Arial;
    font-size:14px;
    zoom:1;
}

*{
    margin:0;
    padding:0;
}

#ui-datepicker-div{
    position:absolute;
    left:-1000px;
}

#sfWebDebuglogsDetails{
    height:100%;
    overflow:auto;
}

.cp_table .cp_table_header th{
    padding: 3px 10px;
}
.cp_table .cp_table_header th a{
    color:white;
}

.cp_table .cp_table_data .sf_admin_td_actions{
    list-style-type: none;
}

.cp_table tfoot th{
    background: white !important;
    color:black;
}

/* Список действий, допустимых для таблицы */
.sf_admin_actions{
    margin:10px;
}

.sf_admin_actions li{
    display:inline;
    margin-left:20px;
}

.sf_admin_container_title{
    margin:5px 0px 5px 10px;
}

#sf_admin_content .sf_admin_form{
    margin:10px 0px 0px 10px;
}

#sf_admin_container th{
    white-space:normal;
}

.red{
    color:red;
    font-weight:bold;
}

.txt_cmd{
    cursor:pointer;
    text-decoration:underline !important;
    color:blue;
}

.is_hidden{
   display:none;
}

.sf_admin_list_th_car_reg_number {
    min-width: 85px;
}

#sf_admin_bar {
    width: 410px !important;
    margin-top: 0px;
}
