@font-face {
    font-family: "Circular-Black";
    src: url("../fonts/CircularStd-Black.otf");
}

@font-face {
    font-family: "Circular-Bold";
    src: url("../fonts/CircularStd-Bold.otf");
}

@font-face {
    font-family: "Circular-Book";
    src: url("../fonts/CircularStd-Book.otf");
}

@font-face {
    font-family: "Franklin-Book";
    src: url("../fonts/ITCFranklinGothicStd-Book.otf");
}

.sf-toolbar {
    display: none !important;
}

input:focus{
    outline: none;
}

.content-table{
    height: 100% !important;
    width: 100% !important;
    display: table;
}
    
.content-table-cell{
    display: table-cell;
    vertical-align: middle;
}

a{
    color: black;
    text-decoration: none;
}
.bold{
    font-family: "Circular-Bold";
}

input[type="checkbox"] {
    height: 20px !important;
    width: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 1px;
    outline: none;
    background-color: white;
    border: 1px solid grey;
    cursor: pointer;
}
    
input[type="checkbox"]:checked {
    border: 0px solid grey;
    background-color: #34495E;
    border-radius: 2px;
}
    
input[type="checkbox"]:active {
    border: 2px solid #34495E;
}

.error{
    color:rgb(197, 11, 11);
    text-align: center;
    font-size: 1.2rem;
    margin-top: 10px;
}

.input-error{
    border: 1px solid rgb(197, 11, 11) !important;
}

/********** LOADING ****************/
.loading {
    z-index: 100000;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    
}
    .loading > div {
        display: table-cell;
        vertical-align: middle;
    }

        .loading > div > div {
            width: 100%;
            padding: 0 25%;
            text-align: center;
        }

        .loading > div > div > .fa-3x{
            margin: auto;
            padding: 0 25%;
        }

.loading-opacity{
    opacity: 0.4;    
}


@media (min-width: 3000px) {
}

@media (min-width: 1921px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1600px) {
    body, html {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
}

@media (max-width: 1024px){

    html,body{
        font-size: 12px;
    }
}

@media (max-width: 990px){
}

@media (max-width: 600px){
}