/**

 * Fixes CSS values loaded before this one

 *

 * Author: Yahzee Skellington

 */



input[type='submit'],

input[type='reset'] {

    line-height: 20px;



    display: inline-block;



    width: auto !important;

    height: 20px;

    margin: 0 auto;

    padding: 0 8px;



    cursor: pointer !important;



    border: 1px solid rgb(200,200,200);

    border-radius: 3px !important;

    background: rgb(250,250,250);

}



/*

Stylesheet for the eDocs Manager

 */

* {

    margin: 0;

    padding: 0;



    border-collapse: collapse;

    list-style: none;



    text-decoration: none;



    border: none;

}



textarea,

select,

input[type='date'],

input[type='datetime'],

input[type='datetime-local'],

input[type='email'],

input[type='month'],

input[type='number'],

input[type='password'],

input[type='search'],

input[type='text'],

input[type='submit'],

input[type='time'],

input[type='url'],

input[type='week'] {

    font-family: 'Varela', Arial, 'Liberation Sans', FreeSans, sans-serif !important;

    font-size: 12px;

    line-height: 1;



    width: auto;

    height: 2rem;

    padding: 0 15px;



    border: 1px solid #b0bec5;

    border-radius: 4px;

}



textarea:focus,

input:focus {

    outline: 0;

}



input[type='radio'],

input[type='checkbox'] {

    top: 0;



    margin-right: 5px;

}



input[type='radio']:after,

input[type='checkbox']:after {

    clear: left;

}



input[type='submit'] {

    text-transform: uppercase;



    color: rgb(255,255,255);

    border-bottom: 1px solid rgb(51, 105, 30);

    background-color: rgb(85,139,47);

    box-shadow: 0 2px 1px 0 rgba(0,0,0,.25);

}



input[type='submit']:hover {

    background-color: rgb(51,105,30);

}



textarea:focus,

select:focus,

input:focus {

    box-shadow: none;

}



.divider {

    display: block;

    clear: both;

}



#content p,

.lightbox,

input,

textarea,

button {

    margin: 0;

    padding: 0;

}



.clear {

    clear: both;



    width: 100%;

    padding: 1px;

}



html,

body {

    height: 100%;

}



body {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;



    color: rgb(100,100,100);

    background: rgb(240,240,240);

}



h1 {

    font-size: 20px;

}



h2,

h3 {

    color: rgb(80,80,80);

}



h2 {

    font-size: 16px;

}



h3 {

    font-size: 14px;

}



.align-right {

    text-align: right !important;

}



.container {

    float: none;



    width: 900px;

    margin: 0 auto;

}

.container:after {

    display: block;

    clear: both;



    content: '';

}



.container-wide {

    width: auto;

    margin-right: 15px;

    margin-left: 15px;

}



#main-header {

    width: 100%;

    height: 40px;

    margin: 0 auto;

    padding: 10px 0;



    text-align: center;



    border-bottom: 1px solid rgb(200,200,200);

    background: rgb(255,255,255);

}



#main-header h1 {

    font-size: 30px;

    line-height: 40px;



    float: left;



    color: rgb(100,100,100);

}



.header-links {

    float: right;



    padding-left: 20px;



    text-align: right;



    border-left: 1px solid rgb(200,200,200);

}



.header-links ul {

    height: 24px;

}



.header-links li {

    line-height: 24px;



    display: inline;



    margin-left: 10px;



    text-transform: uppercase;

}



.company-name {

    font-size: 10px;

    line-height: 16px;



    height: 16px;



    color: rgb(200,200,200);

}



.treeview ul {

    line-height: 125%;



    background-color: transparent !important;

}



.default-data-view {

    cursor: pointer;



    color: #036;

}



.input-editor .editor-input {

    height: auto !important;

}



.document-form .move-input {

    width: 16px;

}



/*

Common

 */

.big-button {

    font-size: 15px;

    line-height: 32px;



    display: inline-block;



    width: auto;

    height: 32px;

    padding: 0 10px;



    cursor: pointer;



    border-radius: 4px;

    background-color: rgb(50,50,50);

    background-image: none;

}



.big-button,

.big-button a {

    color: rgb(200,200,200);

}



.big-button:hover {

    background: rgb(20,20,20);

}



.small-button {

    font-size: 12px;

    line-height: 12px;



    display: inline-block;



    width: auto;

    padding: 5px;



    cursor: pointer;



    border-bottom: 1px solid rgb(175,180,43);

    border-radius: 2px;

    background-color: rgb(205,220,57);

    box-shadow: 0 1px 3px rgba(0,0,0,.25);

}



.small-button:hover {

    background: rgb(192,202,51);

}



.small-button,

.small-button a {

    color: rgb(100,100,100);

}



.small-button:hover

.small-button a:hover {

    color: rgb(100,100,100);

}



#user-message {

    position: absolute;

    z-index: 1000;

    top: 0;

    left: 50%;



    display: none;



    box-sizing: border-box;

    width: 280px;

    margin-left: -140px;

    padding: 10px;



    opacity: .8;

    color: rgb(0,0,0);

    background: rgb(205,255,144);

    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);

}



/*

Applican login

 */

#applicant-login {

    width: 280px;

    margin: 0 auto;

    padding: 9px;



    border-width: 0 1px 1px;

    border-style: solid;

    border-color: rgb(200,200,200);

    background: rgb(240,240,240);

}



#applicant-login h3 {

    font-size: 16px;



    margin-bottom: 10px;



    text-align: center;

}



.input-field {

    margin-bottom: 10px;

    padding: 4px;



    border: 1px solid rgb(200,200,200);

    background: rgb(255,255,255);

}



.input-field input {

    line-height: 20px;



    width: 270px;

    height: 20px;

}



.input-field label {

    font-size: 10px;

    font-weight: bold;



    display: none;

}



.login-error {

    font-size: 10px;



    display: none;



    margin-bottom: 10px;

    padding: 3px 5px;



    text-align: center;



    color: rgb(250,250,250);

    background: rgb(150,0,0);

}



.submit-form input {

    font-size: 12px;



    width: auto;

    padding: 5px 10px;

}



/*

Staffing tabs

 */

#tabs-container {

    font-size: 11px;



    clear: both;



    height: 30px;

    margin: 0 auto;



    background: rgb(240,240,240);

}



.tabs {

    line-height: 25px;



    position: absolute;

    z-index: 100;



    display: block;



    height: 25px;

    margin-top: 5px;

    padding: 0;

}



.tabs li {

    position: relative;



    float: left;

}



.tabs li a:first-child {

    margin-left: 0;

}



.tabs li a {

    display: block;



    height: 24px;

    margin: 0 10px 0 0;

    padding: 0 15px;



    color: rgb(80,80,80);

    border-radius: 4px 4px 0 0;

    background-color: rgb(230,230,230);

}



.tabs li a:hover {

    color: rgb(0,0,0);

    background: rgb(220,220,220);

}



.tabs .child a {

    color: rgb(100,100,100);

    background: rgb(250,250,250);

}



.tabs .active a {

    height: 25px;



    color: rgb(100,100,100);

    border: none;

    background: rgb(255,255,255);

}



.tabs .active a:hover {

    color: rgb(100,100,100);

    background: rgb(255,255,255);

}



/*

Staffing sub-tabs

 */

#nav-container {

    font-size: 11px;



    clear: both;



    height: 30px;

    margin: 0 auto;

    padding: 0;



    border-width: 1px 1px 0;

    border-style: solid;

    border-color: rgb(220,220,220);

    background: rgb(255,255,255);

}



.nav {

    line-height: 20px;



    position: absolute;

    z-index: 100;



    display: block;



    height: 30px;

    padding: 0;

}



.nav li {

    position: relative;



    float: left;



    list-style: none;

}



.nav li a {

    display: block;



    margin: 5px 2px;

    padding: 0 10px;



    text-align: center;



    color: rgb(100,100,100);

}



.nav li a:hover {

    padding: 0 10px;



    color: rgb(240,240,240);

    border-radius: 3px;

    background: rgb(150,150,150);

}



.nav li ul {

    position: absolute;



    display: none;



    width: 140px;

    padding: 2px 0;



    background: rgb(200,200,200);

}



.nav li ul li a {

    line-height: 25px;



    color: rgb(255,255,255);

    background: rgb(200,200,200);

}



.nav li ul li a:hover {

    background: rgb(150,150,150);

}



.nav li ul .strong-archive a {

    font-weight: bold;

}



.nav .current a {

    background: rgb(200,200,200);

}



.nav li:hover > .child {

    display: block;

}



/*

Last name search

 */

#last-name-search {

    font-size: 11px;



    height: 30px;



    border: solid rgb(200,200,200);

    border-width: 1px 0;

    background: rgb(250,250,250);

}



#last-name-search ul {

    height: 20px;

    margin: 5px 0 5px 12px;

}



#last-name-search li {

    line-height: 20px;



    display: inline;

    float: left;



    height: 20px;

    margin-right: 5px;

}



#last-name-search a {

    display: block;



    padding: 0 5px;

}



.header_search .s1 {

    width: 25%;

}



.header_search .s2 {

    width: 50%;



    text-align: center;

}



.header_search .s3 {

    width: 25%;



    text-align: right;

}



.header_search_2 {

    font-size: 11px;



    float: left;



    width: 100%;

    min-width: 900px;

    min-height: 80px;



    background-color: rgb(255,255,255);

}



/*

Applicant search

 */

#applicant-search table {

    font-size: 10px;



    margin: 0 auto;



    border-radius: 0 0 3px 3px;

    background: #cfd8dc;

}



#applicant-search td {

    width: 200px;

    padding: 10px;



    vertical-align: middle;

}



#applicant-search td input[type='text'],

#applicant-search td select {

    width: 190px;

}



#applicant-search label {

    font-weight: bold;



    padding-right: 10px;



    text-align: left;

}



#applicant-search .input_large {

    width: 92px;

    padding: 3px;



    border: 1px solid rgb(200,200,200);

}



#applicant-search .input_large {

    width: 100px;

    padding: 3px;



    border: 1px solid rgb(200,200,200);

}



#search-results {

    width: 300px;

    margin: 10px auto;



    text-align: center;



    border-radius: 3px;

    background: #ffd54f;

}



#search-results div {

    line-height: 30px;



    height: 30px;

}



.current-results {

    width: 200px;

    margin: 0 50px;

}



.left-results,

.right-results {

    width: 50px;

}



.left-results {

    float: left;

}



.right-results {

    float: right;

}



/*

Applicant search results

 */

#candidate-list table {

    font-size: 11px;



    width: 100%;



    border-bottom: 1px solid #b3e5fc;

}



#candidate-list th {

    padding: 5px;



    text-align: left;



    background: #03a9f4;

}



#candidate-list th,

#candidate-list th a {

    color: #e1f5fe;

}



#candidate-list th a:hover {

    text-decoration: underline;



    color: #fff;

}



#candidate-list tr {

    cursor: pointer;

}



#candidate-list tr:nth-child(even) {

    background: rgb(250,250,250);

}



#candidate-list tr:hover {

    background: #e1f5fe !important;

}



#candidate-list td {

    position: relative;



    padding: 5px;



    text-align: left;



    border-top: 1px solid #b3e5fc;

}



#candidate-list td span {

    top: 8px;

}



#candidate-list td .information_icon {

    top: 2px;



    margin-right: 4px;

}



.candidate-docs {

    width: 20px;

    text-align: center;

}



.candidate-docs span {

    position: static;

    margin: 0 auto

}



.candidate-contingent {

    width: 110px;

    text-align: center;

}



.candidate-contingent span {

    position: static;

    margin: 0 auto

}



.candidate-archive {

    width: 50px;

    text-align: center;

}



.candidate-archive span {

    position: static;

    margin: 0 auto

}



/*

Applicant header

 */

#applicant-header {

    padding: 10px 0;



    text-align: center;



    border-width: 1px 0;

    border-style: solid;

    border-color: rgb(220,237,200);

    background: rgb(241,248,233);

}



#applicant-header h1 {

    font-size: 20px;



    display: block;



    margin-bottom: 10px;

}



#applicant-header ul {

    font-size: 11px;

    line-height: 16px;



    width: 800px;

    margin: 0 auto;

}



/*

Applicant details page

 */

#applicant-details {

    text-align: center;

}



#applicant-details h3 {

    font-size: 12px;



    margin-bottom: 5px;

    padding: 2px;



    text-align: center;



    border-radius: 3px;

    background: rgb(200,200,200);

}



.applicant-column {

    display: inline-block;



    width: 290px;

    margin-right: 10px;



    vertical-align: top;

}



.last-column {

    margin-right: 0;

}



