/**
 * Dashboard Styles
 * ==================================
 */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.dash_block{
    margin: 15px 0 0;
    float: left;
    width: 305px;
    padding: 10px;
    height: 100px;
}
.dash_block .main_link{
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 8px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.dash_block .main_link:hover{
    background: #fdfdfd;
}
.dash_block .icon{
    position: absolute;
    top: 50%; left: 0;
    width: 50px;
    height: 50px;
    background: url(img/dashboard_icons.png) 0 0 no-repeat;
    margin: -25px 0 0 0;
}
.dash_block .icon.accounts{background-position: -50px 0;}
.dash_block .icon.registrations{background-position: -100px 0;}
.dash_block .icon.reports{background-position: -150px 0;}
.dash_block .icon.settings{background-position: -200px 0;}
.dash_block .icon.return{background-position: -250px 0;}
.dash_block .icon.user_search{background-position: -350px 0;}
.dash_block .icon.user_new{background-position: -300px 0;}
.dash_block .icon.manage_sessions{background-position: -550px 0;}
.dash_block .icon.assign_sessions{background-position: -300px 0;}
.dash_block .icon.programme{background-position: -500px 0;}
.dash_block .icon.presenter_status{background-position: -450px 0;}
.dash_block .icon.presenter_sessions{background-position: -600px 0;}
.dash_block .icon.products{background-position: -650px 0;}
.dash_block .icon.download{background-position: -400px 0;}

.dash_block .content{
    padding-left: 65px;
}
.dash_block .title{
    color: #3b3b3b;
    font: 20px/26px Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
}
.dash_block .helper_text{
    margin: 5px 0;
    font-size: 13px;
    line-height: 21px;
}
.dash_block .helper_text a{
    text-decoration: none;
    font-style: italic;
}

.error-text{
    display: none;
}
div.form form .error input.input_text{
    border: 1px solid red;
}
div.form form .error .error-text{
    display: block;
}

.description .status{
    float: right;
    color: #FF9800;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.description .status span{
    font-size: 20px;
    margin: 0 5px;
}
table.space tr td.support_text{
    font-size: 17px;
    padding-bottom: 25px;
}
table.space tr td.desc_text{
    color: #777;
}

/**
 * Registration Product Admin Styles
 * ==================================
 */
.col{
    float: left;
    width: 425px;
    margin: 20px 5px 20px 20px;
    padding: 20px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: white;

    /*-moz-box-shadow: 0px 0px 4px #575757;
    -webkit-box-shadow: 0px 0px 4px #575757;
    box-shadow: 0px 0px 4px #575757; */

    -moz-box-shadow: 0px 0px 6px #d5d5d5;
    -webkit-box-shadow: 0px 0px 6px #d5d5d5;
    box-shadow: 0px 0px 6px #d5d5d5; 
}
.col.left{
    margin: 20px 20px 20px 5px;
}
.group_title{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    color: #424242;
    font-weight: bold;
    margin: 12px 0 15px;
    padding: 0 0 20px 60px;
    background: url(img/product_groups_icons.png) 0 -164px no-repeat;
    border-bottom: 1px solid #eee;
}
.group_title.social{
    background-position: 0 -64px;
}
.group_title.workshop{
    background-position: 0 -114px;
}
.group_title.accommodation{
    background-position: 0 -10px;
}
.group_title.variable{
    background-position: 0 -215px;
}
.product_items{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product_items li{
    padding: 15px 60px;
    position: relative;
    line-height: 23px;
    font-size: 17px;
}
.product_items .product:hover{
    background: #f6f6f6;
    background: rgba(116,116,116,0.1);
}
.product_items .product-gap-highlight{
    height: 50px;
    background: #ddd;
}
.product_items .product a{
    display: block;
    padding: 0;
    text-decoration: none;
    color: #424242;
}
.product_items .product .handle{
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 30px;
    background: url(img/registration_product_icons.png) -50px center no-repeat;
    cursor: move;
}
.product_items .product .actions{
    display: none;
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 50px;
    padding-right: 30px;
}
.product_items .product:hover .actions{
    display: block;
}
.product_items .product .actions a{
    position: absolute;
    top: 50%; left: 50%;
    margin: -15px 0 0 -15px;
    padding: 0;
    height: 30px;
    width: 30px;
    background: url(img/registration_product_icons.png) -111px center no-repeat;
}
.product_items .product .actions .enable{
    background: url(img/registration_product_icons.png) -410px center no-repeat;
}
.product_items .add_new{
    padding-left: 25px;
    margin: 10px 0 0;
}
.product_items .product.disabled{
    background: #e6e6e6;
} 
.product_items .product.disabled a{
    color: #b6b6b6;
}
.product_items .product.disabled .actions{
    display: block;
}
.product_items .product.disabled .handle{
    background: url(img/registration_product_icons.png) -349px center no-repeat;
}

/**
 * Add New Button
 * ==================================
 */
.add_new .trigger{
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 25px 0 45px;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    color: #424242;
    text-decoration: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.add_new .trigger:hover{
    background-color: #f4f4f4;
    background-color: rgba(255,255,255,0.6);
}
.add_new .trigger .icon{
    position: absolute;
    top: 50%; left: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(img/registration_product_icons.png) -168px center no-repeat;
}

/**
 * Overview Popup Form
 * ==================================
 */
.product_items .input{
    display: none;
}
.product_items .input input,
.product_items .input a{
    font-size: 13pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 19px;
    height: 23px;
}
.product_items .input input[type='text']{
    border: 1px solid #CCC;
    padding: 5px 4px 2px 4px;
    width: 360px;
    background-color: white;
    color: #444;
    padding-top: 7px;
    padding-bottom: 6px;
    margin-bottom: 5px;
}
.product_items .input .btn{
    font-weight: bold;
    height: 36px;
    border: 1px solid #CCC;
    text-decoration: none;
    padding: 8px 10px;
    color: #444;
    background-color: white;
    font-size: 11pt;
    cursor: pointer;
}
.product_items .input a.btn{
    height: 24px;
    line-height: 28px;
}

/**
 *  Detail Page Form
 * =======================================
 */
 .error_msg{
    font-size: 14px;
    color: #C52727;
    font-weight: bold;
 }
.detail{
    padding: 20px 0;
}
.control-group{
    margin-bottom: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.control-group input,
.control-group textarea{
    padding: 5px 10px;
    border: 1px solid #bbb;
    line-height: 24px;
    font-size: 15px;
    width: 120px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.control-group input[type='checkbox']{
    width: auto;
}
.control-group .small{
    width: 55px;
}
.control-group .tiny{
    width: 30px;
    text-align: center;
}
.control-group .dates{
    width: 95px;
}
.control-group .xlarge{
    width: 703px;
}
.control-group .two_col{
    width: 463px;
    float: left;
}
.control-group .two_col.one{
    margin-right: 20px;
}
.control-group .label{
    float: left;
    line-height: 20px;
    width: 150px;
    padding: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.control-group.accommodation_availability input{
    margin: 0 30px 0 10px;
}
.control-group .control{
    padding-left: 170px;
    min-height: 40px;
}
.control-group .label.extra_padding{
    width: 230px;
}
.control-group .control.extra_padding{
    padding-left: 230px;
}
.control-group .prepend{
    vertical-align: middle;
}
.control-group .control .add-on{
    display: inline-block;
    width: auto;
    height: 34px;
    margin-right: -1px;
    min-width: 16px;
    background: #ccc;
    vertical-align: top;
    border: 1px solid #bbb;
    padding: 0 7px;
    line-height: 34px;
    color: #424242;
    text-align: center;
    text-shadow: 0 1px 0 white;
}
.prepend input{
    display: inline-block;
    position: relative;
    margin: 0;
    vertical-align: top;
}
.control-group .checkbox input[type='checkbox']{
    float: left;
    cursor: pointer;
    margin-right: 25px;
    margin-top: 15px;
}
.control-group .checkbox input[type='text']{
    margin-left: 15px;
}
.control-group .limit{
    display: inline-block;
    display: none;
}
.control-group .help_text{
    font-size: 13px;
    color: #888;
    line-height: 20px;
    padding: 11px 0 11px 0;
}
.form-actions{
    margin: 20px 0 0;
    padding: 20px 20px 15px 150px;
    border-top: 1px solid #bbb;
}
.form-actions .btn{
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    border: 1px solid #CCC;
    text-decoration: none;
    padding: 0 15px;
    color: #444;
    background-color: white;
    font-size: 15px;
    white-space: pre;
    cursor: pointer;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.btn:hover{
    background: #FF9800;
    border-color: #444;
}
.advanced{
    padding-top: 10px;
}
.advanced.open{
    background: #e6e6e6;
}
.advanced .content{
    display: none;
}
.advanced .label{
    padding-left: 20px;
    width: 140px;
}
.advanced .help_text{
    margin-right: 20px;
}
.advanced_open_close{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    color: #444;
    padding: 10px 0 10px 0;
    margin: 0 0 0 10px;
}
.advanced_open_close .icon{
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-top: 1px;
    margin-right: 10px;
    line-height: 14px;
    vertical-align: text-top;
    background: url(img/registration_product_icons.png) -268px center no-repeat;
}
.open .advanced_open_close .icon{
    background: url(img/registration_product_icons.png) -218px center no-repeat;
}
.open .content{
    display: block;
}
.limit,
.show_to_delegate{
    display: none;
}

.show .limit,
.show .show_to_delegate{
    display: block;
}

/**
 * Product Detail List
 * =======================================
 */
.product-detail-list{
    list-style: none;
    margin: 20px 10px 20px 0;
    padding: 0;
}
.product-detail-list .product{
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
}
.advanced .product-detail-list .product{
    border-color: #ccc;
}
.product-detail-list .product-gap-highlight{
    height: 36px;
    background: #ddd;
}
.product-detail-list .product:nth-child(1){
    border-top: 0 none;
}
.product-detail-list .product .handle{
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 40px;
    background: url(img/registration_product_icons.png) -65px center no-repeat;
    cursor: move;
}
.product-detail-list .product .actions{
    position: absolute;
    top: 50%; right: 0;
    margin: -8px 0 0 0;
    width: 40px;
    height: 20px;
}
.product-detail-list .product .actions a{
    display: none;
    float: left;
    width: 40px;
    height: 20px;
    background: url(img/registration_product_icons.png) -305px center no-repeat;
}
.product-detail-list .product .actions a.delete_product{
    width: 17px;
    height: 17px;
    margin-left: 8px;
    background: url(img/registration_product_icons.png) -117px -18px no-repeat;
}
.product-detail-list .product .actions a.enable_product{
    display: block;
    background: url(img/registration_product_icons.png) -157px center no-repeat;
}
.product-detail-list .product:hover .actions a{
    display: block;
}
.product-detail-list .product .actions .switch{
    float: left;
}
.product-detail-list .product .product_body{
    padding: 0 30px 0 50px;
    min-height: 36px;
    font-size: 14px;
    color: #444;
}
.product-detail-list .product .product_body .row.second{
    margin: 10px 0 0;
}
.product-detail-list .product .row.delete{
    display: none;
    color: #888;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.product-detail-list .product .product_body .product_title{
    width: 357px;
    float: left;
}
.product-detail-list .product .product_body .price{
    float: left;
    margin: 2px 0 2px 20px;
}
.product-detail-list .product .product_body .a_dates input[type="text"]{
    margin: 0 5px;
    cursor: pointer;
}
.product-detail-list .product .product_body .availability{
    display: inline-block;
}
.product-detail-list .product .product_body .availability .opt{
    display: inline-block;
    margin-left: 8px;
}
.product-detail-list .product .product_body .a_limit{
    float: right;
    margin-right: 43px;
}
.product-detail-list .product .product_body .price .prepend{
    display: inline-block;
    margin-left: 8px;
}
.advanced .add_new{
    padding-bottom: 20px;
}
input:disabled{
    background: #eee !important;
}
.auto input{
    background: #fff !important;
}
.disabled input.dates{
    background: #eee !important;
}
input.form_error{
    border-color: #C52727;
}
.product-detail-list .product .product_body .toggle_switch{
    float: left;
    height: 36px;
    width: 100px;
    margin: 2px 0 2px 20px;
}

/**
 * Product Detail List - Configuration
 * =======================================
 */
.registration_generic .product .row.second, 
.product.auto .row.second{
    display: none;
}
.registration_fees .product .product_body .a_limit{
    display: none;
}

/**
 * Advanced Table
 * ==================================
 */
.advanced_table{
    padding: 0 0 20px;
}
.advanced_table .before{
    display: none;
}
.advanced_table .labels{
    list-style: none;
    margin: 25px 0 0;
    padding: 0 10px 10px 5px;
    float: left;
    width: 150px;
}
.advanced_table .labels li{
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    overflow: hidden;
}
.advanced_table .days_viewport{
    position: relative;
    margin-left: 150px;
    margin-right: 30px;
    overflow: scroll;
}
.advanced_table .days_wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.advanced_table .days_wrapper ul:before,
.advanced_table .days_wrapper ul:after {
    display: table;
    content: "";
    line-height: 0;
}
.advanced_table .days_wrapper ul:after {
    clear: both;
}
.advanced_table .days_wrapper ul li{
    float: left;
    width: 100px;
    padding: 0 5px;
    height: 40px;
}
.advanced_table .days_wrapper .titles li{
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #444;
    font-size: 12px;
}
.advanced_table .days_wrapper li input{
    width: 78px;
    text-align: center;
}
.advanced_table .days_wrapper .totals input{
    background: #ddd;
}
.advanced_pricing_table .totals{
    display: none;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: white;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}
.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.datepicker > div {
    display: none;
}
.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker td.day.disabled {
    color: #eeeeee;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker td.old,
.datepicker td.new {
    color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}
.datepicker td span {
    display: block;
    width: 60px;
    height: 48px;
    line-height: 49px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span:hover {
    background: #eeeeee;
}
.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}
.datepicker td span.old {
    color: #999999;
}
.datepicker th.switch {
    width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

/* 
Title:      Toggle Switch
Author:     @jamiebicknell
URL:        http://github.com/jamiebicknell/Toggle-Switch
*/

.switch {
    position:relative;
    width:103px;
    height:36px;
    overflow:hidden;
    cursor:pointer;
}
.switch .overlay {
    position:absolute;
    top:0;
    left:0;
    width:103px;
    height:36px;
    background:url('./img/ex_l_overlay.png') no-repeat 0 0;
    z-index:9;
}
.switch span.switched {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:173px;
    height:36px;
    background:#d9d9d9 url('./img/ex_w_switch.png') no-repeat 0 0;
    z-index:8;
}
.switch span.off {
    left:-71px;
}
.switch input {
    display:none;
}

/**
 * Custom Fields
 */

.delegate__presentation .custom-field{
  
}
.delegate__presentation .custom-field--title{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  line-height: 22px;
  color: #444;
}
.delegate__presentation .custom-field--value{
  margin-top: 5px;
  margin-bottom: 15px;

  font-family: Verdana, Geneva, sans-serif;
  font-size: 9pt;
  line-height: 22px;
  color: #444;
}
.delegate__presentation .custom-field--value p{ margin: 0; }
.delegate__presentation .custom-field--value p + p{ margin-top: 10px; }