﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

input,
select 
{
    max-width: 280px;
}

.navbar-brand
{
    width:160px;
    height:70px;
    line-height:70px;
    margin-right:40px;
}

/*.navbar-toggler {
    color: white !important;
    background-color: #9e8758;
}*/

.navbar-nav li a {
    font-size: 18px !important;
    font-family: brothersroman,Arial;
    color: #9e8758 !important;
}

/*.navbar {
    background-color: #222 !important;
}*/

/*.navbar-nav .dropdown 
{
    background-color:#222;
}
*/


/*.navbar-nav li a
{*/
    /*padding-top:20px;*/
    /*font-size:18px !important;
    font-family:brothersroman,Arial;
    color:#9e8758 !important;
}

.navbar-nav li a:hover
{
    color:#fefefe !important;
}



.navbar-nav .dropdown a:hover
{
    background-color:#222;
}

.navbar-nav .divider
{
    background-color:black !important;
}

.navbar-nav .dropdown-menu 
{
    background-color:#222;
}*/
    @font-face
{
    font-family:brothersroman;
    src:url('../fonts/Brothers Roman.ttf');
}

.navbar-header
{
    /*height:80px;*/

}

/*.navbar
{
    padding-top:12px;
    padding-bottom:12px;
}*/

.mainButton
{
    width:200px;
    height:100px;
    font-family:brothersroman,Arial;
    font-size:18px;
    margin-bottom:10px;
    margin-top:10px;
}

.loggedInUser{
    font-family:brothersroman,Arial;
    color:#9e8758 !important;
}
/*
@media (min-width: 768px) and (max-width: 1350px) {
   .navbar-collapse.collapse {
       display: none !important;
   }
   .navbar-toggle{
        display: block !important;
   }
   .navbar-header{
        float: none;
   }
}
*/

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    top: .5rem;
    width: 1.55rem;
    height: 1.55rem;
}

.checkbox-lg .custom-control-label {
    padding-top: 8px;
    padding-left: 6px;
}


.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
    top: 1.2rem;
    width: 1.85rem;
    height: 1.85rem;
}

.checkbox-xl .custom-control-label {
    padding-top: 23px;
    padding-left: 10px;
}
