@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

body
{
    color: Black;
    background-color: #fff;
}

body.LandingPage
{
    background-color: #fff;r
}

a
{
    color: #003399;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
}

a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration:underline;
}

/**************************************************
#PageHeader
{
    background-color: #ffffff;
    background-image: url(../Images/header-bg.png);
    height: 85px;
}
.HeaderLeftBanner
{
    left: 10px;
    top: 10px;
    width: 312px;
    background-image: url(../Images/header-left.png);
    background-repeat: no-repeat;
    height: 55px;
}
.HeaderRightBanner
{
    top: 0px;
    height: 85px;
    width: 300px;
    background-image: url(../Images/header-right1.png);
    background-repeat: no-repeat;
    z-index: 2;
}
**************************************************/

#PageHeader
{
	/* background-image: url(../Images/sws_bg.png); */
	background-repeat: repeat-x;
background-position:center; 
height: 0px;
}
.HeaderLeftBanner
{
	left: 60px;
	top: 6px;
	width: 420px;
	height: 100px;
	background-image: url(../Images/left.png);
	background-repeat: no-repeat;
	background-size:90px;
}

.HeaderRightBanner
{
	top: 35px;
    width: 180px;
	background-image: url(../Images/right.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 100px;
	background-size: 150px;
}

/* Telerik drop down menu styling
#mainMenu
{
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    height: 14px;
    padding-bottom: 8px;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;

}
#mainMenu a
{
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 3px;
}
#mainMenu a:hover
{
    color: #fff;
    font-size: 12px;
    cursor: hand;
    background: #003399 url(../Images/menu-bg.png) repeat-x scroll left top;
}
a.actuator
{
    text-decoration: none;
}
.menu
{
    background-color: #000033;
    border: 2px solid #003399;
    position: absolute;
    visibility: hidden;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.menu li
{
    margin-bottom:5px;
}
.menu li a
{
    color: #fff;
    background-color: transparent;
    display: block;
    line-height: 1.75em;
    text-decoration: none;
}

.menu li a span
{
    color: #fff;
}
.menu li a:hover
{
    background-color: #003399;
    color: white;
}
.menu li a:hover span
{
    color: #e1e1e1;
}
 */

/* Telerik drop down menu styling */
#mainMenu
{
font-family: "Dosis",Impact,sans-serif;
/*letter-spacing: 0.5px;*/
padding: 0px;
background-image: url(../Images/sws_bg.jpg);
background-repeat: repeat-x;
background-position:center; 
height: 100px;
 text-transform: uppercase;
}
#mainMenu > div
{                
	height: 30px !important;
    float: none !important;
    top: 76px;
    margin-left: 12%;
    width: 88% !important;
}

.RadMenu 
{

}

.RadMenu ul.rmHorizontal
{

}


#mainMenu a
{
font-weight:100 !important;
font-size: 14px !important;
	color: #fff;
padding-top: 2px;
padding-bottom: 2px;
}
#mainMenu a:hover
{
	color: #e030e4;
	cursor: hand;
	background: #000;
}
a.actuator
{
	text-decoration: none;
}
.menu
{
	background-color: #555;
	border: 0px;
	position: absolute;
	visibility: hidden;
	opacity: 0.90;
	filter: alpha(opacity=90);	
}
.menu li a
{
	background-color: transparent;
	display: block;
	line-height: 1.75em;
	text-decoration: none;
	color: #fff;
}
.menu li a:hover
{
	background-color: #eee !important;
	color: #e030e4 !important;
}




/* Rounded Button Normal (Customizations) *****************************/
a.RoundedButtonNormal
{
    background: transparent url('../Images/btn-right.png') no-repeat top right;
}
a.RoundedButtonNormal span
{
    background: transparent url('../Images/btn-left.png') no-repeat 0 0;
    color: #fff;
}
a.RoundedButtonNormal:hover span
{
    color: #fff;
}

.PageHeaderBar
{
    background-color: #999999;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
    border-bottom: 1px solid black;
    color: #fff;
}

.PageHeaderBar li, .PageHeaderBar li a
{
    color: #FFFFFF;
}
.PageTitle
{
    /* color: #ffffff; */
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

.DockTitle
{
    color: #FFFFFF;
}



.DataTableHeader
{
    background-color: #999999;
    color: #fff;
}
.DataTableRow
{
    background-color: #999999;
    color: White;
}


.GridView th
{
    color: #fff;
    background-color: #999999;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
}
.GridViewCart th
{
    color: #fff;
    background-color: #999999;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
}
.GridView th a
{
    color: #34271a;
}
.GridView th a:hover
{
    color: #cee4f9;
}
.GridViewAlternateRow
{
    background-color: #ddd;
}
.GridViewFooter
{
    color: #000000;
    background-color: #eeeeee;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
}
.GridViewPager
{
    color: #000000;
    background-color: #eeeeee;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
}
.GridViewPager a
{
    color: #eeeeee;
}


.RadMultiPage1Panel
{
    /*border: 1px solid #828282;*/
    border-bottom: 1px solid #828282; /*padding: 40px 10px; 	margin-top: -26px;   */
}


.CoverFlowWrapper
{
    background-color: #ffffff;
}
.CarouselWrapper
{
    background-color: #555;
}

.RotatorTitle
{
    color: #3f84c2;
}

#imgProgressBar
{
    background-image: url('../Images/ajax-bluegold.gif');
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

select
{
    font-size: 12px;
}

#PageContent	
{	
    padding: 0px;	
  min-height:400px;	
}
.HeaderBarInLine
{
    background-color: #ffffff;
    background: #999999 url(../Images/menu-bg.png) repeat-x scroll left top;
    padding: 2px 0px 5px 3px;
    border: 0px;
    color: #fff;
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.HeaderBarInLineTitle
{
    font-family: Verdana, Arial, Sans-Serif;
    color: #ffffff;
    font-weight:bold;
    font-size:11px;
}

.ReportingDashboard {
    padding: 0;
}

/*changed for vwrap-335*/
#pageHeaderContainer
  {
    display: none !important;
}
.login-logo img {
    max-width: 480px !important;
    margin: -40px -40px -25px 28% !important;
	width: 40%;
}
#PageFooter {
    width: 100%;
    height: 100px;
    margin: 0px; 
}
#PageHeader{height: 30px;}

#infobarHandle li, #infobarHandle li a {
    color: #000;
}
.HeaderLeftBanner{top: 35px;}
.HeaderRightBanner{top:62px;}
body.vwrapdefault #pageHeaderContainer div{padding: 0;}
 #ifVFPSite{min-height:1700px;}
/* changed for vwrap-335 #PageContent{min-height: 2000px;}*/
.menus-container a {
	font-size:18px;
	font-weight:normal;
}

body.MyAccountUser .pageHeaderWrapper {
    padding: 25px 42px 0 !important;
}

.MyAccountUser .totaldiv {
    padding-bottom: 15px !important;
}
div#testUserContainer{margin-bottom:15px;}
div#MainContent_totalDivSectionUserInformation, div#MainContent_totalDivSectionShippingInformation, div#MainContent_totalDivSectionBillingInformation, div#MainContent_totalDivSectionSiteLevelUserInformation, div#MainContent_totalDivSectionMobileInformation {
	padding: 8px 0 !important;
	margin-bottom:15px;
}
#PubContactPerson, #Email, #Cc1, #Cc2, #ContactBusinessName, #ContactInfoName, #ContactEmailAdd, #ContactPhone, #MaterialDueDate, #MaterialRunDate, #Instructions, #AdSize, #MediaCost, #Custom2Field2, #Custom2Field4, #CustomField4, #CustomField3, #ShippingZip, #ShippingPhone, #Quantity, #ShippingCity, #ShippingAddress2, #ShippingAddress3, #ShippingAddress1, #ShippingAttn, #ShippingTo, #CustomField3, #CustomField2, #CustomField1, #DeliverToName, #Cc3, #AddAdSize, #CustomDate_1, #BillingField1, #BillingField2, #BillingInfoPONumber, #BillingInfoInstructions, #PubContactPerson, #Email, #Cc1, #Cc2, #ContactBusinessName, #ContactInfoName, #ContactEmailAdd, #ContactPhone, #MaterialDueDate, #MaterialRunDate, #Instructions, #AdSize, #MediaCost, #Custom2Field2, #Custom2Field4, #CustomField4, #CustomField3, #ShippingZip, #ShippingPhone, #Quantity, #ShippingCity, #ShippingAddress2, #ShippingAddress1, #ShippingAddress3, #ShippingAttn, #ShippingTo, #CustomField3, #CustomField2, #CustomField1, #DeliverToName, #Cc3, #AddAdSize, #CustomDate_1, #ContactInfoFirstName, #ContactInfoLastName, #EventName, #EventType, #MainContent_FirstName, #MainContent_LastName, #MainContent_Email, #MainContent_BusinessName, #MainContent_Address, #MainContent_Address2, #MainContent_Address3, #MainContent_City, #MainContent_ZipCode, #MainContent_Telephone, #MainContent_Custom10, #MainContent_ContactName, #MainContent_UserName, #MainContent_Title, #MainContent_Custom6, #MainContent_Region, #MainContent_BusinessType, #MainContent_LocationName, #MainContent_LocationCode, #MainContent_Zip, #MainContent_AddressLine2, #MainContent_Phone, #MainContent_Phone2, #MainContent_Owner, #MainContent_txtConfirmPassword, #MainContent_txtNewPassword, #MainContent_txtOldPassword, #MainContent_Password, #MainContent_CustomField2, #MainContent_Custom2, #MainContent_URL, #MainContent_AddressLine1, #MainContent_PostalCode, #MainContent_Email1, #MainContent_Custom1, #MainContent_Custom3, #MainContent_Custom4, #MainContent_RegionMarket, #MainContent_Custom5, #MainContent_Custom7, #MainContent_Custom8, #MainContent_Custom9, #MainContent_Phone3, #MainContent_CustomField1, #MainContent_Market, #MainContent_FirstName, #MainContent_LastName, #MainContent_CustomField5, #MainContent_CustomField4, #MainContent_CustomField3, #MainContent_BusinessHours, #MainContent_GooglePlusURL, #MainContent_LinkedinURL, #MainContent_TwitterURL, #MainContent_FacebookURL, #MainContent_title, #MainContent_ShippingAddress3, #MainContent_CustomDate_2, #CustomDate_2, #Custom2Field1, #Custom2Field3, #CustomField5, #Custom2Field5, #MainContent_Custom2Field5 {
    width: 350px;
}

