/*
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
*/
body {
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: 'Arial', 'sans-serif'
    /*font-weight: 400*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', 'sans-serif';
    /*font-weight: 300;*/
    color: #555;
    letter-spacing: -0.2px;
    margin-top: 10px
}

    h1.condense, h2.condense, h3.condense, h4.condense, h5.condense,
    h6.condense {
        margin-bottom: 2px;
        margin-top: 2px
    }

        h3.condense.welcome {
            padding: 20px;
            margin: 20px 0px;
            background-color: #0095d0;
            color: white
        }

h1 {
    font-size: 40pt;
    line-height: 1.2 /*46pt*/
}

    h1.small {
        font-size: 18px
        /*margin-top: -10px;*/
    }

.h1logo {
    margin-top: 20px
}

h2 {
    font-size: 28pt;
    line-height: 1.2;
    margin-bottom: 20px;
}

    h2:after {
        content: "";
        display: block;
        margin: 0;
        width: 40%;
        padding-top: 10px;
        border-bottom: 2px solid #009ACE;
    }

h3 {
    font-size: 22pt;
    line-height: 1.2
}

h4 {
    font-size: 18pt;
    line-height: 1.2
}

h5 {
    font-size: 14pt;
    line-height: 1.1
}

.btn {
    border-width: 0px;
    border-radius: 0px;
    padding: 9px 18px
}

.btn-sm {
    padding: 6px 12px
}

.btn-xs {
    padding: 3px 6px
}

.btn-primary
{
    background-color: #009ACE;
}
.btn-primary:hover {
    background: #707372; 
}
.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover {
    background: #3D3935;
}

.btn-warning {
    background-color: #B2B4B2;
}

.btn-primary:hover {
    background: #707372
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover {
    background: #3D3935
}



button.btn-add-item.collapsed:after {
    content: '\00a0\e259'
}

button.btn-add-item:after {
    content: '\00a0\e260'
}

button.btn-add:after {
    content: '\00a0\e081'
}

button.btn-delete:after {
    content: '\00a0\e082'
}

button.btn-download:after {
    content: '\00a0\e197'
}

button.btn-edit:after {
    content: '\00a0\e065'
}

a.small-pill {
    padding: 5px !important
}


/* flex to even out the panel heights in gridlayout */
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: block\0; /* for ie 8-11 */
    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;
    display: block\0 /* for ie 8-11 */
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2
}

.col-less-pad-right {
    padding-right: 3px
}

.col-less-pad-left {
    padding-left: 3px
}


.table tbody > tr > td {
    /*bootstrap's default - vertical-align: top;*/
    vertical-align: middle
}

img.img-thumbnail.table-img {
    max-height: 60px
}

.carousel .carousel-control {
    color: #696b73
}

.carousel .item .carousel-caption {
    bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding-right: 20px
}

    .carousel .item .carousel-caption h3 {
        color: #696b73;
        text-shadow: none;
        margin: 0
    }

.carousel .carousel-control.left, .carousel .carousel-control.right {
    background-image: none;
    outline: none
}

.carousel .carousel-indicators {
    display: none
}

    .carousel .carousel-indicators li {
        width: 14px;
        height: 14px;
        background-color: #696b73;
        border: none
    }

    .carousel .carousel-indicators .active {
        width: 16px;
        height: 16px;
        background-color: #0095d0
    }


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px
}

.fileinput {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px
}

    .fileinput label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer
    }

    .fileinput input[type="file"],
    .fileinput-inline input[type="file"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

    .fileinput + .fileinput {
        margin-top: -5px
    }

.form-horizontal .fileinput {
    min-height: 27px
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}

.navbar {
    border-width: 0px
}

.breadcrumb {
    padding: 10px 15px 6px 15px;
    margin-bottom: 6px;
    list-style: none;
    background-color: #009de0;
    border-radius: 0px;
    color: #ffffff
}

    .breadcrumb > li {
        display: inline-block;
        color: #ffffff
    }

        .breadcrumb > li > a {
            color: #ffffff
        }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ffffff
        }

    .breadcrumb > .active {
        color: #dddddd
    }

.navbar-inverse {
    background-color: #3D3935;
    color: white
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #707372;
        color: white
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus form.navbar-form.navbar-right {
        background-color: #B2B4B2;
        color: white
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #707372;
    color: white
}

.nav-tabs > li > a {
    color: black;
    border-radius: 0px
}

.nav-tabs > li > a:hover {
    background-color: #B2B4B2;
    color: white
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    background-color: #707372;
    color: white
}

.nav-pills > li > a {
    color: black;
    border-radius: 0px
}
.nav-pills > li > a:hover {
    background-color: #B2B3B2;
    color: white;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus 
{
    background-color: #707372;
    color: white;
}


button.btn.btn-link.navbar-btn.navbar-link 
{
    color: #000
}


.panel {
    background-color: #B2B4B2
}

.panel-default {
    border-color: #B2B4B2
}


.well {
    background-color: #B2B4B2 color: white;
    border: 0;
    border-radius: 0

}


footer.well {
    background-color: rgb(112, 115, 114);
    text-align: center;
    color: white;
}


.panel-default {
    background-color: white
}