 /**
 * Common Style Sheet
 *
 * Used for elements common to all themes.
 */
.visible
{
    display: inline;
}
.invisible
{
    display: none;
}
.invisibleImportant
{
    display: none!important;
}
.nobreak
{
	white-space: nowrap;
}

li ul, li ol
{
    margin: 0 2em;
}
ul, ol
{
    margin: 0 0 0 2em;
}

ul#footerMenu,
ul#footerMenu li
{
    margin: 0!important;
}

li ul.products, li ol
{
    margin: 0 0;
}
ul.products, ol
{
    margin: 0 0 0 0;
}
.cursor
{
cursor: pointer;
}

/* Partner buttons */
.partnerSiteButtonGram,
.partnerSiteButtonSierra,
.partnerSiteButtonCalamity,
.partnerSiteButtonSyntive,
.partnerSiteButtonSneed,
.partnerSiteButtonBlair,
.partnerSiteButtonBuyam
{
	margin-left: auto;
	margin-right: auto;
	width:  90px;
	height: 32px;
	text-align: center;
	display: block;
}
.partnerSiteButtonGram
{
	background-image: url("/themes/synthesis/img/partner/gp_button.gif");
}
.partnerSiteButtonSierra
{
	background-image: url("/themes/synthesis/img/partner/sierra_button.gif");
}
.partnerSiteButtonCalamity
{
	background-image: url("/themes/synthesis/img/partner/cc_button.gif");
}
.partnerSiteButtonSyntive
{
	background-image: url("/themes/synthesis/img/partner/syntive_button.png");
}
.partnerSiteButtonSneed
{
	background-image: url("/themes/synthesis/img/partner/mattsneed_button.png");
}
.partnerSiteButtonBlair
{
	background-image: url("/themes/synthesis/img/partner/blaircook_button.png");
}
.partnerSiteButtonBuyam
{
	background-image: url("/themes/synthesis/img/partner/buyam_button.png");
}


/* Ajax */
.busy
{
    background: #ffffff url('/themes/synthesis/img/ajax_arrows.gif') no-repeat center top !important;
    /*border: 1px solid #7F9DB9;*/
}
.neutral
{
    background: #ffffff !important;
    /*border: 1px solid #7F9DB9;*/
}

.busyDialog
{
    background: #F8F9FE url('/themes/synthesis/img/ajax_arrows.gif') no-repeat center top !important;
    /*border: 1px solid #7F9DB9;*/
}
.neutralDialog
{
    background: #F8F9FE !important;
    /*border: 1px solid #7F9DB9;*/
}


.togglecontent
{
    margin-bottom: 10px;
}

.togglefieldset
{
    border: 1px solid #D8CFC1;
    padding: 6px 10px 0px 10px;
    margin-bottom: 15px;
    margin-top: 5px;
}

#editProduct tr
{
    vertical-align: top;
}
#editProduct tr label
{
    padding-top: 5px;
}

.field_numeric
{
    width: 50px;
}




.tagList
{
    border-left: 3px solid #DDDDDD;
    clear: both;
    float: left;
    list-style: none outside none;
    margin: 5px 10px;
    padding: 0 0 0 4px;
}
.tagList li
{
    list-style-type: none;
    margin-left: 0px;
}




.tagName
{
    clear: both;
    cursor: pointer;
    float: left;
    padding: 0.1em 1.5em 0.1em 0.4em;
}

.tagName:hover
{
    -moz-border-radius: 4px 4px 4px 4px;
    background: url("/themes/synthesis/img/bullet_toggle_minus.png") no-repeat scroll right 2px #EFEFEF;
}

ldset {
    border: 0 none;
}
.tagger {
    float: left;
}
.tagAdd {
    margin: 0 0 0 6px;
}

.tableWrapper
{
    width: 740px;
    overflow: auto;
}



#editProduct #description
{
    width: 580px;
    height: 100px;
}

#qty
{
    width: 55px;
}

#viewProduct h1.price
{
    margin-left: 15px;
    color: #D6302A;
}


#productListTable
{
    width: 680px;
}
#productListTable tr
{

}
#productListTable td
{
    width: 25%;
    white-space: normal !important;
    text-align: center;

  /*  height: 170px; */
    vertical-align: bottom;

    /* border: 1px solid red; */
}
#productListTable td p
{
   /* height: 60px; */
}
#productListTable td h1
{
    font-size: 10px;
}

#productListTable td a
{
    font-size: 12px;
}

#productListTable td a.priceLink
{
    color: black;
}
#productListTable td a.priceLink:hover
{
    color: red;
}
#productListTable td
{
    width:25% !important;
}

.storeProduct
{
    border: 1px solid #d2d2d2;
    padding-top: 10px;
    margin-bottom: 5px;
}
/* visually indicate disabled products */
.storeProductTitle.disabled
{
    background-image: url('/themes/synthesis/img/product-currently-unavailable.png');
    background-size: 100% 100%;
}


