﻿/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default .rmLink {
    font-size: 1em;
}

html .RadNavigation {
    display: inline-block;
    text-align: left;
}

.rnvTemplate > span {
    display: inline-block;
    vertical-align: middle;
}

.rnvTemplate .imgWrap {
    width: 50px;
    text-align: center;
    margin-left: -10px;
}

.rnvTemplate img {
    margin-bottom: -4px;
}

.halfDiv {
    width: 395px;
    margin-left: 10px;
}

.mainTable {
    text-align: left;
    width: 780px;
}

.halfTable {
    text-align: left;
    width: 390px;
}

.fixed1420 {
    table-layout: fixed;
    width: 1420px;
}

.marginCell {
    min-width: 10px;
}

.seal {
    width: 80px !important;
    padding-right: 10px;
    padding-left: 10px;
}

.styleleft {
    text-align: left;
    width: 360px;
}

.styletiles {
    width: 342px;
}

.stylelefttop {
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    width: 160px;
}

.stylelefttoplarge {
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    width: 300px;
}

.styleleftbottom {
    vertical-align: bottom;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
}

.stylechartleft {
    text-align: left;
    width: 210px;
}

/* Grid specific CSS control */
ctl00_ContentPlaceHolder1_GrdJurorsDetail .RadGrid_WebBlue {
    min-width: 1622px;
}

/*.RadPicker {
    width: 150px !important;
}*/

.rtileTopContent {
    font-size: x-large;
}

.RadTileList {
    height: 156px !important;
    overflow-y: hidden;
}

    .RadTileList .rtlistGroup, .RadTileList .rtlistGroupSeparator, .RadTileList .rtlistWrapper {
        float: left;
        clear: both;
    }

    .RadTileList .rtlistGroupSeparator {
        width: auto;
        height: 30px;
        margin: 10px 0;
    }

    .RadTileList .rtlistWrapper {
        width: auto !important;
    }

    .RadTileList .rtlistScrollWrapper {
        width: auto !important;
    }

.MyDeleteButton,
.MyEditButton {
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.PickerCssWidth,
.PickerCssWidth .rcTable.rcTable {
    width: 260px !important;
}

.timelabels {
    width: 134px;
    text-align: right;
}

.allowed-attachments {
    display: block;
    margin-top: 12px;
    font-size: 13px;
}

.myjumbotron {
    padding: 1.5em !important;
    background-color: #e9eaea !important;
}

/** Columns */
.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.rcbScroll {
    overflow: scroll !important;
    overflow-x: hidden !important;
}
/** Multiple rows and columns */
.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered {
    float: left;
    margin: 0 1px;
    min-height: 12px;
    overflow: hidden;
    padding: 2px 19px 2px 6px;
    width: 193px;
}



.customSize {
    font-size: 1em;
}
/*.colSubPanel .rcbItem:nth-child(even) {
    background: #e3e3e3
}

.colSubPanel .rcbHovered:nth-child(even) {
    background: #999
}*/
