@CHARSET "UTF-8";

/**
 * VDA 6.x orange/red   #ff4200
 * VDA 6.x lightred     #e3d9de
 * VDA 6.x gray         #60777C
 * VDA 6.x lightgray    #d3d3d3
 */

* {
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
}

a {
    outline: 0 none;
    text-decoration: none;
    color: #eb5a23;
}

.btn_orange {
    background-color: #ff4200;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s ease;

}

.btn_orange:hover {
    background-color: #e63a00;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

.btn_green {
    background-color: #00a052;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn_green:hover {
    background-color: #008a44;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

input[type="text"],
input[type="password"],
textarea,
select {
    padding-left: 5px;
    padding-right: 5px;
}


h1 {
    color: #00a052;
    font-size: 25px;
    font-style: italic;
    height: 30px;
    padding: 15px 0 5px 20px;
}

h2 {
    border-color: #eb5a23;
    border-style: solid;
    border-width: 0 1px 1px 10px;
    font-size: 16px;
    font-weight: bolder;
    margin: -11px 0 10px 10px;
    padding: 6px 10px;
}

/* Used for meta information shown in the popup header */
.metainfo {
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 0 1px;
    height: 46px;
    overflow: hidden;
    position: absolute;
    right: 60px;
    top: 2px;
    width: 380px;
}

.windowclose {
    position: absolute;
    right: 19px;
    top: 12px;
    width: 22px;
}

.metainfo li, .metainfo li * {
    font-size: 14px;
    color: #858080;
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
}

.orange {
    color: #eb5a23;
}

.dark {
    background-color: #60777C;
    color: #dbe0e1;
}

.light {
    background-color: #d3d3d3;
    color: #60777C;
}

#main {
    min-height: 800px;
}


.header-logo {
    margin-left: 20px;
}

.header-test-site {
    color: #af0a0a;
    font-size: 16px;
}

.header-h {
    display: inline-block;
    margin-left: 20px;
}

#header {
    height: 92px;
    padding: 10px 20px 10px 0;
    box-shadow: 0 2px 0 #d3d3d3;

}

#header ul {
    list-style: none;
    position: absolute;
}

#header ul li {
    float: left;
}


#header img {
    float: left;
}

#header ul#navigation {
    top: 38px;
    width: 100%;
}

#header ul#navigation li {
    overflow: visible;
}

table:not(.vda6x-cpBorder) tbody tr:hover {
    background-color: #c5dbee;
}

#header ul#navigation > li {
    background-color: #00a052;
    border-radius: 5px 5px 0 0;
    margin-right: 1px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

#header ul#navigation > li:first-child {
    margin-left: 10px;
}


#header ul#navigation li a {
    color: #d3d3d3;
    display: block;
    font-weight: bold;
    margin-right: 2px;
    text-align: center;
    line-height: 25px;
    width: 120px;
}

#header ul#navigation li a:hover,
#header ul#navigation li a.active {
    color: #000;
}

#header ul#navigation li ul {
    left: 0;
    top: 25px;
    background-color: #00a052;
    width: 100%;
    color: #fff;
    min-height: 49px;
    opacity: 0.9;
    padding-left: 10px;
}

#header ul#navigation li ul.active {
    display: block;
}

#header ul#navigation li ul li a {
    border: 0 none;
    color: #fff;
    line-height: 18px;
    padding: 4px 10px 2px 10px;
    width: auto;
    white-space: nowrap;
    border-bottom: 1px solid #00a052;
}

#header ul#navigation li ul li a:hover,
#header ul#navigation li ul li a.active {
    color: #000;
}

#header ul#navigation li ul li a.active {
    border-bottom: 1px solid #000;
}


#header ul#functions {
    height: 59px;
    right: 20px;
    top: 2px;
}

#header ul#functions li {
    height: 59px;
}

#header ul#functions li.center {
    height: 29px;
    padding: 5px 5px;
}

#header ul#functions li.info {
    border-style: solid;
    border-width: 0 1px;
    height: 60px;
    margin: 0 15px;
    padding: 1px 15px;
    text-align: left;
    width: 250px;
}

#header ul#functions li.switch {
    border-style: solid;
    border-width: 0 0 0 1px;
    height: 28px;
    margin: 0 -15px 0 15px;
    padding: 20px 15px 13px 15px;
    text-align: center;
    width: 120px;
}

#header ul#functions li.switch a {
    font-size: 17px;
    font-weight: bold;
}

#header ul#functions li.admin {
    background-color: #ff4200;
}

#header ul#functions li.admin a {
    color: #fff;
}


#main {
    background: #fefefe url('../gfx/layout/body-left.png') 10px 0 repeat-y;
    margin-top: 2px;
    padding: 10px 10px 0 50px;
}


#main h1 {
    background: transparent url('../img/logo-vda-qmc.png') 0 2px no-repeat;
    border: 0 none;
    font-size: 20px;
    padding: 5px 0 0 210px;
    position: absolute;
    top: 2px;
    left: 20px;
}

.data_grid_wrapper {
    width: 100%;
    overflow: auto;
}

table.datagrid {
    border-collapse: collapse;
    margin: 0 10px;
    width: 98%;
}

table.datagrid img {
    border: 0;
}

table.datagrid thead th {
    padding: 3px 0 3px 10px;
    text-align: left;
}

table.datagrid tbody {
    border-top: 1px solid #ff4200;
}

table.datagrid thead th.action {
    width: 20px !important;
    width: 20px;
}

table.datagrid tbody td {
    border-bottom: 1px solid #60777C;
    padding: 3px 0 3px 10px;
    white-space: nowrap;
}

table.datagrid table.certifications,
table.datagrid table.subgrid {
    background-color: #d3d3d3;
    border-collapse: collapse;
    border-bottom: 1px solid #ff4200;
    border-top: 1px solid #ff4200;
    margin: 0;
    overflow: scroll;
    padding-left: 10px;
    width: 100%;
}

table.datagrid table.certifications tbody td,
table.datagrid table.subgrid tbody td {
    border-bottom: 0;
}

table.datagrid tfoot td {
    padding: 10px;
    text-align: right;
}

table.datagrid tfoot td ol,
table.datagrid thead td ol {
    list-style: none;
}

table.datagrid tfoot td ol li,
table.datagrid thead td ol li {
    display: inline;
    margin: 3px;
}

table.datagrid tr.pager td {
    padding: 10px;
    text-align: right;
}

table.subgrid th.size1, table.subgrid th.size1 {
    width: 80px;
}

table.subgrid th.size2, table.subgrid th.size2 {
    width: 120px;
}

table.subgrid th.size3, table.subgrid th.size3 {
    width: 160px;
}

.vda6x_filters {
    border: 0;
    padding: 10px 10px 10px 0;
    text-align: right;
    width: 560px;
}

.vda6x_filters legend {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.vda6x_filters label {
    color: #ff4200;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 5px 10px;
    padding: 0;
    text-align: right;
    width: 265px;
}

.vda6x_filters label .ittxt,
.vda6x_filters label .itsel {
    border: 1px solid #ff4200;
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
    width: 165px;
}

.vda6x_filters .itimg {
    border: 0;
    margin: 5px 9px 5px 0;
    padding: 0;
}

.vda6x_fn_icon {
    display: block;
    float: right;
    margin-top: -2px;
    margin-right: 0;
}

tr.to_status_4 td {
    background-color: #eb9475;
}


