﻿/********************************************************************
*                                                                   *
*	                      STYLESHEET INDEX                          *
*                                                                   *
*    Text Styles                                                    *
*    Basic Styles (Img styles, float classes, etc.)                 *
*    Content Specific Styles                                        *
*    Welcome Screen Styles                                          *
*    BUTTON STYLING                                                 *
*    Link Styles                                                    *
*    Tabs                                                           *
*    Modal Popup Background Style                                   *
*    Theme Styles                                                   *
*    ADMIN Main Menu                                                *
*    Report Styles (.treeview et al)                                *
*    Textbox styles                                                 *
*    Generic Textbox Styles                                         *
*    Gridview Styles                                                *
*    r.a.d.grid default / embedded skin                             *
*	 DASHBOARD														*
*    IDs 															*
*	 Event Entry Modal                                              *
*    Autocomplete
*    JQuery UI Dialog                                               *
********************************************************************/
@font-face {
    font-family: 'TitilliumMedium';
    src: url('Fonts/titilliummedium-webfont.eot');
    src: url('Fonts/titilliummedium-webfont.eot?iefix') format("embedded-opentype"),
         url('Fonts/titilliummedium-webfont.woff') format('woff'),
         url('Fonts/titilliummedium-webfont.ttf') format('truetype'),
         url('Fonts/titilliummedium-webfont.svg#webfontfd5HKSW0') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumBold';
    src: url('Fonts/titilliumbold-webfont.eot');
    src: url('Fonts/titilliumbold-webfont.eot?iefix') format("embedded-opentype"),
         url('Fonts/titilliumbold-webfont.woff') format('woff'),
         url('Fonts/titilliumbold-webfont.ttf') format('truetype'),
         url('Fonts/titilliumbold-webfont.svg#webfontEjgpBds4') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumXBold';
    src: url('Fonts/titilliumextrabold-webfont.eot');
    src: url('Fonts/titilliumextrabold-webfont.eot?iefix') format("embedded-opentype"),
         url('Fonts/titilliumextrabold-webfont.woff') format('woff'),
         url('Fonts/titilliumextrabold-webfont.ttf') format('truetype'),
         url('Fonts/titilliumextrabold-webfont.svg#webfontsDO2OUJD') format('svg');
    font-weight: normal;
    font-style: normal;

}


body.modalBodyTag {
	margin:0;
}


.toolbar
{
	background: url('../Images/toolbar.gif') repeat-x;
	border-bottom: 5px white solid;
	color: #fff;
	height: 32px;
	overflow: hidden;
	line-height: 30px;
	padding: 3px 0 0 0;
	z-index: 100000;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.spacer4 {
	clear:both;
	height:4px;
}

br {clear: both;}

.toolbar .wrap
{
	width: 960px;
	margin: 0 auto;
	padding: 0 20px
}

.logo
{
	background: #fff;
	-moz-box-shadow: 0px 0px 5px #676767;
	-webkit-box-shadow: 0px 0px 5px #676767;
	box-shadow: 0px 0px 5px #676767;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px #bdbdbd solid;
	text-align: center;
	padding: 10px;
	width: 170px;
}



.toolbar .wrap ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.toolbar .wrap ul li
{
	margin: 0 0 0 7px;
	padding: 0;
	float: left;

}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
}

.pctInput:after {
	content:" %";
}

/*/ Text Styles /*/
/* .content > h1 {
	text-transform: uppercase;
} */

.bold, b
{
	font-weight: normal;
	font-family: 'open_sansbold';
}

.italic
{
    font-style:italic !important;
}

.small
{
	font-size: 11px;
	text-transform: none;
	color:#959595;
}

.tiny
{
	font-size: 11px !important;
	line-height: normal;
	text-transform: none;
	color: #959595 !important;
}

.error
{
	font: 16px/16px 'open_sansbold', Arial, "Times New Roman", Times, serif;
	color: #94231d;
	margin: 5px 0px;
	display: inline;
}

.eventEntryFields.eventEntryPhotoUpload .error {
    position: static !important;
}

.error_small
{
	font: 12px/12px 'open_sansbold', Arial, "Times New Roman", Times, serif;
	color: #94231d;
	margin: 5px 0px;
	display: inline-block;
}

.red
{
	color: #94231d
}

.green {
	color: #6FB75F;
}

.charcounter
{
	display: block;
	float: none !important;
}

.charcounter .number
{
	font-family: 'open_sansregular';
	color: #0078BF
}

.filters
{
	font: 11px/25px 'open_sansbold', Arial, Verdana, sans-serif;
	color: #777;
	margin-right: 10px;
	width: 50px;
	text-transform: uppercase
}

.pagination
{
	text-align: right;
	color: #333;
}

.pagination .viewAll
{
	margin: 0 10px 0 5px;
}

.pagination .currentPage
{
	font-family: 'open_sansbold';
}

.pagination .show
{
	margin-left: 25px;
}

/*/ Basic Styles /*/

img
{
	border: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
}

.textRight
{
	text-align: right;
}

.margin
{
	margin: 15px;
}

.marginright
{
	margin-right: 20px;
}

.nopad
{
	padding: 0;
}

.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
	float: none !important;
}

.displayInline {
	display: inline;
}

.round2px {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.welcome
{
	font: 10pt/13pt 'open_sansbold', Verdana, Arial;
	color: #231f20;
	margin-right: 15px;
}

.logout
{
}

.hr,
.box .hr
{
	margin: 5px 0px;
	width: 100%;
	background-color: #ddd;
	height: 1px;
	overflow: hidden;
}

.box .hr
{
	background-color: #ccc;
}

.verticalPad {
	display:inline-block;
	height:40px;
}

a.openModal {
	display:inline-block;
	margin-left:15px;
}

.tabbedContent {
	margin:8px 0;
}


/*/ Content Specific Styles /*/
.wrapper
{
	margin: 0 auto;
	width: 1100px;
}

.header
{
	text-align: center;
}


.content:not(.redactor-editor)
{
	width: 960px;
	margin: 70px auto 0 auto;
	padding: 25px 20px 40px;
	background-color: #fff;
	min-height: 655px;
	position: relative;
}



.login {
    background: none;
    height: auto;
    padding: 10vw 40px 40px;
    width: 100%;
}

/*/ Welcome Screen Styles /*/

.get-started
{
	font: 13px/18px Arial, Verdana, sans-serif;
}

.get-started h1
{
	text-transform: none;
	line-height: 30px
}

.get-started .small
{
	font-size: 12px;
}

.rounded,
.quick
{
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f1f1f1;
	padding: 15px;
	margin-top: 10px;
	position: relative;
	zoom: 1
}

.rounded h2
{
	margin: 0 0 10px 0;
}

.quick
{
	background: white;
	margin-top: 0;
}

.rounded ul,
.quick ul,
.cats
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}

.cats
{
	margin: 15px 0 0 0 !important;
}

.rounded ul li,
.quick ul li
{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
}

.rounded .themes li
{
	margin: 0 17px 15px 18px;
}
.quick ul li ul
{
	margin: 0;
	padding: 0;
}

.quick ul li ul li
{
	float: none;
	margin: 0;
	padding: 0;
	line-height: 25px
}

.rounded .wide
{
	width: 475px;
}

.rounded .col
{
	width: 160px;
	padding: 0 10px;
	border: 1px #cbcbcb solid;
	border-width: 0 1px 0 0;
	min-height: 375px;
}

