/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
*/


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background-color: white !important; }

body, button, input, select, textarea { font-family: 'Droid sans', sans-serif !important; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
*/

::-moz-selection { background: #feba19; color: #fff; text-shadow: none; }
::selection { background: #feba19; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #feb814; }
/*a:visited { color: #551a8b; }*/
a:hover { color: #6f78bf; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
*/

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
*/

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
*/

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
*/

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
*/

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
*/

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
*/

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== primary styles =====================================================
   Primary styles
   Author: Michel Weimerskirch
   ========================================================================== */

/* Override jQuery UI styles */
.ui-menubar li.current > a, .ui-menubar li.current_ancestor > a { background: #f5f8f9 url(lgs/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; color: #e09d00; }
.ui-menubar .ui-button { font-weight: bold; }
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Droid sans', sans-serif; font-size: 13px; }
.ui-widget .ui-state-error span { float: left; }
.ui-widget .ui-state-error p { margin: .5em .2em; }
.ui-menu { z-index: 100; }
.ui-menu .ui-menu-item a { color: #6f78bf; }
.ui-menu .ui-menu-item a:hover { color: #27328a; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 30px;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 30px;
}
.helpbutton {
    float: right;
    height: 1em;
    width: 16px;
    cursor: pointer;
}

#membersmenu ul { padding: 0; margin: 0 0 10px 0; }
#membersmenu ul li { list-style-type: none; display: inline; margin-right: 10px; }
#membersmenu ul li a { background: #01B1AF url(lgs/images/ui-bg_glass_55_01b1af_1x400.png) 50% 50% repeat-x; color: white; }
#membersmenu ul li a .ui-icon { background-image: url(lgs/images/ui-icons_d8e7f3_256x240.png); }
#membersmenu ul li.current a { background: #f5f8f9 url(lgs/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; color: #26318A; }
#membersmenu ul li.current a .ui-icon { background-image: url(lgs/images/ui-icons_1d5987_256x240.png); }
#membersmenu ul li a:hover { background: #ADB6FF url(lgs/images/ui-bg_glass_75_adb6ff_1x400.png) 50% 50% repeat-x; color: #26318A; }
#membersmenu ul li a:hover .ui-icon { background-image: url(lgs/images/ui-icons_1d5987_256x240.png); }

#current_user {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-top: 0;
}

#current_user div {
    text-align: right;
}

#logo img {
    margin-bottom: 10px;
}

#version {
    position: absolute;
    top: 92px;
    right: 15px;
    color: white;
}

#version a {
    color: white;
    text-decoration: none;
}

#version a:hover {
    text-decoration: underline;
}

#accesslevel {
    position: absolute;
    top: 60px;
    left: 83px;
    color: #27328C;
}

.button {
    margin-top: 10px;
}

table .button {
    margin-top: 0;
}

.clearfix {
    margin-bottom: 10px;
}

div#main {
    margin: 15px 15px 10px 15px;
}

.dashboard_box ul {
    width: 290px;
    margin: 0;
    padding: 0;
}
.dashboard_box ul.dashboard_more {
    width: 340px;
}

.dashboard_box ul li {
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    background: transparent url(../img/icon.png) no-repeat;
    line-height: 20px;
}
.dashboard_box ul li span {
    display: inline-block;
    width: 230px;
}
.dashboard_box .helpbutton {
    display: none;
}
.dashboard_box .error a {
    font-weight: bold;
    color: red;
}
.dashboard_box .error .helpbutton {
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
}

.form_row {
    line-height: 2em;
    clear: both;
}

.field_row {
    clear: both;
}

.form_row label, .field_row .label {
    line-height: 2em;
    padding: 1px 3px;
    min-width: 140px;
    display: block;
    float: left;
    line-height: 1.5em;
    font-weight: bold;
}

.form_row.missing input, .form_row.missing select {
    border: 1px solid red;
}

.form_row.missing label, .form_row.missing label {
    color: red;
}

#search-form .form_row label {
    font-weight: normal;
    color: #666;
}

#search-form .form_row.selected label {
    font-weight: bold;
    color: #222;
}

.field_row .value {
    border: 1px solid #eee;
    cursor: default;
    float: left;
    padding: 1px 3px;
    margin: 2px 0;
    min-height: 1.2em;
    min-width: 120px;
}

.form_row select {
    background: transparent;
}

h2 {
    clear: both;
}

