﻿/*START - CSS fix for "Menu more" link fix*/
.tablet_column
{
	display:inline-block!important;
	vertical-align:top!important;
	float:none!important;
	margin-left:6px!important;
	margin-right:6px!important;
}
.tablet_columns
{
	width:46em!important;
}

#siteMenuMore > div > div:nth-child(5) > div,
#siteMenuMore > div > div:nth-child(6) > div
{
	font-size:1.4rem;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin-bottom: 4px;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-top: 3px;
}

#siteMenuMore > div > div:nth-child(6) > div {visibility:hidden;}
/*END - CSS fix for "Menu more" link fix*/

/* Prevents telerik dislocation due to body inline style position:relative 	*/
body{position:static !important}

	     	#ctl00_MSO_ContentDiv .ms-ToolPaneOuter 
	     	{
			    position: fixed;
			    top: 1em;
			    right: 1em;
			}
			#MSOTlPn_Tbl tbody tr #MSOTlPn_Parts > div/*div .ms-TPBody*/     	
			{
	     		overflow-y: auto!important;
				height: 500px!important;
			}
			#MSOTlPn_Parts, MSOTlPn_Parts
			{
				overflow-y: auto!important;
				height: 100%!important;
			}
		    body #s4-workspace {overflow: visible !important;} 
			body #s4-ribbonrow {position: fixed; z-index: 1000; overflow-y:visible; max-width:1170px;} 
			#s4-ribbonrow .ms-MenuUIPopupBody, #s4-ribbonrow .ms-popoutMenu, .ms-cui-menu[id ^= "Ribbon."] {position: fixed !important;} 
			.ms-dlgOverlay {width: 100% !important;}
			
						
/* ----- Ribbon Fonts - Start ----- */
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-0-Menu"],
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-2-Menu"],
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-3-Menu"],
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-4-Menu"],
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-5-Menu"],
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-6-Menu"],
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-7-Menu"],
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-8-Menu"],
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-9-Menu"],
#Ribbon\.EditingTools\.CPEditTab\.Font\.FontSize\.Menu a[id="fseaFont-1-10-Menu"]{
    display:none!important;
}

.ms-rteThemeFontFace-3
{
  -ms-name:"Helvetica";
  font-family:Helvetica;
}
/* ----- Ribbon Fonts - End ----- */

			
/* ribbon and telerik sytles overrules	*/
.

.ms-rteElement-Callout1,
.ms-rteElement-Callout2,
.ms-rteElement-Callout3,
.ms-rteElement-Callout4{
    border: 1px solid #FBEED5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	float:none;
	width:auto;
	line-height:1.4;		
	
}


