﻿/*----------------------------------------------------------
The base color for this template is #3C5670. If you'd like
to use a different color start by replacing all instances of
#3C5670 with your new color.
----------------------------------------------------------*/
html,body,page 
{
    height:100%;
    padding:0px;
    margin:0px;
}

body
{
    background-color: #3C5670;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height:100%;
}

#header
{
    background-image:url('../../Images/headerTitle.gif');
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    min-height:90%;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

/*
#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}
*/

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #3C5670 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="textarea"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 1px #e8eef4;*/
  border-collapse: collapse;  
}

table td 
{
  padding: 2.5px;
  /*border: solid 1px #e8eef4;*/
}
table th
{
  padding: 6px 5px;
  text-align: left;
  background-color:  #C2D1DC; 
  /*border: solid 1px #e8eef4;   */
}

table.grid td
{
    padding:5px;
}

tr.ev
{
    background-color:#EEEEEE;
}

.action
{
	padding:2px;
	margin:2px;
}

.fields tr td:first-child
{
    background-color:#FFFFFF;
    padding-right:2em;
}

.fields table
{
    width:100%;
}

.edit-list
{
    list-style-type:none;
}
.edit-list a
{
    padding-right:5px;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    display:block;
	position: relative;
	right: -15px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    /*font-weight: bold;
    color: #ff0000;*/
	margin:0 0 6px;
	background: #F7CBCA url(../Employee/Images/exclamationmin.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    font-weight:bold;
}
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* Menu -------------------------------------- */

#j6menu, #j6menu a
{    
    font:10pt Verdana;
}

#j6menu div
{
	overflow:hidden;
	margin-left:0;
}

#j6menu ul
{
    padding-left:0px;
}

#j6menu li
{
    list-style-type:none;    
}


j6menu highlight
{
    background:	#F5FFFA;
}

.slide-out-div 
{
    background:none repeat scroll 0 0 #DDDDDD;
    border:1px solid #AAAAAA;
    padding:0px;
    width:280px;
    height:100%;
}

.slide-out-content
{
    overflow:auto;  
    height:100%;
	background-color:#EEEEEE;
	padding:4px;
	color:Black;
}

div.slide-out-content fieldset
{
    border:none;
    border-top:solid 1px #E0E0E0;    
}

.left 
{ 
    float:left;
}

.hidden
{
	display:none;
}

#tooltip {
	display:none;
	background:transparent url(../../Images/ArrowBottom.png) no-repeat bottom;
	font-size:12px;
	width:209px;
	color:#fff;	
	z-index:999;
	padding: 0 0 39px 0;
}
/*
#tooltip-account {
	display:none;
	background:transparent url(../../Images/ArrowBottom.png) no-repeat top;
	font-size:12px;
	width:209px;
	color:#fff;	
	z-index:999;
	padding: 0 0 39px 0;
}
*/
#tooltip .content
{
	width:160px;
	padding:25px 25px 0 25px;
	background:transparent url(../../Images/ArrowTop.png);
	min-height:65px;
}
/*
#tooltip-account .content
{
	width:160px;
	padding:25px 25px 0 25px;
	background:transparent url(../../Images/ArrowTop.png);
	min-height:65px;
}
*/
#tooltip .description 
{
    margin-top:0px;
}

#tooltip-big { 
    display:none; 
    background:url(../../Images/Arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
	z-index:1000;
} 

#tooltip a, #tooltip-big a
{
    color:#fff;
}

.vertical 
{
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);	
    -o-transform: rotate(-90deg);	
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* --- Object view ---*/

.header 
{
    background: #EEE;
}

.object 
{
    background: #FFFFFF;
}

/* culture menu */

a.yuimenuitemlabel:link
{
    color: #000;
    text-decoration: none;
}

a.yuimenuitemlabel:visited
{
    color: #000;
}

a.yuimenuitemlabel:hover
{
	color: #fff;
}

/* css3 button styling*/
a.button,a.button:visited {
    background:#222 url(../../Images/alert-overlay.png) repeat-x;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
    border-bottom:1px solid rgba(0,0,0,0.25);
    position:relative;
    cursor:pointer;
    padding:4px 8px 5px;
}

.ui-widget-content a.button {
    color:#fff;
}

a.button:hover {
    background-color:#111;
    color:#fff;
}

a.button:active {
    top:1px;
}

a.small.button,a.small.button:visited {
    font-size:11px;
}

a.button,a.button:visited,.medium.button,.medium.button:visited {
    font-size:12px;
    font-weight:bold;
    line-height:1;
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
}

a.large.button,a.large.button:visited {
    font-size:14px;
    padding:8px 14px 9px;
}
    
a.alt1.button,a.alt1.button:visited {
    background-color:#91bd09;
}

a.alt1.button:hover {
    background-color:#749a02;
}

.node-level-1
{
    background-color:White;
}

/* Vertical Accordion Menu
----------------------------------------------------------*/

