﻿/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10001; overflow:hidden;}
#colorbox {top: 0 !important;}
#cboxOverlay{position:fixed; width:100%; height:100%;background-color:#666;}
#cboxWrapper {background-color:#fff; box-shadow: 0 5px 3px -2px #CCCCCC;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/

    #cboxTopLeft{width:14px; height:45px; }
    #cboxTopCenter{height:45px; }
    #cboxTopRight{width:14px; height:45px;}
    #cboxBottomLeft{width:14px; height:14px;}
    #cboxBottomCenter{height:14px;}
    #cboxBottomRight{width:14px; height:14px; }
    #cboxMiddleLeft{width:14px;}
    #cboxMiddleRight{width:14px; }
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(/images/plugins/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/plugins/colorbox/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; top:-30px; left:0; font-size: 1.2em; padding-bottom: 8px; min-height: 23px; width: 100%; text-align:center; width:100%; font-weight: normal; color:#7C7C7C; border-bottom: 1px solid #EEEEEE;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; top:-35px; background:url(/images/plugins/colorbox/controls.png) 0px 0px no-repeat; width:26px; height:26px; text-indent:-9999px;}
        #cboxClose {right: 0; background: url("/images/core/closedbutton.png") no-repeat 5px 5px #333 !important; border: 2px solid #fff;}
        #cboxClose:hover {background-color: #666 !important;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
	
	* Filename:				default.css
	* Description: 			sets typography, basic grids, 
							and standard formstyles
	* Version:				1.0.0 (2012-06-16)
	* Author:				Ryan Martinez
	
	== INDEX ===============================================
	
	$__generic classes		classes used globally, should be at bottom to prevent semantic inheritance
	
------------------------------------------------------------*/


/*-------------------------------------*/
/* RESET */
/*-------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

/*
     * Remove text-shadow in selection highlight: h5bp.com/i
     * These selection declarations have to be separate
     * Also: hot pink! (or customize the background color to match your design)
     */

::-moz-selection {
    background: rgba(2,139,255,1); /* blue */
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(2,139,255,1); /* blue */
    color: #fff;
    text-shadow: none;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

body {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/*-------------------------------------*/
/* HEADER STYLES */
/*-------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    display: block;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 38px;
    line-height: 54px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
}

h5 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
}

/* Module titles */
.Head {
    display: inline-block;
    margin-bottom: 6px;
}

/* Some old forge modules use .Head, .SubHead, .SubSubHead in table td, We keep this to be compatible */
td.Head, td.SubHead, td.SubSubHead {
    display: table-cell;
    margin-bottom: 0;
}

input[type="image"] + span.Head, input[type="image"] + span.SubHead {
    display: inline;
}

/*-------------------------------------*/
/* PARAGRAPH STYLES */
/*-------------------------------------*/
p {
    margin: 0 0 18px 0;
}
    /* margin bottom is equal to line-height */
    p img {
        margin: 0;
    }

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

/* Set text size in modules*/
.Normal,
.NormalDisabled,
.NormalDeleted {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

/* disabled text styles */
.NormalDisabled,
.NormalDeleted {
    color: #999;
}

/* text style used for help text rendered by modules */
.Help {
    padding: 2px;
    border: #000 1px solid;
    background-color: #ff9;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}
/* text style used for rendered text which requires emphasis */
.NormalBold {
    font-weight: bold;
    color: #222;
}

/* text style used for error messages */
.NormalRed {
    font-weight: bold;
    color: red;
}

/* text style used for rendered text which should appear deleted */
.NormalDeleted {
    text-decoration: line-through;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
            color: #555;
        }

hr {
    clear: both;
    margin: 17px 0 17px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}

/*-------------------------------------*/
/* ANCHOR STYLES */
/*-------------------------------------*/
a, a:visited {
    color: rgb(2,139,255); /*blue*/
    text-decoration: underline;
    outline: 0;
}

    a:hover, a:focus, a:active {
        color: #222;
        outline: 0;
    }

p a, p a:visited {
    line-height: inherit;
}

/*-------------------------------------*/
/* IMAGE STYLES */
/*-------------------------------------*/
img.dnn-scale-img {
    max-width: 100%;
    height: auto;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

#dnn_dnnLOGO_imgLogo {
     border: 0;
}

/*-------------------------------------*/
/* lIST STYLES */
/*-------------------------------------*/
ul, ol {
    margin-bottom: 18px;
    margin-left: 18px;
}

ul {
    list-style: square outside;
}

ol {
    list-style: decimal;
}

    /* Nested Styles */
    ul ul, ul ol,
    ol ol, ol ul {
        margin-left: 18px;
        margin-bottom: 0;
    }

    ol ol {
        list-style: lower-roman;
    }

li p {
    line-height: 18px;
}

/*-------------------------------------*/
/* MESSAGE STYLES */
/*-------------------------------------*/
.dnnFormMessage {
    display: block;
    padding: 17px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(2,139,255,0.2); /* blue */
    background: rgba(2,139,255,0.15); /* blue */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 980px;
}

    .dnnFormMessage.dnnFormError,
    .dnnFormMessage.dnnFormValidationSummary {
        background-color: rgba(255,0,0,0.15); /* red */
        border-color: rgba(255,0,0,0.2); /* red */
    }

    .dnnFormMessage.dnnFormWarning {
        background-color: rgba(255,255,0,0.15); /* yellow */
        border-color: #CDB21F; /* yellow */
    }

    .dnnFormMessage.dnnFormSuccess {
        background-color: rgba(0,255,0,0.15); /* green */
        border-color: rgba(0,255,0,0.5); /* green */
    }

/*-------------------------------------*/
/* TABLE STYLES */
/*-------------------------------------*/
.dnnTableHeader {
    display: block;
    padding: 15px;
    background: none repeat scroll 0 0 #E3E3E5;
}
.dnnTableHeader a,
.dnnTableHeader input, 
.dnnTableHeader select{
    margin: 0;
}
.dnnTableDisplay {
    margin-bottom: 18px;
    border: 1px solid #d1d1d1;
    border-left: 0;
    border-bottom: 0;
}

    .dnnTableDisplay td, .dnnTableDisplay th {
        padding: 5px 9px;
        border-bottom: 1px solid #d1d1d1;
    }

    .dnnTableDisplay th {
        padding: 0;
        border-left: 1px solid #d1d1d1;
        -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
        box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
    }

        .dnnTableDisplay th > span,
        .dnnTableDisplay th > a {
            display: block;
            padding: 5px 9px;
        }

    .dnnTableDisplay td:first-child {
        border-left: 1px solid #cfcfcf;
    }

    .dnnTableDisplay label {
        display: inline;
        padding-left: 5px;
    }

    .dnnTableDisplay caption {
        display: none;
    }

    /* thead styles */
    .dnnTableDisplay th {
        background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
        background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
        text-align: left;
        text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
        color: #333;
    }

        .dnnTableDisplay th a, .dnnTableDisplay th label {
            font-weight: normal;
            color: #333;
            text-decoration: none;
        }

        .dnnTableDisplay th a {
            padding: 8px 9px;
        }

            .dnnTableDisplay th a:hover {
                background: #fefefe; /* Old browsers */
                background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
                background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
                color: #333;
            }

            .dnnTableDisplay th a:active {
                border-color: #999;
                background: #c6c6c6; /* Old browsers */
                background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
                background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
                -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
            }
    /* tbody styles */
    .dnnTableDisplay tr:nth-child(2n) td {
        background: rgba(0,0,0,0.04);
    }

    .dnnTableDisplay tr:hover td {
        background: rgba(2,139,255,0.15); /* blue */
    }

    /* tfooter styles */
    .dnnTableDisplay tfoot tr:hover td {
        background: none;
    }

/* table filter styles */
.dnnTableFilter {
    margin-bottom: 18px;
    background: rgba(0,0,0,0.04);
}

    .dnnTableFilter .dnnTableDisplay {
        margin-bottom: 0;
    }

.dnnFilterSet {
    padding: 18px;
}

    .dnnFilterSet label {
        display: inline-block;
    }

    .dnnFilterSet input,
    .dnnFilterSet select {
        display: inline-block;
        margin: 0 5px;
    }

/* table filter vertical styles */
.verticalFilter .dnnFilterSet {
    float: left;
    width: 20%;
    padding: 2% 18px;
}

.verticalFilter .dnnTableDisplay {
    float: right;
    width: 75%;
}

.verticalFilter input[type=search], .verticalFilter select, .verticalFilter input[type=text] {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

/*-------------------------------------*/
/* PAGINATION & RESULT STYLES */
/*-------------------------------------*/
.dnnResults {
    float: left;
    margin-bottom: 0;
}

.dnnPagination {
    float: right;
    margin: 0;
    padding: 0;
}

    .dnnPagination li {
        float: left;
        list-style: none;
    }

        .dnnPagination li a, .dnnPagination li span {
            display: inline-block;
            padding: 0 5px;
            text-decoration: none;
            color: #333;
        }

            .dnnPagination li a:hover {
                text-decoration: underline;
                color: #222;
            }

        .dnnPagination li span {
            color: #222;
            text-decoration: underline;
        }

/*-------------------------------------*/
/* FORM STYLES */
/*-------------------------------------*/

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
    margin-bottom: 18px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 12px;
}

    .dnnFormItem input.aspNetDisabled,
    .dnnFormItem textarea.aspNetDisabled {
        background: #ebebeb;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #a7a7a7;
        border-width: 1px;
    }

.aspNetDisabled, a.aspNetDisabled,
.dnnDisabled, a.dnnDisabled {
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

/* Active and Focus States */
.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus,
.dnnFormItem select:active, .dnnFormItem select:focus,
.dnnFormItem textarea:active, .dnnFormItem textarea:focus,
.dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus {
    background: #fff;
    border: 1px solid rgba(2,139,255,0.5); /* blue */
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #333;
}
/* Required Fields */
.required label:after,
legend.required:after {
    display: inline-block;
    margin-top: -2px;
    margin-left: 9px;
    padding: 1px 9px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0,0,0,0.03);
    content: 'Required';
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #777;
}

/* Error Styles */
.error label, legend.error {
    color: rgba(255,0,0,0.9); /* opaque red*/
}

.error input[type="text"],
.error select, .error textarea,
.error input[type="email"],
.error input[type="search"] {
    border: 1px solid rgba(255,0,0,0.6); /* opaque red*/
    color: rgba(255,0,0,0.7); /* opaque red*/
}

/*
	 * 1. Display hand cursor for clickable form elements
	 * 2. Allow styling of clickable form elements in iOS
	 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
	 */

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    display: inline-block;
    padding: 9px 9px;
    margin-bottom: 9px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction {
    padding: 6px 6px;
}

/* Primary Action */

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border-color: #0D569E; /*dark blue*/
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #358eea 0%,#2170cd 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #0D569E;
        background: #6cb6f3; /* Old browsers */
        background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* W3C */
        color: #fff;
    }

    .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
        border-color: #0D569E;
        background: #1f66be; /* Old browsers */
        background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f66be), color-stop(100%,#3085e0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1f66be 0%,#3085e0 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #1f66be 0%,#3085e0 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        color: #fff;
    }

    .dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active {
        background: #ccc !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #aaa !important;
        text-shadow: none;
    }

/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #ffffff;
    color: #333;
}

    .dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
    .dnnFormItem input[type="reset"]:hover,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    ul.dnnAdminTabNav li a:hover,
    .dnnLogin .LoginTabGroup span:hover {
        background: #fefefe; /* Old browsers */
        background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
        background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
        color: #555;
    }

    .dnnFormItem button:active,
    .dnnFormItem input[type="button"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnSecondaryAction:active,
    a.dnnSecondaryAction:active,
    ul.dnnAdminTabNav li a:active {
        border-color: #999;
        background: #c6c6c6; /* Old browsers */
        background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
        background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    }

/* Fix some old forge modules use .dnnPrimaryAction and .dnnSecondaryAction in wrong way */
span.dnnPrimaryAction > input[type="image"],
span.dnnSecondaryAction > input[type="image"] {
    display: none;
}

span.dnnPrimaryAction > a.dnnPrimaryAction,
span.dnnSecondaryAction > a.dnnSecondaryAction {
    display: inline;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Tertiary Action */
.dnnTertiaryAction, a.dnnTertiaryAction {
    padding: 10px 10px;
    border: none;
    background: #eaeaea;
    color: #333;
}

    .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
        background: #f2f2f2;
    }

    .dnnTertiaryAction:active, a.dnnTertiaryAction:active {
        background: #d8d8d8;
    }

/* Action Button behind input */
.dnnFormItem input[type="text"] + a.dnnPrimaryAction,
.dnnFormItem input[type="text"] + a.dnnSecondaryAction,
.dnnFormItem input[type="text"] + a.dnnTerriaryAction { 
    margin-left: 5px;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span {
    margin: 5px;
}

/* text style for buttons and link buttons used in the portal admin pages */

/* button style for standard HTML buttons */
.StandardButton {
    border: 1px solid blue;
}


/* Re-set default cursor for disabled elements */
.dnnFormItem button[disabled],
.dnnFormItem input[disabled] {
    cursor: default;
    opacity: 0.5;
}


/* Consistent box sizing and appearance */
.dnnFormItem input[type="checkbox"],
.dnnFormItem input[type="radio"] {
    *width: 13px;
    *height: 13px; /*why are we using hacks here*/
    padding: 0;
    box-sizing: border-box;
}

.dnnFormItem input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .dnnFormItem input[type="search"]::-webkit-search-decoration,
    .dnnFormItem input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }


/* Remove inner padding and border in FF3/4: h5bp.com/l */
.dnnFormItem button::-moz-focus-inner, .dnnFormItem input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
	 * 1. Remove default vertical scrollbar in IE6/7/8/9
	 * 2. Allow only vertical resizing
	 */

.dnnFormItem textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    /* Colors for form validity */
    .dnnFormItem input:valid, .dnnFormItem textarea:valid {
    }

    .dnnFormItem input:invalid, .dnnFormItem textarea:invalid {
        background-color: #f0dddd;
    }

/*-------------------------------------*/
/* TAXONOMY */
/*-------------------------------------*/

/* Horizontal taxonomy styles */
.horizontal ul.categories,
.horizontal ul.tags {
    list-style: none;
}

.horizontal ul.categories {
}

.horizontal ul.tags {
}

    .horizontal ul.categories li, .horizontal ul.tags li {
    }

        .horizontal ul.tags li.add-tags {
        }

            .horizontal ul.tags li.add-tags img {
            }

/* Vertical taxonomy styles */
.vertical ul.categories,
.vertical ul.tags {
    list-style: none;
}

    .vertical ul.categories li,
    .vertical ul.tags li {
    }

    .vertical ul.categories li {
    }

    .vertical ul.tags li {
    }

        .vertical ul.tags li.add-tags {
        }

            .vertical ul.tags li.add-tags img {
            }

/*-------------------------------------*/
/* TABS : JQUERY UI TABS 1.8.14 */
/*-------------------------------------*/
/* Tabs */
ul.dnnAdminTabNav {
    display: inline-block;
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #c2c2c2;
}

    ul.dnnAdminTabNav li {
        float: left;
        margin-right: 4px;
        list-style: none;
    }

        ul.dnnAdminTabNav li a {
            /* most styles are inherited from typography.css */
            margin-bottom: 0;
            border-bottom: 0;
            box-shadow: none;
            webkit-box-shadow: none;
            -webkit-border-radius: 3px 3px 0px 0px;
            border-radius: 3px 3px 0px 0px;
        }

        ul.dnnAdminTabNav li.ui-tabs-active a {
            margin-top: -3px;
            padding: 12px 9px 10px 9px;
            background: #fff;
        }

/* Panels */
.ui-tabs .ui-tabs-panel {
    position: relative;
    display: block;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}

/*-------------------------------------*/
/* LOGIN TAB GROUP */
/*-------------------------------------*/
.dnnLogin .LoginTabGroup {
    display: inline-block;
    width: 100%;
    height: 37px;
    margin-left: 0;
    margin-top: 5px;
    border-bottom: 1px solid #C2C2C2;
}

    .dnnLogin .LoginTabGroup span {
        margin-right: 4px;
        margin-bottom: 0;
        border-bottom: 0 none;
        border-radius: 3px 3px 0 0;
        box-shadow: none;
    }

        .dnnLogin .LoginTabGroup span.LoginTabSelected {
            margin-top: -3px;
            padding: 12px 9px 10px;
            background: none repeat scroll 0 0 #FFFFFF;
        }

/*-------------------------------------*/
/* TABS : JQUERY UI RESIZABLE 1.8.14 */
/*-------------------------------------*/
.dnnForm .ui-resizable {
    position: relative;
}

.dnnForm .ui-resizable-handle {
    position: absolute;
    display: block;
    z-index: 99999;
    font-size: 0.1px;
}

.dnnForm .ui-resizable-disabled .ui-resizable-handle,
.dnnForm .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.dnnForm .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.dnnForm .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.dnnForm .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.dnnForm .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.dnnForm .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.dnnForm .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
/*	

/*-------------------------------------*/
/* FORM ITEMS
/*-------------------------------------*/
.dnnForm {
    width: 100%;
}

    .dnnForm fieldset {
        clear: none;
        position: relative;
        margin-bottom: 18px;
        text-align: left;
    }

        .dnnForm fieldset fieldset {
            width: 100%;
        }

    .dnnForm .dnnFormItem {
        clear: both;
        width: 100%;
        display: block;
        position: relative;
        text-align: left;
    }

/* Label */
.dnnTooltip {
    position: relative;
    display: block;
    width: 32.075%;
    margin-right: 18px;
}

.dnnHelperTip {
    position: relative;
    display: block;
}

.dnnDragdropTip {
    z-index: 10000;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 10px;
    padding-left: 30px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.75) url(/images/pin-icn.png) no-repeat 7px 12px;
    font-size: 11px;
    color: #DDD;
    text-align: left;
}

span.dnnFormRequired:after,
div.dnnFormItem.dnnFormRequired > div.dnnLabel span:after {
    content: "*";
    display: inline-block;
    margin: 0 0 0 5px;
    color: Red;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span {
    display: inline-block;
    width: auto;
    margin: 6px 5px 6px 5px;
}

/* Help Label */
a.dnnFormHelp,
.dnnForm .dnnFormItem a.dnnFormHelp,
.dnnTooltip label a.dnnFormHelp {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

a.dnnFormHelp {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 14px;
    height: 15px;
    background: url(/images/helpI-icn-grey.png) no-repeat left 2px;
    padding: 0 !important;
    margin: 0 !important;
}

.dnnLabel {
    display: inline-block;
    float: left;
    position: relative;
    width: 32.075%;
    padding-right: 20px;
    margin-right: 18px;
    overflow: visible;
    text-align: right;
}

.dnnFormItem > .dnnLabel {
    margin-top: 5px;
}

.dnnLabel > span {
    text-align: right;
}

.dnnForm .dnnFormItem a.dnnFormHelp span {
    position: relative;
}

.dnnForm .dnnFormItem a.dnnFormHelp img {
    display: block;
}

.dnnLabel + span {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    white-space: pre-line;
}

/* Compatible with some old forge modules */
td > .dnnLabel {
    width: 220px;
}

/* Help tooltip */
.dnnTooltip .dnnFormHelpContent,
.dnnHelperTip .dnnFormHelpContent {
    visibility: hidden;
    z-index: 10;
    position: absolute;
    width: 200px;
    padding: 10px;
    padding-left: 30px;
    border-radius: 3px;
    background: rgba(0,0,0,0.75);
    font-size: 11px;
    color: #ddd;
    text-align: left;
}

.dnnFormHelpContent span {
    display: block;
}

.dnnTooltip .dnnFormHelpContent span:after,
.dnnHelperTip .dnnFormHelpContent span:after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: -7px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}

a.pinHelp {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background: url(/images/pin-icn.png) no-repeat 0 0;
}

    .ui-draggable a.pinHelp,
    a.pinHelp:hover {
        opacity: 1;
    }

/* Error tooltip */
.dnnFormItem span.dnnFormMessage.dnnFormError {
    display: block;
    position: absolute;
    overflow: visible;
    /*top:-95%; right: 12%;*/
    bottom: 95%;
    right: 12%;
    width: 200px;
    margin-bottom: 0;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background: rgba(255,0,0,0.75);
    font-size: 12px;
    color: #fff;
    text-align: left;
}

    .dnnFormItem span.dnnFormMessage.dnnFormError:after {
        position: absolute;
        bottom: -7px;
        left: 15px;
        content: "";
        width: 0;
        height: 0;
        opacity: 0.75;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid red;
    }

/* Input Types*/
.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea {
    width: 45%;
    max-width: 445px;
}

.dnnFormItem select {
    width: 47%;
}

    .dnnFormItem select option {
        color: #333;
    }

.dnnFormItem table {
    background: none;
}

/* Input Customised Checkbox*/

.dnnCheckbox {
    display: inline-block;
    cursor: pointer;
}

    .dnnCheckbox .mark {
        display: inline-block; /*margin-top: 3px;*/
    }

    .dnnCheckbox img {
        display: inline-block;
        width: 20px;
        height: 18px;
        min-width: 20px;
        vertical-align: middle;
    }

    .dnnCheckbox img {
        background: transparent url(/images/checkbox.png) no-repeat;
    }

    .dnnCheckbox img {
        background-position: 0px 0px;
    }

.dnnCheckbox-hover img {
    background-position: 0px 0px;
}

.dnnCheckbox-checked img {
    background-position: -51px 0px;
}

.dnnCheckbox-disabled img {
    opacity: .5;
}

.dnnCheckbox-checked-error img {
    background-position: -150px 0px;
}

.dnnCheckbox-error img {
    background-position: -100px 0px;
}
.dnnCheckbox-focus {
	background-color: #e3e3e5;
}
.dnnBoxLabel{ display: inline-block;}
/* normal checkbox fix */
.dnnFormItem input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 8px 0 4px 0;
}

/* Input Customised Radiobutton */

.dnnRadiobutton {
    display: inline-block;
    cursor: pointer;
}

    .dnnRadiobutton .mark {
        display: inline-block;
    }

    .dnnRadiobutton img {
        width: 20px;
        height: 18px;
        min-width: 20px;
        vertical-align: middle;
    }

    .dnnRadiobutton img {
        background: transparent url(/images/radiobutton.png) no-repeat;
    }

    .dnnRadiobutton img {
        background-position: 0px 0px;
    }

.dnnRadiobutton-hover img {
    background-position: 0px 0px;
}

.dnnRadiobutton-checked img {
    background-position: -50px 0px;
}

.dnnRadiobutton-disabled img {
    opacity: .5;
}

.dnnRadiobutton-checked-error img {
    background-position: -150px 0px;
}

.dnnRadiobutton-error img {
    background-position: -100px 0px;
}
.dnnRadiobutton-focus {
	background-color: #e3e3e5;
}
/* Input RadioButton group */
div.dnnFormRadioButtons,
div.dnnHSRadioButtons,
span.dnnFormRadioButtons,
span.dnnHSRadioButtons {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}

table.dnnFormRadioButtons {
    background-color: #f0f0f0;
    margin-bottom: 5px;
}

.RadComboBox_Default .rcbInput {
    width: 100% !important;
}

/* general group*/
div.dnnFormGroup {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    width: 65%;
}

/* Input Customised Spinner */
.dnnSpinner {
    display: inline-block;
    position: relative;
    width: 150px;
    padding: 6px 6px;
    *overflow: visible;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
}

.dnnFormItem .dnnSpinner {
    width: 45%;
    margin-bottom: 18px;
}

.dnnSpinnerDisplay {
    margin: 0 25px 0 8px;
    background: transparent;
    color: #999;
}

.dnnFormItem .dnnSpinnerDisplay > input[type="text"],
.dnnFormItem .dnnSpinnerDisplay > input[type="text"]:focus {
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.dnnSpinnerCtrl {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    background-color: transparent;
    border-left: 1px solid #c9c9c9;
}

    .dnnSpinnerCtrl > a.dnnSpinnerTopButton {
        display: block;
        width: 25px;
        height: 16px;
        background: transparent url(/images/dnnSpinnerUpArrow.png) no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .dnnSpinnerCtrl > a.dnnSpinnerBotButton {
        display: block;
        width: 25px;
        height: 16px;
        background: transparent url(/images/dnnSpinnerDownArrow.png) no-repeat;
        background-position: center;
        cursor: pointer;
    }

/* Input Customised Tags */
div.dnnTagsInput {
    display: inline-block;
    margin: 0;
    padding: 5px 0 0 5px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.dnnFormItem .dnnTagsInput {
    width: 45%;
}

div.dnnTagsInput span.tag {
    display: block;
    float: left;
    padding: 2px 6px 2px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #888;
    cursor: pointer;
    background-color: #eee;
}

    div.dnnTagsInput span.tag:hover {
        background-color: #e8f1fa;
        color: #444;
    }

    div.dnnTagsInput span.tag a {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 6px 0 0 0;
        background: transparent url(/images/dnnTagClose.png) no-repeat;
        background-position: center;
    }

div.dnnTagsInput > div > input,
div.dnnTagsInput > div > input:focus {
    border: none;
    background: transparent;
    outline: none;
    font-weight: normal;
    font-family: helvetica;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    height: 19px;
    padding: 3px 0 3px 3px;
    margin-bottom: 5px;
}

div.dnnTagsInput > div > input::-ms-clear {
  display: none;
}

div.dnnTagsInput div {
    display: block;
    float: left;
}

    div.dnnTagsInput div.dnnTags_filter {
        float: right;
        position: relative;
        margin: 0 0 5px 5px;
    }

        div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label {
            display: inline-block;
            border-left: 1px solid #ccc;
            padding: 3px 15px 0 10px;
            margin-right: 3px;
            color: #999;
            cursor: pointer;
            background: url(/images/dnnSpinnerDownArrow.png) no-repeat;
            background-position: right center;
            height: 22px;
        }

            div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label.dnnExpanded {
                color: #666;
                background: url(/images/dnnSpinnerUpArrow.png) no-repeat;
                background-position: right center;
            }

        div.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl {
            display: none;
            position: absolute;
            list-style-type: none;
            background: #fff;
            border: 1px solid #c9c9c9;
            right: 22px;
            top: 28px;
            margin: 0;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 2px 0px 0px #bbb;
            box-shadow: 0px 2px 0px 0px #bbb;
            z-index: 15;
        }

.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li {
    white-space: nowrap;
    padding: 6px 12px 6px 8px;
    border-top: 1px solid #c9c9c9;
    list-style: none;
    color: #666;
    min-width: 150px;
}

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:first-child {
        border-top: none;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:hover {
        background-color: #e8f1fa;
        color: #333;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > input {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        cursor: pointer;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > span.dnnCheckbox {
        margin-right: 8px;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > label {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }

div.dnnTagsInput div.dnnTags_filter a.dnnSearchButton {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/images/search/searchButton.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    cursor: pointer;
    margin: 4px 5px 0 4px;
}

.dnnTagsClear {
    clear: both;
    width: 100%;
    height: 0px;
}

div.dnnTagsInput > div > input.dnnTagsInvalid {
    display: block;
    float: left;
    margin-right: 5px;
    border: none;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FBD8DB; /*light red*/
    cursor: pointer;
    font-size: 12px;
    color: #90111A !important; /* dark red*/
    text-decoration: none; 
}

/* DNN Auto Complete */
.dnn_acResults {
    padding: 0px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    overflow: hidden;
    z-index: 900001;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    min-width: 150px;
}

    .dnn_acResults ul {
        margin: 0px;
        padding: 0px;
        list-style-position: outside;
        list-style: none;
    }

        .dnn_acResults ul li {
            margin: 0px;
            padding: 6px 22px 6px 22px;
            border-top: 1px solid #c9c9c9;
            color: #666;
            cursor: pointer;
            display: block;
            overflow: hidden;
            color: #333;
        }

            .dnn_acResults ul li:first-child {
                border-top: none;
            }

.dnn_acLoading {
}

.dnn_acSelect {
    background-color: #e8f1fa;
    color: #333;
}

/* Form Item */
.dnnFormMessage .dnnLabel {
    float: none;
    width: 90%;
    text-align: left;
}

/* Pane header */
.dnnFormSectionHead span {
    font-size: 18px;
    color: #222;
}

/* Progressbar*/
.dnnProgressbar {
    height: 25px !important;
    padding: 18px 10px 0 10px;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #f0f2f1 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f2f1), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f2f1 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #f0f2f1 0%,#fff 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.25), 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.25), 0px 1px 0px 0px #fff;
}

.ui-progressbar {
    height: 10px !important;
    overflow: hidden;
    background-color: #ccc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbb;
    box-shadow: inset 0px 1px 0px 0px #bbb;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: 0;
        height: 100%;
        background-color: #1a82f7;
        background: -moz-linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2b7fda), color-stop(100%,#3fbdff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* W3C */
    }

/* Button Dropdown */
.dnnDropdownSettings {
    position: relative;
    height: 30px !important;
}

.dnnButtonDropdown {
    width: 50px;
    height: 30px !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
}

.dnnButtonIcon, .dnnButtonArrow {
    display: inline-block;
    height: 30px !important;
}

.dnnButtonIcon {
    width: 32px;
}

.dnnButtonArrow {
    width: 10px;
    background: transparent url(/images/dnnSpinnerDownArrow.png) no-repeat center;
}

.dnnButtonDropdown-clicked {
    z-index: 100;
    position: absolute;
    width: 50px;
    height: 30px !important;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-bottom: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.dnnButtonDropdown-ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 29px;
    left: 0;
    width: 200px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    list-style-type: none;
}

    .dnnButtonDropdown-ul > li, .dnnButtonDropdown-ul > ul > li {
        padding: 8px;
        border-bottom: 1px solid #c9c9c9;
        color: #333;
        cursor: pointer;
        vertical-align: middle;
        list-style: none;
        margin: 0;
    }
	.dnnButtonDropdown-ul > ul{ margin: 0;}
	.dnnButtonDropdown-ul > ul > li{ padding-left: 16px;}

        .dnnButtonDropdown-ul > li:last-child {
            border-bottom: none !important;
        }

        .dnnButtonDropdown-ul > li:hover {
            background-color: #e8f1fa;
            color: #000;
        }

/* Button Group */
ul.dnnButtonGroup {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    list-style: none;
}

    ul.dnnButtonGroup > li {
        display: block;
        float: left;
        border-left: 1px solid #c9c9c9;
        margin: 0;
    }

        ul.dnnButtonGroup > li:hover {
            background-color: #e8f1fa;
        }

        ul.dnnButtonGroup > li.dnnButtonGroup-first {
            display: none;
        }

            ul.dnnButtonGroup > li.dnnButtonGroup-first + li {
                border-left: none;
            }

        ul.dnnButtonGroup > li > a {
            display: inline-block;
            padding: 7px 7px 6px 7px;
            text-decoration: none;
            color: #333;
        }

    ul.dnnButtonGroup span {
        color: #333;
    }


/* Grouped Multi Input */
.dnnFormItem .dnnInputGroup {
    float: left;
    display: block;
    width: 32.075%;
    padding: 5px;
    margin-bottom: 18px;
    background: rgba(0,0,0,0.05); /* opaque black */
}

    .dnnFormItem .dnnInputGroup .dnnLeft {
        width: 100%;
    }

    .dnnFormItem .dnnInputGroup span {
        display: inline-block;
        width: 33%;
        text-align: right;
    }

/* Error Styles */
.dnnFormError label a span {
    color: red;
}

.dnnFormError input[type="text"],
.dnnFormError input[type="password"],
.dnnFormError input[type="email"],
.dnnFormError input[type="tel"],
.dnnFormError select,
.dnnFormError textarea {
    border: 1px solid red;
}


/* Tertiary Actions */
.dnnFormItem input[type="text"] + .dnnTertiaryAction,
.dnnFormItem input[type="password"] + .dnnTertiaryAction,
.dnnFormItem input[type="email"] + .dnnTertiaryAction,
.dnnFormItem input[type="tel"] + .dnnTertiaryAction,
.dnnFormItem select + .dnnTertiaryAction {
    display: inline-block;
    max-width: 60px;
}

/* Information Feedback Aside */
.dnnForm fieldset.dnnFormInformation {
    float: left;
    width: 32.075%;
    margin-left: 16px;
    padding: 18px 0;
    background: rgba(0,0,0,0.05);
}

.dnnFormItem textarea {
    min-height: 80px;
}

.dnnAddress input[type="checkbox"] {
    margin: 0 5px;
}

/* Required Fields */
.dnnFormRadioButtons {
    float: left;
    display: block;
    width: auto;
}

    .dnnFormRadioButtons input[type=radio] {
        float: none;
    }

    .dnnFormRadioButtons label,
    .dnnFormItem input[type=radio] + label {
        float: none;
        display: inline;
        width: auto;
        padding-right: 0;
        margin: 0 10px 0 0;
        text-align: left;
        font-weight: normal;
    }

/* Text Editor */
.dnnTextEditor {
    margin-bottom: 18px;
}

/* Action Items */
.dnnActions {
    float: none;
    clear: both;
    display: block; /* prevent ul from collapsing */
    margin: 0;
    padding-top: 18px;
    text-align: left;
}

    .dnnActions li {
        float: left;
        margin-right: 5px;
        list-style: none;
    }

.dnnLoginActions {
    display: inline-block;
}

/* Short Form */
.dnnForm.dnnShortForm .dnnFormItem label {
    float: none;
    width: 100%;
    margin-bottom: 0.25em;
    text-align: left;
}

.dnnForm.dnnShortForm .dnnFormItem input,
.dnnForm.dnnShortForm .dnnFormItem select,
.dnnForm.dnnShortForm .dnnFormItem textarea {
    float: none;
    text-align: left;
}

.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp {
    background-position: left;
    padding-left: 22px;
}

/* UI Helpers */
.dnnForm .ui-helper-hidden {
    display: none;
}

.dnnForm .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

/* Interaction Cues */
.dnnForm .ui-state-highlight,
.dnnForm .ui-widget-content .ui-state-highlight,
.dnnForm .ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c;
    color: #363636;
}

    .dnnForm .ui-state-highlight a,
    .dnnForm .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.dnnForm .ui-state-error,
.dnnForm .ui-widget-content .ui-state-error,
.dnnForm .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900;
    color: #ffffff;
}

    .dnnForm .ui-state-error a,
    .dnnForm .ui-widget-content .ui-state-error a,
    .dnnForm .ui-widget-header .ui-state-error a {
        color: #ffffff;
    }

.dnnForm .ui-state-error-text,
.dnnForm .ui-widget-content .ui-state-error-text,
.dnnForm .ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.dnnForm .ui-priority-primary,
.dnnForm .ui-widget-content .ui-priority-primary,
.dnnForm .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.dnnForm .ui-priority-secondary,
.dnnForm .ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.dnnForm .ui-state-disabled,
.dnnForm .ui-widget-content .ui-state-disabled,
.dnnForm .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.dnnForm .ui-draggable {
    cursor: move;
}

/* Corner radius */
.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-left,
.dnnForm .ui-corner-tl {
    border-radius: 4px;
}

.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-right,
.dnnForm .ui-corner-tr {
    border-radius: 4px;
}
/*-------------------------------------*/
/* MODULE TITLE - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.ModuleTitle_MenuContainer {
    border: 1px solid blue;
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/*-------------------------------------*/
/* MAIN MENU - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.MainMenu_MenuContainer {
    border: 1px solid green;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*-------------------------------------*/
/* POPUP */
/*-------------------------------------*/

/* Popup Menu */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
	z-index: 9999;
}

.dnnFormPopup {
    position: absolute;
    padding: 18px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
	z-index: 100000;
}
    /* Popup header */
    .dnnFormPopup .ui-dialog-titlebar {
        position: relative;
        padding: 0 0 18px 0;
        border-bottom: 1px solid #ddd;
        cursor: move;
        font-size: 18px;
        font-weight: bold;
    }

    .dnnFormPopup .dnnModalCtrl {
        display: block;
        position: absolute;
        top: -30px;
        right: -30px;
        width: 69px;
        height: 26px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        box-shadow: 0px 0px 5px #666;
    }

        .dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
            float: right;
            display: block;
            height: 18px;
            width: 30px;
            margin: 4px 4px 0 1px;
            overflow: hidden;
            -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px;
	        border: none;
	        outline: none;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            background: #585858 url(/images/closeBtn.png) no-repeat;
            background-position: 8px 4px;
            text-indent: -9999em;
	        min-width: 0 !important;
        }

            .dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close:hover {
                background: #358EEA url(/images/closeBtn.png) no-repeat;
                background-position: 8px 4px;
	            cursor: pointer;
            }

        .dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
            float: left;
            display: block;
            height: 18px;
            width: 30px;
            margin: 4px 0 0 4px;
            overflow: hidden;
            -webkit-border-top-left-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            background: #585858 url(/images/resizeBtn.png) no-repeat;
            background-position: 10px 2px;
            text-indent: -9999em;
        }

            .dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover {
                background: #358EEA url(/images/resizeBtn.png) no-repeat;
                background-position: 10px 2px;
            }

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    height: 24px;
    width: 24px;
    margin: 0px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #585858 url(/images/closeBtn.png) no-repeat;
    background-position: 4px 4px;
    border: 3px solid #fff;
    text-indent: -9999em;
	min-width: 0 !important;
}

/* Poup Iframe styles*/
.dnnFormPopup #iPopUp {
    width: 100%!important; /* to overwrite inline javscript styles */
    padding-top: 10px;
}

