﻿/* NAVIGATION */
a.flow_navButton:link { background: #007AC0; color: #eee; font-size: 14px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; border: 1px inset #658BBC; padding: 2px 6px; text-decoration: none; margin: 0px 4px;}
a.flow_navButton:visited { background: #007AC0; color: #eee; font-size: 14px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; border: 1px inset #658BBC; padding: 2px 6px; text-decoration: none; margin: 0px 4px;}
a.flow_navButton:active { background: #007AC0; color: #eee; font-size: 14px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; border: 1px inset #658BBC; padding: 2px 6px; text-decoration: none;  margin: 0px 4px;}
a.flow_navButton:hover { background: #007AC0; color: #fff; font-size: 14px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; border: 1px outset #658BBC; background: #FB3D01; background-image: url('../images/flow_button_bg.gif'); padding: 2px 6px; text-decoration: none;  margin: 0px 4px;}

a.flow_navText:link { color: #fff; font-size: 11px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.flow_navText:visited { color: #fff; font-size: 11px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.flow_navText:hover { color: #F3AB00; font-size: 11px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.flow_navText:active { color: #fff; font-size: 11px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
.flow_navText { color: #ccc; font-size: 12px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}

.flow_pagetitle { color: #fff; font-size: 12px; font-weight: bold; font-family: "Segoe UI Symbol" , Arial, Helvetica, sans-serif; }

/* FOOTER */
a.flow_footer:link { color: #fff; font-size: 10px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.flow_footer:visited { color: #fff; font-size: 10px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.flow_footer:hover { color: #FDB59E; font-size: 10px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.flow_footer:active { color: #fff; font-size: 10px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
.flow_footer { color: #fff; font-size: 10px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; }

/* CONTROL PANEL */
a.flow_controlPanel:link { color: #F93D00; font-size: 12px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.flow_controlPanel:visited { color: #F93D00; font-size: 12px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.flow_controlPanel:hover { color: #00B3FE; font-size: 12px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.flow_controlPanel:active { color: #F93D00; font-size: 12px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
.flow_controlPanel { color: #F93D00; font-size: 12px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}

a.editLeft {
    background-image: url("../images/icons/mini/edit.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

/* SPECIALTY HELPERS */
.flow_fieldsetAuto { width: auto; border-color:#006FAF; border-width:1px; color:#006FAF; font-size:14px; text-align:left; padding: 4px 20px 20px 20px; margin-bottom: 10px; }

/* REPORTS */
.report_col_A { font-size: 12px; background-color: #fafafa; color: #333; padding: 8px 10px 8px 10px; }
.report_col_B {  font-size: 12px; background-color: #C3E1F0; color: #333; padding: 8px 10px 8px 10px; }
.report_header {  font-size: 9px; background-color: #00ACFE; color: #fff; padding: 6px 10px 6px 10px; }
.report_edit {  font-size: 9px; background-color: #FFE6DF; color: #333; padding: 6px 10px 6px 10px; }
a.report_link:link { color: #fff; font-size: 10px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.report_link:visited { color: #fff; font-size: 10px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.report_link:hover { color: #FDB59E; font-size: 10px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
a.report_link:active { color: #fff; font-size: 10px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;	}
.grid_header a   { text-decoration: underline; }

.report_col_A_tiny { font-size: 8px; background-color: #fafafa; color: #333; padding: 8px 10px 8px 10px; }
.report_col_B_tiny {  font-size: 8px; background-color: #C3E1F0; color: #333; padding: 8px 10px 8px 10px; }

/* PURE EXTRAS */
.flow_tiny { color: #fff; font-size: 8px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; }
.flow_big { color: #007AC0; font-size: 18px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; }
.fullwidth { width: 100% }
.flow_form_bugname { color: black; font-size: 12px; font-weight: bold; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; }

.serialValid
{
    color:#34af00;
}

.serialInvalid
{
    color:#e20032;
}

/* Calendar Date Header Fix */
.rsHeader h2 { color: White; }

/* hide extra long audit content on screen but allow to export */
.extraAudit { display: none }
.showExtraAudit { display: inline }
.noDisplay {display: none }

.grey {
    color: grey;
}

.greyGradient {
    background-color: silver;
    background-image: -webkit-linear-gradient(top, #E0E0E0, white, silver); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image: -moz-linear-gradient( top, #E0E0E0, white, silver); /* For Firefox (3.6 to 15) */
    background-image: -o-linear-gradient( top, #E0E0E0, white, silver); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient( to bottom, #E0E0E0, white, silver); /* Standard syntax; must be last */
}
.sourceAttrib
{
    margin-top: 4px;
    color: Gray; 
}

/* Telerik Editing */

.RadPicker { display: inline-block; }

.confirmP 
{
    color: #444; font-size: 11px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; /* same as base p style */
    text-align: center;
}

.smc_form .rbText
{
    color: #333333; font-size: 11px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; 
}

div.RadGrid_Vista .rgCommandRow .grid_header {
    padding: 10px 10px;
    text-align: left;
    white-space: nowrap;
}

div.RadGrid_Vista .rgCommandRow .grid_header .title {
    font-size: 15px;
    font-weight: bold;
}

div.RadGrid_Vista .rgRow td,
div.RadGrid_Vista .rgAltRow td,
div.RadGrid_Vista .rgEditRow>td
{
    border-style: none;
}

.RadGrid_Vista .rgEditRow {
    background-color: #96cfee !important;
}
.RadGrid_Vista .rgSelectedRow
{
    font-size: 15px;
    font-weight: bold;
}

.RadCalendarTimeView_Vista a
{
   width: 70px !important;
}

.flow_right
{
    text-align: right;
}

.RadToolTip .rtWrapper td.rtWrapperContent, 
.RadInput_Vista .riTextBox,
.RadComboBox_Vista .rcbInput,
.RadGrid_Vista .rgMasterTable
{
    font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif !important;
}

.RadGrid_Vista .rgGroupHeader, 
.RadGrid_Vista .rgGroupCol
{
    background-color: #C3E1F0 !important;
    background-image: none !important;
}

.RadGrid_Vista .rgGroupCol input
{
    background-color: #C3E1F0 !important;
}

.RadGrid_Vista .rgGroupHeader td  p,
.RadGrid .rgGroupHeader td p
{
    font-size: 13px;
    color: #333;
    font-weight: bold;
    background-color: transparent !important;
    background-image: none !important;
}

.RadGrid_Vista .rgSelectedRow
{
    background-image: none !important;
    background-color: #fddcd1 !important;
    font-weight: normal;
    font-size: 12px;
}

.RadGrid .rgRow .delBtn, .RadGrid .rgAltRow .delBtn
{
    vertical-align: top;
    text-align: center;
    padding-top: 7px;
}

.RadGrid_Vista .rgRow  a.black, .RadGrid_Vista .rgAltRow  a.black {
    text-decoration: none; 
    color: black;
    font-weight: bold;
}

.RadGrid .rgRow .groupName, .RadGrid .rgAltRow .groupName,
.rgHeaderDiv .groupNameHdr, 
.rgFooter .groupNameFtr
{
    vertical-align: text-top;
    width: 110px;
}

.RadGrid .rgRow .story, .RadGrid .rgAltRow .story,
.rgHeaderDiv .storyHdr,
.rgFooter .storyFtr
{
    vertical-align: text-top;
    width: 265px;
}

.tagValues 
{
    margin: 0 20px 0 5px;
    position: relative;
    min-height: 25px;
    min-width: 20px;
}

.tagValues .all
{
    max-height:250px; 
    overflow-y:auto;
}

.tagValues .editable
{
    position: relative;
    top: 0;
    left: 20px;
}

.tagValues .tag
{
    display: table-row;
}

.tagValues .group
{
    display: table-row;
}
.tagValues .group .name {
    display: table-cell;
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 0.5em;
}

.tagValues .key
{
    display: table-cell;
    text-align: right;
}

.tagValues .eq
{
    display: table-cell;
    width: 12px;
    text-align: center;
}

.tagValues .val
{
    display: table-cell;
    text-align: left;
}

.tagValues .editTags
{
    position: absolute;
    top: 3px;
    left: 0;
}

.tagValues .tagCnt
{
    color: grey;
    position: absolute;
    top: 20px;
    left: -6px;
    text-align: center;
    width: 24px;
}

.tagValues .long .tag,
.tagValues .long .key,
.tagValues .long .val {
    display: block;
}


.tagValues .long .group {
    display: block;
    margin-top: 0.75em;
}
.tagValues .long .group .name
{
    display: inline;
    font-size: 1.1em;
}

.tagValues .long .key {
    font-weight: bold;
    text-align: left;
}

.tagValues .long .eq {
    display: none;
}

.tagValues .long .val {
    text-align: left;
    padding-left: 1.25em;
}

.tagValExpnd {
    display: inline-block;
    width: 30px;
    position: absolute;
    left: 20px;
}

.tagEditOpen
{
    background: url("../images/icons/edit_tags.png") no-repeat ;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
}

.TagEditor.RadGrid_Office2010Blue .rgEditRow {
    background-color: rgba(250, 250, 250, 0.7);
}
.TagEditor.RadGrid_Office2010Blue .rgDataDiv
{
    background-color: #dae7f5;
}
.TagEditor .rgClipCells .rgEditRow > td.keyCol {
    vertical-align: top;
    text-align: right;
}
.TagEditor .rgClipCells .rgEditRow > td.longKeyAdj {
    overflow: visible;
}
.TagEditor .longKey 
{
    border: none;
    background-color: transparent;
    height: 1.25em;
    text-align: left;
}
.TagEditor .longText 
{
    position: relative;
    left: -115px;
}
.TagEditor .valCol.longKeyAdj 
{
    padding-top: 2em;
}
.TagEditor .isReservedKey {
    background-color: yellow;
}
.TagEditor span.isReservedKey {
    padding: 2px;
    padding-bottom: 0;
}
.TagEditor .xKeyReserved {
    font-size: 10px;
    color: darkred;
    padding-top: 1px;
}
.tagLabel {
    position: relative;
    top: 4px;
}

.tagRemove
{
    color: silver;
    text-decoration: line-through;
}

.tagLogoType
{
    padding: 2px 0; 
    vertical-align: top; 
}

.tagMediaBtn {
    background-color: transparent;
    border: 1px outset silver;
    display: none;
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
}

fieldset.tooltipTagsField
{
    width: 90%;
}

div.tooltipTags {
    margin:2px;
    padding: 8px; 
    background-color:#fff;
}

.playlistStoryContent
{
    overflow: hidden;
}

 .reClass_all
 {
     background-image: none !important;
 }

 .reClass_
 {
     background-image: none !important;
 }
 
div.customLoadPanel  div.raDiv
{
    background-image: none;
}

/* used to correctly align Telerik controls that otherwise are out of alignment with other elements beside them - actually seems to be a Chrome issue only thus the rule that follow this targets Chrome only */
.bumpDown
{
    position:relative; 
    top: 0;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dppx) { .bumpDown { top: 2px; } }  /* Chrome 29+ Only rule */

/* used to allow telerik butons like spellcheck apply the smc_button sytles */
div.smc_button input
{
    color: #006faf; font-size: 11px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; 
}

.compact_btn { background-color: #34af00; color:White; font-size: 12px; border-style: none; font-weight: bold; cursor: pointer; border: 1px solid Silver; width: 40px; }
.compact_btn_off { background-color: Silver; color: #e20032; border-color: White }

.loading
{
    background-color: #fff;
    height:100%;
    width:100%;
}

.loading img
{
    vertical-align: middle;
}

h2.gridSubHeader
{
    background-color: #98c0d4;
    color: Black;
    padding: 3px 2px;
    margin: 0;
}

.stringCollection
{
    margin: 4px 2px 2px 2px;
    padding: 2px 2px;
    line-height: 120%; 
    position: relative;
}

.stringCollectionPrefix
{
    font-weight: bold;
    font-size: 130%;
}

.stringTerm
{
    background-color: #98c0d4; 
    padding: 2px 3px; 
    margin: 2px; 
    white-space:pre; 
}

.deleteTerm
{
    font-weight: bold; 
    font-size: 12pt; 
    color: Red; 
    position: relative; 
    top: -2px;
}

.h4Edit
{
    color: #006faf; 
    font-size: 18px; 
    font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: right;
}

.sportsTeam .RadUpload .ruFakeInput
{
    width: 35px;
}

.mediaPicker .RadUpload .ruFakeInput
{
    width: 280px;
}

.sportsTeam #fileLoadingMsg
{
    border: solid 2px #000;
    padding: 3px;
    display: none;
    font-weight: bold;
    font-size: 11px;
}

.sportsTeam .ErrorHolder
{
    border: solid 2px #955e0d;
    padding: 2px;
    display: none;
    font-weight: bold;
    font-size: 11px;
}

.helpLink
{
    text-decoration: underline;
    color: Blue;
    cursor: help;
    font-weight: normal;
}

.storyBox
{
    height: 220px; 
    overflow: scroll;
    padding-right: 5px;
    /* overflow-x: hidden; */
}

.storyBoxScrollY {
    height: 220px;
    overflow-y: scroll;
    padding-right: 5px;
}

.warnLength
{
    background-color: Red;
    color: White;
}

.picBgCheckers
{
    background-image: url("../images/checkers64.png");
    background-repeat: repeat;
    text-align: center;
}

.picZone
{
     border: 1px none black;
}

.twitterPic
{
    position: relative; 
    width: 55px; 
    float: left;
}

.greyOutPic
{
    background-image: url("../images/inactive.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0px;
    z-index: 100;
}

.greyTweetText
{
    color: Gray;
    font-size: 12px;
}

.imgRight { float: right; margin: 3px 0 3px 3px; }

.tweetText,
.fbText
{
    white-space: pre-wrap;
    font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif;
}

.playlistNumber, .playlistNumberA
{
    position: absolute; 
    top: 30px; 
    left: -1px;  
    font-size: 12pt; 
    color: #C3E1F0 ; 
    font-weight: bold
}

.playlistNumberA
{
    color: #FAFAFA;
}

.playlistNumCompact, .playlistNumCompactA
{
    /* position: absolute; 
    bottom: -2px; 
    left: -5px;  */
    font-size: 10pt; 
    color: #C3E1F0 ; 
}

.playlistNumCompactA
{
    color: #FAFAFA;
}

.playlistNumC, .playlistNumCa
{
    font-size: 12pt; 
    color: #C3E1F0 ; 
    font-weight: bold
}

.playlistNumCa
{
    color: #FAFAFA;
}

.savedlistCount, .savedCount
{
    position: absolute; 
    top: 8px; 
    left: 25px;  
    font-size: 7pt; 
    color: #006faf ; 
    font-weight: normal
}

.savedCount
{
    left: 0px;
    text-align: center;
    width: 95%;
}

.savedlistCountCurrent
{
    font-weight: bold;
    color: black;
}

.tweetAge
{
    text-align: right;
     width: 130px; 
     position: absolute; 
    right: 0;
}

.tweetTopic
{
    width: 150px; 
    height: 15px;
    position: absolute; 
    right: 130px; 
    overflow: hidden;
}

.tweetData
{
    float: left; 
    padding-left: 3px; 
    width: 450px; 
    position: relative;
}

.tweetAvatar
{
    float: left;
    margin-right: 4px;
}

.tweetMenu
{
    position: absolute; 
    top: 0px; 
    left: 0; 
    padding: 3px 5px 0 5px; 
    width: 20px; 
    height: 50px; 
    z-index:1000;
    display: none;
    border: 1px solid Silver;
    border-left: none;
    border-top: none;
}

.twitterConfigList
{
    font-weight: bold;
    font-size: 14px;
}

.imgToolTip
{
    cursor: pointer;
}

.gameReportInfo
{
    margin: 0;
    padding: 1px 10px 10px 10px;

    width: 330px;
    height: 400px;

    overflow:scroll;
}

.gameReportToolTip
{
    width: 350px;
    padding: 0;
    
    border-style: none;
    background-color: White;
    color: Black;
    
}

.gameReportLink
{
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

.gameReportNoData
{
    text-decoration: none;
    cursor: default;
    color: Black !important;
    display: block;
}

.expired
{
    background-image: url('../images/icons/mini/warning.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}

.toolTipHeader { color: #FFFFFF; font-size: 13px; font-family: "Segoe UI Symbol", Arial, Helvetica, sans-serif; margin: 3px 0; padding: 4px;  background-image: url("../images/gradient_blue.png"); background-repeat:repeat; }

.noTextSelect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.allowTextSelect
{
    -webkit-user-select: text;  /* Chrome all / Safari all */
    -moz-user-select: text;     /* Firefox all */
    -ms-user-select: text;      /* IE 10+ */
    -khtml-user-select: text;
}

.report_col_bold
{
    font-weight: bold;
}

/* reduce the height between treeview nodes */
div.RadTreeView {
  line-height: 16px;
}

div.RadTreeView .rtSp {
  height: 14px;
}

div.RadTreeView .rtHover .rtIn,
div.RadTreeView .rtSelected .rtIn {

  padding: 0px 1px 0px;
}

div.RadTreeView .rtIn {

  padding: 1px 2px 1px;
  position: relative;
}

.ScoreRow > *
{
    display: inline-block; 
    vertical-align: middle;
}

.ScoreTab
{
    font-size: 8pt !important; 
    color: #638BBB !important;
    padding: 0 2px !important;
}

.rgMasterTable thead th.SBox,
.RadGrid_Vista .rgMasterTable thead th.SBox:first-child
{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.RadGrid .rgRow>td.SBox,
.RadGrid .rgAltRow>td.SBox,
.RadGrid_Vista .rgRow>td.SBox:first-child, 
.RadGrid_Vista .rgAltRow>td.SBox:first-child
{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}


.ImgSourceTab
{
    font-size: 8pt !important; 
    color: #638BBB !important;
    padding: 0 2px !important;
}

.showToolTipLink
{
    color: #06C;
    cursor: help;
    text-decoration: underline;
}

.noValueText
{
    color: Gray;
}

.noVscroll 
{
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* FINANCIALS Grid edit form size */
.inline_maximize input[type=text] { width:100%; }
/* MODULE PAGE SPACING */
.pageViewSpacing { padding-top:12px; border-top: 4px solid #666; }

.electCandidateListItem
{
    position: relative; 
    display: inline-block; 
    width:85px; 
    text-align:center; 
    padding:4px; 
    vertical-align:top;
    cursor: default;
}

.electCandidateListItem:hover
{
    cursor: pointer;
    background-color: #00ACFE;
    color: #fff;
}

/* for the scheduler */
.rsWorkHourWeekend
{
    background-color: White !important;
}

#tickScheduler .RadScheduler_Vista .rsAptDelete,
#tickScheduler .RadScheduler_Vista .rsApt .rsAptDelete,
#brandSchedule .RadScheduler_Vista .rsAptDelete,
#brandSchedule .RadScheduler_Vista .rsApt .rsAptDelete
{ 
    background:url('../images/icons/delBtn.png') no-repeat;
    background-position: 6px 1px;
}


/* program scheduling */
.resHdr, .resHdr td h3
{
    padding: 0;
    margin: 0;
}

.assetHdr, .assetHdr td h3
{
    padding: 3px 0 0 0;
    margin: 0;
}

.proName 
{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 250px;
    overflow-x:hidden ;
}
.proRate 
{
    display: inline-block;
    overflow: hidden;
    padding-left: 5px;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.proDurn
{
    display: inline-block;
    overflow: hidden;
    padding-right: 5px;
    text-align: right; 
    vertical-align: top;
    width: 35px;
}

.assetName {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 250px;
    overflow-x: hidden;
}

.contentGroupName {
    display: inline-block;
    overflow: hidden;
    padding-left: 5px;
    text-align: left;
    vertical-align: top;
    color: darkgray;
    width: 90px;
}

#implicitList
{
    max-height: 80px; 
    overflow-y: auto; 
    overflow-x: hidden;
    margin: 0; 
    padding: 2px 3px 1px 7px;
 
    background-color: rgb(218, 231, 245); 
    color: black; 
    border: 1px solid rgb(151, 151, 151);
    list-style: none; 
    list-style-position: outside;
    white-space: nowrap;
}

/* Elections stuff */
.PartySwatch
{
    display:inline-block; 
    width: 1em; 
    height: 1em; 
}

/* Customize the look of the color picker. */
.PartyColorPicker {
    width: 260px !important;
}
 
.PartyColorPicker div.rcpPalette, .PartyColorPicker div.rcpViews, .PartyColorPicker div.rcpPageView {
    margin: 0px;
    padding: 0px;
    background: Transparent none; /* Transparent none */
}
.PartyColorPicker div.rcpEmptyHeader, .PartyColorPicker .rcpRoundedRight, .PartyColorPicker .rcpRoundedBottomRight, .PartyColorPicker .rcpRoundedBottomLeft {
    display: none;
}
 
.PartyColorPicker .rcpPalette .rcpWebPalette span {
    padding: 0px;
    width: 15px !important;
    height: 15px !important;
}
 
.PartyColorPicker .rcpPalette .rcpWebPalette a {
    background-image: none;
    border: solid 2px transparent;
}
 
.PartyColorPicker .rcpPalette li {
    margin-right: 2px;
}

.PartyColorPicker .rcpPalette .rcpWebPalette .rcpSelectedColor {
    border: 2px solid yellow;
}

.RadMenu .rmGroup .rmSelected .rmLink:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	border: 4px solid;
	margin-top: -4px;
	border-radius: 4px;
	opacity: 0.7;
}

.elcResultsRow
{
    position: relative; 
    top: -3px
}

.elcResultsRowImg
{
    position: relative; 
    top: -3px;
    padding: 0.25em 0;
}

.elc1stParty {
    overflow: hidden;
    height: 1.25em;
    font-weight: bold;
    vertical-align: middle;
}

.elc1stPartyImg {
    overflow: hidden;
    height: 1.25em;
    max-width: 70px;
    position: relative;
    top: -0.2em;
}

.elc2ndParty {
    position: absolute;
    top: 1.15em;
    height: 1.25em;
    overflow: hidden;
    font-size: smaller;
}

.elc2ndPartyImg {
    position: absolute;
    top: 1.15em;
    width: 75%;
    left: 20%;
    height: 0.8em;
    overflow: hidden;
}

.elc2ndPartyColor {
    position: absolute;
    top: 1.4em;
    height: 0.5em;
    overflow: hidden;
    font-size: smaller;
    border-top: 1px solid white;
}

.elcResPosCnt {
    color: darkgray;
    white-space: pre;
    font-size: smaller;
}

.RadGrid_Vista .rgRow>td.elcResultEditCol,
.RadGrid_Vista .rgAltRow>td.elcResultEditCol
{
    border: 2px inset white;
    border-collapse: collapse;
}

.RadGrid_Vista .rgAltRow>td.elcResultEditCol
{
    border-width: 2px;
    border-collapse: collapse;
}

div.elcResPoll {
    display: inline-block;
    width: 50px;
    text-align: right;
    vertical-align: middle;
}
td.elcResNum {
    text-align: right;
    vertical-align: middle;
}
div.elcPct {
    display: inline-block;
    width: 50px;
    text-align: right;
    vertical-align: middle;
}
div.elcResPoll + div.elcPct {
    padding-left: 10px;
}

div.elcVotePct
{
    background-color: silver;
    border: 2px groove darkgrey;
}
.elcCanIgnore {
    /* a0a0a0 colored slanted line */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAD5JREFUKFONzNkJACAMBFHT6Za2nSoRFI9c8/0YaYVIdsmcIgASwoV05sITufBFJrTQBz10wQhtmKEJK0jhAEeVJuoFwUxsAAAAAElFTkSuQmCC) repeat;
}
div.clearComboSelection
{
    /*
    display: inline-block; 
    position: relative; 
    left: -37px;  */
    display: block;
    position: absolute; 
    right: 20px;
    top: 1px; 
    color: Gray; 
    background-color:White; 
    padding: 1px 0.25em 0 0.25em; 
    border-left: 1px solid Silver; 
    cursor: pointer; 
    height: 18px; 
    width: 0.5em
}

.imgBtn
{
    cursor: pointer;
}

.LiveFilterRow > div
{
    display: inline-block; 
    vertical-align: top;
}

.LiveFilterRow > div div.clearComboSelection
{
    display: block;
    position: absolute; 
    right: 20px;
    left: auto;
}

.LiveFilterRow .riSingle
{
    vertical-align: top;
}

.RadComboBoxDropDown .rcbItem>label, 
.RadComboBoxDropDown .rcbHovered>label, 
.RadComboBoxDropDown .rcbDisabled>label, 
.RadComboBoxDropDown .rcbLoading>label, 
.RadComboBoxDropDown .rcbCheckAllItems>label, 
.RadComboBoxDropDown .rcbCheckAllItemsHovered>label
{
    display: inline !important; 
}

.liveListControl .title
{
    font-size: 15px;
}

.wplName
{
    display: inline-block; 
    width: 220px;
}

.wplSt
{
    display: inline-block;
    width: 50px;
    padding-left: 5px;
}

.wplCo 
{
    display: inline-block;
    width: 60px;
    padding-left: 5px;
}


.wplSo
{
    display: inline-block; 
    width: 70px;
}


.resourceDesc
{
    padding: 2px 0 2px 4px; 
    display:inline-block; 
    vertical-align: middle;
    height: 100%; 
    max-width: 250px;
    overflow:hidden;
}

.ctlName
{
    display: inline-block; 
    width: 220px;
}

.ctlGroup
{
    color: darkgray;
    display: inline-block;
    width: 130px;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}


.eplName
{
    display: inline-block; 
    width: 300px;
}

.eplGroup
{
    color: darkgray;
    display: inline-block;
    width: 130px;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.altItem 
{
    background-color: #fafafa; 
}
.altItem:hover, .rlbSelected .altItem
{
    background-color: transparent;
}

.resourcePreview
{
    margin: 5px 0px 0 0; 
    border: 5px inset Silver;
}

.resourcePreview img
{
    width: 100%;
}

#fldClosings div.item
{
    float: left;
}

#fldClosings div.item > div
{
    float: left;
    padding-left: 10px;
}

#BLEdit .riSingle a.riDown,
#BLEdit .riSingle a.riUp
{
    border-style: none;
}

#BLEdit .riSingle a.riDown
{
    margin-left: -23px;
}

.searchFound {
    background-color: cyan;
}

.xMagnifyContent .rtSelected .playlistContent,
.xMagnifyContent .rtHover .playlistContent,
.xMagnify .rtHover .rtIn,
.xMagnify .rtSelected .rtIn
{
    height: 30px;
    font-size: larger;
}

.runEdEmptyLine {
    background-color:#fff986; 
    border:1px solid #666; 
    border-radius:2px; 
    padding:0px 6px 0px 0px;
}

.runEdChoiceCnt {
    display: inline; 
    padding-left: 2em;
}

.runEdOrd {
    display: block; 
    font-weight: bold;
    color: darkgray;
    background-color: lightcyan;
    position: absolute;
    left: -23px;
    width: 22px;
    text-align: center;
    z-index: 99;
}

#hubList {
    position: absolute;
    left: -108px;
    top: 95px;
    width: 210px;
    height: 22px;
    color: white;
    padding: 5px 5px 0 5px;
    border: 1px solid black;
    border-width: 2px 2px 0 2px;
    border-radius: 7px 7px 0 0;
    background-color: #18253B;
    background-image: -webkit-linear-gradient(left, #19263c, #7fc2fd); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image:    -moz-linear-gradient(left, #19263c, #7fc2fd); /* For Firefox (3.6 to 15) */
    background-image:      -o-linear-gradient(left, #19263c, #7fc2fd); /* For old Opera (11.1 to 12.0) */ 
    background-image:         linear-gradient(to left, #19263c, #7fc2fd); /* Standard syntax; must be last */
}
.rotating { 
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.rotated { transform:rotate(-90deg); -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); }

.clickable {
    cursor: pointer;
}

.RecurrenceEditor.xDateTop {

}

.RecurrenceEditor .rsAdvChkWrap label {
    text-align: left;
}
.RecurrenceEditor.xDateTop .rsAdvRecurrencePatterns {
    position: relative;
    top: 45px;
}
.RecurrenceEditor.xDateTop .rsAdvRecurrenceRangePanel {
    position: relative;
    top: -125px;
    width: calc(100% - 12px);
}
.RecurrenceEditor.xDateTop .rsAdvOptionsPanel {
    width: 100%;
}

/* PRINTING */
span.flow_print_only { display: none; }


.allowPageBreak { page-break-inside:auto }
.avoidPageBreak    { page-break-inside:avoid; page-break-after:auto }

.printedRow 
{
    position: relative; 
    font-size: 16px; 
    line-height: 125%; 
}

@media print
{
    span.flow_print_only { display: inline; }
    div.flow_print_only { display: block; }
    .flow_no_print { display: none; }
    
    .printedRow { border-bottom: 1px solid Black; }
    
    #header {display: none; }
    #header_left {width: 49%; }
    #header_right {width: 49%; }
    
    #navigation {display: none; }
    #navigation { width: 99%; }
    #navigation_right_pad { display: none; }
    
    #main_col {width: 99%; height: auto; }
    #main_col_pad {width: 95%; height: auto; }
    
    #footer_bg {display: none; }
    #footer  {width: 99%; }
    #footer_left_pad { width: 48% }
    #footer_right_pad {width: 48% }
}