﻿#mainContent {
    width: 1024px;
    margin: 0 auto;
}

.headerTitle {
    /*background: #E2E2E2;*/
    text-align: left;
    padding: 8px;
    padding: 20px 0px 10px 50px;
}

.headerSeparator {
    /*background: #3B6E8C;*/
    background: #1e428a;
    color: #FFFFFF;
    height: 2px;
    font-weight: 500;
    text-align: center;
    font-size: 12pt;
}

.sectionSeparator {
    /*font-weight: bold;*/
    font-size: 11pt;
    color: white;
    background: #1E428A;
    height: 20px;
    padding: 1px 1px 1px 5px;
    border-radius: 4px;
}

.item-details, .item-details_left, .item-details_right {
    font-family: Barlow,sans-serif;
    /*font-weight: bold;*/
    color: black;
    font-size: 12pt;
}

.item-details_left {
    text-align: left !important;
}

.item-details_right {
    text-align: right;
}

.item-details-table table, .item-details-table th, .item-details-table td {
    background: #8dc63f; /*#CCDDEE;*/
    /*border-radius: 3px;*/
}

.item-details-header1, .item-details-header2, .customer-details-header, .check-info-header, .card-holder-header, .payment-method-header, .payment-details-header {
    font-family: Barlow,sans-serif;
    font-weight: 500;
    color: Navy;
    font-size: 10pt;
    height: 25px;
    text-align: left;
}

.auth-text {
    font-family: Arial;
    color: black;
    font-size: 10pt;
}

.auth-link-text {
    font-family: Arial;
    font-weight: bold;
    color: Navy;
    font-size: 10pt;
    text-decoration: underline;
    cursor: pointer;
}

.item-details-header1 {
    /*text-align: center;*/
}

.item-details-header2 {
    text-align: right;
}

.item-details-data, .customer-details-data, .payment-method-data {
    font-family: Arial;
    color: black;
    font-size: 10pt;
    text-align: left;
    border: 0px none;
    padding-left: 5px;
}

.item-details-data {
    text-align: center !important;
}

.customer-details-table table, .customer-details-table th, .customer-details-table td {
    background: #FFFFFF;
}

.customer-details-header {
    text-align: left;
}

.customer-details-data {

}

.payment-method-table table, .payment-method-table th, .payment-method-table td {
    background: #FFFFFF;
}

.check-info-table table, .check-info-table th, .check-info-table td {
    background: #FFFFFF;
}

.check-info-table tr {
    height: 18px;
}

.check-info-table {
    height: 100px;
}

.payment-details-table table, .payment-details-table th, .payment-details-table td {
    background: #FFFFFF;
}

.payment-details-table tr {
    height: 18px;
}

.payment-details-table {
    height: 100px;
}

.check-info-header {

}

.check-info-data {

}

.card-holder-table table, .card-holder-table th, .card-holder-table td {
    background: #FFFFFF;
}

.card-holder-table tr {
    height: 18px;
}

.card-holder-table {
    height: 30px;
}

.card-holder-data {
    height: 25px;
    font-size: small;
    border: 1px solid gray;
    border-radius: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 5px;
    color: black;
}

#card-info {
    font-family: Arial;
    background: LightGray;
    font-size: 14px;
    font-weight: bold;
}

.payment-details-table table, .payment-details-table th, .payment-details-table td {
    background: #FFFFFF;
}

.payment-details-data {

}

.normalText, payment-method-text, check-info-text, card-holder-text
{
    color: black;
    font-size: 8px !important;
}

iframe {
    border: 0px;
    width: 200px;
}

#monerisResponse {
    color: red;
}

.alertMsgError
{
    color:#FF0000;
    font-size:14px;
    text-align: center;
}

.button-style {
    background: #00AEEF;
    /*background-image: -webkit-linear-gradient(top, #fece7c, #ffa722);
    background-image: -moz-linear-gradient(top, #fece7c, #ffa722);
    background-image: -o-linear-gradient(top, #fece7c, #ffa722);
    background-image: linear-gradient(to bottom, #fece7c, #ffa722);*/
    /*-webkit-border-radius: inherit;*/
    /*-moz-border-radius: inherit;*/
    border-radius: 10px;
    font-family: Barlow Condensed,sans-serif;
    color: #000000;
    font-size: 15px;
    padding: 5px 12px 5px 12px;
    text-decoration: none;
}

.button-style:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

​.authblock {
    text-align:left;
}

.authblock > div {
    vertical-align:top;
    display:inline-block;   
}

.center {
    text-align: center;
}

.defaultPageHeader {
    font-size: 50pt;
}

.defaultSectionHeader {
    font-size: 20pt;
}

.defaultBlock0 {
    color: #122855 !important;
    padding: 30px;
    font-size: 13pt !important;
}

.defaultBlock1 {
    color: white !important;
    padding: 20px 10px 10px 10px;
    font-size: 13pt !important;
    height: 200px;
    background-color: #1E428A; /*#4C88AC;*/
    /*background-image: linear-gradient(to right, #4C88AC, #87B0C8);*/
    border-radius: 25px;
}

.defaultBlock2 {
    width: 400px;
    height: 190px;
    padding: 10px;
    color: white !important;
    background-color: #eaaa00;  /*#CE9A4C;*/
    /*background-image: linear-gradient(to bottom right, #CE9A4C, #DCB67B);*/
    border-radius: 10px;
    margin: 0 auto;
}

.defaultBlock3 {
    width: 400px;
    height: 190px;
    padding: 10px;
    color: white !important;
    background-color: #006272; /*#122855;*/
    /*background-image: linear-gradient(to bottom right, #122855, #6C7995);*/
    border-radius: 10px;
    margin: 0 auto;
}

.link { color: #FFFFFF; } /* CSS link color */



.bookonline {
    width: 400px;
    height: 150px;   
    padding: 40px;
    color: white !important;
    background-color: #00AEEF;  /*#CE9A4C;*/
    /*background-image: linear-gradient(to bottom right, #CE9A4C, #DCB67B);*/
    border-radius: 10px;
    margin: 0 auto;
    cursor: pointer;
}

.defaultBlock4 {
    color: white !important;
    padding: 20px 10px 10px 10px;
    height: 150px;
    background-color: #1E428A;
    /*background-image: linear-gradient(to right, #4C88AC, #87B0C8);*/
    border-radius: 25px;
}

.pdfbutton {
    margin: auto;
    width: 50%;
    border: 3px solid white;
    padding: 5px;
}

.pointer {
    cursor: pointer;
    background-color: silver !important;
    color: #252526 !important;
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
    width: 200px;
}

.pointer:hover {
    color: #518BAE !important;
}

labelHover:hover {
    cursor: pointer;
    text-decoration: underline;
}

.space-100 {
    margin: 100px;
}

.languageButton {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
/*div > label:hover {
    cursor: pointer;
    text-decoration: underline;
}*/