.ms-rteElement-Callout1,
.ms-rteElement-Callout2{
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.ms-rteElement-Callout3,
.ms-rteElement-Callout4
{
	background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
    border-radius: 4px;
	
}
.ms-rteElement-Callout2,
.ms-rteElement-Callout4{
	width:30%;
	float:left;
	margin: 5px 1% 5px 0;
}

.ms-rteElement-Callout1,
.ms-rteElement-Callout3{
    display: block;
    float: none;
    margin: 10px auto;
    padding: 10px 2%;
    width: 96%;
}
.ms-rteElement-Callout1{
	padding-bottom:19px;
	padding-top:19px;
}
/* Container for the list of links, should wrap simple a tags with div or similar	*/
/*.ms-rteStyle-LinksList{
    -ms-name: "Links List";
	display:block;
}*/
.ms-rteElement-LinksList > a {
    border-bottom: 1px dashed #FFA500;
    display: block;
}
.ms-rteElement-LinksList > br {
	display:none;
	}

/* Headings */


.ms-rteElement-H1,
.ms-rteElement-H2,
.ms-rteElement-H3,
.ms-rteElement-H4,
.ms-rteElement-H2B,
.ms-rteElement-H4B{
	font-family: inherit;
    font-weight: bold;
    margin: 10px 0;
    text-rendering: optimizelegibility;
	}
	
.ms-rteElement-H1{
    font-size: 2.4rem;
    line-height: 3rem;	
}
.ms-rteElement-H2{
	font-size: 2rem;
    line-height: 2.6rem;
}
.ms-rteElement-H3{
	font-size: 1.8rem;
    line-height: 2.4rem;
}
.ms-rteElement-H4{
	font-size: 15.5px;
	font-style:normal;
}




.ms-rteElement-H2B{
	border-bottom: 3px solid #FF9900;
    font-size: 15px !important;
    line-height: 2.9124rem;
    text-transform: uppercase;
	color:#333333;

}
.ms-rteElement-H4B{
	font-size:18px;
	color:#FF8000;
	line-height: 2.2652rem;
}

/*	INLINE	*/
/*.ms-rteStyle-Test, 
.ms-rteStyle-Test-t{
	font-weight:bold;	
}
*/
.ms-rteStyle-Normal{
	
} 
*[class*="ms-rteStyle-Normal"],
*[class*="ms-rteStyle-Normal-t"]{
	font-size:14px;
	color: #333333;
	line-height: 2.2652rem;
}

.ms-rteStyle-Highlight{
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #555555 !important;
    padding: 2px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	
}
.ms-rteStyle-Byline{
	 -ms-name: "Byline";
     color: #aaa;

}
/*.ms-rteStyle-Byline-t{
}
*/
.ms-rteStyle-Comment{
	-ms-name: "Comment";
	border-left: 3px solid #ddd;
    color: #555;
    padding-left: 3px;
    text-shadow: none;
    font-style: italic;	
}
*[class*="ms-rteStyle-Comment"]:before{
	content: "\2014 ";
}

.ms-rteStyle-References{
	-ms-name: "References";
	color: #444;
    font-size: 70%;
    font-weight: bold;
    line-height: 1;
}
.ms-rteStyle-Caption{
	 -ms-name: "Caption";
	background-color:#FF8000;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);	
}

.ms-rteStyle-LinkList{
    -ms-name: "Link List";
	display:block;
	border-bottom:1px dashed #FF9900;
}

.ms-rteStyle-PullLeft{
    -ms-name: "Pull Left";
    float:left;
    margin:1% 3% 1% 0 !important;
}
.ms-rteStyle-PullRight{
    -ms-name: "Pull Right";
    float:right;
    margin:1% 0 1% 3% !important;
}
.ms-rteStyle-Blockquote{
	-ms-name: "Blockquote";
	display:block;
	border-left: 5px solid #EEEEEE;
    font-size: 17.5px;
    padding: 10px 20px;
	
	
	}



	

/*	simple button*/	
.ms-rteStyle-btn{
	-ms-name: "Button";
	background: #AAAAAA;
    border-color: #AAAAAA;
    display: inline-block;
	border-radius: 4px;
	color:#fff;
	padding: 6px 12px;
	}
.ms-rteStyle-btnBlock{
	-ms-name: "Button Block";
	display: block;
	padding: 6px 12px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    color:#fff;
	border-radius: 4px;
	background: #AAAAAA;
    border-color: #AAAAAA;
}
*[class="ms-rteStyle-btn"]:hover,
*[class="ms-rteStyle-btnBlock"]:hover{
	background: #919191;
    border-color: #919191;	
}
*[class="ms-rteStyle-btn"] a:after {
    content: "\f138";
    font-family: FontAwesome;
    margin-left: 6px;
}
/* Button warning	*/	
.ms-rteStyle-btnWarning{
	-ms-name: "Button Warning";
	background: #FAA732;
    border-color: #FAA732;
    display: inline-block;
	border-radius: 4px;
	color:#fff;
	padding: 6px 12px;

	}
*[class*="ms-rteStyle-btnWarning"]:hover{
	background: #F89406;
    border-color: #F89406;
}
/* Button Primary	*/	
.ms-rteStyle-btnPrimary{
	-ms-name: "Button Primary";
	background: #6E91BF;
    border-color: #6E91BF;
    display: inline-block;
	border-radius: 4px;
	color:#fff;
	padding: 6px 12px;

	}
*[class*="ms-rteStyle-btnPrimary"]:hover{
	background: #3D5E8A;
    border-color: #3D5E8A;
	}
		
	
a:hover .ms-rteStyle-btn, .ms-rteStyle-btn a:hover,
a:hover .ms-rteStyle-btnWarning, .ms-rteStyle-btnWarning a:hover,
a:hover .ms-rteStyle-btnPrimary, .ms-rteStyle-btnPrimary a:hover,
a:hover .ms-rteStyle-btnBlock, .ms-rteStyle-btnBlock a:hover{
	color:#fff;
	cursor:pointer;
	}

*[class*="ms-rteStyle-btn"] a:after, a *[class="ms-rteStyle-btn"]:after,
*[class*="ms-rteStylebtnWarning"] a:after, a *[class*="ms-rteStylebtnWarning"]:after,
*[class*="ms-rteStylebtnPrimary"] a:after, a *[class*="ms-rteStylebtnPrimary"]:after,
*[class*="ms-rteStylebtnBlock"] a:after, a *[class*="ms-rteStylebtnBlock"]:after{
    content: "\f138";
    font-family: FontAwesome;
    margin-left: 6px;
}

*[class*="ms-rteStyle-btn"],
*[class*="ms-rteStyle-btnWarning"],
*[class*="ms-rteStyle-btnPrimary"],
*[class*="ms-rteStyle-btnBlock"]{
	background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    /*background: #AAAAAA;*/
    color:#fff;	
}

/* when link inside button	*/
.ms-rteStyle-btn a,
.ms-rteStyle-btnWarning a,
.ms-rteStyle-btnPrimary a,
.ms-rteStyle-btnBlock a{
    color: #FFFFFF;
    display: block;
    margin: -6px -12px;
    padding: 6px 12px;	
	
}
.ms-rteStyle-btnBlock a{
	margin: -6px 0;
    padding: 6px 0;
}
/* hover states scenarios	*/
a:hover .ms-rteStyle-btn, .ms-rteStyle-btn a:hover,
a:hover .ms-rteStyle-btnWarning, .ms-rteStyle-btnWarning a:hover,
a:hover .ms-rteStyle-btnPrimary, .ms-rteStyle-btnPrimary a:hover,
a:hover .ms-rteStyle-btnBlock, .ms-rteStyle-btnBlock a:hover{
	color:#fff !important;
	cursor:pointer;
	text-decoration:none !important;
	}

	
/************************************* 	Tables	********************************/
*[class*="ms-rteStyle-table"],
*[class*="ms-rteStyle-tableStriped"],
*[class*="ms-rteStyle-tableHover"],
*[class*="ms-rteStyle-tableCondensed"]{
	max-width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
	
}
*[class*="ms-rteStyle-table"] > caption,
*[class*="ms-rteStyle-tableStriped"] > caption,
*[class*="ms-rteStyle-tableHover"] > caption,
*[class*="ms-rteStyle-tableCondensed"] > caption {
    font-size: 120%;
    font-weight: bold;
    margin: 10px auto;
}
/* Plain Table */	
.ms-rteStyle-table{
	-ms-name: "Table";
	display:table;
	width:100%;
	background:transparent;
	
	}
.ms-rteStyle-table tr:first-child{
	font-weight:bold;
	background:transparent !important;
	vertical-align:bottom;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto
	
}

.telerik-reTable-1 tr{
	background:none !important
}
.ms-rteStyle-table td{
	border-top: 1px solid #DDDDDD !important;
    line-height: 1.42857;
    padding: 8px !important;
    vertical-align: top;
    background:none !important;
}

.ms-rteStyle-table tr:first-child td{
	border-top:none !important;
	border-bottom: 2px solid #DDDDDD !important;
    vertical-align: bottom;
}


/* Striped Table */	

.ms-rteStyle-tableStriped{
	-ms-name: "Table Striped";
	display:table;
	width:100%;
	}
.ms-rteStyle-tableStriped tr:first-child{
	font-weight:bold;
	background:transparent !important;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto
	
}
.ms-rteStyle-tableStriped td{
	border-top: 1px solid #DDDDDD !important;
    line-height: 1.42857;
    padding: 8px !important;
    vertical-align: top;
    background:none !important;
}

.ms-rteStyle-tableStriped > tbody > tr:nth-child(2n+1) > td, 
.ms-rteStyle-tableStriped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F9F9F9 !important;
}
.ms-rteStyle-tableStriped > tbody > tr:first-child > td{
	border-top:none !important;
	border-bottom: 2px solid #DDDDDD !important;
    vertical-align: bottom;
    background:none !important;
}