.dnnFormPopup .ui-dialog-content, #iPopUp .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0px;
    overflow: auto;
    background: #fff;
    zoom: 1;
}

.dnnFormPopup .ui-dialog-buttonpane {
    margin: .5em 0 0 0;
    padding: .3em 1em 0em 0em;
    overflow: hidden;
    border-width: 1px 0 0 0;
    background-image: none;
    text-align: left;
    border-top: 1px solid #ddd;
}

    .dnnFormPopup .ui-dialog-buttonpane button {
        margin: 0.5em 0.4em 0.5em 0em;
        padding: 0.5em 1em;
        cursor: pointer;
        border: none;
        outline: none;
    }

.dnnFormPopup .ui-resizable-se {
    float: right;
    height: 24px;
    width: 24px;
    background: url(/images/modal-resize-icn.png) no-repeat bottom;
}

.dnnFormPopup .dnnDialog {
    padding: 10px;
}

.dnnLoading {
    background: #fff url(/images/loading.gif) no-repeat center center;
    position: absolute;
    z-index: 9999;
}

/*-------------------------------------*/
/* URL ACTION */
/*-------------------------------------*/
.urlControl label {
    width: auto;
    margin-top: 0;
    font-weight: normal;
}

.urlControlLinkType {
    width: auto;
}

    .urlControlLinkType span,
    .dnnFormItem .urlControlLinkType span {
        float: none;
        display: block;
        width: auto;
        text-align: left;
    }

