﻿body, html {
    min-height: 100%;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(rgb(211, 211, 211), rgb(12, 97, 33));*/
    background-image: linear-gradient(rgb(220, 220, 220), rgb(116, 116, 117));
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
    border-radius: 10px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.btn.btn-signin {
    background-color: rgb(104, 145, 162);
    font-weight: 700;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: #008c6a;
    }

.forgot-password {
    color: rgb(104, 145, 162);
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: #008c6a;
    }

.lb-resposivel {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

@media screen and (min-width:1275px) {
    .espacoDrop {
        margin-top: -5px !important;
    }

    .botaoModelo {
        margin-top: 2.5px !important;
    }

    .barraUpload {
        margin-top: 5px !important;
    }

    .botaoUpload {
        margin-top: 2.5px !important;
    }
}

@media(max-width:1274px) and (max-width:1221px) {
    .table {
        font-size: 10px !important;
    }

    .espacoDrop {
        margin-top: -5px !important;
    }

    .botaoModelo {
        margin-top: 2.5px !important;
    }

    .barraUpload {
        margin-top: 5px !important;
    }

    .botaoUpload {
        margin-top: 2.5px !important;
    }
}

@media(max-width:1199px) {
    .table {
        font-size: 10px !important;
    }

    .espacoDrop {
        margin-top: -5px !important;
    }

    .botaoModelo {
        margin-top: 2.5px !important;
    }

    .barraUpload {
        margin-top: 5px !important;
    }

    .botaoUpload {
        margin-top: 2.5px !important;
    }

    .tamanhoBotaoImport {
        width: 100%;
    }
}

@media(max-width:530px) {
    .table {
        font-size: 5px !important;
    }
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.w-btn-120 {
    width:120px !important;
}