/* themes/sanparks/css/screen.css */
/**
 * Gallery 3 Wind Theme Screen Styles
 *
 * @requires YUI reset, font, grids CSS
 *
 * Sheet organization:
 *   1)  Font sizes, base HTML elements
 *   2)  Reusable content blocks
 *   3)  Page layout containers
 *   4)  Content blocks in specific layout containers
 *   5)  States and interactions
 *   6)  Positioning and order
 *   7)  Navigation and menus
 *   8)  jQuery and jQuery UI
*/

/** *******************************************************************
 *  1) Font sizes, base HTML elements
 **********************************************************************/

p {
    margin-bottom: 1em;
}

em {
    font-style: oblique;
}


#g-dialog h1 {
    font-size: 1.1em;
}


#g-sidebar .g-block h2 {
    font-size: 1.2em;
}

#g-sidebar .g-block li {
    margin-bottom: .6em;
}



#g-sidebar,
.g-breadcrumbs {
}

#g-banner,
#g-footer,
.g-message {
    font-size: .8em;
}

#g-album-grid .g-item,
#g-item #g-photo,
#g-item #g-movie {
    font-size: .7em;
    list-style: none;
    margin: 3px;
}

/* Links ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



a:hover,
#g-dialog a:hover {
    text-decoration: underline;
}

.g-menu a:hover {
    text-decoration: none;
}

#g-dialog #g-action-status li {
    width: 434px;
    white-space: normal;
    padding-left: 32px;
}

/* Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.g-text li,
.g-text ul li {
    list-style-type: disc;
}

ol.g-text li,
.g-text ol li {
    list-style-type: decimal;
}

.g-text li,
.g-text li {
    margin-left: 1em;
}

/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form {
    margin: 0;
}

fieldset {
    /*
  border: 1px solid #ccc;
  padding: 0 1em .8em 1em;
    */
}

#g-banner fieldset,
#g-sidebar fieldset {
    border: none;
    padding: 0;
}

legend {
    font-weight: bold;
    margin: 0;
    padding: 0 .2em;
}

#g-banner legend,
#g-sidebar legend,
input[type="hidden"] {
    display: none;
}

input.textbox,
input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #e8e8e8;
    border-top-color: #ccc;
    border-left-color: #ccc;
    clear: both;
    color: #333;
    width: 50%;
}

textarea {
    height: 12em;
    width: 97%;
}

input:focus,
input.textbox:focus,
input[type=text]:focus,
textarea:focus,
option:focus {
    background-color: #ffc;
    color: #000;
}

input.checkbox,
input[type=checkbox],
input.radio,
input[type=radio] {
    float: left;
    margin-right: .4em;
}

/* Form layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form li {
    margin: 0;
    padding: 0 0 .2em 0;
}

form ul {
    margin-top: 0;
}

form ul ul {
    clear: both;
}

form ul ul li {
    float: left;
}

input,
select,
textarea {
    display: block;
    clear: both;
    padding: .2em;
}

input[type="submit"],
input[type="reset"] {
    display: inline;
    clear: none;
    float: left;
}

/* Forms in dialogs and panels ~~~~~~~~~ */

#g-dialog ul li {
    padding-bottom: .8em;
}

#g-dialog fieldset,
#g-panel fieldset {
    border: none;
    padding: 0;
}

#g-panel legend {
    display: none;
}

input[readonly] {
    background-color: #F4F4FC;
}

#g-dialog input.textbox,
#g-dialog input[type=text],
#g-dialog input[type=password],
#g-dialog textarea {
    width: 97%;
}

/* Short forms ~~~~~~~~~~~~~~~~~~~~~~~ */

.g-short-form legend,
.g-short-form label {
    display: none;
}

.g-short-form fieldset {
    border: none;
    padding: 0;
}

.g-short-form li {
    float: left;
    margin: 0 !important;
    padding: .4em 0;
}

.g-valign {
    margin-top: 10px;
}
.g-short-form .textbox,
.g-short-form input[type=text] {
    color: #666;
    padding: .3em .6em;
    width: 100%;
}

.g-short-form .textbox.g-error {
    border: 1px solid #f00;
    color: #f00;
    padding-left: 24px;
}

