*
{
    font-family:Verdana,Arial,sans-serif;
    font-size: 15px;
    color: #333;
    cursor: default;
}

html
{
    background-image: url("logo.png");
    background-position: right top;
    background-repeat: no-repeat;
}

a, input, select, option, textarea {
    cursor: pointer;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    cursor: text;
}

h1
{
    font-size: 20px;
    margin-left: 20px;
}

#save-message {
    padding-top: 100px;
    padding-bottom: 50px;
}

table{
    border-spacing:0;
    border-collapse:collapse;
}

.first, .last
{
    width: 1px;
    padding: 0 !important;
}

#select-language
{
    right: 0px;
    position: absolute;
    margin-right: 20px;
    top: 15px;
}

#login-headline
{
    position: relative;
    top: 150px;
}

#login-box, #pw-box, #contact-box
{
    width: 350px;
    margin: auto;
    margin-top: 200px;
    padding: 50px 50px 25px 50px;
    background: white;
    border-radius: 9px;
    border: 1px solid #ccc;
    box-shadow: 15px 15px 7px 5px rgba(25,25,25,0.5);
}

.pw-reset
{
    display: block;
    text-align: center;
}

#contact-box
{
    margin-top: 25px;
    width: 700px;
}

#login-box input[type="password"],
#login-box input[type="text"],
#pw-box input[type="password"],
#pw-box input[type="text"],
#contact-box input[type="text"],
textarea{
    width: 98%;
}
#login-box input[name="send_login"],
#login-box input[name="get_new_pw"],
#pw-box input[name="send_pws"],
#contact-box input[name="send_pws"]{
    font-size: 20px;
    padding: 6px 15px;
    display: block;
    margin: auto;
}

#login-error-box, #calendar-error-box
{
    border: 1px dotted #000;
    width: auto;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    padding: 5px 0 5px 0;
}

#calendar-error-box {
    border: none !important;
    margin: auto !important;
}

#calendar-error-box > .error {
    cursor: pointer;
    text-decoration: underline;
}

#calendar-error-box > .error:hover {
    text-decoration: none;
}

.to-click {
    cursor: pointer;
}

.login
{
    display: inline-block;
    width: 200px;
}

.cpw
{
    display: inline-block;
    width: 200px;
}

.error, .ok
{
    font-weight: bold;
    color: #F00;
    font-size: 20px;
    letter-spacing: 1px;
}

.ok
{
    color: #0A0;
}

#eol
{
    margin-top: 100px;
}

#boat-box
{
    text-align: right;
    clear: both;
}

#boat-list
{
    width: 98%;
    margin: auto;
}

.price-list
{
    width: 100%;
    margin: auto;
}

#boat-list td, #boat-list th, .price-list > td, .price-list th
{
    padding: 5px 10px 5px 10px;
}

.boat-row > td
{
    /*border-top: 1px solid #000;*/
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    white-space: nowrap;
}

.price-list th
{
    text-align: left;
}

#filter-box
{
    width: 200px;
    float: right;
    border: 1px dashed #000;
    text-align: center;
    visibility: hidden;
}

.filter
{
    width: 100%;
}

.filter-names
{
    display: block;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: left;
    letter-spacing: 1px;
}



#price-box *
{
    font-size: 12px;
}

.date > span
{
    margin-left: 6px; 
}

.ppd > span, .ppw > span
{
    margin-left: 4px; 
}

.currency > span, .check_in > span, .check_out > span, .book_status > span, .pay_status > span, .customer > span
{
    margin-left: 5px; 
}

.select-currency
{
    width: 75px;
}

#getDate
{
    width: 100%;
}

#date-range-field
{
    background-color: #FFF;
    font-weight: normal;
}

#update {
    margin-right: 20px;
}