#login_form input[type="text"], #login_form input[type="password"] {
    width: 186px;
}

.form_row input[type="checkbox"], .form_row input[type="radio"] {
    height: 1.5em;
}

.form_row textarea { margin-bottom: 5px; }

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], select, textarea {
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
}

#query-fields-table .chzn-container, #query-fields-table .chzn-drop {
    width: 380px !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
    padding: 1px 3px;
}

.choices .form_row input[type="checkbox"] {
    float: left;
    clear: left;
    margin-right: 5px;
}

.ui-inlinewindow {
    margin-bottom: 2em;
}

.ui-infobox { margin: 1em 0 1em 0 }
.ui-infobox .content { margin: .5em 1em .5em 1.5em }
.ui-infobox .ui-icon { margin-top: .5em }

#loading {
    z-index: 10000;
    position: fixed;
    background-color: white;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

#loading img {
    margin: auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* User Form */
#lgs_bundle_userbundle_usertype_roles input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

/* Assignments editor */
.assignments_editor ul {
    display: block;
    float: left;
    border: 1px solid #ccc;
    height: 6.6em;
    width: 24%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background-color: white;
}

.assignments_editor ul li {
    line-height: 1em;
}

.assignments_editor ul li a {
    display: block;
    color: black;
    text-decoration: none;
    padding: .2em;
}

.assignments_editor ul li a:hover {
    background: #c5cbfe;
}

.assignments_editor ul li.active a {
    background: #d3d3d3;
}

.assignments_editor ul { display: none; }
.assignments_editor ul.level1, .assignments_editor ul.alwaysvisible { display: block !important; }

#assignments-table tr.closed td, #groups-table tr.closed td { color: #999 }
#assignments-table tbody tr td:nth-child(4), #assignments-table tbody tr td:nth-child(5),
#assignments-editor-table tbody tr td:nth-child(2), #assignments-editor-table tbody tr td:nth-child(3) { white-space: nowrap; width: 140px; }
#assignments-table tbody tr td:last-child,
#assignments-editor-table tbody tr td:last-child { white-space: nowrap; width: 230px; }
#assignments-table_wrapper .ui-corner-bl, #assignments-editor-table_wrapper .ui-corner-tl { padding: 0 }
#assignments-editor-table_wrapper thead { display: none }

.sorting_1 a { color: #07b2b0; text-decoration: none; }
.sorting_1 a:hover { color: #07b2b0; text-decoration: underline; }

/* Table highlighting */
#nominations-table tr.expired td { color: red }
#users-table tr.disabled td { color: #999 }
#users-table tr.no_member td { color: #26318a }
#users-table td .valid, #user_form .valid { color: #007000 }
#users-table td .invalid, #user_form .invalid { color: #cc0000 }
#groups-table .error, #status-table .error { font-weight: bold; color: red }

#search-form .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

#search-form .form_row label {
    min-width: 180px;
}

.next_member {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
}

.prev_member {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 100;
}

.ui-corner-top .incorrect_address { color :red !important }

.select_all, .select_none {
    border: 1px solid #AAA;
    margin: 0 2px 0 0;
    padding: 0 2px;
    position: relative;
    left: -32px;
    top: -2px;
    border-radius: 5px 5px 0 0;
    opacity: 0.6;
}

.select_all {
    background-color: #333;
    color: #333;
}

.select_none {
    background-color: white;
    color: white;
}

.select_all:hover, .select_none:hover {
    opacity: 1
}

footer {
    margin-bottom: 50px;
}

footer .tag {
    color: #aaa;
    font-size: 0.8em;
    text-align: right;
    padding: 10px 20px;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
/*
#data-table-members tr td:nth-child(1),
#data-table-members tr td:nth-child(2),
#data-table-members tr td:nth-child(3),
#lgs_bundle_membersbundle_member_type_first_name,
#lgs_bundle_membersbundle_member_type_last_name,
#lgs_bundle_membersbundle_member_type_birthdate select,
#lgs_bundle_membersbundle_member_type_email,
#lgs_bundle_membersbundle_member_type_phone,
#lgs_bundle_membersbundle_member_type_phone_secondary,
#lgs_bundle_membersbundle_member_type_mobile_phone,
#lgs_bundle_membersbundle_member_type_mobile_phone_secondary {
    text-shadow: 0 0 8px #000;
    color: transparent;
}
*/