ul.menu, ul.menu ul 
{
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.menu a 
{
    display: block;
    text-decoration: none;	
}

ul.menu li 
{
    /*margin-top: 1px;*/
}

ul.menu li a 
{
    background: #DDD;
    color: #000;	
    padding: 0.5em;
}

ul.menu li a:hover 
{
    background: #AAA;
}

ul.menu li 
{
    border-bottom: solid 1px #aaa;
}

ul.menu li ul 
{
    border-top: solid 1px #aaa;
}

ul.menu li ul li 
{
    border-bottom: none;
}

ul.menu li ul li a 
{
    background: #fff;
    color: #000;
    padding-left: 20px;
}

ul.menu li ul li a:hover 
{
    background: #aaa;
    border-left: 5px #404040 solid;
    padding-left: 15px;
}

input.searchformfield {
   display: block;
   float: left;
   width: 142px;
   height: 15px;
   padding: 4px 3px 3px 22px;
   border: none;
   background: transparent url(../../Images/bgsearch.gif) no-repeat;
   color: #797979;
   font-size: 1.1em;
}

.searchformfieldbutton {
	border: 0;
	display: block;
	float: left;
	width: 29px;
	height: 22px;
	background: url(../../Images/bgsearcha.gif);
	text-indent: -9999px;
	color: #fff;
	outline: 0;
	cursor: pointer;
}

.search {
    margin:0;
    width: 200px;
    float: none;
}

.sublogin .search {
	float: right;
}

.searchform {
    margin:0px;
    width:0px;	
}

.sublogin {
	font-size: .9em;
	color: white;
    position: absolute;
    top: 36px;
    right: 0px;
}

#tooltip-account {
	display: none;
	background:transparent url(../../Images/ArrowBottomFlip.png) no-repeat top;
	font-size:12px;
	width:280px;
	color:#fff;	
	z-index:999;
	padding: 39px 0 0 0;
}

#tooltip-account .content
{	
	width:231px;
	padding:0 25px 25px 25px;
	background:transparent url(../../Images/ArrowTopFlip.png);
	min-height:117px;
}

#tooltip-account .content
{
	width:231px;
	padding:0 25px 0px 25px;	
	background:transparent url(../../Images/account-details-bg.png);	
	min-height:117px;
}

#tooltip-account .content-footer
{
	width:231px;
	padding:0 24px 0px 25px;
	background:transparent url(../../Images/ArrowTopFlip.png) bottom no-repeat;	
	min-height:85px;
}

div.vol-list {
    text-align:right;
}

div.vol-list ol 
{
	padding: 0;
	margin: 0;
    padding-top: 4px;
}

div.vol-list ol li {
    padding:0;
	list-style: none;
}

div.vol-list br {
    clear:left;
}

div.vol-list ol li a {
    display:block;
    text-decoration:none;
}

div.vol-list ol li a:hover {
    color:#FFF;
    background-color:#E2A53A;
}

div.vol-list span {
    font-size:90%;
}

div.vol-list span.label {
    color:#FFF;
    float:left;
    padding:0;
}

div.vol-list span.value {
    color:#FFF;
    padding:0;
}

div.vol-list a:hover span.label,div.vol-list a:hover span.value {
    color:#FFF;
}

.accountProfile {
    margin-bottom: 6px;
}

.accountProfileAvatar {
    float: left;
    display:block;
    height: 66px;
    width: 48px;
}

.defaultProfilePicture {
    background:#FFFFFF url(../../Images/accountProfileAvatar.jpg) center top no-repeat;
    height: 66px;
    width: 48px;
}

.accountProfileAvatar img {
    border:1px solid #8a8a8a;
    max-height: 66px;
    max-width: 48px;
    background:#FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.accountProfileNameEmail  {
    color:#fff;
    float:left;
    margin-left:4px;
    text-align:left;
    overflow: hidden;
    white-space: wrap;
}

.accountProfileNameEmail span {
    font-weight: bold;
    text-decoration:none;
}

.accountProfileNameEmail span span {
    font-weight:normal;
    text-decoration:none;
}

.focus-account {
	float:right;
	margin:4px 15px 0 0
}