.g-short-form .g-cancel {
    display: block;
    margin: .3em .8em;
}

#g-sidebar .g-short-form li {
    padding-left: 0;
    padding-right: 0;
}

/* Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table {
    width: 100%;
}

#g-content table {
    margin: 0 0;
}

caption,
th {
    text-align: left;
}

th,
td {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: .5em;
}

td {
    vertical-align: top;
}

/* Text ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.g-text-small {
    font-size: .8em;
}

.g-text-med {
    font-size: 11px;
}

.g-text-big {
    font-size: 1.2em;
}

.g-text-right {
    text-align: right;
}

/** *******************************************************************
 *  2) Reusable content blocks
 *********************************************************************/

.g-block h2 {
    background-color: #e8e8e8;
    padding: .3em .8em;
}

.g-block-content {
    margin-top: 1em;
}

/** *******************************************************************
 *  3) Page layout containers
 *********************************************************************/

/* Dimension and scale ~~~~~~~~~~~~~~~~~~~ */

.g-one-quarter {
    width: 25%;
}

.g-one-third {
    width: 33%;
}

.g-one-half {
    width: 50%;
}

.g-two-thirds {
    width: 66%;
}

.g-three-quarters {
    width: 75%;
}

.g-whole {
    width: 100%;
}

/* View container ~~~~~~~~~~~~~~~~~~~~~~~~ */

.g-view {

}

/* Layout containers ~~~~~~~~~~~~~~~~~~~~~ */

#g-header {
    margin-bottom: 1em;
}

#g-banner {
    background-color: #e8e8e8;
    border-bottom: 1px solid #ccc;
    min-height: 5em;
    padding: 1em 20px;
    position: relative;
}

#g-content {
    position: relative;
}

h4
{
    margin: 0;
    padding: 0.5em 0.7em;
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: center;
    color: #00762E;
}


#g-sidebar {
    padding: 0 20px;
    width: 220px;
}

#g-footer {
    background-color: #e8e8e8;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 10px 20px;
}

/** *******************************************************************
 *  4) Content blocks in specific layout containers
 *********************************************************************/

/* Header  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-banner #g-quick-search-form {
    clear: right;
    float: right;
    margin-top: 1em;
}

#g-banner #g-quick-search-form input[type='text'] {
    width: 17em;
}

#g-content .g-block h2 {
    background-color: transparent;
    padding-left: 0;
}

/* Sidebar  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-sidebar .g-block-content {
    padding-left: 1em;
}

#g-sidebar #g-image-block {
    overflow: hidden;
}

/* Album content ~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-content #g-album-grid {
    margin: 0 0 ;
    position: relative;
}

#g-content #g-album-grid .g-item  {
    background-color: #fff;
    float: left;
    position: relative;
    text-align: center;
    /*width: 175px;
    height: 180px;*/
	width: 193px;
    min-height: 220px;


}

#g-content #g-album-grid .g-item h2 {
    margin: 5px 0;
}

#g-content .g-photo h2,
#g-content .g-item .g-metadata {
    display: none;
    margin-bottom: .6em;
}

#g-content #g-album-grid .g-album {
    border: solid 1px #CCC;
}

#g-content #g-album-grid .g-album h2 span.g-album {
    background: transparent url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-album.png') no-repeat top left;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}

#g-content #g-album-grid .g-hover-item {
    position: absolute !important;
    z-index: 1000 !important;
}

#g-content .g-hover-item h2,
#g-content .g-hover-item .g-metadata {
    display: block;
}

#g-content #g-album-grid #g-place-holder {
    position: relative;
    visibility: hidden;
    z-index: 1;
}

/* Search results ~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-content #g-search-results {
    margin-top: 1em;
    padding-top: 1em;
}

/* Individual photo content ~~~~~~~~~~~~~~ */

#g-item {
    position: relative;
    width: 100%;
}

#g-item #g-photo,
#g-item #g-movie {
    padding: 2.2em 0;
    position: relative;
}

#g-item img.g-resize,
#g-item a.g-movie {
    display: block;
    margin: 0 auto;
}

/* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-footer #g-credits li {
    padding-right: 1.2em;
}

/* In-line editing  ~~~~~~~~~~~~~~~~~~~~~~ */

