@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

.fileDate {
    font-size: 0.8em;
    color: #605e5f !important;
    padding-left: 16px;
}

a {
    color: #2a328a !important;
    text-decoration: none !important;
}

p{
    margin-bottom: 0.5rem;
}

.pointer {
    cursor: pointer;
}

.shareLink {
    font-size: 0.8em;
    color: #605e5f !important;
    padding-left: 16px;
}

input.shareLinkCopy {
    background: transparent;
    width: 10px;
    height: 10px;
    position: fixed;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    left: 0;
    top: 0;
}

.main-title {
    font-size: 1.2rem;
    color: #2a328a;
    font-weight: bold;
    margin-right: 35px;
}
.user-title-mobile {
    font-size: 1rem;
    color: #2a328a;
    font-weight: normal;
    margin-right: 35px;
    display: none;
    border-top:1px solid rgba(0,0,0,.125);
    padding-top:10px;
    padding-bottom: 10px;
}
.user-title {
    font-size: 0.9rem;
    color: #2a328a;
    font-weight: normal;
    margin-right: 35px;
}
@media (max-width: 1199px) {
    .user-title {
        display: none;
    }
    .user-title-mobile{
        display: block;
    }
}
.projectInfoTitle{
    font-size: 1rem;
    color: #2a328a;
    font-weight: bold;
}
.projectBox{
    display: inline-grid;
    width: 23%;
    min-width: 300px;
    flex-wrap: wrap;
    background: rgba(0,0,0,.03);
    padding: 10px;
    margin:10px;
    border-radius: 5px;
}

a.nav-link {
    font-weight: bold !important;
}
.topNavi .nav-link a{
    color: #2a328a !important;
    transition: all 0.1s ease-out;
}
.topNavi a.nav-link {
    border-bottom: 3px solid #fff;
    margin-right: 25px;
}

.topNavi a.nav-link:hover {
    color: #2a328a !important;
    font-weight: bold !important;
    border-bottom:3px solid #2a328a !important;
    transition: all 0.1s ease-out;
}
button.btn-link {
    color: #605e5f !important;
    font-weight: bold !important;
}

button.btn-secondary {
    font-size: 0.9em;
}

button.btn-secondary:hover {
    background-color: #2a328a !important;
}

button.btn-link:hover {
    color: #2a328a !important;
    text-decoration: none !important;
}

.bg-dark {
    background-color: #3a4651 !important;
}

body {
    background-color: #e7e8eb !important;
    font-family: 'Roboto', sans-serif !important;
}

div.card-header {
    padding: .3rem .5rem !important;
    border-bottom: 1px solid #2a328a !important;
}

div.card-header a.nav-link {
    color: #2a328a !important;
}

div.card-header a.nav-link:hover {
    color: #2a328a !important;
}

.button-spacer {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.button-spacer button {
    margin-bottom: 0.5rem;
}

.custom-form-control {
    margin-left: 0.5rem;
    margin-bottom: 0rem !important;
}

input.form-control {
    margin-bottom: 0.5rem !important;
}

.form-control {
    font-size: 0.9rem !important;
}

.breadcrumb {
    border: 1px solid #3a4651 !important;
    padding: .3rem 1rem !important;
    margin-bottom: 0.5rem !important;
}

.breadcrumb-item {
    font-size: 0.8em;
    color: #605e5f !important;
}

.breadcrumb-item a {
    color: #2a328a !important;
    text-decoration: none !important;
}

.dropzone {
    border:1px dashed #3a4651;
    text-align: center;
    width:100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.dropzone:hover {
    background-color: #eeeff2 !important;
}

.sort-search {
    margin-bottom: 0.5rem !important;
    align-items: center;
    display: flex;
    float: right;
    font-size: 0.9rem !important;
}

@media (max-width: 767px) {
    a.button-spacer button {
        width: 100% !important;
    }
    .searchbar {
        width: 100% !important;
    }
}

.form-cancel {
    float: right;
    background-color: #691222;
}

.form-submit {
    float: left;
}

.list-group-item {
    padding: 0.5rem 1.25rem !important;
}

.multi-select option:checked {
    color: white;
    background-color: green;
}

.green-icon {
    color: #82b904;
}

.red-icon {
    color: #930000;
}
.col-center{
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%); /* Firefox */
    -ms-transform: translate(-50%, -50%);  /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari and Chrome*/
    -o-transform: translate(-50%, -50%); /* Opera */
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px !important;
    border-radius: 5px;
}
.imgCenter{
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 100%;
}
.h1Center{
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px;
    color: #2a328a;
    font-size: 2em;
}
.h1Normal{
    text-align: left;
    font-weight: bold;
    color: #2a328a;
    font-size: 2em;
    margin-bottom: 10px
}
.submitLogin{
    width:100%;
    background: #2a328a;
    color: #fff;
    border:none;
    font-weight: bold;
    padding:10px;
    border-radius: 5px !important;
    transition: all 0.2s ease-out;
    margin-bottom: 25px;
}
.submitLogin:hover{
    background: rgba(42, 50, 138, 0.82);
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.submitLogin:focus{
    background: rgba(42, 50, 138, 0.82);
    transition: all 0.2s ease-out;
    cursor: pointer;
    color:#fff;
}
.shadow{
    transition: box-shadow 200ms cubic-bezier(0.33, 1, 0.68, 1);
}
.activeNav{
    border-bottom:3px solid #2a328a !important;
}
.searchbar{
    background: #fff;
    padding:15px;
    border-radius: 5px;
    width:100%;
    margin-top: 85px;
}

#CookieBanner { display: none; }

.cookie-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    background: white;
    color: black;
    text-align: center;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.53);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.53);
    z-index: 9999999;
}

