* {
    margin: 0;
    padding: 0;
}

body {
    /* background: url('/resources/images/2-1.png'); */
    /*overflow: hidden;*/
    font-family: Helvetica;
    color: #033c5a !important;
    cursor: auto;
}

h1 {
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
}

p {
    font-family: Tahoma, Geneva, sans-serif;
}

div#reportgen-main-container p {
    margin: 0;
}

/* emulate a standard browser link for elements handled by javascript */
.standard-link {
    color: #337ab7;
    cursor: pointer;
}
.standard-link:hover {
    text-decoration: underline;
}
.standard-link :visited {
}

/*
 * basic global specific css attributes
 */
.hidden {
    display: none;
}

.clickable {
    cursor: pointer;
}

.blue {
    color: #003366;
}

.dark-grey {
    color: #333333;
}

.light-grey {
    color: #cccccc;
}

.loading {
    cursor: progress !important;
}
/*
 * end basic global css attributes
 */

/*
 * modal stuff
 */
#total-overlay {
    position: absolute;
    width: 100%;
    /*background: url('/resources/images/transparent-black.png');*/
    z-index: 10000000000;
}

#modal {
    border-radius: 4px;
    width: 700px;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 12px #3d3d3d;
    position: fixed;
    left: 10%;
    top: 6%;
    height: auto;
}

#modal-top {
    width: 100%;
    background-color: #cccccc;
}

#close-modal {
    float: right;
    /*margin-top: -20px;*/
    /*margin-right: -20px;*/
}

h1.modal-title {
    margin-bottom: 1em;
}

#modal #modal-content label.required div.form-label-text:after {
    color: red;
    content: " *";
}

#modal #modal-content h1 {
    margin-top: 0;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#modal #modal-content form p {
    margin-bottom: 1em;
}

#modal #modal-content form#rename-document-form input {
    width: 450px;
}

#modal #modal-content form#add-sidebar-folder-form input {
    width: 450px;
}

#modal #modal-content form#add-folder-form input {
    width: 450px;
}

/*
 * end modal stuff
 */

#container {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

#header {
    background: url('/resources/images/2-1.png');
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #c4c4c4;
}
#header h1 {
    padding: 15px 0 0 15px;
    font-size: 30px;
    color: #033C5A;
    text-shadow: 0 1px 0 #ffffff;
}

#logo {
    max-width: 300px;
    float: left;
}

#logo-public img {
    max-height: 72px;
    margin: 2px 0 0 8px;
    float: left;
}

.proplans-red {
    color: #cc0033;
}

.small {
    font-size: 12px;
    margin-left: 100px;
    text-shadow: 0 1px 0 #ffffff;
}

#search {
    width: 94px;
    float: right;
}

#header-button-container {
    clear: both;
    float: right;
    margin-top: -25px;
}

#footer {
    background: url('/resources/images/5.png');
    border-top: 1px solid #c4c4c4;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
    height: 80px;
}

#footer p {
    text-align: center;
    font-style: italic;
    font-size: 10pt;
    padding-bottom: .5em;
}

/**
 * Tooltip styles
 */

.tool-tip {
    position: absolute;
    width: 130px;
    color: #262626;
    background: #E0E0E0;
    border: 2px solid #6D6D6D;
    height: 1em;
    padding: 4px;
    font-size: 8pt;
    text-align: center;
    border-radius: 4px;
    left: 25%;
    bottom: 10px;
    border: 1px solid #6D6D6D;
    z-index: 1200;
    opacity: 1;
    line-height: 1.1;
}
/*
 * end tooltip
 */

/*
 * default form stuff
 *
 */

form {
    width: 100%;
}

form p {
    margin-top: 10px;
}

form div.form-help-text {
    font-style: italic;
    font-size: 8pt;
    padding-right: 12px;
}

label.form-label {
    font-family: Tahoma, Geneva, sans-serif;
    float: left;
    /* If width is needed, put a class on it. width: 50%; */
    margin-bottom: 8px;
    font-weight: normal;
}

label.long {
    width: 100%;
}

label select {
    max-width: 90%;
    margin-bottom: 2px;
}