/*Palmer changes*/
#update,
.selected_node,
.select_node,
input[type="submit"] {
color: red;
background: blue;
border: 15px solid green;
border: 1px solid #749916;
padding: 0px 15px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
cursor: pointer;
color: white;
font-size: 15px;
text-align: center;
text-decoration: none;
border-top-color: rgb(217,253,131);
border-bottom-color: rgb(61, 95, 48);
border-radius: 4px;
border-left: none;
text-shadow: none;
background: rgb(135,218,27);
background: -webkit-linear-gradient(top, rgb(135,218,27) 0%,rgb(92,164,0) 99%);
background: -moz-linear-gradient(top, rgb(135,218,27) 0%,rgb(92,164,0) 99%);
background: -o-linear-gradient(top, rgb(135,218,27) 0%,rgb(92,164,0) 99%);
background: -ms-linear-gradient(top, rgb(135,218,27) 0%,rgb(92,164,0) 99%);
background: linear-gradient(top, rgb(135,218,27) 0%,rgb(92,164,0) 99%);
padding: 3px 8px 3px 8px;
}

#update:hover,
/*.selected_node:hover,*/
.select_node:hover,
input[type="submit"]:hover {
border-color: #51790f;
border-radius: 8px;
text-decoration:  none !important;
border-top-color: rgb(218, 255, 211);
border-bottom-color: rgb(61, 95, 48);
border-radius: 4px;
border-left: none;
text-shadow: none;
background: rgb(165,248,57);
background: -webkit-linear-gradient(top, rgb(165,248,57) 0%,rgb(102,174,10) 99%);
background: -moz-linear-gradient(top, rgb(165,248,57) 0%,rgb(102,174,10) 99%);
background: -o-linear-gradient(top, rgb(165,248,57) 0%,rgb(102,174,10) 99%);
background: -ms-linear-gradient(top, rgb(165,248,57) 0%,rgb(102,174,10) 99%);
background: linear-gradient(top, rgb(165,248,57) 0%,rgb(102,174,10) 99%);
}

.selected_node{
background: #cccccc;
border: 1px solid #999;
}


.selected_node:hover{
background: #999999;
text-decoration: none;
}

td {
    /*border-top: 1px dotted black;*/

}

body{
    margin: 0px;
    padding-bottom: 20px;
}

#boat-list {
    border-radius: 10px;
    padding: 20px;
    background: white;
    text-align: left;
    box-shadow: 3px 3px 10px 0px black;
}

h1{
    text-align: center;
    font-weight: 500px;
    font-size: 25px;
}

h2{
    text-align: center;
    font-weight: 300px;
    font-size: 20px;
}

#price-box{
    padding: 10px;
    background: #ffffff;
    font-size: 12px;
    padding-bottom: 40px;
    position: relative;
}

.boat-row:nth-child(odd),
.price-list tr:nth-child(odd){
    background: white;
}

.boat-row:nth-child(even),
.price-list tr:nth-child(even){
    background: #eee;
}

.price-list.datepickerBlock tr:nth-child(odd),
.price-list .datepickerBlock tr:nth-child(even){
    background: white;
}

#main-menue{
    margin-left: 25px;
    margin-top: 10px;
}

#main-menue a{
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    padding: 0px 15px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px 8px 8px 8px;
    background: none repeat scroll 0% 0% white;
    color: rgb(0, 164, 228);
    text-decoration: none;
}

#boat-box #main-menue a {
    float: none;
    display: inline-block;
    margin: 10px;
}

#main-menue a.active, #boat-box #main-menue a {
    color: white;
    text-decoration: none;
    background: none repeat scroll 0% 0% rgb(0, 164, 228);
    border-color: rgb(0, 164, 228);
}


#main-menue a:hover, a:focus {
    text-decoration: underline !important;
}

#filter-box{
    padding: 10px;
    margin-right: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    top: 160px;
    box-shadow: 3px 3px 10px 0px black;
    z-index: 10;
}

#help-target-1{
    width: 50px;
    margin-right: 10px;
    background: #ffffff;
    position: absolute;
    top: 100px;
    right: 90px;
    text-align: center;
}

.help {
    width: 40px;
    cursor: pointer;
}


#reset_filter
{
    color: #00a4e4;
    padding: 10px;
    margin-right: 30px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding-left: 1px;
    padding-right: 1px;
    margin: auto;
    padding: 10px;
}
#reset_filter:hover{
    color: white;
    background: #00a4e4;
}
#result-box {
/*    margin-right: 0; */
    margin-right: 0;
    padding-top: 1px;
    overflow-x: auto;
    padding: 10px;
}

#result-box form{
    text-align: center;
}

a{
    color: #00a4e4;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#logout{
    right: 0px;
    position: absolute;
    margin-right: 20px;
    top: 45px;
}