.applicant-group {

    font-size: 11px;



    margin: 5px 0;

    padding: 9px;



    border: 1px solid rgb(200,200,200);

    border-radius: 0;

    background: rgb(240,240,240);

}



.applicant-group label {

    display: block;

    float: left;



    width: 100px;



    text-align: left;

}



.applicant-group label:before {

    clear: left;

}



.applicant-group .input-group {

    display: block;

    float: left;



    width: 170px;

    margin-left: 0;



    text-align: left;

}



.applicant-group .input-group input[type='text'],

.applicant-group .input-group select {

    width: 170px;

}



.applicant-group .input-group:after,

.applicant-group:after {

    display: block;

    clear: both;



    content: '';

}



.user-document-uploader select {

    width: 260px;

    margin-top: 10px;

}



#journal-editor {

    width: 270px;

    height: 100px;

    margin-bottom: 10px;

    padding: 10px;

}



#document-not-loaded {

    display: inline-block;



    padding: 20px;

}



.warning {

    background: #ff9;

}



/*

eDoc manager

 */

#edoc-manager {

    width: 900px;

    margin: 0 auto;



    border: 1px solid rgb(197,225,165);

}



#edoc-manager:after {

    display: block;

    clear: both;



    content: '';

}



#edoc-manager .container {

    height: auto;

}



#edoc-manager small {

    font-size: 10px;

    line-height: 12px;



    display: block;



    padding: 5px;

}



/*

File browser

 */

#file-browser {

    display: block;

    float: left;



    width: 190px;

    padding: 10px;



    background: rgb(220,237,200);

}



#file-browser h3 {

    margin-bottom: 10px;

    padding-bottom: 5px;

}



/*

Document editor

 */

#document-editor {

    display: block;

    float: left;



    width: 690px;

}



/*

File viewer

 */

#file-viewer {

    position: relative;



    width: 690px;



    background: rgb(255,255,255);

}



#document-form {

    overflow: hidden;



    width: 690px;

    min-height: 800px;

    padding-bottom: 65px;

}



#document-form img {

    width: 100%;

}



#document-form .move-input {

    position: absolute;

    z-index: 800;

}



#document-form .submit {

    width: 80px !important;

    height: 30px !important;

    padding: 0 !important;



    border: none !important;

}



/*

Document tools

 */

#document-tools {

    position: relative;



    margin-bottom: 10px;

}



/*

Input browser

 */

#document-attachment,

#input-browser {

    font-size: 10px;



    z-index: 900;



    padding: 10px 15px;



    color: rgb(51,105,30);

    border-style: solid;

    border-color: rgb(197,225,165);

    background-color: rgb(139,195,74);

}



#document-attachment h3,

#input-browser h3 {

    color: rgb(255,255,255);

}



#document-attachment {

    z-index: 9999;



    border-bottom-width: 3px;

}



#document-attachment .attachment-input {

    display: inline-block;



    margin: 10px 10px 0 0;

}



#input-browser {

    position: fixed;

    z-index: 100;

    z-index: 9999;

    bottom: 0;



    width: 660px;



    border-top-width: 3px;

}



#input-browser .clone-input {

    font-size: 10px;

    line-height: 20px;



    display: block;

    float: left;



    height: 20px;

    margin: 10px 10px 0 0;
    border: 1px solid;

}



#input-browser label {

    display: block;

    float: left;



    margin-right: 5px;

}



#input-browser .add-input {

    display: block;

    float: left;

    overflow: hidden;



    box-sizing: border-box;

    width: 18px;

    height: 18px;

    margin-left: 5px;



    cursor: pointer;

    white-space: nowrap;

    text-indent: 100%;



    border: 1px solid rgb(124,179,66);

    border-radius: 3px;

    background: rgb(255,255,255);

}



#document-form .move-input.radio-input {

    width: 16px;

}



/*

Input editor

 */

#input-editor {

    display: none;

    clear: both;



    padding: 10px 0;

}



#input-editor:before {

    display: block;

    clear: both;



    content: '';

}



#input-editor label {

    line-height: 25px !important;



    display: block;

    float: left;



    height: 25px !important;

    padding: 0 5px !important;

}



#input-editor .editor-input {

    font-size: 10px;



    display: block;

    float: left;



    margin: 10px 10px 0 0;

}



/*

Document viewer

 */

#document-form .move-input {

    width: 150px;

    height: 16px;



    cursor: pointer;



    border: 1px solid rgb(139,195,174);

    background: rgb(241,248,233);

}



#document-form .edited-input {

    border-color: rgb(139,195,174);

    background-color: rgb(156,204,101);

}



#document-form .move-input.input-signature {

    width: 80px;

}



#document-form .move-input.input-checkbox{
  width: 16px;
}

#document-form .move-input.input-radio {

    width: 16px;



    border-radius: 8px;

}



#document-form .move-input input {

    display: none;

}



/*

Document uploader

 */

#document-uploader {

    display: inline-block;



    height: 100%;

    padding: 10px;



    vertical-align: top;

}



#document-uploader form {

    margin: 20px auto;

}



#document-uploader label {

    font-weight: bold;



    float: left;



    width: 200px;

    padding: 2px 0;

}



.input-section {

    position: relative;



    padding: 10px 0;

}



.input-section:after {

    display: block;

    clear: both;



    content: '';

}



.input-group {

    width: 190px;

    margin-left: 200px;

}



.input-group small {

    font-size: 9px;

    line-height: 150%;



    display: inline-block;

}



/*

Test  manager

 */

#test-manager {

    width: 900px;

    margin: 0 auto;



    border: 1px solid rgb(200,200,200);

}



#test-manager #file-browser {

    display: inline-block;



    width: 200px;

}



#test-options {

    margin-bottom: 10px;

}



#tests {

    font-size: 11px;



    margin: 10px 5px;



    border: 1px solid rgb(200,200,200);

    border-radius: 3px;

    background: rgb(230,230,230);

}



#tests li {

    padding: 3px 9px;



    cursor: pointer;

}



#tests li:nth-child(even) {

    background: rgb(240,240,240);

}



#test-viewer {

    position: relative;



    display: inline-block;



    width: 677px;



    vertical-align: top;

}



.test-editor {

    position: absolute;

    top: 0;

    left: 50%;



    display: none;



    width: 300px;

    margin-left: -150px;

    padding: 20px;



    border: solid rgb(200,200,200);

    border-width: 0 1px 1px;

    background: rgb(250,250,250);

}



.test-editor label {

    font-weight: bold;



    display: inline-block;



    width: 100px;

    padding: 2px 0;



    vertical-align: top;

}



.test-editor input[type='text'],

.test-editor textarea {

    width: 190px;

}



.test-editor .input-group {

    display: inline-block;



    width: 190px;

    margin: 0;



    vertical-align: top;

}



.group-buttons {

    padding: 5px 0;



    text-align: right;

}



#test-editor {

    display: none;



    border: solid rgb(200,200,200);

    border-width: 0 0 0 1px;

}



#test-editor label {

    font-weight: bold;



    display: block;

    float: left;



    width: 200px;

}



#test-editor .input-group {

    width: 400px;

}



#test-editor textarea {

    height: 200px;

}



#test-tabs {

    line-height: 50px;



    height: 50px;

    margin: 0;

    padding: 0 15px;



    border-bottom: 1px solid rgb(200,200,200);

    background: rgb(240,240,240);

}



#test-tabs li {

    display: inline;



    margin-right: 10px;

    padding: 5px 15px;



    cursor: pointer;



    border: 1px solid rgb(240,240,240);

    border-radius: 4px;

}



#test-tabs li:hover {

    background: rgb(220, 220, 220);

}



#test-tabs .current-tab {

    color: rgb(250,250,250);

    background: rgb(180, 180, 200);

}



.test-edit {

    display: none;



    padding: 0 15px;

}



.test-questions table {

    width: 100%;



    border: solid rgb(200,200,200);

    border-width: 0 1px 1px;

}



.test-questions tr {

    border-bottom: 1px solid rgb(200,200,200);

}



.test-questions th {

    line-height: 20px;



    height: 20px;



    text-align: left;



    background: rgb(220, 220, 220);

}



.test-questions th,

.test-questions td {

    padding: 5px;

}



.test-options {

    margin: 20px 15px 0 auto;



    text-align: right;

}



/*

Questions editor

 */

#question-editor {

    position: absolute;

    top: 0;

    left: 50%;



    display: none;



    width: 320px;

    margin-left: -150px;

    padding: 20px;



    border: solid rgb(200,200,200);

    border-width: 0 1px 1px;

    border-radius: 0 0 3px 3px;

    background: rgb(255,255,255);

}



#question-editor label {

    font-weight: bold;



    display: inline-block;



    width: 100px;

    padding: 2px 0;

}



#question-editor input[type='text'],

#question-editor textarea {

    width: 190px;

}



#question-editor textarea {

    height: 100px;

}



#question-answers {

    display: inline-block;



    width: 200px;

    margin: 0;



    text-align: left;

}



#question-answers li {

    line-height: 30px;



    height: 30px;

    padding: 3px 0;

}



#question-answers strong {

    display: inline-block;



    width: 10px;

    margin-right: 10px;

}



#question-answers .input-group {

    width: 170px;

}



#question-answers input[type='text'] {

    width: 100px;

}



.question-block {

    display: none;



    padding: 20px;

}



.question-block ul {

    margin: 20px 0;

}



.question-block li {

    padding: 5px 0;

}



.question-answer {

    display: block;

    float: left;



    width: 20px;

}



.question-block:first-child {

    display: block;

}



/*

Skills manager

 */

#skills-manager {

    width: 900px;

    margin: 0 auto;



    border: 1px solid rgb(200,200,200);

}



#skills-help {

    font-size: 10px;



    display: inline-block;



    width: 180px;

    margin: 0;

    padding: 10px;



    vertical-align: top;

}



#skills-help li {

    padding: 5px 0;

}



#skills-help h3 {

    font-size: 12px;

}



#skills-viewer {

    position: relative;



    display: inline-block;



    width: 695px;



    vertical-align: top;

}



.skills-table {

    display: none;



    width: 100%;



    border: solid rgb(200,200,200);

    border-width: 0 1px 1px;

}



.skills-table tr {

    border-bottom: 1px solid rgb(200,200,200);

}



.skills-table tbody tr:hover {

    background: rgb(240,240,240);

}



.skills-table th {

    line-height: 20px;



    height: 20px;



    text-align: left;



    background: rgb(220, 220, 220);

}



.skills-table th,

.skills-table td {

    padding: 5px;

}



.group-view,

.checklist-view,

.section-view,

.question-view {

    cursor: pointer;

}



.group-view:hover,

.checklist-view:hover,

.section-view:hover,

.question-view:hover {

    color: rgb(50, 50, 50);

}



.skills-editor {

    position: absolute;

    top: 0;

    left: 50%;



    display: none;



    width: 300px;

    margin-left: -150px;

    padding: 20px;



    border: solid rgb(200,200,200);

    border-width: 0 1px 1px;

    border-radius: 0 0 3px 3px;

    background: rgb(255,255,255);

}



.skills-editor h3 {

    margin-bottom: 10px;

}



.skills-editor label {

    font-weight: bold;



    float: left;



    width: 100px;

    padding: 2px 0;

}



.skills-editor input,

.skills-editor textarea {

    width: 190px;

}



/*

User document manager

 */

#document-manager {

    position: relative;



    clear: both;



    min-height: 800px;

    padding: 10px 0;



    border: solid rgb(200,200,200);

    border-width: 1px 0;

}



#document-manager .container {

    height: auto;

}



#document-browser {

    float: left;



    width: 250px;

    height: 100%;



    border-radius: 3px;

}



#document-browser ul {

    margin: 0 0 10px;



    border: 1px solid rgb(200,200,200);

    background: rgb(200,200,200);

}



#document-browser > ul h4 {

    margin-bottom: 5px;

}



#document-browser > ul > li {

    padding: 4px;



    cursor: pointer;



    color: rgb(250,250,250);

    border-bottom: 1px solid rgb(200,200,200);

    background: rgb(150,150,150);

}



#document-browser > ul > ul > li:hover {

    background: rgb(160,160,160);

}



#document-browser > ul > li:last-child {

    border-bottom: none;

}



#document-browser > ul > li > ul {

    margin: 0;



    background: rgb(240,240,240);

}



#document-browser > ul > li > ul > li {

    padding: 5px;



    color: rgb(100,100,100);

}



#document-browser > ul > li > ul > li:hover {

    color: rgb(50, 50, 50);

    background: rgb(230,230,230);

}



