﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.navbar {
    border-bottom-color: #ff6000;
    border-bottom-width: 0px;
    background: white;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.essbutton {
    width: 210px;
    height: 65px;
    font-size: 130%;
    font-weight: bold;
    display: inline-block;
    border: thin solid grey;
    border-radius: 8px;
    margin: 15px 5px 0px 5px;
}

.menu-functionality-description {
    text-align: left;
    /*text-decoration: none;*/
    font-weight: bold;
    vertical-align: middle;
    color: #001968;
    /*color: #3FA9F5;*/
    width: 170px;
}

.header-functionality-description {
    text-align: left;
    /*text-decoration: none;*/
    font-weight: bold;
    vertical-align: middle;
    color: #001968;
    /*color: #3FA9F5;*/
}

.menu-functionality-description:hover {
    background-color: #F26523;
    color: #ffffff;
}

.header-functionality-description:hover {
    background-color: #F26523;
    color: #ffffff;
}

.menu-icon-size {
    height: 24px;
    width: 24px;
}

.essbuttonFasIcon {
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    /*color: #001968;*/
    color: #F26523;
}

.essbutton:hover {
    box-shadow: 3px 3px #d3d3d3;
}

.essbutton .inner {
    width: 100%;
    height: 100%;
    display: table;
}

.essbutton i {
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    color: #FF6000;
}

.essbutton a:hover, a:focus {
    text-decoration: none;
}

.essbutton span {
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    display: table-cell;
}

.slptext
{
    font-size: 10px;
    font-weight: normal;
}

.slpline
{
    font-size: 10px;
    height: 12px;
}

td
{
    padding-right: 2px;
    padding-left: 2px;
}

.slpdata
{
    text-align: right;
    border-right: solid black 1px;
    border-left: solid black 1px;
}

.slplabel
{
    border-right: solid black 1px;
    border-left: solid black 1px;
}

.slpheader
{
    background-color: #ff6600;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
}

.slpcolhead
{
    background-color: #ff6600;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    border: solid 1px black;
}

.slptotal
{
    border-top: solid 1px black;
    padding-top: 4px;
    padding-bottom: 4px;
}

.slptable {
    width: 100%;
    border: solid black 1px;
}

div#p60 .box {
    border: 1px solid black;
}

div#p60 .number {
    text-align: right;
    vertical-align: middle;
}

div#p60 {
    font-family: Times New Roman;
    font-size: 1.2em;
}

div#p60 table { width: 100%;}

div#p60 td {
    padding: 5px 3px 5px 3px;
}

div#p60 th {
    font-weight: bold;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

@media print {
    .P60Layout {
        width: 50%;
        float: left; 
        font-size: 90%;
    }
}

div.logo_container {
    width: 255px;
    height: 90px;
    background-repeat: no-repeat;
}

.banner {
    font-size: larger;
    padding: 2px 2px 2px 2px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.align-header-icon {
    height: 100px;
    text-align: right;
}