/* MVC Content Manager (Corp Portal) */
@font-face {
	font-family: 'icomoon';
	src:url('/content/fonts/icomoon.eot?-ev1qp7');
	src:url('/content/fonts/icomoon.eot?#iefix-ev1qp7') format('embedded-opentype'),
		url('/content/fonts/icomoon.ttf?-ev1qp7') format('truetype'),
		url('/content/fonts/icomoon.woff?-ev1qp7') format('woff'),
		url('/content/fonts/icomoon.svg?-ev1qp7#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.j-glyph {
	display: inline-table;
	width: auto;
	padding: 6px 12px;
	margin: 6px 3px;
	overflow: hidden;
	border: solid 1px #ccc;
	background-color: #eee;
	border-radius: 6px;
	
}
	.j-glyph:hover {
		background-color: #ee0088;
		color: #fff;
		cursor: pointer;
		border: solid 1px #ee0088;
	}

.j-glyphText {
	font-size: 16px;
	padding-left: 8px;
	line-height: 16px; /* must match .icon font-size */
}


[class^="j-icon-"], [class*=" j-icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.j-icon-clone:before {
	content: "\e603";
}
.j-icon-download:before {
	content: "\e604";
}
.j-icon-upload:before {
	content: "\e605";
}
.j-icon-trash:before {
	content: "\e600";
}
.j-icon-edit2:before {
	content: "\e601";
}
.j-icon-edit:before {
	content: "\e602";
}
.j-icon-pencil:before {
	content: "\e905";
}
.j-icon-bin:before {
	content: "\e9ac";
}
.j-icon-bin2:before {
	content: "\e9ad";
}

/* MVC Product Content Manager */
.tag-helper-wrap {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    margin:5px 2px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.tag-helper-text {
    background-color: #7dc46d;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 2px 4px 3px 6px;
    margin-right: 0px;
}
.tag-helper-close {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color:#51a442;
    padding: 2px 6px 3px 5px;
    margin-left: 0px;
    cursor: pointer;
}
.product-droptarget {
    background-color: #e9f9e6;
}
.ui-sortable-handle {
    cursor: move;
}
#productsGrid a[data-button-function].k-button {
    min-width: 0px;
}

.treeview-dropdown {
    background: #e6e6fa;
}

#productCategoryTreeView {
    text-align: left;
    background-color: #e7e7e7;
    z-index: 1; /* kick up absolute positioned overlay element */
}
.product-image-image {
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
    padding-right: 5px;
}
.product-image-caption {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.product-image-details {
    min-width: 80%;
    display: inline-block;
}

.clickable {
    cursor: pointer;    
}

.cms-objects {
	position: relative;
	/*width: 320px;*/
	height: auto;
	border: solid 1px #ddd;
	padding: 15px;	
	text-align: center;
	margin: 24px auto;
	box-sizing: border-box;
}
.cms-objects.four .cms-button {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.cms-objects.three .cms-button {
	float: left;
	width: 32%;
	margin-right: 1%;
}
.cms-objects.two .cms-button {
	float: left;
	width: 49%;
	margin-right: 1%;
}
.cms-objects.one .cms-button {
	float: right;
	width: 290px;
}

.cms-msg {
	color: #222;
	opacity: 0.75;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	padding: 18px 18px 16px 56px;
	border-left: solid 5px rgba(50,50,50,0.30);
	border-radius: 6px;
	margin: 12px 0px;
	text-align: left;
}
.cms-msg.notice {
	background: #e1f7dd url('../../images/notice-icon.png') no-repeat 6px center;
}
.cms-msg.alert {
	background: #fee1b8 url('../../images/alert-icon.png') no-repeat 6px center;
}
.cms-msg.tip {
	background: #e1f7dd url('../../images/tip-icon.png') no-repeat 6px center;
}

.cms-icon-translation {
    background: url('../../images/translation-icon.png') no-repeat top right;
    margin-right:10px;
}

.cms-icon-drag {
    background: url('../../images/drag-icon.png') no-repeat center;
    padding: 12px;
    white-space:nowrap;
    display: inline-block;
}
.cms-icon-drag:before {
    content: '\0000a0';
}

.cms-icon-trash {
    background: url('../../images/trash-icon.png') no-repeat center;
    padding: 12px;
    white-space:nowrap;
    display: inline-block;
    opacity: .5;
}

.cms-icon-trash:before {
    content: '\0000a0';
}

.cms-button {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-radius: 6px;
	padding: 8px 18px 7px 18px;
	/*max-width: 290px;*/
	margin: 8px 0px;
    box-sizing: border-box;
	display: block;
 	position: relative;
    cursor: pointer;
}

@media (max-width: 760px) {
	.cms-objects.four .cms-button {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
}
@media (max-width: 640px) {
	.cms-objects.three .cms-button {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
}
@media (max-width: 480px) {
	.cms-objects.two .cms-button {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	.cms-objects.one .cms-button {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
}

.cms-button.cancel {
    background: #b9b9b9;
    color: #555;
}
.cms-button.publish {
	background: #3d70a3 url('../../images/publish-icon.png') no-repeat 8px 5px;
	color: #fefefe;
}
.cms-button.draft {
	background: #3c5670 url('../../images/draft-icon.png') no-repeat 8px -1px;
	color: #fefefe;
}
.cms-button.revert {
	background: #767676 url('../../images/revert-icon.png') no-repeat 8px -2px;
	color: #fefefe;
}
.cms-button.cancel {
	background: #b9b9b9;
	color: #555;
}
/* Product Content Manager */
.product-image-dataview {
    width: 32px;
}

/* Product Content Details Tab */
.button-group-vertical button {
    min-width: 250px;
    margin: 8px;
    float: left;
}
.width-100 {
    width: 100%;
}

.label-shortdescription {
    font-size: .9em;
    font-style: italic;
}

/* Product Content Images Tab */
.product-image-nocaption {
    font-style: italic;
    color: #c0c0c0;
}