﻿
.r_btn {
    margin: 100px;
}

.RadGrid_Default {
    border: none !important;
}

option {
    color: #666;
}

.t_SL {
    border: none;
}

.RadWindow {
    z-index: 20000;
}

.t_SL th, .t_SL td {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 15px !important;
    font-weight: 600;
}

body .RadGrid_Default .rgRow .rgSorted, body .RadGrid_Default .rgAltRow .rgSorted {
    background: none;
}

.rgExpandCol {
    background: #111111 !important;
}

.t_SL th {
    color: #DC2222 !important;
}

    .t_SL th a {
        color: #DC2222 !important;
    }

.form_gen fieldset {
    border: 2px solid #222;
    margin: 20px 0;
}


.form_gen legend {
    color: #DC2222;
    padding: 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.t_SL td {
    color: #FFFFFF !important;
    border: none !important;
}


.form_gen .riSingle .riTextBox {
    font-weight: 600;
    background: none;
    border: 2px solid #FFF;
    border-radius: 0;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    height: 42px;
    outline: 0 none;
    font-size: 14px;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 36px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
}

.t_SL tbody .rgRow:hover, .t_SL tbody .rgAltRow:hover {
    background: #000 !important;
    cursor: default !important;
}

.t_SL thead th {
    background: #181818 !important;
    border: none !important;
}

.t_SL tfoot td, .RadGrid_Default .rgInfoPart, .RadGrid_Default .rgInfoPart strong {
    color: #DC2222 !important;
}

.t_SL tfoot tr {
    background: #111 !important;
}

.t_SL .riLabel {
    color: #DC2222 !important;
    margin: -30px 10px 0 0 !important;
}

.t_SL .riContentWrapper {
    display: block !important;
    margin: -5px 0 0 0;
}

.t_SL .PNL_PageSize a {
    margin-left: 20px;
}

.t_SL .PNL_PageSize .selected {
    color: #DC2222 !important;
}

.noMarginTop {
    margin-top: 0px !important;
}


html .RadUpload {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

    html .RadUpload .ruFileWrap {
        max-height: 100% !important;
    }

    html .RadUpload ul {
        width: 100%;
        height: 100%;
    }

    html .RadUpload .ruFileWrap {
        cursor: pointer !important;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
    }

.RadUpload .ruInputs {
    position: absolute;
}


.voile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-opacity: 0.8;
    opacity: 0.8;
    z-index: 40;
    background-color: #CCC;
    display: none;
}

.form_gen {
    position: relative;
}

.PNL_Confirm {
    display: none;
}


    .PNL_Confirm .jqi {
        box-shadow: 3px 4px 10px -1px #666666;
        float: left;
        position: fixed !important;
        z-index: 2000000000;
        top: 50%;
        left: 50%;
        background: #333;
        color: #FFF;
        margin-top: -160px;
        margin-left: -200px;
    }

.jqidefaultbutton {
    cursor: pointer;
    text-align: right;
    color: #489afe;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    /*border-left: solid 1px #FFF;*/
    padding: 15px 20px;
    background-color: transparent;
    display: block;
    float: right;
}


.PNL_AddDriver, .PNL_AddCommissioner, .PNL_AddTeam, .PNL_AddCircuitEndurance {
    box-shadow: 3px 4px 10px -1px #666666;
    float: left;
    position: absolute !important;
    z-index: 200;
    top: 11%;
    left: 50%;
    margin-top: -160px;
    margin-left: -300px;
    width: 700px;
    display: none;
}

.PNL_AddCommissioner {
    top: 250px;
}

.h2WithoutPaddingLeft {
    padding-left: 0 !important;
}


/* Rad Combo Box */
.RadComboBox_Black .rcbInputCell, .RadComboBox_Black .rcbArrowCell {
    background: none !important;
}

.rcbInputCell {
    padding: 10px !important;
}

        .RadComboBox_Black {
            color: #fff;
            font-size: 12px;
            border: 2px solid #FFF;
            font-family: "Segoe UI",Arial,Helvetica,sans-serif;
        }

.rcbReadOnly {
    padding: 10px !important;
}

.rcbItem input, .rcbHovered input {
    height: auto;
    position: inherit;
    opacity: 1;
}

.Black.RadEditor .reContentCell {
    background: none !important;
}