.dnnFormItem .ucLinkTypeRadioButtons label {
    display: inline-block;
    width: 260px;
    padding-right: 0;
    margin-top: 0;
    font-weight: normal;
    text-align: left;
}

.urlControlLinkType span input {
    min-width: 3%;
}

.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label {
    text-align: left;
}

.urlControlFileRow {
    clear: both;
}

    .urlControlFileRow span.dnnFormLabel {
        width: auto;
        text-align: right;
    }

    .urlControlFileRow select, .urlControlFileRow input[type=file] {
        clear: both;
    }

.urlControlImagesRow {
    overflow: hidden;
    clear: both;
}

    .urlControlImagesRow span.dnnFormLabel {
        width: auto;
        text-align: right;
    }

    .urlControlImagesRow select {
        clear: both;
    }

/*-------------------------------------*/
/* WIZARD TABS STEPS
/*-------------------------------------*/

/* Jquery UI tabs base */
.dnnWizardTab.ui-tabs {
    position: relative;
    padding: 0;
}

    .dnnWizardTab.ui-tabs .ui-tabs-nav {
        display: block;
        height: 46px;
        margin: 0;
        padding: 0;
        background: transparent url(/images/InstallWizardBG.png) repeat-x;
    }

        .dnnWizardTab.ui-tabs .ui-tabs-nav li {
            float: left;
            position: relative;
            margin: 0;
            padding: 0;
            border-bottom: 0 !important;
            list-style: none;
            white-space: nowrap;
        }

            .dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: 0;
            }

                .dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
                .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
                .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .dnnWizardTab.ui-tabs .ui-tabs-nav li a,
            .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer;
            }

    .dnnWizardTab.ui-tabs .ui-tabs-panel {
        clear: both;
        display: block;
        padding: 3em 1em 1.4em;
        border-width: 0;
        background: none;
    }

    .dnnWizardTab.ui-tabs .ui-tabs-hide {
        display: none !important;
    }

    .dnnWizardTab.ui-tabs .ui-tabs-nav li a {
        display: block;
    }

.dnnWizardStep > span {
    display: block;
    float: left;
}

.dnnWizardStep {
    height: 46px;
    padding: 0 0 0 20px;
    background: transparent url(/images/InstallWizardBG.png) repeat-x;
    background-position: 0 0;
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav li:first-child .dnnWizardStep {
    padding-left: 30px;
}

.dnnWizardStepNumber {
    margin: 10px 10px 0 0;
    padding: 3px 8px 3px 8px;
    background-color: #999;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    font-weight: bold;
}

.dnnWizardStepTitle {
    margin: 13px 20px 0 0;
    color: #999;
    font-weight: bold;
    text-decoration: none;
}

.dnnWizardStepArrow {
    width: 25px;
    height: 46px;
    background: transparent url(/images/InstallWizardBG.png) no-repeat;
    background-position: 0 -401px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStep {
    height: 46px;
    background-position: 0 -100px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepNumber {
    background-color: #333;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepTitle {
    color: #333;
}

.dnnFormExpandContent {
    margin: 10px 0;
}

    .dnnFormExpandContent > a {
        color: #333;
        font-size: 13px;
        font-weight: bold;
    }
/*-------------------------------------*/
/* DNN SIMPLE GRID
/*-------------------------------------*/

table.dnnPermissionsGrid,
table.dnnGrid,
table.dnnASPGrid {
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
}

    table.dnnPermissionsGrid {
        color: #777;
    }

    table.dnnPermissionsGrid tr.dnnGridHeader td {
        padding: 4px 4px 4px 4px;
        vertical-align: middle;
        line-height: 120%;
        text-align: center;    
    }

    table.dnnPermissionsGrid tr.dnnGridItem td,
    table.dnnPermissionsGrid tr.dnnGridAltItem td {
        padding: 5px 4px 5px 4px;
        border-top: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        width: 70px;
        text-align: center;
    }

    table.dnnPermissionsGrid tr.dnnGridItem td.permissionHeader,
    table.dnnPermissionsGrid tr.dnnGridAltItem td.permissionHeader {
        border-right: 1px solid #c9c9c9;
        text-align: left;
        padding-left: 10px;
        width: 150px;
    }

    table.dnnPermissionsGrid tr.dnnGridHeader td.permissionHeader {
        padding-left: 10px;
        text-align: left;
    }

    .dnnPermissionsGrid > .dnnFormItem label {
        margin-right: 8px;        
        color: #777;
    }

    .dnnPermissionsGrid > .dnnFormItem select {
        width: 25%;
        margin: 0 5px 5px 0;
        min-width: 180px;
        color: #777;
    }

    .dnnPermissionsGrid > .dnnFormItem input {        
        margin-bottom: 0;
        height: 17px;
        color: #777;
        width: 25%;
    }
    .dnnPermissionsGrid > .dnnFormItem ul.token-input-list-facebook {
        display: inline-block;
        vertical-align: top;
    }

    .dnnPermissionsGrid > .dnnFormItem > .leftGroup {
        margin-right: 35px;
        float:left;
    }

    .dnnPermissionsGrid > .dnnFormItem >  .rightGroup {
        float: left;
    }

    .dnnPermissionsGrid > .dnnFormItem >  .rightGroup  > .dnnSecondaryAction {
        position: absolute;
    }

    .dnnPermissionsGrid > .dnnFormItem {
        margin-bottom: 18px;
        overflow: auto;     
    }

.dnnGridHeader td, thead.dnnGridHeader th,  tr.dnnGridHeader th{
    padding: 6px 12px 6px 12px;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: #f0f2f1;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
}

.dnnGridItem td, .dnnGridAltItem td {
    padding: 6px;
    border-right: 1px solid #c9c9c9;
}

    .dnnGridItem td input, .dnnGridAltItem td input {
        margin-bottom: none;
    }

.dnnGridAltItem {
    background: #F2F2F2;
}

    .dnnGridItem:hover, .dnnGridAltItem:hover {
        background-color: #e8f1fa;
    }

/* td > input[type="image"],
    td > input[type="image"] + a,
    td a > img{
        display:block;
        float: left;
        margin-right: 3px;
    } */

/*-------------------------------------*/
/* URL Control
/*-------------------------------------*/

.urlControl {
    float: left;
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

    .urlControl select,
    .urlControl input {
        width: 180px;
        margin-bottom: 10px;
    }

    .urlControl dnnFormItem > a.dnnSecondaryAction {
        margin: 10px 10px 0 0;
        float: left;
    }

    .urlControl .urlControlLinkType {
        float: left;
        width: 100%;
    }

        .urlControl .urlControlLinkType .dnnFormLabel {
            float: left;
            width: auto;
            margin-right: 5px;
        }

        .urlControl .urlControlLinkType input[type="radio"] {
            width: auto;
            margin-right: 5px;
        }

/*-------------------------------------*/
/* File Picker
/*-------------------------------------*/
span[id$="FileControl"] {
    display: block;
    float: left;
}

.dnnFilePicker {
    display: block;
    float: left;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 15px 0 15px;
    width: 450px;
}

    .dnnFilePicker .dnnLeft {
        margin: 0;
        padding: 0;
        margin-top: -30px;
    }

    .dnnFilePicker dnnFormItem {
        margin: 0;
        margin-top: -10px;
        padding: 0;
        position: static;
    }

    .dnnFilePicker .dnnLeft img {
        max-width: 135px;
        max-height: 100px;
    }

    .dnnFilePicker .dnnLeft .dnnFilePickerImageHolder {
        width: 135px;
        height: 100px;
        background-color: #ccc;
        margin: 20px 15px;
    }

    .dnnFilePicker .dnnFormItem span {
        display: block;
        float: left;
        width: 40px;
        margin-top: 8px;
        padding-left: 5px;
        text-align: left;
    }

    .dnnFilePicker select,
    .dnnFilePicker input {
        width: 200px;
        margin: 0;
        margin-right: 10px;
        float: none;
    }

    .dnnFilePicker .dnnLeft a.dnnSecondaryAction {
        margin: 10px 10px 0 0;
        display: inline-block;
    }

    .dnnFilePicker .dnnLeft img {
        display: block;
        margin: 20px 15px;
    }

/* FILE UPLOAD CSS */
span.dnnInputFileWrapper > input[type="file"] { /* force file upload style here, cause some module just override */
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    height: 100%;
	font-size: 200px;
}

span.dnnInputFileWrapper { /* Notes(by Richard): here must set !important */
    overflow: hidden !important;
    margin: 0px 4px 0 0;
    width: auto !important;
    display: block !important;
    float: left !important;
	position: relative;
}

    span.dnnInputFileWrapper > span.dnnSecondaryAction {
        display: inline-block;
        float: none;
        width: auto;
    }

/* DNN DRAG n DROP FILE PICKER UPLOAD */
.dnnFileUploadScope {
    display: block;
    float: left;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
    width: 500px;
}

    .dnnFileUploadScope .dnnLeft {
        margin: 0;
        padding: 15px 10px 15px 10px;
    }

        .dnnFileUploadScope .dnnLeft .dnnFormItem {
            margin-bottom: 10px;
        }

    .dnnFileUploadScope .dnnFormItem span, .urlControlTab .dnnFormItem > span {
        display: block;
        float: left;
        width: 40px;
        margin-top: 8px;
        padding-left: 5px;
        text-align: left;
    }

    .dnnFileUploadScope .dnnFormItem .dnnDropDownList span {
        margin: 0;
        width: auto;
    }

    .dnnFileUploadScope .dnnFormItem .RadComboBox_Default,  .dnnFileUploadScope .dnnFormItem .dnnDropDownList{
        width: 180px;
        margin: 0;
        float: none;
    }

    .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone {
        position: relative;
        margin: 0;
        width: 180px;
        height: 150px;
        background: #d9eeff;
        border: 1px dashed #bbb;
        box-shadow: 0px 1px 0px #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #4577a2;
    }

        .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone span {
            display: block;
            position: absolute;
            left: 38px;
            top: 60px;
            color: #fff;
            font-size: 12px;
            background: rgba(0,0,0,0.5);
            padding: 5px 7px;
            border-radius: 3px;
            box-shadow: 0px 1px 0px #fff, inset 1px 1px 0px #555;
            opacity: 0.5;
            cursor: default;
            -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -ms-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

        .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone:hover span {
            opacity: 1;
        }

input.dnnFixedSizeComboBox {
    width: 200px !important;
    margin-right: 10px;
    float: left;
}

div.dnnFixedSizeComboBox {
    width: 218px !important;
    margin-right: 15px;
    float: left;
}

.dnnFixedSizeComboBox + a.dnnSecondaryAction {
    float: left;
    margin-right: 10px;
}

input.dnnSmallSizeComboBox {
    width: 100px !important;
    margin-right: 10px;
    float: left;
}

div.dnnSmallSizeComboBox {
    width: 118px !important;
    margin-right: 15px;
    float: left;
}

.dnnSmallSizeComboBox + a.dnnSecondaryAction {
    float: left;
    margin-right: 10px;
}

td.dnnGridHeaderTD-NoBorder {
    border-right: none !important;
}

tr.dnnGridItem td, tr.dnnGridAltItem td {
    border-right: none;
}

    tr.dnnGridItem td input {
        margin-bottom: 0;
    }

/*-------------------------------------*/
/* ACCORDIAN
/*-------------------------------------*/
h2.dnnFormSectionHead {
    margin-top: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03em;
}

    h2.dnnFormSectionHead a {
        display: block;
        padding-left: 3px;
        background: url(/images/down-icn.png) no-repeat right 50%;
        text-decoration: none;
        color: #333;
        font-size: 18px;
        letter-spacing: normal;
        font-weight: normal;
    }

        h2.dnnFormSectionHead a:hover {
            color: #222;
            background: rgba(2,139,255,0.05) /* blue */ url(/images/down-icn.png) no-repeat right 50%;
        }

        h2.dnnFormSectionHead a.dnnSectionExpanded {
            background: url(/images/up-icn.png) no-repeat right 50%;
            color: #222;
        }

            h2.dnnFormSectionHead a.dnnSectionExpanded:hover {
                color: #222;
                background: rgba(2,139,255,0.05) /* blue */ url(/images/up-icn.png) no-repeat right 50%; /* ACTIVE BLUE */
            }

/*-------------------------------------*/
/* VERTICAL TABS */
/*-------------------------------------*/
.dnnVerticalTabs {
    margin-left: 0;
}

    .dnnVerticalTabs li {
        list-style: none;
    }

        .dnnVerticalTabs li a {
            display: block;
            padding: 15px 15px;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            background: rgba(0, 0, 0, 0.04);
            color: #999;
            text-decoration: none;
        }

            .dnnVerticalTabs li a:hover {
                background: rgba(0, 0, 0, 0.06);
                color: #333;
            }

        .dnnVerticalTabs li.active a {
            background: none;
            color: #333;
            border-right: 1px solid transparent;
        }

.tabBody {
    display: none;
}

/*-------------------------------------*/
/* SCROLL BAR */
/*-------------------------------------*/

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background: #ccc;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    background: #ccc;
}

    .jspVerticalBar *,
    .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: transparent;
    position: relative;
}

.jspVerticalBar .jspTrack {
    width: 10px;
    margin: 0 0 0 3px;
}

.jspHorizontalBar .jspTrack {
    height: 5px;
    margin: 3px 0 3px 0;
}

.jspVerticalBar .jspCap {
    display: block;
    height: 3px;
    width: 11px;
}

.jspHorizontalBar .jspCap {
    display: block;
    width: 3px;
    height: 11px;
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    opacity: .75;
    background: #000;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 5px;
}

/*-------------------------------------*/
/* UPGRADE FIXES */
/*-------------------------------------*/

/* Compatible with some old forge modules---*/
div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons label {
    display: inline !important;
}

div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNAnnouncementsC .urlControl label, div.ModDNNLinksC .urlControl label {
    display: inline !important;
}

div.ModDNNFAQsC .Normal {
    width: auto !important;
}

div.ModDNNFeedbackC .dnnFormItem > label {
    display: inline-block;
    width: 33%;
    text-align: right;
}

div.ModDNNUserDefinedTableC div.RadEditor {
    height: auto !important;
}

div.ModDNNUserDefinedTableC ul.dnnActions {
    display: block;
}

div.ModDNNIFrameC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNIFrameC table.Normal td .dnnLabel {
    width: 100px;
}

div.ModDNNIFrameC table.Normal td span.dnnRadiobutton {
    margin: 5px 0 0 30px;
}

div.ModDNNLinksC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

/*-------------------------------------*/
/* GENERIC CLASSES */
/*-------------------------------------*/
.left {
    float: left;
}

.right {
    float: right;
}

.dnnLeft {
    float: left;
}

.dnnRight {
    float: right;
}

.dnnClear {
    clear: both;
}

    .dnnClear:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

* + html .dnnClear {
    min-height: 1%;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft {
    text-align: left;
}

.DNNAlignright {
    text-align: right;
}

.DNNAligncenter {
    text-align: center;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane {
    width: 0px;
}

/* style to apply if the content should be hidden */
.Hidden {
    display: none;
}
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
/*Edit In Place Tool Bar Classes*/
.eipbackimg {
	position:absolute;
	margin-top:-32px;
	white-space:nowrap;
	background:url(/images/eip_toolbar.png) repeat-x;
	height:32px;
	z-index: 1;
}
.eipbackimg.editMode {
	border: 1px solid #777777 !important;
	background: -moz-linear-gradient(top, #303030 0%, #191919 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#191919)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #303030 0%,#191919 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #303030 0%,#191919 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #303030 0%,#191919 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #303030 0%,#191919 100%) !important; /* W3C */
	opacity: 0.8;
}
.eipbackimg.containerTitle {
	margin-top: -8px;
}
.eipbackimg.containerTitle.editMode {
	left: auto;
	right: 0px;
	margin-top: 2px;
	background: none !important;
	border: none !important;
}
.eipbuttonbackimg{
	width: 32px;
	height: 32px; 
	cursor: pointer;
	float:left;
	background: url(/images/eip_toolbar.png) no-repeat;
	
}
.eipbackimg.editMode .eipbuttonbackimg {
	border-left: 1px solid #1f1f1f;
	border-right: 1px solid #393939;
	opacity: 0.5;
}

.eipbackimg.editMode.containerTitle .eipbuttonbackimg {
	border: none;
	opacity: 1;
}

.eipbuttonbackimg.eipbutton_cancel{ background-position: -32px 0;}
.eipbuttonbackimg.eipbutton_bold{ background-position: -64px 0;}
.eipbuttonbackimg.eipbutton_italic{ background-position: -96px 0;}
.eipbuttonbackimg.eipbutton_underline{ background-position: -128px 0;}
.eipbuttonbackimg.eipbutton_justifyleft{ background-position: -160px 0;}
.eipbuttonbackimg.eipbutton_justifycenter{ background-position: -192px 0;}
.eipbuttonbackimg.eipbutton_justifyright{ background-position: -224px 0;}
.eipbuttonbackimg.eipbutton_orderedlist{ background-position: -256px 0;}
.eipbuttonbackimg.eipbutton_unorderedlist{ background-position: -288px 0;}
.eipbuttonbackimg.eipbutton_outdent{ background-position: -320px 0;}
.eipbuttonbackimg.eipbutton_indent{ background-position: -352px 0;}
.eipbuttonbackimg.eipbutton_createlink{ background-position: -384px 0;}

.eipbackimg.containerTitle .eipbutton_cancel {
	background: url(/images/eip_title_cancel.png) no-repeat center center;
}

.eipbutton_edit {
	background: url(/images/eip_edit.png) no-repeat 100% center;
	float:left;
}

.eipbutton_save {
	background: url(/images/eip_save.png) no-repeat 100% center;
	float:left;
}
.eipbackimg.containerTitle .eipbutton_save {
	background-image: url(/images/eip_title_save.png);
}

.eipbackimg.editMode .eipborderhover {
	background-color: #333;
	opacity: 1;
}
.eipbackimg.editMode.containerTitle .eipborderhover {
	background-color: inherit;
}
div[id$=titleLabel_tb].visible ~ span{ margin-left: 32px;}

/*Critical Error Popup*/
div.errorWin p{ margin: 0 0 10px 0;}

input[type="button"].rspCollapseBarSpacer
{ min-width: 0; padding: 0 0; }


/*------------------------------------------------*/
/* DEFAULT PROFILE STYLE */
/*------------------------------------------------*/

.UserProfileControls ul li {
    list-style-type: none;
}

/*------------------------------------------------*/
/* PROFILE STYLE */
/*------------------------------------------------*/
.console.profile {
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

.console.profile .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.console.profile .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('/images/arrow-right-white.png') 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.console.profile .console-none div div {
    display: none;
}

.console.profile .console-mouseon {
    background-color: #70b1c7; /* Menu Hover Background Color */
}
/*-------------------------------------------------*/

/* Login/register/reset paswsword controls in mobile view */
body.mobileView.dnnFormPopup.dnnFormPopupMobileView{
	margin: 0;
	padding: 0;
	width: 100%;
	height: inherit !important;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage{
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 0 10px 0;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage.dnnFormValidationSummary{
	padding: 10px;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .LoginPanel,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSendPasswordContent,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm {
    width: 100%;
	padding: 18px 0 0 0;
    margin: 0;
    float: none;	
	min-width: inherit !important;	
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm{
	width: 100%;
	margin: 0;
	float: none;
	min-width: inherit !important;
}



body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel {
    display: block;
    text-align: left;
    float: none;
    width: 100% !important;
    font-size: 14px;
    margin: 0 0 7px 0;
    vertical-align: top;
	padding: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSocialRegistration{
	display: none;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnCaptcha{
	width: 100%;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnLeft img{
	display: block;
	margin: 0 0 5px 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel a.dnnFormHelp{
	display: none !important;
	width: 0 !important;
	margin: 0 !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel div.dnnTooltip{
	display: none !important;
	width: 0 !important;
	position: static !important;
	right: 0 !important;
	margin: 0 !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem input[type="text"],
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > input[type="password"]{
    display: block;
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100% !important;
	margin-bottom: 18px;
	min-width: 100% !important;	
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > label#dnn_ctr_Login_Login_DNN_lblLogin{
	display: none !important;
	width: 0;
	margin: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem span.dnnFormMessage.dnnFormError{
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	right: 0;
	width: auto;
	max-width: 100%;
	padding: 10px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnPrimaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnSecondaryAction{
	width: 45%;
	padding: 18px 0 18px 0;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginRememberMe{
	display: block;
	float: left;
	margin: 10px 0 0 5px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginActions {
	display: block;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnSecondaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnPrimaryAction{
	width: 100%;
	padding: 18px 0 18px 0;
	display: block;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions{
	padding: 0;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions li{
	width: 45%;
}

/* password strength control in iPopup */
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .password-strength-container{
	width: 100%;
	margin: 0 0 12px 0;
	padding: 8px 0 8px 0;
	display: block;
	max-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container input[type="password"]{
	display: block;
	margin: 0 8px 0 8px;
	width: calc(100% - 20px);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container span.min-length-text{
	display: block;	
	margin: 5px 0 5px 8px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container div.meter{
	float: none;	
	width: 90%;
	margin: 0 0 0 8px;
}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem input.unmatched{
	background: none !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-tooltip, 
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .confirm-password-tooltip{
	display: none !important;
}

.mobileView .dnnFormPopup .ui-dialog-content, .mobileVie #iPopUp .ui-dialog-content {
    max-height: none !important; 
}

.mobileView .ui-widget-overlay {
    display: none;
}
.dnnFormPopup.dnnFormPopupMobileView {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    box-shadow: none !important;
}
.dnnFormPopup.dnnFormPopupMobileView div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    display: none;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-titlebar {
    border-bottom: none;
    cursor: inherit;
    font-size: 22px;
    color: #000;
    padding: 5px 0 0 0;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel {
    display: block;
    text-align: left;
    float: none;
    width: auto !important;
    font-size: 14px;
    margin: 0 0 7px 0;
    vertical-align: top;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > input[type="text"] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > textarea,
.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .redactor_box {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnTagsInput {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 18px;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel > input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 0 5px 0 12px;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem span.dnnFormMessage.dnnFormError {
    right: 0;
    width: auto;
    border-radius: 0;
    text-align: right;
    max-width: 100%;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    width: 49%;
    margin: 0;
    padding: 20px 0 20px 0;
    display: block;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction {
    float: left;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    float: right;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane {
    border-top: none;
}

    .dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
    }

.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnSecondaryAction {
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    float: none;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 25px 0 15px 0;
}

html.mobileView {
    overflow: auto !important;
}

.mobileView .dnnFormPopup .ui-dialog-content, 
.mobileView #iPopUp .ui-dialog-content {
    max-height: none !important; 
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 * Written by: Steven Wanderski, 2014
 */
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    padding: 0;
    border: 2px solid #ddd;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        background: #fff;
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(/images/marketing/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-controls {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    opacity: 0;
}

.bx-wrapper:hover .bx-controls {
    opacity: 1;
}

.bx-prev, .bx-next {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #999;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer;
}

    .bx-prev:hover, .bx-next:hover {
        background-color: #333;
        opacity: 0.9;
    }

.bx-prev {
    left: 0;
}

.bx-next {
    right: 0;
}

    .bx-prev:after, .bx-prev:before, .bx-next:after, .bx-next:before {
        content: '';
        position: absolute;
        width: 20%;
        height: 33.5%;
        background-color: #fff;
    }

.bx-prev:before {
    left: 40%;
    top: 17%;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg);
}

.bx-prev:after {
    left: 40%;
    bottom: 17%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg);
}

.bx-next:before {
    right: 40%;
    top: 17%;
    -webkit-transform: skew(35deg, 0deg);
    -ms-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg);
}

.bx-next:after {
    right: 40%;
    bottom: 17%;
    -webkit-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    transform: skew(-35deg, 0deg);
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(/images/marketing/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start.active {
            background-position: -86px 0;
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-stop:hover,
        .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-position: -86px -33px;
        }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }

.bxslider img[data-src] {
    display: none;
}

#bx-pager {
    height: 35px;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
}

    #bx-pager a {
        width: 19.6%;
        height: 100%;
        line-height: 2.6em;
        text-align: center;
        border: 2px solid #0463C4;
        margin-right: 0.5%;
        background-color: #0463C4;
        color: #fff;
        float: left;
        overflow: hidden;
        font-size: 1.1em;
        padding: 0 1%;
    }

.Thumb5#bx-pager a {
    width: 19.6%;
}

.Thumb4#bx-pager a {
    width: 24.625%;
}

.Thumb3#bx-pager a {
    width: 33%;
}

.Thumb2#bx-pager a {
    width: 49.75%;
}

.lt-ie8 #bx-pager a, .lt-ie8 #bx-pager a.active, .lt-ie8 #bx-pager a:hover {
    margin: 0;
    border: 0;
}

.lt-ie8 .Thumb5#bx-pager a {
    width: 17.5%;
}

.lt-ie8 .Thumb4#bx-pager a {
    width: 22.5%;
}

.lt-ie8 .Thumb3#bx-pager a {
    width: 31%;
}

.lt-ie8 .Thumb2#bx-pager a {
    width: 47.5%;
}

#bx-pager a:hover {
    background-color: #044F9C;
    border: 2px solid #044F9C;
}

#bx-pager a.active {
    background-color: #f3f3f3;
    color: #333;
    border: 2px solid #ddd;
}

#bx-pager .lastpager {
    margin-right: 0;
}

.sliderWrapper {
    margin-bottom: 20px;
}

#noRightMargin {
    margin-right: 0 !important;
}

@media (min-width: 1022px) {
    .bx-controls {
        transition: opacity 0.6s;
        -webkit-transition: opacity 0.6s;
        -moz-transition: opacity 0.6s;
        -o-transition: opacity 0.6s;
    }

    #bx-pager a, .bx-wrapper .bx-controls-direction a {
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
    }
}

@media (max-width: 767px) {

    #bx-pager {
        height: 39px !important;
        background-color: #fff;
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        padding: 5px 0;
        margin-top: 0;
    }

        #bx-pager a {
            text-indent: -9999px;
            width: 25px !important;
            height: 25px;
            float: none !important;
            display: inline-block;
            margin: 0 3% !important;
        }

            #bx-pager a.active {
                background-color: #666;
                border: 2px solid #666;
            }
}

/*! jQuery UI - v1.8.23 - 2012-08-15
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 1px solid #cccccc !important; padding: 10px 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: none; background: none; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: none; background: transparent; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
    /*.ui-state-default a, .ui-widget-content .ui-state-default a, .ui-widget-header .ui-state-default a {background: #0463c4; border: 1px solid #0463c4;}*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #FFFFFF/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: none; background: transparent; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-hover a, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-hover a:hover {color: #FFFFFF;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: none; background: transparent; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
    .ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a {background: #ffffff; border: 1px solid #000000;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #4d4d4d/*{fcActive}*/; background: #fff !important; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-radius: initial; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
.ui-widget-content {
    border: none !important;
}

#leftnav2 {
    padding: 0;
    position: relative;
}

    #leftnav2 .ui-tabs-nav {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 6px !important;
    }

.mobileheader {
    width: 50% !important;
    padding: 15px;
    display: none;
}

.mobdropdowndiv {
    padding-bottom: 15px;
    width: 50% !important;
    display: none;
}

#mobiledropdown {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 25px;
}

@media (max-width:725px) {
    #leftnav2 .ui-tabs-nav {
        display: none;
    }

    .mobileheader, .mobdropdowndiv {
        display: inline;
    }
}

#leftnav2 .ui-tabs-nav li {
    float: left;
    width: 9% !important;
    border: none;
    overflow: hidden;
    padding-right: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1;
}

tfoot, thead {
    color: #000000;
    font-size: 12px;
}

#leftnav2 .ui-tabs-nav li a {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#leftnav2 > div {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sizegroup {
    height: 640px;
    width: 100%;
}

    .sizegroup h1 {
        font-size: 1.1em;
        padding: 3px;
        margin: 4px 0;
        float: none;
        width: auto;
        /* NEW SIZE GUIDE */
        background-color: transparent !important;
        font-weight: bold;
        text-align: left;
    }

    .sizegroup tr {
        border-bottom: 1px solid #eee;
    }

        .sizegroup tr:nth-child(odd) {
            background-color: #F9F9F9;
        }

        .sizegroup tr:last-child {
            border: none;
        }

.sizeHeader {
    background-color: #4d4d4d !important;
}

    .sizeHeader td {
        color: #FFFFFF;
    }

.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    display: block;
    padding: 0 0 0 1em !important;
}

#leftnav2 > div[id^="tabs-"] {
    padding: 10px !important;
}

#leftnav2 > div[id$="-sml"] {
    margin-bottom: 50%;
}

#disclaimer {
    padding: 6px 10px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

.sizegroup #disclaimer p {
    margin: 0;
    font-size: 1.2em;
}

.sizegroup .maintable {
    width: 100% !important;
    margin-bottom: 50px;
}

    .sizegroup .maintable.subtable {
        width: 60% !important;
        margin: 10px auto 50px;
    }


.maintable td {
    text-align: center;
    padding: 8px 0;
    vertical-align: middle;
}

    .maintable td:nth-child(1), .maintable td:nth-child(2), .maintable td:nth-child(3), .maintable td:nth-child(4), .maintable td:nth-child(5), .maintable td:nth-child(6), .maintable td:nth-child(7) {
        border-right: 1px solid #CCC;
    }

    .maintable td:last-child {
        border: 0;
    }

.fltleft {
    float: left;
}

#sdHotspot {
    font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,Arial,san-serif;
    font-size: 62.5%;
    color: #ffffff;
}

.hotspotimage {
    position: relative;
}

.hotspotTooltip {
    padding: 0;
    position: absolute;
    text-align: left;
    cursor: pointer;
}

.hsText:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
}