#document-viewer {

    float: left;



    width: 700px;

    height: 100%;

    min-height: 800px;

    margin-left: 40px;

    padding: 14px;



    border: 1px solid rgb(200,200,200);

    background: rgb(255,255,255);

}



#form-viewer img {

    width: 100%;

}



#form-viewer > div,

#form-viewer > button {

    position: absolute;

}



#form-viewer > div {

    padding: 5px;



    background: rgb(255, 255, 150);

}



#form-viewer .required {

    background: rgb(200, 15, 15) !important;

}



#form-viewer input[type='text'],

#form-viewer input[type='number'],

#form-viewer input[type='date'] {

    line-height: 16px !important;



    top: 0 !important;



    height: 20px !important;

    padding: 2px !important;



    border: 1px solid rgb(200,200,200) !important;

    border-radius: 3px !important;

}



#form-viewer input[type='radio'],

#form-viewer input[type='checkbox'] {

    width: 20px !important;

    height: 20px !important;

}



#form-viewer button {

    font-size: 12px !important;

    line-height: 20px !important;



    width: 200px !important;

    height: 28px !important;

    padding: 4px !important;



    color: rgb(150,150,150);

    border: dashed rgb(150,150,150) !important;

    border-width: 0 0 1px !important;

    border-radius: 0 !important;

    background: transparent !important;

    text-shadow: none !important;

}



#form-viewer button:focus,

#form-viewer button:active {

    box-shadow: none !important;

}



#form-viewer input:disabled {

    color: rgb(0, 0, 0) !important;

}



#form-viewer button.completed {

    font-size: 14px !important;

    font-weight: bold;



    color: rgb(0, 0, 0) !important;

}



#document-viewer select:disabled {

    color: rgb(0, 0, 0) !important;

}



#document-viewer .selector.disabled span {

    color: rgb(0, 0, 0) !important;

}



/*

Assignment manager

 */

#assignment-loader {

    position: relative;



    width: 900px;

    margin: 10px auto;

}



#assignment-manager {

    border: 1px solid rgb(200,200,200);

    border-radius: 3px;

    background: rgb(255,255,255);

}



#assignment-manager:after {

    display: block;

    clear: both;



    content: '';

}



#package-manager {

    display: block;

    float: left;



    width: 149px;

    height: 100%;

    margin: 0;



    cursor: pointer;

    vertical-align: top;

    white-space: nowrap;



    border-right: 1px solid rgb(200,200,200);

    background: rgb(250,250,250);

}



#package-manager h3 {

    padding: 5px;

}



#package-manager h4 {

    padding: 3px 5px;

}



#package-manager h5 {

    margin: 0 -5px;

    padding: 2px 5px;

}



#package-manager ul {

    margin: 0;



    border-top: 1px solid rgb(200,200,200);

}



#package-manager li {

    border-bottom: 1px solid rgb(200,200,200);

}



#package-manager > li {

    background: rgb(240,240,240);

}



#package-manager > li > ul {

    background: rgb(230,230,230);

}



#package-manager > li > ul > li:last-child {

    border-bottom: none;

}



#package-manager > li > ul > li > ul {

    background: rgb(220, 220, 220);

}



#package-manager > li > ul > li > ul > li {

    font-size: 11px;



    overflow: hidden;



    width: 140px;

    padding: 0 5px;

}



#package-manager > li > ul > li > ul > li:last-child {

    border-bottom: none;

}



#package-manager > li > ul > li > ul > li > ul {

    margin: 0 -5px;



    background: rgb(210, 210, 210);

}



#package-manager > li > ul > li > ul > li > ul > li {

    padding: 0 5px;

}



#package-manager > li > ul > li > ul > li > ul > li:last-child {

    border-bottom: none;

}



#packages {

    font-size: 11px;



    padding: 2px 5px;

}



#package-editor {

    font-size: 11px;



    display: block;

    float: left;



    width: 747px;

    height: 100%;



    vertical-align: top;



    border-left: 1px solid rgb(200,200,200);

}



#package-editor table {

    width: 100%;



    border-top: 1px solid rgb(200,200,200);

}



#package-editor thead {

    background: rgb(220, 220, 220);

}



#package-editor tr {

    border-bottom: 1px solid rgb(200,200,200);

}



#package-editor th,

#package-editor td {

    padding: 2px 5px;



    text-align: left;

}



#package-editor tbody th {

    background: rgb(240,240,240);

}



#package-tools {

    margin: 5px 10px;

}



#package-tools form {

    display: inline-block;



    width: 45%;



    vertical-align: middle;

}



#package-tools form label {

    font-weight: bold;



    display: block;

}



#add-package-window,

#edit-package-window {

    position: absolute;

    top: 0;

    left: 50%;



    display: none;



    width: 300px;

    margin-left: -150px;

    padding: 10px;



    border: 1px solid rgb(200,200,200);

    border-radius: 0 0 3px 3px;

    background: rgb(255,255,255);

}



#edit-package-window table {

    margin: 10px 0;



    border-width: 1px 0 0;

}



#package-name {

    width: 290px;

    margin: 6px 0;

}



#message {

    position: absolute;

    top: 1px;

    left: 50%;



    display: none;



    width: 278px;

    margin-left: -200px;

    padding: 10px;



    border: solid rgb(200,200,200);

    border-width: 0 1px 1px;

    border-radius: 0 0 3px 3px;

    background: rgb(255,255,155);

}



#welcome-message {

    width: 500px;

    margin: 0 auto 10px;

    padding: 10px;



    border: solid rgb(200,200,200);

    border-width: 0 1px 1px;

    border-radius: 0 0 3px 3px;

    background: rgb(255,255,155);

}



#message-tasks {

    margin-bottom: 15px;

    padding: 10px;



    border: solid rgb(200,200,200);

    border-width: 1px 1px;

    border-radius: 0 0 3px 3px;

    background: rgb(255,255,155);

}



#last-name-search {

    width: 100%;

    height: 24px;

    margin: 0 auto;

    padding: 0;



    border: solid rgb(205,215,225);

    border-width: 1px 0;

    background: rgb(225,235,245);

}



#last-name-search li {

    line-height: 24px;



    float: left;



    height: 24px;



    list-style: none;

}



#last-name-search a {

    padding: 0 10px;

}



#last-name-search a:hover {

    color: rgb(250,250,250);

    background: rgb(105,115,125);

}



/*

User frontend

 */

#user-header {

    height: 40px;

    margin-bottom: 10px;

    padding: 10px 0;



    border-bottom: 1px solid rgb(150,150, 150);

    background: rgb(255,255,255);

}



#user-header h1 {

    font-size: 20px;

    line-height: 40px;



    display: inline-block;

    float: left;



    height: 40px;



    color: rgb(100,100,100);

}



.header-info {

    display: inline-block;

    float: right;



    height: 40px;



    text-align: right;

}



.header-info span {

    line-height: 20px;



    display: inline-block;



    height: 20px;

    margin-left: 10px;



    text-transform: uppercase;

}



.header-info small {

    display: block;



    color: rgb(150,150,150);

}



#applicant-home {

    clear: both;



    width: 960px;

    margin: 0 auto;

}



#applicant-home ul {

    margin: 0;

}



#applicant-tasks {

    display: inline-block;



    width: 246px;

    margin-right: 10px;

    padding: 0;



    border: 1px solid rgb(200,200,200);

    border-radius: 3px;

    background: rgb(240,240,240);

}



#applicant-tasks h3 {

    padding: 9px;

}



#applicant-tasks h4 {

    cursor: pointer;

}



.task-list {

    border-top: 1px solid rgb(200,200,200);

    background: rgb(230,230,230);

}

.task-list > li {

    padding: 4px 9px;



    border-bottom: 1px solid rgb(200,200,200);

}



.task-list ul {

    display: none;



    margin: 0 -9px -4px !important;



    border: solid rgb(200,200,200);

    border-width: 1px 0 0;

    background: rgb(230,230,230);

}



.task-list ul li {

    padding: 2px 9px;

}



.task-list ul li:hover {

    background: rgb(230,230,230);

}



.task-list .empty-doc {

    color: rgb(180,180,180);

}



#edoc-tools {

    padding: 3px;



    background: rgb(180,180,180);

}



#edoc-tools div {

    margin-right: 5px;

}



#user-document-viewer {

    display: inline-block;



    width: 690px;



    vertical-align: top;



    border: 1px solid rgb(200,200,200);

    background: rgb(255,255,255);

}



#user-edoc-viewer {

    position: relative;

}



#user-edoc-viewer img {

    width: 100%;

}



#user-edoc-viewer > .document-page > div,

#user-edoc-viewer > .document-page > button {

    position: absolute;

}



#user-edoc-viewer > .document-page div {

    background-color: rgb(255, 255, 150);

}



#user-edoc-viewer > .document-page .required {

    padding: 1px;



    background: rgb(200, 15, 15) !important;

}



#user-edoc-viewer input[type='text'],

#user-edoc-viewer input[type='number'],

#user-edoc-viewer input[type='date'] {

    font-size: 11px !important;

    line-height: 16px !important;



    top: 0 !important;



    height: 16px !important;

    padding: 1px !important;



    border: 1px solid rgb(200,200,200) !important;

    border-radius: 3px !important;

    background-color: rgb(255, 255, 150);

}



#user-edoc-viewer input[type='radio'],

#user-edoc-viewer input[type='checkbox'] {

    width: 16px !important;

    height: 16px !important;

}



#user-edoc-viewer button {

    font-size: 12px !important;

    line-height: 20px !important;



    width: 200px !important;

    height: 28px !important;

    padding: 4px !important;



    color: rgb(150,150,150);

    border: dashed rgb(150,150,150) !important;

    border-width: 0 0 1px !important;

    border-radius: 0 !important;

    background: transparent !important;

    text-shadow: none !important;

}



#user-edoc-viewer button:focus,

#user-edoc-viewer button:active {

    box-shadow: none !important;

}



#user-edoc-viewer button.completed {

    font-size: 14px !important;

    font-weight: bold;



    color: rgb(0, 0, 0) !important;

}



#user-edoc-viewer select:disabled {

    color: rgb(0, 0, 0) !important;

}



#user-edoc-viewer .selector.disabled span {

    color: rgb(0, 0, 0) !important;

}



#user-edoc-viewer #submit-signature {

    font-size: 13px;

    font-weight: normal;

    line-height: 20px;



    display: block;



    height: 20px;

    padding: 0 10px;



    text-transform: uppercase;



    color: rgb(255,255,255);

    background-color: rgb(85,139,47);

    background-image: none;

    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);

}



#user-edoc-viewer #submit-signature:hover {

    background-color: rgb(51,105,30);

}



#user-edoc-viewer input[type='radio'],

#user-edoc-viewer input[type='checkbox'] {

    margin-right: 0;

    padding: 1px;

}



#user-test-viewer {

    position: relative;

}



#user-test-viewer h3 {

    margin-bottom: 20px;

}



#user-test-viewer ul {

    margin-bottom: 20px;

}



#user-skill-viewer table {

    display: block !important;



    border: none;

}



#user-skill-viewer th.skill {

    width: 150px;

}



#user-skill-viewer th.proficiency,

#user-skill-viewer th.frequency {

    width: 275px;

}



#user-skill-viewer .skill-radio {

    display: inline;

}



#user-skill-viewer small {

    margin-right: 5px;

}



#user-skill-viewer .radio {

    margin-right: 20px;

}



#applicant-information {

    display: inline-block;



    padding: 9px;



    border: 1px solid rgb(200,200,200);

    border-radius: 3px;

    background: rgb(240,240,240);

}



#applicant-information h3 {

    padding-bottom: 10px;

}



#applicant-information label {

    display: block;

    float: left;



    width: 100px;

}



#applicant-information table {

    margin-bottom: 10px;



    border-bottom: 1px dotted rgb(200,200,200);

}



#user-footer {

    font-size: 11px;



    clear: both;



    height: 40px;

    margin-top: 10px;

    padding: 10px 0;



    text-align: center;



    color: rgb(150,150,150);

}



/*

Application

 */

#user-application {

    width: 900px;

    margin: 0 auto;

}



#user-application ul {

    margin: 0;

}



#user-menu {

    display: inline-block;



    width: 198px;

    margin-right: 8px;



    vertical-align: top;



    border: 1px solid rgb(200,200,200);

    background: rgb(240,240,240);

}



#user-menu h3 {

    font-size: 11px;



    padding: 5px 10px;



    color: rgb(255,255,255);

    background: rgb(122, 125, 130);

}



#user-menu ul {

    clear: both;

}



#user-menu li {

    position: relative;



    padding: 5px;

}



#user-menu .current {

    background: rgb(200,200,200);

}



#user-menu .current a {

    color: rgb(255,255,255);

}



