﻿body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#reportContainer {
    height:800px;
}

@media (min-width: 1200px) {
    .container {
        /*max-width: 1190px;*/
        max-width: 90%;
    }
}

.navbar-dark .nav-item.active {
    color: white;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

table, table-responsive {
    /*background-color: white !important;*/
}



/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}



/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*UTIA BRANDING*/

.top-buffer {
    margin-top: 20px;
}

html {
    position: relative;
    min-height: 100%;
    /*background-color:  rgba(204, 204, 204, 0.85);*/
}

body {
    margin-bottom: 200px;
    background-color: #F0F0F0;
}




.btn-success.active {
    color: #449d44;
    background-color: rgba(146, 138, 138, 0.50);
    border-color: #398439;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding:15px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.dataTables_wrapper table {
    width:100%!important;

}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 99%;
}

.readOnlyCursor {
    cursor: not-allowed;
}

input[readonly] {
    cursor: not-allowed;
}

/*Nav*/
.navbar-inverse {
    background-color: #333d47;
    border-color: #FF8300;
}

.main-logo {
    background-color: rgba(255, 255, 255, 0.53);
}

.sign-in-form {
    position: absolute;
    right: 20px;
    bottom: -1px;
    opacity: 0.4;
}

    .sign-in-form:hover {
        opacity: 1;
    }

.login-form {
    background-color: rgba(51, 61, 71, 0.90 );
    position: fixed;
    right: 0;
    top: 50px;
    width: 500px;
    z-index: 1;
    padding: 10px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}




/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}

.padding-top {
    padding-top: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.btn-warning {
    background-color: #FF8300;
}

.btn-success {
    background-color: #6CC049;
}

.text-success {
    color: #6CC049;
}

/*footer*/
.site-footer {
    border-top: 1px solid #FF8300;
    background-color: white; /* /#333d47;  */
    position: absolute;
    max-height: 200px;
    bottom: 0;
    width: 100%;
  
}

.footer-tag-line-img {
    width: 500px;
    padding-left: 0;
}

.bottom-align-text {
    text-align: right;
    color: black;
    bottom: 0;
    right: 0;
    margin-top: 2px;
    float: right;
}

.footer-image-align {
    position: relative;
    vertical-align: middle;
    width: 100%;
    height:120px;
    width:auto;
}

.footer-logo {
    max-width: 100%;
    max-height: 120px;
    right: 0;
    vertical-align: middle;
}
.footer-logo {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dropdown-item.active, .dropdown-item:active {
    color: black;
}



@media (min-width: 300px) and (max-width: 991px) {

    .footer-logo {
        margin:0;
    }

    .footer-image-align {
        height:60px;
    }

    .bottom-align-text {
        text-align: center;
        color: white;
    }

    .footer-logo {
        max-height: 80px;
        margin-left: auto;
        margin-right: auto;
    }
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index:99;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178,178,178,0.7);
    padding: 10px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius:10px;
}

    .scroll:hover {
        background: rgba(178,178,178,1.0);
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

        .scroll:hover .fa {
            padding-top: -10px;
        }

    .scroll .fa {
        font-size: 30px;
        margin-top: -5px;
        margin-left: 1px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }