﻿* {
    font-family: 'Roboto', sans-serif;
}

.lightgreen {
    background-color: #2AB673;
}

.darkgreen {
    background-color: #0D9051;
}

.lightgray {
    background-color: #FAFAFA;
}

form .lightgray {
    padding-bottom: 40px;
}

.darkgray {
    background-color: #E6E6E6;
}

body {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 10pt;
}

@media (min-width: 768px) {
    body {
        padding-top: 72px;
        overflow-y: scroll;
        height: 101%;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 102px;
        overflow-y: scroll;
        height: 101%;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 62px;
    }
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.content {
    padding-bottom: 40px;
}

a {
    color: #0D9051;
}

    input, select, button, .breadcrumb a, a.btn {
        color: #333333;
    }

h1, h2, h3, h4 {
    letter-spacing: 1.5px;
    font-style: italic;
}

h1 {
    font-size: 2em;
    font-weight: 500;
    margin: 30px 0 20px;
    color: #0D9051;
}

.start h1, p {
    color: #1A1A1A;
}

h2 {
    font-size: 1.5em;
    font-weight: 500;
    margin: 40px 0 8px;
    color: #0D9051;
}

h3 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 15px 0px 30px;
    color: #333333;
}

h4 {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 30px 0 10px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.2em;
        margin: 60px 0 40px;
    }

    h2 {
        font-size: 1.7em;
    }
}

.jumbotron {
    padding: 60px 0 10px;
}

@media (min-width: 992px) {
    .jumbotron {
        padding: 60px 0 40px;
    }
}