.hsText.ltr-before:before {
    border-left: 8px solid transparent;
    top: 15px;
    left: -8px;
}

.bgwhite.ltr-before:before {
    border-top: 12px solid rgba(255,255,255, 0.9);
}

.bgblack.ltr-before:before {
    border-top: 12px solid rgba(0, 0, 0, 0.8);
}

.hsText.rtl-before:before {
    border-right: 8px solid transparent;
    top: 15px;
    right: -8px;
}

.bgwhite.rtl-before:before {
    border-top: 12px solid rgba(255,255,255, 0.9);
}

.bgblack.rtl-before:before {
    border-top: 12px solid rgba(0, 0, 0, 0.8);
}

.hsText.btt-before:before {
    border-right: 12px solid transparent;
    bottom: -8px;
    left: 16px;
}

.bgwhite.btt-before:before {
    border-top: 8px solid rgba(255,255,255, 0.9);
}

.bgblack.btt-before:before {
    border-top: 8px solid rgba(0, 0, 0, 0.8);
}

.hsText.ttb-before:before {
    border-right: 12px solid transparent;
    top: -8px;
    left: 16px;
}

.bgwhite.ttb-before:before {
    border-bottom: 8px solid rgba(255,255,255, 0.9);
}

.bgblack.ttb-before:before {
    border-bottom: 8px solid rgba(0, 0, 0, 0.8);
}

.hotspotTooltip .hsText {
    opacity: 0;
    position: absolute;
    text-align: center;
    min-width: 440px;
    transition: left 0.25s ease-out, opacity 0.25s ease-out, right 0.25s ease-out, bottom 0.25s ease-out, top 0.25s ease-out;
    -moz-transition: left 0.25s ease-out, opacity 0.25s ease-out, right 0.25s ease-out, bottom 0.25s ease-out, top 0.25s ease-out;
    -webkit-transition: left 0.25s ease-out, opacity 0.25s ease-out, right 0.25s ease-out, bottom 0.25s ease-out, top 0.25s ease-out;
    z-index: -10;
    display: block;
    width: auto;
    height: auto;
    padding: 10px;
    min-height: 15px;
}

.hsText p {
    min-width: 200px;
}

.hotspotTooltip .ltr-before {
    left: -3px;
}

.hotspotTooltip .rtl-before {
    right: -60px;
}

.hotspotTooltip .ttb-before {
    top: -3px;
}

.hotspotTooltip .btt-before {
    bottom: -60px;
}

.ltr-slide {
    opacity: 1 !important;
    left: 45px !important;
    padding: 0;
}

.rtl-slide {
    opacity: 1 !important;
    right: 13px !important;
    padding: 0;
}

.btt-slide {
    opacity: 1 !important;
    bottom: 13px !important;
    padding: 0;
}

.ttb-slide {
    opacity: 1 !important;
    top: 45px !important;
    padding: 0;
}

.pass-ltr {
    display: block;
    float: right;
    height: 50px;
    left: 30px;
    position: absolute;
    width: 20px;
}

.pass-rtl {
    display: block;
    float: right;
    height: 50px;
    right: -30px;
    position: absolute;
    width: 50px;
}

.pass-btt {
    display: block;
    float: right;
    height: 50px;
    bottom: -30px;
    position: absolute;
    width: 40px;
}

.pass-ttb {
    display: block;
    float: right;
    height: 20px;
    top: 30px;
    position: absolute;
    width: 50px;
}

.hsHtmlContainer {
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
}