#user-menu li a {

    display: inline-block;



    width: 160px;

    margin-left: 5px;

}



#user-menu li span,

#user-menu li a {

    top: 5px;

    right: 5px;



    vertical-align: top;

}



#application-editor {

    display: inline-block;



    width: 640px;

    padding: 14px;



    vertical-align: top;



    border: 1px solid rgb(200,200,200);

    background: rgb(240,240,240);

}



#application-editor h2 {

    margin-bottom: 20px;

}



#application-editor label {

    display: inline-block;



    width: 250px;

    padding: 2px 10px 2px 0;



    vertical-align: top;

}



#application-editor input[type='text'],

#application-editor input[type='number'],

#application-editor select {

    width: 250px;

}



.skill {

    width: 350px !important;

}



.proficiency,

.frequency {

    width: 155px !important;



    border-left: 1px solid rgb(200, 200, 200);

}



input::-webkit-calendar-picker-indicator {

    display: none;

}



input[type='date']::-webkit-input-placeholder {

    visibility: hidden !important;

}



#application-editor .input-group {

    display: inline-block;



    width: 300px;

    margin: 0;

    padding: 2px 0;



    text-align: left;

    vertical-align: top;

}



#application-editor .button {

    margin: 10px auto;

}



#application-editor > form {

    border-top: 1px dotted rgb(200,200,200);

}



#application-editor > form > .small-button {

    display: inline-block;



    margin-top: 20px;



    text-align: center;

}



[name='electronic-signature'] textarea {

    line-height: 1.5;



    width: 640px;

    height: auto;

    height: 200px;

    padding: 15px;



    color: rgb(100,100,100);

}



.help {

    font-size: 10px;

    line-height: 14px;



    margin-bottom: 20px;

    padding: 3px 10px;



    color: rgb(147, 150, 155);

    border: 1px solid rgb(220,220,220);

    background: rgb(250,250,150);

}



.button {

    line-height: 14px !important;



    height: 14px !important;

    padding: 4px 9px !important;



    color: rgb(147, 150, 155) !important;

    border: 1px solid rgb(200,200,200) !important;

    border-radius: 5px !important;

    background: rgb(255,255,255) !important;

    box-shadow: none !important;

}



.button,

.button span {

    background-image: none !important;

}



.button span {

    height: auto !important;

    margin: 0 !important;

    padding: 0 !important;

}



#user-edoc-viewer .button {

    width: 80px;

    height: 30px !important;

    margin: 0 auto;

    padding: 0 !important;



    border: none !important;

}



#application-editor table {

    width: 100%;

    margin-top: 20px;



    border: 1px solid rgb(220,220,220);

    background: rgb(250,250,250);

}



#application-editor tr {

    border: 1px solid rgb(220,220,220);

}



#application-editor th {

    color: rgb(255,255,255);

    background: rgb(150,150,150);

}



#application-editor table .button {

    margin: auto;

}



.required {

    font-weight: bold;



    padding: 0 3px;



    color: rgb(150,0,0);

}



input.required,

textarea.required,

select.required {

    font-weight: normal;



    padding: 0 15px;



    color: inherit;

    border-color: rgb(150,0,0);

}



.error {

    font-size: 10px !important;



    display: none;



    width: auto !important;

    height: auto !important;

    padding: 0 !important;



    color: rgb(150, 50, 0) !important;

    border: 0 !important;

    background: none !important;

}



#user-login,

#user-apply,

#user-contact form {

    width: 300px;

    margin: 0 auto;



    text-align: center;

}



#user-login,

#user-contact form {

    margin-bottom: 20px;

    padding: 14px;



    border: 1px solid rgb(200,200,200);

    border-radius: 4px;

    background: rgb(240,240,240);

}



#user-contact {

    margin-top: 20px;



    text-align: center;

}



#user-contact form {

    position: absolute;

    top: 50%;

    left: 50%;



    display: none;



    margin: -200px auto auto -175px;



    border-width: 10px;

}



#user-login h3 {

    font-size: 18px;



    padding: 10px 0 10px;



    text-transform: uppercase;



    color: rgb(50,50,50);

}



#user-login label {

    font-weight: bold;



    display: block;

}



#user-login input {

    text-align: center;

}



#user-registration {

    width: 500px;

    margin: 0 auto;

    padding: 14px;



    border: 1px solid rgb(200,200,200);

    border-radius: 4px;

    background: rgb(240,240,240);

}



#user-registration input[type='text'],

#user-registration input[type='number'],

#user-registration input[type='password'],

#user-registration select {

    width: 250px;

}



#applicant-friend {

    display: none;

}



#user-registration label,

#user-registration .input-group {

    display: inline-block;

    float: none;



    width: 200px;

    margin: 0 10px 0 0;

    padding: 2px 0;



    vertical-align: top;

}



#user-registration .button {

    margin: 10px auto;



    border: 1px solid rgb(200,200,200);

}



#recruiting-application {

    width: 900px;

    margin: 10px auto;

}



#recruiting-application h2 {

    margin: 50px 0 20px;

}



#recruiting-application label,

#recruiting-application .input-group {

    display: inline-block;

    float: none;



    width: 420px;

    margin: 0 10px 0 0;

    padding: 2px 0;



    vertical-align: top;

}



#recruiting-application table {

    width: 100%;

    margin-top: 20px;



    border: 1px solid rgb(220,220,220);

    background: rgb(250,250,250);

}



#recruiting-application tr {

    border: 1px solid rgb(220,220,220);

}



#recruiting-application th {

    color: rgb(255,255,255);

    background: rgb(220,220,220);

}



#recruiting-application th,

#recruiting-application td {

    text-align: center;

}



/*

Recruiting manager

 */

.archive,

.archive_out,

.delete,

.ok,

.bad {

    position: absolute;

    top: 16px;

    right: 0;



    display: block;



    width: 20px;

    height: 20px;



    text-indent: -9999px;



    background-repeat: no-repeat;

    background-position: center;

}



#user-dashboard {

    width: 900px;

    margin: 20px auto;



    border: solid rgb(220,237,200);

    border-width: 1px 1px 0;

}



#user-dashboard h3 {

    display: block;



    padding: 8px 10px;



    background: rgb(197,225,165);

}



#user-dashboard-resume h3:first-child {

    border-top: none;

}



#user-dashboard table {

    width: 100%;

}



#user-dashboard > table {

    border-bottom: 1px solid rgb(212, 215, 220);

}



#user-dashboard th {

    padding: 2px 10px;



    text-align: left;



    background: rgb(220,237,200);

}



#user-dashboard > div > table tr:first-child > th {

    border-top: none;

}



#user-dashboard td {

    width: 50%;

    padding: 5px 10px;

}



#user-dashboard ul {

    margin: 0;

}



#user-dashboard a:hover {

    text-decoration: underline;

}



#user-dashboard small {

    color: rgb(150,150,150);

}



.document-td {

    width: auto !important;

    padding: 0 10px 0 0 !important;



    vertical-align: middle;

}



.icon-td {

    width: 20px !important;

    padding: 0 5px !important;

}



.empty {

    opacity: .5;

}



#transfer {

    padding-top: 10px;

    padding-right: 55px;

    padding-bottom: 10px;



    background-image: url(../img/icon/transfer.png);

    background-repeat: no-repeat;

    background-position: right center;

}



#transfer:hover {

    padding-right: 55px;



    background-image: url(../img/icon/transfer.png);

    background-repeat: no-repeat;

    background-position: right center;

}



#overlay {

    position: absolute;

    top: 0;

    left: 0;



    display: none;



    width: 100%;

    height: 100%;



    background: rgba(0, 0, 0, .5);

}



#submit-signature {

    display: none;

}



#signature-window {

    position: absolute;

    top: 100px;

    left: 50%;



    width: 600px;

    margin-left: -300px;

    padding: 14px;



    border: 1px solid rgb(220,220,220);

    border-radius: 5px;

    background: rgb(255,255,255);

}



#signature-window label {

    display: block;

    float: left;



    width: 200px;

}



#signature-window .small-button {

    display: inline-block;



    margin-top: 20px;



    text-align: center;

}



.archive {

    background-image: url(../img/icon/folder.png);

    right: 15px;

}



.archive_out {

    background-image: url(../img/icon/folder_out.png);

}



.delete {

    background-image: url(../img/icon/delete.png);

}



.ok {

    background-image: url(../img/icon/check.png);

}



.bad {

    background-image: url(../img/icon/warning.png);

}



.failed {

    color: rgb(150, 50, 0);

}



.passed {

    color: rgb(0, 150, 50);

}



.sign-error {

    font-size: 10px;



    color: rgb(150, 50, 0);

}



#signed {

    margin: 0 auto;



    text-align: left;

}



#signed strong {

    font-size: 12px;

    line-height: 12px;



    border-bottom: 1px dotted rgb(200,200,200);

}



#signed small {

    font-size: 10px;

    font-style: italic;

    line-height: 10px;



    margin-top: 0;

}



#signed strong,

#signed small {

    display: block;

}



.error {

    font-size: 10px;

    font-style: normal;



    background: transparent;

}



/*

Journal list

 */

#journal-list {

    overflow-y: scroll;



    height: 200px;

    margin: 5px 0;



    text-align: left;

}

#journal-list li {

    line-height: 130%;



    padding: 5px 0;



    border-bottom: 1px dotted rgb(200,200,200);

}

#journal-list small {

    font-style: italic;



    display: block;



    margin-left: 10px;

}

#journal-list .journal-delete {

    font-style: normal;



    margin-left: 5px;



    cursor: pointer;



    color: rgb(150, 50, 50);

}

/* Main Footer */

#main-footer {

    font-size: 10px;



    clear: both;



    padding: 10px;



    text-align: center;



    color: rgb(150,150,150);

}



.document-page {

    position: relative !important;



    margin-bottom: 10px;

    padding: 0 !important;



    border-width: 1px 0 1px 1px;

    border-style: solid;

    border-color: rgb(197,225,165);

    background: transparent !important;

}

/****************************/

/* Uniform */

/****************************/



/* Global Declaration */

.selector,

.selector span,

.checker span,

.radio span,

.uploader,

.uploader .action,

.button,

.button span {

    background-image: url(../img/sprite.png);

    background-repeat: no-repeat;



    -webkit-font-smoothing: antialiased;

}

.selector,

.radio,

.checker,

.uploader,

.button,

.selector *,

.radio *,

.checker *,

.uploader *,

.button * {

    margin: 0;

    padding: 0;

}

/* Input & Textarea */

input.text,

input.email,

input.password,

input.number,

input.date,

textarea.uniform {

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

    font-size: 12px !important;

    font-weight: normal !important;



    padding: 3px !important;



    color: #777 !important;

    border-top: solid 1px #aaa !important;

    border-right: solid 1px rgb(200,200,200) !important;

    border-bottom: solid 1px rgb(200,200,200) !important;

    border-left: solid 1px #aaa !important;

    -webkit-border-radius: 3px !important;

       -moz-border-radius: 3px !important;

            border-radius: 3px !important;

    outline: 0 !important;

    background: url('../img/bg-input-focus.png') repeat-x 0 0 !important;

    background: url('../img/bg-input.png') repeat-x 0 0 !important;

    background-color: rgb(255,255,255) !important;

}

input.text,

input.email,

input.password,

input.number,

input.date {

    height: 25px;

}

input.text:focus,

input.email:focus,

input.password:focus,

input.number:focus,

input.date:focus,

textarea.uniform:focus {

    border-color: #999 !important;

    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3) !important;

       -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .3) !important;

            box-shadow: 0 0 4px rgba(0, 0, 0, .3) !important;

}

/* Select */

.selector {

    line-height: 26px;



    height: 26px;



    background-position: -483px -130px;

}

.selector span {

    line-height: 26px;



    height: 26px;



    background-position: right 0;

}

.selector select {

    top: 0;

    left: 0;

}

.selector:active,

.selector.active {

    background-position: -483px -156px;

}

.selector:active span,

.selector.active span {

    background-position: right -26px;

}

.selector.focus,

.selector.hover,

.selector:hover {

    background-position: -483px -182px;

}

.selector.focus span,

.selector.hover span,

.selector:hover span {

    background-position: right -52px;

}

.selector.focus:active,

.selector.focus.active,

.selector:hover:active,

.selector.active:hover {

    background-position: -483px -208px;

}

.selector.focus:active span,

.selector:hover:active span,

.selector.active:hover span,

.selector.focus.active span {

    background-position: right -78px;

}

.selector.disabled {

    background-position: -483px -234px;

}

.selector.disabled span {

    background-position: right -104px;

}

/* Checkbox */