.cookie-banner p {
    font-size: 1rem;
    padding: 1rem 0.5rem 0.375rem 0.5rem;
}

.cookie-banner a {
    color: black;
}

.cookie-btn {
    background: #2a328a;
    border: 0;
    color: white;
    padding: 0.375rem 2rem;
    font-size: 1rem;
    margin-bottom: 0rem;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 25px;
    transition: all 0.2s ease-out;
}
.cookie-btn:hover{
    background: rgba(42, 50, 138, 0.82);
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.input-group{
    align-items: baseline;
}
.checkLabel{
    float: left;
}
.formCheckbox{
    width: 40px;
    margin-top:5px;
}
.checkDiv{
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(42, 50, 138, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        width: 100%;
    }
    .checkDiv{
        padding: 0;
        margin-top:10px;
        margin-bottom: 10px;
    }
    .submitRight{
        width: 100% !important;
        max-width: none !important;
        clear: both;
        margin-top: -15px !important;
    }
    .submitLeft{
        width: 100% !important;
        max-width: none !important;
        clear: both;
    }
    .sortfield{
        width: 100% !important;
    }
    .navbar-nav{
        margin-top:15px;
        box-shadow: #0a0a0a;
    }
    .topNavi a.nav-link{
        margin-bottom: 10px;
    }
}
.marginTopBottom{
    margin-top:10px;
    margin-bottom: 20px !important;
}
#settings{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 85px;
}
#settings > div >label{
    margin-right: 20px;
}
#user_settings{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 85px;
}

#user_settings> div >label{
    margin-right: 20px;
}
#change_password_form{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top:85px;
}
#change_password_form > div >label{
    margin-right: 20px;
}
#user > div >label{
    margin-right: 20px;
}

#user {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top:85px;
}
#project{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top:85px;
}
#project > div >label{
    margin-right: 20px;
}
#folder{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top:85px;
}
#folder > div >label{
    margin-right: 20px;
}
.submitLeft{
    float: left;
    max-width: 200px;
    margin-top: 30px;
}
.submitRight{
    max-width: 200px;
    float: right;
    background: #fff;
    border: 2px solid #2a328a;
    color: #2a328a;
    margin-top: 30px;
}
.submitRight:focus{
    background: #fff;
    border: 2px solid #2a328a;
    color: #2a328a;
}
.submitRight:hover{
    color: #fff;
    background:#2a328a ;
}
.badgeBox{
    margin-top:-10px;
    margin-bottom: 10px;
}
.badge-info{
    background: #d2d92e;
    color: #2a328a;
    padding:8px;
    margin-top: 5px;
}
.formBig{
    height: 250px;
}
.tab-content > #project{
    margin-top: 0;
    border-radius: 0;
    background: none;
    padding: 0px;
}
.alert{
    position: fixed;
    right: 0;
    top:0;
    margin-top:20px;
    margin-right: 20px;
    margin-left: 20px;
    z-index: 99999;
    animation:0.5s ease 0.5s normal forwards 1 fadein;
    -webkit-animation:0.5s ease 0.5s normal forwards 1 fadein;
    opacity:0;
}
@keyframes fadein{from{opacity:0}
    to{opacity:1}
}
@-webkit-keyframes fadein{from{opacity:0}
    to{opacity:1}
}
#folder > div > label{
    float: left;
    margin-top: -5px;
}
.transformCheck{
    margin-top:20px;
}
#folder > div:nth-child(3){
    clear: both;
}
.createButton{
    margin-top:15px;
    margin-bottom:15px !important;
    max-width: 300px;
}
.sorting{
    background: #fff;
    padding:15px;
    border-radius: 5px;
    width:100%;
    margin-top: 85px;
}
.sort-search{
    width: 100%;
    flex-wrap: wrap;
}
.sortfield{
    width: 50%;
}
.formPadding{
    margin-top:5px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.dropdown-item.active, .dropdown-item:active{
    background: #2a328a;
    color: #fff !important;
}
.card-header-pills > .nav-item > button{
    margin-top: 7px;
}
.card-header-pills > .nav-item > a{
    margin-top: 5px;
}
.fileName{
    width: 50%;
    max-width: 400px;
    padding-right: 20px;
    display: inline-block;
    font-weight: bold;
}
.fileData{
    width: 50%;
    max-width: 400px;
    padding-right: 20px;
    display: inline-block;
}
.widthHalf{
    max-width: 50% !important;
    margin-top: 0px;
}
.spacer{
    height: 19px;
    width: 100%;
}
#filelist li{
    font-size: 1rem;
    color: #2a328a;
    font-weight: bold;
}
.nav-item > .nav-user{
    color: #2a328a;
}
.mainFooter{
    position: fixed;
    min-height: 50px;
    background: #fff;
    width: 100%;
    bottom: 0;
    margin-top:50px;
    z-index: 99999;
}
body{
    min-height: 90vh;
}
.text-footer-left{
    left: 0;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    color: #777777;
    font-size: 12px !important;
}
.text-footer-right{
    left: 0;
    float: right;
    margin-top: 15px;
    margin-right: 25px;
    margin-left: 25px;
    color: #777777;
    font-size: 12px !important;
}
.marginFluid{
    margin-top: 65px;
    margin-bottom: 125px;
    padding-bottom: 22px;
}
@media (max-width: 703px) {
    .marginFluid{
        margin-bottom: 125px !important;
    }
}
#filelist > li > b{
    margin-left: 20px;
    background: #d2d92e;
    border-radius: .25rem;
    padding:4px;
}
#filelist > li{
    margin-bottom: 15px;
}
#filelist > li > b:empty{
    display: none;
}
.alert-padding{
    font-size: 14px;
    padding:10px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top:-20px;
}