html, body {
	margin:0;
	padding:0;
}

/*Web Font imports*/

@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto_thin_macroman/Roboto-Thin-webfont.eot');
    src: url('fonts/roboto_thin_macroman/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_thin_macroman/Roboto-Thin-webfont.woff') format('woff'),
         url('fonts/roboto_thin_macroman/Roboto-Thin-webfont.ttf') format('truetype'),
         url('fonts/roboto_thin_macroman/Roboto-Thin-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothinitalic';
    src: url('fonts/roboto_thinitalic_macroman/Roboto-ThinItalic-webfont.eot');
    src: url('fonts/roboto_thinitalic_macroman/Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_thinitalic_macroman/Roboto-ThinItalic-webfont.woff') format('woff'),
         url('fonts/roboto_thinitalic_macroman/Roboto-ThinItalic-webfont.ttf') format('truetype'),
         url('fonts/roboto_thinitalic_macroman/Roboto-ThinItalic-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto_light_macroman/Roboto-Light-webfont.eot');
    src: url('fonts/roboto_light_macroman/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_light_macroman/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/roboto_light_macroman/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/roboto_light_macroman/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolightitalic';
    src: url('fonts/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.eot');
    src: url('fonts/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.woff') format('woff'),
         url('fonts/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot');
    src: url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff') format('woff'),
         url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf') format('truetype'),
         url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot');
    src: url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Buttons*/

.reachbutton_login {
	font-family: "Titillium Web", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #f15958;
	width: 100%;
	text-decoration: none;
	border-radius: 12px;
}

.reachbutton_login:hover {
	background-color: #a1a1a1;
}

.reachbutton_nomargin {
	margin-left: 0 !important;
}

.reachbutton_red {
	font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #f15958;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border: 1px solid #f15958;
    cursor: pointer;
    text-transform: uppercase;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
}

.reachbutton_red:hover {
	background-color: #f6f6f6;
}

.reachbutton_green {
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #55c59d;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border: 1px solid #55c59d;
    cursor: pointer;
    text-transform: uppercase;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
}

.reachbutton_green:hover {
    background-color: #f6f6f6;
}

.reachbutton_black {
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333333;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border: 1px solid #333333;
    cursor: pointer;
    text-transform: uppercase;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
}

.reachbutton_black:hover {
    background-color: #f6f6f6;
}

.admin_button {
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #b6b6b6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border: 1px solid #b6b6b6;
    cursor: pointer;
    text-transform: uppercase;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
}

.admin_button:hover {
    background-color: #f6f6f6;
}


.fs_message_but_cancel {
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #55c59d;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border: 1px solid #b6b6b6;
    cursor: pointer;
    text-transform: uppercase;
    background-color: white;
    text-decoration: none;
    border-radius: 12px;
}

.fs_message_but_cancel:hover {
    background-color: #f6f6f6;
}

/*Pdf Upload Layers*/ 
 
a.pdf_upload_but {
	font-size:15px;
	font-family: 'Titillium Web';
	color:#999999;
	text-decoration:none;
	width:100px;
	padding:10px;
	margin-top:10px;
	text-align:center; 
	background: #FFFFFF;
	border-radius: 12px;
}

a.pdf_upload_but_ok {
	background: url('../../cms/img/button-accept.png') 0px 0px no-repeat;
	width: 117px;
	height: 15px;
	position: absolute;
	margin-top: -87px;
	margin-left: -29px;
	border-radius: 12px;
}


.pdf_upload_text {color: #000000; font-family: 'Titillium Web'; font-size: 15px;}
#pdf_upload {position:absolute; width:100%; height:100%; top:0px; left:0px; visibility: hidden; display:none;} 	
#pdf_upload_bg {position:absolute; width:100%; height:100%; top:0px; left:0px; background-color:#000000; filter: alpha(opacity=50); opacity: 0.5; z-index:600;} 	
#pdf_upload_box { z-index:700; position:relative; margin-left: auto; margin-right: auto; top:20%; border-radius:10px;height:auto;margin:10 10 10px 10;padding:5px 5px 5px 5px;width:263px;height:377px;background-color:#FFFFFF;} 		
#pdf_upload_body {position: relative;
	top: 15px;
	text-align: center;
	width: 260px;
	z-index: 701;
	font-size: 14px;
	font-family: 'Titillium Web';
	color: #000000;
}
#pdf_upload_navigation_ok {
	position:absolute; 
	width: 265px;
	height:20px;
	top: 354px; 
	left: 0px; 
	z-index:702; 
	visibility: hidden;
	text-align: center;
}

#pdf_upload_navigation_cancel {position:absolute; width:100px; height:20px; top:260px; left:230px; z-index:703; visibility: hidden;}
#pdf_upload_image {position:absolute; top:137px; left:300px; z-index:710;}
#pdf_upload_uploader {position:absolute; top: 311px; left: 71px; z-index:710;}
#pdf_upload_error {
	position:absolute; 
	top:240px; 
	left:15px; 
	z-index:715;
	font-size: 14px;
	font-family: "Titillium Web";
	color: #000000;
	text-align: center;
	width: 240px;
}
#pdf_upload_title {text-align: center; margin-top: 10px; font-size: 36px; font-family: "Titillium Web"; color: #000000;}

