@font-face
{
    font-family:'wps_pro';
    src:url('fonts/wps_pro.eot');
    src:url('fonts/wps_pro.eot?#iefix') format('embedded-opentype'),
        url('fonts/wps_pro.svg#wps_pro') format('svg'),
        url('fonts/wps_pro.woff') format('woff'),
        url('fonts/wps_pro.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;

}

/* Admin */

#wps_admin_admin_links {
    clear: both;
}

#wps_hide_admin_links:before,
#wps_hide_admin_links_show:before,
#wps_hide_welcome_header:before,
.wps_manage_icons li:before {
    color: #82878c;
    font: normal 20px/1 'dashicons';
    speak: none;
    display: inline-block;
    padding: 0 10px 0 0;
    top: -1px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    vertical-align: top;
}
.wps_manage_icons .wps_icon_profile:before {
    content:'\f110';
}
.wps_manage_icons .wps_icon_rewards:before {
    content:'\f313';
}
.wps_manage_icons .wps_icon_forums:before {
    content:'\f473';
}
.wps_manage_icons .wps_icon_css:before {
    content:'\f119';
}
.wps_manage_icons .wps_icon_activity:before {
    content:'\f163';
}
.wps_manage_icons .wps_icon_mail:before {
    content:'\f466';
}
.wps_manage_icons .wps_icon_whoto:before {
    content:'\f503';
}
.wps_manage_icons .wps_icon_friends:before {
    content:'\f307';
}
.wps_manage_icons .wps_icon_subs:before {
    content:'\f155';
}
.wps_manage_icons .wps_icon_alerts:before {
    content:'\f488';
}
.wps_manage_icons .wps_icon_groups:before {
    content:'\f175';
}
.wps_manage_icons .wps_icon_galleries:before {
    content:'\f128';
}
.wps_manage_icons .wps_icon_lounge:before {
    content:'\f117';
}
.wps_manage_icons .wps_icon_calendars:before {
    content:'\f508';
}
#wps_hide_admin_links:before {
    content:'\f141';
    font: normal 24px/1 'dashicons';
    padding: 0 4px 0 0;    
    top: -4px;
}
#wps_hide_admin_links_show:before {
    content:'\f139';
    font: normal 24px/1 'dashicons';
    padding: 0 4px 0 0;    
    top: -4px;
}
#wps_hide_welcome_header:before {
    content:'\f156';
    font: normal 18px/1 'dashicons';
    padding: 0 8px 0 0;    
}

.wps_manage_left {
    min-width: 200px;
    width: 200px;
    min-height: 200px;
    padding-right: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */        
    float: left;    
}
#wps_manage_licence_code {
}
#wps_manage_licence_input {
    height: 31px;
    margin-right: 6px;
    width: 220px;
}

#wps_admin_getting_started_options_please_wait {
    margin:30px auto;
    font-size: 2.0em;
    text-align: center;
    width: 33%;
    background-color:#fff;
    padding:30px;
    border: 1px solid #666;
    border-radius:5px;    
    -moz-box-shadow: 0 0 7px #999;
    -webkit-box-shadow: 0 0 7px #999;
    -o-box-shadow: 0 0 7px #999;
    -ms-box-shadow: 0 0 7px #999;
    box-shadow: 0 0 7px #999;
}

#wps_options_save_button {
    margin:15px 5px 15px 5px;
}
.admin_button_please_wait {
    opacity: 0.5;
}
/* =================================
The following highlight Setup and Shortcodes
no longer used, as links are on Setup page and so menu
is much shorter.

#toplevel_page_wps_pro .wp-first-item {
    display: none;
}
#toplevel_page_wps_pro ul li:nth-child(4) {
    background-color: #efefef;
    color: #510051;
    border: 1px solid #510051;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 5px 5px 5px;
}
#toplevel_page_wps_pro ul li:nth-child(4) a {
    color: #510051 !important;
}
#toplevel_page_wps_pro ul li:nth-child(4) a.current {
    color: #fff !important;
    background-color: #510051;
}
#toplevel_page_wps_pro ul li:nth-child(4):hover {
    background-color: #510051;
}
#toplevel_page_wps_pro ul li:nth-child(4) a:hover {
    color: #fff !important;
}
#toplevel_page_wps_pro ul li:nth-child(5) {
    background-color: #efefef;
    color: #510051;
    border-left: 1px solid #510051;
    border-right: 1px solid #510051;
    border-bottom: 1px solid #510051;
    font-weight: bold;
    border-radius: 5px;    
    margin: 0 5px 0 5px;
}
#toplevel_page_wps_pro ul li:nth-child(5) a {
    color: #510051 !important;
}
#toplevel_page_wps_pro ul li:nth-child(5) a.current {
    background-color: #510051;
    color: #fff !important;
}
#toplevel_page_wps_pro ul li:nth-child(5):hover {
    background-color: #510051;
}
#toplevel_page_wps_pro ul li:nth-child(5) a:hover {
    color: #fff !important;
}
================================= */