.rounded .col ul li
{
	float: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.rounded .col ul .margin
{
	margin-left: 20px
}

.rounded .col input,
.rounded .col label
{
	float: left;
}

.rounded .col label
{
	width: 130px;
}

.rounded .noborder
{
	border: 0 !important;
	width: 180px !important;
}

.noborder label
{
	width: 150px !important;
}


.login p
{
	margin-top: 0
}

.menu
{

}

.menu .links .left
{
	width: 210px;
}

.menu .links
{
	width: 630px;
	margin-left: 20px;
}

.menu .links h2
{
}

.box h2
{
	font: 18px/22px 'open_sansbold', Arial, "Times New Roman", Times, serif;
	color: #0078bf;
	text-transform: uppercase;
	margin-bottom: 0;
}

.box h3
{
	font: 15px/17px 'open_sansbold', Arial, "Times New Roman", Times, serif;
	color: #3b94c6;
	text-transform: uppercase;
	margin-bottom: 0;
}

.box h4
{
	font: 12px/14px 'open_sansbold', Arial, "Times New Roman", Times, serif;
	color: #7e7e7e;
	text-transform: uppercase;
	margin: 5px 0;
}

.menu .box
{
	background-color: #eae6d9;
	border: 1px #d0d0d0 solid;
	width: 280px;
	padding: 10px;
}

.menu ul
{
	list-style-image: url('../Images/menu_bullet.gif');
	line-height: 20px;
	margin: 0 0 0 25px;
	padding: 0
}

.box ul
{
	margin-top: 0px;
	padding-top: 0px;
}

.partner-info
{
	border: 1px #d8d8d8 solid;
	border-width: 0 1px 0 0;
	width: 135px;
	padding-right: 15px;
	margin-bottom: 35px;
}

.partner-info h3
{
	margin-bottom: 0
}

.partner-description
{
	padding-left: 25px;
	width: 650px;
}

.field,
.field_nopad
{
	width: auto !important;
	text-align: left;
	float: none;
	clear: both;
}

.field_nopad
{
	padding: 5px 5px 5px 0;
	width: auto;
}

.disable
{
	background-color: #ececec;
	padding:5px;
}

.enable
{
	background-color: transparent
}

.input,
.input-multi
{
	width: auto;
	text-align: left;
	float: none;
	margin-bottom: 5px;
}

.input-multi
{
	width: 355px;
}

.fupBorder {
	border: 1px solid #C3DFEE !important;
}

.label
{
	float: left;
	width: 150px;
	text-align: right;
}

.labelInput {
	margin-bottom: 8px;
	max-width: 100%;
}

.textboxwrapper span,
.dropdownlistwrapper span
{
	float: left;
}

.labelInput .dropdownlist {
	margin-left: 0 !important;
}

.friendlyURLExTextbox .textboxwrapper span {
	float:none;
	padding: 0;
}


li .textboxwrapper span,
.box .textboxwrapper span,
.box .dropdownlistwrapper span,
.input .textboxwrapper span,
.input .dropdownlistwrapper span,
.charcounter,
.charcounter span
{
	padding: 0 0;
}

.textboxwrapper .error,
.dropdownlistwrapper .error
{
	display: inline;
	float: none !important;
}

.eventmainphoto
{
	background: url('../App_Themes/images/eventmainphoto_bg.gif') no-repeat;
	height: 380px;
}

.rollover
{
	position: relative;
	cursor: pointer;
	display: inline-block;
	color: #0081d1;
	text-decoration: none;
	min-width:150px;
}

.rollover.eventTitles {
	font-family:'open_sansbold';
}

.rollover.eventTitles>a {
	text-decoration:none;
}

.rolloverexplanation
{
	display: none;
	font-size: 10px;
	line-height: 15px;
	padding: 10px;
	position: absolute;
	border: 1px #bbb solid;
	background-color: #fff;
	z-index: 555;
	color: #4E4E4E;
	text-decoration: none !important;
	font-weight:normal;
}

.toolTipRight .rolloverexplanation {
	left: 0 !important;
	right: auto !important;
}

.toolTipLeft .rolloverexplanation {
	right: 0 !important;
	left: auto !important;
}

.rolloverexplanationformmodules
{
	display: none;
	font-size: 10px;
	line-height: 15px;
	padding: 10px;
	position: absolute;
	width: 300px;
	border: 1px #bbb solid;
	background-color: #fff;
	z-index: 555;
	color: #4E4E4E;
	text-decoration: none !important;
	font-weight:normal;
}

#sortableGrid .rollover .rolloverexplanation,
.ui-sortable .rollover .rolloverexplanation,
.gridview .rollover .rolloverexplanation,
.GridRow_MultiLevelTable .rollover .rolloverexplanation,
.GridAltRow_MultiLevelTable .rollover .rolloverexplanation {
	overflow:hidden;
	height:auto;
	top:8px !important;
	left:-7px !important;
	line-height: 1;
}

.rollover .rolloverexplanation {
	width:inherit;
	white-space:nowrap;
	font-family: 'open_sansregular';
}

.rolloverexplanation ul li {
  margin: 0 !important;
}

.ui-sortable  .rollover .rolloverexplanation a,
.gridview  .rollover .rolloverexplanation a,
.GridRow_MultiLevelTable  .rollover .rolloverexplanation a,
.GridAltRow_MultiLevelTable .rollover .rolloverexplanation a {
	display:block;
	text-decoration: none;
  color: #fff;
  width: 100%;
  padding: .5em .75em;
  box-sizing: border-box;
}

.ui-sortable  .rollover .rolloverexplanation a:hover,
.gridview  .rollover .rolloverexplanation a:hover,
.GridRow_MultiLevelTable .rollover .rolloverexplanation a:hover,
.GridAltRow_MultiLevelTable .rollover .rolloverexplanation a:hover{
	display:block;
	color:#fff;
  background: #004875;
}

.inTable {

}

.rollover span {
	text-decoration:underline;
}

.rollover span span {
	text-decoration:none;
	cursor: default;
}

.rollover.hover .rolloverexplanation,
.rollover:hover .rolloverexplanation
{
	display:block;
	left:100%;
	top:0;
}

#pageToolsText .rollover.hover .rolloverexplanation,
#pageToolsText .rollover:hover .rolloverexplanation
{
	display:block;
	right:100%;
	top:0;
	left:auto;
}
/*

.display .rollover.hover .rolloverexplanation,
.display .rollover:hover .rolloverexplanation
{
	left: -110%;
	top: 0;
}
.display .rolloverexplanation
{
	width: auto;
	white-space: nowrap;
}

.rolloverexplanation:hover {
	cursor:text;
}

.shortRollover {
	width:auto !important;
	left:-80px !important;
}*/

.rollover:hover .shortRollover {
	display:inline-block;
}

.validator
{
	font-size: 10px;
	padding: 10px;
	width: 300px;
	border: 1px #bbb solid;
	background-color: #e5f0f8;
}

.status,
.filter
{
	margin-left: 13px;
}

.left.status {
	margin-top: 2px;
}

.categoryDropdowns {
	margin-left:60px;
}

.add
{
	margin: 2px 0 0 10px
}

.highres
{
	margin: 18px 17px 17px 18px;
}
.footer
{
	font: 11px/14px Verdana, Arial, Sans-Serif;
	color: #fff;
	margin: 20px 75px;
}

.footer ul
{
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0
}

.footer ul li
{
	float: left;
	line-height: 26px;
}

.footer .separator
{
	color: #2c1705;
	margin: 0px 10px;
}

.icons
{
	padding-top: 5px;
}

.icons img
{
	margin-left: 10px;
}

.icon
{
	padding: 0px 10px;
	border-right: 1px #c1bdb6 dotted;
}

.eventModule { width: 300px; padding: 10px; background-color: #e5f0f8; margin: 0 0 3px 0; cursor: move}
.ui-sortable tr {cursor: move}


.space {
     margin: 3px 25px 0 0;
}

/********************** BUTTON STYLING ***************************/

.send, .cancel {
	margin:4px 8px 30px 0;
}


/* END BUTTON STYLING */

/*/ Link Styles /*/

a
{
	color: #0081d1;
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

a:hover
{
	text-decoration: none;
}

a:focus {
    outline: none;
}


h2 a
{
	color: #0081d1
}


.logo_link
{
	width: 115px;
	height: 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}


.footer a
{
	color: #fff;
	text-decoration: underline;
}

.footer a:hover
{
	text-decoration: none;
}

.bc a
{
	color: #555;
}

.bc a:hover
{
	text-decoration: none
}

.toggle-panel,
.help
{
	background: #ccc;
	position: relative;
	margin: 0 5px;
	width: 910px;
	padding: 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	display: none;
	clear: both;
}

.toggle-close
{
	position: absolute;
	top: 3px;
	right: 10px;
	text-decoration: none;
	color: #7E7E7E !important;
}

.help
{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius:0 0 5px 5px;
	display: none;
}

.toggle-panel h2, .toggle-panel h3
{
	color: #4E4E4E;
}

.toggle-panel h2
{
	font-size: 18px;
}

.toggle-panel p
{
	margin: 0 0 10px 0;
	padding: 0
}


/* Tabs */

.tab,
.tab_on
{
	float: left;
	display: block;
	background: #f1f1f1;
	padding: 3px 12px;
	height: 18px;
	margin: 14px 7px 0 0;
}

.tab_on
{
	padding: 4px 15px;
	background: #f1f1f1;
	height: 20px;
	color: #04629f;
	margin-top: 10px;
}

.tab
{
	color: #9b9b9b;
	font:11px 'open_sansbold', Arial,Helvetica,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.tab_on
{
	color: #04629f;
	font: 11px 'open_sansbold', Arial,Helvetica,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.tab:hover
{
	height: 22px;
	text-decoration: none;
	margin-top: 10px;
	color: #04629f;
}


.subtab,
.subtab_on
{
	float: left;
	display: block;
	background: #fff;
	border: 1px #e9e8e3 solid;
	border-width: 1px 1px 0 1px;
	padding: 3px 15px;
	height: 14px;
	margin: 17px 7px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-moz-box-shadow: 1px 0 3px #cccccc;
	-webkit-box-shadow: 1px 0 3px #cccccc;
	box-shadow: 1px 0 3px #cccccc;
}

.subtab_on
{
	padding: 4px 15px;
	background: #fff;
	height: 16px;
	color: #04629f;
	margin-top: 13px;
}

.subtab
{
	color: #9b9b9b;
	font: 12px/15px Arial, "Times New Roman", Times, serif;
	text-decoration: none
}

.subtab_on
{
	color: #04629f;
	font: 12px/15px Arial, "Times New Roman", Times, serif;
	text-decoration: none
}

.subtab:hover
{
	padding: 4px 15px;
	height: 16px;
	text-decoration: none;
	margin-top: 13px;
	color: #04629f;
}


.tab_divider
{
	border-top: 1px #cecdc1 solid;
	width: 100%;
	height: 1px
}


.tabs
{
	margin: 15px 0 0 8px;
	height: 38px;
}

.pressitems .tabs
{
	margin: 0px;
	padding: 0px;
}

.tabs ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.tabs li
{
	float: left
}

.tabs li img.onstate
{
	display: none !important;
}

.tabs li img.offstate
{
	display: inline !important;
}

.tabs li:hover img.onstate
, .tabs li.hover img.onstate
{
	display: inline !important;
}

.tabs li:hover img.offstate
, .tabs li.hover img.offstate
{
	display: none !important;
}



#sponsorPageModal {
	color:#383838;
}

#sponsorPageModal > div {
	padding-left:5px;
}

#sponsorPageModal div.input {
	padding-left:0;
}

#sponsorPageModal input, #sponsorPageModal .dropdown {
	border:1px solid #c3deef;
}


/** Theme Styles **/

.scroller {
	width: 100%; height: 400px; overflow-x: hidden; overflow-y: scroll;
}

.theme
{
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
}

.theme li {
	margin: 10px 5px !important;
	float: left;
}

.theme li img
{
	background: #efefef;
	padding: 10px;
}

.theme li p
{
	margin: 0
}

.popupMenu
{
	background: #fff;
	-moz-box-shadow: 0px 2px 5px #5b5b5b;
	-webkit-box-shadow: 0px 2px 5px #5b5b5b;
	box-shadow: 0px 2px 5px #5b5b5b;
	border: 0;
	padding: 10px;
	z-index: 5000 !important;
}

.popupMenu .btn_orange
{
	margin-top: 10px;
}

.popupMenu img,
.popupMenu img:hover
{
	background: transparent !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow:  none !important;
	box-shadow: none !important;
	border: 0;
}

/** ADMIN Main Menu **/

.HighlightNote
{
	font-family: 'open_sansbold';
	color: #F26A21;
}


/* Report Styles */

.reportTotalsLabel {
	position:absolute;
	right:190px;
}

        .treeview
        , .treeview ul {
            list-style-type: none;
            padding: 0px;
            margin: 0px;
        }

        .treeview table {
           width: 100%;
		   table-layout:fixed;
        }
        .treeview div table {
           width: 95%;
           margin-left: 5%;
		   margin-bottom:2px;
        }

        .treeview table tr.headerRow
        ,#mainHeader tr.category
        {width: 100%; text-decoration: underline; font-family: 'open_sansbold' !important;}

        .treeview table td.toggle
         ,#mainHeaderTable td.toggle
         {width: 30px; padding-left: 5px; border: 2px #ffffff solid;
	border-width: 0px 0px 2px 0px;
}

        .treeview table td.label,#mainHeaderTable td.label
        {width: 200px; border: 2px #ffffff solid;
	border-width: 0px 0px 2px 0px;
	float: none;
	text-align: left;
	font-size:1.2em;
	font-weight:normal;
	font-family:"open_sanslight";
}
        .treeview div table td.label
        {width: 171px; border: 2px #ffffff solid;
	border-width: 0px 0px 2px 0px;
	float: none;
	text-align: left;
}

        .treeview table td.quantity
        ,#mainHeaderTable td.quantity
        {width: 150px; 	border: 2px #ffffff solid;
	border-width: 0px 0px 2px 0px;
}

        .treeview table td.rev
        ,#mainHeaderTable td.rev
        {width: 150px; 	border: 2px #ffffff solid;
	border-width: 0px 0px 2px 0px;
}

        .treeview table td.units
        ,#mainHeaderTable td.units
        { width: 150px; 	border: 2px #ffffff solid;
	border-width: 0px 0px 2px 0px;
}
        .treeview table td.avg
        ,#mainHeaderTable td.avg
        { width: 150px; 	border: 2px #ffffff solid;
	border-width: 0px 0px 2px 0px;
}

.treeview table tr.variant {
	background:#e5f0f8;
}

.treeview table tr.variant td.toggle {
	background:#fff;
}

        tr.category {height: 26px; background: #dfdfdf; }
        tr.productLine {height: 26px; background: #e5f0f8; border: 2px #ffffff solid; border-width: 0px 0px 2px 0px;
}
        tr.productGender {height: 26px; background: #bbb; }
        tr.productCategory {height: 26px; background: #dfdfdf; }
        tr.product {height: 26px; background: #dfdfdf;  }
        tr.productAlt {height: 26px; background: #dfdfdf; }
        tr.color {height: 26px; background: #dfdfdf; }
        tr.variant {height: 26px; background: #fff; }

            .snapshot_side .header_row

{
	background-color: #ddd;
}

.header_row
{
    background: #ddd;
}

.snapshot h2
{
	margin: 5px 0px;
}

.snapshot_side h2
{
	margin: 5px 0px;
}

.snapshot_side
{
	width: 125px;
	margin-bottom: 15px;
	font-size: 11px;
	float: left;
}

.snapshot {float: left; width: 135px;}

.borderright
{
	border-right: 1px #bbbbbb solid;
}

.snapshot td
{
	padding-left: 5px;
}

.snapshot_side td
{
	border-right: 1px solid #bbbbbb;
    font-family: "open_sansbold";
    max-width: 120px;
    overflow: hidden;
    padding-right: 8px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.snapshot tr.header_row td {
	padding-bottom: 4px !important;
}


.snapshot .GridAltRow_DataTables
{
	background-color: #e5f0f8 !important;
	padding: 0px !important;
}


.snapshot_side .GridAltRow_DataTables
{
	background-color: #e5f0f8 !important;
	padding: 0px !important;
}



/*/ Textbox styles /*/

.textboxwrapper,
.dropdownlistwrapper
{
	margin: 0 0 5px 0;
	padding: 0;
	display: inline-block;
}

.socialNetworks .textboxwrapper {
  margin: 0 0 13px 8px;
  vertical-align: top;
}

#manageEventResultPhotos .textboxwrapper,
#eventResultsModalPDF .textboxwrapper {
	display:block;
}



.textboxwrapper input,
.textboxwrapper select,
.textboxwrapper_multi textarea,
.textbox_generic,
.textbox_small,
.textbox_do,
.textbox_large,
.multi,
.fileupload,
.dropdown
{
	font: 11px 'open_sansregular';
	color: inherit;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;}

.sponsors-dd .dropdown
{
	width: 250px;
}

/*/ Generic Textbox Styles /*/

input[type="text"], .textbox_generic
{
	border: 1px solid #c3deef;
    border-radius: 2px;
    color: inherit;
    padding: 4px 2px;
    min-height: 1.2em;

}
.textbox_generic {
	width: 175px;
}
.textbox_small
{
	width: 70px;
	border: 1px solid #C3DFEE;
	height: 12px;
	padding: 4px 2px;
}

.cats .textbox_small
{
	width: 108px;
}
.cats.quickStartCats .textbox_small
{
	width: 97px;

}

.textbox_do
{
	width: 30px;
	border: 1px solid #c3deef;
	height: 12px;
	padding: 4px 2px;
}

.textbox_large
{
	width: 250px;
	border: 1px solid #c3deef;
	height: 12px;
	padding: 4px 2px;
}

.textbox
{
	width: 125px;
	padding: 4px 2px;
	height: 13px;
	border: 1px solid #c3deef;
	border-width: 1px 0px;
	float: left;
	background-color: #ffffff
}

.multi
{
	width: 320px;
	padding: 4px 2px;
	height: 100px;
	border: 1px solid #c3deef;
	float: left;
	background-color: #ffffff;
	margin: 0px;
}

.labelInput .multi {
	float: none;
}
.page_info .multi,
.event-desc .multi
{
	width: 250px !important;
	height: 53px !important;
}


.listbox
{
	border: 1px solid #c3deef;
}

.noborder
{
	border: 0px;
}

.nomargin
{
	margin: 0px
}


.dropdown
{
	width: auto;
	max-width: 100%;
	margin-top: 2px;
	border: 1px solid #c3deef;
}

.left.status select.dropdown {
	margin-top: 0;
}

.order
{
	display: inline;
	padding: 0px 2px;
}

.actions
{
	 width: 250px
}

.event-name-col
{
	width: 180px
}

/*/ Gridview Styles /*/
.gridview
{
	width: 100%;
	margin: 15px 0 0 0;
}

.gridview .gridviewheader
{
	font: 12px/18px 'open_sansbold', Arial;
	color: #fff;
	background-color: #0081d2;
	/* text-transform: uppercase; */
	text-align: left
}

.gridview .gridviewheader td,
.gridview .gridviewheader th
{
	text-align: left;
}

#manageFormsGrid .gridview .gridviewheader td,
#manageFormsGrid .gridview .gridviewheader th {
	min-width:120px;
}


.gridview .gridviewrow
{
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	/*z-index:400;*/
	position:relative;
}

.gridview .gridviewalternatingrow
{
	background-color: #e5f0f8;
	text-align: left;
	vertical-align: top;
	position:relative;
}

.gridview .gridviewcopiedrow
{
	background-color: #9DC5D7;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	border-width: 1px 0;
	position:relative;
}

.gridview .gridviewrow:hover,
.gridview .gridviewalternatingrow:hover
{
	/*background-color: #dffafe;*/
}

div.subcatGridview .gridviewfooter {
	display:none;
}


/* r.a.d.grid default / embedded skin */


.MasterTable_MultiLevelTable
{
	border: 0px !important;
	border-collapse: separate !important;
	line-height: 13pt;
	/*-moz-user-select: none;*/
}

.MasterTable_MultiLevelTable thead
{
	background-color: #0081d2;
}


.MasterTable_MultiLevelTable thead tr th
{
padding-left: 10px;
color: #fff;
}


th.GridHeader_MultiLevelTable,
GridHeader_MultiLevelTable,
th.ResizeHeader_MultiLevelTable
{

	background-image: none;

	font-family: 'open_sansbold';
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	border: 2px #ffffff solid;
	border-width: 2px 0px 0px 0px;

}

table[id^="MainContent_uc"] a {
	text-decoration: none;
}

.GridHeader_MultiLevelTable a
{
}

.GridRow_MultiLevelTable
{
	border: none;
	background: #e5f0f8;
	height: 26px;
	padding-bottom:1px;
}

.GridRow_MultiLevelTable td
{
	padding-left: 10px;
	border: 2px #ffffff solid;
	border-width: 2px 0px 0px 0px;
}

.GridAltRow_MultiLevelTable
{
	border: none;
	background: #e5f0f8;
	height: 26px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.GridAltRow_MultiLevelTable td
{
	border: 1px #ffffff solid;
	border-width: 2px 0px 0px 0px;
	padding-left: 10px;
}

#eventCategoriesHeader,
.eventCategoriesHeader {
	width:100%;
	height:23px;
	background:#0081d2;
	color: #fff;
}



#categoryTitle
, .categoryTitle {
	width:240px;
	padding:4px 0 4px 10px;
	font-family:'open_sansbold';
}

#subcatTitle {
	width:200px;
	padding:4px 0;
	font-family:'open_sansbold';
}

#actionsTitle {
	padding:4px 0;
	font-family:'open_sansbold';
}

.pnl_categories #categoriesContainer {
	background:#e5f0f8;
    position: relative;
}

.pnl_categories #categoriesContainer .categoryContainer {
	padding:3px 0 0;
	border-top:2px #fff solid;
}

div.subcatGridview .categoryContainer {
	background:#e5f0f8 !important;
	border-top:2px solid #fff;
	padding:2px 0;
	position:relative;
}

div.subcatGridview .categoryContainer div img {
	margin:3px 0 0 5px;
}

.categoryContainer div img {
	margin:3px 0 0 5px;
	position:relative;
	top:3px;
}

.categoryContainer div img.editActionIcon {
	top:-1px;
	margin-right:5px;
}

#categoriesContainer>div>div>input {
  position: relative !important;
  top: 4px !important;
  padding: 0;
  border: none !important;
  border-radius: 0;
}

div.subcatGridview table.gridview {
	padding-left:30px;
	background:#fff;
	border-collapse:separate !important;
	padding-top:22px;
	margin-top:0;
	float:left;
}

.pnl_categories #categoriesContainer .addSubcategoryModalClick {
	background:#fff;
	padding:8px 0 6px;
}

.pnl_categories #categoriesContainer .addSubcategoryModalClick a {
	display:block;
	margin:0 0 0 738px;
	padding-bottom:8px;
}

input[type=hidden] {
	display:none;
}

/************************* DASHBOARD ***********************************/

div#dashboardMenu .links {
	width:100%;
}
/*
div#dashboardMenu .links .left {
	width: 180px;
	padding-right: 10px;
}
*/
div#dashboardMenu div.left>h2 {
	float:none;
	margin-top: 10px;
}