#g-in-place-edit-message {
    background-color: #fff;
}

/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-edit-permissions-form td {
    background-image: none;
}

#g-edit-permissions-form fieldset {
    border: 1px solid #ccc;
}

#g-permissions .g-denied {
    background-color: #fcc;
}

#g-permissions .g-allowed {
    background-color: #cfc;
}

#g-permissions .g-breadcrumbs a {
    border: 1px solid #fff;
}

#g-permissions .g-active a {
    border: 1px solid #ddd;
    background: #eee;
}

/** *******************************************************************
 *  5) States and interactions
 **********************************************************************/

.g-active,
.g-enabled,
.g-available,
.g-selected,
.g-highlight {
    font-weight: bold;
}

.g-inactive,
.g-disabled,
.g-unavailable,
.g-uneditable,
.g-locked,
.g-deselected,
.g-understate {
    color: #ccc;
    font-weight: normal;
}

.g-editable {
    padding: .2em .3em;
}

.g-editable:hover {
    background-color: #ffc;
    cursor: text;
}

.g-error,
.g-info,
.g-success,
.g-warning {
    padding-left: 30px;
}

form li.g-error,
form li.g-info,
form li.g-success,
form li.g-warning {
    background-image: none;
    padding: .3em .8em .3em 0;
}

.g-short-form li.g-error {
    padding: .3em 0;
}

form.g-error input[type="text"],
li.g-error input[type="text"],
form.g-error input[type="password"],
li.g-error input[type="password"],
form.g-error input[type="checkbox"],
li.g-error input[type="checkbox"],
form.g-error input[type="radio"],
li.g-error input[type="radio"],
form.g-error textarea,
li.g-error textarea,
form.g-error select,
li.g-error select {
    border: 2px solid #f00;
    margin-bottom: .2em;
}

.g-error,
.g-denied,
tr.g-error td.g-error,
#g-add-photos-status .g-error {
    background: #f6cbca url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-error.png') no-repeat .4em 50%;
    color: #f00;
}

.g-info {
    /*background: #e8e8e8 url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-info.png') no-repeat .4em 50%;*/
}

.g-success,
.g-allowed,
#g-add-photos-status .g-success {
    background: #d9efc2 url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-success.png') no-repeat .4em 50%;
}

tr.g-success {
    background-image: none;
}

tr.g-success td.g-success {
    background-image: url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-success.png');
}

.g-warning,
tr.g-warning td.g-warning {
    background: #fcf9ce url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-warning.png') no-repeat .4em 50%;
}

form .g-error {
    background-color: #fff;
    padding-left: 20px;
}

.g-open {
}

.g-closed {
}

.g-installed {
    background-color: #eeeeee;
}

.g-default {
    background-color: #c5dbec;
    font-weight: bold;
}

.g-draggable {
    cursor: move;
}

.g-draggable:hover {
    border: 1px dashed #000;
}

.ui-sortable .g-target,
.ui-state-highlight {
    background-color: #fcf9ce;
    border: 2px dotted #999;
    height: 2em;
    margin: 1em 0;
}

/* Ajax loading indicator ~~~~~~~~~~~~~~~~ */

.g-loading-large,
.g-dialog-loading-large {
    background: #e8e8e8 url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/loading-large.gif') no-repeat center center !important;
}

.g-loading-small {
    background: #e8e8e8 url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/loading-small.gif') no-repeat center center !important;
}

/** *******************************************************************
 *  6) Positioning and order
 **********************************************************************/

.g-left {
    clear: none;
    float: left;
}

.g-right {
    clear: none;
    float: right;
}

.g-first {
}

.g-last {
}

.g-even {
    background-color: #fff;
}

.g-odd {
    background-color: #eee;
}

/** *******************************************************************
 *  7) Navigation and menus
 *********************************************************************/

/* Login menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-banner #g-login-menu {
    color: #999;
    float: right;
}

#g-banner #g-login-menu li {
    padding-left: 1.2em;
}

/* Site Menu  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-site-menu {
    bottom: 0;
    left: 140px;
    position: absolute;
}

#g-site-menu ul {
    margin-bottom: 0 !important;
}

/* Context Menu  ~~~~~~~~~~~~~~~~~~~~~~~~~ */

.g-context-menu {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
}

