span.logo_first {
    font-family:  'Open sans', sans-serif !important;
    color:#0da3e2;
    font-weight:300;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    margin-right:3px;
    font-size:3rem;
}

span.logo_second {
    font-family:  'Open sans', sans-serif !important;
    color:#6e7882;
    font-weight:300;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size:3rem;
}

span.logo_first_small {
    font-weight: 300;
    letter-spacing: 1px;
    color:#0da3e2;
}

span.logo_second_small {
    font-weight: 300;
    letter-spacing: 1px;
    color:#808080;
}

.cell-center {
    text-align:center;
    vertical-align: middle;
}
.swal2-styled.swal2-confirm {
    background-color:#009EF7;
}

.has-success{color:#35aa47}
.has-error{color:red}
.help-block{color:red}


.accept{color:#35aa47}
.reject{color:red}
.majorRevisionRequired{color:orange}
.minorRevisionRequired{color:gold}
.tooltipAnchor {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}

.menu-link { cursor: pointer}