.show .hsHtmlContainer {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.hotspot_img .button {
    width: 32px;
    height: 32px;
    float: left!important;
    position: absolute;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

    .hotspot_img .button :hover {
        opacity: 0.8;
    }

.ip_img24 .button {
    width: 24px;
    height: 24px;
    float: left!important;
    position: absolute;
    top: 18px;
    left: 18px;
}

.bg32 .button {
    width: 32px;
    height: 32px;
    float: left!important;
    position: absolute;
    top: 9px;
    left: 9px;
}

.ip_bg24 .button {
    width: 24px;
    height: 24px;
    float: left!important;
    position: absolute;
    top: 9px;
    left: 9px;
    border-radius: 24px;
}

.bgblack {
    background-color: rgba(25, 25, 25, 0.9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bgwhite {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000000;
}
/* white round bg */
.hotspot_img .roundBgW {
    height: 50px;
    width: 50px;
    left: -9px;
    position: absolute;
    top: -9px;
}

.hotspot_img .roundBgWIn {
    height: 42px;
    width: 42px;
    position: absolute;
    left: -5px;
    top: -5px;
}

.hotspot_img .roundBgWInner {
    height: 36px;
    width: 36px;
    position: absolute;
    left: -2px;
    top: -2px;
}

.ip_img24 .roundBgW {
    height: 56px;
    width: 56px;
}

.ip_img24 .roundBgWIn {
    height: 44px;
    width: 44px;
}

.ip_img24 .roundBgWInner {
    height: 34px;
    width: 34px;
}

.ip_bg24 .roundBgW {
    height: 42px;
    width: 42px;
}

.ip_bg24 .roundBgWIn {
    height: 34px;
    width: 34px;
}

.ip_bg24 .roundBgWInner {
    height: 28px;
    width: 28px;
}

.roundBgW {
    border-radius: 30px;
    position: absolute;
    animation: pulseW 1.5s 1s infinite alternate;
    -moz-animation: pulseW 1.5s 1s infinite alternate; /* Firefox */
    -webkit-animation: pulseW 1.5s 1s infinite alternate; /* Safari and Chrome */
    -o-animation: pulseW 1.5s 1s infinite alternate; /* Opera */
}

.roundBgWIn {
    border-radius: 30px;
    position: absolute;
    top: 4px;
    left: 4px;
    animation: pulseWIn 1.5s 0.5s infinite alternate;
    -moz-animation: pulseWIn 1.5s 0.5s infinite alternate; /* Firefox */
    -webkit-animation: pulseWIn 1.5s 0.5s infinite alternate; /* Safari and Chrome */
    -o-animation: pulseWIn 1.5s 0.5s infinite alternate; /* Opera */
}

.roundBgWInner {
    border-radius: 30px;
    position: absolute;
    top: 7px;
    left: 7px;
    animation: pulseWInner 1.5s infinite alternate;
    -moz-animation: pulseWInner 1.5s infinite alternate; /* Firefox */
    -webkit-animation: pulseWInner 1.5s infinite alternate; /* Safari and Chrome */
    -o-animation: pulseWInner 1.5s infinite alternate; /* Opera */
}

@keyframes pulseW {
    from {
        background: rgba(255,255,255, 0);
    }

    to {
        background: rgba(255,255,255, 0.2);
    }
}

@-moz-keyframes pulseW /* Firefox */
{
    from {
        background: rgba(255,255,255, 0);
    }

    to {
        background: rgba(255,255,255, 0.2);
    }
}

@-webkit-keyframes pulseW /* Safari and Chrome */
{
    from {
        background: rgba(255,255,255, 0);
    }

    to {
        background: rgba(255,255,255, 0.2);
    }
}

@-o-keyframes pulseW /* Opera */ {
    from;

{
    background: rgba(255,255,255, 0);
}

to {
    background: rgba(255,255,255, 0.2);
}

}

@keyframes pulseWIn {
    from {
        background: rgba(255,255,255, 0);
    }

    to {
        background: rgba(255,255,255, 0.3);
    }
}

@-moz-keyframes pulseWIn /* Firefox */
{
    from {
        background: rgba(255,255,255, 0);
    }

    to {
        background: rgba(255,255,255, 0.3);
    }
}

@-webkit-keyframes pulseWIn /* Safari and Chrome */
{
    from {
        background: rgba(255,255,255, 0);
    }

    to {
        background: rgba(255,255,255, 0.3);
    }
}

@-o-keyframes pulseWIn /* Opera */ {
    from;

{
    background: rgba(255,255,255, 0);
}

to {
    background: rgba(255,255,255, 0.3);
}

}

@keyframes pulseWInner {
    from {
        background: rgba(255,255,255, 0);
    }

    to {
        background: rgba(255,255,255, 0.6);
    }
}

@-moz-keyframes pulseWInner /* Firefox */
{
    from {
        background: rgba(255,255,255, 0);
    }

    to {
        background: rgba(255,255,255, 0.6);
    }
}

@-webkit-keyframes pulseWInner /* Safari and Chrome */
{
    from {
        background: rgba(255,255,255, 0);
    }

    to {
        background: rgba(255,255,255, 0.6);
    }
}

@-o-keyframes pulseWInner /* Opera */ {
    from;

{
    background: rgba(255,255,255, 0);
}

to {
    background: rgba(255,255,255, 0.6);
}

}
/* end white round bg */

/* black round bg */
.hotspot_img .roundBgB {
    height: 50px;
    width: 50px;
    left: -9px;
    position: absolute;
    top: -9px;
}

.hotspot_img .roundBgBIn {
    height: 42px;
    width: 42px;
    position: absolute;
    left: -5px;
    top: -5px;
}

.hotspot_img .roundBgBInner {
    height: 36px;
    width: 36px;
    position: absolute;
    left: -2px;
    top: -2px;
}

.ip_img24 .roundBgB {
    height: 56px;
    width: 56px;
}

.ip_img24 .roundBgBIn {
    height: 44px;
    width: 44px;
}

.ip_img24 .roundBgBInner {
    height: 34px;
    width: 34px;
}

.ip_bg24 .roundBgB {
    height: 42px;
    width: 42px;
}

.ip_bg24 .roundBgBIn {
    height: 34px;
    width: 34px;
}

.ip_bg24 .roundBgBInner {
    height: 28px;
    width: 28px;
}

.roundBgB {
    border-radius: 30px;
    position: absolute;
    animation: pulse 1.5s 1s infinite alternate;
    -moz-animation: pulseB 1.5s 1s infinite alternate; /* Firefox */
    -webkit-animation: pulseB 1.5s 1s infinite alternate; /* Safari and Chrome */
    -o-animation: pulseB 1.5s 1s infinite alternate; /* Opera */
}

.roundBgBIn {
    border-radius: 30px;
    position: absolute;
    top: 4px;
    left: 4px;
    animation: pulseBIn 1.5s 0.5s infinite alternate;
    -moz-animation: pulseBIn 1.5s 0.5s infinite alternate; /* Firefox */
    -webkit-animation: pulseBIn 1.5s 0.5s infinite alternate; /* Safari and Chrome */
    -o-animation: pulseBIn 1.5s 0.5s infinite alternate; /* Opera */
}

.roundBgBInner {
    border-radius: 30px;
    position: absolute;
    top: 7px;
    left: 7px;
    animation: pulseBInner 1.5s infinite alternate;
    -moz-animation: pulseBInner 1.5s infinite alternate; /* Firefox */
    -webkit-animation: pulseBInner 1.5s infinite alternate; /* Safari and Chrome */
    -o-animation: pulseBInner 1.5s infinite alternate; /* Opera */
}

@keyframes pulseB {
    from {
        background: rgba(0,0,0, 0);
    }

    to {
        background: rgba(0,0,0, 0.2);
    }
}

@-moz-keyframes pulseB /* Firefox */
{
    from {
        background: rgba(0,0,0, 0);
    }

    to {
        background: rgba(0,0,0, 0.2);
    }
}

@-webkit-keyframes pulseB /* Safari and Chrome */
{
    from {
        background: rgba(0,0,0, 0);
    }

    to {
        background: rgba(0,0,0, 0.2);
    }
}

@-o-keyframes pulseB /* Opera */ {
    from;

{
    background: rgba(0,0,0, 0);
}

to {
    background: rgba(0,0,0, 0.2);
}

}

@keyframes pulseBIn {
    from {
        background: rgba(0,0,0, 0);
    }

    to {
        background: rgba(0,0,0, 0.3);
    }
}

@-moz-keyframes pulseBIn /* Firefox */
{
    from {
        background: rgba(0,0,0, 0);
    }

    to {
        background: rgba(0,0,0, 0.3);
    }
}

@-webkit-keyframes pulseBIn /* Safari and Chrome */
{
    from {
        background: rgba(0,0,0, 0);
    }

    to {
        background: rgba(0,0,0, 0.3);
    }
}

@-o-keyframes pulseBIn /* Opera */ {
    from;

{
    background: rgba(0,0,0, 0);
}

to {
    background: rgba(0,0,0, 0.3);
}

}

@keyframes pulseBInner {
    from {
        background: rgba(0,0,0, 0);
    }

    to {
        background: rgba(0,0,0, 0.6);
    }
}

@-moz-keyframes pulseBInner /* Firefox */
{
    from {
        background: rgba(0,0,0, 0);
    }

    to {
        background: rgba(0,0,0, 0.6);
    }
}

@-webkit-keyframes pulseBInner /* Safari and Chrome */
{
    from {
        background: rgba(0,0,0, 0);
    }

    to {
        background: rgba(0,0,0, 0.6);
    }
}

@-o-keyframes pulseBInner /* Opera */ {
    from;

{
    background: rgba(0,0,0, 0);
}

to {
    background: rgba(0,0,0, 0.6);
}

}
/* end black round bg */
/* ###################################################################

                          buttons classes
                          
   ################################################################### */

.moregold {
    background: url("/images/Hotspot/moregold/button.png") no-repeat scroll left center transparent;
}

.moregrey {
    background: url("/images/Hotspot/moregrey/button.png") no-repeat scroll left center transparent;
}

.moreblack {
    background: url("/images/Hotspot/moreblack/button.png") no-repeat scroll left center transparent;
}

.moredarkblue {
    background: url("/images/Hotspot/moredarkblue/button.png") no-repeat scroll left center transparent;
}

.moreblue {
    background: url("/images/Hotspot/moreblue/button.png") no-repeat scroll left center transparent;
}

.morelightblue {
    background: url("/images/Hotspot/morelightblue/button.png") no-repeat scroll left center transparent;
}

.morelightblue2 {
    background: url("/images/Hotspot/morelightblue2/button.png") no-repeat scroll left center transparent;
}

.morewatergreen {
    background: url("/images/Hotspot/morewatergreen/button.png") no-repeat scroll left center transparent;
}

.morelightgreen {
    background: url("/images/Hotspot/morelightgreen/button.png") no-repeat scroll left center transparent;
}

.moregreen {
    background: url("/images/Hotspot/moregreen/button.png") no-repeat scroll left center transparent;
}

.moreyellow {
    background: url("/images/Hotspot/moreyellow/button.png") no-repeat scroll left center transparent;
}

.moreorange {
    background: url("/images/Hotspot/moreorange/button.png") no-repeat scroll left center transparent;
}

.morered {
    background: url("/images/Hotspot/morered/button.png") no-repeat scroll left center transparent;
}

.morepurple {
    background: url("/images/Hotspot/morepurple/button.png") no-repeat scroll left center transparent;
}

.moreviolet {
    background: url("/images/Hotspot/moreviolet/button.png") no-repeat scroll left center transparent;
}

.morelightviolet {
    background: url("/images/Hotspot/morelightviolet/button.png") no-repeat scroll left center transparent;
}

.morefucsia {
    background: url("/images/Hotspot/morefucsia/button.png") no-repeat scroll left center transparent;
}

.beadgold {
    background: url("/images/Hotspot/beadgold/button.png") no-repeat scroll left center transparent;
}

.beadgrey {
    background: url("/images/Hotspot/beadgrey/button.png") no-repeat scroll left center transparent;
}

.beadblack {
    background: url("/images/Hotspot/beadblack/button.png") no-repeat scroll left center transparent;
}

.beaddarkblue {
    background: url("/images/Hotspot/beaddarkblue/button.png") no-repeat scroll left center transparent;
}

.beadblue {
    background: url("/images/Hotspot/beadblue/button.png") no-repeat scroll left center transparent;
}

.beadlightblue {
    background: url("/images/Hotspot/beadlightblue/button.png") no-repeat scroll left center transparent;
}

.beadlightblue2 {
    background: url("/images/Hotspot/beadlightblue2/button.png") no-repeat scroll left center transparent;
}

.beadwatergreen {
    background: url("/images/Hotspot/beadwatergreen/button.png") no-repeat scroll left center transparent;
}

.beadlightgreen {
    background: url("/images/Hotspot/beadlightgreen/button.png") no-repeat scroll left center transparent;
}

.beadgreen {
    background: url("/images/Hotspot/beadgreen/button.png") no-repeat scroll left center transparent;
}

.beadyellow {
    background: url("/images/Hotspot/beadyellow/button.png") no-repeat scroll left center transparent;
}

.beadorange {
    background: url("/images/Hotspot/beadorange/button.png") no-repeat scroll left center transparent;
}

.beadred {
    background: url("/images/Hotspot/beadred/button.png") no-repeat scroll left center transparent;
}

.beadpurple {
    background: url("/images/Hotspot/beadpurple/button.png") no-repeat scroll left center transparent;
}

.beadviolet {
    background: url("/images/Hotspot/beadviolet/button.png") no-repeat scroll left center transparent;
}

.beadlightviolet {
    background: url("/images/Hotspot/beadlightviolet/button.png") no-repeat scroll left center transparent;
}

.beadfucsia {
    background: url("/images/Hotspot/beadfucsia/button.png") no-repeat scroll left center transparent;
}

.ipic-orange {
    background-image: linear-gradient(bottom, rgb(241,152,55) 8%, rgb(255,183,83) 54%);
    background-image: -o-linear-gradient(bottom, rgb(241,152,55) 8%, rgb(255,183,83) 54%);
    background-image: -moz-linear-gradient(bottom, rgb(241,152,55) 8%, rgb(255,183,83) 54%);
    background-image: -webkit-linear-gradient(bottom, rgb(241,152,55) 8%, rgb(255,183,83) 54%);
    background-image: -ms-linear-gradient(bottom, rgb(241,152,55) 8%, rgb(255,183,83) 54%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.08, rgb(241,152,55)), color-stop(0.54, rgb(255,183,83)) );
}

#hotspot-modal-background {
    background: url("/images/core/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat #444;
    height: 100%;
    left: 0;
    opacity: 0.7;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5950 !important;
}


#hotspot-html-modal-background {
    background: #444;
    height: 100%;
    left: 0;
    opacity: 0.7;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5950 !important;
}

#divHotspotContainer {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    max-height: 320px;
    padding: 20px 20px 0 20px;
    position: fixed;
    width: 100%;
    max-width: 550px;
    z-index: 5960 !important;
    overflow-y: auto;
}


@media (max-width:767px) {
    .Responsive #divHotspotContainer {
        top: 0;
        left: 0;
        width: 100%;
    }
}

.hotspot-close {
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    float: right;
    cursor: pointer;
    background: url("/images/core/closedbutton.png") no-repeat 5px 5px #333 !important;
    border: 2px solid #fff;
    margin: 0 !important;
}

    .hotspot-close:hover {
        background-color: #666 !important;
    }

.hotspot-html-close {
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    float: right;
    cursor: pointer;
    background: url("/images/core/closedbutton.png") no-repeat 5px 5px #333 !important;
    border: 2px solid #fff;
    margin: 0 !important;
}

    .hotspot-html-close:hover {
        background-color: #666 !important;
    }


.PinWrapGroup {
    padding: 0 15px;
    font-size: 1.1em;
}

    .PinWrapGroup > div {
        padding: 10px 10px 0px 10px;
    }

.PinWrapText > div {
    margin-bottom: 18px;
    font-size: 0.9em;
}

#hsPrice {
    text-align: right;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 10px;
}

#hsRefPrice {
    text-decoration: line-through;
    margin-top: 10px;
}

.PinLabel {
    font-weight: bold;
}

.PinWrapText select {
    padding: 5px;
    width: 100%;
    color: #000;
}

.PinWrapText .PinTitle {
    font-size: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.PinWrapPrice > div {
    font-size: 0.9em;
    color: #fff;
}

.PinWrapPrice .PinPrice {
    font-size: 1.8em;
    color: #fff;
    text-align: right;
    font-weight: bold;
}

.PinWrapBut #hsAddToBagWrapper, .ImgButWrap a {
    width: 100%;
    text-align: center;
}

#hsAddToBagContainer.tooltip {
    position: relative!important;
    opacity: 1!important;
    filter: none!important;
}

#hsAddToBagContainer {
    margin-top: 5px;
}

    #hsAddToBagContainer.tooltip > div.tooltipContent {
        left: 27%;
        top: -5px;
    }

.tooltip > div.tooltipContent {
    display: none;
    position: absolute;
    z-index: 4890 !important;
    bottom: auto;
    width: 86px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 2px 4px;
    color: #333;
    font-weight: bold;
    opacity: 0.9;
    left: 105%;
    top: -2px;
    box-shadow: 0 0 1px 1px #ccc;
    text-align: center;
}

#hsAddToBagContainer .basketHide a {
    cursor: not-allowed;
}

.hotspotimage img {
    width: 100%;
}

p.hsbuttontext {
    white-space: nowrap;
    position: absolute;
    left: 145%;
    font-size: 1.6em;
    top: 8%;
    background: rgba(256,256,256,0.8);
    padding: 5px 10px;
    /* border-radius: 10px; */
    border: 1px solid #aaa;
    font-weight: bold;
}

/*Increase pop up size on mobile*/
@media (max-width:767px) {
    #divHotspotContainer {
        max-height: 530px;
    }
}

/*Grow animation*/
.hotspot_img .button {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .hotspot_img .button:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

/*View product changes*/
#hsViewProduct a {
    color: #000;
}

    #hsViewProduct a:hover {
        text-decoration: underline;
    }

div#hsViewProduct {
    text-align: center;
}

/* ===== Authentication Provider Styles ========================================================= */
.s-checkout-fix {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 120%;
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.LoginPanel {
    width: 100%!important;
    padding: 0!important;
    float: none;
}

.loginWrap .WishListLoginText {
background-color: #fff2f2;
  color: #CC0000 !important;
  border: 1px solid rgba(255, 0, 0, 0.22);
  font-size: 10px;
  max-height: 33px;
  height: auto;
  background-image: none;
  line-height: 1.2em;
  overflow: visible;
  padding: 9px 9px 9px 3px;
  position: relative;
  z-index: 1000 !important;
  right: 0;
  float: left;
  border-radius: 0;
  width: auto;
  margin-left: 5px;
  margin-bottom: 15px;
}

.WishListLoginText:before {
  font-family: 'Glyphicons Halflings';
  padding: 0 6px 0 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e014";
  vertical-align: text-top;
}

.alert-block {
    display: block;
}

.newlogin {
    border: none !important;
}

.loginWrap h1 {
    font-size: 2.1em;
}

.existingCustomer, .sdSocialControls, #securedByLogin {
    height: auto;
}

.contact-sec {
    margin: 0px 0 10px;
    text-align: center;
    width: 100%;
}

#changepassp {
    margin-bottom: 30px;
}

.Login h2, .Profile h2, .Promosa h2, .divDotAreaSelected h2, .contact-sec h2, .contact-sec h1, #newPaymentMethod h2 {
    color: #333 !important;
    display: inline-block;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
}

.InputLabelGroup {
    min-height: 114px;
}

.loginContainer .SignLogIn2, .OrderCompeleteRegistrationForm .field {
    margin-bottom: 12px;
}


.Login .SignLogIn2 .radio label, .Login .SignLogIn2 .label,
.OrderCompeleteRegistrationForm .label {
    width: 29%;
}

.Login .field.radio label, .Login .field .label, .OrderCompeleteRegistrationForm .field .label {
    float: left;
    font-size: 1em;
    height: 100%;
    line-height: 1.7em;
    margin-right: 3px;
    padding: 7px 0 0;
    text-align: right;
    color: #666;
}

.Login .field input, .OrderCompeleteRegistrationForm .field input, .User .field input, #postcodeSearch input {
    font-size: 1.1em;
    padding: 8px;
    width: 60%;
    max-width: 290px;
    display: inline-block;
    background: #ffffff !important;
    border-radius: 0;
    margin-left: 1%;
}

.Login .field {
    overflow: hidden;
}

.NewCustWrap .ForgotPass {
    width: 100%;
    display: inline-block;
}

    .NewCustWrap .ForgotPass a {
        width: 68%;
        float: right;
    }

.ImgButWrap {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.Login .loginContainer .ImgButWrap a {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.ImgButWrap a, .ImgButWrap a:active, .ImgButWrap a:visited, .ImgButWrap a:link, .ImgButWrap a:focus, .ImgButWrap input {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding: 15px 60px;
    filter: none;
    line-height: 1em;
    text-shadow: 0 0 0;
    white-space: nowrap;
    text-decoration: none;
}

.Profile .Landingaccount .ImgButWrap a {
    padding: 15px !important;
}

.Profile .storeWrapper .addressMap-store-details-action a {
    padding: 15px !important;
    width: 100%;
}

.Profile .dnnFormMessage {
    padding: 6px 6px 5px 6px;
    text-align: center;
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    box-shadow: none !important;
}

.dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnFormItem input[type="submit"], .dnnPrimaryAction, .dnnSecondaryAction, .dnnTertiaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span {
    margin-bottom: 0px;
    min-width: 0px;
}

.dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnSecondaryAction, a.dnnSecondaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
}

.dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnFormItem input[type="submit"], .dnnPrimaryAction, .dnnSecondaryAction, .dnnTertiaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span {
    margin-bottom: 0px;
    min-width: 0px;
}

.dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnFormItem input[type="submit"], .dnnPrimaryAction, .dnnSecondaryAction, .dnnTertiaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span {
    border: none;
    font-weight: normal;
}

    .dnnFormItem button:active, .dnnFormItem input[type="button"]:active, .dnnFormItem input[type="reset"]:active, .dnnFormItem input[type="reset"]:active, .dnnSecondaryAction:active, a.dnnSecondaryAction:active, ul.dnnAdminTabNav li a:active {
        background: none repeat scroll 0 0 transparent;
        border-color: #FFFFFF;
        box-shadow: none;
    }

.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus, .dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active, .dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus, .dnnFormItem select:active, .dnnFormItem select:focus, .dnnFormItem textarea:focus, .dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.Login .field input:focus, .Profile .field input:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.newCustomer {
    clear: none;
    height: auto;
}

.LoginWelcome {
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0 0 20px 0;
    text-align: center;
    min-height: 58px;
}

.newCustomer .LoginWelcome {
    min-height: 184px;
    padding: 0;
}

.s-login-fix .existingCustomer .LoginWelcome {
    display: none;
}

.s-login-fix .newCustomer .LoginWelcome {
    min-height: 126px;
}

.loginContainer .SignLogIn2 .mandatoryindicator {
    width: 2%;
    display: inline-block;
    font-size: 1.2em;
    text-align: center;
}

#securedByLogin {
    padding: 10px 5px;
    text-align: center;
    background-color: #FFFFFF;
    border: 0 !important;
}

    #securedByLogin p {
        margin: 6px 0;
    }

    #securedByLogin img {
        margin: 0 auto;
    }

