/* import resources */
@import "variables";
@import "functions";

/* general */
.GCPLUGIN {
    float: left;
    width: 820px;
    margin: 20px 0 0 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: @defc_bodycolor;
    a, 
    input, 
    textarea { 
        outline: none; 
    }
    a { 
        color: @defc_blue;
        text-decoration: none;
    }
    a:hover { 
        color: @defc_green;
    }
    li, 
    ul {
        margin: 0;
        padding: 0;
    }
    h1,
    h2,
    h3,
    h4 { 
        margin: 0;
    }
    .clear {
        clear:both;
    }
    .wrapper820 {
        width: 820px;
        padding: 1px;
    }
    .adminpanel {
        background-color: @defc_bodybg;
        border: 1px solid @defc_bodyborder;
        width: 818px;
        .cf-rounded-corners();
        .bcf-simple-boxshadow (0, 0, 10px, 2px, @defc_bodyshadow);
    }

    header {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: 400;
        .cf-top-rounded-corners();
        .sf-gcidentity-bg (@defc_idenblue_light, @defc_idenblue, '../images/white_noise_texture.png');
        border-bottom: 1px solid @defc_adminborder;
        .headertop {
            height: 80px;
            .logo {
                float: left;
                background: url('../images/gc-message-box-logo.png') top left no-repeat;
                width: 277px;
                height: 41px;
                margin: 19px 0 0 19px;
            }
            .connectblock {
                float: right;
                margin: 16px 19px 0 0;
                .whatismygc {
                    background: url('../images/whatismygc.png') top left no-repeat;
                    width: 226px;
                    height: 71px;
                    position: absolute;
                    margin: 32px 0 0 4px;
                }
                a {
                    display: block;
                    text-align: center;
                    height: 45px;
                    line-height: 45px;
                    color: white;
                    padding: 0 16px 3px;
                    float: right;
                    .sf-gray-textshadow();
                    .cf-rounded-corners();
                    .sf-gcbutton (@defc_red, @defc_red_light, @defc_red_dark);
                    b {
                        font-weight: 700;
                    }
                }
                a:hover {
                    .sf-gcbutton (@defc_green, @defc_green_light, @defc_green_dark);
                }
                a.disconnect {
                    display: block;
                    margin-top: 16px;
                    margin-right: 8px;
                    width: 16px;
                    height: 16px;
                    color: white;
                    padding: 0 !important;
                    float: right;
                    text-indent: -9999px;
                    .sf-textshadow-none();
                    .sf-boxshadow-none();
                    .cf-rounded-corners();
                    background: url(../images/delete_connection.png) top left no-repeat;
                    border: none !important;
                }
                a.disconnect:hover {
                    background-position: bottom left;
                }
                .indicator {
                    float: right;
                    height: 48px;
                    line-height: 48px;
                    margin-right: 16px;
                }
                .indicator_blue {
                    color: @defc_blue;
                    b {
                        display: inline-block;
                        padding: 0 6px;
                        height: 28px;
                        line-height: 28px;
                        color: @defc_blue;
                        background: @defc_header_border;
                        .cf-rounded-corners();
                        font-weight: 400 !important;
                    }
                }
            }
        }
        nav {
            height: 40px;
            line-height: 40px;
            b {
                text-transform: uppercase;
            }
            ul {
                margin: 4px 0 0 0;
                padding: 0;
                list-style-type: none;
                li {
                    margin: 0 0 0 8px;
                    padding: 0;
                    float: left;
                    a {
                        font-weight: 400 !important;
                        padding: 0 8px;
                        line-height: 32px;
                        height: 32px;
                        display: block;
                        .cf-rounded-corners();
                    }
                    a:hover {
                        background: @defc_blue;
                        color: #fff;
                    }
                }
                .first {
                    margin-left: 0 !important;
                    padding-left: 0 !important;
                    border-left: none !important;
                }
            }
            ul.menu1 {
                float: left;
                margin-left: 8px;
                li {
                    margin: 0 0 0 4px;
                    padding: 0 0 0 4px;
                    border-left: 1px solid @defc_header_border;
                }
            }
            ul.menu2 {
                float: right;
                margin-right: 8px;
            }
        }
    }

    section.subscribemsg {
        border-bottom: 1px solid @defc_adminborder;
        height: 340px;
        iframe {
            width: 818px;
            height: 340px;
        }
    }
    section.communitymsg {
        border-bottom: 1px solid @defc_adminborder;
        height: 168px;
        iframe {
            width: 818px;
            height: 168px;
        }
    }

    section.adminblock {
        background: @defc_adminbg;
        border-bottom: 1px solid @defc_adminborder;
        .blockheader {
            line-height: 96px;
            height: 96px;
            padding:0 16px;
            .opener {
                display: inline-block;
                span {
                    background-color: none;
                    width: 33px;
                    height: 33px;
                    margin: 31px 4px 0 0;
                    display: block;
                    float: left;
                    .cf-rounded-corners();
                    .sf-boxshadow-none();
                }
                h2 {
                    text-transform: uppercase;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-size: 30px;
                    font-weight: 700;
                    float: left;
                    color: @plugin_blockheadtext;
                    .sf-white-textshadow();
                }
                b {
                    display: none;
                    float: left;
                    height: 25px;
                    line-height: 25px;
                    margin: 35px 0 0 12px;
                    .cf-rounded-corners();
                    background: @plugin_itemborder_light;
                    color: @plugin_blockheadtext;
                    font-weight: 300 !important;
                    padding: 0 8px;
                    font-size: 12px;
                }
            }
            .opener:hover {
                span {
                    background-color: @defc_blue_light;
                    background-position: bottom left;
                    .sf-white-boxshadow();
                }
                h2 {
                    color: @defc_blue_dark;
                }
                b {
                    display: block;
                }
            }
            .open {
                span {
                    background: url(../images/block_arrow_bottom.png) top left no-repeat;
                }
            }
            .close {
                span {
                    background: url(../images/block_arrow_right.png) top left no-repeat;
                }
            }
        }

        nav {
            border-bottom: 2px solid @defc_adminborder;
            height: 41px;
            margin: 0 16px;
            .cf-gradient-background (@plugin_navbg_upper, @plugin_navbg_lower);
            ul {
                position: absolute;
                list-style-type: none;
                li {
                    display: block;
                    margin-left: 4px;
                    margin-bottom: 2px;
                    float: left;
                    a {
                        text-transform: uppercase;
                        font-family: 'Roboto Condensed', sans-serif;
                        font-size: 20px;
                        font-weight: 700;
                        color: @plugin_blockheadtext;
                        display: block;
                        border-style: solid;
                        border-color: @defc_adminborder;
                        border-top-width: 1px;
                        border-left-width: 1px;
                        border-right-width: 1px;
                        border-bottom: none;
                        height: 40px;
                        line-height: 40px;
                        padding: 0 16px;
                        .cf-top-rounded-corners();
                        .sf-textshadow-none();
                        .cf-gradient-background (@plugin_tab_upper, @plugin_tab_lower);
                    }
                    a:hover {
                        color: white;
                        .cf-gradient-background (@defc_blue, @defc_blue_light);
                        .sf-gray-textshadow();
                    }
                }
                .first {
                    margin-left: 0;
                }
                .sel {
                    margin-bottom: 0;
                    a,
                    a:hover {
                        color: @defc_adminborder;
                        height: 42px;
                        line-height: 42px;
                        .sf-white-textshadow();
                        .cf-gradient-background (@plugin_tabsel_upper, @plugin_tabsel_lower);
                        .bcf-boxshadow (0, -3px, 2px, 1px, 69, 69, 69, 0.1);
                    }
                }
            }
        }

        .blockcntwithtabs {
            border-top: none !important;
        }
        .blockcnt {
            margin: 0 16px;
            border-top: 1px solid @plugin_itemborder;

            .item {
                border-bottom: 1px solid @plugin_itemborder_light;
                .label {
                    width: 250px;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 20px;
                    float: left;
                    font-weight: 700;
                    color: @plugin_labeltext;
                }
                /*.chkbx {
                    height: 26px;
                    margin-top: 7px;
                    /*vertical-align: middle;
                }*/
                .desc {
                    label {
                        font-size: 11px;
                        margin: 3px 0 4px 270px;
                        color: @plugin_desctext;
                        font-family: 'Roboto', sans-serif;
                        font-style: italic;
                        font-weight: 300;
                        display: inline-block;
                    }
                }
               .edit {
                    height: 40px;
                    input.def,
                    select.def {
                        margin-top: 5px;
                        border: 1px solid @plugin_inputborder;
                        color: @plugin_inputtext;
                        font-size: 16px;
                        font-family: 'Roboto', sans-serif;
                        font-weight: 400;
                        width: 300px;
                        height: 30px;
                        line-height: 30px;
                        display: inline-block;
                    }
                    input.def {
                        padding: 0 6px;
                        width: 300px;
                        height: 30px;
                        line-height: 30px;
                    }
                    input.chkbxdef {
                        .sf-form-checkbox(15px, 0, 0, 0);
                    }
                }
                /* inside ad block */
                .ad {
                    float: right;
                    .wooblock {
                        margin: 5px 0 0;
                        background: white;
                        height: 30px;
                        line-height: 30px;
                        .cf-rounded-corners(3px);
                        a, a:hover {
                            border: none;
                            background: none;
                            margin: 0;
                            b {
                                display: block;
                                float: left;
                                background: url('../images/woocommerce_logo.png') top left no-repeat;
                                width: 95px;
                                height: 19px;
                                margin: 7px 8px 0 0;
                            }
                            i {
                                display: block;
                                float: left;
                                font-style: normal !important;
                                font-family: 'Roboto Condensed', sans-serif;
                                text-transform: uppercase;
                                font-weight: 400;
                                font-size: 9px;
                                line-height: 29px;
                                margin: 1px 8px 0 8px;
                                color: @plugin_desctext;
                            }
                        }
                    }
                    .woolinkblock {
                        text-align: center;
                        font-size: 10px;
                        color: @plugin_desctext;
                        font-family: 'Roboto Condensed', sans-serif;
                        a, a:hover {
                            border: none;
                            background: none;
                            margin: 0;
                            font-weight: 400 !important;
                            font-size: 10px;
                        }
                        u {
                            text-decoration: none !important;
                            display: inline-block;
                            padding: 0 6px;
                        }
                    }
                }
                /* end inside ad block */

            } /* item */

            .definput {
            } /* definput */

            .displayfilter {
                input.addinput {
                    float: left;
                    margin-right: 8px;
                }
                input.addbutton {
                    margin-top: 5px;
                    display: block;
                    float: left;
                    font-family: 'Roboto Condensed', sans-serif;
                    text-align: center;
                    height: 30px;
                    line-height: 20px;
                    color: white;
                    padding: 0 12px 3px;
                    font-size: 14px;
                    font-weight: 700;
                    text-transform: uppercase;
                    .sf-gray-textshadow();
                    .cf-rounded-corners(3px);
                    .sf-small-gcbutton(@defc_blue, @defc_blue_light, @defc_blue_dark);
                }
                input.addbutton:hover {
                    .sf-small-gcbutton(@defc_green, @defc_green_light, @defc_green_dark);
                    cursor: pointer;
                }
                .pagelist {
                    margin: 4px 0 9px 255px;
                    .pageitem {
                        background: @defc_adminbg;
                        line-height: 24px;
                        height: 24px;
                        overflow: hidden;
                        padding: 0 6px;
                        margin-bottom: 3px;
                        .cf-rounded-corners(3px);
                        .specified-close-page {
                            display: block;
                            float: left;
                            background: url(../images/delete_edit.png) top left no-repeat;
                            width: 16px;
                            height: 16px;
                            margin: 4px 6px 0 0;
                        }
                        .specified-close-page:hover {
                            cursor: pointer;
                            background-position: bottom left;
                        }
                        .filter-specified-page {
                            display: block;
                            float: left;
                            font-size: 12px;
                            line-height: 24px !important;
                            height: 24px;
                            position: relative;
                        }
                    }
                }
            } /* displayfilter */

            .color {
                .wp-picker-container {
                    .wp-color-result {
                        height: 24px;
                        line-height: 24px;
                        border: 3px solid @plugin_2state_border;
                        display: inline-block;
                        font-weight: 300 !important;
                        font-size: 12px;
                        margin: 5px 0 0 !important;
                        top: 0 !important;
                        .cf-rounded-corners();
                    }
                    .wp-color-result:hover {
                        border: 3px solid @defc_blue;
                        .sf-boxshadow-none();
                    }
                    input[type=text] {
                        width: 100px !important;
                        margin-left: 8px;
                        margin-top: 0 !important;
                    }
                    input[type=button] {
                        margin-left: 8px;
                        background: url(../images/delete_edit.png) top left no-repeat;
                        width: 16px;
                        height: 16px;
                        border: none !important;
                        text-indent: -9999px;
                    }
                    input[type=button]:hover {
                        cursor: pointer;
                        background-position: bottom left;
                    }
                    .wp-color-result:after {
                        background: white;
                        color: @defc_bodycolor;
                        .cf-right-rounded-corners(3px);
                        border-left: 1px solid @plugin_2state_border;
                        font-size: 12px;
                        line-height: 24px;
                        padding: 0 6px;
                    }
                    .wp-color-result:focus {
                        top: 0;
                        border-color: @defc_blue;
                        .sf-boxshadow-none();
                    }
                    .wp-color-result:focus:after {
                        border-color: @plugin_2state_border !important;
                    }
                    .wp-picker-input-wrap {
                        margin-top: 5px;
                        input[type=text] {
                            margin-right: 0;
                            margin-bottom: 0;
                        }
                    }
                    .iris-picker {
                        z-index: 9998;
                        background-color: @defc_bodybg;
                        border: 1px solid @defc_bodyborder;
                        .cf-rounded-corners();
                        .bcf-simple-boxshadow (0, 0, 10px, 2px, @defc_bodyshadow);
                    }
                }
            } /* color */

            .selectbox {
                /* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
                .jqueryui .ui-icon {
                    background-color: inherit;
                }
                /* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
                .jqueryui .ui-icon-triangle-1-s {
                    background-position: -64px -16px;
                }
                .edit {
                    display: inline-block;
                    position: relative;
                    width: 300px; /* Width of the dropdown button */
                }
                .selectboxit-container {
                    margin: 5px 0 0 1px;
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                      position: relative;
                      display: inline-block;
                      vertical-align: top;
                    height: 28px;
                    font-family: 'Roboto', sans-serif;
                    color: @plugin_inputtext;
                    font-size: 16px;
                        

                    .selectboxit {
                        cursor: pointer;
                        margin: 0;
                        padding: 0;
                        border-radius: 3px;
                        overflow: hidden;
                        display: block;
                        position: relative;
                        width: 300px;
                        .selectboxit-option-icon-container {
                            margin-left: 5px;
                        }
                    }
                    /* Height and Vertical Alignment of Text */
                    span {
                        height: 28px; /* Height of the drop down */
                        line-height: 28px; /* Vertically positions the drop down text */
                        display: block;
                        font-family: 'Roboto', sans-serif;
                        color: @plugin_inputtext;
                        font-size: 16px;
                        
                    }
                    /* Options List */
                    .selectboxit-options {
                        width: 270px; /* Width of the dropdown button */
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        min-width: 100%;  /* Minimum Width of the dropdown list box options */
                        *width: 100%;
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        position: absolute;
                        overflow-x: hidden;
                        overflow-y: auto;
                        cursor: pointer;
                        display: none;
                        z-index: 9999999999999;
                        border-radius: 3px;
                        text-align: left;
                        .sf-boxshadow-none();
                        a {
                            height: 28px; /* Height of the drop down */
                            line-height: 28px; /* Vertically positions the drop down text */
                            display: block;
                        }
                        .selectboxit-disabled {
                            .cf-opacity (0.65);
                            .sf-boxshadow-none();
                            cursor: default;
                        }
                    }
                    .selectboxit:focus {
                        outline: 0;
                    }
                    /* Disabled Mouse Interaction */
                    .selectboxit.selectboxit-disabled {
                        opacity: 0.65;
                        filter: alpha(opacity=65);
                        -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow: none;
                        cursor: default;
                    }
                    /* Button Text */
                    .selectboxit-text {
                        text-indent: 5px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        float: left;
                    }


                    /* Individual options */
                    .selectboxit-option {
                        text-indent: 5px; /* Horizontal Positioning of the select box option text */
                        margin: 0;
                        list-style-type: none;
                        .selectboxit-option-anchor {
                            padding: 0 2px;
                        }
                        .selectboxit-option-anchor:hover {
                            text-decoration: none;
                        }

                    }

                    /* Individual Option Optgroup Header */
                    .selectboxit-optgroup-header {
                        text-indent: 5px; /* Horizontal Positioning of the select box option text */
                        margin: 0;
                        list-style-type: none;
                        font-weight: bold;
                    }

                    /* Drop Down optgroup header hover psuedo class */
                    .selectboxit-optgroup-header:hover {
                        cursor: default;
                    }
                
                    /* The first Drop Down option */
                    .selectboxit-option-first:hover,
                    .selectboxit-option-first {
                        border-top-right-radius: 3px;
                        border-top-left-radius: 3px;
                    }

                    /* The first Drop Down option optgroup */
                    .selectboxit-optgroup-header + .selectboxit-option-first {
                        border-top-right-radius: 0px;
                        border-top-left-radius: 0px;
                    }

                    /* The last Drop Down option */
                    .selectboxit-option-last {
                        border-bottom-right-radius: 3px;
                        border-bottom-left-radius: 3px;
                    }

                    /* Drop Down down arrow container */
                    .selectboxit-arrow-container {
                        /* Positions the down arrow */
                        width: 28px;
                        position: absolute;
                        right: 0;
                        .selectboxit-arrow {
                            /* Horizontally centers the down arrow */
                            margin: 0 auto;
                            position: absolute;
                            top: 50%;
                            right: 0;
                            left: 0;
                        }
                        /* Drop Down down arrow for jQueryUI and jQuery Mobile */
                        .selectboxit-arrow.ui-icon {
                            top: 30%;
                        }
                    }

                    /* Drop Down individual option icon positioning */
                    .selectboxit-option-icon-container {
                        float: left;
                    }
                    .selectboxit-option-icon {
                        margin: 0;
                        padding: 0;
                        vertical-align: middle;
                    }
                    /* Drop Down individual option icon positioning */
                    .selectboxit-option-icon-url {
                        width: 18px;
                        background-size: 18px 18px;
                        background-repeat: no-repeat;
                        height: 100%;
                        background-position: center;
                        float: left;
                    }

                    /*
                      Default Theme
                      -------------
                      Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
                    */
                    .selectboxit-btn {
                        background-color: #f5f5f5;
                        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
                        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
                        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
                        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
                        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
                        background-repeat: repeat-x;
                        border: 1px solid @plugin_inputborder;
                    }

                    .selectboxit-btn.selectboxit-enabled:hover,
                    .selectboxit-btn.selectboxit-enabled:focus,
                    .selectboxit-btn.selectboxit-enabled:active {
                        color: @plugin_inputtext;
                        background-color: #e6e6e6;
                    }

                    .selectboxit-btn.selectboxit-enabled:hover,
                    .selectboxit-btn.selectboxit-enabled:focus {
                        color: @plugin_inputtext;
                        text-decoration: none;
                        background-position: 0 -15px;
                    }

                    .selectboxit-default-arrow {
                        width: 0;
                        height: 0;
                        border-top: 4px solid #000000;
                        border-right: 4px solid transparent;
                        border-left: 4px solid transparent;
                    }

                    .selectboxit-list {
                        background-color: white;
                        /*border: 1px solid #ccc;
                        border: 1px solid rgba(0, 0, 0, 0.2);*/
                        border: 1px solid @defc_bodyborder;
                        .bcf-simple-boxshadow (0, 0, 10px, 2px, @defc_bodyshadow);
                    }

                    .selectboxit-list .selectboxit-option-anchor {
                        color: @plugin_inputtext;
                    }

                    .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
                        color: white !important;
                        background-color: #008dbe;
                        /*
                        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
                        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
                        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
                        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
                        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
                        background-repeat: repeat-x;
                        */
                        span {
                            color: white !important;
                        }
                    }

                    .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
                        color: #999999;
                    }



                }

                /* Styles that apply to all SelectBoxIt elements */
                .selectboxit-container * {
                    /* Prevents text selection */
                    -webkit-touch-callout: none;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: -moz-none;
                    ms-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                    outline: none;
                    white-space: nowrap;
                }
            } /* selectbox */

            .darklight {
                .edit {
                    a {
                        height: 24px;
                        line-height: 24px;
                        border: 3px solid @plugin_2state_border;
                        display: inline-block;
                        font-weight: 300 !important;
                        font-size: 12px;
                        margin: 5px 0 0;
                        .cf-rounded-corners();
                        b {
                            display: block;
                            width: 16px;
                            height: 16px;
                            margin-top: 3px;
                            margin-bottom: 3px;
                            .cf-rounded-corners(2px);
                            .cf-gradient-background (@plugin_2state_upper, @plugin_2state_lower);
                        }
                        span {
                            display: block;
                            padding: 0 8px;
                            line-height: 24px;
                            width: 30px;
                            text-align: center;
                        }
                    }
                    a:hover {
                        border: 3px solid @defc_blue;
                        position: relative;
                        b {
                            .cf-gradient-background (@plugin_2state_2upper, @plugin_2state_2lower);
                        }
                    }
                    .light {
                        background: white;
                        color: @plugin_2state_text;
                        b {
                            border: 1px solid white;
                            float: left;
                            margin-right: 3px;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 69, 69, 69, 0.7, 0, -3px, 0, 0, @plugin_2state_ishadow);
                        }
                        span {
                            float: left;
                        }
                    }
                    .light:hover {
                        b {
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 69, 69, 69, 0.8, 0, -3px, 0, 0, @plugin_2state_ishadow2);
                        }
                    }
                    .dark {
                        background: @plugin_2state_darkbg;
                        color: white;
                         b {
                            border: 1px solid white;
                            float: left;
                            margin-left: 3px;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 0, 0, 0, 0.7, 0, -3px, 0, 0, @plugin_2state_ishadow);
                        }
                        span {
                            float: left;
                        }
                    }
                    .dark:hover {
                        b {
                            border: 1px solid white;
                            float: left;
                            margin-left: 3px;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 0, 0, 0, 0.8, 0, -3px, 0, 0, @plugin_2state_ishadow2);
                        }
                    }
                }
            } /* darklight */

            .onoff {
                .edit {
                    a {
                        height: 24px;
                        line-height: 24px;
                        border: 3px solid @plugin_2state_border;
                        display: inline-block;
                        font-weight: 700 !important;
                        font-size: 14px;
                        margin: 5px 0 0;
                        .cf-rounded-corners();
                        b {
                            display: block;
                            width: 16px;
                            height: 16px;
                            margin-top: 3px;
                            margin-bottom: 3px;
                            .cf-rounded-corners(2px);
                            .cf-gradient-background(@plugin_2state_upper, @plugin_2state_lower);
                        }
                        span {
                            display: block;
                            padding: 0 8px;
                            line-height: 24px;
                            width: 30px;
                            text-align: center;
                        }
                    }
                    a:hover {
                        border: 3px solid @defc_blue;
                        position: relative;
                        b {
                            .cf-gradient-background(@defc_blue_light, @defc_blue);
                        }

                    }
                    .on {
                        background: @plugin_2state_2upper;
                        color: @defc_blue;
                        b {
                            border: 1px solid white;
                            float: left;
                            margin-right: 3px;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 69, 69, 69, 0.7, 0, -3px, 0, 0, @plugin_2state_ishadow);
                            
                        }
                        span {
                            float: left;
                        }
                    }
                    .on:hover {
                        b {
                            border: 1px solid @plugin_2state_darkborder;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 69, 69, 69, 0.8, 0, -3px, 0, 0, @plugin_2state_ishadow3);
                        }
                    }
                    .off {
                        background: @plugin_2state_darkbg;
                        color: @plugin_2state_text_light;
                        b {
                            border: 1px solid white;
                            float: left;
                            margin-left: 3px;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 0, 0, 0, 0.7, 0, -3px, 0, 0, @plugin_2state_ishadow);
                        }
                        span {
                            float: left;
                        }
                    }
                    .off:hover {
                        b {
                            border: 1px solid @plugin_2state_darkborder;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 0, 0, 0, 0.8, 0, -3px, 0, 0, @plugin_2state_ishadow3);
                        }
                    }
                }
            } /* onoff */

            .slider {
                .edit {
                    margin-top: 6px;
                    .value {
                        float: left;
                        height: 26px;
                        line-height: 26px;
                        background: @plugin_2state_darkbg;
                        color: @plugin_2state_darkbg;
                        padding: 0 6px;
                        font-size: 14px;
                        font-weight: 300 !important;
                        margin: 1px 8px 0 0;
                        .cf-rounded-corners();
                    }
                    .zone {
                        float: left;
                        .controller {
                            position: absolute;
                            margin-left: 25px;
                            margin-right: 3px;
                            z-index: 10;
                            display: block;
                            float: left;
                            width: 10px;
                            height: 26px;
                            border: 1px solid white;
                            .cf-rounded-corners(2px);
                            .cf-gradient-background (@plugin_2state_upper, @plugin_2state_lower);
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 69, 69, 69, 0.7, 0, -3px, 0, 0, @plugin_2state_ishadow);
                        }
                        .bar {
                            position: absolute;
                            height: 6px;
                            width: 150px;
                            border: 3px solid @plugin_2state_border;
                            background: @plugin_2state_darkbg;
                            margin-top: 8px;
                            .cf-rounded-corners(2px);
                            .inside {
                                height: 4px;
                                width: 25px;
                                background: @plugin_slider_indicator;
                                border: 1px solid @plugin_2state_darkborder;
                                .cf-rounded-corners(1px);
                            }
                        }
                    }
                        
                }
                .edit:hover {
                    .zone {
                        .controller {
                            cursor: pointer;
                            .cf-gradient-background (@plugin_2state_2upper, @plugin_2state_2lower);
                            border: 1px solid white;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 0, 0, 0, 0.8, 0, -3px, 0, 0, @plugin_2state_ishadow2);
                        }
                        .bar {
                            border: 3px solid @defc_blue;
                        }
                    }
                }
            } /* slider */

            .chechboxgroup {
                .chechboxgroup {
                    /* width: 818px - 2 x 16px margin = 786 */
                    width: 516px;
                    float: right;
                    margin: 8px 0;
                    .chkbxdef {                        
                        .sf-form-checkbox(7px, 0, 0, 0);
                    }
                    .chkbx {
                        height: 26px;
                        width: 20px;
                        float: left;
                        margin: 0;
                    }
                    label {
                        height: 26px;
                        line-height: 26px;
                        width: 464px;
                        float: left;
                    }
                }
            } /* checkboxgroup */

            .composemessage {
                border-bottom: 1px solid @plugin_itemborder_light;
                .label {
                    margin-top: 7px;
                }
                label {
                    height: 26px;
                    line-height: 26px;
                    font-weight: 700;
                    color: @plugin_labeltext;
                    margin-top: 7px;
                    i {
                        font-size: 12px !important;
                        font-weight: 400 !important;
                        color: @plugin_desctext;
                        font-family: sans-serif;
                    }
                }
                .edit {
                    .msgtxt {
                        float: left;
                        width: 730px;
                        input {
                            width: 720px;
                        }
                    }
                    .btntxt {
                        width: 357px;
                        float: left;
                        input {
                            width: 347px;
                        }
                    }
                    .urltxt {
                        input {
                            width: 347px;
                        }
                    }
                    .msgtxt input,
                    .btntxt input,
                    .urltxt input {
                        height: 30px;
                        line-height: 30px;
                        font-weight: 700;
                        border: 1px solid @plugin_inputborder;
                        color: @plugin_inputtext;
                        font-size: 18px;
                        font-family: 'Roboto', sans-serif;
                        padding: 0 4px;    
                    }
                    .msgtxt_counter {
                        float:left;
                        width: 36px;
                        margin-left: 16px;
                        height: 28px;
                        line-height: 28px;
                        text-align: center;
                        border: 2px solid @plugin_counter_border;
                        font-size: 18px;
                        font-weight: 700;
                        .cf-rounded-corners();
                    }
                }
                .editoption { 
                    margin: 0 0 7px;
                    .optiem {
                        float: left;
                        margin: 5px 24px 0 0;
                        .chkbx {
                            float: left;
                            height: 26px;
                            width: 20px;
                            margin: 0;
                            .chkbxdef {
                                .sf-form-checkbox (7px, 0, 0, 0);
                            }
                        }
                        label {
                            margin: 0;
                            float: left;
                        }
                    }
                }
                .leftcol {
                    float: left;
                    width: 357px;
                    margin-right: 16px;
                }
                .rightcol {
                    float:left;
                    width: 413px;
                    .btntxt_counter{
                        float: left;
                        width: 36px;
                        margin-left: 16px;
                        height: 28px;
                        line-height: 28px;
                        text-align: center;
                        font-size: 18px;
                        font-weight: 700;
                        border: 2px solid @plugin_counter_border;
                        .cf-rounded-corners();
                    }
                }
                .desc {
                    font-size: 12px;
                    color: @plugin_desctext;
                    margin: 5px 0 7px;
                }
                .alldesc {
                    font-size: 12px;
                    color: @plugin_desctext;
                    margin: 5px 0 7px;
                }
                .previewblock {
                    padding: 8px 0;
                    .label {
                        text-transform: uppercase;
                        font-family: 'Roboto Condensed', sans-serif;
                        font-size: 20px;
                        font-weight: 700;
                        color: @plugin_biglabel;
                        margin-bottom: 8px;
                    }
                    .view {
                        border: 1px solid @plugin_preview_border;
                        background: white;
                        height: 28px;
                        .cf-rounded-corners();
                        /* tmp */
                        padding: 16px;
                        color: @plugin_counter_border;
                        text-align: center;
                        /* end tmp */
                    }
                }
            } /* composemessage */

            .hideitemgroup {
                display: none;
            }
            .itemgroup {
                background: @plugin_itemblock_bg;
                padding: 12px 16px 4px;
                .cf-rounded-corners();
                h3 {
                    text-transform: uppercase;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-size: 18px;
                    font-weight: 700;
                    color: @plugin_blockheadtext;
                    line-height: 20px;
                    height: 20px;
                    padding-bottom: 10px;
                    .sf-white-textshadow();
                }
                .item {
                    border-bottom: none !important;
                    border-top: 1px solid @plugin_itemblock_itemborder;
                }
                .label {
                    width: 234px;
                }
                .desc {
                    label {
                        margin-left: 254px;
                    }
                }
                .noplugin {
                    padding: 0 0 8px 0;
                }
            }
            .before-itemgroup {
                margin-top: 16px;
            }
            .after-itemgroup {
                margin-bottom: 16px;
            }
            .after-itemgroup-border {
                border-top: 1px solid @plugin_itemblock_itemborder;
            }

        }

        .blockfooter {
            padding: 32px 16px;
            input.savebutton {
                display: block;
                font-family: 'Roboto Condensed', sans-serif;
                text-align: center;
                height: 45px;
                line-height: 40px;
                color: white;
                padding: 0 32px 4px;
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
                .sf-gray-textshadow();
                .cf-rounded-corners();
                .sf-gcbutton (@defc_red, @defc_red_light, @defc_red_dark);
            }
            input.savebutton:hover {
                .sf-gcbutton (@defc_green, @defc_green_light, @defc_green_dark);
                cursor: pointer;
            }
        }

        label {
            cursor: inherit;
        }
    }
    footer {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: 400;
        .cf-bottom-rounded-corners();
        .sf-gcidentity-bg (@defc_idenblue, @defc_idenblue_light, '../images/white_noise_texture.png');
        nav {
            height: 40px;
            line-height: 40px;
            b {
                text-transform: uppercase;
            }
            ul {
                margin: 4px 0 0 0;
                padding: 0;
                list-style-type: none;
                li {
                    margin: 0 0 0 8px;
                    padding: 0;
                    float: left;
                    a {
                        font-weight: 400 !important;
                        padding: 0 8px;
                        line-height: 32px;
                        height: 32px;
                        display: block;
                        .cf-rounded-corners();
                    }
                    a:hover {
                        background: @defc_blue;
                        color: white;
                    }
                }
                .first {
                    margin-left: 0 !important;
                    padding-left: 0 !important;
                    border-left: none !important;
                }
            }
            ul.menu1 {
                float: left;
                margin-left: 8px;
                font-weight: 700;
                li {
                    margin: 0 0 0 4px;
                    padding: 0 0 0 4px;
                    border-left: 1px solid @defc_header_border;
                }
            }
            ul.menu2 {
                float: right;
                margin-right: 8px;
            }
        }
        .metainfo {
            padding: 24px 19px 11px;
            font-size: 12px;
            color: @defc_header_meta;
            line-height: 22px;
            height: 22px;
        }
        .metablock {
            float: left;
            
            /* ENGINE */       
            .gcpversion {
                display: inline-block;
            }
            .gcpengine {
                border-left: 1px solid @defc_header_border;
                margin-left: 8px;
                padding-left: 4px;
                display: inline-block;
                a {
                    display: inline-block;
                    line-height: 22px;
                    height: 22px;
                    padding: 0 6px;
                    .cf-rounded-corners(2px);
                }
                a:hover {
                    background: @defc_blue;
                    color: white;
                }
            }
            /* END ENGINE */

        }
        .copyblock {
            float: right;
        }
    }


    /* ENGINE */
    .enginepanel {
        margin-top: 16px;
        background-color: @defc_enginebg;
        border: 1px solid @defc_engineborder;
        width: 818px;
        .cf-rounded-corners();
        .bcf-simple-boxshadow (0, 0, 10px, 2px, @defc_bodyshadow);
        header {
            background: none !important;
            line-height: 96px;
            height: 96px;
            padding:0 16px;
            border-bottom: 1px solid @defc_engineborder2;
            .opener {
                display: inline-block;
                span {
                    background-color: none;
                    width: 33px;
                    height: 33px;
                    margin: 31px 4px 0 0;
                    display: block;
                    float: left;
                    .cf-rounded-corners();
                    .sf-boxshadow-none();
                }
                h2 {
                    text-transform: uppercase;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-size: 30px;
                    font-weight: 700;
                    float: left;
                    color: white;
                    /*.sf-white-textshadow();*/
                }
                b {
                    display: none;
                    float: left;
                    height: 25px;
                    line-height: 25px;
                    margin: 35px 0 0 12px;
                    .cf-rounded-corners();
                    background: @engine_hidebubbg;
                    color: @engine_hidebubtxt;
                    font-weight: 300 !important;
                    padding: 0 8px;
                    font-size: 12px;
                }
            }
            .opener:hover {
                span {
                    background-color: @defc_blue_light;
                    /*.sf-white-boxshadow();*/
                }
                h2 {
                    color: @defc_blue_light;
                }
                b {
                    display: block;
                }
            }
            .open {
                span {
                    background: url(../images/block_arrow_bottom.png) bottom left no-repeat;
                }
            }
            .close {
                span {
                    background: url(../images/block_arrow_right.png) bottom left no-repeat;
                }
            }
        }
        section.engine_settings {
            margin: 0 16px;
            .item {
                border-top: 1px solid @defc_engineiborder;
                .label {
                    width: 250px;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 20px;
                    float: left;
                    font-weight: 700;
                    color: @defc_enginelabel;
                }
                /*.chkbx {
                    height: 26px;
                    margin-top: 7px;
                    /*vertical-align: middle;
                }*/
                .edit {
                    height: 40px;
                    input.def,
                    select.def {
                        margin-top: 5px;
                        border: 1px solid @engine_inputborder;
                        color: @plugin_inputtext;
                        font-size: 16px;
                        font-family: 'Roboto', sans-serif;
                        font-weight: 400;
                        width: 300px;
                        height: 30px;
                        line-height: 30px;
                        display: inline-block;
                    }
                    input.def {
                        padding: 0 6px;
                        width: 300px;
                        height: 30px;
                        line-height: 30px;
                    }
                    input.chkbxdef {
                        .sf-form-checkbox(15px, 0, 0, 0);
                    }
                }
                .desc {
                    font-size: 11px;
                    margin: 0 0 4px 270px;
                    color: @defc_enginedesc;
                    font-family: 'Roboto', sans-serif;
                    font-style: italic;
                    font-weight: 300;
                    display: inline-block;
                }
            } /* item */

            .onoff {
                .edit {
                    a {
                        height: 24px;
                        line-height: 24px;
                        border: 3px solid @plugin_2state_border;
                        display: inline-block;
                        font-weight: 700 !important;
                        font-size: 14px;
                        margin: 5px 0 0;
                        .cf-rounded-corners();
                        b {
                            display: block;
                            width: 16px;
                            height: 16px;
                            margin-top: 3px;
                            margin-bottom: 3px;
                            .cf-rounded-corners(2px);
                            .cf-gradient-background(@plugin_2state_upper, @plugin_2state_lower);
                        }
                        span {
                            display: block;
                            padding: 0 8px;
                            line-height: 24px;
                            width: 30px;
                            text-align: center;
                        }
                    }
                    a:hover {
                        border: 3px solid @defc_blue;
                        position: relative;
                        b {
                            .cf-gradient-background(@defc_blue_light, @defc_blue);
                        }

                    }
                    .on {
                        background: @plugin_2state_2upper;
                        color: @defc_blue;
                        b {
                            border: 1px solid white;
                            float: left;
                            margin-right: 3px;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 69, 69, 69, 0.7, 0, -3px, 0, 0, @plugin_2state_ishadow);
                            
                        }
                        span {
                            float: left;
                        }
                    }
                    .on:hover {
                        b {
                            border: 1px solid @plugin_2state_darkborder;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 69, 69, 69, 0.8, 0, -3px, 0, 0, @plugin_2state_ishadow3);
                        }
                    }
                    .off {
                        background: @plugin_2state_darkbg;
                        color: @plugin_2state_text_light;
                        b {
                            border: 1px solid white;
                            float: left;
                            margin-left: 3px;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 0, 0, 0, 0.7, 0, -3px, 0, 0, @plugin_2state_ishadow);
                        }
                        span {
                            float: left;
                        }
                    }
                    .off:hover {
                        b {
                            border: 1px solid @plugin_2state_darkborder;
                            .bcf-gcbutton-boxshadow (0, 0, 1px, 1px, 0, 0, 0, 0.8, 0, -3px, 0, 0, @plugin_2state_ishadow3);
                        }
                    }
                }
            } /* onoff */
            
            .first {
                border-top: none !important;
            }

            .metrixcode {
                .connectlabel {
                    float: left;
                    color: white;
                    background: @defc_green;
                    .cf-rounded-corners();
                    height: 24px;
                    line-height: 24px;
                    padding: 0 12px;
                    margin: 8px 0 0;
                }
                .disconnectlink {
                    float: left;
                    margin: 12px 0 0 8px;
                    a {
                        display: block;
                        width: 16px;
                        height: 16px;
                        color: white;
                        padding: 0 !important;
                        text-indent: -9999px;
                        .sf-textshadow-none();
                        .sf-boxshadow-none();
                        .cf-rounded-corners();
                        background: url(../images/delete_connection_engine.png) top left no-repeat;
                        border: none !important;
                    }
                    a:hover {
                        background-position: bottom left;
                    }
                }
                .connectbutton {
                    float: left;
                    margin: 4px 0 0;
                    a {
                        display: block;
                        font-family: 'Roboto Condensed', sans-serif;
                        text-align: center;
                        height: 27px;
                        line-height: 27px;
                        color: white;
                        padding: 0 12px 3px;
                        font-size: 16px;
                        font-weight: 400;
                        .sf-gray-textshadow();
                        .cf-rounded-corners();
                        .sf-gcbutton (@defc_red, @defc_red_light, @defc_red_dark);
                    }
                    a:hover {
                        .sf-gcbutton (@defc_green, @defc_green_light, @defc_green_dark);
                    }
                }
                .label2 {
                    width: 250px;
                    height: 30px;
                    line-height: 30px;
                    margin-right: 20px;
                    float: left;
                    font-weight: 700;
                    color: @defc_enginelabel;
                }
                .metrixcodelabel {
                    color: white;
                    background: @engine_marklabbg;
                    .cf-rounded-corners();
                    height: 24px;
                    line-height: 24px;
                    padding: 0 12px;
                    margin: 3px 0 0;
                    float: left;
                }
                .desc {
                    a {
                        font-style: normal !important;
                        color: @defc_red_light;
                    }
                    a:hover {
                        color: @defc_green_light;
                    }
                }
            }
        }
        footer {
            border-top: 1px solid @defc_engineborder2;
            background: none !important;
            padding: 32px 16px;
            input.savebutton {
                display: block;
                font-family: 'Roboto Condensed', sans-serif;
                text-align: center;
                height: 45px;
                line-height: 40px;
                color: white;
                padding: 0 32px 4px;
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
                .sf-gray-textshadow();
                .cf-rounded-corners();
                .sf-gcbutton (@defc_red, @defc_red_light, @defc_red_dark);
            }
            input.savebutton:hover {
                .sf-gcbutton (@defc_green, @defc_green_light, @defc_green_dark);
                cursor: pointer;
            }   
        }
    }


}

/* selectboxit fix */
.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

/* url notification nag fix */
.gcurl-nag {
    margin-top: 8px;
}