@charset "utf-8";
/* CSS Document */
@media (min-width:720px) {
	body[page='#login'] .client_nav a[href='#login'],
	body[page='#new_password'] .client_nav a[href='#login'],
	body[page='#reset_password'] .client_nav a[href='#login'],
	body[page='#enroll'] .client_nav a[href='#enroll'],
	body[page='#register_for_educational_materials_only'] .client_nav a[href='#register_for_educational_materials_only'],
	body[page='#educational_materials'] .client_nav a[href='#educational_content_videos'],
	body[page='#education'] .client_nav a[href='#educational_content_videos'],
	body[page='#educational_content_videos'] .client_nav a[href='#educational_content_videos'],
	body[page='#educational_content_marketing_materials'] .client_nav a[href='#educational_content_marketing_materials'],
    body[page='#educational_content_training'] .client_nav a[href='#educational_content_training'] {
		margin-top: 0;
		padding-top: 5px;
		color: #000;
		background-color: #fff;
	}
    
    .desktop_training_popup,
    .desktop_congratulations_popup {
        display: flex;
    }
    
    .mobile_training_popup,
	.mobile_congratulations_popup {
        display: none;
    }
}

@media (min-width:942px) {
	body[user=none] .client_header {
		display: flex;
	}

	body[user=none] .user_header,
	body[user=user] .admin_header,
	body[user=admin] .admin_header,
	body[user=edu] .admin_header,
    body[user=super] .admin_header,

	body[user=admin] .admin_panel_title,

	body[user=none] .head_nav .user,
	body[user=user] .head_nav .logged,
	body[user=edu] .head_nav .edu
	{
		display: flex;
	}

	body[user=none][page='#login'] .login_section,
	body[user=none][page='#new_password'] .new_password_section,
	body[user=none][page='#reset_password'] .reset_password_section,
	body[user=none][page='#enroll'] .enroll_section,
	body[user=none][page='#register_for_educational_materials_only'] .educational_materials_register_section,
	body[user=user][page='#register_your_sale'] .register_sale_section,
	body[user=admin][page='#register_your_sale'] .register_sale_section,
	body[user=user][page='#register_your_sale'] .your_sales_section,
	body[user=admin][page='#register_your_sale'] .your_sales_section,
	body[user=user][page='#your_profile'] .your_profile_section,
	body[user=admin][page='#your_profile'] .your_profile_section,
	body[user=edu][page='#your_profile'] .your_profile_section,
	body[user=admin][page='#users_list'] .users_list,
	body[user=admin][page='#stores_list'] .stores_list,
	body[user=admin][page='#invoices_list'] .invoices_list,
	body[user=admin][page='#rewards_list'] .rewards_list,
	body[user=admin][page='#new_users_list'] .new_users_list,
	body[user=admin][page='#new_user'] .new_user,
	body[user=admin][page='#commission_list'] .commission_list,
    body[user=admin][page='#training_dashboard'] .training_dashboard_section,
    body[user=admin][page='#training_module'] .training_module_section,
    
    body[user=super][page='#your_profile'] .your_profile_section,
    body[user=super][page='#user_sales'] .your_user_sales_section,
    body[user=super][page='#register_user_sales'] .register_user_sales_section,
    body[user=super][page='#users_list'] .users_list,
	body[user=super][page='#stores_list'] .stores_list,
    body[user=super][page='#new_users_list'] .new_users_list,
    body[user=super][page='#new_user'] .new_user,
    
	body[page='#terms_and_conditions'] .tc_info_section
	{
		display: flex;
	}

	body[user=edu][page='#educational_materials'] .educational_content,
	body[user=edu][page='#educational_content_videos'] .educational_content,
	body[user=edu][page='#educational_content_marketing_materials'] .educational_content,
	body[user=edu][page='#educational_content_training'] .educational_content,
	body[user=user][page='#educational_materials'] .educational_content,
	body[user=user][page='#educational_content_videos'] .educational_content,
	body[user=user][page='#educational_content_marketing_materials'] .educational_content,
	body[user=user][page='#educational_content_training'] .educational_content,
	body[user=admin][page='#education'] .educational_content,
	body[user=admin][page='#educational_content_videos'] .educational_content,
	body[user=admin][page='#educational_content_marketing_materials'] .educational_content,
	body[user=admin][page='#educational_content_training'] .educational_content,
	body[page='#terms_and_conditions'] .terms_and_conditions 
	{
		display: block;
	}
    
	body[user=edu][page='#educational_materials'] .newsletter,
    body[user=edu][page='#educational_materials'] .infotext,
	body[user=edu][page='#educational_content_videos'] .newsletter,
    body[user=edu][page='#educational_content_videos'] .infotext,
	body[user=edu][page='#educational_content_marketing_materials'] .newsletter,
    body[user=edu][page='#educational_content_marketing_materials'] .infotext,
	body[user=edu][page='#educational_content_training'] .trainingtext,
	body[user=user][page='#educational_materials'] .newsletter,
    body[user=user][page='#educational_materials'] .infotext,
	body[user=user][page='#educational_content_videos'] .newsletter,
    body[user=user][page='#educational_content_videos'] .infotext,
	body[user=user][page='#educational_content_marketing_materials'] .newsletter,
    body[user=user][page='#educational_content_marketing_materials'] .infotext,
	body[user=user][page='#educational_content_training'] .trainingtext,
	body[user=admin][page='#education'] .newsletter,
    body[user=admin][page='#education'] .infotext,
	body[user=admin][page='#educational_content_videos'] .newsletter,
    body[user=admin][page='#educational_content_videos'] .infotext,
	body[user=admin][page='#educational_content_marketing_materials'] .newsletter,
    body[user=admin][page='#educational_content_marketing_materials'] .infotext,
	body[user=admin][page='#educational_content_training'] .trainingtext
	{
		display: block;
	}

	body[user=edu][page='#educational_materials'] .educational_content_videos,
	body[user=edu][page='#educational_content_videos'] .educational_content_videos,
	body[user=edu][page='#educational_content_marketing_materials'] .educational_content_marketing_materials,
	body[user=edu][page='#educational_content_training'] .educational_content_training,
	body[user=user][page='#educational_materials'] .educational_content_videos,
	body[user=user][page='#educational_content_videos'] .educational_content_videos,
	body[user=user][page='#educational_content_marketing_materials'] .educational_content_marketing_materials,
	body[user=user][page='#educational_content_training'] .educational_content_training,
	body[user=admin][page='#education'] .educational_content_videos,
	body[user=admin][page='#educational_content_videos'] .educational_content_videos,
	body[user=admin][page='#educational_content_marketing_materials'] .educational_content_marketing_materials,
	body[user=admin][page='#educational_content_training'] .educational_content_training {
		display: flex;
	}
    
	body[page='#rewards_list'] .nav a[href='#rewards_list'],
    body[page='#register_user_sales'] .nav a[href='#register_user_sales'],
    body[page='#register_your_sale'] .nav a[href='#register_your_sale'],
    body[page='#user_sales'] .nav a[href='#user_sales'],
	body[page='#commission_list'] .nav a[href='#commission_list'],
	body[page='#invoices_list'] .nav a[href='#invoices_list'],
	body[page='#users_list'] .nav a[href='#users_list'],
	body[page='#stores_list'] .nav a[href='#stores_list'],
	body[page='#education'] .nav a[href='#education'],
	body[page='#your_profile'] .nav a[href='#your_profile'],

	body[page='#educational_materials'] .nav a[href='#educational_materials'],
	body[page='#educational_content_videos'] .nav a[href='#educational_materials'],
	body[page='#educational_content_marketing_materials'] .nav a[href='#educational_materials'],
	body[page='#education'] .nav a[href='#education'],
	body[page='#educational_content_videos'] .nav a[href='#education'],
	body[page='#educational_content_marketing_materials'] .nav a[href='#education'],
	body[page='#educational_content_training'] .nav a[href='#educational_content_training'],
    body[page='#training_dashboard'] .nav a[href='#training_dashboard'],
	body[page='#terms_and_conditions'] .nav a[href='#terms_and_conditions'] {
		text-decoration: underline;
	}

	body[page='#terms_and_conditions'] .info_content,
	body[user=none][page='#login'] .client_content,
	body[user=none][page='#new_password'] .client_content,
	body[user=none][page='#reset_password'] .client_content,
	body[user=none][page='#enroll'] .client_content,
	body[user=none][page='#register_for_educational_materials_only'] .client_content,
	body[user=user] .loged_client_content,
	body[user=admin] .admin_content
	{
		display: block;
	}

	body[user=user] .top_section[active='edit_sales_section'] .edit_sales_section,
    body[user=user] .top_section[active='preview_sales_section'] .preview_sales_section,
	body[user=admin] .top_section[active='edit_store_section'] .edit_store_section,
    body[user=admin] .top_section[active='add_store_section'] .add_store_section,
	body[user=admin] .top_section[active='edit_rewards_section'] .edit_rewards_section,
	body[user=admin] .top_section[active='edit_invoices_section'] .edit_invoices_section,
	body[user=admin] .top_section[active='edit_user_section'] .edit_user_section,
	body[user=admin] .top_section[active='edit_newuser_section'] .edit_newuser_section,
    body[user=admin] .top_section[active='add_user_section'] .add_user_section,
    
    body[user=super] .top_section[active='edit_store_section'] .edit_store_section,
    body[user=super] .top_section[active='add_store_section'] .add_store_section,
	body[user=super] .top_section[active='edit_user_sales_section'] .edit_user_sales_section,
	body[user=super] .top_section[active='edit_user_section'] .edit_user_section,
	body[user=super] .top_section[active='edit_newuser_section'] .edit_newuser_section,
    body[user=super] .top_section[active='add_user_section'] .add_user_section,
    
	body .top_section[active='contact_administrator_section'] .contact_administrator_section,
	body .top_section[active='help_info_section'] .help_info_section
	{
		display: flex;	
	}

	body[user=logged] .nav.logged {
		display: flex;
	}

    body[user=super] .nav.super,
	body[user=admin] .nav.admin {
		display: flex;
	}
	
	body[user=admin] .addentry_button,
	body[user=admin] .saveentry_button,
	body[user=admin] .downloadField,
	body[user=admin] .module_key
	{
		display: flex;
	}
}