/* WPS Pro Overlay (please wait, etc...) */
.wps_wait_modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('images/wait.gif') 
                50% 50% 
                no-repeat;
    background-size: 20px 20px;
}

body.wps_wait_loading .wps_wait_modal {
    display: block;
}

/* Image view */
#wps_activity_dialog img {
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
	-o-box-shadow: 0 0 7px #000;
	-ms-box-shadow: 0 0 7px #000;
	box-shadow: 0 0 7px #000;
}

/* Menu icon */
li.toplevel_page_wps_pro .dashicons-before:before {
	background-image: none !important;
	font-family: 'wps_pro';
	content: "\e600";	
}

/* Global styles */

.wps_account_closed {
	border-left: 10px solid #990;
	background: #f9f9f9;
	color: #000;
	padding: 10px;
}

.wps_success {
	border-left: 10px solid #090;
	background: #f9f9f9;
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
}

.wps_error {
	border-left: 10px solid #900;
	background: #f9f9f9;
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
}

.wps_admin_tip {
    clear: both;
    margin-top: 10px;
	border-left: 10px solid #810081;
	background: #f9f9f9;
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
}

.wps_field_error {
	border: 1px solid red !important;
	background-color: #faa !important;
	color: #000 !important;
}

.wps_ago {
	font-size:0.8em;
}

.wps_button {
	background-color: #E6E6E6 !important;
	background-image: linear-gradient(to bottom, #FFFFFF 0px, #E0E0E0 100%) !important;
	background-repeat: repeat-x !important;
	border: 1px solid #D2D2D2 !important;
	border-radius: 3px !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	color: #7C7C7C !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 19.5px !important;
	padding: 0.428571rem 0.714286rem !important;
}

.wps_button:active {
	background-image: linear-gradient(to top, #FFFFFF 0px, #E0E0E0 100%) !important;
}


/* Admin */

#TB_window {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

#TB_ajaxContent {
    width: 100% !important;
    height: 95% !important;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */    
}

#wps_admin_getting_started_options_outline {
    overflow:auto;
    width: 100%;
}

#wps_admin_getting_started_options_left_and_middle {
    overflow: auto; 
    width:30%;
    float:left;
    margin-bottom:15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */        
}

#wps_admin_getting_started_options_left {
    width: 48%;
    padding-right: 6px;
    float:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */    
}

#wps_admin_getting_started_options_middle {
    width: 50%;
    padding-right: 6px;
    float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */    
}

#wps_admin_getting_started_options_right {
    float: left;
    padding: 0 6px 6px 6px;
    border-left: 1px solid #510051;
    width: 65%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */    
}

.wps_admin_getting_started_option_shortcode {
    display:none;
    padding: 6px;
    cursor: pointer;
}
.wps_admin_getting_started_option_shortcode:after { 
    content: "\BB";
    float: right;
    color: #fff;
}
.wps_admin_getting_started_option_shortcode:hover {
    background-color: #efefef;
    color: #510051;
    border-radius: 3px;
}

.wps_admin_getting_started_option {
    padding: 6px;
    cursor: pointer;
}
.wps_admin_getting_started_option:hover {
    background-color: #efefef;
    color: #510051;
    border-radius: 3px;
}
.wps_admin_getting_started_option:after { 
    content: "\BB";
    float: right;
    color: #fff;
}

.wps_admin_getting_started_active {
    border-radius: 3px;
    background-color: #510051 !important;
    color: #fff !important;
}
.wps_admin_getting_started_active:after { 
    content: "\BB";
    float: right;
}

table.wps_shortcode_value_row {
}
table.wps_shortcode_value_row tr {
}
table.wps_shortcode_value_row tr td {
    padding: 4px;
    line-height: 2.0em;
    border-top: 1px dotted #afafaf;
}
table.wps_shortcode_value_row tr:hover {
    background-color: #efefef;
    color: #510051;
    cursor: default;
}

