#apply-sna-import-profile-description{
    display: none;
}
.apply-sna-show-description-button{
    background: transparent;
    top: 0.3rem;
}
.apply-sna-show-description-button:focus,
.apply-sna-show-description-button:hover{
    background: transparent;
}
.apply-sna-show-description-button:focus i,
.apply-sna-show-description-button:hover i{
    color:  #373A3C;
}
.apply-sna-show-description-button i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    color: #e4e4e4;
    transition: linear 0.2s;
}

.apply-sna-show-description-button .fa-question-circle:before{
    content: '\f05a';
}
#apply-sna-import-profile-description .panel-body{
    padding: 15px;
}
.apply-message-aplication-received > p {
    text-align: center;
}

.lumesse-apply-ready {
    display: none;
}

.application-valid > .lumesse-apply-ready {
    display: block;
    margin: 15px 0;
    color: #61A60D;
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .apply-sna-buttons button {
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1299px) {
    .apply-sna-buttons button {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 1049px) {
    .awli-buttons-wrapper * {
        width: 100%;
    }
    .apply-sna-buttons button > * {
        display: inline;
    }
}

@media (max-width: 543px){
    header .lumesse-navbar .navbar-toggleable-xs {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .lumesse-apply-overview{
        margin-top: 150px;
    }
}