.g-item .g-context-menu {
    display: none;
    margin-top: 2em;
    width: 100%;
}

#g-item .g-context-menu ul {
    display: none;
}

.g-context-menu li {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.g-context-menu li a {
    display: block;
    line-height: 1.6em;
}

.g-hover-item .g-context-menu {
    display: block;
}

.g-hover-item .g-context-menu li {
    text-align: left;
}

.g-hover-item .g-context-menu a:hover {
    text-decoration: none;
}

/* View Menu  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-view-menu {
    margin-bottom: 1em;
}

#g-view-menu a {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 28px !important;
    width: 43px !important;
}

#g-view-menu #g-slideshow-link {
    background-image: url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-view-slideshow.png');
}

#g-view-menu .g-fullsize-link {
    background-image: url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-view-fullsize.png');
}

#g-view-menu #g-comments-link {
    background-image: url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-view-comments.png');
}

#g-view-menu #g-print-digibug-link {
    background-image: url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-print.png');
}

/** *******************************************************************
 *  8) jQuery and jQuery UI
 *********************************************************************/

/* Generic block container ~~~~~~~~~~~~~~~ */

.g-block {
    clear: both;
    margin-bottom: 2.5em;
}

.g-block-content {
}

/* Superfish menu overrides ~~~~~~~~~~~~~~ */

.sf-menu ul {
    width: 12em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 12em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 12em;
}

.sf-menu li li,
.sf-menu li li ul li {
    background-color: #bdd2ff;
}

.sf-menu li:hover {
    background-color: #dfe9ff;
}

/* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */

.ui-widget-overlay {
    background: #000;
    opacity: .7;
}

/* Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.g-button {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: .2em .4em;
}

.g-button,
.g-button:hover,
.g-button:active {
    cursor: pointer !important;
    outline: 0;
    text-decoration: none;
    -moz-outline-style: none;
}

button {
    padding: 2px 4px 2px 4px;
}

/* jQuery UI ThemeRoller buttons ~~~~~~~~~ */

.g-buttonset {
    padding-left: 1px;
}

.g-buttonset li {
    float: left;
}

.g-buttonset .g-button {
    margin: 0;
}

.ui-icon-left .ui-icon {
    float: left;
    margin-right: .2em;
}

.ui-icon-right .ui-icon {
    float: right;
    margin-left: .4em;
}

/* Rotate icon, ThemeRoller only provides one of these */

.ui-icon-rotate-ccw {
    background-position: -192px -64px;
}

.ui-icon-rotate-cw {
    background-position: -208px -64px;
}

.g-progress-bar {
    height: 1em;
    width: 100%;
    margin: .5em 0;
    display: inline-block;
}

/* Status and validation messages ~~~~ */

.g-message-block {
    background-position: .4em .3em;
    border: 1px solid #ccc;
    padding: 0;
}

#g-action-status {
    margin-bottom: 1em;
}

#g-action-status li,
p#g-action-status,
div#g-action-status {
    padding: .3em .3em .3em 30px;
}

#g-site-status li {
    border-bottom: 1px solid #ccc;
    padding: .3em .3em .3em 30px;
}

.g-module-status {
    clear: both;
    margin-bottom: 1em;
}

.g-message {
    background-position: 0 50%;
}

/* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.g-breadcrumbs {
    clear: both;

}

ul.g-breadcrumbs {
    margin: 0px !important;
}
.g-breadcrumbs li {
    list-style: none;
    background: transparent url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/ico-separator.gif') no-repeat scroll left center;
    float: left;
    padding: 1em 8px 1em 18px;

}

.g-breadcrumbs .g-first {
    background: none;
    padding-left: 0;
}

.g-breadcrumbs li a,
.g-breadcrumbs li span {
    display: block;
}

#g-dialog ul.g-breadcrumbs {
    margin-left: 0;
    padding-left: 0;
}


/* Dialogs and panels ~~~~~~~~~~~~~~~~~~ */

#g-dialog {
    text-align: left;
}

#g-dialog legend {
    display: none;
}

#g-dialog .g-cancel {
    margin: .4em 1em;
}

#g-panel {
    display: none;
    padding: 1em;
}

/* Inline layout  ~~~~~~~~~~ */

