﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.notification-container {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30%;
    z-index: 1050;
}

.alert {
    position: relative;
}

    .alert .close {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 1em;
    }

    .alert .fa {
        margin-right: .3em;
    }

.fileupload input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.fileupload {
    position: relative;
    border: 1px #ccc dashed;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background-color: #f2f4f7 !important;
    padding: 5px;
}

a.nav-link, a.nav-link:hover{
    color: white !important;
}
.bg-dark-500 {
    background-color: #3e4652 !important;
}
.color-white{
    color: white !important;
}

.search-container {
    position: absolute;
    top: 45px;
    background-color: white;
    border-radius: 0.35rem !important;
    color: #69707a;
    width:100vh;
}

.top-logo{
    width:3%;
}
@media(max-width: 990px){
    .top-logo {
        width: 6%;
        margin-left: 10px;
    }
}