html,
body {
    font-family: "Raleway",sans-serif;
    min-width:100% !important;
    min-height:100% !important;
    height: 100%;
    margin:0 !important;
    padding:0 !important;
}
.edit-button{
    position: absolute;
    z-index: 4;
    right: 0;
}
textarea{
    resize:none;
}
.tradingview-widget-container,
video,
iframe{
    max-width: 100%;
}
.wrap{
    display:flex;
    flex-direction:column;
    min-height:100%;
    height: 100%;
}
.content {flex:1 0 auto;}
.footer{
    flex:0 0 auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 45px #fff inset!important;
}
a:hover{
    text-decoration: none;
}
.white-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 72px;
    z-index: 3;
    background: #fff;
}
.box{
    padding-top: 60px;
    padding-bottom: 60px;
}
:focus{
    outline: none!important;
}
.item-slider {
    position: relative;
    overflow: hidden;
    height: 800px;
    max-height: 90vh;
    display: flex;
    align-items: center;
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.fade.in {
    opacity: 1!important;
}
.footer ul {
    padding-left: 0 ;
}

.footer ul > li{
    display: block;
    margin: 10px 0;
}

.footer ul > li > a{
    margin-right: 40px;
    color: #e3e3e3;
    text-decoration: none;
    font-family: "Raleway",sans-serif;
}

.footer ul > li > a:hover{
    color: #d3d3d3;
    text-decoration: none;
}

.footer small{
    color: #d3d3d3;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.pagination{
    justify-content: center;
}
.lang-dropdown .dropdown-menu{
    min-width: unset;
}
.form-control{
    -webkit-appearance: none;
    appearance: none;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.purchase-from .form-label{
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control#fiat-input{
    padding: 6px 6px 6px 80px;
}

.navbar-brand > img {
    max-width: 250px;
}

.navbar {
     border-radius: 0;
}

.full-height{
    height: 100vh;
}

.socials a{
    color: #fff;
    margin: 0 5px;
}

.footer h4{
    text-transform: uppercase;
}
.question, .answer {
    padding: 20px 15px 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question:hover{
    cursor: pointer;
}

.answer p{
    font-size: 16px;
}

.answer{
    min-width: 100%;
    display: none;
}

.question h5 {
    text-transform: uppercase;
    font-size: 30px;
    color: #233444;
    margin-top: 0;
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    color: rgba(0,0,0,.3);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background-color: transparent;
}

.post-body{
    min-height: 100px;
    margin-bottom: 20px;
}

.italic {
    font-style: italic;
}
.block-register {
    max-width: 400px;
    margin: auto;
    padding: 0 15px;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/web/img/spinner.png) center no-repeat #ffffff;
    background-size: 260px;
}
button.close {
    z-index: 9;
    right: 10px;
    top: 10px;
    position: absolute;
    opacity: 1;
}
.footer-gfa, .footer-gfa a {
    color: #fff;
    font-weight: 100;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .navbar {
         margin-bottom: 0;
     }

    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
    }
    .navbar-brand > img {
        max-width: 150px!important;
    }
    .navbar .container{
        max-width: 100%;
        flex-wrap: wrap;
    }
    .navbar-header{
        width: 100%;
    }
    .footer h4{
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px){
    .navbar-header {
       width: auto;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

}