.checker {

    width: 19px;

    height: 19px;

}

.checker input {

    width: 19px;

    height: 19px;

}

.checker span {

    width: 19px;

    height: 19px;



    background-position: 0 -260px;

}

.checker:active span,

.checker.active span {

    background-position: -19px -260px;

}

.checker.focus span,

.checker:hover span {

    background-position: -38px -260px;

}

.checker.focus:active span,

.checker:active:hover span,

.checker.active:hover span,

.checker.focus.active span {

    background-position: -57px -260px;

}

.checker .checked {

    background-position: -76px -260px;

}

.checker:active .checked,

.checker.active .checked {

    background-position: -95px -260px;

}

.checker.focus .checked,

.checker:hover .checked {

    background-position: -114px -260px;

}

.checker.focus:active .checked,

.checker:hover:active .checked,

.checker.active:hover .checked,

.checker.active.focus .checked {

    background-position: -133px -260px;

}

.checker.disabled span,

.checker.disabled:active span,

.checker.disabled.active span {

    background-position: -152px -260px;

}

.checker.disabled .checked,

.checker.disabled:active .checked,

.checker.disabled.active .checked {

    background-position: -171px -260px;

}

/* Radio */

.radio {

    width: 18px;

    height: 18px;

}

.radio input {

    width: 18px;

    height: 18px;

}

.radio span {

    width: 18px;

    height: 18px;



    background-position: 0 -279px;

}

.radio:active span,

.radio.active span {

    background-position: -18px -279px;

}

.radio.focus span,

.radio:hover span {

    background-position: -36px -279px;

}

.radio.focus:active span,

.radio:active:hover span,

.radio.active:hover span,

.radio.active.focus span {

    background-position: -54px -279px;

}

.radio .checked {

    background-position: -72px -279px;

}

.radio:active .checked,

.radio.active .checked {

    background-position: -90px -279px;

}

.radio.focus .checked,

.radio:hover .checked {

    background-position: -108px -279px;

}

.radio.focus:active .checked,

.radio:hover:active .checked,

.radio.focus.active .checked,

.radio.active:hover .checked {

    background-position: -126px -279px;

}

.radio.disabled span,

.radio.disabled:active span,

.radio.disabled.active span {

    background-position: -144px -279px;

}

.radio.disabled .checked,

.radio.disabled:active .checked,

.radio.disabled.active .checked {

    background-position: -162px -279px;

}

/* Uploader */

.uploader {

    height: 28px;



    background-position: 0 -297px;

}

.uploader .action {

    line-height: 24px;



    height: 24px;



    background-position: right -409px;

}

.uploader .filename {

    line-height: 24px;



    height: 24px;

    margin: 2px 0 2px 2px;

}

.uploader.focus,

.uploader.hover,

.uploader:hover {

    background-position: 0 -353px;

}

.uploader.focus .action,

.uploader.hover .action,

.uploader:hover .action {

    background-position: right -437px;

}

.uploader.active .action,

.uploader:active .action {

    background-position: right -465px;

}

.uploader.focus.active .action,

.uploader:focus.active .action,

.uploader.focus:active .action,

.uploader:focus:active .action {

    background-position: right -493px;

}

.uploader.disabled {

    background-position: 0 -325px;

}

.uploader.disabled .action {

    background-position: right -381px;

}

.button {

    background-position: 0 -523px;

}

.button span {

    background-position: right -643px;

}

.button.focus,

.button:focus,

.button:hover,

.button.hover {

    background-position: 0 -553px;

}

.button.focus span,

.button:focus span,

.button:hover span,

.button.hover span {

    background-position: right -673px;

}

.button.active,

.button:active {

    background-position: 0 -583px;

}

.button.active span,

.button:active span {

    color: #555;

    background-position: right -703px;

}

.button.disabled,

.button:disabled {

    background-position: 0 -613px;

}

.button.disabled span,

.button:disabled span {

    cursor: default;



    color: #bbb;

    background-position: right -733px;

}

/* Button */

.button {

    height: 30px;

}

.button span {

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

    font-size: 12px;

    font-weight: bold;



    height: 22px;

    margin-left: 13px;

    padding-top: 8px;

    padding-right: 15px;

    padding-left: 2px;



    letter-spacing: 1px;

    text-transform: uppercase;

}

/* Select */

.selector {

    font-size: 12px;



    width: 190px;

}

.selector select {

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

    font-size: 12px;



    min-width: 190px;



    border: solid 1px rgb(255,255,255);

}

.selector span {

    padding: 0 25px 0 2px;



    cursor: pointer;

}

.selector span {

    width: 158px;



    color: #666;

    text-shadow: 0 1px 0 rgb(255,255,255);

}

.selector.disabled span {

    color: #bbb;

}

/* Checker */

.checker {

    margin-right: 5px;

}

/* Radio */

.radio {

    margin-right: 3px;

}

/* Uploader */

.uploader {

    width: 190px;



    cursor: pointer;

}

.uploader .action {

    font-size: 11px;

    font-weight: bold;



    width: 85px;



    text-align: center;



    background-color: rgb(255,255,255);

    text-shadow: rgb(255,255,255) 0 1px 0;

}

.uploader .filename {

    font-size: 11px;



    width: 82px;



    color: #777;

    border-right: solid 1px #bbb;

}

.uploader input {

    width: 190px;

}

.uploader.disabled .action {

    color: #aaa;

}

.uploader.disabled .filename {

    color: #aaa;

    border-color: #ddd;

}



/*

Core functionality

 */

.selector,

.checker,

.button,

.radio,

.uploader {

    display: -moz-inline-box;

    display: inline-block;

    zoom: 1;



    vertical-align: middle;



    *display: inline;

}



.selector select:focus,

.radio input:focus,

.checker input:focus,

.uploader input:focus {

    outline: 0;

}

/* Button */

.button a,

.button button,

.button input {

    /*  position: absolute;*/

}

.button {

    position: relative;



    cursor: pointer;

}

.button span {

    line-height: 1;



    display: -moz-inline-box;

    display: inline-block;



    text-align: center;

}

/* Select */

.selector {

    position: relative;



    overflow: hidden;



    padding-left: 10px;

}



.selector span {

    display: block;

    overflow: hidden;



    white-space: nowrap;

    text-overflow: ellipsis;

}



.selector select {

    position: absolute;



    height: 25px;



    opacity: 0;

    border: none;

    background: none;



    filter: alpha(opacity: 0);

}

/* Checker */

.checker {

    position: relative;

}

.checker span {

    display: -moz-inline-box;

    display: inline-block;



    text-align: center;

}

.checker input {

    display: inline-block;



    opacity: 0;

    background: none;



    filter: alpha(opacity: 0);

}

/* Radio */

.radio {

    position: relative;

}

.radio span {

    display: -moz-inline-box;

    display: inline-block;



    text-align: center;

}

.radio input {

    display: inline-block;



    text-align: center;



    opacity: 0;

    background: none;



    filter: alpha(opacity: 0);

}

/* Uploader */

.uploader {

    position: relative;



    overflow: hidden;



    cursor: default;

}

.uploader .action {

    display: inline;

    float: left;

    overflow: hidden;



    padding: 2px 0;



    cursor: pointer;

}

.uploader .filename {

    display: block;

    float: left;

    overflow: hidden;



    padding: 0 10px;



    cursor: default;

    white-space: nowrap;

    text-overflow: ellipsis;

}

.uploader input {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;



    float: right;



    height: 25px;



    cursor: default;



    opacity: 0;

    border: none;



    filter: alpha(opacity: 0);

}



.input,

.textarea {

    width: 100%;

}

.input *,

.textarea * {

    line-height: 15px;



    width: 100%;

    height: 30px;

    margin: 0;

    padding: 4px 5px;



    border: 1px solid rgb(220,220,220) !important;

    border-radius: 3px;

    background: rgb(250, 250, 255);

}

/* <input type="file"> */

.file {

    border: 0;

}

.filelist li {

    position: relative;



    margin: 0 0 1px;

    padding: 2px 3px;



    border: 1px solid rgb(200,200,200);

    background: rgb(255,255,255);

}

.filelist li * {

    border: 0;

    background: none;

}

.filelist .filename {

    padding: 0 5px 0 20px;

}

.filelist .filesize {

    float: right;



    padding: 0 15px 0 5px;

}

.filelist .remove {

    position: absolute;

    top: 1px;

    right: 5px;



    padding: 0;



    cursor: pointer;

}

.filelist .waiting {

    background: url(../img/waiting.png) no-repeat 3px 3px;

}

.filelist .loading {

    background: url(../img/loading.gif) no-repeat 3px 3px;

}

.filelist .error {

    background: url(../img/error.png) no-repeat 3px 3px;

}

/* <button>, <input type="button">, <input type="reset">, <input type="submit"> */

.button,

.reset,

.submit {

    padding: 0;

}

.button *,

.reset *,

.submit * {

    font-size: 12px;

    line-height: 20px;



    width: auto;

    height: 30px;

    padding: 5px 10px !important;



    cursor: pointer;



    color: rgb(250,250,250);

    background: url(../img/ui.png) 0 -94px;

}

#user-edoc-viewer .document-page .button {

    padding: 0 !important;

}

#user-edoc-viewer .document-page .button input {

    padding: 0 5px !important;

}

#user-edoc-viewer .document-page .button,

#user-edoc-viewer .document-page .button input {

    font-size: 11px !important;

    line-height: 18px !important;



    height: 18px !important;

}

.button:hover *,

.reset:hover *,

.submit:hover * {

    color: rgb(255,255,255);

    background-position: 0 -150px;

}

.button.disabled * {

    color: rgb(250, 250, 250);

}

.reset {

    border-color: #c58787;

}

.reset * {

    background-position: 0 -146px;

}

.reset:hover {

    border-color: #9f5555;

}

.reset:hover * {

    border-color: #decccc;

    background-position: 0 -172px;

}

/* <input type="checkbox">, <input type="radio"> */

.input.checkbox,

.input.radio {

    width: 16px;

    height: 16px;



    border: 0;

    background: url(../img/ui.png);

}

/* <input type="checkbox"> */

.input.checkbox {

    background-position: 0 0;

}

.checkbox.checked {

    background-position: -16px 0;

}

.checkbox.mixed {

    background-position: -32px 0;

}

.checkbox.hover {

    background-position: 0 -16px;

}

.checkbox.hover.checked {

    background-position: -16px -16px;

}

.checkbox.hover.mixed {

    background-position: -32px -16px;

}

.checkbox.disabled {

    background-position: 0 -32px;

}

.checkbox.disabled.checked {

    background-position: -16px -32px;

}

.checkbox.disabled.mixed {

    background-position: -32px -32px;

}

/* <input type="radio"> */

.input.radio {

    background-position: -48px 0;

}

.radio.checked {

    background-position: -64px 0;

}

.radio.hover {

    background-position: -48px -16px;

}

.radio.hover.checked {

    background-position: -64px -16px;

}

.radio.disabled {

    background-position: -48px -32px;

}

.radio.disabled.checked {

    background-position: -64px -32px;

}

/* <select> */

.select {

    border: 1px solid rgb(200,200,200);

}

.select.single.closed {

    width: 100% !important;

}

.select.disabled {

    opacity: .5;



    filter: alpha(opacity=50);

}

.select .select-value {

    height: 16px;

    padding: 5px 6px;



    cursor: pointer;



    background: url(../img/ui.png) 0 -68px;

}

.select .select-arrow {

    position: absolute;

    top: 3px;

    right: 3px;



    width: 20px;

    height: 20px;



    background: url(../img/ui.png) 0 -48px;

}

.select .select-container {

    background: rgb(250, 250, 250) !important;

}

.select.single.open .select-container {

    margin: 0 -1px;

    padding: 1px;



    border: 1px solid rgb(200,200,200);

    background: rgb(250, 250, 250);

}

.select.disabled,

.select.disabled *,

.option.disabled,

.optgroup label {

    cursor: default;

}

/* <option>, <optgroup> */

.option,

.optgroup label {

    display: block;



    height: 16px;

    padding: 5px 6px;

}

.option {

    cursor: pointer;

}

.option.disabled,

.option.disabled:hover {

    color: #888;

    background: none;

}

.option.selected,

.option.selected.disabled:hover {

    background: #e5e5e5;

}

.option:hover {

    background: #d5d5d5;

}

.optgroup label {

    font-weight: bold;

}

.optgroup .option {

    padding-left: 18px;

}

/* CSS3:awesomeness for modern browsers */

.button,

.button *,

.input,

.input *,

.textarea,

.textarea * {

    -webkit-box-sizing: border-box;

       -moz-box-sizing: border-box;

            box-sizing: border-box;



        -ms-box-sizing: border-box;

}