.jumbotron h1 {
    display: block;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .jumbotron h1 {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
}

a:hover,
a:focus {
    /*color: #0D9051;*/
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control:focus, button:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150, 150, 150, 0.60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(150, 150, 150, 0.60);
}



/* Navbar Liviform */
.navbar {
    margin-bottom: 0px;
    border: 0;
}

.navbar-background {
    background-color: #fff;
}

.navbar-brand {
    background-image: url(images/liviform-logo-small.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center left;
    padding: 0 40px 0 50px;
    font-weight: 500;
    font-style: italic;
    font-size: 12pt;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
    margin-left: 15px;
    color: #ccc;
}

.navbar a {
    color: #333333;
    color: rgb(121, 121, 121);
}

    .navbar a.navbar-brand {
        color: #333333;
    }

.nav > li > a {
    font-weight: 400;
    font-style: italic;
}

    .nav > li > a:hover {
    }

.navbar-header, .navbar-collapse {
    background-color: #fff;
}



@media (min-width: 768px) {
    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        margin-top: 2px;
        background-size: 48px;
        background-position: center left;
        padding: 0 40px 0 60px;
        height: 70px;
        line-height: 72px;
    }

    .navbar-nav li {
        border-top: 2px solid #fff;
    }

        .navbar-nav li a.selected {
            border-top: 2px solid #231F20;
        }

    .nav > li > a {
        padding: 12px;
    }
}

@media (min-width: 1200px) {
    .navbar-header {
        width: auto;
    }

    .navbar-brand {
        margin-top: 2px;
        background-size: 48px;
        background-position: center left;
        padding: 0 40px 0 60px;
        height: 70px;
        line-height: 72px;
    }

    .navbar-nav li {
        border-top: 2px solid #fff;
    }

        .navbar-nav li.selected {
            border-top: 2px solid #231F20;
        }

    .nav > li > a {
        padding: 25px;
    }
}

.nav > li ul {
    position: absolute;
    background-color: #0D9051;
    list-style-type: none;
    padding: 2px;
    bottom: 10px;
    left: 1px;
    display: none;
}

    .nav > li ul li {
        display: none;
    }

.nav > li:hover > ul > li {
    display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
    color: #000;
}

.navbar-shadow {
    height: 5px;
    background: url(images/shadow.png);
    background-position: center -23px;
    background-repeat: no-repeat;
    pointer-events: none;
}

.navbar-toggle .icon-bar {
    background-color: #ccc;
}

/* BARS */
.data-bar {
    padding: 35px 0 25px 0;
    color: #fff;
    cursor: default;
}

.data-block, .counter-block {
    text-align: center;
}

span.data-count, span.data-desc {
    display: block;
}

span.data-count {
    font-size: 20pt;
}

span.data-desc {
    font-size: 8pt;
}

span.data-count, span.counter-count {
    font-weight: 700;
    line-height: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

span.data-desc, span.counter-desc {
    font-weight: 700;
    color: #eafff5;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
}

span.counter-desc, span.counter-count {
    color: #1A1A1A;
    display: inline;
    font-size: 8pt;
}

.data-bar-mobile-margin {
    margin-bottom: 20px;
}

.counter-block {
    padding: 0;
    text-align: left;
    width: auto;
    margin: 0 20px 0 0;
    float: left;
}

@media (min-width: 992px) {
    .data-bar-mobile-margin {
        margin-bottom: 0;
    }

    .counter-block {
        margin: 0 20px;
        width: auto;
        float: right;
        text-align: center;
    }

    span.counter-desc, span.counter-count {
        display: block;
    }

    span.counter-count {
        font-size: 20pt;
    }

    span.counter-desc {
        font-size: 8pt;
    }
}

.sort-bar {
    padding: 5px 0;
}


/* INPUTS */
.form-control, .btn-gray, .btn {
    border: 0;
    border-radius: 0;
    margin-right: 5px;
    padding: 6px 15px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-size: 10pt;
    
}
/* EXPERIMENTAL */
input.form-control,textarea.form-control {
    border-bottom:1px solid #ccc;
}
/* */
.form-separator {
    margin-bottom: 60px;
}

.separator {
    margin-bottom: 20px;
}

.btn.pull-right {
    margin-left: 5px;
    margin-right: 0;
}

.btn-gray {
    background-color: #FAFAFA;
}

    .btn-gray:hover {
        background-color: #E6E6E6;
        transition: background-color ease 0.2s;
    }

.btn-green {
    background-color: #0D9051;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    padding: 10px 20px;
    font-size: 8pt;
    letter-spacing: 1px;
}

    .btn-green.pull-right, .btn.pull-right {
        margin-right: 0;
    }

    .btn-green:hover {
        background-color: #0b703f;
        color: #fff;
        transition: background-color ease 0.2s;
    }

.btn-gray.selected {
    background-color: #E6E6E6;
}

.table .btn {
    padding: 2px 8px 1px;
    background-color: #0d9051;
    line-height: 15px;
    font-size: 7pt;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

    .table .btn:hover, .btn-inline:hover {
        background-color: #0b703f;
        transition: background-color ease 0.2s;
    }

.btn-inline {
    padding: 2px 8px 1px;
    background-color: #0d9051;
    line-height: 15px;
    font-size: 7pt;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.form-control {
    height: 32px;
}


.select-bar .form-group select, .select-bar .form-group input {
    width: 100%;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.separator-20 {
    height: 25px;
}

@media (min-width: 992px) {
    .form-separator {
        margin-bottom: 0;
    }

    .separator {
        margin-bottom: 40px;
    }

    h2.separator {
        margin-bottom: 40px;
    }

    .select-bar .form-group select, .select-bar .form-group input {
        width: auto;
    }
}

.settings {
    padding: 5px;
}

.control-label {
    font-weight: 400;
    font-style: italic;
}
/*.counter-block {
    padding: 0;
    text-align: left;
    width: auto;
    margin: 0 20px 0 0;
    float: left;
}
span.counter-desc, span.counter-count {
     display: inline;
     font-size:8pt;
}*/

span.header {
    display: block;
    font-weight: 500;
    font-style: italic;
    font-size: 12pt;
}
/* BREADCRUMBS */
.breadcrumb-bar {
    display: none;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb {
    padding: 0;
    list-style: none;
    font-style: italic;
}

ol.breadcrumb {
    margin: 0;
    padding: 0;
    line-height: 22px;
}

.breadcrumb::after {
    display: block;
    content: "";
    clear: both;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    color: #636c72;
    content: "/";
}

.breadcrumb-item.active {
    color: #636c72;
}

.sort-bar label {
    line-height: 22px;
}

.sort-bar select {
    width: 100%;
}

/* TABLE */
.table > thead > tr > th {
    border: 0;
    background-color: #F2F2F2;
    font-style: italic;
}

.table > tbody > tr.head2 td, tr.head2 th {
    background-color: #FAFAFA;
    border-bottom: 0;
    font-style: italic;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px 6px;
    border-top: 0;
    border-bottom: 1px solid #f2f2f2;
    line-height: 20px;
}

.table-head, .table > thead > tr > th, .head2 th {
    font-weight: 600;
    color: #333333;
}
.head1 {
    font-weight:400!important;
}
.table > tbody > tr > td.color-1, .table > tbody > tr > td.color-2, .table > tbody > tr > td.color-3, .table > tbody > tr > td.color-4 {
    padding: 3px 1px;
}
.color-1,.color-2,.color-3,.color-4,.color-5 {
    width:16px;
}
.color-5 {
    background-color: #4d864c;
    background-color: #0D9051;
}

.color-4 {
    background-color: #66a768;
    background-color: #0D9051;
}

.color-3 {
    background-color: #bdcd3c;
    background-color: #B2D348;
}

.color-2 {
    background-color: #c96a53;
    background-color: #EB6457;
}

.color-1 {
    background-color: #c14844;
    background-color: #AC1217;
}

.color-0 {
    background-color: #923521;
    background-color: #AC1217;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.app-badge {
    margin-right: 10px;
    margin-top: 20px;
    height: 48px;
    width: auto;
    padding: 0;
    transition: all ease 0.4s;
}



    .app-badge:hover {
        transform: scale(1.02);
    }

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0;
    }
}



.inline-input {
    width: auto;
    display: inline-block;
}

.autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.autocomplete-group, .autocomplete-suggestion {
    padding: 5px;
}

.autocomplete-suggestion {
    border-bottom: 1px solid #f1f1f1;
    transition: all ease 0.1s;
}

    .autocomplete-suggestion:hover {
        cursor: pointer;
        background-color: #f1f1f1;
        transition: all ease 0.1s;
    }


#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #0D9051;
    color: #fff;
    text-align: center;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 30px;
    bottom: 30px;
}


    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.text-danger,.field-validation-error {
    color: #fe3c43;
    font-style: italic;
    font-size: 9pt;
}

.pagination-container {
    text-align: center;
}

.pagination > li > a {
    color: #0D9051;
    border: 1px solid #f2f2f2;
    background-color: #fafafa;
    padding: 3px 8px;
}

.pagination > .active > a {
    color: #ffffff;
    background-color: #0D9051;
    border-color: #0D9051;
}

    .pagination > .active > a:hover {
        background-color: #0b703f;
        transition: background-color ease 0.2s;
    }

.pagination > li > a:hover {
    color: #23527c;
    background-color: #E6E6E6;
    transition: background-color ease 0.2s;
}

.pagination > li:last-child > a, .pagination > li:first-child a {
    border-radius: 0;
}
/*Peters test*/
.jumbotron.small {
padding-bottom:0;
}
.legend {
 
        font-size: 8pt;
    color: #cacaca;
    font-style: italic;
    }