div#dashboardMenu div.left>a {
	display:inline-block;
	margin:3px 0 0 18px;
}

div#dashboardMenu div.left>a.editButton {
	color: #fff !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	padding: 1px 9px;
	font: 12px/14px 'open_sansbold', Arial !important;
	text-decoration: none !important;
	background: #ff8229; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8229 0%, #e06100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8229), color-stop(100%,#e06100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff8229 0%,#e06100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff8229 0%,#e06100 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff8229 0%,#e06100 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8229', endColorstr='#e06100',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff8229 0%,#e06100 100%); /* W3C */
	border:1px solid #cb7218;
	display:block;
	width:100px;
	white-space:nowrap;
}

div#dashboardMenu div.left>a.editButton:hover
{
	cursor:pointer;
}

div#dashboardMenu div.column1 {
	width:175px;
	float:left;
	padding-right:8px;
}


div#dashboardMenu div div.left {
	width:175px;
	float:left;
}

div#dashboardMenu div.column2 div.left {
	width:175px;
	padding-right:8px;
}


div#dashboardMenu div.left ul.dashboardMenuULm, div#dashboardMenu div.left ul {
	clear:left;
}

ul.menuSortableGrid li {
    background: #e5f0f8;
    width: 800px;
    padding: 4px 6px 0 6px;
    display: block;
    border-top: 4px solid #fff;
    font: 11px/16px Verdana,Arial,sans-serif;
    position: relative;
}