#pdf_upload_round_text {
	font-size: 36px;
	font-family: "Titillium Web";
	color: #FFFFFF;
	position: absolute;
	z-index: 400;
	text-align: center;
	left: 104px;
	top: 99px;
	width: 65px;
}

#pdf_upload_round {
	background: url('../../cms/img/CMS_upload_file_roundbackground.jpg') 0px 0px no-repeat;
	margin-left: 81px;
	margin-top: 11px;
	position: relative;
}

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {

    display:block; /* or inline-block */
    padding: 7px 0; text-align:center;    
    background:#880000; color:#fff;
	background: url('../../cms/img/cms_upload_file_select_a_file.jpg') 0px 0px no-repeat; 
	height: 20px;
	width: 140px;
   
}

.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

/*Support form*/

#support_form {position: absolute; z-index: 10000; height: 100%; width: 100%; top: 0px; left: 0px; display: none;}
#support_form_bg {position: relative; height: 100%; width: 100%; background-color: #000; opacity: 0.8;}
#support_form_boxcontainer {position: absolute; z-index: 10001; height: 100%; width: 100%; top: 0px; left: 0px;}
#support_form_box {position: relative; height: 460px; width: 460px; top:10%; background-color: #b6b6b6; margin-left: auto; margin-right: auto; padding: 20px;}
#support_form_box#name {display: block;}
#support_message_close {position: relative; float: right;color: #FFF;font-size: 20px;}
#support_message_close:hover {color: #000;}
#support_form_box h3 {
	font-family: "Titillium Web", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}
#support_form_box p {
	font-family: "Titillium Web", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}
#support_form_box input {
	font-family: "Titillium Web", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	display: block;
	width: 300px;
	margin-bottom: 10px;
}
#support_form_box textarea {
	font-family: "Titillium Web", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	display: block;
	width: 450px;
	height: 200px;
	margin-bottom: 50px;
}
#support_message_feedback {
	position: relative;
	float: right;
	font-family: "Titillium Web", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	display: block;
}

/*FS Message Layers*/ 
 
.fs_message_text {color: #FFFFFF; font-size: 15px; font-family: "Titillium Web";}
#fs_message {position:absolute; width:100%; height:100%; top:0px; left:0px; visibility: hidden; display:none;} 	
#fs_message_bg {position:absolute; width:100%; height:100%; top:0px; left:0px; background-color:#000000; filter: alpha(opacity=50); opacity: 0.5; z-index:600;} 	
#fs_message_box { z-index:2000; position:relative; margin-left: auto; margin-right: auto; top:200px; border-radius:10px;height:240px;margin:10 10 10px 10;padding:5px 5px 5px 5px;width:424px;background-color:#FFFFFF;} 		
#fs_message_body {
	position: relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 701;
	font-size: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Titillium Web"; 
	color:#000000;
}
#fs_message_navigation_ok {position:absolute; width:100px; height:20px; top:190px; left:104px; z-index:702; visibility: hidden;}
#fs_message_navigation_cancel {position:absolute; width:100px; height:20px; top:190px; left:227px; z-index:703; visibility: hidden;}
#fs_message_but_ok {
	height: 20px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 60px;
	z-index: 703;
}

/*Common*/

body {
	background-color: #f6f6f6;
	overflow-x: hidden;
}

body.reveal {
	width: 800px;
}

#top_bar {
	position: fixed;
	height: 60px;
	width: 100%;
	background-color: #333333;	
	z-index: 999;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#content-admin {
	display: flex;
}