/* BorderedTable */	
.ms-rteStyle-tableBordered{
	-ms-name: "Table Bordered";
	display:table;
	width:100%;	
	border: 1px solid #DDDDDD;
}
.ms-rteStyle-tableBordered tr:first-child{
	font-weight:bold;
	background:transparent !important;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto
	
}
.ms-rteStyle-tableBordered > thead > tr > th, 
.ms-rteStyle-tableBordered > tbody > tr > th, 
.ms-rteStyle-tableBordered > tfoot > tr > th, 
.ms-rteStyle-tableBordered > thead > tr > td, 
.ms-rteStyle-tableBordered > tbody > tr > td, 
.ms-rteStyle-tableBordered > tfoot > tr > td {
    border: 1px solid #DDDDDD !important;
    line-height: 1.42857;
    padding: 8px !important;
    vertical-align: top;
    background:none !important;

}
.ms-rteStyle-tableBordered tr:first-child td{
	border-bottom: 2px solid #DDDDDD !important;
    vertical-align: bottom;
}


/* HoverTable */	
.ms-rteStyle-tableHover{
	-ms-name: "Table Hover";
	display:table;
	width:100%;	
}
.ms-rteStyle-tableHover tr:first-child{
	font-weight:bold;
	background:transparent !important;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto
	
}
.ms-rteStyle-tableHover td{
	border-top: 1px solid #DDDDDD !important;
    line-height: 1.42857;
    padding: 8px !important;
    vertical-align: top;
    background:none !important;
}
.ms-rteStyle-tableHover tr:first-child td{
	border-top:none !important;
	border-bottom: 2px solid #DDDDDD !important;
    vertical-align: bottom;
}

.ms-rteStyle-tableHover > tbody > tr:hover > td, 
.ms-rteStyle-tableHover > tbody > tr:hover > th {
    background-color: #F5F5F5 !important;
}

/* Condensed Table */	
.ms-rteStyle-tableCondensed{
	-ms-name: "Table Condensed";
	display:table;
	width:100%;
}
.ms-rteStyle-tableCondensed tr:first-child{
	font-weight:bold;
	background:transparent !important;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto
	
}
.ms-rteStyle-tableCondensed td{
	border-top: 1px solid #DDDDDD !important;
    line-height: 1.42857;
    padding: 5px !important;
    vertical-align: top;
    background:none !important;
}
.ms-rteStyle-tableCondensed tr:first-child td{
	border-top:none !important;
	border-bottom: 2px solid #DDDDDD !important;
    vertical-align: bottom;
}

