/* Coastal Angler Magazine: Intranet */

html {

    font-size: 16px;
}

body {
    background: #f4f4f6 url(../img/bg1.png);
    font-family: 'Open Sans', sans-serif;

}

header {
    margin-bottom: 1.5em;
}

a {
    color: #3bafda;
    transition: all .1s ease-in-out;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 1em;
}
main {
    margin-bottom: 10em;
}

span.stepper-arrow {
    display: none;
}
#new-ad-form {
    margin-bottom: 10em;
}

#new-ad-form select.form-control {
    width: 100%;

 }

.form-small {
    max-width: 400px; margin: 0 auto;
}

.form-medium {
    max-width: 700px; margin: 0 auto;
}

.flex-box {
    display: flex;
}

.flex-center {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.login {
    font-size: 1rem;
    width: 300px;
    padding: 2em;
    background: white;
    margin: 0 auto;
    border-radius: 10px;
}

#login-box__logo {
    margin-bottom: 1em;
}

#logo img {
    width: 100px;
}

#logo {
    margin-bottom: .5em;
}

#header-wrap {
    font-size: 1rem;
    background: white;
    align-items: center;
    justify-content: space-between;
    padding: 1em 1em .5em 1em;
    flex-direction: column;
}

#welcome {
    font-size: .8rem;
    padding: 1.5em;
}

#welcome__date {
    font-size: .9em;
}

#welcome__title-wrap {
    justify-content: space-between;
    padding-bottom: .5em;
    box-shadow: 0px 1px #ECECEC;
    margin-bottom: 1.5em;
    flex-direction: column;
}

#welcome__howto {
    padding: 0;
    list-style-position: inside;
    margin-bottom: 0;
}

#main-content {
    margin-top: 1.5em;
    padding-bottom: 10em;
}

.report-table {
    font-size: .8rem;
    margin-bottom: 1.5em;
}

.report-table .card-heading {
    display: flex;
    align-items: center;
    padding: .25em .75em;
    justify-content: space-between;
}

.report-table-title {
    margin-bottom: 0;
}

.report-table .card-button {
    color: white;
    font-size: 2em;
    transition: all .1s ease-in-out;
}

.report-table .card-button:hover {
    transform: scale(1.1);
    text-decoration: none;
}

#local-reports .card-heading {
    background: #4686DA;
    color: white;
}

#local-report .card-heading {
    background: #4686DA;
    color: white;
}

#local-report .card-button a {
    color: white;
}

select.form-control {
    width: auto;
}

#national-reports .card-heading {
    background: #CF4D43;
    color: white;
}

#dist-reports .card-heading {
    background: #37bc9b;
    color: white;
}

#dist-reports {
    margin-top: 0em;
}

.table thead th {
    background: #e6e9ed
}

.report-table a {
    font-weight: 700;
}

.report-table .delete {
    text-align: center;
}

.report-table td, .report-table th {
    font-size: .9em;
}

small {
    font-size: 40%;
    margin: 0 .3em 0 .5em;
}

#dist-important, #dist-reports-info {
    font-size: .8rem;
}

#dist-reports-info {
    margin-bottom: 1em;
}

#dist-reports-info ul {
    padding: 0;
    margin: 0 0 1em 0;
    list-style: none;

}

#dist-reports-info i {
    margin-right: 5px;
}

.list-aside {
    font-size: 80%;
    margin-top: .2em;
}

#dist-important {
    margin-bottom: 1em;
}

#settings-box-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;;
}

#settings-box {
    font-size: 1rem;
    width: 310px;
    background: white;
    padding: 1em;
    border-radius: 10px;
}

#settings-box ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

#settings-box li {
    padding: .5em 0;
    border-bottom: 1px solid #efefef;
}

#settings-box li:last-child {
    border-bottom: 0;
}

#user-reports .card-button {
    color: black;
    margin-right: 10px;
}

#stats-reports .card-button, #national-report .card-button {
    color: #3bafda;
}