.g-inline li {
    float: left;
    margin-left: 1.8em;
    padding-left: 0 !important;
}

.g-inline li.g-first {
    margin-left: 0;
}

/* Autocomplete  ~~~~~~~~~~ */

.ac_loading {
    background: white url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/loading-small.gif') right center no-repeat !important;
}

#content {
    min-height: 56em !important;
}

/* Pagination ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.g-paginator {
    padding: 1.2em 100px;
    width: 100%;
    line-height: 22px;
	    text-align: center;
}
ul.g-paginator {
    margin: 0px !important;
}

.g-paginator li {
    float: left;
    list-style: none;
}

.g-paginator .g-info {
    background: none;
    padding: .2em 0;

}

/* Dialogs and panels ~~~~~~~~~~~~~~~~~~ */

#g-dialog {
    text-align: left;
}

#g-dialog legend {
    display: none;
}

#g-dialog .g-cancel {
    margin: .4em 1em;
}

#g-panel {
    display: none;
    padding: 1em;
}

/* Inline layout  ~~~~~~~~~~ */

.g-inline li {
    float: left;
    margin-left: 1.8em;
    padding-left: 0 !important;
}

.g-inline li.g-first {
    margin-left: 0;
}

/* Autocomplete  ~~~~~~~~~~ */

.ac_loading {
    background: white url('https://www.sanparks.org/gallery/themes/sanparks/css/../images/loading-small.gif') right center no-repeat !important;
}

ul.pages
{
    list-style:none;
    overflow: hidden;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    margin-top:20px;

}
ul.pages li{
    float: left;
    cursor: pointer;
    padding:3px;
    margin:0px;
    background-color: #C6FFC8;
    color:#00762E;
    font-weight: bold;
    width: 25px;
    line-height: 22px;
}

ul.pages .g-first{
    width: 165px;
    margin:0px;
    float: left;
    text-align: left;
}
ul.pages .g-text-right{
    width: 165px;
    margin:0px;
}
ul.pages .g-info{
    width: 187px;
        line-height: 26px;
}
ul.pages li.active{

    background-color:#14562D;
    color:#00762E;
}
ul.pages .current{

    background-color:#14562D;
    color:#FFFFFF;
}
.pagename {
    float: left;
    margin-top: 5px;
}


#paginationrow {
    width: 100%;

    text-align: left;
    line-height: 2em;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 20px;
}
#paginationrow h4 {

}







/* modules/gallery/css/gallery.css */
/**
 * Gallery 3 core module styles
 *
 * Sheet organization:
 *  1)  End-user
 *  2)  Admin
 *  3)  Right to left language styles
 */

/** *******************************************************************
 * 1) End-user
 **********************************************************************/

/* Uploader ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-add-photos-canvas,
#g-add-photos-status {
  width: 469px;
}

#g-add-photos-canvas {
  border: 1px solid  #ccc;
  height: 200px;
  margin: .5em 0;
  padding: 2.8em 0 0 0;
  overflow: auto;
  position: relative;
}

#g-add-photos-canvas object,
#g-add-photos-button {
  left: 90px;
  margin: .5em 0;
  padding: .4em 1em;
  position: absolute;
  top: 0;
  width: 300px;
}

#g-add-photos-canvas object {
  z-index: 100;
}

#g-add-photos-canvas .uploadifyQueue {
  margin-top: .5em;
}

#g-add-photos-canvas .uploadifyQueueItem {
  margin: 0;
}

#g-add-photos-button {
  z-index: 1;
}

#g-add-photos-status {
  border: 1px solid #ccc;
  height: 125px;
  margin: .4em 0;
  overflow: auto;
}

#g-add-photos-status .g-message-block {
  border: none;
}

#g-add-photos-status #g-action-status li {
  margin: 0 0 1px 0;
  padding-top: .7em;
  width: 433px;
}

#g-add-photos-form .g-breadcrumbs {
  margin: 0;
}

#g-add-photos-form p {
  margin-bottom: 0
}

#g-add-photos-status-message {
  float: right;
}

/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-edit-permissions-form {
  clear: both;
}

#g-edit-permissions-form th {
  text-align: center;
}

#g-permissions .g-denied,
#g-permissions .g-allowed {
  text-align: center;
  vertical-align: middle;
}

/* Move items ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-move ul {
  padding-left: 1em;
}

#g-move .selected {
  background: #999;
}

/* In-place edit ~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-in-place-edit-form ul {
  margin: 0;
}

/* User profile ~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-user-profile h1 {
  margin: 1em 0;
}

#g-user-profile .g-avatar {
  margin-right: .6em;
}

#g-user-profile .g-block {
  margin-top: 0;
}

#g-user-profile .g-block-content {
  margin-top: 0;
}

#g-user-profile th,
#g-user-profile td {
  border: none;
}

#g-user-profile th {
  white-space: nowrap;
  width: 1%;
}

/** *******************************************************************
 * 2) Admin
 **********************************************************************/