.sortableLI:hover,
.ui-sortable .categoryContainer {
	cursor:move;
}

.manageSiteNavPg .sortableLI:hover {
	cursor:auto;
}

.manageSiteNavPg .dragHandle:hover {
    cursor: move;
}

ul.menuSortableGrid li ul li {
    width: 770px;
}

ul.menuSortableGrid li ul li ul li {
	width:739px;
}

#indentButtonContainer {
    float: right;
}

ul.menuSortableGrid li ul {
    background: #fff;
    margin-left: -15px;
}

ul.menuSortableGrid li ul li:first-child {
    border-top: 15px solid #fff;
}

ul.menuSortableGrid li ul li:last-child {
    border-bottom: 10px solid #fff;
}

ul.menuSortableGrid a#hlnk_adminPage {
	display: inline-block;
    width: 80px;
    padding: 2px 3px 4px;
    text-align: center;
    margin-bottom: 5px;
    position: absolute;
    top: 4px;
    right: 256px;
    /*background: #f00;
    color: #fff;
    text-decoration: none;
    font-weight: bold;*/
}

ul.menuSortableGrid a#lbtn_changeStatus {
    display: inline-block;
    width: 80px;
    padding: 2px 3px 4px;
    text-align: center;
    margin-bottom: 5px;
    position: absolute;
    top: 4px;
    right: 166px;
    /*background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;*/
}

ul.menuSortableGrid .pipe {
	position:absolute;
	top:4px;
	right:260px;
}

.sortableLI span {
	display:inline-block;
	margin:5px 10px;
}

#headerLI{
	background:#0081d2 !important;
	font-family:'open_sansbold' !important;
	border-bottom:1px solid #939393;
	color: #fff;
}

#headerLI span#actions {
	display: inline-block;
    width: 80px;
    padding: 2px 3px 4px;
    text-align: center;
    margin-bottom: 5px;
    position: absolute;
    top: 4px;
    right: 245px;

}

li.dontSort {

}

li.dontSort .pipe {
	display:none;
}

/************************ IDs *******************************************/

#emailMembers {
	margin:8px 0 0 0;
}

textarea#MainContent_ctl00_etbx_emailMemberPasswordContent_tbx_etbx_emailMemberPasswordContent {
	width:573px;
	height:261px;
}

span#MainContent_ctl00_etbx_emailMemberPasswordContent_textbox {
	padding:0;
}

#emailKey {
	background:#E4E4E4;
	width:490px;
	padding:9px 11px 15px;
	color:#333;
	border:1px solid #333;
}

#emailKey h1 {
	font: 14px/18px 'open_sansbold', Arial,Times,serif;
	color:#333;
}

#emailKey h2 {
	font: 11px/14px 'open_sansbold', Arial,Times,serif;
	color:#333;
}