#adminNavbar
{
	height: 18px;
    background: #F6EEE3;
	border-top: 2px solid #E7D9C6;
    text-align: right;
}
	#adminNavbar a, #adminNavbar a:link, #adminNavbar a:visited
	{
		color: #9A6434;
	}
	#adminNavbar a:hover
	{
		color: #D73C03;
	}

    #adminNavbar ul
    {
        margin: 0px;
        list-style-type: none;
        text-align: left;
        padding-right: 10px;
        width: auto;
        display: inline-block;
    }
    #adminNavbar ul li
    {
        display: inline;
    }

    /* submenu layout */
    #adminNavbar ul li ul
    {
        /*display: none;*/
        font-weight: normal;
        padding: 6px 0px 10px 0px;
        border-left: 1px solid #AFACA4;
        border-bottom: 2px solid #AFACA4;
        border-bottom: 1px solid #563117;
        border-right: 1px solid #AFACA4;
        border-right: 1px solid #563117;

        background-color: #F6EEE3;
        background-color: #F2E4D2;

        margin-left: -16px;

        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        webkit-border-bottom-right-radius: 5px;
        webkit-border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;

        Xborder-top: 1px solid #EAD8C2;
    }

    /* LEVEL ONE */
    ul#adminMenu               { position: relative; }
    ul#adminMenu li            { float: left; zoom: 1; z-index: 925;}
    ul#adminMenu li a          { display: block; margin-bottom: 4px;}
    ul#adminMenu li.hover,
    ul#adminMenu li:hover      { position: relative; }

    /* LEVEL TWO */
    ul#adminMenu ul 		   { width: 200px; visibility: hidden; position: absolute; top: 100%; left: 0; }
    ul#adminMenu ul li 		   { float: none; }
    ul#adminMenu ul li a	   { width: 100%; display: inline-block; }/* IE 6 & 7 Needs Inline Block */

    /* LEVEL THREE */
    ul#adminMenu ul ul         { left: 100%; top: 0; }
    ul#adminMenu li:hover > ul { visibility: visible; }


/* --- for individual product styling during drag ordering ------------------ */
.product p
{
    height: 60px;
}
.product h1
{
    font-size: 10px;
}

.product a
{
    font-size: 12px;
}

.product a.priceLink
{
    color: black;
}
.product a.priceLink:hover
{
    color: red;
}







#storeNavigator
{
    margin-bottom: 15px;
}


.largeboxcontent .rawHtmlPanel
{
    width: 680px;
    height: 450px;
}

.smallboxcontent .rawHtmlPanel
{
    width: 200px;
    height: 450px;
}

.smallboxcontent .editPanelTitle
{
    width: 162px;
}


#page_content_form label
{
	display: inline;
    margin-right: 5px;
}

#editorType
{
    margin-left: 185px;
}








/* error message */

label.error {
    -moz-border-radius: 0 4px 4px 0;
    -moz-box-shadow: 0 0 6px #DDDDDD;
    background-color:#FCD2B5;
    border: 1px solid #D8A37F;
    color: #FFF;
    display: none;
    font-size: 10px;
    height: 13px;
    padding: 2px 5px;
    text-align: left !important;
    width: auto !important;
}

label.error p {
	margin:0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}


label.error em {
	border:10px solid;
	border-color:#dbd908 transparent transparent;
	bottom:-17px;
	display:block;
	height:0;
	left:5px;
	position:absolute;
	width:0;
}

.edit_content
{
    /*border: 1px solid red;*/
}


.edit_content.hover
{
    border: 2px dashed red;
}

.edit_button
{
    position: relative;
}

#pagePreferencesDialogContent
{
    text-align: left;
}

.editControlBox
{
    display: block;
    float: right;

    opacity:0.4;
    filter:alpha(opacity=40);
}

.editControlBox:hover
{
    opacity:1;
    filter:alpha(opacity=100);
}

#assignUserAccountDialog label,
#addAccountFormContent label,
#customCustomerForm label,
#newBranchFormContent label,
#newAccountFormContent label,
#promotionFormContent label,
#newUserFormContent label,
#assetswidget_list label
{
    display: inline-block;
    width: 180px;
    text-align: right;
    vertical-align: top;
}
#landingFormContent label
{
    display: inline-block;
    width: 180px;
    text-align: right;
    vertical-align: top;
}
#addAccountFormContent .field_box,
#promotionFormContent .field_box,
#landingFormContent .field_box
{
    display: inline-block;
    width: 470px;
    vertical-align: top;
}

.widgetAdd
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/themes/synthesis/img/smoothtable/add.gif');

}

.addNewItemBlock
{
    /*border: 1px solid red;*/
}

.formBlurb
{
    margin-top: 6px;
    margin-left: 20px;
    margin-bottom: 10px;

}
.formBlurb label
{
    text-align: left !important;
}

#promotionProgressTitle
{
    width: 500px;
    text-align: center;
    margin-bottom: 5px;
}
#promotionProgress
{
    width: 500px;
    margin-bottom: 20px;
}

.promotionWizardPanel
{
    height: 367px;
}
#promotionProgressBlock,
#landingActionBlock
{
    margin-left: 200px;
}

#promotionProgressBlock
{
    margin-top: 170px;
}

#landingName,
#landingTitle,
#landingPromotionalContent
{
    width: 450px;
}


/* === Form Manager Module ================================================== */
#formManagerFieldList
{
    margin: 0;
    margin-bottom: 20px;
}

#formManagerFieldList li
{
    list-style: none;
    margin: 0px;
    padding: 1px;
    margin-bottom: 5px;
}