#sleeve-report-form {
    font-size: 1rem;
    justify-content: center;
    margin-bottom: .5em;

}

#sleeve-reports td, #sleeve-reports th, #reports-page-tables td, #reports-page-tables th, .run-reports-table th, .run-reports-table td  {
    font-size: .8em;
}

.run-reports-table {
    margin-top: 1em;
}

#tearsheet-reports td, #tearsheet-reports th {
    font-size: .7em;
}

#sleeve-reports .card-button, #tearsheet-reports .card-button {
    color: #3bafda;
}

#sleeve-report-form select, #dist-date-form select, #run-report-form select, #stats-form select {
    margin-right: .3em;
}

.ad-report-dollar {
    font-size: 1.5em;
    font-weight: 700;
    margin-right: .3em;
}

#run-report-form {
    font-size: 1rem;
    margin-bottom: 1em;
}

#dist-date-form {
    margin: .4em 0;
}

#price-fieldset {
   background: #fff;
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #d8d8d8;
}

.stats ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#add-report-form {
    font-size: 1rem;
    padding-bottom: 10em;
}

#add-report-form .d-flex {
    align-items: center;
    justify-content: center;
}

#add-report-form label {
    margin: 0 .5em 0 0;
}

#add-report-form select {
    margin-right: 1em;
    width: 150px;
}

.form-bar {
    font-size: 1rem;
    margin-bottom: 1em;
}

.form-bar .card-body {
    display: flex;
    justify-content: space-between;
}

.form-bar select {
    margin-right: .3em;
}

#breadcrumb {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    font-size: 1rem;
    margin-bottom: 1em;
    align-items: center;
    padding: 0 1em 0 0;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;

}

#upload-wrap {
    text-align: center;
    margin-bottom: 1em;
}

.breadcrumb, .breadcrumb__date {
    font-size: .9em;
}

#add-report-form #btn-submit {
    margin-left: .5em;
}

#add-report-fields {
    margin-bottom: 1em;
}

#add-report-form .form-group {
    margin-bottom: 0;
}

#reports-page-tables {
    padding-bottom: 10em;
}

#reports-page-tables .card-heading {
    padding: .5em 1em;
}



@media (min-width: 576px) {
    #header-wrap {
        flex-direction: row;
        padding: .5em 1em;
    }

    #logo {
        margin-bottom: 0;
    }

    #welcome__title-wrap {
        flex-direction: row;
    }

    #welcome {
        font-size: 1rem;
    }

    #main-content {
        margin-top: 1.5em;
    }

    .report-table {
        font-size: 1rem;

    }

    #dist-important, #dist-reports-info {
        font-size: 1rem;
    }

}

/* PI STATS */
.stats {
    margin-bottom: 12px;
}

.stats ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.stats ul li {
    margin: 4px 8px 10px 0px;
    padding: 10px 0px 0px;
    background-color: #FFFFFF;
    display: inline-block;
    text-align: left;
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 50, 0.2);
    min-width: 200px;
    min-height: 126px;
    vertical-align: top;
    border-left: 0px !important;
}

.stats ul li:nth-child(1) {
    border-left: 3px solid #5997DC;
    color: #5997DC;
}

.stats ul li:nth-child(2) {
    border-left: 3px solid #32C747;
    color: #32C747;
}

.stats ul li:nth-child(3) {
    border-left: 3px solid #D8C20E;
    color: #D8C20E;
}

.stats ul li:nth-child(4) {
    border-left: 3px solid #C77932;
    color: #C77932;
}

.stats ul li span {
    box-shadow: inset 0px 6px 5px -4px rgba(0, 0, 0, 0.0);
}

.stats ul li:nth-child(1) span {
    border-top: 3px solid #5997DC;
}

.stats ul li:nth-child(2) span {
    border-top: 3px solid #32C747;
}

.stats ul li:nth-child(3) span {
    border-top: 3px solid #D8C20E;
}

.stats ul li:nth-child(4) span {
    border-top: 3px solid #C77932;
}