#grayFooter {
	background:#999;
	height:80px;
	width:130%;
	position:absolute;
	bottom:0;
}

#emailMgmtTxt textarea {
	width:340px;
	height:210px;
}

#emailMgmtTxt>div>span {
	position:absolute;
	top:170px;
	display:block;
}

#pageMessage {
	min-height: 34px !important;
	padding:0 0 8px 0;
    width: 100% !important;
    -webkit-box-shadow: 0 2px 7px #333;
    -moz-box-shadow: 0 2px 7px #333;
    box-shadow: 0 2px 7px #333;
    background: #eff9ff;
    border: none;
    text-align:center !important;
    position:fixed !important;
    top:0px;
    left:0 !important;
    font: 11px/16px 'open_sansbold', Verdana,Arial,sans-serif;
    z-index:1000001;
    }

#pageMessageContainer,
#messageBarContainer {
	width:900px;
	margin:0 auto;
	position:relative;
	margin-top /*\**/:10px\9;
	display:block;
  	display: -webkit-box;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
  	-webkit-box-pack: center;
	-webkit-justify-content:center;
  	-webkit-box-align: center;
	-moz-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	-ms-flex-pack: center;
	-ms-flex-line-pack: stretch;
	-ms-flex-align: center;
	min-height: 50px;
	}

#pageMessage-Content {

}

#pageMessage-CloseButton {
	position:absolute;
	right:0;
	top:0;
}

#pageMessage-CloseButton a {
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #73787C;
    color: #fff;
	border:1px solid #afafaf;
	padding:2px 10px;
	color:#fff;
	margin:5px 0 0;
	position:relative;
	left:48px;
	text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    font-family: 'open_sansbold';
    font-weight: normal;
	}

#pageMessage-CloseButton a:hover {
	cursor:pointer;
}

#pageMessage-CloseButton a:active {

}

/* End IDs */

/************************* EVENT MODAL ENTRY ****************************/

div#modals div.modal {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #c3c3c3;
}

#eventEntryModal input, #eventEntryModal textarea {
	border:1px solid #9dbbd0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#eventEntryModal #eventCheckboxes input {
	border:none;
}

.eventModalEntry {
	margin-bottom:12px;
}

.eventModalEntry .label, #eventDatesLabel, #eventPhotosLabel {
	color:#554f4f;
	font: 15px/18px 'open_sansbold', Arial, Helvetica, sans-serif;
	text-transform:none;
}

.eventModalEntry .businiessUploadPhoneInput .label {
	font-family: 'open_sansregular';
}

#eventTopInputs {
	margin-top:15px;
}

#eventTopInputLeft {
	float:left;
	width:268px;
}

#eventBottomInputLeft  {
	float:left;
	width:290px;
}

#eventTopInputRight, #eventBottomInputRight {
	float:left;
	width:350px;
}

.eventEntryNumber {
	width:28px;
	height:27px;
	background:#ff8424;
	color:#fff;
	font:18px Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	padding-top:3px;
	padding-left:2px;
	float:left;
}

.eventEntryFields {
	width:218px;
	float:left;
	margin-left:13px;
	margin-bottom:15px;
}

#eventDates .eventEntryFields .textboxwrapper {
	float:left;
	width:58px;
}

#eventDates input {
	width:58px;
}

#eventURL input {
	width:286px;
}

#eventShortDescription textarea {
	margin-top:0;
	height:70px;
	width:286px;
}

#eventShortDescription, #eventLongDescription {
	position:relative;
}

span.subText {
	position:absolute;
	top:20px;
	font:10px/14px Verdana, Geneva, Tahoma, sans-serif;
	color:#909090;
}


.eventPhotoSave a {
	color:#008ac6 !important;
	font: 10px 'open_sansbold', Verdana, Geneva, Tahoma, sans-serif !important;
}

#eventCheckboxes span {
	display:block;
	font:10px/14px Verdana, Geneva, Tahoma, sans-serif;
	color:#909090;
}

#eventCheckboxes span input {
	float:left;
	width:25px;
	display:block;
}

#eventCheckboxes span label {
	float:left;
	width:180px;
	display:block;
	margin-bottom:8px;
}

.eventModalSubmit {
	background:#ff8424;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	color:#fff !important;
	font: 20px 'open_sansbold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none !important;
	padding:8px 15px;
	margin-top:10px;
}

.eventModalSubmit a {

}

#isThisYourEvent {
	margin-bottom:15px;
	width:409px;
	height:56px;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px #000;
  	-webkit-box-shadow: 1px 1px 1px #000;
  	box-shadow: 1px 1px 1px #000;
	padding:12px 0 0 12px;
}


/*********************** END EVENT MODAL ENTRY **************************/

#dropdownModal .defaultRbtn div.clear {
	overflow:visible !important;
}

#eventDates .textboxwrapper span {
	float:none;
}

.event-dates .textboxwrapper {
 	float:none;
}

.toSpan {
    position: absolute;
    top: 16px;
    left: 80px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .toSpan   { top: 19px;  }
}

.toDate input {
    position: absolute;
    top: 16px;
    left: 99px;
}

.toDate span.error {
	position:absolute;
	top:13px;
	left:160px;
}

#eventsModeNote {
	position:relative;
	top:-14px;
}

#manageSiteSettingsAccount .label,
#manageSiteSettingsSocialMedia .label {
	float:none !important;
	display:block;
	text-align:left !important;
}

.socialLink {
	display:inline-block;
	position:relative;
	top:12px
}

#flatTaxSetting input {
	width:30px;
}

.dropdownAdd {
	float:left;
	display:inline-block;
	margin-top:3px;
	margin-left:4px;
}

#eventsManageShippingMethodsGrid,
#eventsManageCustomerFeeGrid {
	margin-bottom:18px;
}

#eventsManageShippingMethodsGrid img[src="images/dragDrop.gif"],
#eventsManageCustomerFeeGrid img[src="images/dragDrop.gif"] {
	margin-top:4px;
}
#customerFeeName {
	margin-top:8px;
}
#customerFeePctDollarAmt .inputBox {
	position:absolute;
	left:300px;
}

#customerFeePctDollarAmt .inputBox input[type=text] {
	width:30px;
	border:1px solid #c3deef !important;
}

#customerFeeDescription textarea {
	border:1px solid #c3deef !important;
	height:80px;
}

#addEditShippingMethod input[type=text], #addEditShippingMethod textarea {
	border:1px solid #c3deef !important;
	margin-top:4px;
}

.ShipMethodDeleteBtn {
	display:inline-block;
	margin-top:3px;
}

#addEditSalesInfo .radioBtns input {
	margin-left:0;
}

#addEditSalesInfo .radioBtns label {
	margin-right:5px;
}

#addEditSalesInfo .cbxPos input {
	margin-left:0;
	vertical-align:bottom;
}

#addEditSalesInfo .priceInput input[type=text] {
	margin-left:2px;
}

#addEditSalesInfo .inventoryDropdown .dropdownlist {
	margin-left:0;
}

.deleteShippingMethod,
.deleteCustomerFee {
	display:inline;
}

.adminAccessRights {
	margin-top:8px;
}

.adminAccessRights td {
	padding:2px 9px;
}
#accessRights {
	margin-top:20px;
}

.getLink.hover .rolloverexplanation,
.getLink:hover .rolloverexplanation {
	left:auto !important;
	right:0;
	top:100% !important;
}
.getLink {
	min-width:0 !important;
}

.darkLinkBox {
	float:left;
	background:#e2e2e2;
	padding:3px 4px;
	border:1px solid #666;
	margin-right:5px;
}

.darkLinkBox a {
	text-decoration:underline;
	color:#00f;
}

.featureLineup .darkLinkBox {
  clear: left;
}

.arrowup
{
	display:inline-block;
	width:11px;
	height:11px;
	margin:3px 0 3px 6px;
	background:url("../Images/sort-arrows.png") no-repeat scroll -15px 0 transparent;
	padding:0;
}

.arrowdown
{
	display:inline-block;
	width:11px;
	height:11px;
	margin:3px 0 3px 6px;
	background:url("../Images/sort-arrows.png") no-repeat scroll 0 0 transparent;
	padding:0;
}

.RadETableWrapperHeaderLeft,
.RadETableWrapperBodyLeft,
.RadETableWrapperBodyRight,
.RadETableWrapperFooterCenter,
.RadETableWrapperFooterLeft,
.RadETableWrapperFooterRight,
.RadETableWrapperHeaderRight {
	display:none !important;
}

