/* RESET STYLE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

/* COLOR PALETTE

Background Verd clar: #DBE8B2
Background Body Rosa: #E3DBD7
Ombra Body - Rosa fosc: #C4B3AA
LLetres Blau Fosc: #2A5269
 - Linies Blau Fosc
Menu - To verd clar: #B9D198
Menu - To verd fosc: #6AA17A
Llista - Part de dalt: #7EB5A5

*/


b {
    font-weight: bold;
}

body {
    font-size: small;
    font-family: Arial, sans-serif;
    background-color:#DBE8B2;
    color: #2A5269;
    text-align: center; /* to fix centering of container for Netscape 4 and IE 4-6 */
    background-image: url(../img/lgren031.jpg); /*31*/
    background-repeat: repeat;
}

#container {
    position: relative;
    /*background: #E3DBD7;*/
/*    background-image: url(../img/gradient.jpeg);
    background-repeat: repeat-x;*/
    background-image: url(../img/gradientYb.png);
    background-repeat: repeat-y;
    width: 920px;
    height: 610px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: left;
    border: 4px outset #C4B3AA;
    border-radius: 5px;
}

#languages select {
    font-size: 12px;
    padding: 2px;
    border: 0px solid #4c8574;
    border-radius: 4px;
    background-color: #2A5269;
    color: white;
}

header {
    padding: 5px;
    border-bottom: 4px outset #2A5269;
    height: 55px;
}

#h1-container {
    text-align: center;
    float: left;
    background-color: #6AA17A;
    background-image: url(../img/h1gradient.png);
    background-repeat: repeat-x;
    /*background: linear-gradient(#B9D198, #6AA17A);*/
    margin: 2px;
    border: 1px solid #2A5269;
    padding: 10px 60px;
    border-radius: 4px;
}

#h1-container a {
    color: white;
}

#h1-container a:link {
    text-decoration: none;
}

#h1-container a:visited {
    text-decoration: none;
}

h1 {
    font-family:'Kotta One', serif;
    font-size: 150%;
    line-height: 25px;
    color: white;
    font-weight: bold;
}

h2 {
    font-family:'Kotta One', serif;
    font-size: 130%;
    line-height: 20px;
    color: black;
    font-weight: bold;
    padding-bottom: 5px;
}

#nav-container {
    float: right;
    list-style: none;
    margin: 10px;
}

#nav-container li {
    float: left;
}

#nav-container a {
    font-family:'Kotta One', serif;
    background: #6AA17A;
    background: linear-gradient(#B9D198, #6AA17A);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: block;
    font-size: 110%;
    /*font-weight: bold;*/
    padding: 0 10px;
    line-height: 29px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    /* text-transform: uppercase; */
}

#nav-container a:link {
    text-decoration: none;
}

#nav-container a:visited {
    text-decoration: none;
}

#nav-container a:hover {
    background: #6AA17A;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
}

header li:first-child a {
    border-left: none;
    border-radius: 4px 0 0 4px;
}

header li:last-child a {
    border-right: none;
    border-radius: 0 4px 4px 0;
}

#content {
    padding: 10px 20px;
    clear: both;
    z-index: 0;
}

#welcome {
    /*font-size: 110%;*/
    position: absolute;
    left: 4px;
    right: 4px;
    top: 75px;
    bottom: 30px;
    z-index: 10;
    padding: 30px 30px 30px 30px;
    text-align: center;
    color: #2A5269;
    background-color: white;
    border: 3px solid #2a5269;
}

#welcome-container{
    font-size: 110%;
}

.welcome-page {
    position: absolute;
    z-index: 11;
    display: none;
/*    visibility: hidden; */
    width: 93%;
}

#welcome h1 {
    color: #2A5269;
    margin: 10px;
    font-size: 200%;
}

#welcome h2 {
    color: #2A5269;
    margin: 10px;
    padding-top: 10px;
    font-size: 140%;
}

#welcome ol {
    list-style-type: decimal;
    cursor: pointer;
    font-family:'Kotta One', serif;
    font-size: 120%;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 0px;
    text-align: left;
    float: right;
}

/*#welcome img {
}*/

#img-home-page {
    margin-top: 10px;
    margin-left: 50px;
}

