
table{
    width: 100%;
    font-family: "fira sans";
    font-size: 1.3em;
    font-weight: 500;


}
th   {
    background: #C3DDFF;
    color: #161F2A;
    font-size:0.8rem;
}
tr{
    background: #2B2628;

    color:#FFF;
    font-weight: 700;

}
tr:nth-child(2n+1){
    background: #060009;
}
td{
    padding: 0.3em;
}

table tr td:first-child,
table tr td:nth-child(1){
    width: 8%;
    text-align: center;
}
table tr td:nth-child(2){
    width: 8%;
    text-align: center;
}
table tr td:nth-child(3){
}
table tr td:nth-child(4){
    width: 15%;
    text-align: center;
    font-size:0.7em;
    padding: 0.1em 0.2em;
}
table tr td:nth-child(5){
    width: 15%;
    text-align: center;
    font-size:0.7em;
    padding: 0.1em 0.2em;
}
table tr td:nth-child(6){
    width: 8%;
    text-align: right;
    font-family: "fira sans";
    font-weight: 900;
}
table tr td:nth-child(7){
    width: 8%;
    text-align: right;
    font-family: "fira sans";
    font-weight: 900;
}
table tr td:nth-child(8){
    width: 8%;
    text-align: right;
    font-family: "fira sans";
    font-weight: 900;

}


table tr td:nth-child(9){
    width: 6%;
    text-align: right;
    color:red;
    font-family: "fira sans";
    font-weight: 900;
}

.head_title{
    text-align: left;
    font-size: 1em;
    padding-left: 1rem;
    cursor: default;
    width:55%;
}

.head{
    text-align: left;
    font-size: 0.7em;
    padding-left: 1rem;
    cursor: default;
}

.messagebox{
    text-align: left;
    font-size: 0.7em;
    padding-left: 1rem;
    cursor: default;
}
.messageboxon{
    text-align: center;
    font-size: 0.7em;
    padding-left: 1rem;
    color:red;
    cursor: default;
}

.head_2 {
    text-align: center;
    font-size: 1rem;
    padding-left: initial;
    cursor: default;
}
.head_2_sel {
    text-align: center;
    font-size: 1rem;
    padding-left: initial;
    cursor: pointer;
    background: #ddffc3;
    width:17%;
}
.head_2_usr {
    text-align: center;
    font-size: 0.6rem;
    padding: 1rem;
    cursor: default;
    width:8%;
}
.head_2_run {
    text-align: center;
    font-size: 1rem;
    padding: 1rem;
    cursor: default;
    width:8%;
}

.dos{
    background: #FFF;
    color : #161F2A;
    padding: 1.1rem 1.2rem;
    text-align: center;
}


#third th{
    border: none;
}
.dns{
background: #C3DDFF;
    color : #161F2A;
    padding: 0.1rem 0.5rem;
    border:1px solid #FFFFFF;
}
select#cdx-select {
    border: none;
    background: none;
    display: block;
    width: 100%;
    text-align-last: center;
}
p.run {
    display: table-cell;
}
p#run_number {
    display: table-cell;
}
.select_cdx_menu{
    position: absolute;
    top:50px;
    width:60%;
    display:none;
    left:20%;
}

table#table_cdx_sel {
    background-color: white;
    cursor: pointer;
}

table#table_cdx_sel tbody tr:nth-child(odd) {
    background-color: #aacfff;
    color: black;
    cursor: pointer;
}

table#table_cdx_sel tbody tr:nth-child(even) {
    background-color: #ddebff;
    color: black;
    cursor: pointer;
}



table#res_sw th   {
    background: #C3DDFF;
    color: #161F2A;
    font-size:0.8em;
    width:8%;
}
table#res_sw th.select   {
    background: #ddffc3;
    color: #161F2A;
    font-size:0.8em;
    width:10%;
    cursor: pointer;
    padding: 0.8em;


}

table#res_sw th.select:hover   {
    background: #b2ff77;
}


table#res_sw th.selected   {
    background: #b2ff77;
    color: #161F2A;
    font-size:0.8em;
    width:10%;
    cursor: pointer;
    padding: 0.8em;

}


.sipka {
    position: relative;
    display: block;
    float: right;
    vertical-align: middle;
    top: 9px;
    height: 25px;
    left: -5px;
}
.sipka2 {
    height: 50%;
    left: 5%;
    position: relative;
}

