﻿/* Tag styles */
html, body { margin: 0; padding: 0; background-color: #f2f2f2; }
.gsp_ns ol, .gsp_ns ul, .gsp_ns li { margin: 0; padding: 0; }
.gsp_ns p { margin: 0 0 0.4em 0; padding: 0.4em 0 0 0; }
.gsp_ns hr { margin: 3px 0; padding: 0; color: #353535; }
.gsp_ns img { border: none; padding: 0; }
.gsp_ns textarea { font: 12px Verdana, Arial, Helvetica, sans-serif; }
.gsp_ns input[type='text'], .gsp_ns input[type='email'], .gsp_ns input[type='password'], .gsp_ns select, .gsp_ns textarea { background-color: rgb(255,255,255); color: #000; border: 1px solid #818181; }
    .gsp_ns input[type='text']:disabled, .gsp_ns textarea:disabled { color: #747474; }
.gsp_ns article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

.gsp_ns ::-webkit-input-placeholder { color: #747474 !important; } /* WebKit, Blink, Edge */
.gsp_ns ::-moz-placeholder { color: #747474 !important; opacity: 1; } /* FF 19+ */
.gsp_ns :-ms-input-placeholder { color: #747474 !important; } /* Internet Explorer 10-11 */

/* Change width and height model to include padding and borders.
  More at http://coding.smashingmagazine.com/2012/06/14/coding-qa-with-chris-coyier-box-sizing-and-css-sprites/ */
* { box-sizing: border-box; }

.gsp_ns .gsp_admin_h1 { margin: 0; padding: .25em; color: #353535; background-color: #a7a7a7; font-size: 1.4em; font-weight: bold; }
.gsp_ns .gsp_admin_h2 { margin: .5em 0; padding: .25em; color: #151515; background-color: Transparent; font-size: 1.35em; font-weight: bold; }
.gsp_ns .fa { color: #4a4a4a; }

.gsp_ns a { text-decoration: underline; }
    .gsp_ns a:link { color: #353535; }
    .gsp_ns a:visited { color: #353535; }
    .gsp_ns a:hover { color: #000; }
    .gsp_ns a:active { color: #000; }
    .gsp_ns a.gsp_disabled { text-decoration: none; color: #747474; }

/* Pseudo heading tags */
.gsp_ns .gsp_h1 { margin: 0 0 .5em 0; font-size: 1.4em; font-weight: bold; color: #353535; }
.gsp_ns .gsp_h2 { margin: .5em 0; padding: .25em; color: #353535; font-size: 1.3em; font-weight: bold; }
.gsp_ns .gsp_h3 { margin: .5em 0; padding: 0; color: #353535; font-size: 1.2em; font-weight: bold; }

/* General classes used everywhere */
.gsp_ns { font: 12px Verdana, Arial, Helvetica, sans-serif; background-color: #f2f2f2; color: #000; /*height: 100%; overflow: auto;*/ }
    /* Uncomment height & overflow to restrain height to size of containing element */
    .gsp_ns .gsp_fssss { font-size: 0.5em; }
    .gsp_ns .gsp_fsss { font-size: 0.7em; }
    .gsp_ns .gsp_fss { font-size: 0.8em; }
    .gsp_ns .gsp_fs { font-size: 0.9em; }
    .gsp_ns .gsp_fl { font-size: 1.1em; }
    .gsp_ns .gsp_fll { font-size: 1.2em; }
    .gsp_ns .gsp_flll { font-size: 1.3em; }
    .gsp_ns .gsp_fllll { font-size: 1.4em; }
    .gsp_ns .gsp_bold { font-weight: bold; }
    .gsp_ns .gsp_em { font-style: oblique; }
    .gsp_ns .gsp_underline { text-decoration: underline; }
    .gsp_ns .gsp_minimargin { margin: 2px 0; }
    .gsp_ns .gsp_nomargin { margin: 0 !important; }
    .gsp_ns .gsp_nopadding { padding: 0 !important; }
    .gsp_ns .gsp_topcaption { margin: 0.4em 0 0 0; /* Reverse the margins of normal p */ }
    .gsp_ns .gsp_collapse { margin: 0 !important; padding: 0 !important; }
    .gsp_ns .gsp_msgsuccess { font-weight: bold; color: #060; }
    .gsp_ns .gsp_msgsuccess_o { font-weight: bold; color: #86be6d; }
    .gsp_ns .gsp_msgfailure { font-weight: bold; color: #c03; }
    .gsp_ns .gsp_msgfailure_o { font-weight: bold; color: #ff7171; }
    .gsp_ns .gsp_msgfriendly { color: #060; }
    .gsp_ns .gsp_msgfriendly_o { color: #86be6d; }
    .gsp_ns .gsp_msgwarning { color: #c03; }
    .gsp_ns .gsp_msgwarning_o { color: #ff7171; }
    .gsp_ns .gsp_msgattention { color: #c03; }
    .gsp_ns .gsp_msgattention_o { color: #ff7171; }
    .gsp_ns .gsp_msginfo { color: #151515; }
    .gsp_ns .gsp_vibrant { color: #060; }
    .gsp_ns .gsp_gold { color: #d4ac31; }
    .gsp_ns .gsp_hide { visibility: hidden; }
    .gsp_ns .gsp_show { visibility: visible; }
    .gsp_ns .gsp_visible { display: block; }
    .gsp_ns .gsp_invisible { display: none; }
    .gsp_ns .gsp_nowrap { white-space: nowrap; }
    .gsp_ns .gsp_textcenter { text-align: center; }
    .gsp_ns .gsp_textright { text-align: right; }
    .gsp_ns .gsp_disabledtext { color: #747474; }
    .gsp_ns .gsp_floatcontainer { width: 100%; list-style-type: none; overflow: hidden; }
    .gsp_ns .gsp_rounded10 { border-radius: 10px; }
    .gsp_ns .gsp_roundedtop10 { border-radius: 10px 10px 0 0; }
    .gsp_ns .gsp_roundedtop6 { border-radius: 6px 6px 0 0; }
    .gsp_ns .gsp_dropshadow3 { box-shadow: 3px 3px 3px #f2f2f2; }
    .gsp_ns .gs_rel { position: relative; }
    .gsp_ns .gsp_spinner { display: none; }
    .gsp_ns .gsp_wait { background: url('../images/wait-squares.gif') 50% 2% no-repeat; }
    .gsp_ns .gsp_wait_center { background: url('../images/wait-squares.gif') 50% 50% no-repeat; }
    .gsp_ns .gsp_wait_spinner { background: url('../images/spinner.gif') 50% 50% no-repeat; }
    .gsp_ns .gsp_waitCtr { display: inline-block; width: 50px; height: 20px; vertical-align: middle; }
    .gsp_ns .gsp_ui_icon_right_arrow { background-image: url('../images/right-arrow-s.png'); background-repeat: no-repeat; background-position: center center; }
    .gsp_ns .gsp_ui_icon_down_arrow { background-image: url('../images/down-arrow-s.png'); background-repeat: no-repeat; background-position: center center; }
    .gsp_ns .gsp_hoverLink { display: inline-block; padding: 5px; vertical-align: middle; }
        .gsp_ns .gsp_hoverLink:hover { background-color: #747474; cursor: pointer; }
    .gsp_ns .gsp_dlg { display: none; }
    .gsp_ns .gs_icon_btn:before { font-family: FontAwesome; font-size: 1.2em; display: inline-block; width: 1.5em; text-align: left; }

.gsp_addtopmargin1 { margin-top: 0.2em !important; }
.gsp_addtopmargin2 { margin-top: 0.4em !important; }
.gsp_addtopmargin3 { margin-top: 0.6em !important; }
.gsp_addtopmargin4 { margin-top: 0.8em !important; }
.gsp_addtopmargin5 { margin-top: 1em !important; }
.gsp_addtopmargin10 { margin-top: 2em !important; }

.gsp_addleftmargin1 { margin-left: 0.2em !important; }
.gsp_addleftmargin2 { margin-left: 0.4em !important; }
.gsp_addleftmargin3 { margin-left: 0.6em !important; }
.gsp_addleftmargin4 { margin-left: 0.8em !important; }
.gsp_addleftmargin5 { margin-left: 1em !important; }
.gsp_addleftmargin10 { margin-left: 2em !important; }

.gsp_addrightmargin1 { margin-right: 0.2em !important; }
.gsp_addrightmargin2 { margin-right: 0.4em !important; }
.gsp_addrightmargin3 { margin-right: 0.6em !important; }
.gsp_addrightmargin4 { margin-right: 0.8em !important; }
.gsp_addrightmargin5 { margin-right: 1em !important; }

.gsp_addbottommargin2 { margin-bottom: 0.4em !important; }

.gsp_addmargin1 { margin: 0.2em !important; }
.gsp_addmargin2 { margin: 0.4em !important; }
.gsp_addmargin3 { margin: 0.6em !important; }
.gsp_addmargin4 { margin: 0.8em !important; }
.gsp_addmargin5 { margin: 1em !important; }

.gsp_addpadding1 { padding: 0.2em !important; }
.gsp_addpadding2 { padding: 0.4em !important; }
.gsp_addpadding3 { padding: 0.6em !important; }
.gsp_addpadding4 { padding: 0.8em !important; }
.gsp_addpadding5 { padding: 1em !important; }

.gsp_addtoppadding1 { padding-top: 0.2em !important; }
.gsp_addtoppadding2 { padding-top: 0.4em !important; }
.gsp_addtoppadding3 { padding-top: 0.6em !important; }
.gsp_addtoppadding4 { padding-top: 0.8em !important; }
.gsp_addtoppadding5 { padding-top: 1em !important; }

.gsp_addleftpadding1 { padding-left: 0.2em !important; }
.gsp_addleftpadding2 { padding-left: 0.4em !important; }
.gsp_addleftpadding3 { padding-left: 0.6em !important; }
.gsp_addleftpadding4 { padding-left: 0.8em !important; }
.gsp_addleftpadding5 { padding-left: 1em !important; }
.gsp_addleftpadding6 { padding-left: 1.2em !important; }
.gsp_addleftpadding10 { padding-left: 2em !important; }

.gsp_addrightpadding1 { padding-right: 0.2em !important; }
.gsp_addrightpadding2 { padding-right: 0.4em !important; }
.gsp_addrightpadding3 { padding-right: 0.6em !important; }
.gsp_addrightpadding4 { padding-right: 0.8em !important; }
.gsp_addrightpadding5 { padding-right: 1em !important; }

.gsp_addbottompadding1 { padding-bottom: 0.2em !important; }
.gsp_addbottompadding2 { padding-bottom: 0.4em !important; }
.gsp_addbottompadding3 { padding-bottom: 0.6em !important; }
.gsp_addbottompadding4 { padding-bottom: 0.8em !important; }
.gsp_addbottompadding5 { padding-bottom: 1em !important; }

.gsp_ns .gsp_rightBottom { text-align: right; padding-right: 0.4em; padding-bottom: 0.2em; }
.gsp_ns .gsp_rightBottomAbsolute { position: absolute; top: auto; right: 0.4em; bottom: 0.4em; left: auto; text-align: right; }

.gsp_ns .gsp_textbox { width: 100%; max-width: 400px; }
.gsp_ns .gsp_textbox_narrow { width: 50px; }
.gsp_ns .gsp_textarea1 { width: 100%; max-width: 400px; height: 50px; font: 0.9em Verdana, Arial, Helvetica, sans-serif; }
.gsp_ns .gsp_textarea3 { width: 100%; max-width: 575px; height: 50px; font: 0.9em Verdana, Arial, Helvetica, sans-serif; }
.gsp_ns .gsp_standardTable { }
    .gsp_ns .gsp_standardTable td { padding: 0.5em 0.5em 0.5em 0; }
        .gsp_ns .gsp_standardTable td.gsp_aligntop { vertical-align: top; }
        .gsp_ns .gsp_standardTable td.gsp_col1 { text-align: right; white-space: nowrap; }
        .gsp_ns .gsp_standardTable td.gsp_col2 { }
        .gsp_ns .gsp_standardTable td table td { padding: 0; }

/* ------------------------ 
  jQuery UI style overrides
--------------------------- */
.gsp_ns .ui-widget { font-family: inherit; font-size: 1em; }
.gsp_ns .ui-widget-content { background: #f2f2f2 none 50% bottom repeat-x; }
.gsp_ns .ui-dialog { border: 2px solid #818181; }
.gsp_ns .ui-dialog-content { border: none; }
.gsp_ns .ui-dialog-buttonpane { padding: 0; margin: 0; border: none; }
.gsp_ns .ui-button { background-color: #a7a7a7; color: #000; border: 1px solid #818181; }
.gsp_ns .ui-button-text-only { padding: 2px 10px; margin: 0 5px; }
    .gsp_ns .ui-button-text-only .ui-button-text { padding: 0; }
.gsp_ns .ui-state-default, .gsp_ns .ui-widget-content .ui-state-default, .gsp_ns .ui-widget-header .ui-state-default, .gsp_ns .ui-button { color: #000; border: 1px solid #818181; background: none; background-color: #f2f2f2; font-weight: normal; }
    .gsp_ns .ui-state-hover, .gsp_ns .ui-widget-content .ui-state-hover, .gsp_ns .ui-widget-header .ui-state-hover, .gsp_ns .ui-state-focus, .gsp_ns .ui-widget-content .ui-state-focus, .gsp_ns .ui-widget-header .ui-state-focus, .gsp_ns .ui-button:hover, .gsp_ns .ui-button:focus { background: none; color: #000; background-color: #f2f2f2; border-color: #353535; font-weight: normal; }
    .gsp_ns .ui-state-active, .gsp_ns .ui-widget-content .ui-state-active, .gsp_ns .ui-widget-header .ui-state-active, a.gsp_ns .ui-button:active, .gsp_ns .ui-button:active, .gsp_ns .ui-button.ui-state-active:hover { color: #000; background: none; background-color: #f2f2f2; border-color: #353535; font-weight: normal; }
        .gsp_ns .ui-state-active a, .gsp_ns .ui-state-active a:link, .gsp_ns .ui-state-active a:visited { color: #000; }
    .gsp_ns .ui-state-default a, .gsp_ns .ui-state-default a:link, .gsp_ns .ui-state-default a:visited, a.gsp_ns .ui-button, a:link.gsp_ns .ui-button, a:visited.gsp_ns .ui-button, .gsp_ns .ui-button { color: #151515; text-decoration: none; }
.gsp_ns .ui-icon-background, .gsp_ns .ui-state-active .ui-icon-background { border: #747474; background-color: rgb(255, 255, 255); }

.gsp_ns .ui-icon, .gsp_ns .ui-widget-content .ui-icon { background-image: url(images/ui-icons_444444_256x240.png); }
.gsp_ns .ui-widget-header .ui-icon { background-image: url(images/ui-icons_444444_256x240.png); }
.gsp_ns .ui-state-hover .ui-icon, .gsp_ns .ui-state-focus .ui-icon, .gsp_ns .ui-button:hover .ui-icon, .gsp_ns .ui-button:focus .ui-icon { background-image: url(images/ui-icons_444444_256x240.png); }
.gsp_ns .ui-state-active .ui-icon, .gsp_ns .ui-button:active .ui-icon { background-image: url(images/ui-icons_ffffff_256x240.png); }

/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon (applies to jQuery UI buttons in MO toolbar) http://stackoverflow.com/questions/17459115/extend-jquery-ui-icons-with-font-awesome */
.gsp_ns .ui-icon[class*=" fa-"] { background: none repeat scroll 0 0 transparent; text-indent: 0; margin-top: -0.5em; }

/* FontAwesome for radio buttons and checkboxes - inspired from http://weblog.west-wind.com/posts/2015/Feb/26/Using-FontAwesome-Fonts-for-HTML-Radio-Buttons-and-Checkboxes */
input[type=radio].gs_use_font, input[type=checkbox].gs_use_font { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    input[type=radio].gs_use_font ~ label:before, input[type=checkbox].gs_use_font ~ label:before { text-align: center; font-family: FontAwesome; display: inline-block; content: "\f1db"; /* fa-circle-thin */ font-size: 1.2em; width: 1.4em; /* reduce bounce */ border: 1px dotted transparent; }
    input[type=radio].gs_use_font:checked ~ label:before, input[type=checkbox].gs_use_font:checked ~ label:before { content: "\f00c"; /* fa-check */ font-size: 1.2em; }
    input[type=checkbox].gs_use_font ~ label:before { content: "\f096"; /* fa-square-o */ }
input[type=radio][disabled].gs_use_font ~ label:before, input[type=checkbox][disabled].gs_use_font ~ label:before { color: #818181; }
input[type=checkbox].gs_use_font:checked ~ label:before { content: "\f046"; /* fa-check-square-o */ }
input[type=checkbox].gs_use_font:focus ~ label:before { border: 1px dotted #000; }

/* ------------------------ 
  Structural styles 
--------------------------- */
.gsp_ns .gsp_content { min-height: 400px; }
.gsp_ns .gsp_indentedContent { margin-left: 200px; min-width: 500px; min-height: 400px; }
.gsp_ns .gsp_footer { text-align: center; font-size: 80%; }

/* Styles for specific controls / places */

/* jquery gspShowMsg utility */
.gsp_ns .gsp_msg { }
    .gsp_ns .gsp_msg.ui-dialog { background: transparent; border: none; }
    .gsp_ns .gsp_msg .ui-dialog-titlebar { background: rgb(134,190,109) no-repeat 5px; padding-left: 25px; border: 1px solid rgb(0,102,0); color: rgb(0,102,0); }
    .gsp_ns .gsp_msg.gsp_msg_success .ui-dialog-titlebar { background-image: url('../images/ok-s.png'); }
    .gsp_ns .gsp_msg.gsp_msg_success .ui-dialog-content { background-color: rgb(178, 214, 162); border: 1px solid rgb(0,102,0); color: rgb(0,0,0); }
    .gsp_ns .gsp_msg.gsp_msg_info .ui-dialog-titlebar { background-image: url('../images/info-s.png'); color: rgb(242,242,242); background-color: rgb(0,102,0); border: 1px solid rgb(0,0,0); background-repeat: no-repeat; }
    .gsp_ns .gsp_msg.gsp_msg_info .ui-dialog-content { background-color: rgb(178, 214, 162); border: 1px solid rgb(0,102,0); color: rgb(0,0,0); }
    .gsp_ns .gsp_msg.gsp_msg_warning .ui-dialog-titlebar { background-image: url('../images/warning-s.png'); color: rgb(102,0,0); background-color: #d18b8b; border: 1px solid rgb(102,0,0); }
    .gsp_ns .gsp_msg.gsp_msg_warning .ui-dialog-content { background-color: #ecd1d1; border: 1px solid rgb(102,0,0); color: rgb(0,0,0); }
    .gsp_ns .gsp_msg.gsp_msg_error .ui-dialog-titlebar { background-image: url('../images/error-s.png'); color: rgb(102,0,0); background-color: #d18b8b; border: 1px solid rgb(102,0,0); }
    .gsp_ns .gsp_msg.gsp_msg_error .ui-dialog-content { background-color: #ecd1d1; border: 1px solid rgb(102,0,0); color: rgb(0,0,0); }
    .gsp_ns .gsp_msg .ui-dialog-content { background-image: none; background-color: rgb(134,190,109); }
        .gsp_ns .gsp_msg .ui-dialog-content a { color: rgb(0,0,0); }
    .gsp_ns .gsp_msg.gsp_msgHasContent .ui-dialog-titlebar { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
    .gsp_ns .gsp_msg.gsp_msgHasContent .ui-dialog-content { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
    .gsp_ns .gsp_msg.gsp_msgNoContent .ui-dialog-content { display: none !important; }
/* End jquery gspShowMsg utility */

.gsp_msgBoxInfo { background: url('../images/info-l.png') no-repeat 10px center; margin: 10px; padding: 10px 10px 10px 40px; min-height: 32px; width: 100%; max-width: 600px; border: 1px solid #818181; border-radius: 10px; }

.gsp_ns .ui-multiselect-header { font-weight: normal; }
.gsp_ns .ui-multiselect-menu { background: none; background-color: #f2f2f2; }

.gsp_ns .gsp_single_tab { max-width: 1000px; margin-top: 2em; }
    .gsp_ns .gsp_single_tab .gsp_single_tab_hdr_txt { color: #151515; display: inline-block; min-width: 200px; font-size: 1.2em; font-weight: bold; min-height: 2em; margin: 0; padding: 5px .5em .5em .5em; position: relative; top: 1px; border-style: solid; border-width: 1px; border-bottom-width: 0; border-color: #a7a7a7 #a7a7a7 #151515 #a7a7a7; border-radius: 10px 10px 0 0; background-color: #a7a7a7; background-image: linear-gradient(to bottom, #f2f2f2 0%, #a7a7a7 100%); }
    .gsp_ns .gsp_single_tab .gsp_single_tab_bdy { color: #151515; padding: 0 0 1em 1em; border: 1px solid #a7a7a7; border-radius: 0 10px 10px 10px; background-color: #a7a7a7; }

/* Collapsible options panel */
.gsp_ns .gsp_optionsHdr { border: 1px solid transparent; position: relative; top: 1px; }
    .gsp_ns .gsp_optionsHdr > p { padding: 5px 5px 5px 25px; cursor: pointer; font-weight: bold; }
    .gsp_ns .gsp_optionsHdr.gsp_collapsed { margin: 0; }
        .gsp_ns .gsp_optionsHdr.gsp_collapsed > p { background: url('../images/right-arrow-s.png') 5px center no-repeat; }
    .gsp_ns .gsp_optionsHdr.gsp_expanded { width: 200px; font-weight: bold; min-height: 2em; margin: 0; position: relative; top: 1px; border-style: solid; border-width: 1px; border-color: #818181 #818181 #f2f2f2 #818181; border-radius: 10px 10px 0 0; }
        .gsp_ns .gsp_optionsHdr.gsp_expanded > p { background: url('../images/down-arrow-s.png') 5px center no-repeat; }
.gsp_ns .gsp_optionsDtl { display: none; border: 1px solid #818181; padding: 5px; border-radius: 0 10px 10px 10px; }
    .gsp_ns .gsp_optionsDtl input + label { padding-left: 5px; }
    .gsp_ns .gsp_optionsDtl p { font-size: 0.9em; }

/* jQuery tab control */
.gsp_ns .gsp_tabContainer { display: none; overflow: auto; }
    .gsp_ns .gsp_tabContainer.ui-tabs { padding: 0; }
        .gsp_ns .gsp_tabContainer.ui-tabs > ul > li.ui-state-default { background: none; border: none; color: #fff; font-weight: normal; }
        .gsp_ns .gsp_tabContainer.ui-tabs > ul > li.ui-state-active { background: none; background-color: #a7a7a7; border: none; color: #353535; font-weight: normal; }
    .gsp_ns .gsp_tabContainer > ul.ui-tabs-nav > li.ui-tabs-active { background-color: #ccc; color: #fff; border: 1px solid #818181; border-bottom: none; }
    .gsp_ns .gsp_tabContainer > ul.ui-tabs-nav > li.ui-state-hover { background-color: #a7a7a7; color: #fff; }
    .gsp_ns .gsp_tabContainer > ul.ui-tabs-nav > li > a { color: #151515; }
    .gsp_ns .gsp_tabContainer > .ui-tabs-panel { background-color: #ccc; background-image: none; }
    .gsp_ns .gsp_tabContainer > ul.ui-widget-header { background: none; border: none; border-radius: 0; }
    .gsp_ns .gsp_tabContainer.ui-widget-content { background: none; border: none; }
    .gsp_ns .gsp_tabContainer .ui-tabs-panel.ui-widget-content { border: 1px solid #666; }
    .gsp_ns .gsp_tabContainer > div { min-height: 300px; }

/* Header section */
.gsp_ns .gsp_header { background-color: transparent; overflow: hidden; }
.gsp_ns p.gsp_bannertext { font-size: 2em; color: #353535; margin: 0; padding: 0 0 0 0; }
    .gsp_ns p.gsp_bannertext a { text-decoration: none; font-size: inherit; }
    .gsp_ns p.gsp_bannertext a, .gsp_ns p.bannertext a:visited { color: #353535; }
        .gsp_ns p.gsp_bannertext a:hover { color: #151515; }
.gsp_ns .gsp_useroption { float: right; margin: 0; padding: 1px; text-align: right; }
    .gsp_ns .gsp_useroption .fa { padding: 2px; }
        .gsp_ns .gsp_useroption .fa:hover { cursor: pointer; background-color: #818181; }
.gsp_ns .loggedonview { margin: 0; padding: 0; }
    .gsp_ns .loggedonview .gsp_welcome { vertical-align: top; margin-top: 1em; padding-right: 5px; display: inline-block; }
.gsp_ns .gsp_loginDlgContainer { background: none #f2f2f2 !important; padding: 0; z-index: 2; box-shadow: 6px 6px 6px rgb(21,21,21); }
    /* z-index needs to be higher than the selectable thumbnails (see .gsp_ns .ui-selectable .thmb selector) */
    .gsp_ns .gsp_loginDlgContainer .ui-dialog-titlebar { display: none; }
.gsp_ns .gsp_login_dlg { display: none; }
    .gsp_ns .gsp_login_dlg .gs_login_icon { float: left; padding: 10px 20px 20px 0; }
    .gsp_ns .gsp_login_dlg .gsp_login_label { padding-right: .5em; }
    .gsp_ns .gsp_login_dlg .gsp_login_textbox { width: 18em; }
    .gsp_ns .gsp_login_dlg .gsp_login_button { width: 6em; }
    .gsp_ns .gsp_login_dlg .gsp_rememberme { font-size: 0.9em; padding-top: 1em !important; }
    .gsp_ns .gsp_login_dlg .gsp_login_hyperlinks { font-size: 0.9em; }
        .gsp_ns .gsp_login_dlg .gsp_login_hyperlinks a { display: inline-block; padding-top: .4em; }

/* ribbon menu */
.gsp_ns .gsp_tabContainer.gs_rbn_ctr { font-size: 1.1em; }
    .gsp_ns .gsp_tabContainer.gs_rbn_ctr .ui-tabs-panel { padding: 0; }
    .gsp_ns .gsp_tabContainer.gs_rbn_ctr > ul.ui-tabs-nav > li > a { color: #060; }
    .gsp_ns .gsp_tabContainer.gs_rbn_ctr > div { min-height: 0; }
.gsp_ns .gs_rbn_tab li { display: inline-block; text-align: center; vertical-align: top; }
.gsp_ns .gs_rbn_tab_slctd { background-color: #a7a7a7; }
.gsp_ns .gs_rbn_tab > li.gsp_disabled, .gsp_ns .gs_rbn_tab > li.gsp_disabled .fa, .gsp_ns .gs_rbn_tab > li.gsp_disabled a { color: #818181; }
.gsp_ns .gs_rbn_tab > li a { display: block; text-decoration: none; padding: 10px 10px 0 10px; }
.gsp_ns .gs_rbn_tab > li > a:first-child:not(.gs_rbn_lk_short) { height: 100%; }
.gsp_ns .gs_rbn_tab > li > a.gs_rbn_mr { padding: 0; }
.gsp_ns .gs_rbn_tab > li:not(.gsp_disabled) a:hover { background-color: #a7a7a7; }
.gsp_ns .gs_rbn_tab > li.gsp_disabled a:hover { cursor: default; }
.gsp_ns .gs_rbn_hlp_ctr { float: right; }
.gsp_ns .gs_rbn_mltpl_btn_ctr { max-width: 83px; }
.gsp_ns .gs_rbn_hm_slt { border-left: 1px solid #818181; border-right: 1px solid #818181; }
    .gsp_ns .gs_rbn_hm_slt .gs_rbn_hm_slt_clr { opacity: .3; }
.gsp_ns .gs_rbn_mng_rf_mr_dlg .plupload_wrapper { min-width: 100%; }
.gsp_ns .gs_rbn_mng_rf_mr_dlg .plupload_container { min-height: 200px; }
.gsp_ns .gs_rbn_mng_rf_btn:before { content: "\f093"; } /* fa-upload */
.gsp_ns .gs_rbn_mltpl_btn > li > a { padding: 10px 0; }
.gsp_ns .gs_rbn_mltpl_btn.gs_rbn_mltpl_btn_vert > li { width: 100%; text-align: left; }
.gsp_ns .mce-ico { color: #353535; }
.gsp_ns .gs_rel .fa-lock { position: absolute; top: 5px; right: 5px; }
.gsp_ns .gs_rbn_btn_ctr { float: right; }
.gsp_ns .gs_rbn_btn_stack .fa-stack-1x { margin-top: -2px; }
.gsp_ns .gs_rbn_mr_dlg_container .ui-dialog-titlebar { display: none; }
.gsp_ns .gs_rbn_mr_pvt_abm_ownr_ipt { width: 250px; padding: 5px; margin-left: 5px; }
.gsp_ns .gs_rbn_mr_pvt_abm_ownr_io { font-style: oblique; text-align: right; font-size: 80%; }
.gsp_ns .gs_rbn_hm_dl_btn:before { content: "\f019"; } /* fa-download */

.gsp_ns .gs_rbn_mr_dlg_sh_ths_pg_hdr, .gsp_ns .gs_rbn_mr_dlg_sh_asset_pg_hdr, .gsp_ns .gs_rbn_mr_dlg_sh_html_hdr { margin-top: 1.5em; }
.gsp_ns .gs_rbn_mr_dlg_sh_ths_pg_dtl, .gsp_ns .gs_rbn_mr_dlg_sh_asset_pg_dtl, .gsp_ns .gs_rbn_mr_dlg_sh_html_dtl { margin-left: 1em; }
.gsp_ns .gs_rbn_mr_dlg_sh_ipt { padding: 5px; border-radius: 5px; }
.gsp_ns .gs_rbn_mr_dlg_sh_ipt_url, .gsp_ns .gs_rbn_mr_dlg_asset_sh_ipt_url, .gsp_ns .gs_rbn_mr_dlg_sh_ipt_embed { width: 98%; font-size: 90% !important; }
.gsp_ns .gs_rbn_mr_dlg_sh_ipt_embed { height: 80px; }

.gsp_ns .gs_rbn_mr_dlg_st_btn_group a { display: inline-block; font-size: 150%; width: 40px; text-align: center; padding: 5px; border-radius: 5px; }
    .gsp_ns .gs_rbn_mr_dlg_st_btn_group a:hover, .gsp_ns .gs_rbn_mr_dlg_st_btn_group a.gs_rbn_mr_dlg_st_sltd { background-color: #a7a7a7; }
.gsp_ns .gs_rbn_mr_dlg_st_mi_ctr a { display: block; text-decoration: none; }
.gsp_ns .gs_rbn_mr_dlg_st_mi_ctr.ui-menu { border: none; }
.gsp_ns .gs_rbn_mr_dlg_st_mi_hdr.ui-menu-item { background-color: #b3b3b3; color: #000; margin-top: 20px; padding: 5px; cursor: default; }

.gsp_ns div.albumMenuContainer { margin: 0; padding: 0; border: 0; border-bottom: #a7a7a7 1px solid; background-color: transparent; overflow: hidden; }
    .gsp_ns div.albumMenuContainer div.albumMenu { padding: 10px 0 10px 2px; color: #353535; }

/* Left pane */
.gsp_ns .gsp_lptagtv, .gsp_ns .gsp_lppeopletv { margin-top: 2em; min-height: 20px; }
.gsp_ns .jstree-root-node > a { color: #060 !important; }
.gsp_ns .gsp_lptagcloud { width: 100%; height: 300px; }
.gsp_ns .gsp_lppeoplecloud { width: 100%; height: 150px; }
.gsp_ns .gsp_lplatest, .gsp_ns .gsp_lptoprated { margin-top: 1.5em; }
    .gsp_ns .gsp_lplatest a, .gsp_ns .gsp_lptoprated a { height: 24px; line-height: 24px; color: #060 !important; text-decoration: none; }
    .gsp_ns .gsp_lplatest i, .gsp_ns .gsp_lptoprated i { width: 20px; height: 24px; line-height: 24px; background-image: url("32px.png"); background-position: -4px -4px; background-repeat: no-repeat; background-color: transparent; }
    .gsp_ns .gsp_lplatest a:hover, .gsp_ns .gsp_lptoprated a:hover { background: #a7a7a7; border-radius: 2px; box-shadow: inset 0 0 1px #353535; }

/* createaccount.ascx */
.gsp_ns .gsp_createuser { width: 400px; border: 2px solid #818181; margin: 2em auto 0; background-color: #fff; }
    .gsp_ns .gsp_createuser .gs_login_icon { padding: 5px 10px 0 10px; }
    .gsp_ns .gsp_createuser td.gsp_col1 { white-space: nowrap; }
    .gsp_ns .gsp_createuser td { padding: 0.5em 0.5em 0.5em 0; vertical-align: top; }
        .gsp_ns .gsp_createuser td input { width: 200px; }
.gsp_ns .gsp_createaccount, .gsp_ns .gsp_login { margin-right: 0.6em; }
.gsp_ns .gsp_ca_eula_dg_ctr, .gsp_ns .gsp_ca_eula_dg, .gsp_ns .gsp_ca_eula_dg_ctr .ui-dialog-buttonpane { background: none; background-color: #fff; }
.gsp_ns .gsp_ca_eula_dg { display: none; }
.gsp_ns .gsp_ca_eula_logo_ctr { background-color: #4a4a4a; }
.gsp_ns .gsp_ca_eula { background-color: #f2f2f2; }
.gsp_ns .gsp_ca_eula_hdr { color: #060; padding-left: 5px; }
.gsp_ns .gsp_ca_eula_dg_ctr .ui-dialog-titlebar { display: none; }

/* login.ascx */
.gsp_ns .gsp_loginContainerPage { width: 400px; border: 2px solid #a7a7a7; margin: 2em auto 0; background-color: #fff; box-shadow: 6px 6px 6px #f2f2f2; }
    .gsp_ns .gsp_loginContainerPage .gs_login_icon { float: left; padding: 5px 15px 0 15px; }
.gsp_ns .gsp_login table { border-collapse: collapse; }
    .gsp_ns .gsp_login table tr { height: 2em; }
.gsp_ns .gsp_login .gsp_loginlabel { padding-right: 0.5em; }
.gsp_ns .gsp_login .gsp_logintextbox { width: 18em; }
.gsp_ns .gsp_login .gsp_loginbutton { width: 6em; text-align: center; margin-right: 5px; }
.gsp_ns .gsp_login .gsp_rememberme { font-size: 0.9em; padding-top: 1em !important; }
.gsp_ns .gsp_login .gsp_loginhyperlinks { font-size: 0.9em; }
    .gsp_ns .gsp_login .gsp_loginhyperlinks a { display: inline-block; padding-top: .4em; }
.gsp_ns .gsp_loginTitle { background-color: #a7a7a7; text-align: center; font-weight: bold; font-size: 1.2em; padding-bottom: .4em; }

/* mediaview.ascx */
.gsp_ns .gsp_mvMediaView { margin: 0 auto; }

.gsp_ns .gsp_mvMediaHeader { display: table; width: 100%; }
.gsp_ns .gsp_mvMediaHeaderRow { display: table-row; }
.gsp_ns .gsp_mvMediaHeaderCell { display: table-cell; padding: 1px; }
.gsp_ns .gsp_mvPrevCell a, .gsp_ns .gsp_mvNextCell a { display: inline-block; min-width: 30px; }
.gsp_ns .gsp_mvPrevBtn, .gsp_ns .gsp_mvNextBtn { padding: 10px !important; vertical-align: middle; border-radius: 26px; }
    .gsp_ns .gsp_mvPrevBtn:hover, .gsp_ns .gsp_mvNextBtn:hover { cursor: pointer; background-color: #818181; }
.gsp_ns .gsp_mvTitleCell { width: 100%; text-align: center; }
.gsp_ns .gsp_mvPosition { white-space: nowrap; }

.gsp_ns .gsp_mvMediaView .gs_img_wrapper { display: inline-block; border: 1px solid transparent; }
.gsp_ns .gsp_mvMediaView .gsp_mo_img { display: block; border: 1px solid; border-color: #818181 #a7a7a7 #a7a7a7 #818181; margin: 0 auto 15px auto; padding: 15px; background-color: #a7a7a7; box-shadow: 8px 8px 8px #f2f2f2; border-radius: 10px; }
.gsp_ns .gsp_mvMediaView img, .gsp_ns .gsp_mvMediaView video, .gsp_ns .gsp_mvMediaView audio, .gsp_ns .gsp_mvMediaView object { box-sizing: content-box; }
.gsp_ns .gsp_mvMediaView .gsp_mo_title { margin: 0 0 0.4em 0; padding: 0; text-align: center; font-size: 120%; }
    .gsp_ns .gsp_mvMediaView .gsp_mo_title ~ .gs_meta_placeholder { text-align: center; }
.gsp_ns .gsp_mvMediaView .gs_meta_placeholder { position: absolute; top: 0; left: 0; color: #888; padding: 3px; width: 100%; overflow: hidden; border: 1px solid transparent; }
.gsp_ns .gsp_mvMediaView [data-editmode='3'] ~ .gs_meta_placeholder { padding: 7px 3px; }
.gsp_ns .gsp_mvMediaView .gsp_mo_title:not(.mce-edit-focus) { border: 1px solid transparent; }
.gsp_ns .gsp_mvMediaView .gs_meta_placeholder:hover, .gsp_ns .gsp_mvMediaView .mce-content-body:not(.mce-edit-focus):hover { background-color: #a7a7a7; border: 1px dashed #4a4a4a; cursor: text; }
.gsp_ns .gsp_mvMediaView .mce-content-body:not(.mce-edit-focus) a:hover { cursor: pointer; }
.gsp_ns .gsp_mvMediaView .mce-edit-focus { border: 1px dashed #4a4a4a; }
.gsp_ns .gsp_moContainer { text-align: center; overflow: auto; }

.gsp_ns div.gsp_content div#divOkCancel { border-bottom: #a7a7a7 2px solid; width: auto; text-align: right; }
.gsp_ns div.gsp_content p.gsp_taskBody { padding: 0 0 0.3em 0; width: 60%; border-bottom: #a7a7a7 1px solid; }

/* thumbnailview.ascx - album header */
.gsp_ns .gsp_abm_sum { margin: 0 3px; padding-left: 0.1em; }
.gsp_ns .gsp_abm_sum_btn .fa { padding: 2px 5px; }
    .gsp_ns .gsp_abm_sum_btn .fa:hover { cursor: pointer; background-color: #818181; }
.gsp_ns .gsp_abm_sum_btn img { border: 1px solid transparent; display: inline-block; padding: 2px; vertical-align: top; }
    .gsp_ns .gsp_abm_sum_btn img:hover { cursor: pointer; background-color: #818181; border: 1px solid #818181; }
.gsp_ns .gsp_abm_sum_col2 { float: right; clear: right; margin-right: 2px; }
.gsp_ns .gsp_abm_sum_col2_row1 { font-size: .9em; margin: 2px 0 5px 0; padding: 0; text-align: right; }
.gsp_ns .gsp_abm_sum_col1_row1 { margin: 0 0 .5em 0; font-size: 1.4em; font-weight: bold; color: #353535; }
    .gsp_ns .gsp_abm_sum_col1_row1 a.gsp_abm_sum_btn { text-decoration: none; }
.gsp_ns .gsp_abm_sum_col1_row2 { margin: 2px 0; }
.gsp_ns .gsp_abm_sum_col1_row2_hdr { font-weight: bold; }
.gsp_ns .gsp_abm_noobj { color: #060; margin: 1em; }

/* thumbnailview.ascx - thumbnails*/
.gsp_ns .hndl { height: 16px; background-color: #818181; position: absolute; top: 0; left: 0; right: 0; }
    .gsp_ns .hndl:hover { cursor: move; }
    .gsp_ns .hndl .fa { font-size: 15px; }
.gsp_ns .thmb { background-color: rgb(242,242,242); position: relative; float: left; font-size: 0.9em; padding: 0 0 0 0; margin: 5px 5px; text-align: center; border: 1px solid; border-color: #818181 #a7a7a7 #a7a7a7 #818181; overflow: hidden; border-radius: 10px; }
    .gsp_ns .thmb .gsp_i_c { margin: 0 auto; }
    .gsp_ns .thmb p.albumtitle, .thmb2 p.albumtitle { margin: 0; padding: 0; background-color: #a7a7a7; color: #000; border-bottom: 1px solid #a7a7a7; border-radius: 6px 6px 0 0; }
.gsp_ns .album { background-color: rgb(167,167,167); }
.gsp_ns .gsp_thmb_img { display: block; border: 1px solid; border-color: #a7a7a7; margin: 10px auto 8px auto; padding: 5px; background-color: rgb(230,230,230); box-shadow: 3px 3px 3px #a7a7a7; border-radius: 5px; box-sizing: content-box; }
.gsp_ns .album .gsp_thmb_img { border: 2px solid #a7a7a7; margin: 10px auto 8px auto; padding: 5px 3px 3px 5px; box-shadow: 0 0 0 0 #a7a7a7, 2px 2px 0 0 #e6e6e6, 4px 4px 0 0 #a7a7a7, 6px 6px 0 0 #e6e6e6; background-color: #e6e6e6; border-radius: 5px; }
.gsp_ns .gsp_thmbLink { display: inline-block; }
.gsp_ns .thmb:hover { border: 1px solid #060; opacity: .93; }
.gsp_ns .ui-selectable .thmb { z-index: 1; }
/* z-index needs to be lower than the z-index of any dialogs (see .gsp_abm_sum_col2_row2 .ui-menu & .gsp_ns .gsp_loginDlgContainer selectors) */
.gsp_ns .thmb.ui-selected { border: 1px solid #060; background-color: #747474; }
.gsp_ns .gsp_pager { margin: 10px 0 auto; text-align: center; }
    .gsp_ns .gsp_pager > a, .gsp_ns .gsp_pager > span { display: inline-block; color: #a7a7a7; background-color: #353535; border-left: none; border-right: none; font-size: 14px; height: 30px; line-height: 30px; vertical-align: middle; padding: 0; margin: 0; background: #151515; /* Old browsers */ background-image: linear-gradient(to bottom, #151515 0%, #353535 100%); }
    .gsp_ns .gsp_pager .gsp_pagerText { padding: 0 30px; }
    .gsp_ns .gsp_pager a, .gsp_ns .gsp_pager .gsp_disabled { width: 40px; text-decoration: none; font-weight: bold; font-size: 30px; border-right: 1px solid #353535; border-left: 1px solid #353535; }
    .gsp_ns .gsp_pager .gsp_disabled { color: #C0C0C0; }
    .gsp_ns .gsp_pager a:hover, .gsp_ns .gsp_pager a:focus, .gsp_ns .gsp_pager a:active { background: #353535; /* Old browsers */ background-image: linear-gradient(to bottom, #151515 0%, #353535 100%); }
    .gsp_ns .gsp_pager a.disabled, .gsp_ns .gsp_pager a.disabled:hover, .gsp_ns .gsp_pager a.disabled:focus, .gsp_ns .gsp_pager a.disabled:active { background: #151515; /* Old browsers */ background-image: linear-gradient(to bottom, #151515 0%, #353535 100%); color: #747474; }
    .gsp_ns .gsp_pager .gsp_first-child { border-radius: 15px 0 0 15px; border-right: none; }
    .gsp_ns .gsp_pager .gsp_last-child { border-radius: 0 15px 15px 0; border-left: none; }

/* splitter controls */
.gsp_ns .gsp_tb_s_LeftPane { width: 200px; }
.gsp_ns .gsp_tb_s_RightPane { width: 300px; }
.gsp_ns .gsp_tb_s_pane { overflow: auto; }
.gsp_ns .splitter-bar-vertical { -ms-touch-action: none; touch-action: none; border: none; width: 6px; background: #4a4a4a url("images/vgrabber.gif") no-repeat center; background: url("images/vgrabber.gif") no-repeat center, linear-gradient(to bottom, rgba(192,192,192,0) 0%, rgb(167,167,167) 20%, rgb(167,167,167) 80%, rgba(192,192,192,0) 100%); }
.gsp_ns .splitter-bar.gsp-ui-state-hover { background-color: rgb(167,167,167); }
.gsp_ns .splitter-bar.gsp-ui-state-highlight { background-color: rgb(167,167,167); opacity: 0.7; }
.gsp_ns .splitter-bar.gsp-ui-state-error { background-color: rgb(167,167,167); }
.gsp_ns .splitter-bar-vertical-docked { background: url(images/vdockbar-trans.gif) no-repeat center; }
.gsp_ns .splitter-iframe-hide { visibility: hidden; }

/* Right pane */
.gsp_ns .gsp_meta { width: 100%; }
    .gsp_ns .gsp_meta td.gsp_k { padding: 3px 0 3px 3px; vertical-align: top; }
    .gsp_ns .gsp_meta td.gsp_v { padding: 0; }
    .gsp_ns .gsp_meta .gs_meta_placeholder { position: absolute; top: 0; left: 0; color: #888; padding: 3px; width: 100%; overflow: hidden; border: 1px solid transparent; }
    .gsp_ns .gsp_meta tr[data-editmode='3'] .gs_meta_placeholder { padding: 7px 3px; }
    .gsp_ns .gsp_meta .gsp_m1Row .gs_meta_placeholder { left: 5px; }
    .gsp_ns .gsp_meta .gs_vv { padding: 2px 0 2px 2px; vertical-align: top; border: 1px solid transparent; }
    .gsp_ns .gsp_meta .gs_meta_placeholder:hover, .gsp_ns .gsp_meta .mce-content-body:not(.mce-edit-focus):hover { background-color: #a7a7a7; border: 1px dashed #4a4a4a; cursor: text; }
    .gsp_ns .gsp_meta .mce-content-body a:hover { cursor: pointer; }
    .gsp_ns .gsp_meta .mce-edit-focus { border: 1px dashed #4a4a4a; }
    .gsp_ns .gsp_meta tr > td:first-child { padding-right: .25em; text-align: right; vertical-align: top; }
    .gsp_ns .gsp_meta tr.gsp_m1Row td { padding: .25em 0 .25em .25em; text-align: left !important; }
    .gsp_ns .gsp_meta tr.gsp_m1Row .gsp_k { color: #060; vertical-align: middle; padding-bottom: 0; }
    .gsp_ns .gsp_meta tr.gsp_m1Row td.gsp_v { padding-top: 0; padding-left: 5px; }
    .gsp_ns .gsp_meta .gsp_mtag a.gsp_mtaglink, .gsp_ns .gsp_meta .gsp_mpeople a.gsp_mtaglink { padding: 3px 10px 3px 10px; text-decoration: none; line-height: 2em; white-space: nowrap; display: inline-block; border-radius: 5px; }
        .gsp_ns .gsp_meta .gsp_mtag a.gsp_mtaglink:hover, .gsp_ns .gsp_meta .gsp_mpeople a.gsp_mtaglink:hover { background-color: #fff; }
    .gsp_ns .gsp_meta tr.gsp_mSep td { padding: 1px; border: none; background: #4a4a4a; /* Old browsers */ background-image: linear-gradient(to right, #a7a7a7 0%, #747474 40%, #747474 60%, #a7a7a7 100%); }

/* recoverpassword.ascx */
.gsp_ns .pwdrecover { width: 400px; border: 2px solid #a7a7a7; background-color: #fff; margin: 2em auto 0 auto; text-align: center; box-shadow: 6px 6px 6px #f2f2f2; }
    .gsp_ns .pwdrecover tr { height: 2em; }
.gsp_ns .pwdrecoverTitle { background-color: #a7a7a7; font-weight: bold; font-size: 1.2em; padding: .5em; }
.gsp_ns .pwdRecoverRetrieve { padding: .5em; }

/* myaccount.ascx */
.gsp_ns .gs_myaccount .gs_login_icon { padding: 5px 10px 0 3px; }

/* changepassword.ascx */
.gsp_ns .cpwdcontainer { width: 400px; border: 2px solid #a7a7a7; background-color: #fff; margin: 2em auto 0 auto; box-shadow: 6px 6px 6px #f2f2f2; }
.gsp_ns .cpwd { width: 100%; }
    .gsp_ns .cpwd table { width: 100%; border-collapse: collapse; margin-bottom: 1em; }
    .gsp_ns .cpwd tr { height: 3em; }
.gsp_ns .cpwdTitle { background-color: #a7a7a7; font-weight: bold; font-size: 1.2em; }
.gsp_ns .gsp_cpwdlabel { padding-right: 0.5em; }
.gsp_ns .gsp_cpwdcancelbtn { display: block; margin: 0 auto; }
.gsp_ns .gsp_cpwdsuccess { padding-left: 0.5em; }
.gsp_ns .gsp_cpwdcontinue { margin: 0.5em; }

/* AdminPage - All admin pages */
.gsp_ns .gsp_a_ap_to { color: #151515; float: right; margin-right: 10px; }

/* sitesettings.ascx */
.gsp_ns div#verContainer { padding: 0.2em; border: 1px solid #a7a7a7; width: 500px; background-color: #151515; }
    .gsp_ns div#verContainer .verHdr { font-size: 1.2em; font-weight: bold; }
.gsp_ns .gsp_a_ss_s_ddl { min-width: 200px; }

/* galleries.ascx */
.gsp_ns .gsp_adm_g_tbl { border: none; }
    .gsp_ns .gsp_adm_g_tbl th { padding: 0.4em; vertical-align: bottom; border-width: 0 0 1px 0; border-color: #818181; }
    .gsp_ns .gsp_adm_g_tbl td { padding: 0.4em; border: none; }
.gsp_ns .gsp_g_edit_cell { text-align: right; white-space: nowrap; }
    .gsp_ns .gsp_g_edit_cell a { font-size: 0.9em !important; }

/* backuprestore.ascx */
.gsp_ns table#restoreFileContainer { border: 1px solid #818181; background-color: #a7a7a7; border-collapse: separate; }
    .gsp_ns table#restoreFileContainer tr.gsp_tableSummaryRow { }
    .gsp_ns table#restoreFileContainer tr.gsp_tableHeaderRow { font-weight: bold; vertical-align: bottom; }
    .gsp_ns table#restoreFileContainer td { padding: 0.2em; }
    .gsp_ns table#restoreFileContainer .gsp_topBorder { border-top: 1px solid #818181; }
    .gsp_ns table#restoreFileContainer .gsp_bottomBorder { border-bottom: 1px solid #818181; }
    .gsp_ns table#restoreFileContainer td.gsp_numRecords { text-align: center; }

/* gallerycontrolsettings.ascx */
.gsp_ns .gsp_gcs_da { margin-bottom: 0; }
.gsp_ns .gsp_gcs_da_dd { display: none; background-color: #a7a7a7; border: 1px solid #818181; }
.gsp_ns #gsp_imgDefAlbum { padding: 2px; vertical-align: middle; }
    .gsp_ns #gsp_imgDefAlbum:hover { cursor: pointer; background-color: #4a4a4a; }

/* usersettings.ascx */
.gsp_ns .gsp_us_ua { margin-bottom: 0; }
.gsp_ns .gsp_us_ua_dd { display: none; background-color: #a7a7a7; border: 1px solid #818181; }
.gsp_ns #gsp_imgUserAlbum { padding: 2px; vertical-align: middle; }
    .gsp_ns #gsp_imgUserAlbum:hover { cursor: pointer; background-color: #4a4a4a; }
.gsp_ns .gsp_p_a_us_oac { margin-top: 2em !important; padding: 0.4em !important; background-color: #a7a7a7; border: 1px solid #818181; }
    .gsp_ns .gsp_p_a_us_oac .gsp_p_a_us_ii { margin: 0 1em 1em 1em !important; }
    .gsp_ns .gsp_p_a_us_oac .gsp_p_a_us_doa { float: right; padding-top: .25em; }
        .gsp_ns .gsp_p_a_us_oac .gsp_p_a_us_doa img { margin-bottom: -3px; }
    .gsp_ns .gsp_p_a_us_oac .gsp_p_a_us_t { clear: left; border-bottom: 1px solid #353535; }
    .gsp_ns .gsp_p_a_us_oac .gsp_p_a_us_oal { width: 100%; height: 100px; overflow: auto; }
.gsp_ns .ui-multiselect-header .ui-state-hover { border: none; background-color: transparent; }

/* mediatemplates.ascx, uitemplates.ascx */
.gsp_ns .gsp_mt_b_slt { min-width: 200px; max-width: 100%; }
.gsp_ns .gsp_a_tmpl_html_txtarea, .gsp_ns .gsp_a_tmpl_script_txtarea { width: 98%; }
.gsp_ns .gsp_tabContainer > div.ui-widget-content { color: #151515; }

/* css.ascx */
.gsp_ns .gsp_a_css_txt { width: 100%; height: 600px; }
.gsp_ns .gsp_a_css_u_l { color: #060 !important; }

/* mediaqueue.ascx */
.gsp_ns .gs_mq_ci_img_ctr { float: left; padding: 10px; }
.gsp_ns .gs_mq_ci_f { font-size: 24px; }
.gsp_ns .gs_mq_ci_to { padding: 0 20px; }
.gsp_ns .gs_mq_ci_stsdtl, .gsp_ns .gs_mq_cmp_stsdtl { width: 100%; height: 300px; overflow: auto; }
.gsp_ns .gs_mq_ci_tmr { font-size: 24px; padding-right: 20px; }
.gsp_ns .gs_mq_ci_cancel { padding-right: 10px; }
.gsp_ns .gs_mq_ci_strtd { padding-bottom: 0px; }
.gsp_ns .gs_mq_ci_dtl_hdr p { color: #7AC1FF; }
.gsp_ns .gs_mq_ci_dtl_tbl { width: 100%; }
.gsp_ns .gs_mq_ci_dtl_r1c1 { width: 50%; }
.gsp_ns .gs_mq_incmp_tbl, .gsp_ns .gs_mq_cmp_tbl { width: 100%; }
    .gsp_ns .gs_mq_incmp_tbl td, .gsp_ns .gs_mq_cmp_tbl .gs_mq_cmp_row1 td { white-space: nowrap; padding-right: 10px; }
.gsp_ns .gs_mq_cmp_cmd_td { width: 65px; }
.gsp_ns .gs_mq_cmp_dtl_hdr { width: 25px; height: 25px; }
.gsp_ns .gs_mq_cmp_status { vertical-align: middle; }
.gsp_ns .gs_mq_cmp_ma_td_mtitle { padding-left: 10px; }
.gsp_ns .gs_mq_cmp_ctr .gsp_expanded { border: none; width: auto; }
.gsp_ns .gs_mq_cmp_ctr .gsp_optionsDtl { border: none; }
.gsp_ns .gs_mq_sts { font-size: 2em; line-height: 1.8em; width: 300px; text-align: center; }
.gsp_ns .gs_mq_sts_idle { background-color: #060; color: #fff; }
.gsp_ns .gs_mq_sts_proc { background-color: #86be6d; }
.gsp_ns .gs_mq_sts_spnr_vis { display: inline; }
.gsp_ns .gs_mq_sts_spnr_invis { display: none; }
.gsp_ns .gsp-ui-icon-delete-red { background-image: url('../images/delete-red-s.png') !important; }

@media screen and (max-width:1280px) {
    .gsp_ns .gs_mq_cmp_add_td { display: none; }
}

@media screen and (max-width:800px) {
    .gsp_ns .gs_mq_cmp_ct_td, .gsp_ns .gs_mq_cmp_add_td, .gsp_ns .gs_mq_cmp_dr_td { display: none; }
}

@keyframes gs_highlight_flash {
    0% { background-color: transparent; }
    50% { background-color: #060; }
    100% { background-color: transparent; }
}

@keyframes gs_highlight_flash_delete {
    0% { background-color: transparent; opacity: 1; }
    50% { background-color: #c03; }
    100% { background-color: transparent; opacity: 0; }
}

.gs_highlight_flash { animation: gs_highlight_flash .7s; }
.gs_highlight_flash_delete { animation: gs_highlight_flash_delete .7s; }

/* eventlog.ascx */
.gsp_el_tbl { border-color: #a7a7a7; }
    .gsp_el_tbl th { background-color: #a7a7a7; vertical-align: bottom; }
    .gsp_el_tbl th, .gsp_el_tbl td { padding: 0.4em; border-color: #a7a7a7; }
.gsp_el_dtl_btn { width: 20px; height: 20px; }
.gsp_ns .gsp_el_tbl td { vertical-align: top; white-space: nowrap; }
    .gsp_ns .gsp_el_tbl td.gsp_el_msg { white-space: normal; }

/* Override inline styles (we have to use inline styles for event formatting because Gmail doesn't recognize any other type) */
.gsp_ns .gsp_event_h1 { color: #c03 !important; }
.gsp_ns .gsp_event_h2 { background-color: transparent !important; }
.gsp_ns .gsp_event_table { border: none !important; }
    .gsp_ns .gsp_event_table td { border-bottom-width: 0 !important; }
.gsp_ns .gsp_event_col1 { background-color: #a7a7a7 !important; }

/* metadata.ascx */
.gsp_ns #gsp_MetadataPropertiesContainer { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px; }
    .gsp_ns #gsp_MetadataPropertiesContainer li { margin: 1px; padding: 1px; width: 300px; }

.gsp_ns .gs_adm_m_btn { display: inline-block; width: 20px; height: 23px; text-align: center; padding: 0 5px; border-radius: 5px; }
    .gsp_ns .gs_adm_m_btn:hover { background-color: #f2f2f2; }
.gsp_ns .mdOptions * { box-sizing: content-box; }
.gsp_ns .mdOptions .gs_rel .fa-lock { position: absolute; top: 0; right: 1px; font-size: 75%; }
.gsp_ns .mdOptions .slick-header.ui-state-default { background: none; border: none; }
.gsp_ns .mdOptions .ui-widget-content { background: none; }
.gsp_ns .mdOptions .md_col1 { border-left: 1px solid #353535 !important; }
.gsp_ns .mdOptions .md_ctr { text-align: center; }
.gsp_ns .mdOptions .slick-header-columns > div { border-top: 1px solid #353535 !important; min-height: 20px; }
.gsp_ns .mdOptions .slick-header-columns .md_isEditableHdr { padding-right: 6px; border-right: 1px solid #353535; }
.gsp_ns .mdOptions .slick-row { border-left: 1px solid #353535; border-right: 1px solid #353535; }
    .gsp_ns .mdOptions .slick-row div:last-child { border-right: none; }
.gsp_ns .mdOptions .cell-reorder { background: url("../images/move-updown-s-o.png") no-repeat scroll center center transparent; cursor: pointer; }
    .gsp_ns .mdOptions .cell-reorder:hover { background-color: #747474; }
.gsp_ns .mdOptions .slick-row .selected { background-color: #747474; }
.gsp_ns .mdOptions .editor-text { background-color: #747474; border: medium none; color: #151515; width: 100%; }

/* Override some of the default Slick.Grid styles (they're near the end of this file) */
.gsp_ns .mdOptions .slick-reorder-proxy { background: #747474 !important; opacity: 0.5 !important; filter: alpha(opacity = 50) !important; }
.gsp_ns .mdOptions .slick-reorder-guide { height: 4px !important; background: #080 !important; opacity: 1 !important; filter: alpha(opacity = 100) !important; }

/* manageroles.ascx */
.gsp_ns .gsp_roles { display: none; }
    .gsp_ns .gsp_roles .gsp_RoleSaveResult { display: none; }
    .gsp_ns .gsp_roles .ui-accordion-header { font-size: 1.1em; }
        .gsp_ns .gsp_roles .ui-accordion-header.ui-state-default { background: none; border: none; color: #fff; font-weight: normal; }
        .gsp_ns .gsp_roles .ui-accordion-header.ui-state-active { background: none; background-color: #a7a7a7; border: none; color: #353535; font-weight: normal; }
    .gsp_ns .gsp_roles .ui-state-default a, .gsp_ns .gsp_roles .ui-state-default a:link, .gsp_ns .gsp_roles .ui-state-default a:visited { color: #000; }
    .gsp_ns .gsp_roles .ui-accordion-header.ui-state-active a, .gsp_ns .gsp_roles .ui-accordion-header.ui-state-active a:link, .gsp_ns .gsp_roles .ui-accordion-header.ui-state-active a:visited { color: #060; }
    .gsp_ns .gsp_roles .ui-accordion-header.ui-state-hover { background-color: #a7a7a7; }
    .gsp_ns .gsp_roles .ui-accordion-header.ui-state-active.ui-state-hover { background-color: #a7a7a7; }
    .gsp_ns .gsp_roles .ui-accordion-header:first-child a { color: #060; }
    .gsp_ns .gsp_roles .ui-accordion-header .gsp_roleDeleteBtn, .gsp_ns .gsp_roles .ui-accordion-header .gsp_roleSaveBtn { display: none; }
    .gsp_ns .gsp_roles .ui-accordion-header .gsp_chkRole { display: none; }
    .gsp_ns .gsp_roles .gsp_roleOwner { display: none; }
    .gsp_ns .gsp_roles .ui-accordion-content { margin: 0; padding: 0; background: none; border: none; border-radius: 0; }
    .gsp_ns .gsp_roles .ui-state-default .ui-icon { background-image: url("images/ui-icons_444444_256x240.png"); }
    .gsp_ns .gsp_roles .ui-state-active .ui-icon { background-image: url("images/ui-icons_444444_256x240.png"); }
.gsp_ns .gsp_tabContainer #gsp_newRoleName { margin-left: 5px; }
.gsp_ns .gsp_optionsDtl .gsp_checkboxOptions { padding-left: 30px; }

/* manageusers.ascx */
.gsp_ns .gsp_usr_ctr .ui-autocomplete { max-height: 100%; overflow-y: auto; overflow-x: hidden; }
.gsp_ns .gsp_usr_ctr .gsp_mu_srch { width: 300px; }
.gsp_ns .gsp_users { display: none; }
    .gsp_ns .gsp_users .gsp_usersaveResult { display: none; }
    .gsp_ns .gsp_users .ui-accordion-header { font-size: 1.1em; }
        .gsp_ns .gsp_users .ui-accordion-header.ui-state-default { background: none; border: none; color: #fff; font-weight: normal; }
        .gsp_ns .gsp_users .ui-accordion-header.ui-state-active { background: none; background-color: #a7a7a7; border: none; color: #353535; font-weight: normal; }
    .gsp_ns .gsp_users .ui-state-default a, .gsp_ns .gsp_users .ui-state-default a:link, .gsp_ns .gsp_users .ui-state-default a:visited { color: #000; }
    .gsp_ns .gsp_users .ui-accordion-header.ui-state-active a, .gsp_ns .gsp_users .ui-accordion-header.ui-state-active a:link, .gsp_ns .gsp_users .ui-accordion-header.ui-state-active a:visited { color: #060; }
    .gsp_ns .gsp_users .ui-accordion-header.ui-state-hover { background-color: #a7a7a7; }
    .gsp_ns .gsp_users .ui-accordion-header.ui-state-active.ui-state-hover { background-color: #a7a7a7; }
    .gsp_ns .gsp_users .ui-accordion-header:first-child a { color: #060; }
    .gsp_ns .gsp_users .ui-accordion-header .gsp_userDeleteBtn, .gsp_ns .gsp_users .ui-accordion-header .gsp_userSaveBtn { display: none; }
    .gsp_ns .gsp_users .ui-accordion-header .gsp_chkUser { display: none; }
    .gsp_ns .gsp_users .ui-accordion-content { margin: 0; padding: 0; background: none; border: none; border-radius: 0; }
    .gsp_ns .gsp_users .ui-state-default .ui-icon { background-image: url("images/ui-icons_444444_256x240.png"); }
    .gsp_ns .gsp_users .ui-state-active .ui-icon { background-image: url("images/ui-icons_444444_256x240.png"); }
    .gsp_ns .gsp_users .gsp_col2 { width: 100%; }
    .gsp_ns .gsp_users .gsp_mu_pwd_chg_dtl { margin-left: 2em; }
    .gsp_ns .gsp_users .gsp_mu_pwd_rst_dtl { margin-left: 2em; }
    .gsp_ns .gsp_users .gsp_mu_pwd_tbl { width: 800px; }
    .gsp_ns .gsp_users .gsp_mu_pwd_msg { width: 600px; margin-bottom: 2em; }
        .gsp_ns .gsp_users .gsp_mu_pwd_msg ul { margin-left: 2em; }

/* mediaobjectypes.ascx */
.gsp_mimeTypesTable { border-color: #a7a7a7; }
    .gsp_mimeTypesTable th { background-color: #a7a7a7; vertical-align: bottom; }
    .gsp_mimeTypesTable th, .gsp_mimeTypesTable td { padding: 0.4em; border-color: #a7a7a7; text-align: center; }
    .gsp_mimeTypesTable .gsp_mt_col3 { text-align: left; }

/* filetypes.ascx*/
.gsp_ns .gs_mimeTypes * { box-sizing: content-box; border: none !important; }
.gsp_ns .gs_mimeTypes .slick-header.ui-state-default { background: none; }
.gsp_ns .gs_mimeTypes .slick-header-column { background-color: #a7a7a7; height: 20px; }
.gsp_ns .gs_mimeTypes .ui-widget-content { background: none; }
.gsp_ns .gs_mimeTypes .mt_ctr { text-align: center; }
.gsp_ns .gs_mimeTypes .gs_mt_mime_type:hover { cursor: text; }
.gsp_ns .gs_mimeTypes .slick-row .selected, .gsp_ns .gs_mimeTypes .editable { background-color: #f2f2f2; }
.gsp_ns .gs_mimeTypes .editor-text { background-color: #f2f2f2; border: medium none; color: #151515; width: 100%; }
.gsp_ns .gs_mimeTypes .gs_ft_text_lt { text-decoration: line-through; }
.gsp_ns .gs_ft_add_dg { display: none; }
    .gsp_ns .gs_ft_add_dg fieldset { border: none; }
    .gsp_ns .gs_ft_add_dg .gs_ft_add_mime { width: 100%; }
.gsp_ns .gs_mimeTypes .fa-btn { display: inline-block; width: 20px; text-align: center; padding: 6px; border-radius: 3px; }
    .gsp_ns .gs_mimeTypes .fa-btn:hover { cursor: pointer; background-color: #a7a7a7; }

/* images.ascx */
.gsp_ns .gs_images_wm_img_container, .gsp_ns .gs_images_wm_img { max-width: 400px; }
.gsp_ns .gs_images_wm_img_preview { width: 400px; height: 200px; background-color: #f2f2f2; text-align: center; }
.gsp_ns .gs_images_wm_img_drop_text { padding-top: 80px; }
.gsp_ns .gs_images_wm_img_fi_ctr a { padding-left: 25px; }
.gsp_ns .gs_images_wm_img_p_c progress { width: 100%; text-align: center; }

/* videoaudioother.ascx */
.gsp_ns .gsp_va_et { width: 100%; }
.gsp_ns .gsp_va_et_m_btn { display: inline-block; width: 16px; height: 26px; padding: 5px; background: url("../images/move-updown-s-o.png") center no-repeat; }
.gsp_ns .gsp_va_tip { margin: 2px; padding: 5px; border: 1px solid #818181; background-color: #818181; max-width: 550px; border-radius: 10px; }

.gsp_ns #gsp_encoderSettingsCtr { margin: 0; padding: 0; }
    .gsp_ns #gsp_encoderSettingsCtr li { margin: 1px; padding: 1px; list-style-type: none; }
    .gsp_ns #gsp_encoderSettingsCtr .gsp_encoderSettingRowCtr { width: 100%; }

/* addobjects.ascx */
/* --- Plupload ------------------------------------------------------------------- */
.plupload_wrapper * { box-sizing: content-box; }
.plupload_button { cursor: pointer; outline: none; }
.plupload_wrapper { font: normal 11px Verdana,sans-serif; width: 100%; min-width: 520px; line-height: 12px; }
.plupload_container { _height: 300px; min-height: 300px; position: relative; }
.plupload_filelist_footer { border-width: 1px 0 0 0; }
.plupload_file { border-width: 0 0 1px 0; }
.plupload_container .plupload_header { border-width: 0 0 1px 0; position: relative; }
.plupload_delete .ui-icon, .plupload_done .ui-icon, .plupload_failed .ui-icon { cursor: pointer; }
.plupload_header_content_bw .plupload_logo { background-position: -40px 0; }
.plupload_header_title { font: normal 18px sans-serif; line-height: 19px; padding: 6px 0 3px; }
.plupload_header_text { font: normal 12px sans-serif; }
.plupload_view_switch { position: absolute; right: 16px; bottom: 8px; margin: 0; display: none; }
    .plupload_view_switch .ui-button { margin-right: -0.31em; }
.plupload_content { position: absolute; top: 86px; bottom: 44px; left: 0; right: 0; overflow-y: auto; width: 100%; }
.plupload_filelist { border-collapse: collapse; border-left: none; border-right: none; margin: 0; padding: 0; width: 100%; -moz-user-select: none; -webkit-user-select: none; user-select: none; }
.plupload_filelist_content { padding: 0; margin: 0; }
.plupload_cell { padding: 8px 6px; }
.plupload_file { list-style: none; display: block; position: relative; overflow: hidden; line-height: 12px; }
.plupload_file_thumb { position: relative; background-image: none; background-color: #eee; }
.plupload_thumb_loading { background: #eee url(throbber.gif) center no-repeat; }
    .plupload_thumb_loading .plupload_file_dummy, .plupload_thumb_embedded .plupload_file_dummy { display: none; }
.plupload_file_name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.plupload_filelist_header { border-top: none; }
.plupload_filelist_footer { position: absolute; bottom: 0; left: 0; right: 0; }
.plupload_buttons { position: relative; }
/* list view */
.plupload_view_list .plupload_file { border-left: none; border-right: none; border-top: none; height: 29px; width: 100% !important; /* fix IE6 vertical white-space bug */ _float: left; _clear: left; }
.plupload_view_list div.plupload_file_size, .plupload_view_list div.plupload_file_status, .plupload_view_list div.plupload_file_action { padding: 8px 6px; position: absolute; top: 0; right: 0; }
.plupload_view_list div.plupload_file_name { margin-right: 156px; padding: 8px 6px; _width: 75%; }
.plupload_view_list div.plupload_file_size { right: 28px; }
.plupload_view_list div.plupload_file_status { right: 82px; }
.plupload_view_list .plupload_file_rename { margin-left: -2px; }
.plupload_view_list .plupload_file_size, .plupload_view_list .plupload_file_status, .plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status { text-align: right; width: 52px; }
.plupload_view_list .plupload_file_thumb { position: absolute; top: -999px; }
.plupload_view_list .plupload_file_progress { display: none; }
/* thumbs view */
.plupload_view_thumbs .plupload_content { top: 57px; }
.plupload_view_thumbs .plupload_filelist_header { display: none; }
.plupload_view_thumbs .plupload_file { padding: 6px; margin: 10px; border: 1px solid #000; float: left; }
.plupload_view_thumbs .plupload_file_thumb, .plupload_view_thumbs .plupload_file_dummy { text-align: center; overflow: hidden; }
.plupload_view_thumbs .plupload_file_dummy { font-size: 21px; font-weight: bold; text-transform: lowercase; overflow: hidden; border: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.plupload_view_thumbs div.plupload_file_action { position: absolute; top: 0; right: 0; }
.plupload_view_thumbs div.plupload_file_name { padding: 0; font-weight: bold; }
.plupload_view_thumbs .plupload_file_rename { padding: 1px 0; width: 100% !important; }
.plupload_view_thumbs div.plupload_file_size { font-size: 0.8em; font-weight: normal; }
.plupload_view_thumbs div.plupload_file_status { position: relative; height: 3px; overflow: hidden; text-indent: -999px; margin-bottom: 3px; }
.plupload_view_thumbs div.plupload_file_progress { border: none; height: 100%; }
.plupload .ui-sortable-helper, .plupload .ui-sortable .plupload_file { cursor: move; }
.plupload_file_action { width: 16px; }
.plupload_file_name { overflow: hidden; padding-left: 10px; }
.plupload_file_rename { border: none; font: normal 11px Verdana, sans-serif; padding: 1px 2px; line-height: 11px; height: 11px; }
.plupload_progress { width: 60px; }
.plupload_progress_container { padding: 1px; }
/* Floats */
.plupload_right { float: right; }
.plupload_left { float: left; }
.plupload_clear, .plupload_clearer { clear: both; }
.plupload_clearer, .plupload_progress_bar { display: block; font-size: 0; line-height: 0; }
.plupload_clearer { height: 0; }
/* Misc */
.plupload_hidden { display: none !important; }
.plupload_droptext { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent; text-align: center; vertical-align: middle; border: 0; line-height: 160px; display: none; }
.plupload_dropbox .plupload_droptext { display: block; }
.plupload_buttons, .plupload_upload_status { float: left; }
.plupload_message { position: absolute; top: -1px; left: -1px; height: 100%; width: 100%; }
    .plupload_message p { padding: 0.7em; margin: 0; }
    .plupload_message strong { font-weight: bold; }
    .plupload_message i { font-style: italic; }
    .plupload_message p span.ui-icon { float: left; margin-right: 0.3em; }
.plupload_header_content .ui-state-error, .plupload_header_content .ui-state-highlight { border: none; }
.plupload_message_close { position: absolute; top: 5px; right: 5px; cursor: pointer; }
.plupload .ui-sortable-placeholder { height: 35px; }

/* Plupload overrides for default styles */
.plupload_start, .plupload_stop, .plupload_logo, .plupload_header_title, .plupload_header_text, .plupload_filelist_header .plupload_file_status, .plupload_message { display: none !important; }
.plupload_content { top: 30px; }
.plupload_view_thumbs .plupload_content { top: 0; }
.gsp_ns .plupload_container { background-color: #b3b3b3; border: none; }
.gsp_ns .ui-state-default.plupload_header { border: none; }
.gsp_ns .plupload_button .ui-icon { background-image: url("images/ui-icons_444444_256x240.png"); }
.plupload_view_list div.plupload_file_action { padding: 8px 0; right: 5px; }
.plupload_view_list .plupload_file_size { padding-right: 30px; }
.gsp_ns .plupload_filelist_header { border-width: 0 0 1px 0; border-color: #818181; color: #353535; text-transform: uppercase; }
.gsp_ns .plupload_filelist_footer, .gsp_ns .ui-state-default.plupload_file { border: none; color: #353535; }
.gsp_ns .plupload_filelist, .gsp_ns .ui-state-default.plupload_file { background: none; background-color: #b3b3b3; }
.gsp_ns .plupload_view_list .plupload_file_size, .gsp_ns .plupload_filelist_footer .plupload_file_size { width: 75px; box-sizing: content-box; }
.gsp_ns .plupload_file_progress.ui-widget-header { background: none; background-color: #000; }

.gsp_ns .gsp_addObjTabContainer .gsp_optionsHdr { color: #151515; }
    .gsp_ns .gsp_addObjTabContainer .gsp_optionsHdr.gsp_collapsed > p { background: url('../images/right-arrow-s.png') 5px center no-repeat; }
    .gsp_ns .gsp_addObjTabContainer .gsp_optionsHdr.gsp_expanded > p { background: url('../images/down-arrow-s.png') 5px center no-repeat; }

.gsp_spinner_msg { display: none; font-style: oblique; }
.gsp_ns .gsp_ao_hdr { margin: .5em 0; padding: 0; color: #151515; font-size: 1.2em; font-weight: bold; }

/* Search popup (controls/search.ascx) */
.gsp_ns .gsp_searchDlgContainer { background: none #f2f2f2 !important; padding: 0; box-shadow: 6px 6px 6px rgb(21,21,21); }
    .gsp_ns .gsp_searchDlgContainer .ui-dialog-titlebar { display: none; }
.gsp_ns .gsp_search_dlg { display: none; }
    .gsp_ns .gsp_search_dlg .gsp_searchicon { float: left; padding: 10px 20px 20px 0; }
    .gsp_ns .gsp_search_dlg .gsp_search_title { font-size: 1.3em; }
    .gsp_ns .gsp_search_dlg .gsp_searchbox_container { text-align: right; }
    .gsp_ns .gsp_search_dlg .gsp_search_type_container { text-align: right; }
    .gsp_ns .gsp_search_dlg .gsp_searchbox { width: 325px; }
    .gsp_ns .gsp_search_dlg .gsp_search_msg { visibility: hidden; text-align: right; font-size: .9em; color: #151515; }
    .gsp_ns .gsp_search_dlg .gsp_search_cmd_container { text-align: right; }
    .gsp_ns .gsp_search_dlg .gsp_searchbutton { width: 6em; }

/* synchronize.ascx */
.gsp_ns .gsp_sync_sts { display: none; }
.gsp_ns .gsp_sync_sts_cursts_abort_ctr { display: none; }
.gsp_ns .gsp_sync_sts_cursts_hdr, .gsp_ns .gsp_sync_sts_rate_hdr, .gsp_ns .gsp_sync_sts_curfile_hdr { color: #000; font-weight: bold; }
.gsp_ns .gsp_sync_sts_cursts_msg, .gsp_ns .gsp_sync_sts_rate_msg, .gsp_ns .gsp_sync_sts_curfile_msg { color: #060; }
.gsp_ns .gsp_sync_sts_spinner { padding-left: 10px; }
.gsp_ns .gsp_sync_sts_sf_ctr { list-style-type: none; }
.gsp_ns .gsp_sync_sts_sf_v { color: rgb(84,84,84); }
.gsp_ns .gsp_sync_pb_ctr { width: 98%; height: 20px; margin-top: 5px; background-color: #353535; }
.gsp_ns .gsp_sync_pb { background-color: #f2f2f2; height: 20px; width: 0; }

/*------------*/
/* gspTooltip jQuery plug-in */
.gsp_ns .gsp-ui-icon-help { background-image: url('../images/help_s.png') !important; }
.gsp_ns .gsp_tt_tgr.ui-button-icon-only { width: 16px; height: 16px; margin: 0 3px 4px 5px; padding: 0; }
.gsp_ns .gsp_tt_dlg_container { background: none #feffe1 !important; padding: 0; box-shadow: 6px 6px 6px rgb(21,21,21); }
    .gsp_ns .gsp_tt_dlg_container .ui-dialog-titlebar { display: none; }
.gsp_ns .gsp_tt_dlg { font-size: 1.1em; background: transparent; color: rgb(0,0,0); display: none; }
    .gsp_ns .gsp_tt_dlg a { color: rgb(0,0,0); }
.gsp_ns .gsp_tt_dlg_title { font-weight: bold; }
.gsp_ns .gsp_tt_dlg_bdy { margin-top: 0.3em; }
    .gsp_ns .gsp_tt_dlg_bdy ol { margin-left: 1.5em; }
    .gsp_ns .gsp_tt_dlg_bdy ul { margin-left: 1em; }

/*------------*/
/* Treeview */
/* jsTree default theme 3.3.3 */
.jstree-node,
.jstree-children,
.jstree-container-ul { display: block; margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
.jstree-node { white-space: nowrap; }
.jstree-anchor { display: inline-block; color: black; white-space: nowrap; padding: 0 4px 0 1px; margin: 0; vertical-align: top; }
    .jstree-anchor:focus { outline: 0; }
    .jstree-anchor,
    .jstree-anchor:link,
    .jstree-anchor:visited,
    .jstree-anchor:hover,
    .jstree-anchor:active { text-decoration: none; color: inherit; }
.jstree-icon { display: inline-block; text-decoration: none; margin: 0; padding: 0; vertical-align: top; text-align: center; }
    .jstree-icon:empty { display: inline-block; text-decoration: none; margin: 0; padding: 0; vertical-align: top; text-align: center; }
.jstree-ocl { cursor: pointer; }
.jstree-leaf > .jstree-ocl { cursor: default; }
.jstree .jstree-open > .jstree-children { display: block; }
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children { display: none; }
.jstree-anchor > .jstree-themeicon { margin-right: 2px; }
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden { display: none; }
.jstree-hidden,
.jstree-node.jstree-hidden { display: none; }
.jstree-rtl .jstree-anchor { padding: 0 1px 0 4px; }
    .jstree-rtl .jstree-anchor > .jstree-themeicon { margin-left: 2px; margin-right: 0; }
.jstree-rtl .jstree-node { margin-left: 0; }
.jstree-rtl .jstree-container-ul > .jstree-node { margin-right: 0; }
.jstree-wholerow-ul { position: relative; display: inline-block; min-width: 100%; }
    .jstree-wholerow-ul .jstree-leaf > .jstree-ocl { cursor: pointer; }
    .jstree-wholerow-ul .jstree-anchor,
    .jstree-wholerow-ul .jstree-icon { position: relative; }
    .jstree-wholerow-ul .jstree-wholerow { width: 100%; cursor: pointer; position: absolute; left: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.vakata-context { display: none; }
    .vakata-context,
    .vakata-context ul { margin: 0; padding: 2px; position: absolute; background: #f5f5f5; border: 1px solid #979797; box-shadow: 2px 2px 2px #999999; }
        .vakata-context ul { list-style: none; left: 100%; margin-top: -2.7em; margin-left: -4px; }
        .vakata-context .vakata-context-right ul { left: auto; right: 100%; margin-left: auto; margin-right: -4px; }
        .vakata-context li { list-style: none; }
            .vakata-context li > a { display: block; padding: 0 2em 0 2em; text-decoration: none; width: auto; color: black; white-space: nowrap; line-height: 2.4em; text-shadow: 1px 1px 0 white; border-radius: 1px; }
                .vakata-context li > a:hover { position: relative; background-color: #e8eff7; box-shadow: 0 0 2px #0a6aa1; }
                .vakata-context li > a.vakata-context-parent { background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw=="); background-position: right center; background-repeat: no-repeat; }
                .vakata-context li > a:focus { outline: 0; }
        .vakata-context .vakata-context-hover > a { position: relative; background-color: #e8eff7; box-shadow: 0 0 2px #0a6aa1; }
        .vakata-context .vakata-context-separator > a,
        .vakata-context .vakata-context-separator > a:hover { background: white; border: 0; border-top: 1px solid #e2e3e3; height: 1px; min-height: 1px; max-height: 1px; padding: 0; margin: 0 0 0 2.4em; border-left: 1px solid #e0e0e0; text-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; border-radius: 0; }
        .vakata-context .vakata-contextmenu-disabled a,
        .vakata-context .vakata-contextmenu-disabled a:hover { color: silver; background-color: transparent; border: 0; box-shadow: 0 0 0; }
        .vakata-context li > a > i { text-decoration: none; display: inline-block; width: 2.4em; height: 2.4em; background: transparent; margin: 0 0 0 -2em; vertical-align: top; text-align: center; line-height: 2.4em; }
            .vakata-context li > a > i:empty { width: 2.4em; line-height: 2.4em; }
        .vakata-context li > a .vakata-contextmenu-sep { display: inline-block; width: 1px; height: 2.4em; background: white; margin: 0 0.5em 0 0; border-left: 1px solid #e2e3e3; }
        .vakata-context .vakata-contextmenu-shortcut { font-size: 0.8em; color: silver; opacity: 0.5; display: none; }
.vakata-context-rtl ul { left: auto; right: 100%; margin-left: auto; margin-right: -4px; }
.vakata-context-rtl li > a.vakata-context-parent { background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7"); background-position: left center; background-repeat: no-repeat; }
.vakata-context-rtl .vakata-context-separator > a { margin: 0 2.4em 0 0; border-left: 0; border-right: 1px solid #e2e3e3; }
.vakata-context-rtl .vakata-context-left ul { right: auto; left: 100%; margin-left: -4px; margin-right: auto; }
.vakata-context-rtl li > a > i { margin: 0 -2em 0 0; }
.vakata-context-rtl li > a .vakata-contextmenu-sep { margin: 0 0 0 0.5em; border-left-color: white; background: #e2e3e3; }
#jstree-marker { position: absolute; top: 0; left: 0; margin: -5px 0 0 0; padding: 0; border-right: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid; width: 0; height: 0; font-size: 0; line-height: 0; }
#jstree-dnd { line-height: 16px; margin: 0; padding: 4px; }
    #jstree-dnd .jstree-icon,
    #jstree-dnd .jstree-copy { display: inline-block; text-decoration: none; margin: 0 2px 0 0; padding: 0; width: 16px; height: 16px; }
    #jstree-dnd .jstree-ok { background: green; }
    #jstree-dnd .jstree-er { background: red; }
    #jstree-dnd .jstree-copy { margin: 0 2px 0 2px; }
.jstree-gsp .jstree-node,
.jstree-gsp .jstree-icon { background-repeat: no-repeat; background-color: transparent; }
.jstree-gsp .jstree-anchor,
.jstree-gsp .jstree-animated,
.jstree-gsp .jstree-wholerow { transition: background-color 0.15s, box-shadow 0.15s; }
.jstree-gsp .jstree-hovered { background: #a7a7a7; border-radius: 2px; box-shadow: inset 0 0 1px #353535; }
.jstree-gsp .jstree-context { background: #a7a7a7; border-radius: 2px; box-shadow: inset 0 0 1px #353535; }
.jstree-gsp .jstree-clicked { background: #a7a7a7; border-radius: 2px; box-shadow: inset 0 0 1px #999; }
.jstree-gsp .jstree-no-icons .jstree-anchor > .jstree-themeicon { display: none; }
.jstree-gsp .jstree-disabled { background: transparent; color: #666; }
    .jstree-gsp .jstree-disabled.jstree-hovered { background: transparent; box-shadow: none; }
    .jstree-gsp .jstree-disabled.jstree-clicked { background: #efefef; }
    .jstree-gsp .jstree-disabled > .jstree-icon { opacity: 0.8; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ }
.jstree-gsp .jstree-search { font-style: italic; color: #8b0000; font-weight: bold; }
.jstree-gsp .jstree-no-checkboxes .jstree-checkbox { display: none !important; }
.jstree-gsp.jstree-checkbox-no-clicked .jstree-clicked { background: transparent; box-shadow: none; }
    .jstree-gsp.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered { background: #a7a7a7; }
.jstree-gsp.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked { background: transparent; }
    .jstree-gsp.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered { background: #e7f4f9; }
.jstree-gsp > .jstree-striped { min-width: 100%; display: inline-block; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }
.jstree-gsp > .jstree-wholerow-ul .jstree-hovered,
.jstree-gsp > .jstree-wholerow-ul .jstree-clicked { background: transparent; box-shadow: none; border-radius: 0; }
.jstree-gsp .jstree-wholerow { box-sizing: border-box; }
.jstree-gsp .jstree-wholerow-hovered { background: #e7f4f9; }
.jstree-gsp .jstree-wholerow-clicked { background: #beebff; background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%); background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }
.jstree-gsp .jstree-node { min-height: 24px; line-height: 24px; margin-left: 12px; min-width: 12px; }
.jstree-gsp .jstree-anchor { line-height: 24px; height: 24px; }
.jstree-gsp .jstree-icon { width: 24px; height: 24px; line-height: 24px; }
    .jstree-gsp .jstree-icon:empty { width: 20px; height: 24px; line-height: 24px; }
.jstree-gsp.jstree-rtl .jstree-node { margin-right: 24px; }
.jstree-gsp .jstree-wholerow { height: 24px; }
.jstree-gsp .jstree-node,
.jstree-gsp .jstree-icon { background-image: url("32px.png"); }
.jstree-gsp .jstree-node { background-position: -292px -4px; background-repeat: repeat-y; }
.jstree-gsp .jstree-last { background: transparent; }
.jstree-gsp .jstree-open > .jstree-ocl { background-position: -132px -4px; }
.jstree-gsp .jstree-closed > .jstree-ocl { background-position: -100px -4px; }
.jstree-gsp .jstree-leaf > .jstree-ocl { background-position: -68px -4px; }
.jstree-gsp .jstree-themeicon { background-position: -260px -4px; }
.jstree-gsp > .jstree-no-dots .jstree-node,
.jstree-gsp > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: transparent; }
.jstree-gsp > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -36px -4px; }
.jstree-gsp > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: -4px -4px; }
.jstree-gsp .jstree-disabled { background: transparent; }
    .jstree-gsp .jstree-disabled.jstree-hovered { background: transparent; }
    .jstree-gsp .jstree-disabled.jstree-clicked { background: #efefef; }
.jstree-gsp .jstree-checkbox { background-position: -164px -4px; }
    .jstree-gsp .jstree-checkbox:hover { background-position: -164px -36px; }
.jstree-gsp.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-gsp .jstree-checked > .jstree-checkbox { background-position: -228px -4px; }
    .jstree-gsp.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
    .jstree-gsp .jstree-checked > .jstree-checkbox:hover { background-position: -228px -36px; }
.jstree-gsp .jstree-anchor > .jstree-undetermined { background-position: -196px -4px; }
    .jstree-gsp .jstree-anchor > .jstree-undetermined:hover { background-position: -196px -36px; }
.jstree-gsp .jstree-checkbox-disabled { opacity: 0.8; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ }
.jstree-gsp > .jstree-striped { background-size: auto 48px; }
.jstree-gsp.jstree-rtl .jstree-node { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); background-position: 100% 1px; background-repeat: repeat-y; }
.jstree-gsp.jstree-rtl .jstree-last { background: transparent; }
.jstree-gsp.jstree-rtl .jstree-open > .jstree-ocl { background-position: -132px -36px; }
.jstree-gsp.jstree-rtl .jstree-closed > .jstree-ocl { background-position: -100px -36px; }
.jstree-gsp.jstree-rtl .jstree-leaf > .jstree-ocl { background-position: -68px -36px; }
.jstree-gsp.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-gsp.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: transparent; }
.jstree-gsp.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -36px -36px; }
.jstree-gsp.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: -4px -36px; }
.jstree-gsp .jstree-themeicon-custom { background-color: transparent; background-image: none; background-position: 0 0; }
.jstree-gsp > .jstree-container-ul .jstree-loading > .jstree-ocl { background: url("throbber.gif") center center no-repeat; }
.jstree-gsp .jstree-file { background: url("32px.png") -100px -68px no-repeat; }
.jstree-gsp .jstree-folder { background: url("32px.png") -260px -4px no-repeat; }
.jstree-gsp > .jstree-container-ul > .jstree-node { margin-left: 0; margin-right: 0; }
#jstree-dnd.jstree-gsp { line-height: 24px; padding: 0 4px; }
    #jstree-dnd.jstree-gsp .jstree-ok,
    #jstree-dnd.jstree-gsp .jstree-er { background-image: url("32px.png"); background-repeat: no-repeat; background-color: transparent; }
    #jstree-dnd.jstree-gsp i { background: transparent; width: 24px; height: 24px; line-height: 24px; }
    #jstree-dnd.jstree-gsp .jstree-ok { background-position: -4px -68px; }
    #jstree-dnd.jstree-gsp .jstree-er { background-position: -36px -68px; }
.jstree-gsp .jstree-ellipsis { overflow: hidden; }
    .jstree-gsp .jstree-ellipsis .jstree-anchor { width: calc(100% - 29px); text-overflow: ellipsis; overflow: hidden; }
    .jstree-gsp .jstree-ellipsis.jstree-no-icons .jstree-anchor { width: calc(100% - 5px); }
.jstree-gsp.jstree-rtl .jstree-node { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }
.jstree-gsp.jstree-rtl .jstree-last { background: transparent; }
.jstree-gsp-small .jstree-node { min-height: 18px; line-height: 18px; margin-left: 18px; min-width: 18px; }
.jstree-gsp-small .jstree-anchor { line-height: 18px; height: 18px; }
.jstree-gsp-small .jstree-icon { width: 18px; height: 18px; line-height: 18px; }
    .jstree-gsp-small .jstree-icon:empty { width: 18px; height: 18px; line-height: 18px; }
.jstree-gsp-small.jstree-rtl .jstree-node { margin-right: 18px; }
.jstree-gsp-small .jstree-wholerow { height: 18px; }
.jstree-gsp-small .jstree-node,
.jstree-gsp-small .jstree-icon { background-image: url("32px.png"); }
.jstree-gsp-small .jstree-node { background-position: -295px -7px; background-repeat: repeat-y; }
.jstree-gsp-small .jstree-last { background: transparent; }
.jstree-gsp-small .jstree-open > .jstree-ocl { background-position: -135px -7px; }
.jstree-gsp-small .jstree-closed > .jstree-ocl { background-position: -103px -7px; }
.jstree-gsp-small .jstree-leaf > .jstree-ocl { background-position: -71px -7px; }
.jstree-gsp-small .jstree-themeicon { background-position: -263px -7px; }
.jstree-gsp-small > .jstree-no-dots .jstree-node,
.jstree-gsp-small > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: transparent; }
.jstree-gsp-small > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -39px -7px; }
.jstree-gsp-small > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: -7px -7px; }
.jstree-gsp-small .jstree-disabled { background: transparent; }
    .jstree-gsp-small .jstree-disabled.jstree-hovered { background: transparent; }
    .jstree-gsp-small .jstree-disabled.jstree-clicked { background: #efefef; }
.jstree-gsp-small .jstree-checkbox { background-position: -167px -7px; }
    .jstree-gsp-small .jstree-checkbox:hover { background-position: -167px -39px; }
.jstree-gsp-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-gsp-small .jstree-checked > .jstree-checkbox { background-position: -231px -7px; }
    .jstree-gsp-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
    .jstree-gsp-small .jstree-checked > .jstree-checkbox:hover { background-position: -231px -39px; }
.jstree-gsp-small .jstree-anchor > .jstree-undetermined { background-position: -199px -7px; }
    .jstree-gsp-small .jstree-anchor > .jstree-undetermined:hover { background-position: -199px -39px; }
.jstree-gsp-small .jstree-checkbox-disabled { opacity: 0.8; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ }
.jstree-gsp-small > .jstree-striped { background-size: auto 36px; }
.jstree-gsp-small.jstree-rtl .jstree-node { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); background-position: 100% 1px; background-repeat: repeat-y; }
.jstree-gsp-small.jstree-rtl .jstree-last { background: transparent; }
.jstree-gsp-small.jstree-rtl .jstree-open > .jstree-ocl { background-position: -135px -39px; }
.jstree-gsp-small.jstree-rtl .jstree-closed > .jstree-ocl { background-position: -103px -39px; }
.jstree-gsp-small.jstree-rtl .jstree-leaf > .jstree-ocl { background-position: -71px -39px; }
.jstree-gsp-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-gsp-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: transparent; }
.jstree-gsp-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -39px -39px; }
.jstree-gsp-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: -7px -39px; }
.jstree-gsp-small .jstree-themeicon-custom { background-color: transparent; background-image: none; background-position: 0 0; }
.jstree-gsp-small > .jstree-container-ul .jstree-loading > .jstree-ocl { background: url("throbber.gif") center center no-repeat; }
.jstree-gsp-small .jstree-file { background: url("32px.png") -103px -71px no-repeat; }
.jstree-gsp-small .jstree-folder { background: url("32px.png") -263px -7px no-repeat; }
.jstree-gsp-small > .jstree-container-ul > .jstree-node { margin-left: 0; margin-right: 0; }
#jstree-dnd.jstree-gsp-small { line-height: 18px; padding: 0 4px; }
    #jstree-dnd.jstree-gsp-small .jstree-ok,
    #jstree-dnd.jstree-gsp-small .jstree-er { background-image: url("32px.png"); background-repeat: no-repeat; background-color: transparent; }
    #jstree-dnd.jstree-gsp-small i { background: transparent; width: 18px; height: 18px; line-height: 18px; }
    #jstree-dnd.jstree-gsp-small .jstree-ok { background-position: -7px -71px; }
    #jstree-dnd.jstree-gsp-small .jstree-er { background-position: -39px -71px; }
.jstree-gsp-small .jstree-ellipsis { overflow: hidden; }
    .jstree-gsp-small .jstree-ellipsis .jstree-anchor { width: calc(100% - 23px); text-overflow: ellipsis; overflow: hidden; }
    .jstree-gsp-small .jstree-ellipsis.jstree-no-icons .jstree-anchor { width: calc(100% - 5px); }
.jstree-gsp-small.jstree-rtl .jstree-node { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }
.jstree-gsp-small.jstree-rtl .jstree-last { background: transparent; }
.jstree-gsp-large .jstree-node { min-height: 32px; line-height: 32px; margin-left: 32px; min-width: 32px; }
.jstree-gsp-large .jstree-anchor { line-height: 32px; height: 32px; }
.jstree-gsp-large .jstree-icon { width: 32px; height: 32px; line-height: 32px; }
    .jstree-gsp-large .jstree-icon:empty { width: 32px; height: 32px; line-height: 32px; }
.jstree-gsp-large.jstree-rtl .jstree-node { margin-right: 32px; }
.jstree-gsp-large .jstree-wholerow { height: 32px; }
.jstree-gsp-large .jstree-node,
.jstree-gsp-large .jstree-icon { background-image: url("32px.png"); }
.jstree-gsp-large .jstree-node { background-position: -288px 0px; background-repeat: repeat-y; }
.jstree-gsp-large .jstree-last { background: transparent; }
.jstree-gsp-large .jstree-open > .jstree-ocl { background-position: -128px 0px; }
.jstree-gsp-large .jstree-closed > .jstree-ocl { background-position: -96px 0px; }
.jstree-gsp-large .jstree-leaf > .jstree-ocl { background-position: -64px 0px; }
.jstree-gsp-large .jstree-themeicon { background-position: -256px 0px; }
.jstree-gsp-large > .jstree-no-dots .jstree-node,
.jstree-gsp-large > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: transparent; }
.jstree-gsp-large > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -32px 0px; }
.jstree-gsp-large > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: 0px 0px; }
.jstree-gsp-large .jstree-disabled { background: transparent; }
    .jstree-gsp-large .jstree-disabled.jstree-hovered { background: transparent; }
    .jstree-gsp-large .jstree-disabled.jstree-clicked { background: #efefef; }
.jstree-gsp-large .jstree-checkbox { background-position: -160px 0px; }
    .jstree-gsp-large .jstree-checkbox:hover { background-position: -160px -32px; }
.jstree-gsp-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-gsp-large .jstree-checked > .jstree-checkbox { background-position: -224px 0px; }
    .jstree-gsp-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
    .jstree-gsp-large .jstree-checked > .jstree-checkbox:hover { background-position: -224px -32px; }
.jstree-gsp-large .jstree-anchor > .jstree-undetermined { background-position: -192px 0px; }
    .jstree-gsp-large .jstree-anchor > .jstree-undetermined:hover { background-position: -192px -32px; }
.jstree-gsp-large .jstree-checkbox-disabled { opacity: 0.8; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ }
.jstree-gsp-large > .jstree-striped { background-size: auto 64px; }
.jstree-gsp-large.jstree-rtl .jstree-node { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); background-position: 100% 1px; background-repeat: repeat-y; }
.jstree-gsp-large.jstree-rtl .jstree-last { background: transparent; }
.jstree-gsp-large.jstree-rtl .jstree-open > .jstree-ocl { background-position: -128px -32px; }
.jstree-gsp-large.jstree-rtl .jstree-closed > .jstree-ocl { background-position: -96px -32px; }
.jstree-gsp-large.jstree-rtl .jstree-leaf > .jstree-ocl { background-position: -64px -32px; }
.jstree-gsp-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-gsp-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: transparent; }
.jstree-gsp-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -32px -32px; }
.jstree-gsp-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: 0px -32px; }
.jstree-gsp-large .jstree-themeicon-custom { background-color: transparent; background-image: none; background-position: 0 0; }
.jstree-gsp-large > .jstree-container-ul .jstree-loading > .jstree-ocl { background: url("throbber.gif") center center no-repeat; }
.jstree-gsp-large .jstree-file { background: url("32px.png") -96px -64px no-repeat; }
.jstree-gsp-large .jstree-folder { background: url("32px.png") -256px 0px no-repeat; }
.jstree-gsp-large > .jstree-container-ul > .jstree-node { margin-left: 0; margin-right: 0; }
#jstree-dnd.jstree-gsp-large { line-height: 32px; padding: 0 4px; }
    #jstree-dnd.jstree-gsp-large .jstree-ok,
    #jstree-dnd.jstree-gsp-large .jstree-er { background-image: url("32px.png"); background-repeat: no-repeat; background-color: transparent; }
    #jstree-dnd.jstree-gsp-large i { background: transparent; width: 32px; height: 32px; line-height: 32px; }
    #jstree-dnd.jstree-gsp-large .jstree-ok { background-position: 0px -64px; }
    #jstree-dnd.jstree-gsp-large .jstree-er { background-position: -32px -64px; }
.jstree-gsp-large .jstree-ellipsis { overflow: hidden; }
    .jstree-gsp-large .jstree-ellipsis .jstree-anchor { width: calc(100% - 37px); text-overflow: ellipsis; overflow: hidden; }
    .jstree-gsp-large .jstree-ellipsis.jstree-no-icons .jstree-anchor { width: calc(100% - 5px); }
.jstree-gsp-large.jstree-rtl .jstree-node { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }
.jstree-gsp-large.jstree-rtl .jstree-last { background: transparent; }


/* Responsive theme CSS deleted (not used in GSP) */

.jstree-gsp > .jstree-container-ul > .jstree-node { margin-left: 0; margin-right: 0; }

/* Custom jstree styles */
.jstree-gsp .jstree-checkbox-hidden > a > .jstree-checkbox { display: none; }
.jstree-gsp .jstree-disabled.jstree-hovered { color: #353535; cursor: default; }

/* AutoSuggest CSS - Version 1.2 */

ul.as-selections { list-style-type: none; border: none; padding: 4px 0 4px 2px; margin: 0; overflow: auto; background-color: #f2f2f2; border-radius: 8px; }
    ul.as-selections.loading { background-color: #f2f2f2; }
    ul.as-selections li { float: left; margin: 1px 4px 3px 0; }

        ul.as-selections li.as-selection-item { color: rgb(0,0,0); font-size: 13px; text-shadow: 0 1px 1px rgb(255,255,255); background-color: rgb(230,230,230); /* e6e6e6 */ border: 1px solid rgb(167,167,167); /* a7a7a7*/ padding: 2px 7px 2px 10px; border-radius: 12px; box-shadow: 0 2px 2px #f2f2f2; }
            ul.as-selections li.as-selection-item:hover { cursor: pointer; }
            ul.as-selections li.as-selection-item:last-child { margin-left: 30px; }

            ul.as-selections li.as-selection-item a.as-close { float: right; margin: -3px 0 0 7px; padding: 0 2px; text-decoration: none; cursor: pointer; color: #747474; font-size: 18px; font-weight: bold; text-shadow: 0 1px 1px #000; }

            ul.as-selections li.as-selection-item.blur { }

                ul.as-selections li.as-selection-item.blur a.as-close { color: #747474; }
        ul.as-selections li:hover.as-selection-item { background-color: rgb(204,204,204); /* ccc */ border-color: rgb(84,84,84); /* 545454 */ border-top-color: rgb(129,129,129); /* 818181 */ }
        ul.as-selections li.as-selection-item.selected { border-color: rgb(84,84,84); /* 545454 */ background-color: rgb(204,204,204); /* ccc */ }
        ul.as-selections li.as-selection-item a:hover.as-close { color: #fff; font-weight: bold; }
        ul.as-selections li.as-original { margin-left: 0; padding: 2px 0 2px 0; }

            ul.as-selections li.as-original input { background-color: #a7a7a7; color: #151515; border: none; outline: none; font-size: 13px; width: 120px; height: 22px; padding-top: 3px; padding-left: 5px; border-radius: 12px; }

ul.as-list { position: absolute; list-style-type: none; margin: 2px 0 0 0; padding: 0; font-size: 14px; color: #000; background-color: #a7a7a7; background-color: rgba(74,74,74,0.95); z-index: 2; box-shadow: 0 2px 12px #f2f2f2; border-radius: 5px; }

li.as-result-item, li.as-message { margin: 0 0 0 0; padding: 5px 12px; background-color: transparent; border: 1px solid #a7a7a7; border-bottom: 1px solid #818181; cursor: pointer; border-radius: 5px; }

li:first-child.as-result-item { margin: 0; }
li.as-message { margin: 0; cursor: default; }
li.as-result-item.active { background-color: #818181; border-color: #a7a7a7; text-shadow: 0 1px 2px #fff; }
li.as-result-item em { font-style: normal; background: #f2f2f2; padding: 0 2px; color: #000; }
li.as-result-item.active em { background: #f2f2f2; color: #000; }

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.as-selections { border-top-width: 2px; }
        ul.as-selections li.as-selection-item { padding-top: 3px; padding-bottom: 3px; }
            ul.as-selections li.as-selection-item a.as-close { margin-top: -1px; }
        ul.as-selections li.as-original input { height: 19px; }
}

/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    ul.as-list { border: 1px solid #818181; }
    ul.as-selections li.as-selection-item a.as-close { margin-left: 4px; margin-top: 0; }
}

/* Firefox 3.0 Hacks */
ul.as-list, x:-moz-any-link, x:default { border: 1px solid #818181; }
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { border: none; }
/* Target FF 3.5+ */
/* End AutoSuggest styles */

/* SlickGrid styles */

/* Custom SlickGrid styles for GSP */


/* End Custom SlickGrid styles for GSP */

/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/

.slick-header.ui-state-default, .slick-headerrow.ui-state-default, .slick-footerrow.ui-state-default { width: 100%; overflow: hidden; border-left: 0px !important; }
.slick-header-columns, .slick-headerrow-columns, .slick-footerrow-columns { position: relative; white-space: nowrap; cursor: default; overflow: hidden; }
.slick-header-column.ui-state-default { position: relative; display: inline-block; /*box-sizing: content-box !important; */ overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; min-height: 16px; /* GSP: Change from height to min-height */ line-height: 16px; margin: 0; padding: 4px; border-right: 1px solid silver; border-left: 0px !important; border-top: 0px !important; border-bottom: 0px !important; float: left; }
.slick-headerrow-column.ui-state-default, .slick-footerrow-column.ui-state-default { padding: 4px; }
.slick-header-column-sorted { font-style: italic; }
.slick-sort-indicator { display: inline-block; width: 8px; height: 5px; margin-left: 4px; margin-top: 6px; float: left; }
.slick-sort-indicator-desc { background: url(images/sort-desc.gif); }
.slick-sort-indicator-asc { background: url(images/sort-asc.gif); }
.slick-resizable-handle { position: absolute; font-size: 0.1px; display: block; cursor: col-resize; width: 4px; right: 0px; top: 0; height: 100%; }
.slick-sortable-placeholder { background: silver; }
.grid-canvas { position: relative; outline: 0; }
.slick-row.ui-widget-content, .slick-row.ui-state-active { position: absolute; border: 0px; width: 100%; }
.slick-cell, .slick-headerrow-column, .slick-footerrow-column { position: absolute; border: 1px solid transparent; border-right: 1px dotted silver; border-bottom-color: silver; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; vertical-align: middle; z-index: 1; padding: 1px 2px 2px 1px; margin: 0; white-space: nowrap; cursor: default; }
.slick-cell, .slick-headerrow-column { border-bottom-color: silver; }
.slick-footerrow-column { border-top-color: silver; }
.slick-group { }
.slick-group-toggle { display: inline-block; }
.slick-cell.highlighted { background: lightskyblue; background: rgba(0, 0, 255, 0.2); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.slick-cell.flashing { border: 1px solid red !important; }
.slick-cell.editable { z-index: 11; overflow: visible; background: white; border-color: black; border-style: solid; }
.slick-cell:focus { outline: none; }
.slick-reorder-proxy { display: inline-block; background: blue; opacity: 0.15; filter: alpha(opacity = 15); cursor: move; }
.slick-reorder-guide { display: inline-block; height: 2px; background: blue; opacity: 0.7; filter: alpha(opacity = 70); }
.slick-selection { z-index: 10; position: absolute; border: 2px dashed black; }

/* End SlickGrid styles */

/* RateIt styles */

div.rateit { display: -moz-inline-box; display: inline-block; position: relative; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; }
    div.rateit div.rateit-range { position: relative; display: -moz-inline-box; display: inline-block; background: url(../images/rateit/star.png); height: 16px; }
    div.rateit div.rateit-hover, div.rateit div.rateit-selected { position: absolute; left: 0px; }
    div.rateit div.rateit-hover-rtl, div.rateit div.rateit-selected-rtl { left: auto; right: 0px; }
    div.rateit div.rateit-hover { background: url(../images/rateit/star.png) left -32px; }
    div.rateit div.rateit-hover-rtl { background-position: right -32px; }
    div.rateit div.rateit-selected { background: url(../images/rateit/star.png) left -16px; }
    div.rateit div.rateit-selected-rtl { background-position: right -16px; }
    div.rateit div.rateit-preset { background: url(../images/rateit/star.png) left -48px; }
    div.rateit div.rateit-preset-rtl { background: url(../images/rateit/star.png) left -48px; }
    div.rateit div.rateit-reset { background: url(../images/rateit/delete.gif) 0 0; width: 16px; height: 16px; display: -moz-inline-box; display: inline-block; float: left; }
        div.rateit div.rateit-reset:hover { background-position: 0 -16px; }

/* End RateIt styles */

/* supersized styles */

/*

  Supersized - Fullscreen Slideshow jQuery Plugin
  Version : 3.2.7
  Site	: www.buildinternet.com/project/supersized
  
  Author	: Sam Dunn
  Company : One Mighty Roar (www.onemightyroar.com)
  License : MIT License / GPL License
  
*/
#supersized-loader { position: absolute; top: 50%; left: 50%; z-index: 0; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: url(../images/supersized/progress.gif) no-repeat center center; }

#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; z-index: -999; height: 100%; width: 100%; }
    #supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
    #supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; }
    /*Speed*/
    #supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }
    /*Quality*/

    #supersized li { display: block; list-style: none; z-index: -30; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: rgb(21,21,21); }
    #supersized a { width: 100%; height: 100%; display: block; }
    #supersized li.prevslide { z-index: -20; }
    #supersized li.activeslide { z-index: -10; }
    #supersized li.image-loading { background: rgb(21,21,21) url(../images/supersized/progress.gif) no-repeat center center; width: 100%; height: 100%; }
        #supersized li.image-loading img { visibility: hidden; }
    #supersized li.prevslide img, #supersized li.activeslide img { display: inline; }

/*

  Supersized - Fullscreen Slideshow jQuery Plugin
  Version : 3.2.7
  Site	: www.buildinternet.com/project/supersized
  
  Theme 	: Shutter 1.2
  Author	: Sam Dunn
  Company : One Mighty Roar (www.onemightyroar.com)
  License : MIT License / GPL License
  
*/

.ssControlsContainer ul { margin: 0; padding: 0; }
.ssControlsContainer img { border: none; }

/* Controls Bar
  ----------------------------*/
#controls-wrapper { margin: 0 auto; height: 42px; width: 100%; bottom: 0px; left: 0; z-index: 4; background: url(../images/supersized/nav-bg.png) repeat-x; position: fixed; }
#controls { overflow: hidden; height: 100%; position: relative; text-align: left; z-index: 5; }
#slidecounter { float: left; color: rgb(167,167,167); font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: #fff 0 -1px 0; margin: 0px 10px 0 15px; line-height: 42px; }
#slidecaption { overflow: hidden; float: left; color: rgb(255,255,255); font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: rgb(0,0,0) 1px 1px 2px; margin: 0 20px 0 0; line-height: 42px; }

#navigation { float: right; margin: 0px 20px 0 0; }
#play-button { float: left; margin-top: 1px; border-right: 1px solid rgb(53,53,53); background: url('../images/supersized/bg-hover.png') repeat-x 0 44px; }
    #play-button:hover { background-position: 0 1px; cursor: pointer; }

#stop-button { float: left; margin-top: 1px; padding: 10px; border-right: 1px solid rgb(53,53,53); background: url('../images/supersized/bg-hover.png') repeat-x 0 44px; }
    #stop-button:hover { background-position: 0 1px; cursor: pointer; }

#prevslide, #nextslide { position: absolute; height: 43px; width: 43px; top: 50%; margin-top: -21px; opacity: 0.6; }
#prevslide { left: 10px; background: url('../images/supersized/back.png'); }
#nextslide { right: 10px; background: url('../images/supersized/forward.png'); }
    #prevslide:active, #nextslide:active { margin-top: -19px; }
    #prevslide:hover, #nextslide:hover { cursor: pointer; }

ul#slide-list { display: none; padding: 15px 0; float: left; position: absolute; right: 55px; }
    ul#slide-list li { list-style: none; width: 12px; height: 12px; float: left; margin: 0 5px 0 0; }
        ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover { background-position: 0 0px; }
        ul#slide-list li a { display: block; width: 12px; height: 12px; background: url('../images/supersized/nav-dot.png') no-repeat 0 -24px; }
            ul#slide-list li a:hover { background-position: 0 -12px; cursor: pointer; }

#tray-button { float: right; margin-top: 1px; border-left: 1px solid rgb(53,53,53); background: url('../images/supersized/bg-hover.png') repeat-x 0 44px; }
    #tray-button:hover { background-position: 0 1px; cursor: pointer; }

@media screen and (min-width:800px) {
    ul#slide-list { display: block; }
}
/* Show the slide list, but only when the screen is large enough */

/* Progress Bar
  ----------------------------*/
#progress-back { z-index: 5; position: fixed; bottom: 42px; left: 0; height: 8px; width: 100%; background: url('../images/supersized/progress-back.png') repeat-x; }
#progress-bar { position: relative; height: 8px; width: 100%; background: url('../images/supersized/progress-bar.png') repeat-x; }


/* Thumbnail Navigation
  ----------------------------*/
#nextthumb, #prevthumb { z-index: 2; display: none; position: fixed; bottom: 61px; height: 75px; width: 100px; overflow: hidden; background: rgb(204,204,204); border: 1px solid rgb(255,255,255); }
#nextthumb { right: 12px; }
#prevthumb { left: 12px; }
    #nextthumb img, #prevthumb img { width: 150px; height: auto; }
    #nextthumb:active, #prevthumb:active { bottom: 59px; }
    #nextthumb:hover, #prevthumb:hover { cursor: pointer; }


/* Thumbnail Tray
  ----------------------------*/
#thumb-tray { position: fixed; z-index: 3; bottom: 0; left: 0; background: url(../images/supersized/bg-black.png); height: 150px; width: 100%; overflow: hidden; text-align: center; box-shadow: 0px 0px 4px rgb(0,0,0); }

#thumb-back, #thumb-forward { position: absolute; z-index: 5; bottom: 42px; height: 108px; width: 40px; }
#thumb-back { left: 0; background: url('../images/supersized/thumb-back.png') no-repeat center center; }
#thumb-forward { right: 0; background: url('../images/supersized/thumb-forward.png') no-repeat center center; }
    #thumb-back:hover, #thumb-forward:hover { cursor: pointer; background-color: rgb(255,255,255); background-color: rgba(255,255,255, 0.1); }

#thumb-back:hover { border-right: 1px solid rgb(255,255,255); border-right: 1px solid rgba(255,255,255, 0.2); }
#thumb-forward:hover { border-left: 1px solid rgb(255,255,255); border-left: 1px solid rgba(255,255,255, 0.2); }


ul#thumb-list { display: inline-block; list-style: none; position: relative; left: 0px; padding: 0 0px; }
    ul#thumb-list li { background: rgb(21,21,21); list-style: none; display: inline; width: 150px; height: 108px; overflow: hidden; float: left; margin: 0; }
        ul#thumb-list li img { width: 200px; height: auto; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
        ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
        ul#thumb-list li:hover { cursor: pointer; }

/* End supersized styles */

/* MultiSelect styles */

.ui-multiselect { padding: 2px 0 2px 4px; text-align: left; }
    .ui-multiselect span.ui-icon { float: right; }
.ui-multiselect-single .ui-multiselect-checkboxes input { position: absolute !important; top: auto !important; left: -9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding: 5px !important; }

.ui-multiselect-header { margin-bottom: 3px; padding: 3px 0 3px 4px; }
    .ui-multiselect-header ul { font-size: 0.9em; }
        .ui-multiselect-header ul li { float: left; padding: 0 10px 0 0; }
    .ui-multiselect-header a { text-decoration: none; }
        .ui-multiselect-header a:hover { text-decoration: underline; }
    .ui-multiselect-header span.ui-icon { float: left; }
    .ui-multiselect-header li.ui-multiselect-close { float: right; text-align: right; padding-right: 0; }

.ui-multiselect-menu { display: none; padding: 3px; position: absolute; z-index: 10000; text-align: left; }
.ui-multiselect-checkboxes { position: relative /* fixes bug in IE6/7 */; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
    .ui-multiselect-checkboxes label { cursor: default; display: block; border: 1px solid transparent; padding: 3px 1px; }
        .ui-multiselect-checkboxes label input { position: relative; top: 1px; }
    .ui-multiselect-checkboxes li { clear: both; font-size: 0.9em; padding-right: 3px; }
        .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align: center; font-weight: bold; border-bottom: 1px solid; }
            .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display: block; padding: 3px; margin: 1px 0; text-decoration: none; }

    /* remove label borders in IE6 because IE6 does not support transparency */
    * html .ui-multiselect-checkboxes label { border: none; }

/* End MultiSelect styles */

/* JQCloud styles */
div.jqcloud { font-size: 10px; line-height: normal; }
    div.jqcloud a { font-size: inherit; text-decoration: none; }
        div.jqcloud a:hover { color: #747474; }

    div.jqcloud span.w10 { font-size: 325%; }
    div.jqcloud span.w9 { font-size: 300%; }
    div.jqcloud span.w8 { font-size: 275%; }
    div.jqcloud span.w7 { font-size: 250%; }
    div.jqcloud span.w6 { font-size: 225%; }
    div.jqcloud span.w5 { font-size: 200%; }
    div.jqcloud span.w4 { font-size: 175%; }
    div.jqcloud span.w3 { font-size: 150%; }
    div.jqcloud span.w2 { font-size: 125%; }
    div.jqcloud span.w1 { font-size: 100%; }

div.jqcloud { overflow: hidden; position: relative; }
    div.jqcloud span { padding: 0; }

/* End JQCloud styles */

/* Font Awesome */

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url('../../../fonts/fontawesome-webfont.eot?v=4.4.0'); src: url('../../../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-fw { width: 1.28571429em; text-align: center; }
.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }
    .fa-ul > li { position: relative; }
.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; }
    .fa-li.fa-lg { left: -1.85714286em; }
.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; }
.fa-pull-left { float: left; }
.fa-pull-right { float: right; }
.fa.fa-pull-left { margin-right: .3em; }
.fa.fa-pull-right { margin-left: .3em; }
/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }
.fa.pull-left { margin-right: .3em; }
.fa.pull-right { margin-left: .3em; }
.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }
.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8,end); animation: fa-spin 1s infinite steps(8,end); }

@-webkit-keyframes fa-spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

@keyframes fa-spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

.fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
.fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }
.fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical { filter: none; }
.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }
.fa-stack-1x,
.fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-inverse { color: #000fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before { content: "\f000"; }
.fa-music:before { content: "\f001"; }
.fa-search:before { content: "\f002"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-user:before { content: "\f007"; }
.fa-film:before { content: "\f008"; }
.fa-th-large:before { content: "\f009"; }
.fa-th:before { content: "\f00a"; }
.fa-th-list:before { content: "\f00b"; }
.fa-check:before { content: "\f00c"; }
.fa-remove:before,
.fa-close:before,
.fa-times:before { content: "\f00d"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-search-minus:before { content: "\f010"; }
.fa-power-off:before { content: "\f011"; }
.fa-signal:before { content: "\f012"; }
.fa-gear:before,
.fa-cog:before { content: "\f013"; }
.fa-trash-o:before { content: "\f014"; }
.fa-home:before { content: "\f015"; }
.fa-file-o:before { content: "\f016"; }
.fa-clock-o:before { content: "\f017"; }
.fa-road:before { content: "\f018"; }
.fa-download:before { content: "\f019"; }
.fa-arrow-circle-o-down:before { content: "\f01a"; }
.fa-arrow-circle-o-up:before { content: "\f01b"; }
.fa-inbox:before { content: "\f01c"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-rotate-right:before,
.fa-repeat:before { content: "\f01e"; }
.fa-refresh:before { content: "\f021"; }
.fa-list-alt:before { content: "\f022"; }
.fa-lock:before { content: "\f023"; }
.fa-flag:before { content: "\f024"; }
.fa-headphones:before { content: "\f025"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-up:before { content: "\f028"; }
.fa-qrcode:before { content: "\f029"; }
.fa-barcode:before { content: "\f02a"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-book:before { content: "\f02d"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-print:before { content: "\f02f"; }
.fa-camera:before { content: "\f030"; }
.fa-font:before { content: "\f031"; }
.fa-bold:before { content: "\f032"; }
.fa-italic:before { content: "\f033"; }
.fa-text-height:before { content: "\f034"; }
.fa-text-width:before { content: "\f035"; }
.fa-align-left:before { content: "\f036"; }
.fa-align-center:before { content: "\f037"; }
.fa-align-right:before { content: "\f038"; }
.fa-align-justify:before { content: "\f039"; }
.fa-list:before { content: "\f03a"; }
.fa-dedent:before,
.fa-outdent:before { content: "\f03b"; }
.fa-indent:before { content: "\f03c"; }
.fa-video-camera:before { content: "\f03d"; }
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before { content: "\f03e"; }
.fa-pencil:before { content: "\f040"; }
.fa-map-marker:before { content: "\f041"; }
.fa-adjust:before { content: "\f042"; }
.fa-tint:before { content: "\f043"; }
.fa-edit:before,
.fa-pencil-square-o:before { content: "\f044"; }
.fa-share-square-o:before { content: "\f045"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-arrows:before { content: "\f047"; }
.fa-step-backward:before { content: "\f048"; }
.fa-fast-backward:before { content: "\f049"; }
.fa-backward:before { content: "\f04a"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f04e"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-step-forward:before { content: "\f051"; }
.fa-eject:before { content: "\f052"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-times-circle:before { content: "\f057"; }
.fa-check-circle:before { content: "\f058"; }
.fa-question-circle:before { content: "\f059"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-crosshairs:before { content: "\f05b"; }
.fa-times-circle-o:before { content: "\f05c"; }
.fa-check-circle-o:before { content: "\f05d"; }
.fa-ban:before { content: "\f05e"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-mail-forward:before,
.fa-share:before { content: "\f064"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-asterisk:before { content: "\f069"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-gift:before { content: "\f06b"; }
.fa-leaf:before { content: "\f06c"; }
.fa-fire:before { content: "\f06d"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-warning:before,
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-plane:before { content: "\f072"; }
.fa-calendar:before { content: "\f073"; }
.fa-random:before { content: "\f074"; }
.fa-comment:before { content: "\f075"; }
.fa-magnet:before { content: "\f076"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-retweet:before { content: "\f079"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-arrows-v:before { content: "\f07d"; }
.fa-arrows-h:before { content: "\f07e"; }
.fa-bar-chart-o:before,
.fa-bar-chart:before { content: "\f080"; }
.fa-twitter-square:before { content: "\f081"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-camera-retro:before { content: "\f083"; }
.fa-key:before { content: "\f084"; }
.fa-gears:before,
.fa-cogs:before { content: "\f085"; }
.fa-comments:before { content: "\f086"; }
.fa-thumbs-o-up:before { content: "\f087"; }
.fa-thumbs-o-down:before { content: "\f088"; }
.fa-star-half:before { content: "\f089"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-linkedin-square:before { content: "\f08c"; }
.fa-thumb-tack:before { content: "\f08d"; }
.fa-external-link:before { content: "\f08e"; }
.fa-sign-in:before { content: "\f090"; }
.fa-trophy:before { content: "\f091"; }
.fa-github-square:before { content: "\f092"; }
.fa-upload:before { content: "\f093"; }
.fa-lemon-o:before { content: "\f094"; }
.fa-phone:before { content: "\f095"; }
.fa-square-o:before { content: "\f096"; }
.fa-bookmark-o:before { content: "\f097"; }
.fa-phone-square:before { content: "\f098"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook-f:before,
.fa-facebook:before { content: "\f09a"; }
.fa-github:before { content: "\f09b"; }
.fa-unlock:before { content: "\f09c"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-feed:before,
.fa-rss:before { content: "\f09e"; }
.fa-hdd-o:before { content: "\f0a0"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-bell:before { content: "\f0f3"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-hand-o-right:before { content: "\f0a4"; }
.fa-hand-o-left:before { content: "\f0a5"; }
.fa-hand-o-up:before { content: "\f0a6"; }
.fa-hand-o-down:before { content: "\f0a7"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-globe:before { content: "\f0ac"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-filter:before { content: "\f0b0"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-arrows-alt:before { content: "\f0b2"; }
.fa-group:before,
.fa-users:before { content: "\f0c0"; }
.fa-chain:before,
.fa-link:before { content: "\f0c1"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-flask:before { content: "\f0c3"; }
.fa-cut:before,
.fa-scissors:before { content: "\f0c4"; }
.fa-copy:before,
.fa-files-o:before { content: "\f0c5"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-save:before,
.fa-floppy-o:before { content: "\f0c7"; }
.fa-square:before { content: "\f0c8"; }
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before { content: "\f0c9"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-strikethrough:before { content: "\f0cc"; }
.fa-underline:before { content: "\f0cd"; }
.fa-table:before { content: "\f0ce"; }
.fa-magic:before { content: "\f0d0"; }
.fa-truck:before { content: "\f0d1"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-pinterest-square:before { content: "\f0d3"; }
.fa-google-plus-square:before { content: "\f0d4"; }
.fa-google-plus:before { content: "\f0d5"; }
.fa-money:before { content: "\f0d6"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-columns:before { content: "\f0db"; }
.fa-unsorted:before,
.fa-sort:before { content: "\f0dc"; }
.fa-sort-down:before,
.fa-sort-desc:before { content: "\f0dd"; }
.fa-sort-up:before,
.fa-sort-asc:before { content: "\f0de"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-rotate-left:before,
.fa-undo:before { content: "\f0e2"; }
.fa-legal:before,
.fa-gavel:before { content: "\f0e3"; }
.fa-dashboard:before,
.fa-tachometer:before { content: "\f0e4"; }
.fa-comment-o:before { content: "\f0e5"; }
.fa-comments-o:before { content: "\f0e6"; }
.fa-flash:before,
.fa-bolt:before { content: "\f0e7"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-paste:before,
.fa-clipboard:before { content: "\f0ea"; }
.fa-lightbulb-o:before { content: "\f0eb"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-cloud-download:before { content: "\f0ed"; }
.fa-cloud-upload:before { content: "\f0ee"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-suitcase:before { content: "\f0f2"; }
.fa-bell-o:before { content: "\f0a2"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-cutlery:before { content: "\f0f5"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-building-o:before { content: "\f0f7"; }
.fa-hospital-o:before { content: "\f0f8"; }
.fa-ambulance:before { content: "\f0f9"; }
.fa-medkit:before { content: "\f0fa"; }
.fa-fighter-jet:before { content: "\f0fb"; }
.fa-beer:before { content: "\f0fc"; }
.fa-h-square:before { content: "\f0fd"; }
.fa-plus-square:before { content: "\f0fe"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-angle-double-up:before { content: "\f102"; }
.fa-angle-double-down:before { content: "\f103"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-down:before { content: "\f107"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-tablet:before { content: "\f10a"; }
.fa-mobile-phone:before,
.fa-mobile:before { content: "\f10b"; }
.fa-circle-o:before { content: "\f10c"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-quote-right:before { content: "\f10e"; }
.fa-spinner:before { content: "\f110"; }
.fa-circle:before { content: "\f111"; }
.fa-mail-reply:before,
.fa-reply:before { content: "\f112"; }
.fa-github-alt:before { content: "\f113"; }
.fa-folder-o:before { content: "\f114"; }
.fa-folder-open-o:before { content: "\f115"; }
.fa-smile-o:before { content: "\f118"; }
.fa-frown-o:before { content: "\f119"; }
.fa-meh-o:before { content: "\f11a"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-keyboard-o:before { content: "\f11c"; }
.fa-flag-o:before { content: "\f11d"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-terminal:before { content: "\f120"; }
.fa-code:before { content: "\f121"; }
.fa-mail-reply-all:before,
.fa-reply-all:before { content: "\f122"; }
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before { content: "\f123"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-crop:before { content: "\f125"; }
.fa-code-fork:before { content: "\f126"; }
.fa-unlink:before,
.fa-chain-broken:before { content: "\f127"; }
.fa-question:before { content: "\f128"; }
.fa-info:before { content: "\f129"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-superscript:before { content: "\f12b"; }
.fa-subscript:before { content: "\f12c"; }
.fa-eraser:before { content: "\f12d"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-shield:before { content: "\f132"; }
.fa-calendar-o:before { content: "\f133"; }
.fa-fire-extinguisher:before { content: "\f134"; }
.fa-rocket:before { content: "\f135"; }
.fa-maxcdn:before { content: "\f136"; }
.fa-chevron-circle-left:before { content: "\f137"; }
.fa-chevron-circle-right:before { content: "\f138"; }
.fa-chevron-circle-up:before { content: "\f139"; }
.fa-chevron-circle-down:before { content: "\f13a"; }
.fa-html5:before { content: "\f13b"; }
.fa-css3:before { content: "\f13c"; }
.fa-anchor:before { content: "\f13d"; }
.fa-unlock-alt:before { content: "\f13e"; }
.fa-bullseye:before { content: "\f140"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-rss-square:before { content: "\f143"; }
.fa-play-circle:before { content: "\f144"; }
.fa-ticket:before { content: "\f145"; }
.fa-minus-square:before { content: "\f146"; }
.fa-minus-square-o:before { content: "\f147"; }
.fa-level-up:before { content: "\f148"; }
.fa-level-down:before { content: "\f149"; }
.fa-check-square:before { content: "\f14a"; }
.fa-pencil-square:before { content: "\f14b"; }
.fa-external-link-square:before { content: "\f14c"; }
.fa-share-square:before { content: "\f14d"; }
.fa-compass:before { content: "\f14e"; }
.fa-toggle-down:before,
.fa-caret-square-o-down:before { content: "\f150"; }
.fa-toggle-up:before,
.fa-caret-square-o-up:before { content: "\f151"; }
.fa-toggle-right:before,
.fa-caret-square-o-right:before { content: "\f152"; }
.fa-euro:before,
.fa-eur:before { content: "\f153"; }
.fa-gbp:before { content: "\f154"; }
.fa-dollar:before,
.fa-usd:before { content: "\f155"; }
.fa-rupee:before,
.fa-inr:before { content: "\f156"; }
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before { content: "\f157"; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before { content: "\f158"; }
.fa-won:before,
.fa-krw:before { content: "\f159"; }
.fa-bitcoin:before,
.fa-btc:before { content: "\f15a"; }
.fa-file:before { content: "\f15b"; }
.fa-file-text:before { content: "\f15c"; }
.fa-sort-alpha-asc:before { content: "\f15d"; }
.fa-sort-alpha-desc:before { content: "\f15e"; }
.fa-sort-amount-asc:before { content: "\f160"; }
.fa-sort-amount-desc:before { content: "\f161"; }
.fa-sort-numeric-asc:before { content: "\f162"; }
.fa-sort-numeric-desc:before { content: "\f163"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-youtube-square:before { content: "\f166"; }
.fa-youtube:before { content: "\f167"; }
.fa-xing:before { content: "\f168"; }
.fa-xing-square:before { content: "\f169"; }
.fa-youtube-play:before { content: "\f16a"; }
.fa-dropbox:before { content: "\f16b"; }
.fa-stack-overflow:before { content: "\f16c"; }
.fa-instagram:before { content: "\f16d"; }
.fa-flickr:before { content: "\f16e"; }
.fa-adn:before { content: "\f170"; }
.fa-bitbucket:before { content: "\f171"; }
.fa-bitbucket-square:before { content: "\f172"; }
.fa-tumblr:before { content: "\f173"; }
.fa-tumblr-square:before { content: "\f174"; }
.fa-long-arrow-down:before { content: "\f175"; }
.fa-long-arrow-up:before { content: "\f176"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-apple:before { content: "\f179"; }
.fa-windows:before { content: "\f17a"; }
.fa-android:before { content: "\f17b"; }
.fa-linux:before { content: "\f17c"; }
.fa-dribbble:before { content: "\f17d"; }
.fa-skype:before { content: "\f17e"; }
.fa-foursquare:before { content: "\f180"; }
.fa-trello:before { content: "\f181"; }
.fa-female:before { content: "\f182"; }
.fa-male:before { content: "\f183"; }
.fa-gittip:before,
.fa-gratipay:before { content: "\f184"; }
.fa-sun-o:before { content: "\f185"; }
.fa-moon-o:before { content: "\f186"; }
.fa-archive:before { content: "\f187"; }
.fa-bug:before { content: "\f188"; }
.fa-vk:before { content: "\f189"; }
.fa-weibo:before { content: "\f18a"; }
.fa-renren:before { content: "\f18b"; }
.fa-pagelines:before { content: "\f18c"; }
.fa-stack-exchange:before { content: "\f18d"; }
.fa-arrow-circle-o-right:before { content: "\f18e"; }
.fa-arrow-circle-o-left:before { content: "\f190"; }
.fa-toggle-left:before,
.fa-caret-square-o-left:before { content: "\f191"; }
.fa-dot-circle-o:before { content: "\f192"; }
.fa-wheelchair:before { content: "\f193"; }
.fa-vimeo-square:before { content: "\f194"; }
.fa-turkish-lira:before,
.fa-try:before { content: "\f195"; }
.fa-plus-square-o:before { content: "\f196"; }
.fa-space-shuttle:before { content: "\f197"; }
.fa-slack:before { content: "\f198"; }
.fa-envelope-square:before { content: "\f199"; }
.fa-wordpress:before { content: "\f19a"; }
.fa-openid:before { content: "\f19b"; }
.fa-institution:before,
.fa-bank:before,
.fa-university:before { content: "\f19c"; }
.fa-mortar-board:before,
.fa-graduation-cap:before { content: "\f19d"; }
.fa-yahoo:before { content: "\f19e"; }
.fa-google:before { content: "\f1a0"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-reddit-square:before { content: "\f1a2"; }
.fa-stumbleupon-circle:before { content: "\f1a3"; }
.fa-stumbleupon:before { content: "\f1a4"; }
.fa-delicious:before { content: "\f1a5"; }
.fa-digg:before { content: "\f1a6"; }
.fa-pied-piper:before { content: "\f1a7"; }
.fa-pied-piper-alt:before { content: "\f1a8"; }
.fa-drupal:before { content: "\f1a9"; }
.fa-joomla:before { content: "\f1aa"; }
.fa-language:before { content: "\f1ab"; }
.fa-fax:before { content: "\f1ac"; }
.fa-building:before { content: "\f1ad"; }
.fa-child:before { content: "\f1ae"; }
.fa-paw:before { content: "\f1b0"; }
.fa-spoon:before { content: "\f1b1"; }
.fa-cube:before { content: "\f1b2"; }
.fa-cubes:before { content: "\f1b3"; }
.fa-behance:before { content: "\f1b4"; }
.fa-behance-square:before { content: "\f1b5"; }
.fa-steam:before { content: "\f1b6"; }
.fa-steam-square:before { content: "\f1b7"; }
.fa-recycle:before { content: "\f1b8"; }
.fa-automobile:before,
.fa-car:before { content: "\f1b9"; }
.fa-cab:before,
.fa-taxi:before { content: "\f1ba"; }
.fa-tree:before { content: "\f1bb"; }
.fa-spotify:before { content: "\f1bc"; }
.fa-deviantart:before { content: "\f1bd"; }
.fa-soundcloud:before { content: "\f1be"; }
.fa-database:before { content: "\f1c0"; }
.fa-file-pdf-o:before { content: "\f1c1"; }
.fa-file-word-o:before { content: "\f1c2"; }
.fa-file-excel-o:before { content: "\f1c3"; }
.fa-file-powerpoint-o:before { content: "\f1c4"; }
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before { content: "\f1c5"; }
.fa-file-zip-o:before,
.fa-file-archive-o:before { content: "\f1c6"; }
.fa-file-sound-o:before,
.fa-file-audio-o:before { content: "\f1c7"; }
.fa-file-movie-o:before,
.fa-file-video-o:before { content: "\f1c8"; }
.fa-file-code-o:before { content: "\f1c9"; }
.fa-vine:before { content: "\f1ca"; }
.fa-codepen:before { content: "\f1cb"; }
.fa-jsfiddle:before { content: "\f1cc"; }
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before { content: "\f1cd"; }
.fa-circle-o-notch:before { content: "\f1ce"; }
.fa-ra:before,
.fa-rebel:before { content: "\f1d0"; }
.fa-ge:before,
.fa-empire:before { content: "\f1d1"; }
.fa-git-square:before { content: "\f1d2"; }
.fa-git:before { content: "\f1d3"; }
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before { content: "\f1d4"; }
.fa-tencent-weibo:before { content: "\f1d5"; }
.fa-qq:before { content: "\f1d6"; }
.fa-wechat:before,
.fa-weixin:before { content: "\f1d7"; }
.fa-send:before,
.fa-paper-plane:before { content: "\f1d8"; }
.fa-send-o:before,
.fa-paper-plane-o:before { content: "\f1d9"; }
.fa-history:before { content: "\f1da"; }
.fa-circle-thin:before { content: "\f1db"; }
.fa-header:before { content: "\f1dc"; }
.fa-paragraph:before { content: "\f1dd"; }
.fa-sliders:before { content: "\f1de"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-share-alt-square:before { content: "\f1e1"; }
.fa-bomb:before { content: "\f1e2"; }
.fa-soccer-ball-o:before,
.fa-futbol-o:before { content: "\f1e3"; }
.fa-tty:before { content: "\f1e4"; }
.fa-binoculars:before { content: "\f1e5"; }
.fa-plug:before { content: "\f1e6"; }
.fa-slideshare:before { content: "\f1e7"; }
.fa-twitch:before { content: "\f1e8"; }
.fa-yelp:before { content: "\f1e9"; }
.fa-newspaper-o:before { content: "\f1ea"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-google-wallet:before { content: "\f1ee"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-discover:before { content: "\f1f2"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-stripe:before { content: "\f1f5"; }
.fa-bell-slash:before { content: "\f1f6"; }
.fa-bell-slash-o:before { content: "\f1f7"; }
.fa-trash:before { content: "\f1f8"; }
.fa-copyright:before { content: "\f1f9"; }
.fa-at:before { content: "\f1fa"; }
.fa-eyedropper:before { content: "\f1fb"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-birthday-cake:before { content: "\f1fd"; }
.fa-area-chart:before { content: "\f1fe"; }
.fa-pie-chart:before { content: "\f200"; }
.fa-line-chart:before { content: "\f201"; }
.fa-lastfm:before { content: "\f202"; }
.fa-lastfm-square:before { content: "\f203"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-bicycle:before { content: "\f206"; }
.fa-bus:before { content: "\f207"; }
.fa-ioxhost:before { content: "\f208"; }
.fa-angellist:before { content: "\f209"; }
.fa-cc:before { content: "\f20a"; }
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before { content: "\f20b"; }
.fa-meanpath:before { content: "\f20c"; }
.fa-buysellads:before { content: "\f20d"; }
.fa-connectdevelop:before { content: "\f20e"; }
.fa-dashcube:before { content: "\f210"; }
.fa-forumbee:before { content: "\f211"; }
.fa-leanpub:before { content: "\f212"; }
.fa-sellsy:before { content: "\f213"; }
.fa-shirtsinbulk:before { content: "\f214"; }
.fa-simplybuilt:before { content: "\f215"; }
.fa-skyatlas:before { content: "\f216"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-cart-arrow-down:before { content: "\f218"; }
.fa-diamond:before { content: "\f219"; }
.fa-ship:before { content: "\f21a"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-motorcycle:before { content: "\f21c"; }
.fa-street-view:before { content: "\f21d"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-venus:before { content: "\f221"; }
.fa-mars:before { content: "\f222"; }
.fa-mercury:before { content: "\f223"; }
.fa-intersex:before,
.fa-transgender:before { content: "\f224"; }
.fa-transgender-alt:before { content: "\f225"; }
.fa-venus-double:before { content: "\f226"; }
.fa-mars-double:before { content: "\f227"; }
.fa-venus-mars:before { content: "\f228"; }
.fa-mars-stroke:before { content: "\f229"; }
.fa-mars-stroke-v:before { content: "\f22a"; }
.fa-mars-stroke-h:before { content: "\f22b"; }
.fa-neuter:before { content: "\f22c"; }
.fa-genderless:before { content: "\f22d"; }
.fa-facebook-official:before { content: "\f230"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-server:before { content: "\f233"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-times:before { content: "\f235"; }
.fa-hotel:before,
.fa-bed:before { content: "\f236"; }
.fa-viacoin:before { content: "\f237"; }
.fa-train:before { content: "\f238"; }
.fa-subway:before { content: "\f239"; }
.fa-medium:before { content: "\f23a"; }
.fa-yc:before,
.fa-y-combinator:before { content: "\f23b"; }
.fa-optin-monster:before { content: "\f23c"; }
.fa-opencart:before { content: "\f23d"; }
.fa-expeditedssl:before { content: "\f23e"; }
.fa-battery-4:before,
.fa-battery-full:before { content: "\f240"; }
.fa-battery-3:before,
.fa-battery-three-quarters:before { content: "\f241"; }
.fa-battery-2:before,
.fa-battery-half:before { content: "\f242"; }
.fa-battery-1:before,
.fa-battery-quarter:before { content: "\f243"; }
.fa-battery-0:before,
.fa-battery-empty:before { content: "\f244"; }
.fa-mouse-pointer:before { content: "\f245"; }
.fa-i-cursor:before { content: "\f246"; }
.fa-object-group:before { content: "\f247"; }
.fa-object-ungroup:before { content: "\f248"; }
.fa-sticky-note:before { content: "\f249"; }
.fa-sticky-note-o:before { content: "\f24a"; }
.fa-cc-jcb:before { content: "\f24b"; }
.fa-cc-diners-club:before { content: "\f24c"; }
.fa-clone:before { content: "\f24d"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-hourglass-o:before { content: "\f250"; }
.fa-hourglass-1:before,
.fa-hourglass-start:before { content: "\f251"; }
.fa-hourglass-2:before,
.fa-hourglass-half:before { content: "\f252"; }
.fa-hourglass-3:before,
.fa-hourglass-end:before { content: "\f253"; }
.fa-hourglass:before { content: "\f254"; }
.fa-hand-grab-o:before,
.fa-hand-rock-o:before { content: "\f255"; }
.fa-hand-stop-o:before,
.fa-hand-paper-o:before { content: "\f256"; }
.fa-hand-scissors-o:before { content: "\f257"; }
.fa-hand-lizard-o:before { content: "\f258"; }
.fa-hand-spock-o:before { content: "\f259"; }
.fa-hand-pointer-o:before { content: "\f25a"; }
.fa-hand-peace-o:before { content: "\f25b"; }
.fa-trademark:before { content: "\f25c"; }
.fa-registered:before { content: "\f25d"; }
.fa-creative-commons:before { content: "\f25e"; }
.fa-gg:before { content: "\f260"; }
.fa-gg-circle:before { content: "\f261"; }
.fa-tripadvisor:before { content: "\f262"; }
.fa-odnoklassniki:before { content: "\f263"; }
.fa-odnoklassniki-square:before { content: "\f264"; }
.fa-get-pocket:before { content: "\f265"; }
.fa-wikipedia-w:before { content: "\f266"; }
.fa-safari:before { content: "\f267"; }
.fa-chrome:before { content: "\f268"; }
.fa-firefox:before { content: "\f269"; }
.fa-opera:before { content: "\f26a"; }
.fa-internet-explorer:before { content: "\f26b"; }
.fa-tv:before,
.fa-television:before { content: "\f26c"; }
.fa-contao:before { content: "\f26d"; }
.fa-500px:before { content: "\f26e"; }
.fa-amazon:before { content: "\f270"; }
.fa-calendar-plus-o:before { content: "\f271"; }
.fa-calendar-minus-o:before { content: "\f272"; }
.fa-calendar-times-o:before { content: "\f273"; }
.fa-calendar-check-o:before { content: "\f274"; }
.fa-industry:before { content: "\f275"; }
.fa-map-pin:before { content: "\f276"; }
.fa-map-signs:before { content: "\f277"; }
.fa-map-o:before { content: "\f278"; }
.fa-map:before { content: "\f279"; }
.fa-commenting:before { content: "\f27a"; }
.fa-commenting-o:before { content: "\f27b"; }
.fa-houzz:before { content: "\f27c"; }
.fa-vimeo:before { content: "\f27d"; }
.fa-black-tie:before { content: "\f27e"; }
.fa-fonticons:before { content: "\f280"; }

/* End Font Awesome */

/* jquery.textareafullscreen.js */

.tx-editor-wrapper { position: relative; width: 100%; height: 350px; }
    .tx-editor-wrapper .tx-editor.expanded { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 500; }
    .tx-editor-wrapper .tx-editor { height: 100%; }
        .tx-editor-wrapper .tx-editor .tx-icon { position: absolute; right: 25px; top: 5px; cursor: pointer; z-index: 3; }
        .tx-editor-wrapper .tx-editor.expanded .tx-icon:before { content: "\f066"; }
        .tx-editor-wrapper .tx-editor:not(.expanded) .tx-icon:before { content: "\f065"; }
.tx-editor-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.7); z-index: 2; opacity: 0; }

/* End jquery.textareafullscreen.js */

/* Styles for varying screen sizes */
@media screen and (max-width:800px) {
    .gsp_ns .gsp_moContainer img, .gsp_ns .gsp_moContainer video { max-width: 98%; height: auto !important; }
    .gsp_ns .gsp_mvMediaView .gsp_mo_img { padding: 3px; }
}

@media screen and (max-width:750px) {
    .gsp_ns .gsp_tb_s_LeftPane { display: none; }
    .gsp_ns .gsp_tabContainer.gs_rbn_ctr { clear: both; }
    /*.gsp_ns .gs_rbn_tab li p { display: none; }*/
    .gsp_ns .gs_rbn_tab li a { padding: 3px 3px 3px 0; }
        .gsp_ns .gs_rbn_tab li a > span.fa { font-size: 2em; }
        .gsp_ns .gs_rbn_tab li a > span.fa-stack.gs_rbn_btn_stack { font-size: 1.5em; }
        .gsp_ns .gs_rbn_tab li a > span.fa-stack .fa-stack-2x { font-size: 1.5em; }
        .gsp_ns .gs_rbn_tab li a > span.fa-stack .fa-stack-1x { font-size: .8em; margin-top: -13%; }
            .gsp_ns .gs_rbn_tab li a > span.fa-stack .fa-stack-1x.gsp_fssss { font-size: .5em; }
        .gsp_ns .gs_rbn_tab li a > span.fa-lock.gsp_gold { font-size: 1em; }
    .gsp_ns .gs_rbn_tab .gs_rbn_mltpl_btn li a > span.fa { font-size: 1em; }
    .gsp_ns .gs_rbn_mltpl_btn_ctr.gs_rbn_mng_rtfp { max-width: 41px; }
    .gsp_ns .gs_rbn_mltpl_btn > li > a { padding: 5px 0; }
    .gsp_ns .gsp_standardTable td.gsp_col1 { white-space: normal; }
    .gsp_ns .gsp_tb_mobile { width: 100px; }
}

@media screen and (min-width:750px) {
    .gsp_ns .gsp_textbox { width: 400px; }
}