.g-task-log {
  border: 1px solid #000;
  height: 400px;
  margin: .6em 0;
  overflow: auto;
  padding: .4em
}

#g-languages-form table {
  width: 40%;
  margin: 0 3em 1em 0;
}

#g-languages-form input {
  clear: both;
}

#g-translations ol {
  margin: 0 0 1em 2em;
}
#g-translations ol li {
  list-style-type: decimal;
  line-height: 150%;
}

#g-translations .g-button {
  padding: .5em;
  margin-bottom: 1em;
}

/** *******************************************************************
 * 3) Right to left language styles
 **********************************************************************/

.rtl #g-add-photos-status #g-action-status li {
  width: 407px;
}

.rtl #g-block-admin .g-left {
  margin-left: 1em;
  margin-right: 0;
}

.rtl #g-user-profile .g-avatar {
  margin-left: .6em;
}

.rtl #g-languages-form table {
  margin: 0 0 1em 3em;
}

.rtl #g-translations ol {
  margin: 0 2em 1em 0;
}

.rtl #g-add-photos-status-message {
  float: left;
}

/* modules/user/css/user.css */
/* User- and group-related form width ~~~~ */

#g-login-form,
#g-add-user-form
#g-edit-user-form,
#g-delete-user-form,
#g-user-admin {
  width: 270px;
}

/* User/group admin ~~~~~~~~~~~~~~~~~~~~~~ */

#g-user-admin {
  width: auto;
  margin-bottom: 4em;
}

#g-group-admin {
}

#g-user-admin-list .g-admin {
  color: #55f;
  font-weight: bold;
}

.g-group {
  display: block;
  border: 1px solid #999;
  margin: 0 1em 1em 0;
  padding: 0;
  width: 200px;
}

.g-group h4 {
  background-color: #eee;
  border-bottom: 1px dashed #ccc;
  padding: .5em 0 .5em .5em;
}

.g-group .g-button {
  padding: 0;
}

.g-group .g-member-list,
.g-group div {
  height: 180px;
  margin: 1px;
  overflow: auto;
}

.g-group p {
  margin-top: 1em;
  padding: .5em;
  text-align: center;
}

.g-group .g-user {
  padding: .2em 0 0 .5em;
}

.g-group .g-user .g-button {
  vertical-align: middle;
}

.g-default-group h4,
.g-default-group .g-user {
  color: #999;
}

.g-group.ui-droppable {
  padding: 0 !important;
}

/* Password strength meter ~~~~~~~~~~~~~~~ */

.g-password-strength0 {
  background: url('https://www.sanparks.org/gallery/modules/user/css/../images/progressImg1.png') no-repeat 0 0;
  width: 138px;
  height: 7px;
}

.g-password-strength10 {
  background-position:0 -7px;
}

.g-password-strength20 {
  background-position:0 -14px;
}

.g-password-strength30 {
  background-position:0 -21px;
}

.g-password-strength40 {
  background-position:0 -28px;
}

.g-password-strength50 {
  background-position:0 -35px;
}

.g-password-strength60 {
  background-position:0 -42px;
}

.g-password-strength70 {
  background-position:0 -49px;
}

.g-password-strength80 {
  background-position:0 -56px;
}

.g-password-strength90 {
  background-position:0 -63px;
}

.g-password-strength100 {
  background-position:0 -70px;
}