.right-text-img {
    float:right;
    padding: 0 10px 20px 20px;
}

.clear {
    clear: both;
}

#welcome p{
    margin: 20px 10px;
    font-size: 120%;
    line-height: 110%;
}

#welcome ul{
    padding-left: 10px;
    list-style-type: square;
    font-size: 110%;
}

#welcome li{
    padding: 5px 0;
}

.welcome-text {
    padding-top: 10px;
    text-align: left;
    width: 50%;
    float:left;
    line-height: 110%;
}

.bigblock {
    text-align: left;
    width: 100%;
}

.block {
    text-align: left;
    width: 400px;
    float: left;
}


.block-left {
    float: left;
}

.block-right {
    float: right;
}

.welcome-page h3 {
    font-family:'Kotta One', serif;
    font-size: 150%;
    font-weight: bold;
}

.welcome-button {
    position: absolute;
    z-index: 20;
    text-align: center;
    color: white;
    background-color: #6AA17A;
    font-family:'Kotta One', serif;
    cursor: pointer;
    border: 2px solid #2A5269;
    border-radius: 5px;
    padding: 5px 10px;
    bottom: 15px;
}

#welcome-close {
    right: 330px;
    color: white;
    background-color: #2A5269;
    border: 2px solid black;
    border-radius: 5px;
}

#welcome-next {
    right: 15px;
    width: 70px;
}

#welcome-prev {
    left: 15px;
    width: 70px;
}

#small-welcome, #small-t{
    background-color: #2a5269;
    color: white;
    font-size: 100%;
    padding: 2px 0;
    cursor: pointer;
}

#small-t {
    padding: 2px 3px 2px 5px;
    width: 10px;
    border: 1px solid #2a5269;
    border-radius: 2px;
    float: left;
    margin: 20px 0 0 20px;
}


#field-table-article {
    float: left;
    width: 250px;
    height: 250px;
    padding: 5px;
    background-color: #2A5269;
    border: 3px ridge #C4B3AA;
    overflow: auto;
}

#field-table {
    background: white;
    width: 100%;
    border: 3px inset #4C8574;
    caption-side: top;
    text-align: center;
}


#field-table select {
    font-size: 12px;
    padding: 2px;
    border: 0px solid #4C8574;
    border-radius: 4px;
    background-color: white;
}

#field-table th {
    padding: 0.75px 0.5px;
}

#field-table tbody tr:nth-child(even) {
    background-color: #ECFFAA;
}

#field-table tbody tr:nth-child(even) select{
    background-color: #ECFFAA;
}


/*
option[value="C"] {
    background-color: #FFFFE1;
}

option[value="T"] {
    background-color: #763B00;
    color: white;
}

option[value="A"] {
    background-color: #9999FF;
} */

#field-table .top-tr{
    background-color: #7EB5A5;
    color: white;
    border-bottom: 2px inset #4C8574;
    font-size: 110%;
}

#field-table .top-tr th {
    padding: 2px;
}

#field-table .top-tr th:first-child {
    border-right: 2px inset #4C8574;
}

#field-table .top-tr th:last-child {
    border-left: 2px inset #4C8574;
}

#wind-canvas-article {
    float: right;
    width: 590px;
    height: 260px;
    overflow: auto;
    border: 3px ridge #C4B3AA;
    background-color: white;
    z-index: 0;
}

#wind-comments-container{
    background-color: #DBE8B2;
    line-height: 16px;
    padding: 5px;
    border: 1px solid #6AA17A;
    border-radius: 5px;
    margin: 5px 0px 5px 18px;
    height: 30px;
}

#wind-circle-article {
    float: left;
    width: 24%;
    height: 200px;
    text-align: center;
    padding-top: 5px;
    padding-right: 0;
}

#wind-circle-canvas {
    cursor: pointer;
    margin-left: 16px;

}


#wind-comments-container {
    text-align: center;
}

#field-canvas-article {
    float: right;
    width: 75%;
    text-align: left;
}

#field-canvas-container {
    /*border: 3px solid #34495E;*/
    background: white;
}

#field-canvas {
    margin-top: 5px;
    background: white;
    cursor: pointer;
}


