﻿html, body {
    height: 100%;
}

/*Desktop*/
.navbar-default .navbar-nav > li > a {
    padding-bottom: 3px;
    padding-top: 18px;
}

.navbar-brand {
    padding: 0px;
}

li > a > span {
    margin-top: 2px;
    margin-right: 10px;
}

li > a {
    font-size: 15px;
}

.nav > li.spacer > a {
    padding-right: 20px;
    padding-left: 15px;
}

.header-padding {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    background-color: #e7e7e7;
}

.panelborder {
    padding: 5px;
    padding-bottom: 15px;
}

.container-margins {
    margin-top: 1%;
    padding-left: 3%;
    padding-right: 3%;
}

.bottompadding-5 {
}

.font-weight-bold {
    font-weight: bold;
}

.externalLoginDivider {
    display: inline-block;
    width: 100%;
}

.loginBackground {
    background-color: #e8e8e8;
}

.btn-wrap-text {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}

.topOfDivider {
    position: absolute;
    left: 47%;
    background: #e8e8e8;
    border-radius: 26px;
    width: 34px;
    height: 21px;
}

/*Mobile*/
.header {
    background: #4c721d !important;
    height: 60px;
    border: 0;
    padding-top: 8px;
    padding-right: 3%;
}

.noPadding {
    padding: 0px;
}

.footer {
    background-color: #e9e9e9;
    border-color: #ddd;
    color: #333;
    text-shadow: 0;
    font-weight: bold;
    min-height: 7%;
}

    .footer .btn-spacer {
        margin: 3%;
    }

    .footer a, .footer a:hover, .footer a:active {
        color: inherit;
        text-decoration: inherit;
    }

/*Shared*/
.mt-lg {
    margin-top: 10%;
}

.mt-sm {
    margin-top: 5%;
}


.LanguageList {
    max-height: 350px;
    overflow: auto;
}

.list-group {
    font-size: 15px;
}

.list-group-item {
    border: 0;
    padding: 0px 20px;
    line-height: 1.9;
    cursor: pointer;
}

    .list-group-item:hover {
        background-color: #dfe1f0;
    }

.inline-form {
    display: inline;
}

.larger-text-report-item {
    font-size: 23px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}

.smaller-text-report-item {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 7px;
}

.div-report-item {
    justify-content: center;
    margin: 10px 0px 8px 0px;
}

.image-report-item {
    height: 70px;
}

.p-zero-margin {
    margin: 0px;
}

.larger-box-height {
    height: 105px;
}

.smaller-box-height {
    height: 16px;
}
