@import "reset.css";
@import "dataTable.css";
@import "ui_custom.css";
@import "fullcalendar.css";
@import "icons.css";
@import "elfinder.css";
@import "wysiwyg.css";

html { height: 100%; }
* html body {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    background: url(../images/bodyBg.jpg) repeat;
    font-size: 12px;
    color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    min-height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}


/* ==========  General styles ========== */

.wrapper {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}
.wrapper-clean { width: 730px; margin: auto; }
.img { border: 1px solid #d5d5d5; }


/* ==========  Typo  ========== */

h1, h2, h3, h4, h5, h6, ul.tabs li a, .leftNav ul li a, .stats ul li span, .userLink, .errorPage p, .ui-dialog .ui-dialog-title { font-family: 'Cuprum', sans-serif; font-weight: normal; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

blockquote { border : 1px solid #d5d5d5; width: 702px; margin-top: 40px; padding: 15px 10px; quotes: "\201C" "\201D"; background: #fafafa; text-align: center; font-style: italic; font-size: 12px; border-left: 4px solid #d5d5d5; }
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

.red { color: #B55D5C; }
.green { color: #2a8827; }

p { padding: 12px 0 0 0; }
.p12 { padding: 12px; }
.pt12 { padding-top: 12px; }

.legendLabel span { display: block; margin: 0 5px; }
.legendColorBox { padding-left: 10px; }


/* ==========  Additional reset classes  ========== */

.mt40 { margin-top: 40px; }
.mt20 { margin-top: 20px; }
.nomargin { margin: 0!important; }
.nopadding { padding: 0!important; }
.noborder { border: none!important; }
.nobg { background: none!important; }
.floatleft { display: block; float: left; }
.floatright { display: block; float: right; }
.aligncenter { text-align: center; }
.fix { clear: both; }
.first { margin-top: -23px!important; }
.inactive { margin-top: 0px; color: #2B6893; }


/* ==========  Login page  ========== */

.loginPanel { width: 320px; background: #fafafa; border: 1px solid #d5d5d5; border-top: 0; display: block;}
.loginRow .recaptcha > div {
    padding-bottom: 15px;
    padding-left: 9px;
}

.loginWrapper { margin: -106px 0 0 -160px; position: absolute; top: 300px; left: 50%; }
.loginLogo { position: absolute; width: 190px; height: 44px; display: block; top: -140px; left: 50%; margin-left: -150px; }
.loginPanel h5 { font-weight: normal; padding: 9px 12px 9px 35px; float: left; }

.loginPanel label { width: 60px; }
.loginInput { width: 200px; float: left; }
.loginRow { border-top: 1px solid #e7e7e7; padding: 15px 0; position: relative; }
.loginRow:first-child { border-top: none; }


.loginRow.captcha {
    padding-bottom: 0px;
}

.backTo a:hover { background: #212121; }
.backTo span { padding: 8px 14px 8px 8px; display: block; float: left; }
.backTo img { margin: 13px 2px 11px 14px; float: left; display: block; }
.backTo a { float: left; color: #eeeeee; font-size: 11px; border-right: 1px solid #2F2F2F; border-left: 1px solid #2F2F2F; }


/* ==========  Buttons ========== */

input[type=submit], input[type=reset], input[type=button], button, .button {font-size: 10px; font-weight: bold; text-transform: uppercase; padding: 5px 14px 5px 14px; cursor: pointer; font-family: Arial, Helvetica, sans-serif; line-height: 12px;}

.basicBtn {  background: url(../images/ui/basicBtn.png) repeat-x 0 0; border: 1px solid #d5d5d5; color: #525252; }
.basicBtn:hover { background-position: 0 -25px; border-color: #c9c9c9; }
.basicBtn:active { background-position: 0 -50px; }

.blueBtn { background: url(../images/ui/blueBtn.png) repeat-x 0 0; border: 1px solid #3581c1; color: #fff; }
.blueBtn:hover { background-position: 0 -25px; }
.blueBtn:active { background-position: 0 -50px; }

.redBtn { background: url(../images/ui/redBtn.png) repeat-x 0 0; border: 1px solid #9d342a; color: #fff; }
.redBtn:hover { background-position: 0 -25px; }
.redBtn:active { background-position: 0 -50px; }

.seaBtn { background: url(../images/ui/seaBtn.png) repeat-x 0 0; border: 1px solid #306873; color: #fff; }
.seaBtn:hover { background-position: 0 -25px; }
.seaBtn:active { background-position: 0 -50px; }

.blackBtn { background: url(../images/ui/blackBtn.png) repeat-x 0 0; border: 1px solid #353535; color: #fff; }
.blackBtn:hover { background-position: 0 -25px; }
.blackBtn:active { background-position: 0 -50px; }

.greyishBtn { background: url(../images/ui/greyishBtn.png) repeat-x 0 0; border: 1px solid #4f5a68; color: #fff; }
.greyishBtn:hover { background-position: 0 -25px; }
.greyishBtn:active { background-position: 0 -50px; }

.greenBtn { background: url(../images/ui/greenBtn.png) repeat-x 0 0; border: 1px solid #418d4f; color: #fff; }
.greenBtn:hover { background-position: 0 -25px; }
.greenBtn:active { background-position: 0 -50px; }


.btn14 { border: 1px solid #d5d5d5; background: url(../images/leftNavBg.png) repeat-x 0 0; padding: 6px 8px; display: inline-block; }
.btn14:hover { background: #f6f6f6; }
.btn14:active { background: #f1f1f1; }

.btn55 { background: #efefef url(../images/middlebg.png) repeat-x 0 0; border: 1px solid #d5d5d5; padding: 8px 6px 2px 6px; display: inline-block; }
.btn55:hover { background: #f6f6f6; }
.btn55:active { background: #f1f1f1; }
.btn55 span { display: block; padding: 5px 5px 0 5px; color: #595858; }

.btnIconLeft { border: 1px solid #d5d5d5; background: url(../images/leftNavBg.png) repeat-x 0 0; display: inline-block; color: #595858;  }
.btnIconLeft:hover { background: #f6f6f6; color: #B55D5C; }
.btnIconLeft:active { background: #f1f1f1; }
.btnIconLeft .icon { float: left; border-right: 1px solid #d5d5d5; padding: 8px; }
.btnIconLeft span { display: block; float: left; padding: 5px 10px; font-weight: bold; }



/* ========== Pagination ========== */

.pagination { margin: auto; width: 726px; text-align: center; margin-top: 40px; }
.pages {  }
.pages li.prev { margin-right: 15px; }
.pages li.next { margin-left: 15px; }
.pages li { display: inline; margin: 0 2px; }
.pages li a { height: 25px; padding: 4px 8px; text-decoration: none; color: #666666; font-weight: bold; background: url(../images/ui/pagination.png) repeat-x 0 0; border: 1px solid #d5d5d5; font-size: 11px; }
.pages li a:hover { background: #efefef; }
.pages li .active { background-position: 0 -26px; color: #fff; border-color: #687282; }
.pages li .active:hover { background: #687282; }


/* ==========  Numbers notifications  ========== */

.numberTop, .numberMiddle, .numberLeft { text-align: center; background: url(../images/number.png) repeat-x; display: inline-block; padding: 1px 5px; color: #fff; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; float: right; margin: 10px 15px 10px -5px; font-size: 11px; line-height: 14px; }
.numberTop { margin: 10px 15px 10px -5px; padding: 1px 5px!important; }
.numberMiddle { margin: 0; position: absolute; top: -5px; right: -5px; font-size: 11px; }
.numberLeft { margin: 0; position: absolute; top: 12px; right: 8px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; float: none; background: url(../images/number.png) repeat-x!important; padding: 1px 5px!important; }


/* ===== Top navigation ===== */

#topNav { height: 36px; display: block; }
.fixed { position: fixed; background: url(../images/topNav.jpg) repeat; width: 100%; color: #eeeeee; border-bottom: 1px solid #fff; z-index: 999; }

.welcome { float: left; }
.welcome img { float: left; margin: 8px 8px 8px 0 }
.welcome span { padding: 8px 5px; display: block; white-space: nowrap; float: left; font-size: 11px; }

.userNav { float: right; z-index: 6000; position: relative; font-size: 11px; }
.userNav .lastNav { width: 2px; height: 36px; background: url(../images/navSep.png) repeat-y; position: absolute; top: 0; right: 0; }
.userNav ul { margin-right: 2px; }
.userNav ul li { display: inline; float: left; position: relative; cursor: pointer; border-right: 1px solid #2f2f2f; }
.userNav ul li:first-child { border-left: 1px solid #2f2f2f; }
.userNav ul li a { color: #eeeeee; text-decoration: none; display: block; float: left; }
.userNav ul li:hover, .selected { background: #212121; }
.userNav ul li span { display: block; padding: 8px 14px 8px 8px; float: left; }
.userNav ul li img { float: left; display: block; margin: 13px 2px 11px 14px; }

.userNav ul li ul { position: absolute; left: -1px; display: none; top: 35px; margin-top: 0px; background: #2f2f2f; padding: 0 1px 1px 1px; border: 1px solid #1d1d1d; z-index: 100; }
.userNav ul li ul li { display: block; float: none; border-top: 1px solid #2f2f2f; background: #212121; border-right: none; }
.userNav ul li ul li:first-child { border-left: none!important; }
.userNav ul li ul li a { width: 162px; padding: 6px 10px 6px 15px; font-size: 11px; text-transform: none; color: #a4a4a4; font-weight: normal; background: none; float: none; }
.userNav ul li ul li a:hover { background: none; font-weight: normal; color: #737373; }
.userNav ul li ul li:hover { background: #1d1d1d!important; }



/* ===== Header ===== */

#header { height: 130px; clear: both;}
.logo { float: left; margin-top: 24px; }

.middleNav { float: right; margin-right: 1px; }
.middleNav ul { margin-top: 25px; }
.middleNav ul li { height: 55px;  text-align: center; display: block; float: left; margin-left: 8px; position: relative; }
.middleNav ul li a { display: block; border: 1px solid #d5d5d5; background: url(../images/middlebg.png) repeat-x 0 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; color: #595858; font-size: 12px; position: relative; -moz-box-shadow: 0 2px 1px #fff; -webkit-box-shadow: 0 2px 1px #fff; box-shadow: 0 2px 1px #fff; }
.middleNav ul li a span { display: block; padding: 34px 10px 0 10px; }

.middleNav ul li.iMes a span { background-image: url(../images/icons/middlenav/dialog.png) }
.middleNav ul li.iStat a span { background-image: url(../images/icons/middlenav/graph.png) }
.middleNav ul li.iUser a span { background-image: url(../images/icons/middlenav/users2.png) }
.middleNav ul li.iSettings a span { background-image: url(../images/icons/middlenav/settings2.png) }
.middleNav ul li.iPages a span { background-image: url(../images/icons/middlenav/pencil.png)}
.middleNav ul li.iOdds a span { background-image: url(../images/icons/middlenav/chart3.png) }
.middleNav ul li.iPresets a span { background-image: url(../images/icons/middlenav/docs.png) }
.middleNav ul li.iOperators a span { background-image: url(../images/icons/middlenav/adminUser.png) }
.middleNav ul li.iOrders a span { background-image: url(../images/icons/middlenav/money.png) }
.middleNav ul li.iPromotions a span { background-image: url(../images/icons/middlenav/priceTags.png) }
.middleNav ul li.iShops a span { background-image: url(../images/icons/middlenav/home.png) }
.middleNav ul li.iEvents a span { background-image: url(../images/icons/middlenav/cup.png) }
.middleNav ul li.iTickets a span { background-image: url(../images/icons/middlenav/docs.png) }
.middleNav ul li.iTransactions a span { background-image: url(../images/icons/middlenav/transfer.png) }
.middleNav ul li.iTopOdds a span { background-image: url(../images/icons/middlenav/star.png)}
.middleNav ul li.iStats a span { background-image: url(../images/icons/middlenav/stats.png) }
.middleNav ul li.iStatsHourly a span { background-image: url(../images/icons/middlenav/clock.png) }
.middleNav ul li.iDrawReport a span { background-image: url(../images/icons/middlenav/pdfDoc.png) }
.middleNav ul li.ibigBrush a span { background-image: url(../images/icons/middlenav/bigBrush.png) }
.middleNav ul li a span {background-repeat: no-repeat; background-position:  50% 8px;}

.middleNav ul li a:hover { background: #f6f6f6; }
.middleNav ul li a:active { background: #f1f1f1; }

.icon_not_active a span{
    background-color: #f6f6f6;
    color: #B55D5C;
}

.icon_not_active a:hover span{
    background-color: #f6f6f6;
    color: #B55D5C;
}

/* ===== Left navigation ===== */

.leftNav { width: 150px; margin-top: -24px; float: left; margin-right: 41px; margin-bottom: 80px; }
.leftNav .last { border-bottom: none; }

.leftNav ul li { position: relative; }
.leftNav ul li a { color: #494949; font-size: 15px; display: block; background: #efefef url(../images/leftNavBg.png) repeat-x 0 0; border: 1px solid #d5d5d5; margin-top: 1px; }
.leftNav ul li a:hover, .leftNav ul li a.active { background: url(../images/darkBg.jpg) repeat-x; background-size: auto 100%; color: #fff; border: 1px solid #3c4049; }
.leftNav ul li a span { padding: 9px 0 9px 35px; display: block; }


/* Left navigation icons */

.leftNav ul li.dash a span { background: url(../images/icons/dark/download.png) no-repeat 10px; }
.leftNav ul li.graphs span { background: url(../images/icons/dark/graph.png) no-repeat 10px; }
.leftNav ul li.forms a span { background: url(../images/icons/dark/pencil.png) no-repeat 10px; }
.leftNav ul li.gallery a span { background: url(../images/icons/dark/preview.png) no-repeat 10px; }
.leftNav ul li.typo span { background: url(../images/icons/dark/create.png) no-repeat 10px; }
.leftNav ul li.tables a span { background: url(../images/icons/dark/frames.png) no-repeat 10px; }
.leftNav ul li.cal a span { background: url(../images/icons/dark/dayCalendar.png) no-repeat 10px; }
.leftNav ul li.errors a span { background: url(../images/icons/dark/alert.png) no-repeat 10px; }
.leftNav ul li.files a span { background: url(../images/icons/dark/files.png) no-repeat 10px; }
.leftNav ul li.login a span { background: url(../images/icons/dark/user.png) no-repeat 10px; }
.leftNav ul li.pic a span { background: url(../images/icons/dark/blocks.png) no-repeat 10px; }
.leftNav ul li.widgets a span { background: url(../images/icons/dark/full.png) no-repeat 10px; }
.leftNav ul li.contacts a span { background: url(../images/icons/dark/users.png) no-repeat 10px; }
.leftNav ul li.alert a span { background: url(../images/icons/dark/sound.png) no-repeat 12px; }
.leftNav ul li.arrowLeft a span { background: url(../images/icons/dark/arrowLeft.png) no-repeat 12px; }
.leftNav ul li.chemical a span { background: url(../images/icons/dark/chemical.png) no-repeat 10px 9px; }

.leftNav ul li.odds a span { background: url(../images/icons/dark/chart3.png) no-repeat 10px; }
.leftNav ul li.presets a span { background: url(../images/icons/dark/docs.png) no-repeat 10px; }
.leftNav ul li.results a span { background: url(../images/icons/middlenav/abacus.png) no-repeat 10px; background-size: 14px }
.leftNav ul li.partners a span { background: url(../images/icons/dark/adminUser.png) no-repeat 10px; }
.leftNav ul li.pages a span { background: url(../images/icons/dark/pencil.png) no-repeat 10px; }
.leftNav ul li.news a span { background: url(../images/icons/dark/pacman.png) no-repeat 10px; }
.leftNav ul li.shops a span { background: url(../images/icons/dark/home.png) no-repeat 10px; }
.leftNav ul li.lotteries a span { background: url(../images/icons/dark/cup.png) no-repeat 10px; }
.leftNav ul li.agents-credits a span { background: url(../images/icons/dark/money.png) no-repeat 10px; }
.leftNav ul li.labels a span { background: url(../images/icons/dark/tag.png) no-repeat 10px; }

/* Left navigation subnav */

ul.sub { border: 2px solid #3c4049; border-top: none; background: url(../images/leftNavSub.png) repeat; }
ul.sub li { border-bottom: 1px dotted #d5d5d5; padding: 1px; }
ul.sub li a { background: url(../images/arrow.gif) no-repeat 8px 16px; border: none; font-family: Arial, Helvetica, sans-serif; color: #494949; font-size: 11px; padding: 8px 10px 8px 18px; }
ul.sub li a:hover, .sub li a:active { font-style: normal; border: none; color: #676767; background: url(../images/arrow.gif) no-repeat 8px 16px; }

ul.sub li ul { border: none; border-top: 1px solid #c9c9c9; }
ul.sub li ul li { padding-left: 10px; }



/* ===== Statistics ===== */

.stats { margin-top: 22px; }
.stats ul {  }
.stats ul li { display: block; float: left; margin-left: 40px; width: 151px; vertical-align: middle; }
.stats ul li:first-child { margin: 0; }
.stats ul li span { color: #424242; font-size: 16px; display: block; vertical-align: middle; white-space: normal; }
.count { font-size: 26px; height: 40px; display: inline-block; float: left; line-height: 41px; padding: 0 10px; -moz-box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; margin-right: 10px; }

.stats a.blue { background: url(../images/count/blue.png) repeat-x 0 0; border: 1px solid #2e6590; color: #f7f7f7; }
.stats a.blue:hover { background-position: 0 -41px; }
.stats a.blue:active { background-position: 0 -82px; }

.stats a.grey { background: #efefef url(../images/leftNavBg.png) repeat-x; border: 1px solid #d5d5d5; color: #b55d5c; }
.stats a.grey:hover { background: #f6f6f6; }
.stats a.grey:active { background: #f1f1f1; }

.stats a.green { background: url(../images/count/green.png) repeat-x; border: 1px solid #19710e; color: #f7f7f7; }
.stats a.green:hover { background-position: 0 -41px; }
.stats a.green:active { background-position: 0 -82px; }

.stats a.red { background: #efefef url(../images/count/red.png) repeat-x; border: 1px solid #7b2f2f; color: #f7f7f7; }
.stats a.red:hover { background-position: 0 -41px; }
.stats a.red:active { background-position: 0 -82px; }


/* ===== Right side content ===== */

.fc-button-prev .fc-button-content { width: 10px; background: url(../images/leftArrow.png) no-repeat 15px 13px; }
.fc-button-next .fc-button-content { width: 10px; background: url(../images/rightArrow.png) no-repeat 15px 13px; }



/* ===== Right side content ===== */

.widget { /*width: 342px;*/ /*width: 100%;*/ margin-top: 40px; border: 1px solid #d5d5d5; display: block; background: #fafafa; clear: both; border-top: none; }
.widget_with_top { border-top: 1px solid #d5d5d5; margin-top: 20px; padding: 20px 10px;}
.head { background: #efefef url(../images/leftNavBg.png) repeat-x; height: 38px; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; position: relative; }
.head.nFailure {
    background-image: none;
    color: #424242;
}
.widget .head h5, .table h5 { font-weight: normal; padding: 9px 12px 9px 35px; float: left; }
.widget .body { padding: 12px 14px; }
.widget .normal h5, .accordion-close h5 { background: url(../images/aNormal.png) no-repeat 15px 15px; padding: 9px 12px 9px 32px!important }
.widget .inactive h5, .accordion-open h5 { background: url(../images/aInactive.png) no-repeat 12px 17px; padding: 9px 12px 9px 32px!important; }

.widget .table_button { display: inline-block; text-align: center; margin: 9px 12px 0 0; font-size: 11px; }
.widget .table_button span, .runs-page-card-button .button { margin-right: 10px; }
.widget .table_button a { background: url(../images/ui/numDataBg.png) repeat-x; height: 19px; padding: 2px 5px; color: #fefefe; }

.widget .table_button a.blueNum { background-position: 0 0; border: 1px solid #606873; }
.widget .table_button a.blueNum:hover { background-position: 0 -19px; }
.widget .table_button a.blueNum:active { background-position: 0 -38px; }

.widget .num { float: right; display: inline-block; text-align: center; margin: 9px 12px 0 0; font-size: 11px; }
.widget .num span { margin-right: 10px; }
.widget .num a { background: url(../images/ui/numDataBg.png) repeat-x; height: 19px; padding: 2px 5px; color: #fefefe; }

.widget .num a.blueNum { background-position: 0 0; border: 1px solid #606873; }
.widget .num a.blueNum:hover { background-position: 0 -19px; }
.widget .num a.blueNum:active { background-position: 0 -38px; }

.widget .num a.redNum { background-position: 0 -57px; border: 1px solid #9d382f; }
.widget .num a.redNum:hover { background-position: 0 -76px; }
.widget .num a.redNum:active { background-position: 0 -95px; }

.widget .num a.greenNum { background-position: 0 -114px; border: 1px solid #218516; }
.widget .num a.greenNum:hover { background-position: 0 -133px; }
.widget .num a.greenNum:active { background-position: 0 -152px; }

.widget .loader { float: right; margin: 14px 12px 0 0; }

.userLink { font-size: 16px; padding-top: 3px; display: block; margin-left: 25px; white-space: nowrap; }
.userWidget { padding: 6px 12px 0 12px; display: block; float: left; }

.create_button {
    margin: 10px 300px 0 0 !important;
}

/* ==========  Classes for collapsing  ========== */

.normal, .inactive { cursor: pointer; }
.normal, .accordion-close { border-bottom: none; }

.standalone { float: left; width: 300px; margin-left: 40px; }
.standalone:first-child { margin-left: 0; }



/* ===== Gallery ===== */

.pics { padding-bottom: 14px; width: 721px; margin: auto; }
.pics ul li { width: 102px; display: block; float: left; height: 102px; margin: 16px 0 0 14px; border: 1px solid #d5d5d5; position: relative; }
.pics ul li:hover { border-color: #bbc1c9; }
.pics .actions { background: #000; opacity: 0.8; position: absolute; bottom: 0; right: 0; display: none; }
.pics .actions a { color: #fff; font-size: 11px; display: block; padding: 3px 4px; float: left; }
.pics .actions a:first-child { padding-right: 0; }



/* ===== Tabs ===== */

ul.tabs { background: url(../images/leftNavBg.png) repeat-x; height: 36px; border-bottom: 1px solid #d5d5d5; border-top: 1px solid #d5d5d5; }
ul.tabs li { float: left; height: 38px; line-height: 38px; border-left: none; overflow: hidden; position: relative; background: url(../images/tabsSep.png) repeat-y 100% 0; font-size: 15px; }
ul.tabs li a { text-decoration: none; display: block; padding: 0px 12px; outline: none; color: #424242; }
ul.tabs li a:hover { color: #797979; }
html ul.tabs li.activeTab  { background-color: #fafafa; height: 38px; }
html ul.tabs li.activeTab a { color: #797979; }

.tab_container { /*overflow: hidden; */clear: both; float: left; width: 100%; }
.tab_content { /*padding: 10px 12px;*/ }
.tab_content_old { padding: 5px 12px; }

.tabsRight { position: relative; }
.tabsRight ul.tabs { float: right; background: url(../images/leftNavBg.png) repeat-x; height: 38px; border-bottom: 1px solid #d5d5d5; position: absolute; top: 0; right: 0; }
.tabsRight ul.tabs li { background: url(../images/tabsSepR.png) repeat-y 0 0; }


/* ===== Widgets ===== */

.twoOne { width: 358px; }
.widget, .content .title, .count, .widget .num a, a.count1, .table, .breadCrumb, .earnings, .leftNav ul li a, .listData .cNote, .pages li a, .errorPage, .btn14, .btn55, .loginPanel, .customfile { -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }

.widgets { clear: both; }
.widgets .left { float: left; width: 344px; }
.widgets .right { float: right; width: 344px; }

.content { float: left; width: 1008px; margin-bottom: 80px; }
.content .title { background: url(../images/darkBg.jpg) repeat-x; height: 36px; width: 1008px; -moz-box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; }
.content .title h5 { float: left; color: #fafafa; font-weight: normal; display: block; padding: 7px 15px; }

.width-wide { width: 1200px !important; }

.width-wide pre {
    border: 1px #000 solid;
    margin: 35px 0;
    padding: 5px;
    background-color: aliceblue;
    white-space: pre-wrap;
}

.width-adaptive-90 { width: 90% !important; }
.width-adaptive { width: 100% !important; }

/* Support ticket and Latest orders */
.supTicket { background: url(../images/linesSep.png) 0 0 repeat-x; padding: 12px 12px 15px 12px; }
.supTicket .issueType { color: #515e70; clear: both; font-weight: bold; background: url(../images/dashed.png) repeat-x 0; }
.supTicket .issueType .issueInfo { float: left; display: block; background: #fafafa; padding-right: 5px; }
.supTicket .issueType .issueNum { float: right; display: block; background: #fafafa; padding-left: 5px; padding-right: 1px; }

.issueSummary { clear: both; margin-top: 10px; }
.issueSummary img { border: 1px solid #d5d5d5; }

.ticketInfo ul {  }
.ticketInfo ul li { width: 127px; margin-left: 12px; display: block; float: left; margin-bottom: 6px; }
.ticketInfo ul li.even { text-align: right; }
.ticketInfo { float: left; width: 278px; margin-top: -3px; margin-bottom: -11px; }


/* User */
.userSummary { background: url(../images/linesSep.png) 0 100% repeat-x; }
.userSummary ul {  }
.userSummary ul li { width: 127px; display: block; float: left; margin-bottom: 12px; margin-top: -1px; }
.userSummary ul li.even { text-align: right; }

.userSummary .infoLeft { width: 153px; float: left; }
.userSummary .infoLeft div, .userSummary .infoRight div { padding-top: 12px; }
.userSummary .infoLeft div:first-child, .userSummary .infoRight div:first-child { padding: 0; }

.userSummary .infoRight { width: 153px; float: right; text-align: right; }

.userAlt { padding: 0 12px; background: url(../images/leftNavBg.png) repeat-x; }
.userAlt img { float: left; display: block; margin: 4px 8px 0 0; }
.userEmail {  display: block; white-space: nowrap; }
.botRow span { float: left; display: block; margin-right: 10px; }

#eq span { height: 120px; float: left; margin-right: 30px; display: block; }

/* Search */
.searchWidget { position: relative; margin-top: 40px; }
.searchWidget input[type=text] { background: #fafafa; border: 1px solid #d5d5d5; padding: 10px; width: 288px; }
.searchWidget input[type=submit] { background: url(../images/searchBtn.png) no-repeat 0 0; position: absolute; top: 0; right: 1px; border: none; width: 36px; height: 36px; }

/* Website stats */
.webStatsLink { font-size: 16px; color: #B55D5C; font-weight: bold; }
.statPlus, .statMinus {   padding-left: 12px; font-size: 12px;  }
.statPlus { color: #549332; background: url(../images/topArrow.png) no-repeat 0 3px; }
.statMinus { color: #B55D5C; background: url(../images/botArrow.png) no-repeat 0 3px; }

/* Accordion */
.menu_body { display: none; padding: 12px 14px; }
.acc .head { margin-bottom: -1px; cursor: pointer; }
.acc .head h5 { padding: 9px 14px; }




/* ===== Flot ===== */

.chart, .autoUpdate, .bars { width: 700px; height: 200px; z-index: 90; margin: 10px 0 0 0; }



/* ===== Footer ===== */

#footer {
    clear: both;
    background: url(../images/topNav.jpg) repeat;
    width: 100%;
    color: #eeeeee;
    margin-top: 42px;
    position: absolute;
    bottom: 0;
    min-width: 1200px;
}
#footer span { color: #696969; padding: 9px 5px; display: block; font-size: 11px;}
#footer span a { color: #eeeeee; }



/* ===== Table ===== */

.table_break_word { table-layout: fixed; width:100% }

.tableStatic thead td { padding: 3px 0 2px 0; text-align: center; border-left: 1px solid #D5D5D5; background: #efefef url(../images/leftNavBg.png) repeat-x; border-bottom: 1px solid #D5D5D5; font-size: 11px; color: #878787;}

.tableStatic thead td:first-child { border-left: none; }

.tableStatic tbody tr { border-top: 1px solid #e7e7e7; }
.tableStatic tbody tr:nth-child(even) { background-color:#f5f5f5; }

.tableStatic tbody .negative-number {color: #ff3807;}

.tableStatic tbody tr.background_red { background-color: #FECDDD; }
/*.tableStatic tbody tr:nth-child(even).background_red { background-color: #FEB5CD; }*/

.tableStatic tbody tr.background_green { background-color: #DBF195; }
/*.tableStatic tbody tr:nth-child(even).background_green { background-color: #E5FF93; }*/

.tableStatic tbody tr.background_yellow { background-color: #FFFBB4; }
/*.tableStatic tbody tr:nth-child(even).background_yellow { background-color: #FFFA9C; }*/

.tableStatic tbody td { border-left: 1px solid #e7e7e7; padding: 8px 10px; vertical-align: middle; }
.tableStatic tbody td:first-child { border-left: none; }

.tableStatic td.disabled_partner {color:red}

.td_break_word {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

/* ===== Forms ===== */

.mainForm label { margin-right: 15px; display: block; float:left; padding: 4px 10px; }

.datepicker { width: 68px!important; cursor: pointer; }
.colorpick { width: 58px!important; float: left; cursor: pointer; }
.pick { width: 16px; height: 16px; float: left; background: url(../images/color.png) no-repeat 0; margin: 2px 5px; cursor: pointer; }
.colorP { position: relative; width: 58px; }

.multiple { width: 100%; padding: 5px; border: 1px solid #d5d5d5; }

.sliderSpecs label { padding: 0!important; font-size: 11px; line-height: 14px; }
.sliderSpecs input { float: left; width: auto!important; background: none!important; border: 0!important; font-weight: bold; color: #3a6fa5; padding: 0!important; }

.moreFields{
    margin-right: 0 !important;
    width: auto!important;
}

.moreFields ul li { float: left; width: 70px; margin: 0 0 0 0; }

.moreFields ul li input {
    width: 60px!important;
    height: 40px!important;
    font-size: 40px!important;
    line-height: 40px!important;
    text-align:center;
}

.moreFields ul li.sep {
    line-height: 50px;
    padding: 0px 10px 0px 10px;
    display: block; margin: 0;
    width: auto;
    color: #d5d5d5;
}

.moreFields ul li span { display: block; padding: 3px 12px; white-space: nowrap; }

.itemDisabled { color: #b7b7b7; }

.rowElem { clear: both; border-top: 1px solid #e7e7e7; padding: 10px 14px; position: relative; }
.rowElem:first-child { border-top: none; }

.formRight { float: right; width: 528px; margin: 12px 12px 12px 0; }
.formBottom { /*width: 688px;*/ margin: 12px 12px 12px 0; }
.rowElem > label {
    margin: 15px 0;
    width: 300px;
}
.rowElem .topLabel { padding: 5px 12px 12px 0; }

.rowElem .formRight.streamOptions {
    margin-top: 0;
    margin-bottom: 0;
}

#valid input { position: relative; }

.length-hint {
    padding: 0;
}

/* Inputs */
.jqTransformInputWrapper { float: left; }
.jqTransformInputWrapper > div { width: 550px; }

.mainForm input[type=text], .mainForm textarea, .mainForm input[type=password] { background: #fff; width: 100%; border: 1px solid #d5d5d5; padding: 5px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.mainForm input[type=text]:hover, .mainForm input[type=password]:hover, .mainForm textarea:hover { background: #fcfcfc; border: 1px solid #d1d1d1; }
.mainForm input[type=text]:focus, .mainForm input[type=password]:focus, .mainForm textarea:focus { border: 1px solid #bbc1c9; background: #fff; }

.submitForm { float: right; margin: 1px 14px 22px 14px; }

.jqTransformInputWrapper_hover input{ background: #f6f6f6; }
.jqTransformInputWrapper_focus input { background: #f6f6f6; border: 1px solid #cad1d4; }

.jqTransformSafari .jqTransformInputInner div { position: relative; overflow: hidden; margin:0px 8px; }
.jqTransformSafari .jqTransformInputInner div input { background: none; position: absolute; top: -10px; left: -2px; height: 42px; padding-left: 4px; }


/* Radios */
.jqTransformRadioWrapper {float: left;display:block; margin-top:5px;}
.jqTransformRadio { background: transparent url(../images/forms/radio.png) no-repeat 0 0; vertical-align: middle; height: 15px; width: 15px; display: block; }


/* Checkboxes */
span.jqTransformCheckboxWrapper{ display:block;float:left; margin-top:6px; }
a.jqTransformCheckbox { background: transparent url(../images/forms/checkbox.png) no-repeat 0 0px ; vertical-align: middle; height: 15px; width: 15px; display:block;/*display: -moz-inline-block;*/ }

a.jqTransformChecked { background-position: center bottom;} /* Checked - Used for both Radio and Checkbox */

/* Selects */
.jqTransformSelectWrapper { width: 42px; position:relative; height: 26px; background: url(../images/forms/select_left.png) no-repeat top left; float:left; min-width: 45px; }
.jqTransformSelectWrapper div span { font-size: 11px; float: none; position: absolute; white-space: nowrap; height: 26px; line-height: 26px; padding-left: 8px; overflow: hidden; cursor: pointer; }
.jqTransformSelectWrapper  a.jqTransformSelectOpen { position: absolute; right: -2px; width: 25px; height: 26px; background: url(../images/forms/select_right.png) no-repeat center center; top: 0; }
.jqTransformSelectWrapper ul { position: absolute; min-width: 45px; top: 27px; left: 0px; list-style: none; background-color: #FFF; border: solid 1px #CCC; display: none; margin: 0px; padding: 0px; height: 168px; overflow: auto; 	overflow-y: auto; z-index:10; }
.jqTransformSelectWrapper ul a { display: block; padding: 2px 8px; text-decoration: none; color:#333; background-color: #FFF; font-size: 11px; }
.jqTransformSelectWrapper ul li:first-child { margin-top: 0px; }
.jqTransformSelectWrapper ul a.selected { background: #EDEDED; color: #333; }
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover { background:#3582c4; color: #fff; }

.jqTransformHidden {display: none;} /* used to hide the original form elements */




/* ===== List styles ===== */

.list {  }
.list .legend { display: block; font-weight: bold; padding-bottom: 4px; }
.list ul li { padding: 0 0 0 15px; }

.plusBlue li { background: url(../images/icons/lists/plusBlue.png) no-repeat 0 7px; }
.plusRed li { background: url(../images/icons/lists/plusRed.png) no-repeat 0 7px; }
.plusGrey li { background: url(../images/icons/lists/plusGrey.png) no-repeat 0 7px; }
.plusGreen li { background: url(../images/icons/lists/plusGreen.png) no-repeat 0 7px; }

.tipBlue ul li { background: url(../images/icons/lists/tipBlue.png) no-repeat 0 6px; }
.tipRed ul li { background: url(../images/icons/lists/tipRed.png) no-repeat 0 6px; }
.tipGrey ul li { background: url(../images/icons/lists/tipGrey.png) no-repeat 0 6px; }
.tipGreen ul li { background: url(../images/icons/lists/tipGreen.png) no-repeat 0 6px; }

.arrowBlue ul li { background: url(../images/icons/lists/arrowBlue.png) no-repeat 1px 6px; }
.arrowRed ul li { background: url(../images/icons/lists/arrowRed.png) no-repeat 1px 6px; }
.arrowGrey ul li { background: url(../images/icons/lists/arrowGrey.png) no-repeat 1px 6px; }
.arrowGreen ul li { background: url(../images/icons/lists/arrowGreen.png) no-repeat 1px 6px; }

.arrow2Blue ul li { background: url(../images/icons/lists/arrow2Blue.png) no-repeat 1px 6px; }
.arrow2Red ul li { background: url(../images/icons/lists/arrow2Red.png) no-repeat 1px 6px; }
.arrow2Grey ul li { background: url(../images/icons/lists/arrow2Grey.png) no-repeat 1px 6px; }
.arrow2Green ul li { background: url(../images/icons/lists/arrow2Green.png) no-repeat 1px 6px; }



/* ===== Tooltip ===== */

.tipsy { padding: 4px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 2px 8px 2px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }



/* ===== Notification messages ===== */

.nNote { cursor: pointer; clear: both; position: relative; top:-20px;  margin-bottom: 10px;}
.nNote strong { margin-right: 5px; }
.nNote p {
    font-size: 11px;
    padding: 10px 20px 10px 54px;
    margin: 0 0 0;
    color: #565656;
    word-wrap: break-word;
}
.nMessage p { font-size: 11px; }
.nWarning { background: #ffe9ad url(../images/icons/notifications/error.png) no-repeat 15px center; border: 1px solid #eac572; color: #826200; }
.nSuccess { background: #effeb9 url(../images/icons/notifications/accept.png) no-repeat 15px center; border: 1px solid #c1d779; color: #3C5A01; }
.nFailure { background: #fccac1 url(../images/icons/notifications/exclamation.png) no-repeat 15px center; border: 1px solid #e18b7c; color: #AC260F; }
.nInformation { background: #d1e4f3 url(../images/icons/notifications/information.png) no-repeat 10px 50%; border: 1px solid #99c4ea; color: #235685; }

.nLightbulb { background: #FEF0CB url(../images/icons/notifications/lightbulb.png) no-repeat 15px center; border: 1px solid #D3A350; color: #835F21; }
.nMessages { background: #9DDFFF url(../images/icons/notifications/email.png) no-repeat 15px center; border: 1px solid #42B4FF; color: #835F21; }



/* ===== Dynamic table headers ===== */

.table { margin-top: 40px; border: 1px solid #d5d5d5; border-top: none; }
.headTitle { background: #efefef url(../images/leftNavBg.png) repeat-x; height: 37px; border-bottom: 1px solid #d5d5d5; }



/* ===== Spinner ===== */

.ui-spinner { width: 10em; display: block; position: relative; overflow: hidden; border: 1px solid #D5D5D5; background: url(../images/forms/spinnerBg.png) repeat-x top left!important; height: 25px; padding: 0 6px; }
.ui-spinner-disabled { background: #F4F4F4; color: #CCC; }
.ui-spinner input.ui-spinner-box { border: none!important; background: none!important; padding: 6px 0; }
.ui-spinner-disabled input.ui-spinner-box { color:#9C9C9C; }
.ui-spinner-up, .ui-spinner-down { width: 18px; padding: 0; margin: 0; /*z-index: 100;*/ position: absolute; right: 0; cursor: default; border: none; }
.ui-spinner-up { background: url(../images/forms/spinnerTop.png) no-repeat; height: 13px; top: 0; }
.ui-spinner-down { height: 12px; bottom: 0px; background: url(../images/forms/spinnerBottom.png) no-repeat; }
.ui-spinner-pressed {  }
.ui-spinner-list, .ui-spinner-listitem { margin: 0; padding: 0; font-size: 11px; }
.ui-spinner ul li, .ui-spinner-data { line-height: 25px; height: 25px; }



/* ===== Growl notifications ===== */

div.jGrowl { z-index: 9999; color: #fff; font-size: 12px; }
div.ie6.top-right {
    right: 				auto;
    bottom: 			auto;
    left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
    left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
    left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
    left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
    left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl { position: absolute; }
body > div.jGrowl { position: fixed; }
div.jGrowl.top-left { left: 0px; top: 0px; }
div.jGrowl.top-right { right: 0px; top: 36px; }
div.jGrowl.bottom-left { left: 0px; bottom: 0px; }
div.jGrowl.bottom-right { right: 0px; bottom: 0px; }
div.jGrowl.center { top: 0px; width: 50%; left: 25%; }

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer { margin-left: auto; margin-right: auto; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: black;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    zoom: 1;
    width: 235px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
}

div.jGrowl div.jGrowl-notification { min-height: 40px; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { margin: 10px; }
div.jGrowl div.jGrowl-notification div.jGrowl-header { font-weight: bold; font-size: .85em; }
div.jGrowl div.jGrowl-notification div.jGrowl-close { z-index: 99; float: right; font-weight: bold; font-size: 1em; cursor: pointer; }
div.jGrowl div.jGrowl-closer { padding-top: 4px; padding-bottom: 4px; cursor: pointer; font-size: .9em; font-weight: bold; text-align: center; }

/** Hide jGrowl when printing **/
@media print { div.jGrowl { display: none; } }



/* ===== Page scrolling ===== */

#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; overflow:hidden; width:21px; height:21px; border:none; text-indent:-999px; background:url(../images/ui.totop.png) no-repeat left top; }
#toTopHover { background:url(../images/ui.totop.png) no-repeat left -22px; width:21px; height:21px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }



/* ===== Contact list ===== */

.listNav { margin:0 0 10px; }

.ln-letters { overflow: hidden; width: 100%; margin-top: -1px; }
.ln-letters a { font-size: 11px; display: block; float: left; padding: 4px 8px; border: 1px solid #D5D5D5; border-right: none; text-decoration: none; background: #EFEFEF url(../images/leftNavBg.png) repeat-x; }

ul.listData { float: right; text-align: right; margin-top: -1px; font-size: 11px; }
ul.listData li { display: inline-block; padding: 0 6px 1px 6px!important; border: none!important; margin-left: 6px }
.listData .cNote { background: #FAFAFA; display: block; padding: 0 6px; border: 1px solid #D5D5D5; color: #878787; }

.ln-letters a.ln-last { padding: 4px 11px; }
.ln-letters a:first-child { border-left: none; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }

#myList > li { padding: 8px 0 8px 12px; border-top: 1px solid #ebebeb; }
#myList > li:hover { background: #fff; }
#myList > li:first-child { padding-top: 8px; }



/* ===== PRE tag styles ===== */

.SRC_Wrap { height:auto; font-size:12px; }
.SRC_Title {  text-align:center; color:#555; border-bottom:2px solid #999; font-size:14px; font-family:Verdana, Geneva, sans-serif; padding:5px; font-weight:700; }
.SRC_Line { width:100%; background-color:#fafafa; min-height:28px; line-height: 28px; }
.SRC_Line:nth-child(even) { background-color:#f5f5f5; }
.SRC_NumBox { width:5%; float:left; }
.SRC_Num { font-family: Verdana, Geneva, sans-serif; font-size: 12px; text-align:right; color:#555; font-weight:500; padding-right:2px; width:100%; height:auto; min-height:28px; line-height:28px; }
.SRC_CodeContent { white-space: pre-wrap; border-left:1px solid #d5d5d5; font-size:12px; padding-left:6px; font-family:"Courier New", Courier, monospace; margin:0px; min-height:28px; line-height:28px; }
.SRC_NumContent { text-align:right; margin-right:4px; color:#555; }
.SRC_CodeBox { float:left; width:95%; }

.SC_blue { color: blue; }
.SC_grey { color: grey; }
.SC_navy { color: navy; }
.SC_green { color: green; }
.SC_orange { color: #930; }
.SC_red { color: #F00; }
.SC_teal { color: teal; }
.SC_gold { color: #FC0; }
.SC_pink { color: #ff68a4; }
.SC_bold { font-weight: 700; }



/* ===== Breadcrumbs ===== */

.module:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
* html .module { height: 1%; overflow: visible; }
* + html .module { min-height: 1%; }

.breadCrumb { margin-top: 20px; padding: 0; float: left; display: block; height: 21px; overflow: hidden; width: 713px; padding:5px; border:solid 1px #d5d5d5; background:#fafafa; }
.breadCrumb ul { margin: 0; padding: 0; height: 21px; display: block; }
.breadCrumb ul li { display: block; float: left; position: relative; height: 21px; overflow: hidden; line-height: 21px; margin: 0px 6px 0px 0; padding: 0px 12px 0px 2px; font-size: .9167em; background: url(../images/Chevron.gif) no-repeat 100% 0; }
.breadCrumb ul li div.chevronOverlay { position: absolute; right: 0; top: 0; z-index: 2; }
.breadCrumb ul li span { display: block; overflow: hidden; }
.breadCrumb ul li a { display: block; position: relative; height: 21px; line-height: 21px; overflow: hidden; float: left; }
.breadCrumb ul li.firstB a { height: 16px !important; text-indent:-1000em; width:16px; padding: 0; margin-top: 2px; overflow: hidden; background:url(../images/IconHome.gif) no-repeat 0 0; }
.breadCrumb ul li.firstB a:hover { background-position: 0 -16px; }
.breadCrumb ul li.lastB { background: none; margin-right: 0; padding-right: 0; }

.chevronOverlay { display: none; background: url(../images/ChevronOverlay.png) no-repeat 100% 0; width: 13px; height: 20px; }



/* ===== Form validation ===== */

.inputContainer { position: relative; float: left; }
.formError { position: absolute; top: 300px; left: 300px; display: block; z-index: 5000; cursor: pointer; }
.ajaxSubmit { padding: 20px; background: #55ea55; border: 1px solid #999; display: none; }

.formError .formErrorContent { background: #202020; position:relative; z-index:5001; color: #fff; width: 160px; font-size: 11px; border: 1px solid #000; padding: 4px 10px 4px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.greenPopup .formErrorContent { background: #33be40; }
.blackPopup .formErrorContent { background: #393939; color: #FFF; }
.formError .formErrorArrow { width: 15px; margin: -2px 0 0 13px;  position:relative; z-index: 5006; }
.formError .formErrorArrowBottom { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0px 0 0 12px; top:2px; }
.formError .formErrorArrow div { font-size: 0px; height: 1px; background: #202020; margin: 0 auto; line-height: 0; font-size: 0; display: block; }
.formError .formErrorArrowBottom div {  box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div { background: #33be40; }
.blackPopup .formErrorArrow div { background: #393939; color: #FFF; }

.formError .formErrorArrow .line10 { width: 15px; border: none; }
.formError .formErrorArrow .line9 { width: 13px; border: none; }
.formError .formErrorArrow .line8 { width: 11px; }
.formError .formErrorArrow .line7 { width: 9px; }
.formError .formErrorArrow .line6 { width: 7px; }
.formError .formErrorArrow .line5 { width: 5px; }
.formError .formErrorArrow .line4 { width: 3px; }
.formError .formErrorArrow .line3 { width: 1px; border-left: 2px solid #ddd; border-right: 2px solid #ddd; border-bottom: 0 solid #ddd; }
.formError .formErrorArrow .line2 { width: 3px; border: none; background: #ddd; }
.formError .formErrorArrow .line1 { width: 1px; border: none; background: #ddd; }



/* ===== Color picker ===== */

.colorpicker { 	width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(../images/colorPicker/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; }
.colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; }
.colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(../images/colorPicker/colorpicker_overlay.png); }
.colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(../images/colorPicker/colorpicker_select.gif); margin: -5px 0 0 -5px; }
.colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px;	height: 150px; cursor: n-resize; }
.colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(../images/colorPicker/colorpicker_indic.gif) left top; margin: -4px 0 0 0; left: 0px; }
.colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; }
.colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; }
.colorpicker input { background-color: transparent; border: 1px solid transparent; position: absolute; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #898989; top: 4px; right: 11px; text-align: right; margin: 0; padding: 0; height: 11px; }
.colorpicker_hex { position: absolute;  width: 72px; height: 22px; background: url(../images/colorPicker/colorpicker_hex.png) top; left: 212px; top: 142px; }
.colorpicker_hex input { right: 6px; }

.colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; }
.colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; }

.colorpicker_rgb_r { background-image: url(../images/colorPicker/colorpicker_rgb_r.png); top: 52px; left: 212px; }
.colorpicker_rgb_g { background-image: url(../images/colorPicker/colorpicker_rgb_g.png); top: 82px; left: 212px; }
.colorpicker_rgb_b { background-image: url(../images/colorPicker/colorpicker_rgb_b.png); top: 112px; left: 212px; }

.colorpicker_hsb_h { background-image: url(../images/colorPicker/colorpicker_hsb_h.png); top: 52px; left: 282px; }
.colorpicker_hsb_s { background-image: url(../images/colorPicker/colorpicker_hsb_s.png); top: 82px; left: 282px; }
.colorpicker_hsb_b { background-image: url(../images/colorPicker/colorpicker_hsb_b.png); top: 112px; left: 282px; }

.colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(../images/colorPicker/colorpicker_submit.png) top; left: 322px; top: 142px; overflow: hidden; }
.colorpicker_focus { background-position: center; }
.colorpicker_hex.colorpicker_focus { background-position: bottom; }
.colorpicker_submit.colorpicker_focus { background-position: bottom; }
.colorpicker_slider { background-position: bottom; }

#colorSelector { position: relative; width: 36px; height: 36px; background: url(../images/colorPicker/select.png); }
#colorSelector div { position: absolute; top: 3px; left: 3px; width: 30px; height: 30px; background: url(../images/colorPicker/select.png) center; }
#colorSelector2 { position: absolute; top: 0; left: 0; width: 36px; height: 36px; background: url(../images/colorPicker/select2.png); }
#colorSelector2 div { position: absolute; top: 4px; left: 4px; width: 28px; height: 28px; background: url(../images/colorPicker/select2.png) center; }
#colorpickerHolder2 { top: 32px; left: 0; width: 356px; height: 0; overflow: hidden; position: absolute; }
#colorpickerHolder2 .colorpicker { background-image: url(../images/colorPicker/custom_background.png); position: absolute; bottom: 0; left: 0; }
#colorpickerHolder2 .colorpicker_hue div { background-image: url(../images/colorPicker/custom_indic.gif); }
#colorpickerHolder2 .colorpicker_hex { background-image: url(../images/colorPicker/custom_hex.png); }
#colorpickerHolder2 .colorpicker_rgb_r { background-image: url(../images/colorPicker/custom_rgb_r.png); }
#colorpickerHolder2 .colorpicker_rgb_g { background-image: url(../images/colorPicker/custom_rgb_g.png); }
#colorpickerHolder2 .colorpicker_rgb_b { background-image: url(../images/colorPicker/custom_rgb_b.png); }
#colorpickerHolder2 .colorpicker_hsb_s { background-image: url(../images/colorPicker/custom_hsb_s.png); display: none; }
#colorpickerHolder2 .colorpicker_hsb_h { background-image: url(../images/colorPicker/custom_hsb_h.png); display: none; }
#colorpickerHolder2 .colorpicker_hsb_b { background-image: url(../images/colorPicker/custom_hsb_b.png); display: none; }
#colorpickerHolder2 .colorpicker_submit { background-image: url(../images/colorPicker/custom_submit.png); }
#colorpickerHolder2 .colorpicker input { color: #778398; }
#customWidget { position: relative; height: 36px; }



#popup_container { min-width: 300px; max-width: 600px; background: url(../images/alertOpacityOverlay.png) repeat; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#popup_title { text-align: center; background: url(../images/leftNavBg.png) repeat-x; border-bottom: 1px solid #d5d5d5; cursor: default; padding: 9px 0 9px 0px; margin: 0em; height: 20px; }
#popup_content { background: #fafafa; padding: 1em 1.75em; margin: 0em; }
#popup_message { text-align: center; }
#popup_panel { text-align: center; margin: 1em 0em 0em 0em; }
#popup_message input[type=text] { background: #FCFCFC; border: 1px solid #D1D1D1; padding: 5px; width: 258px; }
#popup_prompt { margin: .5em 0em; }




/* ===== Error pages  ===== */

.errorPage { width: 370px; margin: 100px auto 80px auto; position: relative; }
.errorPage .errorTitle, .weAreOff { background: url(../images/linesSep.png) repeat-x 0 100%; width: 290px; padding-bottom: 15px; }
.weAreOff { width: 100% }
.errorPage h1 { color: #404040; font-size: 140px; margin: 80px 0; position: relative; padding-left: 10px; }
.errorPage h2 { font-size: 22px; font-weight: normal;  }
.errorPage h2 span { background: url(../images/sadEmo.png) no-repeat 0; padding-left: 26px; }
.errorPage .bubbles { position: absolute; background: url(../images/error.png) no-repeat 0 0; width: 138px; height: 133px; top: -10px; left: 225px; }
.errorPage p { width: 100%; padding: 13px 0; background: url(../images/linesSep.png) repeat-x 0 0; font-size: 20px; text-align: center; }
.errorPage .error-page__image {
    display: block;
    margin: 0 auto;
}
.errorPage .error-page__image.not-found {
    margin-left: 92px;
    height: 130px;
}
.errorPage .error-page__header {
    text-align: center;
    margin: 32px 14px 14px 14px;
    font-size: 32px;
    font-weight: bold;
}
.backToDash { text-align: center; margin: 10px; }



/* ===== File uploader  ===== */

.plupload_button { font-size: 10px; font-weight: bold; text-transform: uppercase; color: #fff; line-height: 12px; margin-top: 3px; }

.plupload_start { float: left; background: url(../images/ui/greenBtn.png) repeat-x 0 0; border: 1px solid #418d4f; }
.plupload_start span { background: url(../images/upload.png) no-repeat 10px; padding: 5px 13px 6px 26px; display: block;  }
.plupload_start:hover { background-position: 0 -25px; }
.plupload_start:active { background-position: 0 -50px; }

.plupload_disabled, a.plupload_disabled:hover { color: #a6a6a6; border: 1px solid #e9e9e9; background: url(../images/ui/uploadDisabled.png) repeat-x; cursor: default; }
.plupload_disabled span { padding: 5px 13px 6px 13px; }

.plupload_add { margin-right: 10px; background: url(../images/ui/greyishBtn.png) repeat-x 0 0; border: 1px solid #4F5A68; float: left; }
.plupload_add span { background: url(../images/add.png) no-repeat 10px; padding: 5px 13px 6px 26px; display: block; }
.plupload_add:hover { background-position: 0 -25px; }
.plupload_add:active { background-position: 0 -50px; }

.plupload_wrapper { font-size: 11px;; width: 100%; }

.plupload_container {  }
.plupload_container input { border: 1px solid #DDD; font-size: 11px; width: 98%; }

.plupload_filelist { margin: 0; padding: 0; list-style: none; }
.plupload_scroll .plupload_filelist { height: 185px; background: #fafafa; overflow-y: scroll; }
.plupload_filelist li { padding: 10px 12px; background: whiteSmoke; border-bottom: 1px solid #E7E7E7; }
.plupload_filelist li:hover { background: #fdfdfd; }

.plupload_filelist_header, .plupload_filelist_footer { background: #EFEFEF url(../images/leftNavBg.png) repeat-x; padding: 3px 12px; color: #878787; }
.plupload_filelist_header {	border-bottom: 1px solid #d5d5d5; }

.plupload_filelist_footer { border-top: 1px solid #D5D5D5; height: 31px; line-height: 30px; vertical-align: middle; }
.plupload_file_name { float: left; overflow: hidden; }
.plupload_file_status { color: #777; }
.plupload_file_status span {}
.plupload_file_size, .plupload_file_status, .plupload_progress { float: right; width: 80px; }
.plupload_file_size, .plupload_file_status, .plupload_file_action { text-align: right; }
.plupload_filelist .plupload_file_name { width: 205px; }
.plupload_file_action { float: right; width: 14px; margin-top: 3px; height: 14px; margin-left: 15px; }
.plupload_file_action * { display: none; width: 14px; height: 14px; }

li.plupload_uploading {  }
li.plupload_done { color: #AAA; }
li.plupload_delete a { background: url(../images/uploader/deleteFile.png) no-repeat 0; }
li.plupload_failed a { background: url(../images/uploader/error.png) no-repeat 0; cursor: default; }
li.plupload_done a { background: url(../images/uploader/uploaded.png) no-repeat 0; cursor: default; }

.plupload_progress, .plupload_upload_status { display: none; }
.plupload_progress_container { margin-top: 10px; border: 1px solid #CCC; background: #FFF; padding: 1px; }
.plupload_progress_bar { width: 0px; height: 7px; background: #CDEB8B; }
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action { margin-right: 17px; }

/* Floats */

.plupload_clear,.plupload_clearer { clear: both; }
.plupload_clearer, .plupload_progress_bar { display: block; font-size: 0; line-height: 0; }

li.plupload_droptext { background: transparent; text-align: center; vertical-align: middle; border: 0; line-height: 165px; }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.filter_input {
    width: 100px;
    height: 20px;
}

.small-input {
    width: 70px !important;
}

.widget_title_select {
    margin: 7px 0 0 200px;
    width: 500px;
}

.widget_title_select_name {
    float: left;
    margin: 3px 3px 3px 10px;
}

.widget_title_datepicker {
    padding: 1px 0px 1px 2px;
}
.yearmonthpicker {
    height: 22px !important;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
}

.highlightCountdown {
    color: red;
}

.errorTextInput {
    border: 1px solid red !important;
}

.ball {
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 30px;
    float: left;
}

.ball_black {
    background: url(../images/ball_black.png) repeat scroll 0 0 transparent;
    color: white;
}

.ball_yellow {
    background: url(../images/ball_yellow.png) repeat scroll 0 0 transparent;
}

.ball_white {
    background: url(../images/ball_white.png) repeat scroll 0 0 transparent;
    color: black;
}

.ball_red {
    background: url(../images/ball_red.png) repeat scroll 0 0 transparent;
    color: white;
}

.ball_green {
    background: url(../images/ball_green.png) repeat scroll 0 0 transparent;
    color: white;
}

.ball_blue {
    background: url(../images/ball_blue.png) repeat scroll 0 0 transparent;
    color: white;
}

.diceimg{
    height: 70px;
    width: 70px;
}

.dice_1 {
    background: url(../images/dice_1.png) repeat scroll 0 0 transparent;
    color: white;
}

.dice_2 {
    background: url(../images/dice_2.png) repeat scroll 0 0 transparent;
    color: white;
}

.dice_3 {
    background: url(../images/dice_3.png) repeat scroll 0 0 transparent;
    color: white;
}

.dice_4 {
    background: url(../images/dice_4.png) repeat scroll 0 0 transparent;
    color: white;
}

.dice_5 {
    background: url(../images/dice_5.png) repeat scroll 0 0 transparent;
    color: white;
}

.dice_6 {
    background: url(../images/dice_6.png) repeat scroll 0 0 transparent;
    color: white;
}




.ball span {
    position: relative;
    top: 6px;
}

.ball_size1 {
    left: 11px;
}

.ball_size2 {
    left: 8px;
}

.w70percent {
    width: 70% !important;
}

.w20percent {
    width: 17% !important;
}

.w22percent {
    width: 22% !important;
}

.input_enabled {
    background: #DBF195 !important;
}

.input_readonly {
    background: #FECDDD !important;
}

#tr_bets_balance{
    border-bottom: 1px solid #E7E7E7;
}

.color_white {
    color: white;
}

#select-lottery-event-id {
    float: left;
    margin-top: 4px;
}

#change_partner_dropdown_type, #change_partner_dropdown_type_balance {
    padding-left: 5px;
    text-decoration: underline;
    cursor: pointer;
}

.show_bet_ip{
    color: #2B6893;
    text-decoration: none;
    cursor: pointer;
}
.video-stream-switch ul{
    list-style:none;
    width: auto;
    height:26px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-13px 0 0 -42px;
}

.video-stream-switch ul li{
    float:left;
    line-height:23px;
    font-size:11px;
    padding:2px 10px 0;
    background: #E5E5E5;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#E5E5E5));
    text-shadow:0 1px 0 #FFF;
    border-left:1px solid #D5D5D5;
    border-top:1px solid #D5D5D5;
    border-bottom:1px solid #D5D5D5;
    -webkit-box-shadow:0 1px 0 #FFF inset, 0 0 5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .3);
}

.video-stream-switch ul li:first-child{
    -webkit-border-radius:5px 0 0 5px;
}
.video-stream-switch ul li:last-child{
    -webkit-border-radius:0 5px 5px 0;
}

.video-stream-switch ul li a{
    text-decoration: none;
    font-family:Helvetica, Arial;
    text-transform:uppercase;
    color:#a1a1a1;
}

.video-stream-switch .on{
    background: #505050;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#505050));
    text-shadow:0 -1px 0 #444, 0 0 7px #9AE658;
    border-right:1px solid #444;
    border-top:1px solid #444;
    border-bottom:1px solid #444;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .7) inset, 0 1px 0 #FFF;
}

.video-stream-switch ul li:not(.on):active{
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#f1f1f1));
}


.video-stream-switch ul li.on a{
    color:#7BBA47;
    cursor: default;
}
.video-stream-switch .ajax-loader {
    padding:10px;
    margin-left: 5px;
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.cards-deck {
    margin: 15px 0px 10px 10px;
}

.cards-deck td {
    line-height: 34px;
}

.card, .war_card {
    margin: 10px;
    font-size: 24px;
    text-transform: uppercase;
}

.card:hover, .war_card.hover {
    background-color: #C0C0C0;
    cursor: pointer;
    margin: 10px;
}

.war_card.card_not_in_deck {
    color: #a0a0a0;
    cursor: not-allowed;
}

.disabled-card {
    margin: 10px;
    padding:5px;
    font-size: 24px;
    text-transform: uppercase;
}

.card_h, .card_d, .card_hearts, .card_diamonds {
    color: red;
}

.card_s, .card_c, .card_spades, .card_clubs {
    color: black;
}

.disabled-card.card_s, .disabled-card.card_c {
    color: #DCDCDC;
}

.disabled-card.card_h, .disabled-card.card_d {
    color: #FFE4E1;
}

.poker-round-name {
    float: left;
    margin: 3px 3px 3px 10px;
    font-size: 24px;
    text-transform: uppercase;
}

.situation-row {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.player-no{
    margin-left: 15px;
    margin-right: 5px;
}

.hands {
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 10px;
}

.table-cards {
    padding-left: 20px;
}
.run-code {
    font-weight: bold;
}
.run-time {
    font-weight: bold;
}
.results-player-cards {
    margin-right: 8px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}

.results-player-cards .card,
.results-table-cards .card {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.results-player-cards.winner {
    border: 1px green solid;
}

.results-table-cards {
    text-transform: uppercase;
    font-weight: bold;
}

input.error_input{
    border: 1px solid #ff7570;
    padding: 5px;
    margin-top: 10px;
    width: 99%;
}

.show-xml{
    margin-top: 10px;
    margin-right: 5px;
    text-decoration: underline;
    cursor: pointer;
}
.xml-content{
    display: none;
}

#tiny_mce {
    word-wrap: break-word;
}

.baccarat_results_winner {
    display: inline-block;
    width: 14px;
    height: 19px;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    margin-right: 3px;
}

.baccarat_results_winner.player {
    background-color: rgb(0, 153, 204);
}

.baccarat_results_winner.banker {
    background-color: rgb(237, 28, 36);
}

.hidden {
    display: none;
}

.wheel_circle_enter_result {
    width: 46px;
    height: 46px;
    background: white;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    margin-left: 12px;
    margin-top: 2px;
    position:absolute
}

#wheel-rectangle {
    width: 70px;
    height: 50px;
}

#wheel-rectangle #result {
    position: absolute;
    font-size: 37px!important;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.wheel-result-2-symbols {
    margin-top: 14px;
}

.wheel-result-1-symbols {
    margin-top: 12px;
    margin-left: 12px;
}

.wheel_rectangle_red {
    background: red;
}

.wheel_rectangle_grey {
    background: #696969;
}

.wheel_rectangle_black {
    background: black;
}

.wheel_rectangle_white {
    background: #9C9C9C;
}

.wheel_rectangle_grey_f{
    background: #E1E1E1;
    text-align: center;
}

.wheel_rectangle_result {
    width: 60px;
    height: 30px;
}

.wheel_circle_result_temp{
    margin-left: 11px;
}

.wheel_img_cup{
    display: inline-block;
    margin-right: 5px;
    background: url('../images/fortune_small.png') no-repeat;
    width: 22px;
    height: 18px;
    margin-left: 9px;
    margin-top: 2px;
}

.wheel_circle_result {
    width: 26px;
    height: 26px;
    background: white;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    margin-left: 17px;
    margin-top: 2px;
    position:absolute
}

.wheel_simbol_result_1 {
    margin-top: 4px;
    margin-left: 10px;
    position:absolute;
}

.wheel_simbol_result_2 {
    margin-top: 4px;
    margin-left: 5px;
    position: absolute;
}



.save_report_content {
    height: 50px;
    padding-left: 40px;
    padding-top: 20px;
    width: 400px;
}

.from_date_input {
    float: left;
    padding-top: 5px;
}

.datetimepicker_marge {
    margin-top: 2px;
    float: left;
    width: 90px;
    height: 20px
}

.to_date_input {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.video_results_block {
    padding:10px;
}

.video_results_block {
    padding:10px;
}

.video_results_block_input {
    width: 450px;
    height:18px;
    font-size:14px!important;
}

.maintenance_table .reason {
    text-align: left;
    max-width: 310px;
}

.maintenance_duration_padding {
    padding-left: 30px;
}

.maintenance_cancel_padding {
    padding-left: 10px;
}

.maintenance_duration_time_width {
    width: 26px !important;
}

.maintenance_duration_message {
    color: red;
}

.maintenance_datetimepicker {
    width: 105px !important;
}

.maintenance_edit_row {
    background-color: transparent !important;
}

.maintenance_in_progress_row {
    background-color: #BCE77D !important;
}

.maintenance_table td {
    text-align: center;
}

.maintenance_in_progress_row .maintenance_actions {
    color: red;
}

.maintenance_ended_row {
    background-color: #C7C4C4 !important;
}

.maintenance_error_border {
    border: 1px solid red !important;
}

#view_bets_table td {
    padding: 8px 5px;
}

.dynamic_total_sum {
    font-size: 16px;
    position: absolute;
    z-index: 1;
    padding: 10px;
    right: 51px;
    color: #274b6d;
}
.dynamic_total_avg {
    font-size: 16px;
    position: absolute;
    z-index: 1;
    padding: 10px;
    left: 90px;
    color: #274b6d;
}
.dynamics_stats {
    position:relative;
}

.dynamics_stats table{
    table-layout: fixed;
}

.dynamics_stats .balance {
    text-align: right;
}

.dynamics_stats .type {
    text-align: left;
    font-weight: bold;
}

.dynamics_stats .date{
    background: #D9D9D9;
    text-align: left;
    font-weight: bold;
}

.dynamics_stats .container{
    width: 1200px;
    height: 400px;
    margin: 0
}

.hourly_stats {
    position:relative;
}

.filters_holder {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 30px;
}

.filters_holder_top {
    padding: 0;
    margin-top: -6px;
}

.filters_holder_top_middle {
    padding: 0;
    margin-top: 1px;
}

.filters_holder_top_clean {
    padding: 0;
    margin-top: 6px;
}

.margin_top_6p {
    padding: 0;
    margin-top: 6px;
}

.margin_top_10px {
    padding: 0;
    margin-top: 10px;
}

.margin_top_5p {
    padding: 0;
    margin-top: 5px;
}

.margin_top_4p {
    padding: 0;
    margin-top: 4px;
}

.margin_top_minus_10px {
    margin-top: -10px;
}

.margin_bottom_minus_8px {
    margin-bottom: -8px;
}

.head input[type="text"] {
    height: 20px;
    padding: 1px;
    width: 100px;
}

.filters_holder_top_clean > .widget_title_select_name {
    margin-top: 0;
}

.filters_holder_top > .widget_title_select_name {
    margin-top: 9px;
}

.filters_holder_bets {
    padding-bottom: 13px;
}

.filter_button_holder {
    margin-top: 10px;
    text-align: right;
}

.filters_holder select {
    height: 26px;
    width: 104px;
    font: 12px Arial;
    -webkit-appearance: menulist-button;
    border: 1px solid rgb(156, 156, 156);
}

.filters_holder input[type="text"], .narrow_input input[type="text"] {
    height: 22px;
    width: 100px;
    position: relative;
    font: 12px Arial;
    padding: 0;
}

.filters_holder textarea {
    font: 12px Arial;
}

.filters_holder_bets select {
    width: 134px;
    font-size: 110%
}

.filters_holder_bets input[type="text"] {
    width: 130px;
    font-size: 100%
}

@-moz-document url-prefix() {
    .filters_holder input[type="text"] {
        height: 24px;
        width: 102px;
    }

    .partners_dropdown_list > select {
        width: 106px;
        margin-right: -1px;
        margin-top: -3px;
    }
}

.width_100 > input[type="text"] {
    width: 100%;
}

.filter_button {
    height: 26px;
    position: relative; top:-1px;
}

.top_10_px {
    position: relative;
    top: 10px;
}

.top_14_px {
    position: relative;
    top: 14px;
}

.top_20_px {
    position: relative;
    top: 25px;
}

.ac_input {
    /*width: 105px !important;*/
}

.logs_date_part {
    height: 40px;
    padding-top: 7px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.logs-filter-part, .stats-filter-part {
    padding: 6px 0 25px 0;
}

.firewall-filter {
    padding-bottom: 30px;
    padding-left: 20px;
}

.logs_show_padding {
    margin-left: 20px;
    position: relative;
    top:-2px;
}

.inline_block {
    display: inline-block;
}

.text-align-right {
    text-align: right;
}

.filters_holder label {
    display: inline-block;
    min-width: 80px;
}

.filters_holder.filter_incidents label {
    min-width: 60px;
}

.filters_holder input:disabled,
.filters_holder textarea:disabled {
    background: white;
    color: rgb(84, 84, 84);
    cursor: default;
    border: 1px solid #e8e8e8;
}

.tab_filter {
    margin-bottom: -8px;
    margin-top: -10px;
}

@media (max-width:1615px) {
    .partner_small > .partner_ddl > input {
        width: 80px;
    }

    .partner_small > .partner_ddl > .select_input > select {
        width: 86px;
    }

    .platform_small > .select_input > select {
        width: 80px;
    }

    .date_time_small > .widget_title_datepicker {
        width: 80px !important;
    }
}

.display-table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.width_100p {
    width: 100%;
}

.margin_right_5 > .inline_block {
    margin-right: 5px;
}

.margin_left_5px {
    margin-left: 5px;
}

.margin_left_2px {
    margin-left: 2px;
}

.position_top_minus_3 {
    position: relative;
    top: -3px;
}

.border_top_gray {
    border-top:1px solid #d5d5d5;
    margin-left: -12px;
    margin-right: -12px;
    padding-right: 12px;
}

.filter_button_holder > input {
    position: relative;
    top: 2px;
}

@media (min-width:1570px) {
    .inline-block-gap-2 {
        display: inline-block;
        width: 1%;
    }
}

@media (max-width:1570px) {
    .inline-block-gap-2 {
        display: none;
    }
}

.inline-block-gap-5 {
    display: inline-block;
    width: 5%;
}

.users_new_button {
    float: none !important;
    position: relative;
    top: -33px;
    left: 750px;
}

.select_input {
    display: inline-block;
    padding-top: 2px;
}

.padding_top_20px {
    padding-top: 20px;
}

.login_error_holder {
    margin-top: 40px;
    width: 322px;
}

.login_error_holder > .nNote {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 50px;
    width: 320px;
}

.login_error_holder > .nNote > p {
    padding: 0;
    margin: 0;
}

.padding_bottom_top_0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding_bottom_0_top_11 {
    padding-top: 11px;
    padding-bottom: 0;
}

.margin_0 > .filters_holder {
    padding-bottom: 10px;
}

.margin_0 {
    margin: 0;
}

.padding_left_10px {
    padding-left: 10px;
}

.padding-left-40-important {
    padding-left: 40px !important;
}

.padding_bottom_10px{
    padding-bottom: 10px;
}

.shop_tab_margin_top {
    margin-top: 15px;
}

/* Partners List */
.width_100 {
    width: 100%;
}

.width_80 {
    width: 80%;
}

.width_80 > select {
    width: 80%;
}

.width_85 {
    width: 85%;
}

.width_85 > select {
    width: 85%;
}

.width_85 > input[type="text"] {
    width: 85%;
}

.width_85 > textarea {
    width: 85%;
}

.width_60 {
    width: 60%;
}

.width_60 > select {
    width: 60%;
}

.width_40 {
    width: 40%;
}

.width_40 > select {
    width: 40%;
}

.width_50 {
    width: 50%;
}

.width_50 > select {
    width: 50%;
}

.width_30 {
    width: 30%;
}

.width_30 > select {
    width: 30%;
}

.width_25{
    width: 25%;
}
.width_20{
    width: 20%;
}
.width_15 {
    width: 15%;
}
.width_14 {
    width: 14%;
}
.width_13{
    width: 13%;
}
.width_10 {
    width: 10%;
}
.width_7 {
    width: 7%;
}
.width_8 {
    width: 8%;
}
.width_5 {
    width: 5%;
}
.width_4 {
    width: 4%;
}
.width_3 {
    width: 3%;
}
.width_850px {
    width: 850px;
}

.width_528px {
    width: 528px;
}

.padding_6 {
    padding-top: 6px;
    padding-left: 5px;
}

.padding_4 {
    padding-top: 4px;
    padding-left: 5px;
}
.padding_bottom_20 {
    padding-bottom: 20px;
}

.margin_bottom_10_top_10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.padding_bottom_10_top_10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

/* END Partners List */

.users_groups {
    margin: 9px 0 0 20px;
}


/* Popup */
#popup_bg {
    width: 100%;
    height: 100%;
    background: black;position: fixed;
    z-index: 1000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.popup{
    position: absolute;
    top: 200px;
    display: none;
    z-index: 1001;
    margin-left: 60px;
}

.popup .cancel{
    float: right;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 7px;
    color: #000000;
}

.widget .table_border_top {
    border-top: 1px solid #D5D5D5
}

.widget .table_border_top {
    border-bottom: 1px solid #D5D5D5
}

/* Shops List */

.shop_filters{height: 38px;}

.shop_filters #partner_id{
    width: 84px !important;
}

.shop_filters .spacer{
    width: 30px;
}

a.blueNumU{
    text-decoration: underline;
    color: #0069D0
}
.num a.blueNumU{
    text-decoration: none;
}

#shops_filter_button, #reset_filter_button{
    position: relative; top:-1px;
}

#reset_filter_button{
    margin-left: 13px;
}

.shop_title{
    font-weight: bold;
    padding-bottom: 10px;
}
.shop_tab_title{
    font-weight: bold;
    font-size: 16px;
}

.shop_tab_title .back_to_shop{
    font-weight: normal;
    font-size: 12px;
}

.pos_head{
    background: #f5f5f5;
    padding: 8px 15px 20px 15px;
    border-bottom: 1px solid #e7e7e7;
}

.delete_pos_btn{
    padding-top: 3px;
    padding-left: 7px;
}

.add_new_user{
    padding-top: 10px;
    margin-bottom: -20px;
}

.pos_information{
    width: 100%;
    position: relative;
    top: 20px;
}

.min_height_60 {
    min-height: 60px;
}

.height_30px {
    height: 30px;
}

.cursor_default {
    cursor: default;
}

.align_right{
    text-align: right;
}

.balance_full_p {
    padding: 10px 25px 10px 14px !important;
}

.balance_full_information {
    height: auto;
}

.balance_full_information:first-child {
    padding-left: 40px;
}

.balance_full_information p.balance_full_p {
    margin-bottom: 0;
}

.balance_datepicker {
    height: 22px;
    width: 100px;
}

.css_right {
    float: right;
}

/* Run results page */
.video_player {
    background: black;
    height: 383px;
    width: 679px;
    float:right;
}
.game_7-from-42 .video_player {
    height: 383px;
    width: 679px;
}
.game_7-from-42 .formRight {
    margin-right: 25px !important;
}

.game_5-from-36 .formRight {
    margin-right: 240px !important;
}

.game_dice-duel .formRight {
    margin-right: 514px !important;
}

.game_dice-duel #result-block-inputs ul li:nth-of-type(1),
.game_dice-duel .repeat_numbers ul li:nth-of-type(1)
{
    width: 72px;
    border-bottom: 5px solid #cc301b;
    margin-bottom: -3px;
    padding-bottom: 3px;
}
.game_dice-duel #result-block-inputs ul li:nth-of-type(3),
.game_dice-duel .repeat_numbers ul li:nth-of-type(3)
{
    width: 72px;
    border-bottom: 5px solid #0b3e6f;
    margin-bottom: -3px;
    padding-bottom: 3px;
}

.game_wheel .formRight {
    margin-right: 480px !important;
}

.operator-widget {
    margin-top: 15px !important;
}

.operator-widget .graphical-entered-results {
    float: left;
    margin-left: 20px;
    width: 220px;
}

.cancel-card-buttons {
    margin-top: -10px;
}

.operator-widget .all_games_tab,
.widget > .agents-tabs {
    border-bottom: none !important;
    border-left: none !important;
}
.all_games_tab li a{
    width:160px;
    text-align:center;
}
.settings-saved-notification {
    margin-top: 10px;
    height: 38px;
}
.settings-saved-notification p {
    padding-left: 45px;
}
.repeat_numbers {
    display:none;
}
#results_form .rowElem label{
    width: 40%;
    text-align: right;
    padding: 29px 0 1px 0;
}
#results_form .submitForm {
    float:right;
    clear:both;
}
.input_results li {
    height:52px;
}

.alert_error {
    border:1px solid red !important;
}
.alert_green {
    background:#E6FFE8 !important;
}
.waiting_ocr {
    float: right;
    width: 705px;
    text-align: center;
    display:none;
}
.not-allowed{
    cursor: not-allowed;
}

.input_results .color_white {
    background: #ccc !important;
    color:#ccc !important;
}


.square {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #d7d7d7;
    position: relative;
    top: 2px;
    margin-left: 15px;
}

.white_square, .background_white, .background_white  > td {
    background-color: white;
}

.green_square, .background_light_green, .background_light_green  > td {
    background-color: #dbf195;
}

.purple_square, .background_light_red, .background_light_red > td {
    background-color: #fecddd;
}

.yellow_square, .background_yellow, .background_yellow > td {
    background-color: #fffbb4;
}
.css_right {
    float: right;
}

.card {
    font-weight: 800;
    display: inline;
    text-transform: uppercase;
    white-space: nowrap;
}

.hearts,
.diamonds {
    color: red;
}

.clubs,
.spades {
    color: black;
}
.card .clubs,
.card .spades,
.card .hearts,
.card .diamonds {
    font-family: Flaticon;
    font-size: 10px;

    font-style: normal;
    display: inline-block;
    line-height: 1;
    font-weight: 400;

    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.results-player-cards .card,
.results-table-cards .card {
    background-color: transparent;
    cursor: default;
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/betgames.eot");
    src: url("../fonts/betgames.eot#iefix") format("embedded-opentype"),
    url("../fonts/betgames.woff") format("woff"),
    url("../fonts/betgames.ttf") format("truetype"),
    url("../fonts/betgames.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.cards-deck .card {
    font-weight: normal;
}

.card .spades:before {
    content: "A";
}

.card .clubs:before {
    content: "B";
}

.card .hearts:before {
    content: "C";
}

.card .diamonds:before {
    content: "D";
}


.arrow-group-down > td:first-child .blank-div {
    background-position: -65px 0;
}

.progress-bar-holder {
    padding-top: 10px;
    padding-bottom: -35px;
    display: none;
}

.fancy-bg-style, .modern-bg-style {
    margin-left: 50px;
}

.fancy-bg-style > select, .modern-bg-style > select {
    margin-left: 5px;
}

.no_records_found{
    text-align: center;
    background-image: none;
    margin-top: 40px;
}

#user_function_access_row > div {
    width: 465px;
}

.lottery_notification {
    display: none;
}

.dealer-name, .label-name{
    width: 100% !important;
}

.selectize-control-filter {
    vertical-align: sub !important;
    display: inline-block !important;
}

.selectize-control-filter .selectize-input {
    height: 32px;
    padding: 4px !important;
    margin: -4px 0 !important;
    display: inline-block !important;
    vertical-align: sub !important;
}

.selectize-control-filter .selectize-input.full {
    padding: 7px !important;
}

.selectize-control-filter .selectize-input.full input {
    height: 20px;
}

.view-table tbody td {
    vertical-align: top;
}

.view-table thead tr:first-child,
#wheel-stats-table thead tr:first-child {
    border-top: 1px solid #e7e7e7;
}

#alert-table tbody tr td:last-child,
#tools-ocr-results-table tbody tr td:nth-child(2),
#tools-ocr-results-table tbody tr td:nth-child(3),
#tools-logos-table tbody tr td,
#wheel-stats-table tbody tr td {
    text-align: center;
}

#tools-logos-table tbody tr td:nth-child(2) {
    text-align: center;
    word-break: break-all; /* break long urls */
}

#tools-ocr-logs-table thead tr td:nth-child(1) {
    width: 90px; /* datetime len */
}

#tools-ocr-logs-table thead tr td:nth-child(2),
#tools-ocr-logs-table thead tr td:nth-child(3) {
    width: 60px; /* datetime len */
}

#tools-ocr-logs-table thead tr td:nth-child(6) {
    width: 100px;
}

#tools-ocr-logs-table thead tr td:nth-child(4), #tools-ocr-logs-table thead tr td:nth-child(5) {
    width: 400px;
}

#tools-ocr-logs-table tbody tr td:nth-child(4),
#tools-ocr-logs-table tbody tr td:nth-child(5) {
    white-space: pre-wrap;
    text-align: left;
    word-break: break-all; /* break long */
    vertical-align: top;
}

#tools-ocr-logs-table tbody tr td:nth-child(6){
    white-space: pre-wrap;
    text-align: left;
    word-break: break-word; /* break long */
    vertical-align: top;
}

#tools-ocr-results-table tbody tr td:nth-child(5),
#tools-ocr-results-table tbody tr td:nth-child(6){
    width: 120px;
}

#tools-logos-table tbody tr td img {
    width: 100%;
}

#tools-logos-table tbody tr td img.swf-dummy {
    width: auto;
}

#wheel-stats-table tbody tr:last-child td {
    font-weight: bold;
}

.lotteries-table tbody tr td:nth-child(6),
.lotteries-table tbody tr td:nth-child(7),
.lotteries-table tbody tr td:nth-child(8) {
    text-align: center;
}
.lotteries-table tbody tr td:nth-child(6) input {
    vertical-align: middle;
}

.timezone-information span {
    padding-left: 15px;
}

.border-top {
    border-top: 1px solid #ccc;
}

/**
DICE DUEL Run Results page
 */
.lottery-item {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
}
.dice-ball {
    background-color: #e52828;
    background: linear-gradient(180deg, #e52828, #961111);
    width: 25px;
    height: 25px;
    border-radius: 4px;
    font-size: 6px;
    margin: 2px;
}
.dice-ball.blue {
    background-color: #046994;
    background: linear-gradient(180deg, #007fb5, #005bb5);
}
.dice-ball > .dot {
    width: 20%;
    height: 20%;
    border: none;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin: -10%;
    background: #fff;
}
.dice-ball.dice-1 > .dot {
    box-shadow: 0 0 0 #fff;
}
.dice-ball.dice-2 > .dot {
    background: transparent;
    box-shadow: -1.0em -1.0em 0 #fff, 1.0em 1.0em 0 #fff;
}
.dice-ball.dice-3 > .dot {
    box-shadow: -1.0em -1.0em 0 #fff, 1.0em 1.0em 0 #fff;
}
.dice-ball.dice-4 > .dot {
    background: transparent;
    box-shadow: -1.0em -1.0em 0 #fff, 1.0em 1.0em 0 #fff, -1.0em 1.0em 0 #fff, 1.0em -1.0em 0 #fff;
}
.dice-ball.dice-5 > .dot {
    box-shadow: -1.0em -1.0em 0 #fff, 1.0em 1.0em 0 #fff, -1.0em 1.0em 0 #fff, 1.0em -1.0em 0 #fff;
}
.dice-ball.dice-6 > .dot {
    background: transparent;
    box-shadow: -1.0em -1.0em 0 #fff, -1.0em 0 0 #fff, -1.0em 1.0em 0 #fff, 1.0em -1.0em 0 #fff, 1.0em 0 0 #fff, 1.0em 1.0em 0 #fff;
}

/** BALANCE **/
.rate-information {
    margin-top: 40px;
    margin-bottom: -40px;
    height: initial;
}
.rate-information p {
    margin: 0px;
}

.agents .actions {
    width: 210px;
}

.agents .request_credit_button {
    margin: 0 0;
}

.shop_limit_balance_disable {
    background: #202020;
    position: relative;
    z-index: 5001;
    color: #fff;
    width: 160px;
    font-size: 11px;
    border: 1px solid #000;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
    margin-left: 10px;
    opacity: 0.87;
}

.shop_limit_balance_disable::before {
    content:"\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #202020 transparent transparent;
    position: absolute;
    left: -16px;
    margin-left: 5px;
    top: 0;
}

.results-filter {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#exports-table thead tr td:nth-child(1), #exports-table thead tr td:nth-child(2) {
    width: 160px;
}

#exports-table thead tr td:nth-child(5) {
    width: 90px;
}
#exports-table tbody tr td:nth-child(5) a img {
    vertical-align: text-bottom;
}

#failedbets tbody td:nth-child(1) {
    min-width: 70px;
}

#failedbets tbody td:nth-child(7), #failedbets tbody td:nth-child(8), #failedbets tbody td:nth-child(9) {
    text-align: right;
}

#failedbets tbody td:nth-child(11) {
    width: 800px;
    word-break: break-all;
}

#failedbets tbody td {
    vertical-align: top;
}

#runs-date {
    float: left;
    display: inline-block;
    width: 250px;
    margin: 7px 0 0 20px;
}
#runs-buttons, #bets-buttons {
    float: right;
    display: inline-block;
    margin: 13px 0 0 0;
}
#runs-buttons .button {
    margin-right: 10px;
}

.logs-table tr td{
    width: 33%;
}

.partner-label {
    display: block;
    float: left;
    margin:2px;
    background: #e0e0e0;
    padding: 0 7px;
    border-radius: 5px;
}

#player_code::placeholder {
    color: #9d9d9d;
    font-size: 11px;
}

.agents-tabs,
.back-tools-tabs {
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    width: 100%;
    display: block;
    height: 40px;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
}

.agents-tabs li,
.back-tools-tabs li {
    float: left;
    border-right: 1px solid #ccc;
}

.agents-tabs li.agents-tab-active,
.back-tools-tabs li.tab-active {
    background-color: #fff;
}

.agents-tabs li a,
.back-tools-tabs li a {
    color: #555;
    padding: 10px;
    display:block;
}
.agents-tabs li a span,
.back-tools-tabs li a span {
    font-weight: bold;
    font-size:14px;
}

.back-tools-tabs li a img {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.enabled-tree-msg{
    color:red;
    padding: 3px 0px 0px 20px;
}

#reportContainer {
    padding-top: 56.25%; /* Aspect Ratio 16:9 */
    width: 100%;
    position: relative
}

#reportContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.settings-disabled {
    color: #b7b7b7;
    cursor: not-allowed;
    pointer-events: none;
}
.settings-disabled input {
    color: #b7b7b7;
    cursor: not-allowed;
}
.speedy7-settings .ui-spinner {
    float: left;
}

.speedy7-settings .jqTransformCheckboxWrapper + label {
    padding-right: 0;
    margin-right: 0;
}
.speedy7-column {
    width: 30%;
    float: left;
}

.speedy7-column .column-title {
    margin-top: -15px;
    margin-bottom: 5px;
}

.speedy7-column-header {
    padding-left: 12px;
}

#timezone-map {
    width: 1024px;
    background: #ffffff;
    padding: 20px;
}

/* Reporting version switch */
.header-reporting-version ul li span {
    background: white;
    color: black;
}
.header-reporting-version ul li:first-child span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.header-reporting-version ul li:last-child span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.header-reporting-version ul li {
    border: none;
}

.header-reporting-version ul li:first-child {
    border-left: none;
    margin-right: 1px;
}

.header-reporting-version ul li a.selected {
    font-weight: bold;
}

.header-reporting-version ul li a.selected span {
    color: #1b9dec;
}

.header-reporting-version ul li span {
    padding: 2px 30px 4px 30px;
    margin: 4px 0;
}