﻿html {
    min-height: 100vh;
    position: relative;
}

body {
    background-color: #f0f0ee;
    margin-bottom: 150px;
}

footer {
    position: absolute;
    bottom: 0;
    background-color: #335533;
    padding-top: 30px;
    width: 100%;
    color: #fff;
}
a {
    color: #335533;
}

.alert {
    width:100%;
}

.status {
    background-color: #fff;
    font-size: small;
    text-align: right;
    margin-bottom: 0;
    padding: 3px 10px;
}
    .status .hms {
    font-family:"Courier New";
    }
tr.current {
    background-color: #ff0;
}

tr.notcurrent {
    background-color: #ccc;
}
.sessionwarn {
    background-color: #ff0;
}

.sessionalert {
    background-color: #f00;
    color: #fff;
    font-weight: bold;
}
/* datatables editor */
div.DTE_Body div.DTE_Body_Content div.DTE_Field.row {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}
.DTE_Form_Buttons .btn {
    margin-left:10px;
}

/* end datatables editor */
/* datatables length */
.marginleft {
    margin-left:10px;
}
/* end datatables length */

/* expandable details */
td.details-control {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

    td.details-control::after {
        color: #090;
        content: '+';
    }

tr.shown td.details-control::after {
    color: #900;
    content: '-';
}
/* end expandable details */

.height-fix {
    min-height: 100%;
    height: 100%;
    /*  overflow: hidden;*/
}

.g1 {
    background: url(../graphics/29587509983_7aad949504_k.jpg) center top no-repeat #fff;
    background-size: cover;
    margin-top: 0;
    overflow: hidden;
}

#page {
    background-color: transparent;
}

h1 {
    font-family: Nunito,Arial,Helvetica, sans-serif;
    font-size: 43px;
}

h2 {
    font-family: Nunito,Arial,Helvetica, sans-serif;
    font-size: 22px;
    margin-top: 10px;
    font-weight: bold;
    color: #666;
}

h3 {
    font-family: Nunito,Arial,Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #444;
}

p {
    font-family: Montserrat,Arial,Helvetica, sans-serif;
    font-size: 15px;
}

.hidden {
    display: none:
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    clear: both;
    padding: 0;
    margin: 0;
    line-height: 0;
    height: 0
}

.ctr {
    text-align: center;
}

.navbar {
    background-color: #fff;
    padding: 0 10px 0 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin:0;
    border: none;
    min-height: 70px;
    border-bottom: 1px #ccc solid;
}

    .navbar ul {
        padding-top: 0;
    }

    .navbar li.active a {
    }

    .navbar p {
        padding: 5px 0 0 15px;
    }

    .navbar a {
        font-size: 16px;
        color: #000;
    }

a.navbar-brand {
    font-size: 32px;
}

.bng {
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 1px #ccc solid;
}

    .bng h2 {
        padding-top: 5px;
    }

    .bng .pull-right {
        padding: 10px 0 10px 10px;
        margin-bottom: 0;
    }
    /* set background colours */
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color:#335533;
}
.page-item.active .page-link {
    background-color: #335533;
    border-color: #335533;
}
    .homelogin {
    position: absolute;
    margin-top: 100px;
    left: 30px;
    width: 450px;
    background-color: #335533;
    padding: 30px;
    color: #fff;
}

    .homelogin h1 {
        font-family: 'Nunito',sans-serif;
        font-size: 40px;
        font-weight: 100;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .homelogin h3 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 0;
        padding-top: 0;
        color: #fff;
    }
    .homelogin p {
        margin:15px 0 0 0;
    }
    .homelogin .btn-default {
        border-radius: 0;
        text-transform: uppercase;
        background-color: #68c9d0;
        color: #fff;
        margin-bottom: 0;
    }
    .homelogin a, footer a {
        color:#cc0;
    }
        .homelogin a:hover, footer a:hover {
            color: #ff0;
        }
.homemenu {
    background-color: #335533;
    padding: 10px;
    margin-bottom: 20px;
}

    .homemenu h2 {
        font-family: 'Nunito',sans-serif;
        font-size: 28px;
        font-weight: 100;
        margin-top: 0;
        color: #fff;
    }

    .homemenu a {
        color: #fff;
    }


.pull-right {
    text-align: right;
}

.bng .input-group {
    margin-top: 8px;
}


.float-right {
    text-align: right;
}
.notloggedin {
    width:100%;
}
/* the expand links */
@media (max-width:768px) {
    .homelogin {
        position: absolute;
        top: 10%;
        left: 20px;
        right: 20px;
        width: auto;
        background-color: #335533;
        padding: 20px;
        color: #fff;
    }

        .homelogin h1 {
            font-family: 'Nunito',sans-serif;
            font-size: 32px;
            font-weight: 100;
            margin-top: 0;
            margin-bottom: 30px;
        }

        .homelogin h3 {
            font-size: 16px;
            font-weight: normal;
            color: #fff;
        }


}



/* handle long urls */
td {
    word-wrap: break-word;
    max-width: 400px;
}


/* flex box */
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    margin: -.2px; /* hack adjust for wrapping */
}

    .container-flex > div[class*='col-'] div, .row-flex > div[class*='col-'] div {
        width: 100%;
    }


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}
/* end flex box */
@media (min-width: 1280px) {
    div.DTE_Body div.DTE_Body_Content div.DTE_Field {
        float: left;
        width: 50%;
        padding: 5px 20px;
        clear: none;
        box-sizing: border-box;
    }

    div.DTE_Body div.DTE_Form_Content:after {
        content: ' ';
        display: block;
        clear: both;
    }


}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
}