@font-face {
    font-family: ubuntu;
    src: url('/css/fonts/ubuntu.ttf') format('truetype');
}

.alert.alert-danger{
    display:block;
    width:100%!important;
    min-height: 60px!important;
    z-index: 2000;
    position: fixed;
    top:0;
    left:0;
}

input{
    background-color: transparent;
}

a{
    cursor: pointer!important;
}

.main-helper-user-feedback .fa{
	color: #3C8AC5 !important;
}

.main-helper-user-feedback{
	border: 2px solid #3C8AC5 !important;
}

/* hide scroll without layout adjustments */
body.hideScroll{
    overflow: hidden;
    margin-right: 17px;
}

@media screen and (max-width: 700px) {
    .main-helper-user-feedback {
        display: none;
    }
}

*:focus {
    outline: 0!important;
}

/*div#background-image-new {
    background-image: url('/img/profile_pictures/bg.jpg');
    background-size: cover;
    background-color: rgba(0,0,0,0.4);
    background-blend-mode: overlay;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}*/

div#background-image-new {
    background-image: url("/img/profile_pictures/bg.jpg");
    /*z-index: -2;*/
    background-size: cover;
    background-color: rgba(6, 18, 53, 0.75);
    background-blend-mode: overlay;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}

div#color-overlay {
    background-color: rgba(6, 18, 53, 0.75);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bootbox.modal {
    background-image: url("/img/profile_pictures/bg.jpg");
    background-size: cover;
    background-color: rgba(6, 18, 53, 0.75);
    background-blend-mode: overlay;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
}

.bootbox .modal-dialog {
    width: 30vw;
    margin-top: 20vh;
}

.bootbox button.btn.btn-default {
    width: 100px;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 3px;
}

.bootbox button.btn.btn-default:hover {
    width: 100px;
    background: #adadad;
    border: 1px solid white;
    color: white;
    border-radius: 3px;
}

.bootbox button.btn.btn-primary {
    width: 100px;
    background: #F1A93D;
    border: 1px solid #F1A93D;
    color: #182244;
    border-radius: 3px;
}

.bootbox button.btn.btn-primary:hover {
    width: 100px;
    background: #D1891D;
    border: 1px solid #D1891D;
    color: white;
    border-radius: 3px;
}

.bootbox .close {
    color: white;
    opacity: 1;
}