.button,

.button *,

.input,

.input *,

.select,

.select *,

.textarea,

.textarea * {

    -webkit-border-radius: 3px;

       -moz-border-radius: 3px;

            border-radius: 3px;

}

.option {

    -webkit-border-radius: 0;

       -moz-border-radius: 0;

            border-radius: 0;

}

.select.single.open .select-container {

    -webkit-box-shadow: 0 0 15px #bbb;

       -moz-box-shadow: 0 0 15px #bbb;

            box-shadow: 0 0 20px #bbb;

}

/*!

 * jQuery UI CSS Framework 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Theming/API

*/



/* Layout helpers

----------------------------------*/

.ui-helper-hidden {

    display: none;

}

.ui-helper-hidden-accessible {

    position: absolute !important;



    clip: rect(1px 1px 1px 1px);

    clip: rect(1px, 1px, 1px, 1px);

}

.ui-helper-reset {

    font-size: 100%;

    line-height: 1.3;



    margin: 0;

    padding: 0;



    list-style: none;



    text-decoration: none;



    border: 0;

    outline: 0;

}

.ui-helper-clearfix:before,

.ui-helper-clearfix:after {

    display: table;



    content: '';

}

.ui-helper-clearfix:after {

    clear: both;

}

.ui-helper-clearfix {

    zoom: 1;

}

.ui-helper-zfix {

    position: absolute;

    top: 0;

    left: 0;



    width: 100%;

    height: 100%;



    opacity: 0;



    filter: Alpha(Opacity=0);

}

/* Interaction Cues

----------------------------------*/

.ui-state-disabled {

    cursor: default !important;

}

/* Icons

----------------------------------*/



/* states and images */

.ui-icon {

    display: block;

    overflow: hidden;



    text-indent: -99999px;



    background-repeat: no-repeat;

}

/* Misc visuals

----------------------------------*/



/* Overlays */

.ui-widget-overlay {

    position: absolute;

    top: 0;

    left: 0;



    width: 100%;

    height: 100%;

}

/*!

 * jQuery UI CSS Framework 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Theming/API

 *

 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS, %20Tahoma, %20Verdana, %20Arial, %20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px

*/





/* Component containers

----------------------------------*/

.ui-widget {

    font-family: inherit;

    font-size: 12px;

}



.ui-widget .ui-widget {

    font-size: 12px;

}



.ui-widget input,

.ui-widget select,

.ui-widget textarea,

.ui-widget button {

    font-family: inherit;

    font-size: inherit;

}



.ui-widget-content {

    color: inherit;

    border: 1px solid rgb(200,200,200);

    background: rgb(220,220,220);

}



.ui-widget-content a {

    color: inherit;

}



.ui-widget-header {

    font-weight: bold;



    color: rgb(255,255,255);

    border: 1px solid rgb(200,200,200);

    background: rgb(50,50,50);

}



.ui-widget-header a {

    color: rgb(255,255,255);

}



/* Interaction states

----------------------------------*/

.ui-state-default,

.ui-widget-content .ui-state-default,

.ui-widget-header .ui-state-default {

    font-weight: bold;



    color: #1c94c4;

    border: 1px solid rgb(200,200,200);

    background: #f6f6f6 url(../img/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;

}

.ui-state-default a,

.ui-state-default a:link,

.ui-state-default a:visited {

    text-decoration: none;



    color: #1c94c4;

}

.ui-state-hover,

.ui-widget-content .ui-state-hover,

.ui-widget-header .ui-state-hover,

.ui-state-focus,

.ui-widget-content .ui-state-focus,

.ui-widget-header .ui-state-focus {

    font-weight: bold;



    color: #c77405;

    border: 1px solid #fbcb09;

    background: #fdf5ce url(../img/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;

}

.ui-state-hover a,

.ui-state-hover a:hover {

    text-decoration: none;



    color: #c77405;

}

.ui-state-active,

.ui-widget-content .ui-state-active,