table.wps_shortcode_value_row tr td:nth-child(3) {
    display:none;
}

/* Editor button */
#wps_admin_shortcodes_button:after
{ 
	background-image: none !important;
	font-family: 'wps_pro';
	content: "\e600";
}


#wps_admin_shortcodes {
	display:none;
	border-radius:3px;
	position:absolute;
	top:30px;
	left:0px;
	width:200px;
	background-color:#fff;
	border:1px solid #afafaf;
	border-left:1px solid #afafaf;
	border-right:1px solid #afafaf;
	border-bottom:1px solid #afafaf;
	padding-top: 2px;
	padding-bottom: 2px;
}
#wps_admin_shortcodes div {
	padding:2px 6px 2px 6px;
	font-size: 0.8em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}	
#wps_admin_shortcodes div a {
	color: #6f6f6f;
}
#wps_admin_shortcodes div a:hover {
	color: #000;
	font-weight: bold;
}
.wps_admin_shortcodes_dialog_div {
}


/* Admin Getting Started/Help */
.wps_admin_getting_started_menu_item {
    background: rgba( 255, 255, 255, .8 ) 
                url('images/wrench_light.svg') 
                50% 50% 
                no-repeat;	
    background-size: 32px 32px;
    background-position: 99.5% 6px;
    background-repeat: no-repeat;
	cursor: pointer;
	background-color: #333;
	margin-top: 10px;
	padding: 4px 18px;
	color: #fff;
 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
   	box-sizing: border-box;         /* Opera/IE 8+ */	
	width: 100%;
    font-size: 24px;
    line-height: 36px;
    border-radius: 5px;
}
.wps_admin_getting_started_menu_item_remove_icon {
    background: #510051 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;    
}

.wps_admin_getting_started_content {
 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
   	box-sizing: border-box;         /* Opera/IE 8+ */	
	background-color: #fff;
	padding: 8px 8px 8px 18px;
	margin: 0px 0px 10px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px dotted #510051;
    border-right: 1px dotted #510051;
    border-bottom: 1px dotted #510051;
}

/* =========================== BB Codes */

.wps_bbcode_center {
	width: 100%;
 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
   	box-sizing: border-box;         /* Opera/IE 8+ */	
	text-align: center;
	margin-top: -0.5em;
	margin-bottom: 0.5em;
}

.wps_bbcode_list_item {
	margin-top: -0.6em !important;
	margin-bottom: -0.6em !important;
}

pre, .wps_bbcode_code {
	background: #f9f9f9;
	color: #000;
	padding: 10px;
	font-family: courier;
    margin: 15px 0 15px 0;
	font-size: 0.8em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.wps_bbcode_quote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding: 0.5em 10px;
  font-size: 0.8em;
  margin: 15px 0 15px 0;
  quotes: "\201C""\201D";
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */	
}
.wps_bbcode_quote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.wps_bbcode_quote p {
  display: inline;
}

/* Responsive videos */
.wps_video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0; 
    overflow: hidden;
    margin-bottom:20px;
}
.wps_video_container iframe,
.wps_video_container object,
.wps_video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Welcome */
#wps_welcome {
    overflow: auto;
}
#wps_welcome a {
	color: #510051;
	font-weight: bold;
}
#wps_welcome_bar {
    border-radius: 5px;
    margin-top: 10px;
    background-color: #510051;
    padding: 20px 20px 10px 25px;
}
#wps_welcome_bar img {
    border: 1px solid #fff;
    border-radius: 30px;
    margin-right: 30px;
}

.wps_setup_video_div {
    width:30%; 
    min-width:324px; 
    margin-right:10px; 
    float: left;
    margin-bottom:10px;
}
.wps_setup_video_iframe {
    border:2px solid #510051;
    border-radius:5px;
    max-width:320px;
    max-height:180px;
    -moz-box-shadow: 0 0 7px #999;
    -webkit-box-shadow: 0 0 7px #999;
    -o-box-shadow: 0 0 7px #999;
    -ms-box-shadow: 0 0 7px #999;
    box-shadow: 0 0 7px #999;
}

/* Release notes */
.wps_release_notes {
    padding-bottom: 220px;
    background-color: #fff;
    padding:20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */        
}

.tooltipsy
{
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	color: #000;
	font-size: 0.8em;
	background-color: #dfdfdf;
	border: 1px solid #cfcfcf;
}
