
@media (min-width:320px) {
    #bigscreen{
        display: none;
    }
    #smallscreen{
        display: block;
    }
}

@media (min-width:480px) {
    #bigscreen {
        display: none;
    }

    #smallscreen {
        display: block;
    }
}

@media (min-width:600px) {
    #bigscreen {
        display: none;
    }

    #smallscreen {
        display: block;
    }
}

@media (min-width:801px) {
    #bigscreen {
        display: none;
    }

    #smallscreen {
        display: block;
    }
}

@media (min-width:1025px) {
    #bigscreen {
        display: block;
    }

    #smallscreen {
        display: none;
    }
}

@media (min-width:1281px) {
    #bigscreen {
        display: block;
    }

    #smallscreen {
        display: none;
    }
}

.error{
    color: red;
}

/*body {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
}*/

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.btn-google {
    color: white !important;
    background-color: #ea4335;
}

.btn-facebook {
    color: white !important;
    background-color: #3b5998;
}
ul {
    list-style-type: none;
}

#dynamicDisplayResume {
    height: 800px;
    overflow-y: scroll;
}

.hidden {
    display: none !important;
}

.ui-state-active span{
    color: white !important;
}
.ui-icon-triangle-1-e {
    background-position: -32px -19px !important;
}

table {
    table-layout: fixed;
    width: 100%;
}
th, td {
    word-wrap: break-word;
}

#cookit-button {
    color: black !important;
}