/* lib/jquery.autocomplete.css */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('https://www.sanparks.org/gallery/lib/images/loading-small.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* modules/tag/css/tag.css */
/* Tag cloud ~~~~~~~~~~~~~~~~~~~~~~~ */

#g-tag-cloud ul {
  font-size: 1.2em;
  text-align: justify;
}

#g-tag-cloud ul li {
  display: inline;
  line-height: 1.5em;
  text-align: justify;
}

#g-tag-cloud ul li a {
  text-decoration: none;
}

#g-tag-cloud ul li span {
  display: none;
}

#g-tag-cloud ul li.size0 a {
  color: #9cf;
  font-size: 70%;
  font-weight: 100;
}

#g-tag-cloud ul li.size1 a {
  color: #9cf;
  font-size: 80%;
  font-weight: 100;
}

#g-tag-cloud ul li.size2 a {
  color: #69f;
  font-size: 90%;
  font-weight: 300;
}

#g-tag-cloud ul li.size3 a {
  color: #69c;
  font-size: 100%;
  font-weight: 500;
}

#g-tag-cloud ul li.size4 a {
  color: #369;
  font-size: 110%;
  font-weight: 700;
}

#g-tag-cloud ul li.size5 a {
  color: #0e2b52;
  font-size: 120%;
  font-weight: 900;
}

#g-tag-cloud ul li.size6 a {
  color: #0e2b52;
  font-size: 130%;
  font-weight: 900;
}

#g-tag-cloud ul li.size7 a {
  color: #0e2b52;
  font-size: 140%;
  font-weight: 900;
}

#g-tag-cloud ul li a:hover {
  color: #f30;
  text-decoration: underline;
}

/* Add tag form ~~~~~~~~~~~~~~~~~~~~ */

#g-sidebar .g-short-form .textbox {
  width: 11em;
}

/* Tag admin ~~~~~~~~~~~~~~~~~~~~~~~ */

#g-tag-admin {
  table-layout: fixed;
}

#g-tag-admin td {
  border: 0;
  vertical-align: top;
}

#g-tag-admin ul {
  margin-bottom: 2em;
}

#g-tag-admin li {
  padding: .1em 0 .2em 0;
}

#g-tag-admin form ul {
  margin-bottom: 0;
}

/* modules/html5_upload_progress/css/html5_upload_progress.css */
#g-add-photos-form input[type="file"] {
	margin-top: .2em;
}
#g-add-photos-form .g-message-block:empty {
	display: none;
}
#h5up-dropzone {
	border-radius: 2em;
	border: 10px solid #ccc;
	line-height: 3em;
	margin: .5em 0 .8em 0;
	text-align: center;
/*	background: radial-gradient(black 15%, transparent 16%) 0 0,
	            radial-gradient(black 15%, transparent 16%) 8px 8px,
	            radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	            radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	color: #fff;
	background-color:#282828;
	background-size:16px 16px;
*/

	background-color: #dcdcdc;
	background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
	background-image:         repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);

}
#h5up-dropzone.hover {
	border-color: #5382BF;
	background-color:#2E6E9E;
}
#h5up-dropzone p {
	margin: 10px;
	font-size: 14px;
}
#g-add-photos-form progress {
	width: 86%;
}
#g-add-photos-form .hidden {
	display: none !important;
}
#g-add-photos-form .close {
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.375em;
	line-height: .7;
	text-decoration: none !important;
	opacity: .3;
}
#g-add-photos-form .close:hover {
	text-decoration: none !important;
	opacity: .5;
}
#g-add-photos-canvas {
	padding: 0;
}
#g-add-photos-canvas .preview {
	width: 2.4em;
	height: 2.4em;
	position: relative;
	float: left;
	margin-right: .5em;
	background-color: rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
	        box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
}
#g-add-photos-canvas img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#g-add-photos-canvas {
	height: auto;
	max-height: 184px;
}
#g-add-photos-status {
	height: auto;
	max-height: 150px;
}
#g-add-photos-status-message {
	padding-top: 3px;
}

/* override */

#g-add-photos-form .g-message-block li {
	margin: 1px 0 0 0;
	padding: .3em .5em .3em 2em;
	float: none;
}

#g-add-photos-form .g-message-block li:first-child {
	margin-top: 0;
}

#g-add-photos-canvas.g-message-block li {
	padding-left: .5em;
}