#formManagerFieldList li:hover
{
    border: 1px dotted black;
    padding: 0px;
    background: url("/themes/synthesis/img/smoothtable/edit.png") no-repeat scroll 99% 4px transparent;
}

#formManagerFieldList li a
{
    display: block;
    color: #6A5E4C;
    width: 97%;
    height: 100%;
    padding: 9px;
    margin: 0;
}

#formManagerFieldList li a:hover
{
    text-decoration: none;
}

#formManagerFormView label,
#formManagerFieldList label
{
    /*width: 100%;*/
    display: inline;
    white-space:nowrap;
    font-weight: bold;
}

.reqFieldIndicator
{
    color: red;
    font-weight: bold;
    margin-left: 2px;
}

#formManagerFieldList li.selected
{
    border: 1px solid #D8CFC1;
    padding: 0px;
    background-color: #FFFBED;
}

#formManagerFieldList input,
#formManagerFieldList textarea,
#formManagerFieldList select
{
    /*background: url("images/input_bg.gif") repeat-x scroll center top #FFFFFF;*/
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 100%;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 2px;
    width: 200px;
}

#formManagerFieldList input.radio,
#formManagerFieldList input.checkbox
{
    width: 20px;
}

#formManagerFieldList label.radioLabel,
#formManagerFieldList label.checkboxLabel
{
    display: inline;
    font-weight: normal;
}


#formManagerFieldList div.actions
{
    display: none;
    width: 16px;
    height: 16px;
    float: right;
    margin: 0;
    padding: 0;
    line-height: 16px;
    margin-top: -21px;
    margin-right: 8px;
}

#formManagerFieldList li.selected div.actions
{
    display: block;
}

#formManagerFieldList li.ui-sortable-helper div.actions
{
    display: none;
}

.delete_action
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/themes/synthesis/img/smoothtable/delete.gif') no-repeat;
    cursor: hand;
    cursor: pointer;
    padding: 1px;
    border: 1px solid transparent;
}
.delete_action:hover
{
    border: 1px solid #DDDDDD;
    padding: 0px;
}

#productHeader
{
    font-size: 15px;
}

#productPrice
{
    font-size: 15px;
    color: #D6302A;
}


/* === Survey Form View ===================================================== */

#formManagerFormView label
{
    width: 100%;
    font-weight: bold;
    color: #000;
}

#formManagerFormView h2
{
    color: #000;
}
#formManagerFormView p
{
    color: #000;
    margin-bottom: 32px;
}


#formManagerFormView input[type="text"],
#formManagerFormView textarea,
#formManagerFormView select
{
    /*background: url("images/input_bg.gif") repeat-x scroll center top #FFFFFF;*/
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-size: 100%;
    margin: 0;
    padding: 2px;
    width: 200px;
}

#formManagerFormView input.radio,
#formManagerFormView input.checkbox
{
    width: 20px;
}

#formManagerFormView label.radioLabel,
#formManagerFormView label.checkboxLabel
{
    display: inline;
    font-weight: normal;
}

/* === Account Create View ===================================================== */

#accountWizardPanel_1 input
{
    width: 250px;
}

.addressLabel
{
    width: 65px !important;
}

.addressInput
{
    width: 55px !important;
}

.boldfield
{
    font-weight: bold;
}

/* === User Create View ===================================================== */

#userWizardPanel input
{
    width: 250px;
}

.addressLabel
{
    width: 65px !important;
}

.addressInput
{
    width: 55px !important;
}

.boldfield
{
    font-weight: bold;
}


/* === Customer Custom View ===================================================== */

.nameDataInput
{
    width: 125px !important;
}

.nameDataLabel
{
    width: 75px !important;
}




.choice_action_add
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/themes/synthesis/img/add.png') no-repeat;
    cursor: hand;
    cursor: pointer;
    padding: 1px;
    border: 1px solid transparent;
}

.choice_action_delete
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/themes/synthesis/img/delete.png') no-repeat;
    cursor: hand;
    cursor: pointer;
    padding: 1px;
    border: 1px solid transparent;
}

.checkboxLabel
{
    font-weight: normal;
}

#formManagerFieldList input.checkbox,
#formManagerFieldList input.radio
{
   overflow: hidden;
   text-indent: 20px;
   border: none;
}

.listBoxEditorField,
.radioButtonEditorField,
.checkBoxEditorField
{
    width: 145px;
}

#editReportDialog textarea
{
    width: 450px;
    height: 200px;
}


#reportVariableBlock label
{
    display: inline;
    margin-right: 5px;
}

#footerMenu ul
{
    list-style-type: none;
}
#footerMenu li
{
    display: inline-block;
}


#login,
#password
{
    width: 110px;
}

#cartTable
{
    width: 740px;
}

#cartTable td
{
    white-space:normal !important;
}

#cartTable th
{
    background:  #222 !important;
}

.cartColspan
{
    text-align: right;
    padding-right: 10px;
}
#cartTable .currency
{
    text-align: right;
}
#cartTable .quantity,
#cartTable .nosort
{
    text-align: center;
}