.Login .expressLoginContainer .expressText {
    float: left;
    line-height: 1.5em;
    margin: 0 50px 12px 30px;
}

.Login .expressLogin {
    clear: both;
    padding-top: 10px;
}

.Login .expressLoginContainer #pnlExpressCheckoutButtons {
    display: inline-block;
    width: 100%;
}

.Login .ExpressOptions {
    padding: 12px 12px 0;
    text-align: center;
}

.Login .myAccLogin {
    height: auto;
    padding-top: 10px;
}

    .Login .myAccLogin p {
        font-size: 1em;
        text-align: left;
        margin: 0 0 28px 0;
    }

.accBenefits .benefit {
    padding: 10px 0 10px 0;
}

    .accBenefits .benefit .image {
        float: left;
        width: 10%;
        max-width: 40px;
    }

    .accBenefits .benefit .textContent {
        display: block;
        width: 89%;
        float: right;
    }

.myAccLogin h3 {
    line-height: 1.2em;
    margin: 0;
    padding-bottom: 5px;
}

.chgpassword-container {
    font-weight: normal;
    height: auto;
    line-height: 120%;
}

#chgpassworddone {
    border: 1px solid #CCCCCC;
    overflow: hidden;
    margin: 0px 5px;
}

    #chgpassworddone .ImgButWrap {
        float: right;
    }

.chgpasswordpara {
    margin-bottom: 30px;
    margin-top: 10px;
    padding-left: 20px;
}

.passtext {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.PassReset {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.Passfield {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

    .Passfield .label {
        display: inline-block;
        margin-right: 10px;
        padding-top: 9px;
        vertical-align: top;
        font-size: 100%;
        font-weight: normal;
        text-align: right;
        color: #000;
    }

        .Passfield .label label {
            font-weight: bold;
        }


    .Passfield .inputbox {
        display: inline-block;
    }

    .Passfield input {
        background-color: #fff;
        border: 1px solid #CCCCCC;
        float: left;
        padding: 8px;
        width: 100%;
    }

        .Passfield input .passbutton {
            display: inline-block;
            text-align: center;
            width: 100%;
        }

.chgpasswordwrap {
    width: 100%;
    float: left;
}

    .chgpasswordwrap .field.area {
        margin: 12px 0;
    }

.chgplabel {
    float: left;
    padding-right: 10px;
    padding-top: 3px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #5c5c5c;
    text-align: right;
    width: 26%;
}

#chgpasswordbtm {
    height: auto;
    margin-top: 16px;
    margin-bottom: 20px;
    padding-left: 0px;
    width: 100%;
    clear: both;
}

.contact-sec h3 {
    background: none repeat scroll 0 0 #FFFFFF !important;
    display: inline;
    font-size: 1.6em;
    margin: 0;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    top: -10px;
    width: auto;
    color: #000000 !important;
    border: none !important;
    font-weight: normal;
}

.fieldtext h3 {
    text-transform: uppercase;
    text-align: center;
}

.Profile a.SmallerButtons, #addressbook-edit-dialog a.SmallerButtons, .Profile .SmallerButtons a, #addressbook-edit-dialog .SmallerButtons a, .Login a.SmallerButtons, .Login .SmallerButtons a {
    font-size: 1.1em;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

#fieldbutton {
    padding: 10px 6px;
    text-align: center;
    text-align: right;
    float: right;
    width: 100%;
}

/* ===== Account Infomation Styles ========================================================= */


.Login fieldset legend, .User fieldset legend, .Profile fieldset legend, .RecoverPassword fieldset legend {
    display: none;
}

.Login h1, .Profile h1 {
    border: none !important;
    float: left;
    font-size: 2.1em;
    margin: 10px 0 15px 0;
    text-transform: none;
    padding: 0;
}

.Login h1, .Profile h1, #s-cards-title h1, .dnnFormSectionHead span {
    border: none !important;
    /* text-transform: uppercase !important; */
}

.Profile .s-profile-fix fieldset {
    border: 1px solid #CCCCCC !important;
    margin: 0;
    padding: 0px;
    margin: 0px 5px 10px 5px;
}

.Profile .field .label label {
    margin-left: 0px;
}

.Profile .field .label label, .RecoverPassword .field .label label {
    float: none;
    margin-right: 0;
}

.User .field label, .Profile .field label, .Profile .field .label, .RecoverPassword .field label, .RecoverPassword .field .label {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.7em;
    text-align: right;
}

.User .field label, .Profile .field label, .Profile .field .label, .RecoverPassword .field label, .RecoverPassword .field .label {
    height: 100%;
    padding-top: 4px;
}

.mandatoryindicator span {
    visibility: visible !important;
}

.Profile .field input {
    font-size: 1.1em;
    padding: 8px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ccc !important;
}

.Profile .field {
    margin-bottom: 14px;
}

.Profile .WhatYouGet {
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 0;
}

.Profile .field.button {
    clear: none;
    display: inline-block;
    height: auto;
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

.Profile .button {
    float: right;
    width: 25%;
}

/* ==== Registration Styles  */

.Profile .WhatYouGetText {
    font-size: 1em;
    padding: 0;
    text-align: left;
    display: inline-block;
}

#pstrength-container {
    display: block;
    float: right;
    width: 16%;
    position: absolute;
}

.Profile .dnnForm .dnnFormHelp {
    padding: 0;
}

.Profile .dnnForm .dnnFormItem {
    display: inline-block;
    padding: 8px 0 0;
}

.dnnFormItem label, .dnnFormItem .dnnFormLabel, .dnnFormItem .dnnTooltip {
    display: block;
    float: left;
    font-weight: bold;
    color: #5c5c5c;
    margin-right: 5px;
    text-align: right;
    vertical-align: middle;
    width: 90%;
}

.Profile .dnnFormItem input, .Profile .dnnFormItem .dnnFormInput, .Profile .dnnFormItem textarea {
    float: left;
    margin: 0;
    padding: 8px 6px;
    width: auto;
    border-radius: 0;
    box-shadow: 0 0 0 !important;
    border: 1px solid #CCCCCC !important;
}

.Profile .dnnFormItem input, .Profile .dnnFormItem textarea {
    background-color: #FFFFFF;
    border: 2px solid #999999;
    min-width: 40%;
    box-shadow: none;
}

.Searchnoresultsicon {
    padding: 4px 10px 10px 0;
    font-size: 0.9em;
}

.row .innerBorder {
    padding: 20px;
}

.WeAcceptThese {
    background: url("/images/core/checknewpayv3-no.png") no-repeat 0 0 transparent;
    background-size: 100%;
    max-width: 418px;
    width: 77%;
    height: 50px;
    margin-bottom: 20px;
    display: inline-block;
}

    .WeAcceptThese.gbp {
        background-image: url("/images/core/checknewpayv3.png");
    }

.WeSecureThese {
    background: url("/images/core/megasecure.jpg") no-repeat 0 0 transparent;
    background-size: 100%;
    max-width: 156px;
    width: 29%;
    height: 60px;
    display: inline-block;
}

.Registeraccounticons {
    font-size: 1.6em;
}

.dnnFormItem span.dnnFormMessage.dnnFormError {
    background-color: #fff2f2;
    color: #CC0000 !important;
    border: 1px solid rgba(255, 0, 0, 0.22);
    font-size: 10px;
    max-height: 33px;
    height: auto;
    background-image: none;
    line-height: 1.2em;
    margin-bottom: 0;
    overflow: visible;
    padding: 9px 9px 9px 3px;
    position: relative;
    z-index: 1000 !important;
    right: 0;
    float: left;
    border-radius: 0;
    width: auto;
}

    .dnnFormItem span.dnnFormMessage.dnnFormError:before, .dnnFormMessage.dnnFormValidationSummary:before, .dnnFormMessage.dnnFormError:before {
        font-family: 'Glyphicons Halflings';
        padding: 0 6px 0 3px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e014";
        vertical-align: text-top;
    }

.dnnFormMessage.dnnFormSuccess:before {
    font-family: 'Glyphicons Halflings';
    padding: 0 6px 0 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e013";
    vertical-align: text-top;
}

.dnnFormItem span.dnnFormMessage.dnnFormError:after {
    border: 0;
}

.dnnFormItem span.dnnFormMessage.dnnFormError:after {
    display: none;
}

.Profile .dnnFormItem select {
    background: repeat-x scroll 0 0 #ffffff !important;
    border-radius: 0;
    margin: 0;
    padding: 7px 4px;
    width: 40%;
}

.Profile .dnnForm .EnterManAdd {
    padding: 8px 0 2px;
    text-align: center;
}

    .Profile .dnnForm .EnterManAdd a {
        background-color: #F1F1F1;
        border: 1px solid #EEEEEE;
        display: inline-block;
        font-size: 1.1em;
        min-width: 40%;
        padding: 4px 18px;
    }

.Profile .RegistrationButtons {
    margin-right: 0px;
    min-width: 220px;
    width: auto;
    margin-top: 20px;
}

.Profile .dnnForm UL.dnnActions {
    margin-right: 0;
}

.Profile .dnnForm ul.dnnActions, .Profile .DnnModule ul.dnnActions, .Profile ul.dnnActions {
    border-top: 0px;
    margin: 0px;
    padding: 0px;
}

.dnnActions li {
    margin-right: 0;
}

.Profile ul.dnnActions a.dnnSecondaryAction {
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    display: inline-block;
    filter: none;
    font-size: 12px;
    line-height: 1em;
    margin-right: 20px;
    padding: 5px 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}

.Profile a.dnnPrimaryAction, #addressbook-edit-dialog a.dnnPrimaryAction {
    border-radius: 0px;
    filter: none !important;
    font-size: 13px;
    line-height: 1.2em !important;
    margin-right: 0;
    padding: 15px 60px !important;
}

.Profile .AddressButtsButton a.dnnPrimaryAction {
    padding: 15px !important;
}

.Profile .dnnFormItem.dnnFormHelp p.dnnFormRequired span {
    color: #CC0000;
    float: left;
}

.Profile .UserNewReg p {
    padding: 12px 0 12px 15px;
}

.UserNewReg img {
    width: 85%;
    height: 85%;
}

.UserNewReg td {
    vertical-align: middle;
}

/*==Change Password========================================================*/
.Profile h3 {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 3px 0 12px;
}

.fieldtext h3 {
    text-transform: uppercase;
    text-align: center;
}

.contact-sec h3 {
    background: none repeat scroll 0 0 #FFFFFF !important;
    display: inline;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    top: -10px;
    width: auto;
    color: #000000 !important;
    border: none !important;
}

.chgplabel {
    float: left;
    padding-right: 10px;
}

.chgpasswordwrap .inputbox input {
    width: 100%;
    max-width: 100%;
}

.Login p, .Profile p, .User p, .Promosa p {
    margin: 0px 0;
}

.fieldtext p {
    margin-top: 15px !important;
    text-align: left;
}

.fieldtext {
    padding-top: 15px;
}

/* ===== Customer services styling */
.RightBox h2 a, .TopHeader h1 a, .TopHeader h2 a {
    text-decoration: none;
    font-weight: bold;
}

.TopHeader {
    font-size: 1em;
}

    .TopHeader p {
        margin: 0;
    }

    .TopHeader h1, .TopHeader h2 {
        font-weight: bold;
        font-size: 2.1em;
        text-transform: capitalize;
    }

.RightBox h2 {
    font-size: 2.1em;
    font-weight: bold;
    text-transform: capitalize;
}

.RightBox h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.2em;
    margin-top: 2px;
    text-transform: capitalize;
}

.RightBox p {
    font-size: 1em;
}

.Help_Title {
    background-color: #555;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 2em;
    display: block;
    margin-bottom: 10px;
}

.csHomeTableOuter {
    width: 100%;
    text-align: center;
}

.csHomeTable {
    margin: 0 0 10px;
    min-height: 250px;
    text-align: center;
}

    .csHomeTable li.header {
        font-size: 1.2em;
        font-weight: bold;
        height: auto;
        padding: 4px 10px 8px 10px;
        margin-bottom: 4px;
        line-height: 2em;
    }

    .csHomeTable li {
        max-height: 34px;
        list-style: none outside none;
        overflow: hidden;
        padding: 3px 10px;
    }

.relatedquestions {
    clear: both;
    width: 100%;
    float: left;
    margin: 20px 0;
}

    .relatedquestions h4 {
        font-weight: bold;
        padding-bottom: 4px;
        padding-top: 8px;
    }

ul.groupquestions {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
}

.groupquestions li {
    list-style: none;
    padding-left: 16px;
    margin-top: 6px;
}

.groupquestions a {
    font-size: 1.2em;
}

.ModCsPageWorldDeliveryCostsC table {
    width: 100%;
}

    .ModCsPageWorldDeliveryCostsC table tr td {
        padding: 8px;
        text-align: left;
        border: 1px solid #ddd;
    }

.ModCsPageWorldDeliveryCostsC h2 {
    margin-top: 20px;
}

/* Browse styling override */
.s-product-sache {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 950 !important;
}

@media (max-width: 767px) {
    .s-product-sache img {
        max-height: 70px;
    }
}

/* ====== Saved Cards Styles ====== */
#s-shipping-confirmation-title, #s-delivery-options-title {
    margin: 0;
    padding: 0;
    text-align: left;
}

#Gradientbackgroundtitle {
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    margin-bottom: 20px;
    background-image: url("/images/core/My_accounts_background.jpg");
    background-repeat: repeat-x;
}

.s-profile-fix {
    float: left;
    font-weight: normal;
    height: auto;
    line-height: 120%;
    margin: 0;
    width: 100% !important;
}

    .s-profile-fix h1 {
        width: 100%;
    }

.contact-sec p {
    line-height: 1.5em;
    text-align: left;
}

/* ======= Rich Rel Stlyes ======= */
.HorzComplete {
    margin: 10px 0;
}

.rrVertOne, .AltVertOne {
    clear: both;
    border: 1px solid #ddd;
    margin-top: 20px;
}

    .rrVertOne ul, .AltVertOne ul {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

.rrStratTitle, .AltStratTitle {
    background-color: #eee;
    font-size: 1.2em;
    padding: 10px;
    margin: 0 0 10px 0;
    color: #666666;
}

.rrStratProduct, .AltVertOne .AltStratProduct {
    text-align: center;
    padding: 10px;
    position: relative;
}

.rrStratImgQuick, .AltStratImgQuick, .RvStratImgQuick {
    height: 100%;
    max-height: 162px;
    width: 100%;
    position: relative;
}

.rrStratProduct img, .AltStratProduct img {
    height: auto;
    max-width: 100%;
}

.rrStratProduct .QuickBuyButton, .AltStratProduct .QuickBuyButton {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 975 !important;
}

.rrStratBrand, .AltStratBrand {
    padding: 2px 4px 0;
    clear: left;
    display: block;
    height: 15px;
    overflow: hidden;
}

.rrStratDescription, .AltStratDescription {
    padding: 0 4px;
    display: block;
    overflow: hidden;
    height: 29px;
    line-height: 1.3em;
}

a.AltStratBrandDesc:hover {
    text-decoration: underline;
}

.rrStratSellPrice, .AltStratSellPrice {
    clear: both;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2em;
}

.rrStratRefPrice, .rrStratRefName, .AltStratRefPrice, .AltStratRefName {
    display: inline-block;
}

.QuickBuyButton, .QuickWishListButton {
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0;
    width: 100%;
    display: inline-block;
    height: 18px;
}

/* Breadcrumb Styles */
.s-breadcrumbs-container {
    margin: 0!important;
    padding: 0!important;
    border-radius: 0!important;
    background-color: transparent !important;
    width: 100%;
    float: left;
}

.s-breadcrumbs-bar {
    height: 30px;
    overflow: hidden;
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
    .s-breadcrumbs-bar {
        height: auto;
    }
}

.s-breadcrumbs-bar > p {
    display: inline;
    font-size: 1em;
    margin: 0;
}

.s-breadcrumbs-bar p span {
    float: left;
    padding-top: 2px;
}

.s-breadcrumbs-bar > span {
    display: inline;
}

.breadcrumb ol {
    font-size: 1em;
}

    .breadcrumb ol li.home {
        padding-left: 6px;
    }

    .breadcrumb ol li {
        display: inline;
        padding: 0 3px;
        line-height: 1.8em;
    }

/* Order History Styles */
.orderHistory {
    padding: 0px 5px 10px;
}

#OrderHistoryPeriod select {
    padding: 6px;
    width: 200px;
    font-size: 1.2em;
}

.Profile .AspNet-GridView-Header td > div, .Profile .AspNet-GridView-Normal td > div, .Profile .AspNet-GridView-Alternate td > div {
    border: 1px solid #CCCCCC;
    margin: 0 0 10px;
}

.Profile .AspNet-GridView > table {
    width: 100%;
}

/* Search auto complete styles */
.ui-autocomplete {
    border-radius: 0 0 0 0 !important;
    border-width: 0 1px 1px !important;
    box-shadow: 0 5px 3px -2px #CCCCCC;
    font-size: 1em !important;
    position: fixed !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #DDDDDD !important;
    border-style: solid !important;
    padding: 5px;
    width: 237px;
    z-index: 5900 !important;
}

    .ui-autocomplete .header {
        background-color: #FFFFFF;
        border-bottom: 1px dotted #BBBBBB;
        cursor: default;
        display: block;
        font-weight: bold;
        margin: 5px 0;
        padding: 6px;
    }

    .ui-autocomplete li .ui-corner-all {
        border: 0;
        padding: 3px 6px;
        margin: 1px;
        background-image: none;
        display: block;
        font-weight: normal;
        border-radius: 0 0 0 0;
        cursor: pointer;
    }

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    margin: 1px;
}