.ui-widget-header .ui-state-active {

    font-weight: bold;



    color: #eb8f00;

    border: 1px solid #fbd850;

    background: rgb(255,255,255) url(../img/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;

}

.ui-state-active a,

.ui-state-active a:link,

.ui-state-active a:visited {

    text-decoration: none;



    color: #eb8f00;

}

.ui-widget :active {

    outline: none;

}

/* Interaction Cues

----------------------------------*/

.ui-state-highlight,

.ui-widget-content .ui-state-highlight,

.ui-widget-header .ui-state-highlight {

    color: #363636;

    border: 1px solid #fed22f;

    background: #ffe45c url(../img/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;

}

.ui-state-highlight a,

.ui-widget-content .ui-state-highlight a,

.ui-widget-header .ui-state-highlight a {

    color: #363636;

}

.ui-state-error,

.ui-widget-content .ui-state-error,

.ui-widget-header .ui-state-error {

    color: rgb(255,255,255);

    border: 1px solid #cd0a0a;

    background: #b81900 url(../img/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;

}

.ui-state-error a,

.ui-widget-content .ui-state-error a,

.ui-widget-header .ui-state-error a {

    color: rgb(255,255,255);

}

.ui-state-error-text,

.ui-widget-content .ui-state-error-text,

.ui-widget-header .ui-state-error-text {

    color: rgb(255,255,255);

}

.ui-priority-primary,

.ui-widget-content .ui-priority-primary,

.ui-widget-header .ui-priority-primary {

    font-weight: bold;

}

.ui-priority-secondary,

.ui-widget-content .ui-priority-secondary,

.ui-widget-header .ui-priority-secondary {

    font-weight: normal;



    opacity: .7;



    filter: Alpha(Opacity=70);

}

.ui-state-disabled,

.ui-widget-content .ui-state-disabled,

.ui-widget-header .ui-state-disabled {

    opacity: .35;

    background-image: none;



    filter: Alpha(Opacity=35);

}

/* Icons

----------------------------------*/



/* states and images */

.ui-icon {

    width: 16px;

    height: 16px;



    background-image: url(../img/ui-icons_222222_256x240.png);

}

.ui-widget-content .ui-icon {

    background-image: url(../img/ui-icons_222222_256x240.png);

}

.ui-widget-header .ui-icon {

    background-image: url(../img/ui-icons_ffffff_256x240.png);

}

.ui-state-default .ui-icon {

    background-image: url(../img/ui-icons_ef8c08_256x240.png);

}

.ui-state-hover .ui-icon,

.ui-state-focus .ui-icon {

    background-image: url(../img/ui-icons_ef8c08_256x240.png);

}

.ui-state-active .ui-icon {

    background-image: url(../img/ui-icons_ef8c08_256x240.png);

}

.ui-state-highlight .ui-icon {

    background-image: url(../img/ui-icons_228ef1_256x240.png);

}

.ui-state-error .ui-icon,

.ui-state-error-text .ui-icon {

    background-image: url(../img/ui-icons_ffd27a_256x240.png);

}

/* positioning */

.ui-icon-carat-1-n {

    background-position: 0 0;

}

.ui-icon-carat-1-ne {

    background-position: -16px 0;

}

.ui-icon-carat-1-e {

    background-position: -32px 0;

}

.ui-icon-carat-1-se {

    background-position: -48px 0;

}

.ui-icon-carat-1-s {

    background-position: -64px 0;

}

.ui-icon-carat-1-sw {

    background-position: -80px 0;

}

.ui-icon-carat-1-w {

    background-position: -96px 0;

}

.ui-icon-carat-1-nw {

    background-position: -112px 0;

}

.ui-icon-carat-2-n-s {

    background-position: -128px 0;

}

.ui-icon-carat-2-e-w {

    background-position: -144px 0;

}

.ui-icon-triangle-1-n {

    background-position: 0 -16px;

}

.ui-icon-triangle-1-ne {

    background-position: -16px -16px;

}

.ui-icon-triangle-1-e {

    background-position: -32px -16px;

}

.ui-icon-triangle-1-se {

    background-position: -48px -16px;

}

.ui-icon-triangle-1-s {

    background-position: -64px -16px;

}

.ui-icon-triangle-1-sw {

    background-position: -80px -16px;

}

.ui-icon-triangle-1-w {

    background-position: -96px -16px;

}

.ui-icon-triangle-1-nw {

    background-position: -112px -16px;

}

.ui-icon-triangle-2-n-s {

    background-position: -128px -16px;

}

.ui-icon-triangle-2-e-w {

    background-position: -144px -16px;

}

.ui-icon-arrow-1-n {

    background-position: 0 -32px;

}

.ui-icon-arrow-1-ne {

    background-position: -16px -32px;

}

.ui-icon-arrow-1-e {

    background-position: -32px -32px;

}

.ui-icon-arrow-1-se {

    background-position: -48px -32px;

}

.ui-icon-arrow-1-s {

    background-position: -64px -32px;

}

.ui-icon-arrow-1-sw {

    background-position: -80px -32px;

}

.ui-icon-arrow-1-w {

    background-position: -96px -32px;

}

.ui-icon-arrow-1-nw {

    background-position: -112px -32px;

}

.ui-icon-arrow-2-n-s {

    background-position: -128px -32px;

}

.ui-icon-arrow-2-ne-sw {

    background-position: -144px -32px;

}

.ui-icon-arrow-2-e-w {

    background-position: -160px -32px;

}

.ui-icon-arrow-2-se-nw {

    background-position: -176px -32px;

}

.ui-icon-arrowstop-1-n {

    background-position: -192px -32px;

}

.ui-icon-arrowstop-1-e {

    background-position: -208px -32px;

}

.ui-icon-arrowstop-1-s {

    background-position: -224px -32px;

}

.ui-icon-arrowstop-1-w {

    background-position: -240px -32px;

}

.ui-icon-arrowthick-1-n {

    background-position: 0 -48px;

}

.ui-icon-arrowthick-1-ne {

    background-position: -16px -48px;

}

.ui-icon-arrowthick-1-e {

    background-position: -32px -48px;

}

.ui-icon-arrowthick-1-se {

    background-position: -48px -48px;

}

.ui-icon-arrowthick-1-s {

    background-position: -64px -48px;

}

.ui-icon-arrowthick-1-sw {

    background-position: -80px -48px;

}

.ui-icon-arrowthick-1-w {

    background-position: -96px -48px;

}

.ui-icon-arrowthick-1-nw {

    background-position: -112px -48px;

}

.ui-icon-arrowthick-2-n-s {

    background-position: -128px -48px;

}

.ui-icon-arrowthick-2-ne-sw {

    background-position: -144px -48px;

}

.ui-icon-arrowthick-2-e-w {

    background-position: -160px -48px;

}

.ui-icon-arrowthick-2-se-nw {

    background-position: -176px -48px;

}

.ui-icon-arrowthickstop-1-n {

    background-position: -192px -48px;

}

.ui-icon-arrowthickstop-1-e {

    background-position: -208px -48px;

}

.ui-icon-arrowthickstop-1-s {

    background-position: -224px -48px;

}

.ui-icon-arrowthickstop-1-w {

    background-position: -240px -48px;

}

.ui-icon-arrowreturnthick-1-w {

    background-position: 0 -64px;

}

.ui-icon-arrowreturnthick-1-n {

    background-position: -16px -64px;

}

.ui-icon-arrowreturnthick-1-e {

    background-position: -32px -64px;

}

.ui-icon-arrowreturnthick-1-s {

    background-position: -48px -64px;

}

.ui-icon-arrowreturn-1-w {

    background-position: -64px -64px;

}

.ui-icon-arrowreturn-1-n {

    background-position: -80px -64px;

}

.ui-icon-arrowreturn-1-e {

    background-position: -96px -64px;

}

.ui-icon-arrowreturn-1-s {

    background-position: -112px -64px;

}

.ui-icon-arrowrefresh-1-w {

    background-position: -128px -64px;

}

.ui-icon-arrowrefresh-1-n {

    background-position: -144px -64px;

}

.ui-icon-arrowrefresh-1-e {

    background-position: -160px -64px;

}

.ui-icon-arrowrefresh-1-s {

    background-position: -176px -64px;

}

.ui-icon-arrow-4 {

    background-position: 0 -80px;

}

.ui-icon-arrow-4-diag {

    background-position: -16px -80px;

}

.ui-icon-extlink {

    background-position: -32px -80px;

}

.ui-icon-newwin {

    background-position: -48px -80px;

}

.ui-icon-refresh {

    background-position: -64px -80px;

}

.ui-icon-shuffle {

    background-position: -80px -80px;

}

.ui-icon-transfer-e-w {

    background-position: -96px -80px;

}

.ui-icon-transferthick-e-w {

    background-position: -112px -80px;

}

.ui-icon-folder-collapsed {

    background-position: 0 -96px;

}

.ui-icon-folder-open {

    background-position: -16px -96px;

}

.ui-icon-document {

    background-position: -32px -96px;

}

.ui-icon-document-b {

    background-position: -48px -96px;

}

.ui-icon-note {

    background-position: -64px -96px;

}

.ui-icon-mail-closed {

    background-position: -80px -96px;

}

.ui-icon-mail-open {

    background-position: -96px -96px;

}

.ui-icon-suitcase {

    background-position: -112px -96px;

}

.ui-icon-comment {

    background-position: -128px -96px;

}

.ui-icon-person {

    background-position: -144px -96px;

}

.ui-icon-print {

    background-position: -160px -96px;

}

.ui-icon-trash {

    background-position: -176px -96px;

}

.ui-icon-locked {

    background-position: -192px -96px;

}

.ui-icon-unlocked {

    background-position: -208px -96px;

}

.ui-icon-bookmark {

    background-position: -224px -96px;

}

.ui-icon-tag {

    background-position: -240px -96px;

}

.ui-icon-home {

    background-position: 0 -112px;

}

.ui-icon-flag {

    background-position: -16px -112px;

}

.ui-icon-calendar {

    background-position: -32px -112px;

}

.ui-icon-cart {

    background-position: -48px -112px;

}

.ui-icon-pencil {

    background-position: -64px -112px;

}

.ui-icon-clock {

    background-position: -80px -112px;

}

.ui-icon-disk {

    background-position: -96px -112px;

}

.ui-icon-calculator {

    background-position: -112px -112px;

}

.ui-icon-zoomin {

    background-position: -128px -112px;

}

.ui-icon-zoomout {

    background-position: -144px -112px;

}

.ui-icon-search {

    background-position: -160px -112px;

}

.ui-icon-wrench {

    background-position: -176px -112px;

}

.ui-icon-gear {

    background-position: -192px -112px;

}

.ui-icon-heart {

    background-position: -208px -112px;

}

.ui-icon-star {

    background-position: -224px -112px;

}

.ui-icon-link {

    background-position: -240px -112px;

}

.ui-icon-cancel {

    background-position: 0 -128px;

}

.ui-icon-plus {

    background-position: -16px -128px;

}

.ui-icon-plusthick {

    background-position: -32px -128px;

}

.ui-icon-minus {

    background-position: -48px -128px;

}

.ui-icon-minusthick {

    background-position: -64px -128px;

}

.ui-icon-close {

    background-position: -80px -128px;

}

.ui-icon-closethick {

    background-position: -96px -128px;

}

.ui-icon-key {

    background-position: -112px -128px;

}

.ui-icon-lightbulb {

    background-position: -128px -128px;

}

.ui-icon-scissors {

    background-position: -144px -128px;

}

.ui-icon-clipboard {

    background-position: -160px -128px;

}

.ui-icon-copy {

    background-position: -176px -128px;

}

.ui-icon-contact {

    background-position: -192px -128px;

}

.ui-icon-image {

    background-position: -208px -128px;

}

.ui-icon-video {

    background-position: -224px -128px;

}

.ui-icon-script {

    background-position: -240px -128px;

}

.ui-icon-alert {

    background-position: 0 -144px;

}

.ui-icon-info {

    background-position: -16px -144px;

}

.ui-icon-notice {

    background-position: -32px -144px;

}

.ui-icon-help {

    background-position: -48px -144px;

}

.ui-icon-check {

    background-position: -64px -144px;

}

.ui-icon-bullet {

    background-position: -80px -144px;

}

.ui-icon-radio-off {

    background-position: -96px -144px;

}

.ui-icon-radio-on {

    background-position: -112px -144px;

}

.ui-icon-pin-w {

    background-position: -128px -144px;

}

.ui-icon-pin-s {

    background-position: -144px -144px;

}

.ui-icon-play {

    background-position: 0 -160px;

}

.ui-icon-pause {

    background-position: -16px -160px;

}

.ui-icon-seek-next {

    background-position: -32px -160px;

}

.ui-icon-seek-prev {

    background-position: -48px -160px;

}

.ui-icon-seek-end {

    background-position: -64px -160px;

}

.ui-icon-seek-start {

    background-position: -80px -160px;

}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {

    background-position: -80px -160px;

}

.ui-icon-stop {

    background-position: -96px -160px;

}

.ui-icon-eject {

    background-position: -112px -160px;

}

.ui-icon-volume-off {

    background-position: -128px -160px;

}

.ui-icon-volume-on {

    background-position: -144px -160px;

}

.ui-icon-power {

    background-position: 0 -176px;

}

.ui-icon-signal-diag {

    background-position: -16px -176px;

}

.ui-icon-signal {

    background-position: -32px -176px;

}

.ui-icon-battery-0 {

    background-position: -48px -176px;

}

.ui-icon-battery-1 {

    background-position: -64px -176px;

}

.ui-icon-battery-2 {

    background-position: -80px -176px;

}

.ui-icon-battery-3 {

    background-position: -96px -176px;

}

.ui-icon-circle-plus {

    background-position: 0 -192px;

}

.ui-icon-circle-minus {

    background-position: -16px -192px;

}

.ui-icon-circle-close {

    background-position: -32px -192px;

}

.ui-icon-circle-triangle-e {

    background-position: -48px -192px;

}

.ui-icon-circle-triangle-s {

    background-position: -64px -192px;

}

.ui-icon-circle-triangle-w {

    background-position: -80px -192px;

}

.ui-icon-circle-triangle-n {

    background-position: -96px -192px;

}

.ui-icon-circle-arrow-e {

    background-position: -112px -192px;

}

.ui-icon-circle-arrow-s {

    background-position: -128px -192px;

}

.ui-icon-circle-arrow-w {

    background-position: -144px -192px;

}

.ui-icon-circle-arrow-n {

    background-position: -160px -192px;

}

.ui-icon-circle-zoomin {

    background-position: -176px -192px;

}

.ui-icon-circle-zoomout {

    background-position: -192px -192px;

}

.ui-icon-circle-check {

    background-position: -208px -192px;

}

.ui-icon-circlesmall-plus {

    background-position: 0 -208px;

}

.ui-icon-circlesmall-minus {

    background-position: -16px -208px;

}

.ui-icon-circlesmall-close {

    background-position: -32px -208px;

}

.ui-icon-squaresmall-plus {

    background-position: -48px -208px;

}

.ui-icon-squaresmall-minus {

    background-position: -64px -208px;

}

.ui-icon-squaresmall-close {

    background-position: -80px -208px;

}

.ui-icon-grip-dotted-vertical {

    background-position: 0 -224px;

}

.ui-icon-grip-dotted-horizontal {

    background-position: -16px -224px;

}

.ui-icon-grip-solid-vertical {

    background-position: -32px -224px;

}

.ui-icon-grip-solid-horizontal {

    background-position: -48px -224px;

}

.ui-icon-gripsmall-diagonal-se {

    background-position: -64px -224px;

}

.ui-icon-grip-diagonal-se {

    background-position: -80px -224px;

}

/* Misc visuals

----------------------------------*/



/* Corner radius */

.ui-corner-all,

.ui-corner-top,

.ui-corner-left,

.ui-corner-tl {

    -webkit-border-top-left-radius: 4px;

    -moz-border-radius-topleft: 4px;

            border-top-left-radius: 4px;



    -khtml-border-top-left-radius: 4px;

}

.ui-corner-all,

.ui-corner-top,

.ui-corner-right,

.ui-corner-tr {

    -webkit-border-top-right-radius: 4px;

    -moz-border-radius-topright: 4px;

            border-top-right-radius: 4px;



    -khtml-border-top-right-radius: 4px;

}

.ui-corner-all,

.ui-corner-bottom,

.ui-corner-left,

.ui-corner-bl {

    -webkit-border-bottom-left-radius: 4px;

    -moz-border-radius-bottomleft: 4px;

            border-bottom-left-radius: 4px;



    -khtml-border-bottom-left-radius: 4px;

}

.ui-corner-all,

.ui-corner-bottom,

.ui-corner-right,

.ui-corner-br {

    -webkit-border-bottom-right-radius: 4px;

    -moz-border-radius-bottomright: 4px;

            border-bottom-right-radius: 4px;



    -khtml-border-bottom-right-radius: 4px;

}

/* Overlays */

.ui-widget-overlay {

    opacity: .50;

    background: #666 url(../img/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;



    filter: Alpha(Opacity=50);

}

.ui-widget-shadow {

    margin: -5px 0 0 -5px;

    padding: 5px;



    opacity: .20;

    -webkit-border-radius: 5px;

       -moz-border-radius: 5px;

            border-radius: 5px;

    background: #000 url(../img/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;



    filter: Alpha(Opacity=20);

    -khtml-border-radius: 5px;

}



/*!

 * jQuery UI Resizable 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Resizable#theming

*/

.ui-resizable {

    position: relative;

}



.ui-resizable-handle {

    font-size: .1px;



    position: absolute;



    display: block;

}



.ui-resizable-disabled .ui-resizable-handle,

.ui-resizable-autohide .ui-resizable-handle {

    display: none;

}



.ui-resizable-n {

    top: -5px;

    left: 0;



    width: 100%;

    height: 7px;



    cursor: n-resize;

}



.ui-resizable-s {

    bottom: -5px;

    left: 0;



    width: 100%;

    height: 7px;



    cursor: s-resize;

}



.ui-resizable-e {

    top: 0;

    right: -5px;



    width: 7px;

    height: 100%;



    cursor: e-resize;

}



.ui-resizable-w {

    top: 0;

    left: -5px;



    width: 7px;

    height: 100%;



    cursor: w-resize;

}



.ui-resizable-se {

    right: 1px;

    bottom: 1px;



    width: 12px;

    height: 12px;



    cursor: se-resize;

}



.ui-resizable-sw {

    bottom: -5px;

    left: -5px;



    width: 9px;

    height: 9px;



    cursor: sw-resize;

}



.ui-resizable-nw {

    top: -5px;

    left: -5px;



    width: 9px;

    height: 9px;



    cursor: nw-resize;

}



.ui-resizable-ne {

    top: -5px;

    right: -5px;



    width: 9px;

    height: 9px;



    cursor: ne-resize;

}



/*!

 * jQuery UI Selectable 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Selectable#theming

*/

.ui-selectable-helper {

    position: absolute;

    z-index: 100;



    border: 1px dotted black;

}



/*!

 * jQuery UI Accordion 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Accordion#theming

*/

/* IE/Win - Fix animation bug - #4615 */

.ui-accordion {

    width: 100%;

}



.ui-accordion .ui-accordion-header {

    position: relative;



    zoom: 1;



    margin-top: 1px;



    cursor: pointer;

}



.ui-accordion .ui-accordion-li-fix {

    display: inline;

}



.ui-accordion .ui-accordion-header-active {

    border-bottom: 0 !important;

}



.ui-accordion .ui-accordion-header a {

    font-size: 1em;



    display: block;



    padding: .5em .5em .5em .7em;

}



.ui-accordion-icons .ui-accordion-header a {

    padding-left: 2.2em;

}



.ui-accordion .ui-accordion-header .ui-icon {

    position: absolute;

    top: 50%;

    left: .5em;



    margin-top: -8px;

}



.ui-accordion .ui-accordion-content {

    position: relative;

    top: 1px;



    display: none;

    overflow: auto;

    zoom: 1;



    margin-top: -2px;

    margin-bottom: 2px;

    padding: 1em 2.2em;



    border-top: 0;

}



.ui-accordion .ui-accordion-content-active {

    display: block;

}



/*!

 * jQuery UI Autocomplete 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Autocomplete#theming

*/

.ui-autocomplete {

    position: absolute;



    cursor: default;

}



/* workarounds */

* html .ui-autocomplete {

    width: 1px;

}



/* without this, the menu expands to 100% in IE6 */

/*

 * jQuery UI Menu 1.8.23

 *

 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Menu#theming

*/

.ui-menu {

    display: block;

    float: left;



    margin: 0;

    padding: 2px;



    list-style: none;

}



.ui-menu .ui-menu {

    margin-top: -3px;

}



.ui-menu .ui-menu-item {

    float: left;

    clear: left;

    zoom: 1;



    width: 100%;

    margin: 0;

    padding: 0;

}



.ui-menu .ui-menu-item a {

    line-height: 1.5;



    display: block;

    zoom: 1;



    padding: .2em .4em;



    text-decoration: none;

}



.ui-menu .ui-menu-item a.ui-state-hover,

.ui-menu .ui-menu-item a.ui-state-active {

    font-weight: normal;



    margin: -1px;

}



/*!

 * jQuery UI Button 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Button#theming

*/

.ui-button {

    position: relative;



    display: inline-block;

    overflow: visible;

    zoom: 1;



    margin-right: .1em;

    padding: 0;



    cursor: pointer;

    text-align: center;

    text-decoration: none !important;

}



/* the overflow property removes extra width in IE */

.ui-button-icon-only {

    width: 2.2em;

}



/* to make room for the icon, a width needs to be set here */

button.ui-button-icon-only {

    width: 2.4em;

}



/* button elements seem to need a little more width */

.ui-button-icons-only {

    width: 3.4em;

}



button.ui-button-icons-only {

    width: 3.7em;

}



/*button text element */

.ui-button .ui-button-text {

    line-height: 1.4;



    display: block;

}



.ui-button-text-only .ui-button-text {

    padding: .4em 1em;

}



.ui-button-icon-only .ui-button-text,

.ui-button-icons-only .ui-button-text {

    padding: .4em;



    text-indent: -9999999px;

}



.ui-button-text-icon-primary .ui-button-text,

.ui-button-text-icons .ui-button-text {

    padding: .4em 1em .4em 2.1em;

}



.ui-button-text-icon-secondary .ui-button-text,

.ui-button-text-icons .ui-button-text {

    padding: .4em 2.1em .4em 1em;

}



.ui-button-text-icons .ui-button-text {

    padding-right: 2.1em;

    padding-left: 2.1em;

}



/* no icon support for input elements, provide padding by default */

input.ui-button {

    padding: .4em 1em;

}



/*button icon element(s) */

.ui-button-icon-only .ui-icon,

.ui-button-text-icon-primary .ui-icon,

.ui-button-text-icon-secondary .ui-icon,

.ui-button-text-icons .ui-icon,

.ui-button-icons-only .ui-icon {

    position: absolute;

    top: 50%;



    margin-top: -8px;

}



.ui-button-icon-only .ui-icon {

    left: 50%;



    margin-left: -8px;

}



.ui-button-text-icon-primary .ui-button-icon-primary,

.ui-button-text-icons .ui-button-icon-primary,

.ui-button-icons-only .ui-button-icon-primary {

    left: .5em;

}



.ui-button-text-icon-secondary .ui-button-icon-secondary,

.ui-button-text-icons .ui-button-icon-secondary,

.ui-button-icons-only .ui-button-icon-secondary {

    right: .5em;

}



.ui-button-text-icons .ui-button-icon-secondary,

.ui-button-icons-only .ui-button-icon-secondary {

    right: .5em;

}



/*button sets*/

.ui-buttonset {

    margin-right: 7px;

}



.ui-buttonset .ui-button {

    margin-right: -.3em;

    margin-left: 0;

}



/* workarounds */

button.ui-button::-moz-focus-inner {

    padding: 0;



    border: 0;

}



/* reset extra padding in Firefox */

/*!

 * jQuery UI Dialog 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Dialog#theming

*/

.ui-dialog {

    position: absolute;



    overflow: hidden;



    width: 300px;

    padding: .2em;

}



.ui-dialog .ui-dialog-titlebar {

    position: relative;



    padding: .4em 1em;

}



.ui-dialog .ui-dialog-title {

    float: left;



    margin: .1em 16px .1em 0;

}



.ui-dialog .ui-dialog-titlebar-close {

    position: absolute;

    top: 50%;

    right: .3em;



    width: 19px;

    height: 18px;

    margin: -10px 0 0 0;

    padding: 1px;

}



.ui-dialog .ui-dialog-titlebar-close span {

    display: block;



    margin: 1px;

}



.ui-dialog .ui-dialog-titlebar-close:hover,

.ui-dialog .ui-dialog-titlebar-close:focus {

    padding: 0;

}



.ui-dialog .ui-dialog-content {

    position: relative;



    overflow: auto;

    zoom: 1;



    padding: .5em 1em;



    border: 0;

    background: none;

}



.ui-dialog .ui-dialog-buttonpane {

    margin: .5em 0 0 0;

    padding: .3em 1em .5em .4em;



    text-align: left;



    border-width: 1px 0 0 0;

    background-image: none;

}



.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {

    float: right;

}



.ui-dialog .ui-dialog-buttonpane button {

    margin: .5em .4em .5em 0;



    cursor: pointer;

}



.ui-dialog .ui-resizable-se {

    right: 3px;

    bottom: 3px;



    width: 14px;

    height: 14px;

}



.ui-draggable .ui-dialog-titlebar {

    cursor: move;

}



/*!

 * jQuery UI Slider 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Slider#theming

*/

.ui-slider {

    position: relative;



    text-align: left;

}



.ui-slider .ui-slider-handle {

    position: absolute;

    z-index: 2;



    width: 1.2em;

    height: 1.2em;



    cursor: default;

}



.ui-slider .ui-slider-range {

    font-size: .7em;



    position: absolute;

    z-index: 1;



    display: block;



    border: 0;

    background-position: 0 0;

}



.ui-slider-horizontal {

    height: .8em;

}



.ui-slider-horizontal .ui-slider-handle {

    top: -.3em;



    margin-left: -.6em;

}



.ui-slider-horizontal .ui-slider-range {

    top: 0;



    height: 100%;

}



.ui-slider-horizontal .ui-slider-range-min {

    left: 0;

}



.ui-slider-horizontal .ui-slider-range-max {

    right: 0;

}



.ui-slider-vertical {

    width: .8em;

    height: 100px;

}



.ui-slider-vertical .ui-slider-handle {

    left: -.3em;



    margin-bottom: -.6em;

    margin-left: 0;

}



.ui-slider-vertical .ui-slider-range {

    left: 0;



    width: 100%;

}



.ui-slider-vertical .ui-slider-range-min {

    bottom: 0;

}



.ui-slider-vertical .ui-slider-range-max {

    top: 0;

}



/*!

 * jQuery UI Tabs 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Tabs#theming

*/

.ui-tabs {

    position: relative;



    zoom: 1;



    padding: .2em;

}



/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav {

    margin: 0;

    padding: .2em .2em 0;

}



.ui-tabs .ui-tabs-nav li {

    position: relative;

    top: 1px;



    float: left;



    margin: 0 .2em 1px 0;

    padding: 0;



    list-style: none;



    white-space: nowrap;



    border-bottom: 0 !important;

}



.ui-tabs .ui-tabs-nav li a {

    float: left;



    padding: .5em 1em;



    text-decoration: none;

}



.ui-tabs .ui-tabs-nav .ui-tabs-selected {

    margin-bottom: 0;

    padding-bottom: 1px;

}



.ui-tabs .ui-tabs-nav .ui-tabs-selected a,

.ui-tabs .ui-tabs-nav .ui-state-disabled a,

.ui-tabs .ui-tabs-nav .ui-state-processing a {

    cursor: text;

}



.ui-tabs .ui-tabs-nav li a,

.ui-tabs.ui-tabs-collapsible .ui-tabs-nav .ui-tabs-selected a {

    cursor: pointer;

}



/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {

    display: block;



    padding: 1em 1.4em;



    border-width: 0;

    background: none;

}



.ui-tabs .ui-tabs-hide {

    display: none !important;

}



/*!

 * jQuery UI Datepicker 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Datepicker#theming

*/

.ui-datepicker {

    display: none;



    width: 17em;

    padding: .2em .2em 0;

}



.ui-datepicker .ui-datepicker-header {

    position: relative;



    padding: .2em 0;

}



.ui-datepicker .ui-datepicker-prev,

.ui-datepicker .ui-datepicker-next {

    position: absolute;

    top: 2px;



    width: 1.8em;

    height: 1.8em;

}



.ui-datepicker .ui-datepicker-prev-hover,

.ui-datepicker .ui-datepicker-next-hover {

    top: 1px;

}



.ui-datepicker .ui-datepicker-prev {

    left: 2px;

}



.ui-datepicker .ui-datepicker-next {

    right: 2px;

}



.ui-datepicker .ui-datepicker-prev-hover {

    left: 1px;

}



.ui-datepicker .ui-datepicker-next-hover {

    right: 1px;

}



.ui-datepicker .ui-datepicker-prev span,

.ui-datepicker .ui-datepicker-next span {

    position: absolute;

    top: 50%;

    left: 50%;



    display: block;



    margin-top: -8px;

    margin-left: -8px;

}



.ui-datepicker .ui-datepicker-title {

    line-height: 1.8em;



    margin: 0 2.3em;



    text-align: center;

}



.ui-datepicker .ui-datepicker-title select {

    font-size: 12px;

    line-height: 24px;



    height: 24px;

    margin: 0;

    padding: 0 5px;



    border: none;

}



.ui-datepicker .ui-datepicker-title select:first-child {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

}



.ui-datepicker .ui-datepicker-title select:last-child {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

}



.ui-datepicker select.ui-datepicker-month-year {

    width: 100%;

}



.ui-datepicker select.ui-datepicker-month,

.ui-datepicker select.ui-datepicker-year {

    width: 49%;

}



.ui-datepicker table {

    font-size: .9em;



    width: 100%;

    margin: 0 0 .4em;



    border-collapse: collapse;

}



.ui-datepicker th {

    font-weight: bold;



    padding: .7em .3em;



    text-align: center;



    border: 0;

}



.ui-datepicker td {

    padding: 1px;



    border: 0;

}



.ui-datepicker td span,

.ui-datepicker td a {

    display: block;



    padding: .2em;



    text-align: right;

    text-decoration: none;

}



.ui-datepicker .ui-datepicker-buttonpane {

    margin: .7em 0 0 0;

    padding: 0 .2em;



    border-right: 0;

    border-bottom: 0;

    border-left: 0;

    background-image: none;

}



.ui-datepicker .ui-datepicker-buttonpane button {

    float: right;

    overflow: visible;



    width: auto;

    margin: .5em .2em .4em;

    padding: .2em .6em .3em .6em;



    cursor: pointer;

}



.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {

    float: left;

}



/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {

    width: auto;

}



.ui-datepicker-multi .ui-datepicker-group {

    float: left;

}



.ui-datepicker-multi .ui-datepicker-group table {

    width: 95%;

    margin: 0 auto .4em;

}



.ui-datepicker-multi-2 .ui-datepicker-group {

    width: 50%;

}



.ui-datepicker-multi-3 .ui-datepicker-group {

    width: 33.3%;

}



.ui-datepicker-multi-4 .ui-datepicker-group {

    width: 25%;

}



.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {

    border-left-width: 0;

}



.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {

    border-left-width: 0;

}



.ui-datepicker-multi .ui-datepicker-buttonpane {

    clear: left;

}



.ui-datepicker-row-break {

    font-size: 0;



    clear: both;



    width: 100%;

}



/* RTL support */

.ui-datepicker-rtl {

    direction: rtl;

}



.ui-datepicker-rtl .ui-datepicker-prev {

    right: 2px;

    left: auto;

}



.ui-datepicker-rtl .ui-datepicker-next {

    right: auto;

    left: 2px;

}



.ui-datepicker-rtl .ui-datepicker-prev:hover {

    right: 1px;

    left: auto;

}



.ui-datepicker-rtl .ui-datepicker-next:hover {

    right: auto;

    left: 1px;

}



.ui-datepicker-rtl .ui-datepicker-buttonpane {

    clear: right;

}



.ui-datepicker-rtl .ui-datepicker-buttonpane button {

    float: left;

}



.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {

    float: right;

}



.ui-datepicker-rtl .ui-datepicker-group {

    float: right;

}



.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {

    border-right-width: 0;

    border-left-width: 1px;

}



.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {

    border-right-width: 0;

    border-left-width: 1px;

}



/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {

    position: absolute; /*must have*/

    z-index: -1; /*must have*/

    top: -4px; /*must have*/

    left: -4px; /*must have*/



    width: 200px; /*must have*/

    height: 200px; /*must have*/



    filter: mask(); /*must have*/

}



/*!

 * jQuery UI Progressbar 1.8.23

 *

 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Progressbar#theming

*/

.ui-progressbar {

    overflow: hidden;



    height: 2em;



    text-align: left;

}



.ui-progressbar .ui-progressbar-value {

    height: 100%;

    margin: -1px;

}



.icon_assigned {

    position: relative;

    top: .25em;



    display: inline-block;



    width: 10px;

    height: 10px;



    cursor: pointer;



    background-image: url('../img/icon/assigned.png');

    background-position: 0 0;

}



.icon_no_assigned {

    position: relative;

    top: .25em;



    display: inline-block;



    width: 10px;

    height: 10px;



    background-image: url('../img/icon/no_assigned.png');

    background-position: 0 0;

}
