html {
    height: 100%;
}

body {
    font-family: verdana, helvetica;
    font-size: 90%;
    background-color: #ffffff;
    color: #46494c;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

#header {
    background-color: #e3e6ea;
    border-bottom: 1px solid #f08900;
}

#header table {
    table-layout: fixed;
}

#header table td {
    white-space: nowrap;
}

#footer {
    clear: both;
    background-color: #e3e6ea;
    text-align: center;
    border-top: 1px solid #f08900;
    /* position: absolute; */
    bottom: 0;
    left: 0px;
    width: 100%;
    padding: 4px 0px 4px 0px;
}

#content {
    padding: 10px;
}

h1.title {
    padding: 4px;
    padding-top: 0px;
    margin: 0px;
    overflow: hidden;
    font-size: x-large;
}

/*typographic*/
h2  {margin: 0 2px 0 2px; font-size: 11pt; font-weight: normal}
ul  {margin: 2px 2px 2px 2px; padding-left: 10px;}
li  {margin: 2px 0px 2px 0px;}


.message {
    color: #66AA66;
}

.error {
    color: #CC4444;
}

#menu {
    text-align: center;
}

.menu {
    padding: 0px;
    margin: 0px;

}

.menuItem {
    display:inline;

    text-color: red;

    border-right:1px solid #f08900;
    border-left:1px solid #f08900;
    background-color: #e3e6ea;
}

.menuItem a {
    text-decoration: none;

    padding:0.2em 0.6em;

    color: black;
}
.menuItem a:hover {
    text-decoration: underline;
}

@media print {
    body {
	font-family: times, serif;
    }
}

.box-select-payment-systems {
    border: 1px dashed #46494c;
}
.box-select-payment-systems tbody tr td {
    border-bottom: 1px dashed #46494c;
}
.box-select-payment-systems tbody tr:first-child td:last-child {
    border-left: 1px dashed #46494c;
    border-bottom: 0px none #46494c;
}
.box-select-payment-systems tbody tr:first-child td:last-child {
    padding-left: 15px;
    padding-right: 15px;
}
.box-select-payment-systems tbody tr:last-child td {
    border-bottom: 0px none #46494c;
}

#tooltip {
    background: #FFFFFF;
    border: 1px solid #666666;
    color: #333333;
    font: menu;
    margin: 0px;
    padding: 3px 5px;
    position: absolute;
    visibility: hidden;
}


/* ul */
/* { */
/*     text-align:center; */
/*     float:left; */
/*     width:100%; */
/*     padding:0; */
/*     margin:0; */
/*     list-style-type:none; */
/* } */

/* a */
/* { */
/*     float:left; */
/*     width:6em; */
/*     text-decoration:none; */
/*     color: black; */
/*     background-color: #e3e6ea; */
/*     padding:0.2em 0.6em; */
/*     border-right:1px solid #f08900; */
/*     border-left:1px solid #f08900; */
/* } */
/* a:hover {background-color:#ff3300} */
/* li {display:inline} */

.quotetitle {
    background-color: #e3e6ea;
    border-color: #A9B8C2;
    border-style: solid;
    border-width: 1px 1px 0;
    font-weight: bold;
    padding: 4px;
}

.quotecontent {
    border-color: #A9B8C2;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 5px;
}

.trip:hover {
    background: #C2CFF2;
    cursor: pointer;
}

tr.tripChoosed {
    background: #8EA9EE;
}

.ajax-response .hidden-if-ajax {
    display: none;
}

#loading-indicator {
    display: none;
    z-index: 1000;

    position: fixed;
    top: 0px;
    left: 50%;
    width: 150px;
    margin-left: -75px;

    border: 1px solid #F0C36D;
    padding: 3px 13px;

    background-color: #F9EDBE;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

#user-menu {
    display: inline;
    font-size: x-small;
}
#user-menu .user-exists {
    display: none;
}
#user-menu.user-exists .user-not-exists {
    display: none;
}
#user-menu.user-exists .user-exists {
    display: inline;
}

.btn {
    height: 50px;
    font-weight: bold;
}

/* rules-text */
.rules-text > ol, .rules-text > ol > li  {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.rules-text ol {
    counter-reset: item;
}
.rules-text li {
    display: block;
}
.rules-text li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}
.rules-text h3 {
    display: inline;
}

.alerts-border {
    border: 2px #ff0000 solid;
    animation: blink 2s;
    animation-iteration-count: 30;
    border-radius: 9px;
}

@keyframes blink { 50% { border-color:#fff ; }  }