/* changed for vwrap-335 */
 .pageBodyWrapper {padding :0px; 0px; !important}	
/*body.vwrapdefault #PageContent{height:100%; }*/	

#oidcloginframe { border-width: 0px; !important}
/* .vwrapdefault app-root {
    position: unset;
} */

/*changed for vwrap-335*/	
.VWRAPdefault app-root .vwrapdefault app-root{	
    position: unset;	
} 	

/*.VWRAPdefault app-root .active, .vwrapdefault app-root .active {
	background-color:var(--primary);
}*/


.VWRAPdefault app-root, .vwrapdefault app-root {
    position: unset;
}
/* -SSKIN-11281- */
/* .textbox-container:has(.wand) .placeholder {
	left: 124px
}
.textbox-container:has(.wand) #search-box {
	padding-left: 132px
} */
.textbox-container:has(.posinputclass) .wand {
	display: none
}
.search-container:has(.posinputclass) .sa-cd-bt {
	display: none
}
/* -- */
/* banner update- SSKIN-11277 
#mainMenu{background-position:right;}
#mainMenu a{color:#000;}
.HeaderRightBanner{display:none}
#mainMenu{font-family: "Montserrat", sans-serif;}
#mainMenu a{font-weight: normal !important; font-size: 17px !important; text-transform: capitalize;}
#mainMenu > div{top: 55px !important;}
#mainMenu a:hover {color: #000000; background: #ffffff; border-bottom: 2px solid #690019;}
.RadMenu .rmItem{padding-right:15px !important;}
.RadMenu .rmLink{padding-left:6px !important;}
.RadMenu .rmHorizontal .rmText{padding-right:6px !important;}*/
/* SSKIN-11252 
input#MainContent_btnAddItemToOrder1 {
    display: none;
}
table#MainContent_gvItems0 {
    width: 100%;
}
/*
/* SSKIN-11252 */
input#MainContent_btnAddItemToOrder1 {
    display: none;
}
table#MainContent_gvItems0 {
    width: 100%;
}
/*-- */
/* SSKIN-11281 */
.lblCustMetaInst {
    display: none;
}
/* -- */