.RadETableWrapperHeaderCenter {
	background-image:none !important;
	background:#15699A !important;
}
.RadETableWrapperHeaderCenter[width="100%"] {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-left-radius: 9px;
}
.RadETableWrapperHeaderCenter[width="1"] {
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
}
.RadERadWindowButtonClose {
	background:url(../App_Themes/SaffireDefault/images/btn_close_panel_blue.gif) no-repeat !important;
	margin-top: 12px !important;
    width: 55px !important;
}
.RadSpell_Default .RichTextView, .RadSpell_Default textarea, .RadSpell_Default select, .RadSpell_Default .MainOptions {
	margin-left:15px !important;
}
.RadSpell_Default h4 {
	padding-left:15px !important;
}

.RadETableWrapper {
	border:3px solid #15699A !important;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
	background:#15699A;
}

.bannerUnderline {
	text-decoration:underline;
}

.bannerUnderline:hover {
	cursor:pointer;
}

#addEditDateTime .enable .input {
	padding-top /*\**/:15px\9

}
#addEditDateTime > div > div.input {
	max-height /*\**/:10px\9;
	overflow /*\**/:hidden\9;
}


#manageFormsGrid .gridviewrow .red,
#manageFormsGrid .gridviewalternatingrow .red {
    color: #fff;
    display: inline-block;
    background: #F26A21;
    padding: 2px;
}

#div_cropPreview {
	width:100px;
	height:100px;
	border-style:solid;
	border-width:5px;
	border-color:#fff;
	overflow:hidden;
	position:relative;
	float:left;
  	-moz-box-shadow:    2px 2px 5px 2px #ccc;
  	-webkit-box-shadow: 2px 2px 5px 2px #ccc;
 	 box-shadow:         2px 2px 5px 2px #ccc;
	 margin:15px 15px 15px 0;
}

.inShadow {
   -moz-box-shadow:    inset 0 0 6px #000000;
   -webkit-box-shadow: inset 0 0 6px #000000;
   box-shadow:         inset 0 0 6px #000000;
}

/*****************  HELP DESK ******************************/
#helpDesk {
	border:1px solid #ccc;
	margin-top:4px;
	/*-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;*/
}

#helpDeskLeft {
	float:left;
	margin-left:25px;
	width:300px;
}

#helpDeskMid {
	float:left;
	width:300px;
}

#helpDeskRight {
	float:left;
	width:300px;
}

.gridviewrow.ui-sortable-helper .rollover:hover .rolloverexplanation,
.gridviewalternatingrow.ui-sortable-helper .rollover:hover .rolloverexplanation {
	display:none !important;
}

#helpDesk,
#helpDesk h1,
#helpDesk h2 {
	color:#6a6a6a
}

#getSatisfaction {
	*display:none;
}


/********************* ADMIN TABS ************************/
.adminTab {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	top: -22px;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	height:18px;
	position:absolute;
	width:102px;
	background:#dedede;
	color:#e26304;
	padding-top:4px;
}

.adminTab:hover {
	cursor:pointer;
}

.adminTab.adminTabOn:hover {
	cursor:text;
}

.adminTab.adminTabOn {
	background: none repeat scroll 0 0 #FFFFFF;
	top: -28px;
	color:#1f87c4;
	font-family:'open_sansbold';
}
.adminTab:hover:after {
	background:#dedede;
	top: 100%;
	position: absolute;
	width: 100%;
	height: 6px;
	display: block;
	content: '';
}
.adminTab.adminTabOn:after,
.adminTab.adminTabOn:hover:after {
	background: #fff;
	top: 100%;
	position: absolute;
	width: 100%;
	height: 6px;
	display: block;
	content: '';
}

.adminTab:hover {
	top:-28px;
}

.customerSiteTab {
    left: 27px;
}

.memberSiteTab {
    left:134px;
}

.memberLinks h2 {
	color:#d66006;
}

#messageBar {
	font: 17px/19px 'open_sansbold', Arial,"Times New Roman",Times,serif;
	padding:0 0 8px;
	z-index: 100000;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	color:#fff;
	/*height:24px;*/
}

.customerBar {
	background:#166C9F;
}

.memberBar {
	background:#166C9F;
}

#mobilePreviewUl {
    display: block;
    margin-right: 1%;
    vertical-align: middle;
    width: 86px;
	box-shadow: 0 -10px 20px -15px #000000 inset;
	list-style-type: none;
	background:#ccc;
	height:59px;
	border:1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding:0;
}

#mobilePreview {
	color: #FFFFFF;
    font: 16px "open_sanslight",Arial,Helvetica,Sans-serif;
    margin: 0 15px;
    text-decoration: none;
    text-shadow: 2px 2px 3px #4B4B4B;
    text-transform: uppercase;
	display: table-cell !important;
    height: 50px !important;
    line-height: 1.2em !important;
    padding-left: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: 76px !important;
}

a.adminTab {
    text-decoration: none;

}

a.memberSiteTab {
	color:#e45d00 !important;
}

a.customerSiteTab {
	color:#007cc0 !important;
}


.actionDropdowns ul,
.actionDropdowns li {
	list-style-type:none;
}
.actionDropDownTopItem {
	display:block;
	float:left;
	margin:0 10px;
	position:relative;
}
.actionDropDownSubitems {
	position:absolute;
}
.actionDropDownTop {
	margin:0;
	padding:0;
}
.actionDropDownSubitems {
	padding:9px 0 12px;
	background:#fff;
	border:1px solid #e2e2e2;
	display:none;
	-webkit-box-shadow:1px 1px 4px #a7a7a7;
	-moz-box-shadow:1px 1px 4px #a7a7a7;
	box-shadow:1px 1px 4px #a7a7a7;
}

.actionDropDownSubitems:first-of-type {
	flex-direction: column;
}
.actionDropDownSubitem {
	display:block;
	position:relative;
	padding:4px 14px 6px 8px;
}
.actionDropDownGroupName {
  display: block;
  padding: 6px 14px 6px 8px; 
  cursor: default;  
  margin-left: -3px;
  text-transform: uppercase;
  font-size: 12px;
}
.actionDropDownParentGroupName {
	display: block;
	padding: 8px 14px 8px 8px;
	cursor: default;
	margin-left: -5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #0081d1;
}
.actionDropDownSubitem:hover {
	background-color:#e5f0f8;
}
.actionDropDownHasSubitems {
	background:url(../Images/arrow-right.png) no-repeat 96% center;
}
.actionDropDownTopItem {
	background:url(../Images/down-arrow.png) no-repeat right center;
	padding-right:17px;
}
.actionDropDownTopItem:hover {
	cursor:pointer;
}
.actionDropDownSubitems .actionDropDownSubitems {
	left:99%;
	top:0;
}
.actionDropdowns a {
	text-decoration:none !important;
	color:#333;
  font-family: 'open_sansbold';
	white-space:nowrap;
	display:block;
	width:100%;
}

.actionDropdownSelectionDisplay a {
	text-decoration:none !important;
	color:#999;
	white-space:nowrap;
}

.actionDropdownSelectionClear{
	border:1px solid #e2e2e2;
}

.actionDropdowns .actionDropDownSubitem a {
	color:#0081d1;
	font: 11px/16px 'open_sansbold', Verdana,Arial,sans-serif;
}
.actionDropDownHasSubitems:hover>.actionDropDownSubitems {
	display:block !important;
}
.actionDropdowns .actionDropDownSubitem.actionDropDownSelected>a {
	color:#FF8424;
}

.addEventButton {
	margin-right:6px;
}

.manageEventsMoreOptions {
    display: inline-block;
    z-index: 1;
}

#addEditEvent, #addEditBusiness {
    border: 1px solid #f1f1f1;
    padding: 10px;
    box-sizing: border-box;
}

.quickEditIframe #addEditEvent
, .quickEditIframe #addEditBusiness {
  border: none;
}

#addEditEvent .row
, #addEditBusiness .row {
    margin-bottom: 5px;
}

#addEditEvent .rowInlineField
, #addEditBusiness .rowInlineField {
    display: inline-block;
    vertical-align:top;
    margin-right: 20px;
}

#addEditEvent .rowInlineField .dropdown
, #addEditBusiness .rowInlineField .dropdown {
    max-width: 200px;
    margin-right: 0px;
    margin-top: 0px;
    height: 27px;
}

#addEditEvent .rowBlockField
, #addEditBusiness .rowBlockField {
    margin-bottom: 10px;
}

#addEditEvent .rowColumn
, #addEditBusiness .rowColumn {
    width: 32%;
    display: inline-block;
    vertical-align:top;
}

#addEditEvent .locationDropDown
, #addEditBusiness .locationDropDown {
    width: 75px;
}

#addEditEvent .delineatedSection
, #addEditBusiness .delineatedSection {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 0;
}

.addEditEventContainer,
.addEditQuickEventContainer {
	padding-left:7px;
}

.addEditEventContainer input[type="file"],
.addEditQuickEventContainer input[type="file"]{
	max-width: 200px;
}

.addEditQuickEventContainer .timeSelectionContainer {
	text-shadow:none !important;
}