.stats ul li h4 {
    font: 400 16px/15px 'Roboto Condensed';
    margin: 0px;
    padding: 0px 10px;
    text-transform: uppercase;
}

.stats ul li h3 {
    font: 400 40px/60px 'Roboto Condensed';
    margin: 0px;
    padding: 0px 10px;
    height: 60px;
}

.stats ul li span {
    margin: 0px;
    padding: 10px 10px 9px;
    display: block;
    background-color: rgba(2, 0, 84, 0.04);
    background: rgb(255, 255, 255);
    color: #555;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.stats ul li span a {
    padding-bottom: 2px;
    color: #aaa;
    border-bottom: 1px solid #D6D6D6;
}

.stats ul li span a:hover {
    color: #777;
    border-bottom: 1px solid #aaa;
}

.stats ul li span .fa-arrow-up {
    color: #32C747;
}

.stats ul li span .fa-arrow-down {
    color: #E41717;
}

/* PI STATS COMBINED */

.stats-combined {
    margin-top: 1em;
    margin-bottom: 12px;
}

.stats-combined ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.stats-combined ul li {
    margin: 4px 8px 10px 0px;
    padding: 10px 0px 0px;
    background-color: #FFFFFF;
    display: inline-block;
    text-align: left;
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 50, 0.2);
    min-width: 186px;
    /* min-height: 126px; */
    vertical-align: top;
    /* border-left: 0px !important; */
}

.stats-combined ul li:nth-child(1) {
    border-top: 3px solid #1DB933;
    color: #1DB933;
}

.stats-combined ul li:nth-child(2) {
    border-top: 3px solid #CF4D43;
    color: #CF4D43;
}

.stats-combined ul li:nth-child(3) {
    border-top: 3px solid #4686DA;
    color: #4686DA;
}

.stats-combined ul li:nth-child(4) {
    border-top: 3px solid #656565;
    color: #656565;
}

.stats-combined ul li:nth-child(5) {
    border-top: 3px solid #656565;
    color: #656565;
}

.stats-combined ul li:nth-child(6) {
    border-top: 3px solid #656565;
    color: #656565;
}

.stats-combined ul li span {
    box-shadow: inset 0px 6px 5px -4px rgba(0, 0, 0, 0.0);
}

.stats-combined ul li:nth-child(1) span {
    border-top: 3px solid #5997DC;
}

.stats-combined ul li:nth-child(2) span {
    border-top: 3px solid #32C747;
}

.stats-combined ul li:nth-child(3) span {
    border-top: 3px solid #D8C20E;
}

.stats-combined ul li:nth-child(4) span {
    border-top: 3px solid #C77932;
}

.stats-combined ul li h4 {
    font: 400 14px/14px 'Roboto Condensed';
    margin: 0px;
    padding: 0px 10px;
    text-transform: uppercase;
}

.stats-combined ul li h3 {
    font: 400 34px/58px 'Roboto Condensed';
    margin: 0px;
    padding: 0px 10px;
    height: 60px;
}

.stats-combined ul li span {
    margin: 0px;
    padding: 10px 10px 9px;
    display: block;
    background-color: rgba(2, 0, 84, 0.04);
    background: rgb(255, 255, 255);
    color: #555;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.stats-combined ul li span a {
    padding-bottom: 2px;
    color: #aaa;
    border-bottom: 1px solid #D6D6D6;
}

.stats-combined ul li span a:hover {
    color: #777;
    border-bottom: 1px solid #aaa;
}

.stats-combined ul li span .fa-arrow-up {
    color: #32C747;
}

.stats-combined ul li span .fa-arrow-down {
    color: #E41717;
}

@media (min-width: 768px) {

}

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

    #dist-reports {
        margin-top: 2em;
    }
}

@media print {

    .table .noPrint {
        display: none;
    }

    .table {
        font: 400 10px/10px Arial;
    }

    .noPrint {
        display: none;
    }

    a:after {
        display: none;
        font-size: 1px;
        font-weight: normal;
    }
}