table.table th {
    background: #1c1732;
}

table.table tbody th a {
    color: white !important;
}

table.table tbody td a {
    color: #151515 !important;
}

table.table tbody a {
    cursor: pointer;
    -webkit-transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

table.table tbody a,
table.table tbody th, 
table.table tbody th b {
    font-family: 'Quicksand', sans-serif;
    color: white !important;
    padding: 15px 0px;
}

table.table tbody a:hover {
    text-decoration: none;
    color: rgba(237, 84, 89, 1) !important;
}

/* Sidebar Zones */

#menuLateral {
    margin-top: 122px;
}

#menuLateral .fa-chevron-up,
#menuLateral .fa-chevron-down {
    float: right;
    line-height: 20px;
    padding-left: 10px;
}

/* Sidebar Zones END */

.window_right_half {
    border-left: 1px solid #1c1732;
    margin-left: 50% !important;
    width: 50% !important;
    top: 0px !important;
    height: 100% !important;
    border-top: 0px;
}

.window_right_half .window_top {
    border-left: 1px solid white;
}

.window_top {
    border-radius: 0px;
}

#menuLateral {
    display: none;
}

#desktop .desktopIconRight,
#desktop .desktopIcon {
    display: none;
}

#bar_bottom.bar_zona a {
    display: none;
}