.price-list {
border: 1px solid #ccc;
border-radius: 0px;
}

tr:first-child th{
    font-size: 20px !important;
    font-weight: 500;
}

input+input{
margin: 10px 0 10px 0;
}

@media all and (max-width: 1310px) and (min-width: 520px) {
    #price-box,
    tr:first-child th {
    font-size: 12px !important;
    }
}

#selected_row{
    font-weight: 700;
}

#row-buttons
{
    width: 100%;
    position: absolute;
    bottom: -5px;
    right: 20px;
}

#save_data{
    float: right;
    bottom: -10px;
    position: relative;
}

#add_line{
    position: relative;
    top: 0px;
    left: 50px;
    margin-right: 10px;
    background: orange;
}

#header{
height: 80px;
box-shadow: 0px -3px 15px 2px #555;
background: rgb(255,255,255); /* Old browsers */
background: url("/sites/all/themes/superclean/images/header_gradient.png") repeat;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 54%, rgba(239,244,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(54%,rgba(255,255,255,1)), color-stop(100%,rgba(239,244,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 54%,rgba(239,244,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 54%,rgba(239,244,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 54%,rgba(239,244,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 54%,rgba(239,244,253,1) 100%); /* W3C */
}

#logo{
background: url("logo_claim_EN.png") 30px 10px no-repeat;
width: 230px;
height: 60px;
top: 38px;
}

#phone,
#contact-text {
right: 160px;
position: absolute;
top: 13px;
font-weight: 700;
}

#phone{
    top: 30px;
    color: #00a4e4;
    font-size: 23px;
}
#email{
    right: 160px;
    position: absolute;
    top: 57px;
}

#update{
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 100px;
}

input[type="button"]:focus,
input[type="submit"]:focus{
    outline: none;
}

#logout{
    background: orange;
}

.error-line {
    background-color:rgba(255,0,0,0.3) !important;
}

#logout:hover{
    background: rgb(180, 119, 7);
}

.cal-field {
    border: 1px solid #000;
    padding: 0 !important;
    width: 2.5% !important;
    height: 19px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

#show-booking {
    width: 100%;
    table-layout: fixed;
    border: none !important;
}


#show-booking th {
    height: 1px;
    padding: 0 !important;
}

#show-booking td {
    height: 25px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
}

#show-booking td.month {
    padding: 0 10px !important;
    text-align: right;
    font-weight: bold;
    color: #00F;
    text-decoration: underline;
}

#show-booking th.month {
    width: 100px !important;
}

.available, .weekday {
    background-color: #D1E0FF;
    border: 1px solid #000;
}

.weekday {
    font-weight: bold;
}

.booked {
    background-color: rgba(0,255,0,0.5);
    border: 1px solid #000;
}

.option {
    background-color: rgba(255,255,0,0.5);
    border: 1px solid #000;
}

.canceled {
    background-color: rgba(255,0,0,0.5);
    border: 1px solid #000;
}

.tooltip {
    background-color: rgba(255, 255, 0, 0.2);
}

.tooltip * {
    font-size: 12px;
    background-color: rgba(255, 255, 225, 0.8);
}

#show-booking .tooltip th, #show-booking .tooltip td {
    width: auto !important;
    padding: 0 5px !important;
    text-align: left !important;
}

@media all and (max-width: 965px) {

}

#visualization {
    width: 100%;
    height: 200px;
    text-align: center;
    
    padding: 0 !important;
}

#visualization * {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#chartDiv1 {
    width: 100% !important;
}

.edit, .delete, .upload_images, .month {
    width: 25px;
    cursor: pointer;
}

.month:hover {
    text-decoration: none !important;
}

.saturday {
    background-color: rgba(0,0,255,0.25);
}

.tooltip-content, .month-content, .help-content {
    display: none; /* required */
    position: absolute; /* required */
    padding: 0;
    border: 1px solid black;
    background-color: white;
    z-index: 50;
    color: 0;
}

.help-content {
    position: absolute !important; /* required */
    top: 50px !important;
    left: -50px !important;
    white-space: nowrap;
}

.month-content {
    font-size: 12px !important;
    padding: 5px !important;
}

#key div {
    float: left;
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.key-box {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
}

.key-text {
    float: left;
    padding-left: 5px;
}