input {
    color: #777777;
    /*min-width: 96%;*/
    background: #ffffff;
    /*border: 1px solid #c4c4c4;*/
    outline-width: 0px;
    /*height: 24px;*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
}

input#search-input {
    color: #777777;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
}

input.ilong {
    min-width: 98%;
}

textarea {
    min-width: 98%;
    min-height: 50px;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    outline-width: 0px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
}

form div.form-fixed-text {
    color: #006496;
    font-size: 10pt;
    padding-right: 12px;
}

form button {
    float: right;
    margin: 10px 10px 0 0;
    background-color: #333333;
    color: #003366;
    font-size: 15px;
    border: none;
}

.form-error {
    color: #990000;
    font-size: 14px;
    font-style: italic;
    margin-left: 16px;
    margin-top: 16px;
    display: block;
    position: absolute;
}
/*
 * end default form
 */

/*
 * message stuff/error message stuff
 */

#message-container {
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 100000000;
    line-height: 1.1;
}
#message-container div {
    top: 55px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    text-align: center;
    border-radius: 2px;
    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
}

#message {
    display: none;
    background-color: #eddaa2;
    border: 1px solid #c69a2f;
    position: fixed;
    padding-top: 7px;
    padding-bottom: 7px;
}

#message p {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
#message p.details {
    font-size: 8px;
    font-weight: normal;
}

#error-message {
    display: none;
    /* background-color: #6e0023; */
    background-color: #eddaa2;
    border: 1px solid #2a000d;
    position: fixed;
    padding-top: 7px;
    padding-bottom: 7px;
}

#error-message p {
    color: #333333;
    /* color: #ffffff; */
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
#error-message p.details {
    font-size: 10px;
    font-weight: normal;
}

/*buttons*/

button {
    cursor: pointer;
    margin: 10px 0 10px 0;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00bfda;
    background-image: -moz-linear-gradient(top,#00bfda,#00879b);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfda),to(#00879b));
    background-image: -webkit-linear-gradient(top,#00bfda,#00879b);
    border-color: #00879b;
    border-radius: 5px;
    text-align: center;
    float: none;
}
button.large {
    width: 150px;
}

button.green {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(top,#62C462,#51A351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62C462),to(#51A351));
    background-image: -webkit-linear-gradient(top,#62C462,#51A351);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    margin: 10px 10px 10px 0px;
    padding: 5px;
}
button.green p {
    _margin-top: 5px;
    _margin-bottom: 5px;
    margin: 0px;
}

/*tables*/
table {
    border-collapse: collapse;
    color: #033c5a;
    border: 1px solid #c4c4c4;
}

th {
    text-align: left;
    background: -webkit-linear-gradient(#fff, #ddd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #ddd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #ddd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #ddd); /* Standard syntax */
    padding: 4px;
}

th.content-cell {
    padding: 4px;
    text-align: left;
}

th.search-heading {
    padding: 4px;
}

tr {
    background-color: #f9f9f9;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    font-size: 10pt;
}

tr.active-link {
    color: #000000;
}

tr.inactive-link {
    color: #8c8c8c;
}

tr span {
    font-size: 12pt !important;
}

tr:hover {
    background-color: #d4d4d4;
}

td {
    padding: 0 4px;
    font-size: 10pt;
}

th.column-options {
    min-width: 150px;
}

td.column-options {
    min-width: 150px;
}

/*
 * Jquery UI stuff
 */
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

/*
 * Global message
 */
div#global-message {
    font-family: helvetica;
    border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    text-align: center;
    width: auto;
    font-size: 10pt;
    margin: 8px 25% 8px 25%;
    padding: 6px;
    background-color: #EAF8E4;
    border-color: #8DC478;
    color: #3E642F;
    position: absolute;
    top: 59px;
    left: -218px;
    z-index: 25;
}

/*
 * Site off-line message
 */
div#offline-message {
    font-family: helvetica;
    border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    text-align: center;
    width: auto;
    font-size: 10pt;
    margin: 8px 25% 8px 25%;
    padding: 6px;
    background-color: #FFF2F2;
    border-color: #CC0000;
    color: #B20000;
    position: absolute;
    top: 59px;
    left: -218px;
    z-index: 25;
}

/** Datepicker styling **/
/*
 .ll-skin-vigo {
 font-size: 90%;
 }

 .ll-skin-vigo .ui-widget {
 font-family: "DroidSans", sans-serif;
 background: #f8f8f8;
 }
*/