.ui-autocomplete li a strong {
    font-size: 1.1em;
}

/* Checkout styles */
.s-basket-buttons .s-basket-button-left a {
    padding: 15px;
}

.PromoCodeInput .ImgButWrap a {
    font-size: 1em;
    padding: 6px 10px;
}

#pnlExpressCheckoutButtons #dvAmazonCheckout, #pnlExpressCheckoutButtons #dvPaypalCheckout, #pnlExpressCheckoutButtons #dvGoogleCheckout, #pnlExpressCheckoutButtons #dvMasterPassCheckout {
    display: inline-block;
    padding: 0 4% 4% 0;
    vertical-align: top;
}

#pnlExpressCheckoutButtons #AmazonInlineWidget, #pnlExpressCheckoutButtons #PaypalCheckoutButton, #pnlExpressCheckoutButtons #GoogleCheckoutButton, #pnlExpressCheckoutButtons #MasterpassCheckoutButton {
    display: inline;
    vertical-align: top;
}

.LoaderAnim-Overlay {
    background: url("/images/core/overlaydefault.png") repeat scroll left top transparent;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8000 !important;
}

.LoaderAnim-Spin {
    position: fixed;
    z-index: 8100 !important;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: 30px;
}

    .LoaderAnim-Spin span {
        background: url("/images/core/spinneranim.gif") no-repeat scroll center center #FFFFFF;
        border: 1px solid #999999;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 0 6px 2px #CCCCCC;
        height: 60px;
        width: 70px;
        display: block;
    }

.CheckWrap .ImgButWrap, .Login .loginContainer .NewCustWrap {
    text-align: right;
    display: block;
    padding-right: 24px;
}

.s-login-fix .loginContainer .NewCustWrap {
    padding: 10px 10px 10px 0;
}

.loginContainer .ForgotPass a.ForgotPasswordLinkButton {
    margin: 0 0 15px 0;
    padding: 0;
    width: 69%;
    float: right;
    text-align: left;
    text-decoration: underline;
    background: none repeat scroll 0 0 transparent;
}

/* Competitions styling */
.s-logins-fix {
    float: left;
    font-size: 1.1em !important;
    font-weight: normal;
    height: auto;
    line-height: 120%;
    margin: 0;
    width: 100%;
}

.errorcomp {
    padding-top: 10px;
}

.OrderGroup {
    font-size: 1.1em;
    padding: 30px;
}

    .OrderGroup h1 {
        font-size: 2em;
        padding-bottom: 15px;
        border-bottom: 5px solid #ddd;
        margin: 15px 0;
    }

.DnnModule-OrderCompleteRegistration .row, .DnnModule-OrderCompleteLoginIn .row {
    margin: 15px;
}

.DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm, .DnnModule-OrderCompleteLoginIn .Login {
    padding: 20px;
    border: 1px solid #ccc;
    position: relative;
}

    .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm .ImgButWrap, .DnnModule-OrderCompleteLoginIn .Login .ImgButWrap {
        float: right;
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }

    .DnnModule-OrderCompleteLoginIn .Login .NewCustWrap {
        padding: 0;
    }

    .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm select {
        padding: 6px;
        font-size: 1.1em;
        margin-left: 1%;
        width: 17.55%;
        border: 1px solid #ccc;
    }

        .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm select.GenderSelect {
            width: 56%;
        }

    .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm span.info-icon {
        margin-left: 1%;
    }

    .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm .PromptText {
        margin-bottom: 0px;
        text-align: center;
        font-size: 1.2em;
        line-height: 1.5em;
        min-height: 58px;
    }

    .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm .SubscribeGroup {
        margin-top: 20px;
    }

    .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm .CheckSpace label {
        padding-left: 6px;
        cursor: pointer;
    }

.TrackingReference {
    font-weight: bold;
    font-style: italic;
    font-size: 1.2em;
    padding-left: 10px;
}

@media (min-width:1022px) {
    .DnnModule-OrderCompleteLoginIn .Login .ImgButWrap {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: auto;
        margin: 0;
    }

    .DnnModule-OrderCompleteLoginIn .Login {
        min-height: 466px;
    }
}

@media (max-width:767px) {
    .DnnModule-OrderCompleteRegistration, .DnnModule-OrderCompleteLoginIn {
        width: 100%;
        text-align: left;
    }
}

@media (min-width:768px) and (max-width: 1021px) {
    .DnnModule-OrderCompleteLoginIn .Login {
        min-height: 628px;
    }
}

@media (max-width: 1021px) {
    .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm .ImgButWrap input {
        width: 100%;
    }

    .OrderCompeleteRegistrationForm .field .label {
        width: 100%;
        text-align: left;
        margin-right: 0;
    }

    .OrderCompeleteRegistrationForm .field {
        margin-bottom: 10px;
    }

        .OrderCompeleteRegistrationForm .field input {
            width: 100%;
            max-width: 100%;
            margin-left: 0;
        }

    .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm select {
        width: 31.37%;
        margin-left: 0;
    }

        .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm select#ddlDateOfBirthMonth {
            margin: 0 2%;
        }

        .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm select.GenderSelect {
            width: 100%;
        }

    .DnnModule-OrderCompleteRegistration .OrderCompeleteRegistrationForm .ImgButWrap, .DnnModule-OrderCompleteLoginIn .Login .ImgButWrap {
        margin-top: 25px;
    }
}


/********************Search Css***********************************************/

.searchwrap .InnerSearch {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-top: 10px;
}

.searchHeadertitle h1, #s-shipping-noproduct-title h1 {
    font-size: 18px;
}

.nosearch-para, #s-profile-noproduct-para {
    font-size: 14px;
}

/*  Colorbox overrides */
#colorbox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#BodyWrap-Popup {
    background-color: #fff;
}

/* Mobile media query overrides */
@media (max-width: 767px) {
    /* Force cs table to not be like tables anymore */
    .ModCsPageWorldDeliveryCostsC table,
    .ModCsPageWorldDeliveryCostsC thead,
    .ModCsPageWorldDeliveryCostsC tbody,
    .ModCsPageWorldDeliveryCostsC th,
    .ModCsPageWorldDeliveryCostsC td,
    .ModCsPageWorldDeliveryCostsC tr {
        display: block;
    }

    .LoginWelcome {
        display: none;
    }

    .Login .loginContainer .NewCustWrap {
        text-align: center;
        padding: 0;
    }

        .Login .loginContainer .NewCustWrap .ImgButWrap {
            width: 100%;
        }

    .loginContainer .ForgotPass a.ForgotPasswordLinkButton {
        width: 100%;
    }

    .ModCsPageWorldDeliveryCostsC td {
        width: 50%;
        float: left;
    }

        .ModCsPageWorldDeliveryCostsC td:nth-child(3n) {
            display: none;
        }

    .TopHeader h1, .TopHeader h2 {
        font-size: 1.6em;
        text-align: center;
        padding-bottom: 10px;
    }

    .newCustomer .loginContainer {
        min-height: 0;
    }

    .Login h1, .Profile h1, #addressbook-container h1 {
        text-transform: none !important;
        text-align: left;
    }

    .s-checkout-fix {
        margin-bottom: 5px;
    }

    .security {
        margin: 0;
    }

        .security > img {
            max-height: 25px;
        }

    .Login .SignLogIn2 .radio label, .Login .SignLogIn2 .label {
        text-align: left;
        width: auto;
    }

    .Login .field input, .User .field input, #postcodeSearch input {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .newCustomer {
        padding-top: 10px;
    }

    #pnlExpressCheckoutButtons #AmazonInlineWidget, #pnlExpressCheckoutButtons #PaypalCheckoutButton, #pnlExpressCheckoutButtons #GoogleCheckoutButton, #pnlExpressCheckoutButtons #MasterpassCheckoutButton {
        display: inline-block;
        margin-bottom: 10px;
    }

    #pnlExpressCheckoutButtons #PaypalCheckoutButton {
        margin-top: 10px;
    }

    .Login .expressLoginContainer .expressText {
        margin: 0;
    }

    .dnnFormItem label, .dnnFormItem .dnnFormLabel, .dnnFormItem .dnnTooltip {
        text-align: left;
        width: auto;
    }

    .Profile .dnnFormItem input, .Profile .dnnFormItem textarea {
        width: 100%;
        min-width: 100%;
    }

    .Profile .dnnFormItem select {
        width: 100%!important;
        max-width: 100%;
    }

    .dnnFormItem span.dnnFormMessage.dnnFormError {
        margin-top: 0;
        top: 0;
    }

    .User .field label, .Profile .field label, .Profile .field .label, .RecoverPassword .field label, .RecoverPassword .field .label {
        text-align: left;
        height: 100%;
        padding-top: 4px;
    }

    .chgplabel {
        text-align: left;
        width: 100%;
    }

    .chgpasswordwrap .field.area {
        margin: 12px 0;
    }

    .passtext {
        margin-bottom: 0;
    }

    .Passfield .label {
        text-align: left;
    }

    .passbutton .ImgButWrap,
    .passbutton .ImgButWrap a,
    #chgpassworddone .ImgButWrap,
    #chgpassworddone .ImgButWrap a {
        width: 100%;
    }

    .passbutton .ImgButWrap {
        margin-bottom: 10px;
    }

    .dnnFormItem span.dnnFormMessage.dnnFormError:after {
        display: block;
    }

    .dnnFormItem span.dnnFormMessage.dnnFormError {
        width: 100%;
    }
}

/* Tablet media query overrides */
@media (min-width: 768px) and (max-width: 1021px) {
}

/* MS Viewport Fix*/
@-ms-viewport {
    width: device-width;
}

/* For Homepage adverts */

.twoRow, .threeRow, .FourHovers, .FullAdvert {
    margin-bottom: 10px;
}

    .threeRow ul li a, .twoRow ul li a {
        float: left;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .FourHovers ul li > a {
        margin-bottom: 10px;
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .twoRow ul li img, .threeRow ul li img, .FourHovers ul li img, .FullAdvert img {
        width: 100%;
    }

    .threeRow ul li div {
        padding: 0;
    }

    .FourHovers ul li h2 {
        font-weight: normal;
        font-size: 1.4em;
    }

body.no-scroll, body.no-scroll-dialog {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.Home ul.brands {
    text-align: center;
}

.swiper-container, .swiper-container-mobile {
    margin: 0 auto 10px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    height: auto !important;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    height: auto !important;
    overflow: hidden;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

.Home .pagination {
    width: 100%;
    background-color: #ddd;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding-top: 6px;
    cursor: pointer;
    height: 24px;
}

.swiper-pagination-switch {
    display: inline-block;
    background-color: #1861a5;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    margin: 0 6px;
}

    .swiper-active-switch, .swiper-pagination-switch:hover {
        background-color: #fff;
    }

.swiper-container a.arrow-left, .swiper-container a.arrow-right, .swiper-mobile a.arrow-left, .swiper-mobile a.arrow-right {
    position: absolute;
    height: 30px;
    width: 17px;
    top: 42%;
    z-index: 10;
    left: 10px;
    background: url(/images/marketing/arrows.png) no-repeat left top;
}

.swiper-container a.arrow-right, .swiper-mobile a.arrow-right {
    right: 10px;
    left: auto;
    background-position: left bottom;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.DeliveryText {
    margin-bottom: 10px;
}

    .DeliveryText li {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #888888;
        line-height: 1.2em;
        font-size: 1.2em;
        text-align: center;
        color: #888;
    }

        .DeliveryText li.Group3 {
            border-right: 0;
        }

        .DeliveryText li.Group1 {
            border-left: 0;
        }

        .DeliveryText li a {
            display: block;
            color: #888;
        }

            .DeliveryText li a.FirstGroup {
                color: #000;
            }

@media (max-width:767px) {

    .mobilegap {
        margin-bottom: 10px;
    }

    .FourHovers ul li.ThirdOne {
        clear: left;
    }
}

@media (min-width:1022px) {
    .FourHovers ul li span:hover, .threeRow span:hover {
        opacity: 0;
    }

    .FourHovers ul li span, .threeRow span {
        background-color: #333;
        opacity: 0.2;
        position: absolute;
        height: 100%;
        display: block;
        width: 100%;
        left: 0;
    }
}

.lt-ie9 .threeRow span, .lt-ie9 .FourHovers ul li span {
    background-color: transparent;
}

/* Home banner with tabs */

.NewProds img {
    width: 100%;
}

.NewProds .WrapAround {
    padding: 0 10px;
}

.NewProds .LeftSide {
    padding: 0;
    border-left: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.NewProds .RightSide {
    padding: 0;
    border-right: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.NewProds .ProductTabs {
    padding: 0;
}

.NewProds .LeftSide, .NewProds .RightSide {
    margin-bottom: 20px;
}

.NewProds .FlatTop {
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 1;
    padding: 0;
    width: 20%;
}

.NewProds .SideOn {
    display: none;
}

@media (max-width: 767px) {
    .NewProds .LeftSide {
        border-right: 2px solid #ddd;
    }

    .NewProds .RightSide {
        border-left: 2px solid #ddd;
    }
}

@media (min-width: 768px) {
    .NewProds .LeftSide {
        border-right: 0;
    }

    .NewProds .RightSide {
        border-left: 0;
    }
}

@media (min-width: 1270px) {
    .NewProds .FlatTop {
        display: none;
    }

    .NewProds .SideOn {
        display: block;
        left: -27px;
        top: 0;
        width: 38px;
        position: absolute;
        z-index: 1;
    }
}

/* Newsletter Signup */

.signup-wrapper .signupInner {
    float: left;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #ddd;
}

    .signup-wrapper .signupInner .join-us-text {
        padding-top: 3px;
        text-align: right;
    }

.signup-text {
    padding-top: 4px;
    padding-left: 10px;
    font-size: 1.1em;
}

.signup-wrapper input#signupEmail {
    margin: 0;
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #ccc;
}

    .signup-wrapper input#signupEmail:invalid {
        background-color: #f7e0e0;
        border: 1px solid #c33;
    }

    .signup-wrapper input#signupEmail:valid {
        background-color: #ecf8eb;
        border: 1px solid #393;
        color: #000;
    }

    .signup-wrapper input#signupEmail:focus {
        outline: 0;
    }

.signup-wrapper input.signbut {
    width: 100%;
    border-radius: 0;
    padding: 5px 0;
    font-weight: bold;
}

.ie7WarnWrap {
    width: 100%;
}

.ie7Warn {
    background: #feffce;
    border: 2px #cdb21f solid;
    color: #000;
    padding: 10px;
    font-size: 1.3em;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.lt-ie8 .ie7Warn {
    margin-left: -5px;
    width: 99%;
}

.ie7Warn .text {
    width: 80%;
    float: left;
}

.ie7Warn .dismiss {
    width: 20%;
    float: left;
}

    .ie7Warn .dismiss button {
        padding: 10px;
        float: right;
    }

@media (max-width:767px) {
    .sub-buttons {
        margin-top: 20px;
    }

        .sub-buttons .mens-button {
            padding-left: 0;
        }

        .sub-buttons .womens-button {
            padding-right: 0;
        }
}

.lt-ie8 .Login .field input {
    height: 16px;
}

/*View orders*/
.Vieworders {
    background-color: #efefef;
    padding: 21px 20px 28px 20px;
}

@media (min-width:1080px) and ( max-width:1210px) {
    .Vieworders {
        padding: 28px 20px 38px 20px !important;
    }
}

/* ======START OF NEW ACCOUNT SECTION CSS taken from module.css====== */

/* ====== Layout styles ====== */
.Marginbottom-ten {
    margin-bottom: 10px;
}

.Paddingleft-five {
    padding-left: 5px;
}

.Paddingleft-ten {
    padding-left: 10px;
}

.Paddingright-five {
    padding-right: 5px;
}

.Paddingright-ten {
    padding-right: 10px;
}

.Paddingright-twenty {
    padding-right: 20px;
    float: left;
}

.Paddingbottom-fithteen {
    padding-bottom: 15px;
}

.Paddingtop-ten {
    padding-top: 10px;
}

.Paddingtop-twenty {
    padding-top: 20px;
}

.Padding-ten {
    padding: 10px;
}

.Marginright-ten {
    margin-right: 10px !important;
}

.floatright {
    float: right;
}

li.floatright {
    float: right;
}

/* <------------ START OF ACCOUNTS LANDING PAGE ----------> */
/* Title font properties */
#accounts_LeftSidePane h1 {
    float: left;
    font-size: 1.6em;
    margin: 10px 0 15px 0px;
    text-transform: none;
    padding: 0;
}

#accounts_RightSidePane h1 {
    float: left;
    font-size: 1.6em;
    margin: 10px 0 15px 0px;
    text-transform: none;
    padding: 0;
}

.Accountsmaintitle {
    margin-bottom: 20px !important;
}

.Landingaccount h2 {
    margin: 5px 0px 15px 0px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0;
}

/* Landing page containers */
.Landingaccount {
    border: 1px solid #CCCCCC;
    margin-top: 10px;
}

.Landingpassword {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.ResponsiveBtn {
    float: right !important;
    text-align: center;
}

/* Less padding on the accounts header for mobile */
@media (max-width: 767px) {
    .CancelResponsive {
        text-align: center;
        margin-top: 15px;
    }
}

.CancelResponsive {
    text-align: left;
}

.Accountfaq {
    margin-top: 20px;
    border: 1px solid #CCCCCC;
    background-repeat: no-repeat;
}

.Accountadvert {
    border: 1px solid #CCCCCC;
    margin: 20px 5px 0 5px;
    max-width: 100%;
    height: auto;
}

/* Media query to get rid of promotion image on ipad only */
@media (min-width:768px) and ( max-width:1021px) {
    .Accountadvert {
        display: none;
    }
}

/* Pane padding*/
#accounts_LeftSidePane {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

#accounts_RightSidePane {
    padding-left: 5px;
    padding-right: 5px;
}

/* Landing page padding*/
.Contentaccount {
    padding: 0px 20px 20px 20px;
}

/* Landing page Header */
.Landingaccountheader h1 {
    float: left;
    font-size: 2.4em;
    margin: 0px 0 15px 0px;
    text-transform: none;
    padding: 0;
}

.Landingaccountheader {
    margin: 0px 5px 20px 8px;
}

/* Less padding on the accounts header for mobile */
@media (max-width: 767px) {
    .Landingaccountheader {
        margin: 0px 5px 20px 5px;
    }
}

.Accountscardicons {
    padding: 15px 0 0 0px;
    text-align: center;
}

.orderHistory {
    padding: 0px 5px 10px;
}

/* Resonsive text for manage cards */
.Responsivetextarea {
    font-size: 1.2em;
    text-decoration: underline;
    padding: 16px 0px 8px 0px;
}

/* Padding for default cards */
.PaddingDefaultCards {
    padding: 4px 4px 0px 4px;
}

/* Responsive larger text for view payments option */
@media (max-width:767px) {
    .Responsivetextarea {
        font-size: 1.4em;
    }
}

/* Makes buttons larger on mobile devices */
@media (max-width: 767px) {
    .ImgButWrapResponsive a {
        padding: 12px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 1021px) {
    .Viewordersresponsive {
        margin-bottom: 20px;
    }
}


/* Line divide */
.underlineit {
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

/* Line divide Registration */
.UnderlineitRegistration {
    margin: 25px 0px 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.UnderlineitRegistrationLast {
    margin: 25px 0px 15px 0px;
}


/* Responsive button */
.ImgButWrapResponsive {
    width: 100%;
    text-transform: none !important;
}

/* Accounts grey button colour */
#grey a {
    text-align: center;
    padding: 16px 30px !important;
    border: 2px solid #ccc;
    color: #444 !important;
    font-size: 13px;
    cursor: pointer;
    background-color: #d0d3d9 !important;
    background-image: linear-gradient(#e6e9ef, rgba(230, 233, 239, 0)) !important;
}

    #grey a:hover {
        background-color: #c9ccd1 !important;
        border: 2px solid #bbb;
    }

/* Sidebar menu hover states */
#accountMenu a:hover, #accountMenu a:active {
    display: block;
    color: #000;
    background-color: #eeeeee;
}

/* <------------ START OF ACCOUNTS SUB PAGES ----------> */
/* Accounts button */
.Accountsbutton {
    padding-top: 15px;
}

.cancel_btn {
    padding: 0px 5px;
    float: left;
}

/* Media query for larger cancel button*/
@media (max-width: 767px) {
    .cancel_btn {
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
}

/* Media query for larger sizes */
@media (max-width: 767px) {
    .cancel_btn {
        display: none;
    }
}

@media (max-width: 767px) {
    #accountMenu {
        font-size: 1.3em;
        margin-top: 40px !important;
        padding: 0px 10px 0px 10px;
    }
}

.Safemessage_btn {
    padding-bottom: 20px;
}

/* Media query to make safety message remove in mobile) */
@media (max-width:767px) {
    .Safemessage_btn {
        display: none;
    }
}

.Paddingfieldset #cardsheader {
    float: right;
    padding: 0px;
    width: 97.5%;
}

/* Address manager section */
.Responsive #addressbook-list {
    margin: 10px 4px -10px 5px;
}

.Addresscontainer #addressbook-buts div.AddressButtsButton {
    margin-top: 20px;
    float: right;
    margin-right: 0;
    margin-left: 0;
}