#field-properties-article {
    margin-top: 10px;
    float: left;
    width: 72%;
    height: 215px;
    /*overflow: auto;*/
    font-size: 12px;
    line-height: 15px;
}

#field-properties-container {
    width: 100%;
    height: 190px;
    overflow: auto;
}



#field-properties-title {
    font-size: 120%;
    padding-bottom: 1px;
    margin: 3px;
    border-bottom: 3px outset #2A5269;
    font-weight: bold;
}

#field-properties-table {
    background: white;
    border: 3px solid #34495E;
    caption-side: top;
    text-align: center;
    margin-top: 10px;
    border: 3px ridge #C4B3AA;
    cursor: pointer;
}


#field-properties-table .top-tr{
    background-color: #7EB5A5;
    color: white;
    border: 3px ridge #C4B3AA;
    padding: 2px;
    font-weight: bold;
    font-size: 110%;
    cursor: auto;
}

#field-properties-table .top-tr th {
    padding: 2px;
}

#field-properties-table th {
    width: 225px;
    border: 1px solid #C4B3AA;
}

#field-properties-table .id_column {
    width: 40px;
    background-color: #7EB5A5;
    color: white;
    border: 3px ridge #C4B3AA;
    font-weight: bold;
    cursor: auto;
}

#help-article {
    float: right;
    margin-top: 10px;
    width: 220px;
    height: 205px;
    overflow: auto;
    padding: 5px;
    background-color: #B9D198;
    border: 3px ridge #C4B3AA;
}

#help-content {
    height: 60%;
    text-align: center;
}

#help-content-title {
    font-family:'Kotta One', serif;
    font-weight: bold;
    font-size: 130%;
    padding: 10px;
}

#help-item {
    font-family:'Kotta One', serif;
    font-size: 120%;
    line-height: 110%;
    padding: 5px;
    font-style: italic;
}

i {
    font-style: italic;
}

#save-fields {
    padding-top: 15px;
    border-top: 1px solid #E3DBD7;
    margin: 0 10px;
}

.input-button {
    background-color: #DBE8B2;
    border: 1px ridge #C4B3AA;
    border-radius: 2px;
    margin-top: 10px;
    float:right;
    margin-left: 20px;
    cursor: pointer;
}

.input-button2 {
    background-color: #DBE8B2;
    border: 1px ridge #C4B3AA;
    border-radius: 2px;
    cursor: pointer;
}

.input-button3 {
    background-color: #DBE8B2;
    border: 1px ridge #C4B3AA;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px 10px 5px 10px;
}

#create-confirm {
    position: absolute;
    z-index: 1;
    left: 330px;
    top: 200px;
    background-color: #2A5269;
    color: white;
    line-height: 16px;
    padding: 10px 10px;
    border: 1px solid #6AA17A;
    border-radius: 5px;
    font-size: 120%;
    text-align: center;
    width: 200px;
    visibility: hidden;
    /*visibility: visible*/;
    cursor: move;
}

footer {
    background: #2A5269;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer-container {
    margin: 2px;
}

#login-container {
    padding-left: 10%;
    padding-top: 5%;
}

#file-container {
    font-size: 115%;
    padding: 100px 100px;
    line-height: 130%;
}

#image-container {
    font-size: 115%;
    padding: 20px 100px;
    line-height: 130%;
}

#color-scale{
    z-index: 1;
    position: absolute;
    top: 84px;
    right: 24px;
    font-size: 80%;
}

#color-scale table{
    border-collapse: collapse;
    text-align: center;
    empty-cells: hide;
}

#color-scale td{
    padding: 2px;
    border: 1px solid black;
}


.question {
    z-index: 1;
    background-color: #DBE8B2;
    position: absolute;
    border: 1px dotted #6AA17A;
    padding: 1px 3px;
    border-radius: 2px;
    cursor: help;
}

#small-q {
    background-color: #DBE8B2;
    border: 1px dotted #6AA17A;
    padding: 1px 3px;
    border-radius: 2px;
    width: 10px;
    height: 15px;
    float: left;
    text-align: center;
    margin: 32px 0 0 20px;
}

#question-form {
    top: 80px;
    left: 286px;
}

#question-wind {
    top: 140px;
    left: 290px;
}

