﻿/*

    input fields rounded

*/

.ri {
    background:url(../img/ui/input_field_bg.png) no-repeat top left;
    padding-left:5px;
    display:inline;
    float:left;
    position:relative;
    margin:0 0 5px 0;
}
.ri .ric {
    background:url(../img/ui/input_field_bg.png) no-repeat top right;
    display:inline;
    float:left;
    padding:0px 5px 0px 0px;   
}
.ri .ric input {
    padding:7px 15px 7px 5px;
    _padding:6px 15px 6px 5px;
    font-family:Verdana;
    font-size:11px;
    color:#414042;
    border:none;
	background:transparent;
	display:inline;
    float:left;
}
.ri .ric img {
    display:inline;
    float:left;
    margin-top:6px;
}
.ri.active-state {
    background-position:left -36px;
}
.ri.active-state .ric {
    background-position:right -36px;
}
.ri.error-state {
    background-position:left -72px;
}
.ri.error-state .ric {
    background-position:right -72px;
}
.ri.error-state .ric input {
    color:red;
}
select.error-state {color:Red;}
.w20 {width:20px;}
.w50 {width:50px;}
.w100 {width:100px;}
.wdp {width:154px;}
.w170 {width:170px;}
.w185 {width:185px;}
.w200 {width:200px;}
.w225 {width:225px;}
.w230 {width:230px;}
.w250 {width:250px;}
.w275 {width:275px;}
.w300 {width:300px;}
.w655 {width:655px;}
.w670 {width:655px;}

.pt6 {padding-top:6px;}
.pr6 {padding-right:6px;}
.pl6 {padding-left:6px;}


.ddl {font-size:13px; font-family:Verdana; color:#333;}


label.error {color:Red; display:block; padding:5px 0px 10px 0px; font-size:11px; float:left;}
select.error {color:Red; }

/*

    input fields non rounded

*/




/* 

    buttons
    
*/

.buttons {
    padding:10px;
    text-align:right;
    background:#f8f8f8;
    border:1px solid #E7ECF3;
    border-top:#f1f1f1;
    overflow:hidden; height:100%;
    position:relative;
    height:25px;
    /*z-index:99;*/
}
#login .buttons {
    border:none;
}
.buttons span {
    z-index:99;
}
.buttons-click {
    position:absolute;
    right:10px;
}
.buttons-load {
    right:-300px;
    background:url(../img/load_m.gif) no-repeat left center;
    position:absolute;
    padding:3px 22px;
    display:inline-block;
}

.rb input {
    cursor:pointer;
    border-style:none;
    border:none;
}

.rb {
    background:url(../img/ui/button_bg.gif) no-repeat left top;
    display:inline-block;
    padding-left:10px;
    height:25px;
}
.rb input {
    background:url(../img/ui/button_bg.gif) no-repeat right top;
    padding: 1px 13px 0px 2px;
    height:24px;
    font-size:12px;
    color:#444;
    border:none;
    margin:0px;
    overflow:visible;
    outline:none;
}

.msie7 .rb input {padding:3px 13px 4px 2px;}

/* conditional */