.Addresscontainer #addressbook-title {
    padding: 0px 16px;
    margin-bottom: 8px;
}

.Passwordinfo {
    margin-top: 10px;
    margin-left: 1%;
}

    .Passwordinfo p {
        padding: 0 8%;
    }

/* ====== Address book  ====== */
.Addresscontainer {
    border: 1px solid #CCCCCC !important;
    margin: 0px 5px 0px 5px;
}

#addressbook-edit-dialog .ManuallyAddIt div {
    min-width: 261px;
}


@media (max-width:767px) {
    #addressbook-buts div {
        width: 100%;
        margin-right: 0px !important;
    }

    .ImgWrapResponsive {
        width: 100%;
        padding: 10px;
    }

    #addressbook-edit-dialog .ManuallyAddIt div {
        margin-right: 5px;
    }

    #addressbook-edit-dialog .row {
        padding: 4px 0 !important;
    }
}

.OrderGroup .ButtonOrder, .OrderGroup .TrackOrder {
    margin-bottom: 8px;
}

@media (max-width:880px) and (min-width:768px) {
    #addressbook-buts div {
        margin-right: 35px;
    }
}

.OrderhistorySummary {
    padding: 0px 5px 0px 5px;
}

/* Order history page */
.OrderPaging a[disabled] {
    color: #979797;
    border: 1px solid #eee;
    cursor: default;
}

.Paddingfieldset {
    padding: 25px 20px;
}

/* ====== Account footer ====== */
.accountFooter {
    padding: 10px 5px 10px 5px;
    display: inline-block;
    width: 100%;
}

/* To make order history summary mobile version */
@media (max-width:767px) {
    .ButtonOrder, .TrackOrder {
        padding: 6px;
        font-size: 1.2em;
        margin-bottom: 10px;
    }
}

.OrderGroup .OrderColA {
    padding: 10px 15px 10px;
}

/* ====== Indicator fixes and address (taken from module.css)====== */
/*Password error styles*/
.GreyBackgroundDisplay {
    background: #eeeeee !important;
}

.errorindicator {
    float: right;
    text-align: left;
    margin-top: 10px;
    position: absolute;
    width: 150px;
    margin-left: 340px;
}

.Paddingfieldset .errorindicator {
    display: none;
}

@media (max-width:1021px) {
    .errorindicator {
        float: none;
        text-align: right;
        margin-top: 0px;
        position: relative;
        width: 0px;
        margin-left: 0px;
    }
}

.Passwordetailsindicator {
    display: inline;
    float: right;
    position: absolute;
    width: 230px;
    margin-left: 330px;
}

@media (max-width:1021px) {
    .Passwordetailsindicator {
        float: right;
        position: relative;
        margin-top: 0px;
        width: 210px;
        margin-left: 0px;
    }
}

.DefaultAddress {
    background-image: url("/images/core/Defaulticon.jpg");
    background-repeat: no-repeat;
    padding-left: 25px;
    text-decoration: underline;
}

#addressbook-list ul li .addressbook-type {
    margin-top: 15px;
}

#accountMenu a {
    padding: 10px 20px 10px 10px !important;
}

/*Order summary page taken from module.css*/
.OrderGroup {
    padding: 0px;
}

    .OrderGroup .OrderColB {
        height: 100%;
        margin: 0px;
        min-height: 180px!important;
        padding: 7px 15px 15px 15px;
    }

    .OrderGroup .OrderColC {
        padding: 7px 10px 10px 10px;
    }

OrderDetail a.dnnPrimaryAction {
    text-transform: none;
}

#divDelButton {
    margin-top: 15px !important;
}

@media (max-width:767px) {
    .OrderColC {
        padding: 15px;
    }

    #divDelButton {
        margin-top: 5px !important;
    }
}

.OrderDetailLine .col .orderdtls {
    background: none !important;
}

@media (max-width:767px) {
    .orderdtls {
        margin: 10px 0 10px 0;
    }

    .OrderDetailLine {
        padding: 10px;
    }
}

.OrderDetailLine .col .orderdtls a {
    padding: 10px 15px;
}

.HeaderOrder {
    padding: 5px 0px 12px 0px;
}

.OrderGroup .ProductLine .DescTitle a.LeaveReview {
    max-width: 80px;
}

#divCheckbox {
    padding: 4px 4px 4px 4px !important;
}

#divNameOnCard, #divExpiryDate, #divCardName {
    margin: 4px 0 !important;
}

.cardLineRow, .cardLineRowHighlight {
    margin-bottom: 12px !important;
}

.Responsive #divCheckbox {
    text-align: center;
}

.Responsive .imgCard {
    margin-left: 0px !important;
}

.txtfield {
    margin-top: 10px;
}

p.AlignCenter {
    margin-bottom: 20px;
}

.errorlarry li {
    list-style: circle;
    padding: 3px;
    font-size: 1.1em;
    margin-left: 15px;
    margin-bottom: 10px;
}

/*Order Confirmation CSS taken from module.css*/

.OrderDetail h1 {
    border-bottom: 0px solid #ccc !important;
}

.row .OrderDetail a.dnnPrimaryAction {
    text-transform: none;
}

.OrderDetail a.dnnPrimaryAction {
    text-transform: none !important;
    padding: 15px 40px !important;
}

.OrderDetail .OrderDetail h4 {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 10px;
}

.OrderDetail .OrderDetail {
    padding: 0px 20px 20px 20px;
}

    .OrderDetail .OrderDetail td {
        font-size: 1.1em !important;
    }

    .OrderDetail .OrderDetail .OrderFooter {
        font-size: 0.9em;
    }

.s-checkout-fix {
    margin-bottom: 0;
}

.OrderDetail h1 {
    text-align: left !important;
}

#s-shipping-confirmation-title p {
    text-align: left !important;
    margin-bottom: 10px !important;
}

.Orderhistoryprimarybtn {
    margin-right: 0 !important;
}

.OrderDetail .Orderborderfirst {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 25px;
}

.OrderDetail .Orderborder {
    border: 1px solid #CCCCCC;
    margin-bottom: 25px;
    min-height: 147px;
}

.OrderDetail .Orderborderlast {
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding: 0px 10px 10px 10px;
}

.OrderDetail .OrderDetail #BasketDiv {
    margin-top: 10px;
}

.row .OrderButtons {
    text-align: right;
}

.row .OrderDetail a.dnnPrimaryAction {
    margin-right: 0;
}

#Values {
    float: left;
    padding: 10px;
}

.OrderDetail .OrderDetail .address span, .OrderDetail .OrderDetail #InvoiceDetails div span {
    display: block;
}

.OrderDetail .OrderDetail #InvoiceDetails {
    margin-right: 0px !important;
}

.row .OrderDetail .OrderDetail #InvoiceDetails #Labels {
    padding: 5px;
}

.row .OrderDetail .OrderDetail #InvoiceDetails #Values {
    padding: 5px;
}

@media (max-width:767px) {
    .OrderDetail .Orderborderfirst {
        border: 1px solid #CCCCCC;
    }

    .OrderDetail .Responsive .OrderDetail #InvoiceDetails {
        padding: 10px;
    }
}

#divNavButtonsBottom {
    margin-top: 20px;
    padding-right: 0;
}

@media (max-width:767px) {
    .ImgButWrapResponsiveGrey {
        width: 100%;
        text-transform: none !important;
        padding-right: 0;
    }

    #grey a {
        margin-bottom: 20px;
    }
}

#OrderDetailDiv {
    padding: 10px 30px 10px 20px;
    border-top: 1px dashed #bababa !important;
}

.OrderDetail .OrderDetail h4 {
    text-transform: none !important;
}

#OrderHistoryPeriod select {
    border: 1px solid #ccc !important;
    background-color: #fff !important;
}

#OrderHistoryPeriod select {
    width: 250px;
}

#OrderHistoryPeriod .periodSelect {
    margin: 20px 0 20px 0;
}

.OrderDetail .OrderDetail #BasketDiv table {
    margin-bottom: 15px;
}

#lblGiftCardValue {
    color: red;
}

.glyphicon-lock {
    padding-right: 5px;
}

.OrderhistorySummary .OlderOrderSeparator {
    font-size: 1.8em;
    padding: 10px;
    padding-left: 20px;
    margin-top: 20px !important;
}

.red {
    color: red;
}

@media (max-width:767px) {
    .discountText {
        display: none;
    }
}

.OrderDetail .OrderDetail td.price .discount {
    color: red;
}

#OrderDetailDiv .total .FooterItem {
    font-size: 1.2em;
    color: #000 !important;
    font-weight: bold;
}

.Orderdetailstop {
    padding: 10px 10px 0px 10px;
}

.discountText {
    color: #626262 !important;
}

:focus {
    outline: 0px dotted #999 !important;
}

.Storefooterbutton {
    font-size: 13px;
}

/*CSS for collectplus pop up taken from module*/

#cboxContent #collectInStoreConfirmationText, #collectPlusConfirmationText {
    float: none;
}

#postcodeSearch #AddressMapStoreViewToggleContainer a {
    text-transform: none;
}

#postcodeSearch #AddressMapStoreViewToggleContainer a {
    background-color: #fff;
}


    #postcodeSearch #AddressMapStoreViewToggleContainer a:hover {
        background-color: #f4f4f4;
    }

.Responsive #addressbook-addAddressMapConfirmation-dialog .storeOpeningTimes tr td span {
    padding: 2px 8px 2px 0px;
}

#litMonStoreOpenTimeLeft {
    padding-left: 10px;
}

#storeInfo .ShopDay {
    border-right: 0px;
}

.CollectBring {
    border: 1px solid #CCCCCC !important;
}

.Responsive #CollectStoreViewToggleList {
    margin-right: 0 !important;
}

.Responsive #postcodeSearch #AddressMapStoreViewToggleContainer a {
    float: right;
}

.Collectplusthumbs {
    text-align: center;
}

p.Collectplusthumbs {
    text-align: center !important;
}

#AddressMapSplashPageCollectPlusTextContainer h3 {
    margin-bottom: 5px;
    margin-bottom: 10px;
}

.Responsivedisplaynone {
    display: none !important;
}

@media (max-width:767px) {
    .Collectplusicons {
        display: none;
    }

    p.Collectplusthumbs {
        text-align: left !important;
    }

    .Responsivepadding {
        padding: 15px 0 20px 8px;
    }

    .Addressmaintitle {
        font-size: 1.2em;
    }

    .Addressmaintitle {
        max-width: 500px !important;
    }

    .Responsivedistance {
        text-align: right;
    }
}

#cboxContent #postcodeSearch input {
    background: none repeat scroll 0 0 #fff !important;
}

.Nocardsfound {
    margin: 20px 20px 27px 0px;
    font-size: 1.3em;
}

.Responsive #addaddressMapConfirmationTextContainer a {
    margin-top: 16px;
}

    .Responsive #addaddressMapConfirmationTextContainer a.dnnPrimaryAction {
        padding: 15px !important;
    }

#cboxContent #postcodeSearch {
    border-bottom: 0;
    margin-bottom: 5px;
}

#cboxContent .storeWrapper {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 5px 10px 5px;
    margin-top: 0;
}

.Responsive #cboxWrapper {
    max-height: 630px;
}

.Addressmaintitle {
    line-height: 1.6em;
    max-width: 278px;
    padding-left: 10px;
}

#cboxContent .addressMap-store-name {
    border-bottom: 0;
    margin-bottom: 0;
}

.Responsive #addressMap-StoreView-list-view-dialog {
    border: 1px solid #CCCCCC !important;
}

.dnnFormMessage.dnnFormSuccess {
    background-color: #cde7dc;
    border-color: rgba(89, 167, 133, 0.5);
    margin: 0px 0px 20px 6px;
    color: #036f24;
    border-radius: 0;
}

.dnnFormMessage.dnnFormError {
    color: #333;
    padding: 6px 8px 6px 16px;
}

.addressMap-store-details td {
    padding: 0 15px 0 0;
}

#cboxContent .addressMap-store-details {
    padding-left: 5px;
}

#postcodeSearch #AddressMapStoreViewToggleContainer {
    margin-top: 0;
}

#addressbook-modal-background {
    overflow: visible;
}

.OrderDetailLine {
    border: 0 !important;
}

.OrderGroup .OrderColC .ButtonOrder a, .OrderColC .TrackOrder a {
    padding: 5px 15px;
    font-weight: bold;
    display: block;
}

.Collectplusdistancetitle {
    margin-right: 48px;
}

.Collectplusstoretitle {
    padding-left: 18px;
}

/*finance return screen*/
.financeReturnMessage {
    margin-bottom: 15px;
}

#divPayViaAlternativePaymentMethod a {
    color: #fff;
}

.alternatePaymentBtn {
    white-space: normal !important;
}

@media (max-width:767px) {
    .Collectplusstoretitle {
        margin-right: 38px;
        padding-left: 18px;
    }

    .Collectplusheaderrow {
        display: none;
    }
}

@media (max-width:1021px) {
    .Collectplusstoretitle {
        margin-right: 32px;
    }
}

.Collectplusheaderrow {
    margin-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
    padding: 4px 4px 4px 14px;
    background-color: #f4f4f4;
}

.Collectpluscanclebutton {
    text-align: right;
}

.mandatoryindicator, .errorlarry {
    color: #CC0000 !important;
}


.RegLabel {
    float: left;
    width: 30%;
    margin-top: 10px;
}

@media (max-width:767px) {
    .RegLabel {
        width: 100%;
    }
}

.contact-responsive {
    margin: 0px 0 10px;
    text-align: left;
    width: 100%;
}

.ChangePasswordText {
    line-height: 1.3em;
}

/* ======END OF NEW ACCOUNT SECTION CSS taken from module.css====== */

/* CS SIZEGUIDE */
.cs_sizeguide {
    width: 100%;
}

    .cs_sizeguide td {
        padding: 8px 0;
        text-align: center;
    }

    .cs_sizeguide > tbody > tr:nth-child(1) > td {
        text-align: left;
        padding: 8px;
    }

    .cs_sizeguide > tbody > tr td {
        border-right: 1px solid #ccc;
    }

        .cs_sizeguide > tbody > tr td:last-child {
            border-right: none;
        }

    .cs_sizeguide > tbody > tr:nth-child(2) {
        color: #fff;
    }

/*NEWSLETTER POP UP CENTER TEXT ON MOBILE*/
@media (max-width: 767px) {
    .signup-wrapper .signupInner .join-us-text {
        text-align: center;
        margin-bottom: 18px;
        font-size: 1.1em;
    }
}
/*END OF NEWSLETTER POP UP CENTER TEXT ON MOBILE*/

/*Button Transitions*/
@media (min-width: 1022px) {
    .ImgButWrap a, .ImgButWrap a:active, .ImgButWrap a:visited, .ImgButWrap a:link, .ImgButWrap input, a.prc_comment_postcomment, a.prc_commentpostingpanelcommentsectionlink, .OrderDetail a.dnnPrimaryAction, a.buttonAction, .Basket #BasketDiv .UpdateQuant, div.store-fields-main table tr td .button, .clear-but input, .store-fields-main table tbody tr td.button input, .Login .loginContainer .ImgButWrap, .pnl-notifications table tr td.right a, .Profile a.dnnPrimaryAction, #addressbook-edit-dialog a.dnnPrimaryAction, .button ImgButWrap, button, input[type="button"], input[type="reset"], input[type="submit"], .primary2 a.dnnPrimaryAction, .primary2 input, .primary a.dnnPrimaryAction, .s-basket-button-right a.dnnPrimaryAction, #aPayNow, .buttonAction, .s-basket-button-right input, #aViewBag, .PersVouchBasketContainer .ImgButWrap a, a#aWishListLink, nav#topMenu ul li.root, .prc_ratingblock a.aAddProductReviewComments, .Wishlistcontainer #ImgButWrapResponsive a, .form-wrapper .SubmitButton input, .thankyou-wrapper input, .ButtonOrder a, #BasketDiv .BagandCheckoutBtn .secondary a, #BasketDiv .BagandCheckoutBtn .secondary2 a, .OrderColC .TrackOrder a, .CareersBrand .vacancy-search-submit a, .CareersBrand .vacancy-more-info-btn a, .Sharebutton a:hover, .Sharebutton a, nav#topMenu li.root > a, #topLinkMenu ul.TopLinkMenu > li, .MenuRightLogin ul.TopLinkMenu > li, .ToplinksGroup .search a span.search-outer, .ToplinksGroup .search a span.search-outer:hover {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
    }

    #BodyWrap-Popup .ImgButWrap a {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
    }
}

.dnnFormItem {
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 10px 0 0;
}

