﻿/* Move down content because we have a fixed navbar that is 50px tall */

html {
    font-size: 2rem;
}


/*@media (min-width: 576px) {
    html {
        font-size: 2rem;
    }
}*/

@media (min-width: 768px) {
    html {
        font-size: 2.2rem;
    }

    .cbox input {
        /*width: 1.5rem;*/
    /*height: 1.5rem;*/
        /*float: left;*/
        transform: scale(5)
    }

    .radioButton input {
        /*width: 1.5rem;*/
        /*height: 1.5rem;*/
        float: left;
        transform: scale(5);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: .9rem;
    }

    .radioButton span input {
        /*width: 1.5rem;*/
        /*height: 1.5rem;*/
        float: left;
        transform: scale(5);
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: .9rem;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 1rem;
    }

    .cbox input {
        /*width: 1.5rem;*/
        /*height: 1.5rem;*/
        /*float: left;*/
        transform: scale(2);
        margin-right: 1rem;
    }

    .radioButton input {
        /*width: 1.5rem;*/
        /*height: 1.5rem;*/
        float: left;
        transform: scale(2);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: .5rem;
    }

    .radioButton span input {
        /*width: 1.5rem;*/
        /*height: 1.5rem;*/
        float: left;
        transform: scale(2);
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: .15rem;
    }

    .lview div {
        margin-top: auto;
        margin-bottom: auto;
        text-align: center !important;
        -ms-flex-item-align:center !important;
        align-self:center !important;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 1rem;
    }
}

/*@media print {


}*/

body {
    padding-top: 25px;
    padding-bottom: 20px;
    background-color:#6f6d62;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color:#fff;
    border-radius:10px;
    padding-bottom:10px;
    margin-top:10px;
}

.navbar-inverse {
    background: linear-gradient(to bottom, rgb(34, 34, 34,.7), rgb(34, 34, 34,1), rgb(34, 34, 34,.7));
    background: -moz-linear-gradient(top, rgba(34, 34, 34,.7) 0%,rgba(34, 34, 34,1) 50%,rgba(34, 34, 34,.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34, 34, 34,.7)), color-stop(100%,rgba(34, 34, 34,1)),color-stop(100%,rgba(34, 34, 34,.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(34, 34, 34,.7) 0%,rgba(34, 34, 34,1) 50%,rgba(34, 34, 34,.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(34, 34, 34,.7) 0%,rgba(34, 34, 34,1) 50%,rgba(34, 34, 34,.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(34, 34, 34,.7) 0%,rgba(34, 34, 34,1) 50%,rgba(34, 34, 34,.7) 100%); /* IE10+ */
 
    background-color: transparent !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-inverse .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }


.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #cfd5dc;
}

.btn-secondary {
    cursor: pointer;
    border-radius: 1.5rem;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    color: #000 !important;
    font-size: 1.5rem;
    text-align: center;
    background: #d7b480;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    margin: 10px 0 10px 0;
    border: 0;
    -webkit-appearance: none;
}

    .btn-primary:hover, .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

.btn-primary {
    cursor: pointer;
    border-radius: 1.5rem;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    color: #000 !important;
    font-size: 1.5rem;
    text-align: center;
    background: #e4ded4;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    margin: 10px 0 10px 0;
    border: 0;
    -webkit-appearance: none;
}

.header {
    margin-left: -15px;
    margin-right: -15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*padding-left:15px;*/
    /*padding-right:15px;*/
    padding:10px;

    background: linear-gradient(to bottom, rgb(34, 34, 34,.6), rgb(255, 255, 255,1));
    background: -moz-linear-gradient(top, rgba(34, 34, 34,.6) 0%,rgba(34, 34, 34,1) 50%,rgb(255, 255, 255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34, 34, 34,.6)), color-stop(100%,rgb(255, 255, 255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(34, 34, 34,.6) 0%,rgb(255, 255, 255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(34, 34, 34,.6) 0%,rgb(255, 255, 255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(34, 34, 34,.6) 0%,rgb(255, 255, 255,1) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, rgb(34, 34, 34,.7), rgb(34, 34, 34,1), rgb(34, 34, 34,.7));*/
    /*background: -moz-linear-gradient(top, rgba(34, 34, 34,.7) 0%,rgba(34, 34, 34,1) 50%,rgba(34, 34, 34,.7) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34, 34, 34,.7)), color-stop(100%,rgba(34, 34, 34,1)),color-stop(100%,rgba(34, 34, 34,.7))); Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(34, 34, 34,.7) 0%,rgba(34, 34, 34,1) 50%,rgba(34, 34, 34,.7) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(34, 34, 34,.7) 0%,rgba(34, 34, 34,1) 50%,rgba(34, 34, 34,.7) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(34, 34, 34,.7) 0%,rgba(34, 34, 34,1) 50%,rgba(34, 34, 34,.7) 100%); /* IE10+ */
    background-color: transparent !important;
}


/* Set widths on the form inputs since otherwise they're 100% wide 
input,
select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up 
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}*/

span.error, span .error {
    background: #e4ded4 url('../images/alert.png') 0px 50% no-repeat;
    color: #D5290A;
    font-weight: bold;
}

span.attention, span.clock, span.stop, span.alert, span.error, span .error {
    display: block;
    padding: 0px 0px 0px 25px;
    margin: 15px 0;
    border-radius: 5px;
}

input {
    border: 1px solid #ccc;
    padding: 2px;
    line-height: normal;
    margin-left: .3rem;
    margin-right: .3rem;
    margin-bottom: .3rem;
}

.input2Char {
    width: 2rem;
}

.input4Char {
    width: 3rem;
}

.bg-orange {
    background-color: #d7b480;
}

.bg-tan {
    background-color: #e4ded4;
}

.bg-gray {
    background-color: #aab1b76b;
}

.bg-grey {
    background-color: #aab1b76b;
}

.radioButton label {
    float: left;
}

.radioButton span {
    padding-left: .8rem;
    /*padding-right: .95rem;*/
    /*padding-top: .2rem;*/
    /*padding-bottom: .3rem;*/
    /*background-color: #000;*/
}

  /*label.checkbox input[type="checkbox"] {
    display: none;
}

label.checkbox span {
    display: inline-block;
    border: 2px solid #BBB;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    background: #C33;
    vertical-align: middle;
    margin: 3px;
    position: relative;
    transition: width 0.1s, height 0.1s, margin 0.1s;
}

label.checkbox :checked + span {
    background: #6F6;
    width: 27px;
    height: 27px;
    margin: 2px;
}

    label.checkbox :checked + span:after {
        content: '\2714';
        font-size: 20px;
        position: absolute;
        top: -2px;
        left: 5px;
        color: #99a1a7;
    }*/