nav#header {
	position: fixed;
	height: 60px;
	width: 100%;
	background-color: #333333;
	z-index: 1000;
}

#footer_container {
	clear: both;
	position: relative;
	height: 40px;
	width: 100%;
	background-color: #333333;	
	opacity: 0;
}

#footer_container.fixed {
    position: fixed;
    bottom: 0;
    z-index: 10000;
}

@media only screen and (min-width: 600px) {
	body {
		overflow-x: initial;
	}

	#footer_container {
	    -webkit-animation: 1s ease 0s normal forwards 1 fadein_footer;
	    animation: 1s ease 0s normal forwards 1 fadein_footer;
	}

	@keyframes fadein_footer {
	    0% { opacity:0; }
	    66% { opacity:0; }
	    100% { opacity:1; }
	}

	@-webkit-keyframes fadein_footer {
	    0% { opacity:0; }
	    66% { opacity:0; }
	    100% { opacity:1; }
	}
	
	nav#header {
		width: 960px;
	}
}

@media only screen and (min-width: 1300px) {
	nav#header {
		width: 1260px;
	}

	.reachbutton_green {
    	padding-left: 20px;
    	padding-right: 20px
    }
}

/*Main nav*/

aside {
	float: left; 
	width: 240px;
	margin-top: 80px;
	margin-left: -300px;
	-webkit-transition: margin-left 1s;
}

aside.reveal {
	margin-left: 0px;
}

#mobile_menu {
	display: block;
}

@media only screen and (min-width: 600px) {
	#mobile_menu {
		display: none;
	}

	aside {
		margin-left: 0px;
		margin-top: 90px;
	}
}

aside nav#main_nav {
	margin-left: 0px;
	width: 100%;
	background-color: #FFF;
	border-radius: 12px;
	position: fixed;
    width: 240px;
    height: calc(100vh - 160px);
}

#user_details {
	height: 240px;	
    border-bottom: 1px solid #f6f6f6;
}

#user_details #avatar {
	position: relative;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    /*border: 1px solid #4c4c4c;*/
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-size: 130px 130px;
}

.avatar_initials {
	font-family: "Titillium Web", sans-serif;
	font-size: 60px;
	text-align: center;
	color: #FFF;
	background-color: #b1b1b1;
}

.avatar_initials span{
	position: relative;
	top:30px;
}

#main_nav>a {
	text-decoration: none;
}

#user_details h1 {
	color: #696969;
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
}

#user_details h3 {
	color: #696969;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	text-align: center;
}

#user_details i {
	color: #696969;
	font-size: 10px;
	text-align: center;
}

#main_nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#main_nav>ul {
	height: calc(100vh - 408px);
    overflow: auto;
}

#main_nav ul a {
	text-decoration: none;
	color: #b2b2b2;
	display: block;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f6f6f6;
}

#main_nav ul a.active {
	border-right: 5px solid #f35957;
}

#main_nav ul a:hover {
	border-right: 5px solid #f35957;
}

#main_nav ul li {
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	cursor: pointer;
}

#main_nav ul li i{
	color: #b2b2b2;
	margin-left: 20px; 
	margin-right: 20px; 
	width: 10px;
}

#main_nav ul li a {
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	color: #b2b2b2;
	cursor: pointer;
	padding-top: 18px;
	padding-bottom: 18px;
}

#main_nav .submenu {
	display: none;
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#main_nav .submenu li{
	border-bottom: 0;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #b2b2b2;
	cursor: pointer;
	margin-left: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main_nav ul.submenu a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.submenu_reveal {
	padding-bottom: 10px !important;
}

#main_nav .submenu li:hover {
	border-right: 0;
}

#main_nav .submenu li.active {
	border-right: 0;
}

#main_nav .submenu li:hover i {
	color: #f35957;
} 

#main_nav .submenu.active {
	display: block;
}

/*Main content*/

#main {
	float: left;
	margin-top: 80px;
	margin-left: 15px;
	margin-bottom: 30px;
	width: calc(100% - 30px);
	-webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 600px) {
	#container {
		width: 960px;
	}

	#main {
		margin-left: 30px;
		width: 690px;
		margin-top: 90px;
	}
}

@media only screen and (min-width: 1300px) {
	#container {
		width: 1260px;
	}

	#main {
		margin-left: 30px;
		width: 990px;
	}
}