.hover-state .rb {background-position:left -36px; color:#222;}
.hover-state .rb input {background-position:right -36px; color:#222;}

.focus-state .rb {background-position:left -72px; color:#222;}
.focus-state .rb input {background-position:right -72px; color:#222;}

.disabled-state .rb {background-position:left -108px; cursor:default; color:#999;}
.disabled-state .rb input {background-position:right -108px; cursor:default; color:#999;}


/* 

    tab structure
    
*/

.tab {
    border:1px solid #E7ECF3;
}
.tab .tabControl {
    border-bottom:1px solid #E7ECF3;
    margin-bottom:0px;
    background:#f8f8f8;
    overflow:hidden; height:100%;
}
.tab .tabControl a {
    font-size:14px;
    font-weight:bold;
    display:inline-block;
    padding:10px 20px 10px 15px;
    background:#f8f8f8 url(../img/ui/breadcrumb.png) no-repeat right center;
    color:#888;
    float:left;
}
.tab .tabControl a.current {
    background:none;
    color:#222;
}

/*

    min wizard

*/

.minwiz td{
    vertical-align:top;padding-top:10px;
    border-bottom:1px solid #f1f1f1;
}
.minwiz tr.hovered td {background-color:#f1f1f1;}
.minwiz tr {cursor:pointer;}
.minwiz tr.active td {background-color:#DFEEFF; color:#333;}
.minwiz td.content {background: url(../img/ico/wiz_cont.png) no-repeat 5px 13px;}
.minwiz tr.active td.content {background:#DFEEFF url(../img/ico/wiz_cont_s.png) no-repeat 5px 13px;}

.minwiz td.redirect {background: url(../img/ico/wiz_redirect.png) no-repeat 5px 13px;}
.minwiz tr.active td.redirect {background:#DFEEFF url(../img/ico/wiz_redirect_s.png) no-repeat 5px 13px;}

.minwiz td.cookie {background: url(../img/ico/wiz_cookie.png) no-repeat 5px 13px;}
.minwiz tr.active td.cookie {background:#DFEEFF url(../img/ico/wiz_cookie_s.png) no-repeat 5px 13px;}

.minwiz td.mail {background: url(../img/ico/wiz_mail.png) no-repeat 5px 13px;}
.minwiz tr.active td.mail {background:#DFEEFF url(../img/ico/wiz_mail_s.png) no-repeat 5px 13px;}

.minwiz td.last {border-bottom:none;}
.minwiz .wiz-title {
    font-size:16px;
    font-weight:bold;
    display:block;
    padding-bottom:10px;
    color:#333;
}

/* 

    form tables
    
*/
.ruleset.setup {
    background:#cbcbcb;
}
.ruleset {
    position:relative;
    padding:10px;
    border-top:1px solid #f1f1f1;
    margin-bottom:20px;
}
.loginset {
    padding:10px;
    position:relative;
    border-top:1px solid #f1f1f1;
}
.ruleset.single {
    border:none;
}
.set-info {
    position:relative;
    padding:20px 20px 20px 20px;
    background:#f1f1f1;
}
.set-info .info-buttons {
    display:block;
    padding-top:12px;
    border-top:1px solid #fff;
}
.set-info .info-buttons .add {
    background:url(../img/ico/ico_add_sub.gif) no-repeat left center;
    display:inline-block;
    padding:2px 10px 2px 20px;
}
.set-info .info-buttons a {
    color:#0E317C;
}
.rule-title {
    position:absolute;
    left:15px;
    top:-12px;
    background:#FFF;
    display:inline-block;
    padding:5px 10px;
    font-weight:bold;
    color:#666;
}
.tblForm tr td {
    padding:10px 5px;
    vertical-align:middle;
    border-bottom:1px solid #f1f1f1;
    vertical-align:top;
    color:#777;
}
.tblForm tr.last-child td {
    border-bottom:none;
}
.tblForm tr td.no-border {
    border-bottom:none;
}
.tblView tr td label, .tblView tr th label {font-weight:bold;}
.tblView tr td span label, .tblView tr th span label {font-weight:normal;}
.tblForm tr td label, .tblForm tr th label {font-weight:bold; color:#333;}
.tblForm tr td span label, .tblForm tr th span label {font-weight:normal; color:#333;}

.tblFormContent {padding:0px 7px 10px 7px;}
.tblFormContent tr td a {text-decoration:underline;}

.tabViewCont {width:927px; overflow:hidden; height:100%; position:relative;}
.tabViewSlider {width:15000px;}
.tabViewSlider .tabItem {float:left; width:927px; position:relative; /*opacity: .30;filter:Alpha(Opacity=30);*/}
.tabViewSlider .tabItem.selected-tab {/*opacity:1; filter:Alpha(Opacity=100);*/}


/* 

    magiclick custom selectbox

*/

select.dnone {
    position:absolute; 
    left:-10000px; 
    top:-100000px;
}

.magic-custom-selectbox.error {background:url(../img/ui/err_magic_selectbox_min_bg.png) no-repeat left top;}
.magic-custom-selectbox.error .magic-custom-selectbox-content {background:url(../img/ui/err_magic_selectbox_bg.png) no-repeat right top;}
.magic-custom-selectbox.error.csb-now-active .magic-custom-selectbox-content {background:url(../img/ui/err_magic_selectbox_bg.png) no-repeat right 0px;}
.magic-custom-selectbox.error .magic-custom-selectbox-container-wrapper {background:url(../img/ui/err_magic_selectbox_cnt_mini_bg.png) no-repeat left bottom; border:none;}
.magic-custom-selectbox.error .magic-custom-selectbox-container {background:url(../img/ui/err_magic_selectbox_cnt_bg.png) no-repeat right bottom;}


.magic-selectbox-puf {position:absolute; left:-10000px; top:-10000px;}
.magic-custom-selectbox {
    background:url(../img/ui/magic_selectbox_min_bg.png) no-repeat left top;
    padding-left:10px;
    width:100%;
    color:#333;
    position:relative;
    z-index:702;
    text-align:left;
    font-size:12px;
    font-family:Tahoma;
}
.magic-custom-selectbox.closed {
    z-index:701;
}

.magic-custom-selectbox .magic-custom-selectbox-content {
    background:url(../img/ui/magic_selectbox_bg.png) no-repeat right top;
    position:relative;
    padding-right:39px;
    height:29px;
}
.magic-custom-selectbox.csb-now-active .magic-custom-selectbox-content {
    background:url(../img/ui/magic_selectbox_bg.png) no-repeat right -29px;
}
.magic-custom-selectbox .magic-custom-selectbox-click {
    position:absolute;
    width:40px;
    height:27px;
    right:0px;
    top:0px;
    cursor:pointer;
    display:block;
}
.magic-custom-selectbox .magic-custom-selectbox-title a{
    display:block;
    padding:6px 15px 7px 0;
    overflow:hidden; height:100%;
    color:#414042;
}
.magic-custom-selectbox .magic-custom-selectbox-container-wrapper {
    background:red;
    margin-left:-10px;
    position:absolute;
    background:#ffffff;
    padding-left:10px;
    margin-top:4px;
    display:none;
    font-size:11px;
    z-index:701;
    padding-top:0px;
    border:1px solid #dedede;
}
.magic-custom-selectbox .magic-custom-selectbox-container {
    padding-right:10px;
    padding-bottom:15px;
}
.magic-custom-selectbox .magic-custom-selectbox-container a.list-item {
    display:block;
    padding:5px 2px;
    overflow:hidden;
    outline:none;
}
.magic-custom-selectbox .magic-custom-selectbox-container a.list-item:hover, .magic-custom-selectbox .magic-custom-selectbox-container a.list-item.hover-elm {
    background:#333;
    color:#FFF;
}
.magic-custom-selectbox .magic-custom-selectbox-container a.list-item.active {
    background:#777;
    color:#FFF;
}

.magic-custom-selectbox .magic-custom-selectbox-search {padding:0px 0px 10px; margin-bottom:5px; border-bottom:1px solid #dedede;}
.magic-custom-selectbox .magic-custom-selectbox-search input{font-size:11px; color:#000; border:1px solid #dedede; color:#555; padding:5px;font-weight:bold;}
.magic-custom-selectbox .custom-error-container {color:#FF3D55; display:none;}
.magic-custom-selectbox .magic-custom-selectbox-search {}




/* 

    textarea 
    
*/

.textarea-field {position:relative; display:inline-block; border:1px solid #B6B6B6; background:url(../img/ui/txf-bg.png) repeat-x;}
.textarea-field .txf-tl {position:absolute; top:-1px; left:-1px; width:5px; height:5px; background:url(../img/ui/txf-tl.png) no-repeat;}
.textarea-field .txf-tr {position:absolute; top:-1px; right:-1px; width:5px; height:5px; background:url(../img/ui/txf-tr.png) no-repeat;}
.textarea-field .txf-bl {position:absolute; bottom:-1px; left:-1px; width:5px; height:5px; background:url(../img/ui/txf-bl.png) no-repeat;}
.textarea-field .txf-br {position:absolute; bottom:-1px; right:-1px; width:5px; height:5px; background:url(../img/ui/txf-br.png) no-repeat;}
.textarea-field  textarea {border:none; padding:5px; font-family:Verdana; font-size:11px; margin:5px; color:#333;}
.textarea-field.active-state {background:#FFFFC6 url(../img/ui/txf-bg_s.png) repeat-x;border:1px solid #b6b6b6;}
.textarea-field.active-state .txf-tl {background:url(../img/ui/txf-tl_s.png) no-repeat;}
.textarea-field.active-state .txf-tr {background:url(../img/ui/txf-tr_s.png) no-repeat;}
.textarea-field.active-state .txf-bl {background:url(../img/ui/txf-bl_s.png) no-repeat;}
.textarea-field.active-state .txf-br {background:url(../img/ui/txf-br_s.png) no-repeat;}
.textarea-field.active-state textarea {background:#FFFFC6; color:#333;}


/*

    rule detail

*/
.c {clear:both; width:100%; height:1px; line-height:0px; font-size:0px;}
.exp {
    
}
.expDetail {
    border:1px solid #aeb1b8;
    background:url(../img/expdetail_bg.png) repeat-x;
    position:relative;
    font-size:12px;
}
.expDetail.active-exp {z-index:1000;}
.expDetail .text {
    padding:15px 4px 0px 10px;
}

.expOperator {
    padding:5px;
    font-size:12px; font-weight:bold;
    overflow:hidden; height:100%;
    color:#315b9a;
}
.expOperator a.switch {
    width:24px;
    height:16px;
    display:block;
    float:left;
    background:url(../img/ico/switch.png) no-repeat;
    color:#315b9a;
}
.expOperator span {
    float:left;
}
.exp-group-edit {
    clear:both;
    overflow:hidden;
    background:#dedede;
}
.expGroup {
    position:relative;
    background:url(../img/line_diag.png);
    border:1px solid #B6B6B6;
}
.expGroupDetail {
    padding:10px;
}



.ruleset a.move {
    background:url(../img/ico/ico_move.png) no-repeat right center;
    display:inline-block;
    padding:15px 19px 15px 4px;
    color:#315b9a;
}
.ruleset a.edit-options {
    background:url(../img/ico/ico_gear.png) no-repeat 35px center;
    display:inline-block;
    padding:15px 30px 15px 4px;
    color:#315b9a;
    margin-left:5px;
    border-left:1px solid transparent;
    
}
.ruleset a.edit-options.active {
    background-color:#fff;
    border-left:1px solid #aeb1b8;
}
.ruleset .icons {
    position:absolute;
    background:#fff url(../img/icons_bg.png) no-repeat right top;
    width:130px;
    z-index:1000;
    right:-1px;
    margin-top:44px;
    border:1px solid #aeb1b8;
    border-top:none;
    padding-top:1px;
    padding:5px;
}
.ruleset .icons a {
    display:block;
    padding:5px 5px 5px 18px;
    font-size:11px;
    font-weight:bold;
    color:#315b9a;
    background:url(../img/ico/setuprule_icons.png) no-repeat left 6px;
}
.ruleset .icons a.change {}
.ruleset .icons a.insertbelow {background-position:left -14px;}
.ruleset .icons a.wrap {background-position:left -36px;}
.ruleset .icons a.remove {background-position:left -55px;}

.ruleset .icons a:hover {
    background-color:#f1f1f1;
}




.view-error {
    background:#FFD2C4 url(../img/ico/ico_error.png) no-repeat 10px 10px;
    padding:25px 20px 25px 70px;
    bordeR:1px solid #ED1F24;
    margin-bottom:10px;
    font-weight:bold;
    color:#AE1F24;
}
.view-success {
    background:#E9F5EB url(../img/ico/ico_done.png) no-repeat 10px 10px;
    padding:25px 20px 25px 70px;
    bordeR:1px solid #5CBC67;
    margin-bottom:10px;
    font-weight:bold;
    color:#1C783B;
}
.view-warning {
    background:#FDF1D7 url(../img/ico/ico_warning.png) no-repeat 10px 10px;
    padding:25px 20px 25px 70px;
    bordeR:1px solid #F4B525;
    margin-bottom:10px;
    color:#F59829;
    font-weight:bold;
}


ul.pager {
    overflow:hidden; height:100%;
    padding-top:1px;
}
ul.pager  li {
    display:inline-block;
    float:left;
    padding-right:1px;
}
ul.pager li.selected a {
    padding:7px 10px; background:#f1f1f1;
    display:inline-block;
    font-weight:bold;
}
ul.pager li a {
    padding:7px 10px; background:#f1f1f1;
    display:inline-block;
}

.tags 
{
    
}
.tag
{
    padding-left:3px;
}

.playPointedList ul.pager {
    text-align: center;
    margin-top: 8px;
}

.playPointedList ul.pager li{
    float: none;
}

.playPointedList tr.last-child .input-container {
    position: static;
}

.playPointedList-excel {
    margin-top: 3px;
}

.playPointedList-excel .input-container {
    position: static !important;
    margin-left: 20px;
}