#question-canvas {
    top: 80px;
    right: 4px;
}

#question-f2f {
    top: 392px;
    left: 5px;
}

#question-detail {
    top: 356px;
    right: 255px;
    display: none;
}

#question-create {
    top:87px;
    left: 30px;
}

#question-file{
    top: 263px;
    left: 450px;
}

.question-text{
    position: absolute;
    z-index: 2;
    background-color: #DBE8B2;
    line-height: 16px;
    padding: 5px;
    border: 1px solid #6AA17A;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    /*visibility: hidden;*/
    /*visibility: visible*/;
}

.help-text {
    position: absolute;
    z-index: 2;
    background-color: #DBE8B2;
    line-height: 16px;
    padding: 5px;
    border: 1px solid #6AA17A;
    border-radius: 5px;
    font-size: 12px;
    visibility: hidden;
    /*visibility: visible*/;
}

.help-text h3, .question-text h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

#help-form {
    top: 98px;
    left: 286px;
    /*width: 200px;*/
}

#help-wind {
    top: 158px;
    right: 615px;
    width: 285px;
}

#help-f2f {
    bottom: 220px;
    left: 4px;
    width: 430px;
}

#help-detail {
    top: 373px;
    right: 255px;
}

#help-canvas {
    top: 97px;
    right: 3px;
    width: 300px;
}

#help-canvas table {
    text-align: left;
}

.cell1 {
    text-align: right;
    padding-right: 5px;
}

#help-create{
    top: 105px;
    left: 29px;
    width: 570px;
}

#help-file{
    top: 262px;
    left: 466px;
    width: 420px;
}

.help-comment {
    font-size: 10px;
}

#help-field-properties {
    width: 120px;
    top: 270px;
    left: 320px;
}

#help-f2f-properties {
    width: 212px;
    top: 360px;
    left: 671px;
}

.f2fnumber {
    float: right;
}

#people {
    float:right;
    padding: 0 10px;
}

footer a {
    color: white;
    padding-left: 10px;
}

footer a:link {
    text-decoration: none;
}

footer a:visited {
    text-decoration: none;
}

sup {
    font-size: 75%;
    vertical-align: super;
    line-height: 75%;
}

sub {
    font-size: 75%;
    vertical-align: sub;
}

#about-container, #people-container {
    font-size: 115%;
    padding: 10px 20px;
    width: 95%;
    line-height: 120%;
}

#about-container ul, #people-container ul, #file-container ul {
    padding-left: 20px;
    list-style-type: square;
}

.people-group {
    background-color: #DBE8B2;
    border: 1px solid #6AA17A;
    border-radius: 5px;
    width: 28%;
    float: left;
    border: 1px solid black;
    margin: 5px 20px;
    padding: 10px;
}

#pg-2 {
    width: 26%;
}

#pg-3 {
    width: 22%;
}

.organization {
    margin: 10px 0;
}

#save-confirm {
    position: absolute;
    z-index: 1;
    background-color: #2A5269;
    color: white;
    line-height: 16px;
    padding: 5px;
    border: 1px solid #6AA17A;
    border-radius: 5px;
    font-size: 160%;
    bottom: 45px;
    right: 35px;
    width: 194px;
    height: 60px;
    text-align: center;
    visibility: hidden;
    /*visibility: visible*/;
}

#save-confirm2 {
    position: absolute;
    z-index: 1;
    background-color: #2A5269;
    color: white;
    line-height: 20px;
    padding: 20px;
    border: 1px solid #6AA17A;
    border-radius: 5px;
    font-size: 160%;
    bottom: 230px;
    left: 240px;
    width: 400px;
    height: 110px;
    text-align: center;
    visibility: hidden;
    /*visibility: visible*/;
}

/* CREATE HTML */

#canvas-container {
    text-align: center;
    background-color: white;
    width: 800px;
    height: 480px;
    margin: 4px auto;
    position: static;
}

.form_comment {
    margin-left: 50px;
    float: left;
}

.datepicker {
    font-size: .95em;
    background-color: inherit;
    border: 0 solid black;
    width: 70px;
    cursor: default;
}

.ui-datepicker-trigger {
    width: 15px;
    cursor: pointer;
}