#qaExternalLink span {
	padding-left:0;
}
.addEditEventContainer .error,
.addEditQuickEventContainer .error,
.QAeventName>div>span>span {
	position:absolute;
	top:0;
	left:-8px;
	color:#94231D;
}
.QAeventName>div>span>span.charcounter {
	position:relative !important;
	left: 8px;
	color:#4e4e4e;
}
.QAeventName {
	position:relative;
}
.addEditQuickEventContainer .error {
	margin-top:2px;
}
.quickEditIframe,
.addEditEventContainer,
.addEditQuickEventContainer {
	background-color:#f2f7fa;
	border:2px solid #e4e5e6;
}

a.actionDropdownSelectionClear {
	color:#0B7AA7;
	text-transform:lowercase !important;
	background:#e5f0f8;
	font-family:'open_sansbold';
	-webkit-box-shadow:1px 1px 1px #b6b6b6;
	-moz-box-shadow:1px 1px 1px #b6b6b6;
	box-shadow:1px 1px 1px #b6b6b6;
	display:inline-block;
	height:10px;
	line-height:6px;
	position:relative;
	top:-2px;
}
a.actionDropdownSelectionClear:active {
	-webkit-box-shadow:0 0 0 transparent;
	-moz-box-shadow:0 0 0 transparent;
	box-shadow:0 0 0 transparent;
}

.quickEditIframe {
	width:100% !important;
}
.successfullySaved {
	color:#94231D;
	font: 14px 'open_sansbold', Arial, Helvetica, sans-serif;
}

.inactiveCategory:hover { background: none}
.inactiveSubCategory:hover { background: none}

.inactiveCategory>a,
.inactiveSubCategory>a {
	color:#999 !important;
	font-style:italic !important;
}


.inactiveCategory:hover,
.inactiveSubCategory:hover { background:#e5f0f8 !important;}

.quickAddSaveButtons {
	position/*\**/: absolute\9;
	bottom/*\**/: 20px\9;
}

/****************************************************
*													*
*		JQUERY UI THINGS AND STUFF					*
*													*
*													*
*													*
*													*
*													*
****************************************************/

.ui-datepicker-calendar .potentialDate span {
    color: #9E9E9E;
}

.QAdateManagement,
.QAmultiDates {
	position:absolute;
	left:290px;
	top:16px;
}

.QAeventName input {
	width:268px;
	margin-top:2px;
}
.dateDisplay,
.datePickerContainer,
.timeDisplay,
.timePickerContainer{
	width:81px;
	text-align:center;
	font-family:'open_sansbold';
	text-shadow:1px 1px 1px #444;
}
.dateDisplay,
.timeDisplay {
	padding:3px 2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.QArightTime {
	position:relative;
}
.QAleftDate>div {
	padding-left:22px;
	background:url(../images/icon-calendar.png) no-repeat left;
}
.QArightTime>div {
	padding-left:22px;
	background:url(../images/icon-clock.png) no-repeat left;
	height:26px;
}
.dateDisplay_enabled,
.timeDisplay_enabled {
	background-color: #319FD4;
}
.datePickerContainer
{
	/*width:100px;*/
	float:left;
}

.dateDisplay
{
	/*width:100px;*/
	height:20px;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
}

.dateDisplay_enabled
{
	background-color:#2F79B6;
}

.dateDisplay_disabled
{
	background-color:#9DCBE2;
}

.dateSelectionContainer
{
	width:194px;
	padding:8px;
	float:left;
	border: none;
	position:absolute;
	background-color:#FFFFFF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	z-index:2;
}

.dateSelectionClear
{
	cursor:pointer;
}

.dateSelection_selectedDate
{
	background-color:#000000 !important;
	color:#FFFFFF !important;
	background-image:none !important;
}

.dateSelectionUseMonth
{
	cursor:pointer;
}
.ui-datepicker-header {
	background:#0081D1;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
	height:24px;
	padding-top:3px;
}

.ui-datepicker-calendar {
    background: transparent;
	border:1px solid #e2e2e2;
    border-top:none;
    padding-top: 5px;
    position: relative;
    top: -4px;
    width: 100%;
	text-shadow:none;
	border-spacing:7px 5px;
	font-weight:normal;
	table-layout:fixed;
}

.ui-datepicker-calendar th {
	font-weight:normal;
}

.ui-datepicker-calendar tbody td  {
	background:#eceff4;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:17px;
	text-align:center;
}

.ui-datepicker-calendar tbody td.ui-state-disabled  {
	background:#eceff4;
}

.ui-datepicker-calendar tbody td.ui-datepicker-current-day {
	/*background:#1B71AA;	*/
}
.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
	/*color:#fff;*/
}

.ui-datepicker-calendar tbody td.dateRange {
	background:#0081D1 !important;
}
.ui-datepicker-calendar tbody td.startDate,
.ui-datepicker-calendar tbody td.endDate,
.ui-datepicker-calendar tbody td.ui-datepicker-current-day {
	background:#1874A9 !important;
}
.ui-datepicker-calendar tbody td.startDate a,
.ui-datepicker-calendar tbody td.endDate a,
.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
	color:#fff !important;
}

.ui-datepicker-calendar tbody td.ui-datepicker-today {
	background:#F6791F  !important;
}

.ui-datepicker-calendar tbody td:hover,
.timeSelection:hover {
	background:#1b71aa;
	cursor:pointer;
}

.timeSelection:hover {
	color:#fff;
}

.ui-datepicker-calendar tbody td a {
	color:#000;
	text-decoration:none;
}
.ui-datepicker-calendar tbody td.ui-datepicker-today a,
.ui-datepicker-calendar tbody td:hover a,
.ui-datepicker-calendar tbody td.dateRange a {
	color:#fff;
}
.ui-datepicker-calendar tbody td.ui-datepicker-unselectable:hover,
.ui-datepicker-calendar tbody td.inactiveDate:hover {
	background:#ECEFF4 !important;
	cursor:default !important;
}
.ui-datepicker-calendar tbody td.inactiveDate:hover span,
.ui-datepicker-calendar tbody td.inactiveDate span {
	color:#b7b7b7 !important;
}
.ui-datepicker-calendar tbody td.inactiveDate.ui-datepicker-today:hover span,
.ui-datepicker-calendar tbody td.inactiveDate.ui-datepicker-today span {
	color:#fff !important;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	visibility:hidden;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position:absolute;
	top:0;
	height:27px;
	width:25px;
	cursor:pointer;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background-color:#9DCBE2;
}
.ui-datepicker-prev:active,
.ui-datepicker-next:active {
	background-color:#eceff4;
}
.ui-datepicker-prev {
	left:0;
	border-right:2px solid #fff;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.ui-datepicker-next {
	right:0;
	border-left:2px solid #fff;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.ui-datepicker-month,
.ui-datepicker-year {
	border:1px solid #c3deef;
	width:auto;
	position:relative;
	top:1px;
	font:11px Arial;
	color:#555;
}
.ui-datepicker-month {
	margin-right:6px;
}

#calendarsContainer .ui-datepicker-header {
	color: #fff;
	text-transform: uppercase;
	font-family: 'open_sansbold';
}

.timePickerContainer
{
	/*width:100px;*/
	float:left;
}

.timeDisplay
{
	/*width:100px;*/
	height:20px;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
}

.timeDisplay_enabled
{
	background-color:#2F79B6;
}

.timeDisplay_disabled
{
	background-color:#9DCBE2;
}


.timeSelectionContainer
{
	width:100px;
	float:left;
	border: 1px #e9e8e3 solid;
	position:absolute;
	background-color:#FFFFFF;
	z-index:1;
	text-shadow:none;
}

.timeSelectionColumn
{
	width:30px;
	float:left;
	margin-left:3px;

}

.timeSelection
{
	width:100%;
	text-align:center;
	margin-top:2px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:normal;
}

.timeSelection_on
{
	background-color:#1674A7;
	color:#FFFFFF;
}

.timeSelection_off
{
	background-color:#ECEFF4;
	color:inherit
}

.timeSelectionClose
{
	width:100%;
	background-color:#DCDCDC;
	cursor:pointer;
}

.timeSelectionClear
{
	cursor:pointer;
}

.weatherBugImageContainer img {
	margin-bottom:-8px;
}

@media screen and (min-width:0\0) {
    #manageEventsTable th span {
		font-weight:normal;
		font-size:11px;
	}
}

#indentNavItem {
	margin-left:8px
}

