* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
}
html {
    font-size:14px;
}
body{
    font-family: 'Roboto', sans-serif;
    background: url(https://bookingmy.travel/solutions/assets/img/BG_tattooLight.jpg);
    background-position: left;
    background-attachment: fixed;
}
a:hover, button:hover, input[type=submit]:hover{
    cursor: pointer;
}
.header {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.header .col{
    padding-left: 5px;
    padding-right: 5px;
}
.heading {
    display: block;
    float: left;
    margin-left: 16px;
}
.HeaderLogo{
    display:block;
    float: left;
    text-align: left;
    text-decoration: none;    
    max-width: 66%;
}
.container{
    text-align: center;
}
.content{
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
table{
    border-collapse: collapse;
    font-size: 1.0em;
    width: 100%;
    border: 0px solid transparent;
    /* table-layout: fixed; */
}
th, td{
    position: relative;
    background-color: rgba(255,255,255,0.5); 
    border: 0px solid transparent;
    padding-top: 2px;
    padding-bottom: 2px;                
    vertical-align: middle !important;
}
td:hover{
    background-color: rgba(245,220,220,0.5); 
}

.bold{
    font-weight: 600;
}
.blue{
    color: darkblue;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
#leftBS{
    margin-right: 0.5%;
}
#rightBS{
    margin-left: 0.5%;
}
#leftBS, #rightBS{
    display:block;
    float:left;
    width:49.5%;
}
.bold{
    font-weight: 600;
}
label {
    font-weight: 600;
    padding-right: 0.5em;
}
input[type=submit],
input[type=text],
input[type=number], 
input[type=date],
input[type=time],
input[type=email],
input[type=password],
select,
textarea {
    position: relative;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 30px;
    padding: 4px;
    border: 1px solid #ccc;
    /* border-radius: 10px; */
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(66, 66, 66, 0.3);
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    font-size: 1.4em;
    width: 15px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 8px;
    color: #999;
}

input[type=submit],
input[type=file],
button {
    border-radius:7px;
    font-weight: 700;
    padding: 0.25em;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(66, 66, 66, 0.3);
    height: 2.5em;
}
.tbl{
    display:table;
    width:100%;
}
.row {
    width: 100%;
}
.cell, .cell-1, .cell-2, .cell-4, .cell-36, .cell-40 {
    display: inline-block;
    border:0;
    padding:0;
    margin:0;
}
.cell-1{
    width:25px;
}
.cell-2{
    width:50px;
}
.cell-4{
    width:100px;
}
.cell-36{
    width:900px;
}
.DivFooter{
    height:20px;
    background-color: rgba(0, 0, 0, 0.6);
    border:0;border-top: 2px solid rgba(255,255,255,0.5);
    /* border-bottom-right-radius: 15px; */
    /* border-bottom-left-radius: 15px; */
}
.DivHeader{
    height: fit-content;
    padding:4px;
    background-color: rgba(0, 0, 0, 0.6);
    border:0;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    /* border-top-right-radius: 15px; */
    /* border-top-left-radius: 15px; */
}
.cell-40{
    width:1000px;
}
/* .row::after {
    content: "";
    display: table;
    clear: both
}
.col-0 {
    float: left;
    margin-top: 0.5em;
}
.col-5 {
    float: left;
    width: 5%;
    margin-top: 0.5em;
}
.col-10 {
    float: left;
    width: 10%;
    margin-top: 0.5em;
}
.col-15 {
    float: left;
    width: 15%;
    margin-top: 0.5em;
}
.col-20 {
    float: left;
    width: 20%;
    margin-top: 0.5em;
}
.col-25 {
    float: left;
    width: 25%;
    margin-top: 0.5em;
}
.col-30 {
    float: left;
    width: 30%;
    margin-top: 0.5em;
}
.col-33 {
    float: left;
    width: 33%;
    margin-top: 0.5em;
}
.col-35 {
    float: left;
    width: 35%;
    margin-top: 0.5em;
}
.col-40 {
    float: left;
    width: 40%;
    margin-top: 0.5em;
}
.col-45 {
    float: left;
    width: 45%;
    margin-top: 0.5em;
}
.col-50 {
    float: left;
    width: 50%;
    margin-top: 0.5em;
}
.col-55 {
    float: left;
    width: 55%;
    margin-top: 0.5em;
}
.col-60 {
    float: left;
    width: 60%;
    margin-top: 0.5em;
}
.col-65 {
    float: left;
    width: 65%;
    margin-top: 0.5em;
}
.col-70 {
    float: left;
    width: 70%;
    margin-top: 0.5em;
}
.col-75 {
    float: left;
    width: 75%;
    margin-top: 0.5em;
}
.col-80 {
    float: left;
    width: 80%;
    margin-top: 0.5em;
}
.col-85 {
    float: left;
    width: 85%;
    margin-top: 0.5em;
}
.col-100 {
    float: left;
    width: 100%;
    margin-top: 0.5em;
} */
#AccountFilter{
    width:50%;
}
.footer {
    width:100%;
    position: fixed;
    bottom: 0px;
    padding: 5px;
    text-align: center; 
    color: black;
    background-color: white;
    font-size: 13px;
    font-weight: 900;
}
.footer-image {
    height: 13px;
}
.header-image {
    max-height: 50px;
    float: left;
    -webkit-filter: drop-shadow(2px 2px 1px #999);
    filter: drop-shadow(2px 2px 1px #999);
    max-width: 100%;
}
.headingButton{
    float: right;
    width: 120px;
    margin-left:0.25em;
    margin-right:0.25em;
}
.loginButton{
    width: 100%;
}
.loginButton, .headingButton{
    /* border-radius: 15px; */
    background: silver;
    color: black;
    font-size: 0.9em;
    font-weight: 600;
    height: 32px;
    margin-top: 5px;
}
#systemMessage{
    display:block;
    float:left;
    text-align: left;
    color: red;
    font-weight: 400;
}
.heading-buttons{
    font-family: Copperplate,'Copperplate Gothic Light','IM Fell French Canon SC',fantasy;
    margin-top: 0px;
}
button{
    cursor:pointer;
}
.tabContent{
    padding: 5 5 5 5;
    min-height: 700px;
    height: fit-content;
}
.tabs {
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
    position: relative;
    text-align: left;
    top: -5px;
}
.tabs > label {
    order: 1; 
    display: block;
    padding: 0.5rem 0.5rem;
    border-radius: 8px 8px 0px 0px;
    margin-top: 0.25rem;
    margin-right: 1rem;
    cursor: pointer;
    background: rgba(0,0,0,0);
    color: black;
    font-weight: bold;
    transition: background ease 0.5s;
}
.tabs .tab {
    order: 99; 
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 0;
    background: rgba(245, 245, 245, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.3);
    /* border-radius: 15px; */
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(66, 66, 66, 0.3);
    margin-bottom: 20px;
}
.tabs > input[type="radio"] {
    display: none;
}
.tabs > input[type="radio"]:checked + label {
    background: rgba(245, 245, 245, 0.7);
    color: red;
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    position: relative;
    top:1px;
}
.tabs > input[type="radio"]:checked + label + .tab {
    display: block;
}
.innertabContent{
    padding: 0 5 0 5;
    min-height: 600px;
    height: fit-content;
}
.innertabs {
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
    position: relative;
    text-align: left;
}
.innertabs > label {
    order: 1; 
    display: block;
    padding: 0.5rem 0.5rem;
    border-radius: 8px 8px 0px 0px;
    margin-top: 0.25rem;
    margin-left: 1rem;
    cursor: pointer;
    background: rgba(0,0,0,0);
    color: black;
    font-weight: bold;
    transition: background ease 0.5s;
}
.innertabs .innertab {
    order: 99; 
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 0;
    background: rgba(245, 245, 245, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.3);
    /* border-radius: 15px; */
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(66, 66, 66, 0.3);
}
.innertabs > input[type="radio"] {
    display: none;
}
.innertabs > input[type="radio"]:checked + label {
    background: rgba(245, 245, 245, 0.7);
    color: red;
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    position: relative;
    top:1px;
}
.innertabs > input[type="radio"]:checked + label + .innertab {
    display: block;
}
.subtabContent{
    padding: 0 5 0 5;
    min-height: 600px;
    height: fit-content;
}
.subtabs {
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-end;
    position: relative;
    text-align: left;
}
.subtabs > label {
    order: 1; 
    display: block;
    padding: 0.5rem 0.5rem;
    border-radius: 8px 8px 0px 0px;
    margin-top: 0.25rem;
    margin-right: 1rem;
    cursor: pointer;
    background: rgba(0,0,0,0);
    color: black;
    font-weight: bold;
    transition: background ease 0.5s;
}
.subtabs .subtab {
    order: 99; 
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 0;
    background: rgba(245, 245, 245, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.3);
    /* border-radius: 15px; */
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(66, 66, 66, 0.3);
}
.subtabs > input[type="radio"] {
    display: none;
}
.subtabs > input[type="radio"]:checked + label {
    background: rgba(245, 245, 245, 0.7);
    color: red;
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    position: relative;
    top:1px;
}
.subtabs > input[type="radio"]:checked + label + .subtab {
    display: block;
}

.pagetabContent{
    padding: 0 5 0 5;
    min-height: 600px;
    height: fit-content;
}
.pagetabs {
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
    position: relative;
    text-align: left;
    width: 100%;
}
.pagetabs > label {
    order: 1; 
    display: block;
    padding: 0.5rem 0.5rem;
    border-radius: 8px 8px 0px 0px;
    margin-top: 0.25rem;
    margin-right: 1rem;
    cursor: pointer;
    background: rgba(0,0,0,0);
    color: black;
    font-weight: bold;
    transition: background ease 0.5s;
}
.pagetabs .pagetab {
    order: 99; 
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 0;
    background: rgba(203, 203, 203, 0.4);
    /* border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 15px; */
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(66, 66, 66, 0.3);
}
.pagetabs > input[type="radio"] {
    display: none;
}
.pagetabs > input[type="radio"]:checked + label {
    background: rgba(203, 203, 203, 0.4);
    color: red;
    font-weight: 700;
    /* border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3); */
    box-sizing: border-box;
    position: relative;
    top:1px;
}
.pagetabs > input[type="radio"]:checked + label + .pagetab {
    display: block;
}    

.iWrapper{
    width: 100%;
    max-width: 770px;
    display: block;
    float: left;
}
.tWrapper{
    width:100%;
    max-width: 1000px;
}
@media screen and (max-width:800px) {
    .col,
    input[type=submit] {
        width: 100%;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        text-align: left;
    }
    label{
        float: left;
    }
    .tabs > label, .innertabs > label {
        font-size: 0.8em;
    }
}