.flatbtn {
  background: #0E1E2C;
  text-align:  center;
  font-size: 16px!important;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.flatbtn:hover {
  background: #91bc67;
  background-image: -webkit-linear-gradient(top, #91bc67, #91bc67);
  background-image: -moz-linear-gradient(top, #91bc67, #91bc67);
  background-image: -ms-linear-gradient(top, #91bc67, #91bc67);
  background-image: -o-linear-gradient(top, #91bc67, #91bc67);
  background-image: linear-gradient(bottom, #91bc67, #91bc67);
  text-decoration: none;
}

.btncenter{
    margin-left: auto;
    margin-right: auto;
}

.top{
    margin-top: 10px;
}


.cartbtn {
  background: #0E1E2C;
  text-align:  center;
  font-size: 16px!important;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.cartbtn:hover {
  background: #91bc67;
  background-image: -webkit-linear-gradient(top, #91bc67, #91bc67);
  background-image: -moz-linear-gradient(top, #91bc67, #91bc67);
  background-image: -ms-linear-gradient(top, #91bc67, #91bc67);
  background-image: -o-linear-gradient(top, #91bc67, #91bc67);
  background-image: linear-gradient(bottom, #91bc67, #91bc67);
  text-decoration: none;
}

#paymentContent legend
{
    margin-top: 10px;
    font-weight: bold;
}

.ui-dialog
{
    text-align: left;
}

.dialogContent
{
    width: 100%;
    text-align: left;
}

.dialogHeader, .dialogFooter
{
    width: 100%;
    text-align: center;
}

/* === Style form fields and buttons === */
/*
input,
textarea,
select
{
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 100%;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 2px;
}

select
{
    padding: 0px;
}
select option
{
    padding: 2px;
    padding-right: 8px;
}

.ui-button.ui-widget
{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-top: 4px;
}
*/


.token
{
    /*border: 1px dashed #cccccc;*/
}



#savePanelButton,
#cancelPanelButton,
#deletePanelButton
{
    font-size: 100%;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 2px;
    width: 60px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    text-decoration: none;
    color: #565656;
    cursor: pointer;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
}
#savePanelButton:hover
{
    /* positive hover action */
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}
#cancelPanelButton:hover
{
    /* neutral hover action */
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}
#deletePanelButton:hover
{
    /* negative hover action */
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

/*
.wys_control_button
{
    font-size: 100%;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 2px;
    width: 60px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    text-decoration: none;
    color: #565656;
    cursor: pointer;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
}
.wys_action_neutral:hover
{
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}
.wys_action_positive:hover
{
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}
.wys_action_negative:hover
{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}
*/
#wysTitle,
.inlineLabel
{
    display: inline;
}


.jqgrow a,
.jqgrow a:hover
{
    text-decoration: underline !important;
}


/* #adminNavbar*/
/* #adminMenu*/
#adminIcons
{
    float: left;
    padding-left: 40px;
}
#testicon
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/themes/synthesis/img/add.png') no-repeat;
    cursor: move;
    padding: 1px;
    border: 1px solid transparent;
}

.action_milestone
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/themes/synthesis/img/clock.png') no-repeat;
    cursor: hand;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 4px;
}

.milestone label
{
	display: inline;
}
.milestone .milestone_date
{
	width:100px;
    margin-right: 3px;
}
.milestone .milestone_time
{
	width:75px;
    margin-right: 3px;
}

.note_reminder label
{
	display: inline;
}
.note_reminder .note_date
{
	width:100px;
    margin-right: 3px;
}
.note_reminder .note_time
{
	width:75px;
    margin-right: 3px;
}



/*------------------------------------- SNAPSHOT ------------------------------*/
/*----Snapshot Div Styling------*/
label[for=customerIdNumberVisible],
#customerIdNumberVisible
{
    vertical-align: middle;
    display: inline-block;
}

#yardSizeDiv input
{
    width:  130px;
}

.customerCallAheadSubClass
{
    display: inline-block;
}

.customerCallAheadClass
{
    display: inline-block;
    margin-right: 5px;
}

#customerCallAheadDiv
{
    display: inline-block;
}

#customerMiddleSection
{
    margin-top: 10px;
    margin-bottom: 20px;
}

#customerSearchBox
{
    height: 30px;
    margin-bottom: 15px;
}

#customerVisibleId
{
    height: 25px;
}


    #customerSearchBox label
    {
        display: inline-block;
        width: 80px;
    }

    #customerSearchBox input
    {
        display: inline-block;
        width: 250px;
        margin-bottom: 0px;
    }

    #newCustomerButton
    {
        width: 60px!important;
        height: 15px!important;
        vertical-align: middle;
        margin-bottom: 3px!important;
        margin-top: 0px!important;
        margin-left: 20px;
    }

    #noteReminderDiv
    {
        margin-left: 80px;
    }

    #quickAddNoteButton,
    #quickAddNoteButton2
    {
        width: 20px!important;
        height: 20px!important;
        display: inline-block;
        background-position: -32px -128px;
        padding: 0!important;
        float: right;
    }

    #scheduleNoteButton
    {
        display: inline-block;
        background-position: -80px -112px;
        padding: 0!important;
    }

    #customerAddCustomerNoteButton
    {
        position: relative;
        bottom: 10px;
        display: inline-block;
        background-position: -32px -128px

    }

    #customerSearchButton
    {
        width: 20px;
        height: 20px;
        display: none;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-top: 0!important;
    }

    #customerHistoryButton
    {
        width: 20px;
        height: 20px;
        display: none;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-top: 0!important;
    }
    
    #customerHUDButton
    {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-top: 0!important;
    }

    #customerHelpButton
    {
        width: 20px;
        height: 20px;
        display: none;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-top: 0!important;
    }

.snapshotEmptyRowRight
{width: 450px; height: 27px; display: inline-block;}

.snapshotAddressCityStateZipDiv
{
    display: inline-block;
}

.snapshotAddressCityStateZipDiv label
{display: inline-block;}

.snapshotAddressCityStateZipDiv input
{display: inline-block;}

label[for=billingAddressCity],label[for=customerAddressCity] {width: 100px;}
#billingAddressCity, #customerAddressCity {width: 133px;}

#billingEmail,
#billingAddress1,
#billingAddress2,
#customerEmail,
#customerAddress1,
#customerAddress2
{width: 370px;}

label[for=billingAddressState], label[for=customerAddressState] {width: 45px;}

label[for=billingAddressZip], label[for=customerAddressZip] {width: 60px;}
#billingAddressZip, #customerAddressZip {width: 65px;}

label[for=customerNotes] {vertical-align: top;}

#customerNotes
{
    width: 670px;
    resize: none;
    max-height: 36px;
}

label[for=customerServiceNotes], label[for=customerBillingNotes] {vertical-align: top;}

#customerServiceNotes,
#customerBillingNotes
{
    width: 670px;
    resize: none;
    max-height: 36px;
}

.snapshotLayoutInfo
{
    display: inline-block;
}

    .snapshotLayoutInfo label
    {
        display: inline-block;
        width: 100px;
    }

    .snapshotLayoutInfo input
    {
        display: inline-block;
    }

.snapshotBottomButtons
{
    height: 30px;
   /* position: absolute;*/
   /* bottom: 8px; */
  /*  margin-top: 10px!important; */
}

.snapshotColumnLeft
{
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

    .snapshotColumnLeft input
    {
        width: 130px;
    }

        .snapshotColumnLeft .middleLeftSubSection input
        {
            width: auto;
        }

.snapshotColumnRight
{
    display: inline-block;
    width: 580px;
    vertical-align: top;
}

table#customerSearchPicker
{
    border: 1px solid #c3c3c3;
    width: 256px;
    margin-left: 84px;
    border-spacing: 0;
    background: white;
}

table#customerSearchPicker td
{
    border: none;
}

table#customerSearchPicker td a
{
    cursor: pointer ;
}

#customerSearchGridDiv
{
    z-index: 9999;
    position: absolute;
}

#customerSearchGrid
{
    z-index: 9999;
}


li.ui-menu-item
{
    list-style-type: none;
}

#fieldTabs
{
    height: 365px;
}

#eventsTabs
{
    /* height: 275px; */
    height: 350px;
}

#deleteCustomerButton
{
    position: absolute;
    top: 40px;
    right: 40px;
}

/*-------------------Payment Method -- Snapshot -----------*/
#paymentMethodBlock input
{
    display: inline-block;
}

#creditCompanySelector
{
    margin-bottom: 20px;
}

#newEFTDiv
{
    margin-top: 35px;
}

#newEFTDiv input
{margin-bottom: 15px;}

.billingLabel
{
    display: inline-block!important;
    width: 160px!important;
}

.paymentFieldSmall
{
    width: 50px;
}

#categoryContainerDiv
{
}

#customerReferrerDiv
{
   /* margin-left: 304px;
    margin-bottom: 5px; */
    display: inline-block;
    vertical-align: top;
}

#customerReferrerDiv input
{
    margin-left: 50px;
}

.middleLeftSubSection
{
    margin-top: 10px;
}

.middleRightSubSection
{
    margin-top: 10px;
}

#bottomRightSubSection {
    margin-top: 20px;
}

#bottomRightSubSectionTwo {
    margin-top: 20px;
}

#bottomRightSubSectionThree {
    margin-top: 20px;
}

#paymentMethodDiv
{
    display: inline-block;
    margin-left: 304px;
}

    #paymentMethodText
    {
        display: inline-block;
    }

#paymentMethodSelectBox
{
    padding-left: 10px;
    display: inline-block;
   /* padding-right: 70px; */
}

#creditcardseccode
{
    margin-right: 45px;
}
/* Tighten up the tab panel content */
/*
.ui-tabs-panel
{
    padding: 4px 2px 2px 2px !important;
}
*/


ul.products li
{
    height: auto !important;
}

ul.products li
{
    height: auto !important;
}

#tabs-1 h2
{
    font-size: 15.45px

}

/* Snapshot */
#ServiceEventMilestoneFieldset
{
    width: 320px;
    padding: 10px;
    position: absolute;
    top: 10px;
    left: 320px;
}

#ServiceEventMilestoneFieldset label
{
    width: 110px;
}

.snapshot .userWidget
{
    /*border: 1px solid red;*/
    width: 168px;
}

#productSummary
{
    float: left;
}

#productSortOrderWidget
{
    float: right;
}
    #productSortOrderLabel
    {
        display: inline-block;
        width: 55px;
    }




#editPanelButton
{
    z-index: 50000 !important;
}

.editControlBox
{
    z-index: 50000 !important;
    margin-top: -10px;
}

/*
.edit_button
{
    z-index: 1000 !important;
}
*/



#fieldTabs.serviceView
{
    height: 550px;
}

label[for="service_applicator"]
{
    width: 67px;
    display: inline-block;
    margin-right: 5px;
}

#service_date_label
{
	margin-left: 5px;
}

/*----------SNAPSHOT BILLING HISTORY TAB----------*/
#dialogBillingItemForm label[for="bi_title"],
#dialogBillingItemForm label[for="bi_description"],
#dialogBillingItemForm label[for="bi_price"],
#dialogBillingItemForm label[for="paymentMethodText_BH"],
#dialogBillingItemForm label[for="bi_status"]
{
    width: 150px;
}

#paymentMethodText_BH
{
    display: inline-block;
    width: 150px;
}

#paymentMethodSelectBox_BH
{
    display: inline-block;
}


#editServiceEventDialog label
{
    /* background-color: #cccccc; */
    padding-top: 4px;
}



#newPaymentDialog label[for="routingNumber"],
#newPaymentDialog label[for="accountNumber"]
{
    width: 150px;
}

.widthRestrictor
{
    display: inline-block;
    width: 200px;
}

#accountInfoLeft
{
    display: inline-block;
    float: left;
}

#accountInfoRight
{
    display: inline-block;
    float: right;
}


#action_area
{
    float: left;

}
#clockin_area
{
    display: inline-block;
    width: 280px;
    margin-left: 25px;
}
#toolbar_area
{
    float: right;
}



/*----------------- Applicator Module Styling --------------------------*/
.averageTanksSpan
{
    margin-left: 25px;
}

.showThreeMostRecent a,
.hideThreeMostRecent a
{
    color: #E17009!important;
    cursor: pointer;
}

.applicatorCheckbox,
.applicatorCheckbox label,
.applicatorCheckbox input,
.applicatorMilestoneDiv,
.applicatorAdditionalFieldsDiv,
.applicatorAdditionalFields,
.applicatorAdditionalFields label,
.applicatorAdditionalFields input,
.applicatorSaveButton,
.applicatorNotesTextArea,
.applicatorNotesDiv label
{
    display: inline-block;
}

.applicatorNotesTextArea
{
    padding-right: 5px;
}

.applicatorSaveButton
{
    float: right;
}

.applicatorSaveButton a
{
    color: #E17009!important;
}

.applicatorCheckbox
{
    margin-right: 60px;
}

.applicatorCheckbox label
{width: 90px!important;}

.applicatorMilestoneLabel
{
    width: 90px!important;
    display: inline-block;
}

label[for=applicatorNotes] {vertical-align: top;}

.applicatorAdditionalFieldsDiv
{
    width: 420px;
}

.applicatorMilestoneDiv
{
    width: 320px;
    vertical-align: top;
    float: right;
    clear: right;
}

.applicatorNotesDiv,
.applicatorNotesDiv textarea
{
    display: inline-block;
}

.applicatorNotesDiv label
{
    vertical-align: top;
    width: 86px!important;
    vertical-align: top;
}

.applicatorLabelSmall
{
    width: 50px;
    display: inline-block;
}

.applicatorTextSmall
{
    width: 50px;
}

.applicatorTextNorm
{
    width: 130px;
}

.applicatorTextLarge
{
    width: 210px;
}

.applicatorNotesDiv,
.applicatorCheckboxDiv,
.applicatorMilestoneDiv,
.applicatorAdditionalFieldsDiv
{
    margin-bottom: 15px;
}

.applicatorNotes
{
    width: 670px;
    max-height: 36px;
}

.photo_input {
    display: none;
}

.photo_remove {
    cursor: pointer;
    margin-right: 0.5em;
}

.ring-spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.ring-spinner:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 3px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: ring-spinner 1.2s linear infinite;
}
@keyframes ring-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#user-profile-photo-container {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#user-profile-photo {
    border: 1px solid #222222;
    border-radius: 50%;
    height: 128px;
    width: 128px;
    object-fit: cover;
}

.applicatorDirectionsTextField
{
    width: 440px;
}

#applicatorDirectionsSteps
{
    min-height: 15px;
}

.redText
{
    color: red;
    font-weight: bold;
}

.applicator_customer_notes,
.applicator_event_notes,
.applicator_applicator_notes
{
    display: inline-block;
    width: 555px;
}

.service_billing_customer_notes,
.service_billing_event_notes,
.service_billing_notes,
.service_billing_billing_notes,
.applicator_applicator_notes_billing
{
    display: inline-block;
    width: 565px;
}

label[for="applicator_customer_notes"],
label[for="applicator_event_notes"],
label[for="applicator_applicator_notes"]
{
    display: inline-block;
    width: 160px !important;
    vertical-align: top;
}


label[for="service_billing_customer_notes"],
label[for="service_billing_event_notes"],
label[for="service_billing_notes"],
label[for="service_billing_billing_notes"],
label[for="applicator_applicator_notes_billing"]
{
    display: inline-block;
    width: 180px !important;
    vertical-align: top;
    font-weight: bold;
}

.applicator_icon_div
{
    display: block;
    vertical-align: top;
    float: right;
    margin-bottom: 10px;
}

#customerCallAheadBeforeSubGroup,
#customerCallAheadDayOfSubGroup
{
    display: inline-block;
}

.customerCallAheadLabel
{
    display: inline-block;
    width: 100px;
}

.customerCallAheadSubLabel
{
    display: inline-block;
    width: 66px;
}

.dataFields
{
    margin-top: 10px;
}

.applicatorVisitNumber
{
    display: inline-block;
    float: right;
}


.googledir table
{
    font-size: 12px;
}

.error
{
    color: red!important;
}

#weeklyView
{
    vertical-align: top;
}

#serviceApplicatorRadioLabel
{
    margin-left: 18px;
    display: inline-block;
}

#serviceAppDateBox
{
    display: inline-block;
    vertical-align: top;
}

#serviceWeeklyBoxes,
#chooseColorDiv,
.serviceViewText
{
    margin-top: 5px!important;
    vertical-align: top;
    display: inline-block;
}

#chooseColorDiv
{
    margin-left: 30px;
}

#serviceWeeklyLeft
{
    display: inline-block;
}

#serviceWeeklyBoxes
{
    margin-left: 15px;
}

.serviceBillingNoteContainerDiv
{
    width: 750px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.serviceBillingLeftColumn
{
    display: inline-block;
    float: left;
}

.serviceBillingRightColumn
{
    display: inline-block;
    float: right;
    margin-right: 50px;
}

.serviceBillingLeftColumn .applicatorMilestoneLabel
{
    width: 130px!important;
}

.serviceBillingLabel
{
    display: inline-block;
    width: 150px;
}

.serviceBillingPayButtonDiv
{
    display: inline-block;
    margin-top: 10px;
}


#editAccountVariableDialog #name
{
    width: 200px;
}
#editAccountVariableDialog #value
{
    width: 375px;
    height: 75px;
}

.custPhoneBlock
{
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
}


/* new 1.9 CSS has a.ui-state-focus instead of a.ui-state-hover
   so we should define the following */
.ui-menu .ui-menu-item a.ui-state-hover
{
    font-weight: normal;
    margin: -1px;
}


#jqContextMenu .ui-icon
{
    float: left !important;
    margin-right: 3px;
}
#jqContextMenu a
{
    text-align: left;
}

#previewServiceEmailSubject,
#previewWeatherEmailSubject,
#previewEmailSubject,
#invoicePopupSubject
{width: 450px;}



/*--------------Note Feed-----------------*/

.noteFeedDiv
{
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid silver;
}

    .noteFeedLeft
    {
        display: inline-block;
        width: 300px;
        text-align: left;
        line-height: 1.2em;
    }

    .noteFeedRight
    {
        display: inline-block;
        width: 555px;
        vertical-align: top;
        text-align: left;
        line-height: 1.2em;
    }

        .noteFeedLabel
        {
            font-weight: bold;
            width: 120px;
            display: inline-block;
        }



.applicatorNotesTable
{
    text-align: left;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em;
}

.billingNotesTable
{
    text-align: left;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em;
}

label[for=service_billing_notes]
{
    padding-top: 5px;
}

        .billingNotesTable td
        {
            padding-left: 0px!important;
        }

label[for=applicator_applicator_notes]
{
    padding-top: 5px;
}

        .applicatorNotesTable td
        {
            padding-left: 0px!important;
        }

#storeCategoryClick,
#storePublisherClick
{
    cursor: pointer;
}

.collapseCatIcon,
.expandCatIcon,
.collapsePubIcon,
.expandPubIcon
{
    display: inline;
}

.completedEventClass
{
    background: #F9F9F9   url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x !important;
}

.applicatorEventSkipped
{
    border: 5px solid yellow!important;
}

#serviceTopSection
{
    position: relative;
}

#manualOrderDiv
{
    display: inline-block;
    position: absolute;
    top: 90px;
    right: -300px;
    z-index: 111111;
}

#massAssignDiv
{
    position: absolute;
    top: 90px;
    right: -250px;
    z-index: 111112;
}

#infoWindowSidebar
{
    position: absolute;
    top: 90px;
    right: -215px;
    z-index: 111112;
}

#starLegend
{
    position: absolute;
    top: 90px;
    left: -175px;
    z-index: 111112;
}

#forecastSidebar
{
    position: absolute;
    top: 400px;
    left: -220px;
    z-index: 111112;
}

#infoWindowPermNote,
#infoWindowRestrictions,
#infoWindowEventNote,
#infoWindowSkipNote
{
    width: 200px !important;
}

#serviceSecondColumnBox
{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

#serviceHideCompletedDiv
{
    display: inline-block;
    margin-top: 5px;
}

#outerManualRoutingDiv
{
    display: inline-block;
    margin-left: 3px;
}

#serviceEmailTable
{
    border-collapse: collapse;
}

#serviceEmailTable th
{
    font-weight: bolder;
    border-bottom: 1px solid #cdcdc1;
    text-align: center;
}

#serviceEmailTable td
{
    border-left: 1px solid #cdcdc1;
    border-bottom: 1px solid #cdcdc1;
}

.tableBorderRight
{
    border-right: 1px solid #cdcdc1;
}


#productDisplayWidget
{
    width: 145px;
    display: inline-block;
    margin-left: 40px;
    /* border: 1px solid red; */
}
#productDisplayLabel
{
    display: inline-block;
    width: 60px;
    /* border: 1px solid green; */
}
#productDisplayRadio
{
    display: inline-block;
    width: 70px;
    /* border: 1px solid blue; */
}

#productDisplayWidget .ui-button
{
    padding: 0px;
}
#productDisplayWidget .ui-button-text
{
    padding: 1px;
}

#productSummary
{
    margin-top: 5px;
}

.addServiceCompletedColoring
{
    color: #E9AB17!important;
}

.addBillingCompletedColoring
{
    color: #4CC552!important;
}

.addCollectionCompletedColoring
{
    color: red!important;
}

.addPrepaymentColoring
{
    color: #4CC552!important;
    font-weight: bolder!important;
}

.addCancelledPaymentColoring
{
    color: red!important;
    font-weight: bolder!important;
}


#billingItemLinkDiv
{
    display: inline-block;
    float: left;
}

#deleteItemsButtonDiv
{
    display: inline-block;
    float: right;
}


/*-----------------------GAP stuff------------------------------------*/

.campaignHeaderEmarketing
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #CBDFED;
    text-align: center;
}

.campaignListEmarketing
{
    line-height: 1.3em;
}

.campaignListEmarketing .label
{
    width: 180px;
    display: inline-block;
}

.campaignSelectorDiv
{
    margin-bottom: 35px;
}

.campaignListEmarketing .bold
{
    font-weight: bold;
}

#addArticleTitle,
#addArticleSummary,
#addArticleIcon,
#addArticleLink,
#addArticleLinkText
{
    width: 485px;
}

#addArticleForm label
{
    width: 130px!important;
    padding-top: 5px;
}



/*----------------------------Campaign Center-----------------------------------------------------*/
#campaignCenterStep1
{

}

#campaignCenterStep2
{

}

#campaignCenterStep3
{

}

.displayStepClass
{
    text-align: center;
    font-size: 2em;
}

        .activeStep
        {
            font-weight: bolder;
        }

        .showStep1,
        .showStep2,
        .showStep3
        {
            cursor: pointer;
        }

.campaignCenterContentBlock
{
    margin-top: 20px;
    Xtext-align: center;
    Xvertical-align: middle;
    Xheight: 500px;
}

.campaignCenterButtonSlot
{
    margin-top: 20px;
}

        .campainCenterBack
        {
            float: left;
        }

        .campainCenterForward
        {
            float: right;
        }

.step1Space,
.step2Space,
.step3Space
{
    display: inline-block;
    vertical-align: top;
    height: 45px;
    line-height: 1.2em;
}

.step1ContentSpace,
.step2ContentSpace,
.step3ContentSpace
{
    font-size: 13px;
}

.gapWizardArrow
{
    margin-left: 25px;
    margin-right: 25px;
}

.action_gocode
{
	background: transparent url(/themes/synthesis/img/smoothtable/forward.png) no-repeat scroll left top;
	height: 16px;
	width: 19px;
	display: inline-block;
}

.hasObject
{
	/*background: url(/themes/synthesis/img/checkbox_full.png);*/
	background: url(/themes/synthesis/img/checkbox_full_blue.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.noObject
{
	background: url(/themes/synthesis/img/checkbox_empty.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

#sidepanelwizard div
{
}
#sidepanelwizard a
{
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}
#sidepanelwizard span
{
    height: 32px;
    display: block;
}

.smallReportingDiv
{
    margin-top: 8px;
    vertical-align: bottom;
}

    .basicReportingSpace
    {
        display: inline-block;
        width: 100px;
        font-size: 12px;
        text-align: center;
    }

/* <syn class="GoCodeModule" function="getSidePanelWizardContent"></syn> */


.reportTopLink
{
    margin-right: 65px;
}

.reportLink
{
    cursor: pointer;
}

.prepayLabel
{
    width: 340px!important;
}

.campaignHeaderGap
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #CBDFED;
    text-align: center;
}

.campaignListGap
{
    line-height: 1.3em;
}

.campaignListGap .label
{
    width: 180px;
    display: inline-block;
}

.campaignSelectorDiv
{
    margin-bottom: 35px;
}

.campaignListGap .bold
{
    font-weight: bold;
}

#addArticleTitle,
#addArticleSummary,
#addArticleIcon,
#addArticleLink,
#addArticleLinkText
{
    width: 485px;
}

#addArticleForm label
{
    width: 130px!important;
    padding-top: 5px;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1023px) {
	/* #menu is the original menu */
	#mainMenu {
		display:none!important;
	}
	
	.slicknav_menu {
		display:block;
	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
    #mainMenu {
		display:none!important;
	}
	
    .slicknav_menu {
	display:block;
    }
    
    .snapshotColumnLeft
    {
        display: block;
    }
    #customerNotes, #customerServiceNotes, #customerBillingNotes
    {
        width: 450px;
    }
    
    #getPreseasonLaunch{
        float: left;
    }
}

#editPaymentMethod
{
    margin-left: 10px;
}


.storeProductImageControlBox
{
    opacity:0.4;
    filter:alpha(opacity=40);
}

.storeProductImageControlBox:hover
{
    opacity:1;
    filter:alpha(opacity=100);
}
#uploadAdditionalImage,
#storeUploadPrimaryImageButton {
    margin-top: 20px !important;
    vertical-align: top;
}