@media print {

body {background: white none !important;  color:#000 !important;}
a {color:#000 !important;}
.nav, .toolbar, .adminTab, .divMemberAction, .editActionIcon, .filters, .dropdown, .status, .filter, #emailMembers, .icons, .pagination, .btn_help, .right .left .textbox_generic, .right .left .btnOrange, .footer .left {display:none !important;}
.content {
	margin-top:0 !important;
}
}

.centeredImageContainer {
	display:block;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	-ms-flex-pack: center;
	-ms-flex-line-pack: stretch;
	-ms-flex-align: center;
    border:1px solid #e2e2e2;
}


.itemEditListItem.itemAddItem {
	width:577px;
	margin-left: 8px;
}

.hoverExplanationTrigger {
    background: none repeat scroll 0 0 #E3E3E3;
    border: 1px solid #ADADAD;
    color: #4F4F4F;
    display: inline-block;
    font: 11px "Times New Roman",Times,serif;
    height: 12px;
    width: 12px;
    text-align: center;
    position: relative;
    margin-right: 4px;
    z-index: 250;
}

.QELocationsDDL .hoverExplanationTrigger {
	z-index: 0;
}

.QELocationsDDL .hoverExplanationTrigger:hover {
    z-index: 500000000;
}

.hoverExplanationTrigger:hover .hoverExplanationDetails {
    display: block;
}

.hoverExplanationDetails {
    display: none;
    width: 240px;
    background: #fff;
    border: 1px solid #000;
    padding: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    font: 10px/12px Verdana,Geneva,Tahoma,sans-serif;
    color: #959595;
    text-align: left;
    z-index: 2147483647 !important;
}

.deactivateDeleteButton {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #afafaf;
    background: #e4e4e4;
    background: -moz-linear-gradient(top, #e4e4e4 0%, #adadad 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#adadad));
    background: -webkit-linear-gradient(top, #e4e4e4 0%,#adadad 100%);
    background: -o-linear-gradient(top, #e4e4e4 0%,#adadad 100%);
    background: -ms-linear-gradient(top, #e4e4e4 0%,#adadad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#adadad',GradientType=0 );
    background: linear-gradient(top, #e4e4e4 0%,#adadad 100%);
    float: left;
    margin-left: 6px;
    padding: 3px 3px 3px 4px;
    position: relative;
}

.deactivateDeleteButton img {
    position: absolute !important;
    top: 2px !important;
    left: 3px;
    height: 15px;
    width: 15px;
    margin: 0 !important;
		cursor: pointer;
}

.memberNavItemIndicator
{
	color: #fff !important;
	background: #ff8424;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	padding: 2px 4px;
	font: 10px/19px 'open_sansbold', Arial !important;
	text-decoration: none !important;
    margin-left:5px
}

.group .item .memberNavItemIndicator {
	position: absolute;
	top: 3px;
	right: -10px;
	z-index: 2;
}

/***************************** Angular **********************/





#boxOfficeDisplayRankEditor {
  box-sizing: border-box;
  padding: 10px;
    display:none;
    overflow-y:auto;
}
#boxOfficeDisplayRankEditor > div:first-of-type {
 margin: 20px 0;
}
#boxOfficeDisplayRankEditor > div div:first-of-type {
  margin: 0 0 10px;
 }

#boxOfficeDisplayRankEditor > div span {
  display: inline-block;
  width: 65px;
  margin-right: 5px;
  font-family: "open_sansbold";
}
#boxOfficeDisplayRankEditor > div label {
  margin-right: 10px;
}
#boxOfficeDisplayRankEditor > div input[type="radio"] {
  margin-right: 0;
}



#boxOfficeDisplayRankEditor .sortableDragHandle {
     float: none;
}
#boxOfficeDisplayRankEditor .sortableDragHandle:hover {
  cursor: pointer;
}

#boxOfficeDisplayRankEditor .sortableDragHandle::before {
    content: "";
    display: inline;
    font-family: 'FontAwesome';
    font-size: 15px;
    padding: 8px; 
}

#boxOfficeDisplayRankEditor .products {
  box-sizing: border-box;
    overflow-y:auto;
    height: 300px;
    margin-bottom: 15px;
    padding: 10px;
    background: #E5F0F8;
}
#boxOfficeDisplayRankEditor .products li {
  display: flex;
  padding: 5px;
  margin: 0 0 5px;
  background: #fff;
}
#boxOfficeDisplayRankEditor .products li span {
  display: block;
}
#boxOfficeDisplayRankEditor .products li span:first-child {
  font-family: "open_sansbold";
}

#boxOfficeDisplayRankEditor .copyToOptions .copyToLocations {
    height: 350px;
    overflow-y: auto;
}




    /***************************** START !@*$ css here * to be removed with admin overhaul **********************/
    #pageMessageContainer a.cancel,
    #pageMessageContainer a.confirm {
        text-decoration: none !important;
        margin-bottom: 0;
    }

#pageEditor #activeModuleHeaderInfo span {
	font-size: inherit;
}
/* 
a#lbtnSaveDraft, a#lbtnPreview, a#lbtnPublish, a#lbtnPreviewMobile, a#lbtnCopyClipboard {
	text-transform: uppercase;
} */

.tinyText2 {
	font-weight: normal !important;
}

.addItem {
	color: #0081d1;
}

#pageModuleItemModal .field,
#pageModuleItemModal .input {
	width:100% !important;
}

.dialog {
    position: absolute;
    left: 0px;
    top: 160px;
    background-color: white;
    padding: 5px;
    z-index: 10002;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10001;
}

#working {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    background-color: #fff;
    opacity: .7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 10002 !important;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(138,138,138,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(138,138,138,1);
    box-shadow: 5px 5px 10px 0px rgba(138,138,138,1);
}

/*** spinning logo stuff *****/
#f1_container {
  position: relative;
  width: 38px;
  height: 48px;
  z-index: 1;
  margin: 33px auto 0;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
/*  transform-style: preserve-3d;
  transition: all 1.0s linear;*/
}
/*#f1_container:hover #f1_card {
  transform: rotateY(180deg);
}*/
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
/*  transform: rotateY(180deg);*/
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #aaa;
}

@keyframes spin {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}


@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
  }
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotateY(0deg);
  }

  to {
    -ms-transform: rotateY(360deg);
  }
}

@-o-keyframes spin {
  from {
    -o-transform: rotateY(0deg);
  }

  to {
    -o-transform: rotateY(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotateY(0deg);
  }

  to {
    -moz-transform: rotateY(360deg);
  }
}


.ui-autocomplete {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #9B9B9B;
    font: 11px Arial,Verdana,sans-serif;
    list-style-type: none;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    z-index: 10000000 !important;
	white-space:nowrap;

}

.content .ui-autocomplete {
	width: 179px !important;
}

.ui-menu-item {

}
.ui-helper-hidden-accessible {
	display:none !important;
}

.ui-autocomplete li {
    padding: 5px;
}

.ui-autocomplete li a {
    color: #9B9B9B;
    display: block;
    padding: 3px 8px;
    text-decoration: none;
    width: auto;
}

.ui-autocomplete li a:hover {
    cursor: pointer;
}

.ui-autocomplete li:hover a,
a#ui-active-menuitem {
    background: none repeat scroll 0 0 #F3F3F3;
    color: #717171;
}


#f1_card {
   -o-animation: spin 0.8s infinite;
   -ms-animation: spin 0.8s infinite;
   -moz-animation: spin 0.8s infinite;
   -webkit-animation: spin 0.8s infinite;
   animation: spin 0.8s infinite;
   -o-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   -ms-animation-timing-function: linear;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
}

.caddToggleDummy {
	width: 1px;
	height: 9px;
	padding-left: 8px;
	float: left;
	display: inline-block;
}

/*Redactor*/

.re-pasteasplaintext{
    height:14px;
    width:28px;
    vertical-align:central;
    text-align:center;

}

.re-pasteasplaintext:before{
    content: "Plain";
}

.re-pastefromword{
    height:14px;
    width:28px;
    vertical-align:central;
    text-align:center;

}

.re-pastefromword:before{
    content: "Word";
}

#mymodal-htmlarea{
    border-radius:1px;
    border:1px solid #ccc;
    background-color:white;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2) inset;
    font-size:14px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    transition:border 0.3s ease-in;
    overflow:scroll;
}

/*Redactor*/

.re-pasteasplaintext{
    height:14px;
    width:28px;
    vertical-align:central;
    text-align:center;

}

.re-pasteasplaintext:before{
    content: "Plain";
}

.re-pastefromword{
    height:14px;
    width:28px;
    vertical-align:central;
    text-align:center;

}

.re-pastefromword:before{
    content: "Word";
}

#mymodal-htmlarea{
    border-radius:1px;
    border:1px solid #ccc;
    background-color:white;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2) inset;
    font-size:14px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    transition:border 0.3s ease-in;
    overflow:scroll;
}

.messengerActive .messenger {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100000;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.appMessage {
  max-width: 90%;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-sizing: border-box;
  padding: 17px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.appMessage p {
  margin: 1em 0;
}


@media print {
  #beacon-container,
  .leftNav.fixed {
    display: none !important;
  }
}

.textboxwrapper .label{
	padding: 18px 1px 8px;
}