/*! added.css v1.0.0 | MIT License | by sialka */

.no-border {
    border: 0px;
}

.no-radius {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.no-link {
    color: #08c !important;
}

.no-link:hover {
    color: #08c !important;
    text-decoration: none;
}

.normal {
    /*text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important;
    font-size: 85%;*/
    font-weight: 400;
    font-size: 13px;
}

.box-content{
    margin-top: 4px;
    border: 1px solid lightgray;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    border-radius: 4px;
}

.disabled {
    background-color: #EEEEEE;
}

.display-none {
    display: none;
}

.strong {
    font-weight: bold;
}

textarea:focus,
input:focus,
select:focus {
    outline: 0;
    /*border-radius: 0px;*/
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

}


.bg-footer {
    background-color: #eff3f8;
}

.bg-nav {
    background: #007EF7;
    background: linear-gradient(90deg, rgba(0, 126, 247, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.nav-bg {
    background: #007EF7;
    background: linear-gradient(90deg, rgba(0, 126, 247, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.bg-comp{
    background: #007EF7;
    background: linear-gradient(90deg, rgba(133, 135, 149, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

a {
    color: #005580;
}

hr {
    border-top: 2px solid #C2C3CA;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 6px;
}

a:hover {
    color: #005580;
}

.border-1 {
    border: 1px solid #d6d6d6;
}


.label-disabled {
    background-color: #eaecf4;
}

input[type="file"] {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 2px;
    height: calc(1.5em + 0.75rem) !important;
    font-size: 13px;
}

.center {
    text-align: center;
}

.bg-black {
    background: #000000;
}

.status {
    width:50%;
    padding: 0;
    font-size: 1.6rem;
}

.left {
    float: left
}

.right {
    float: right
}

.fixed {
    position: fixed;
    bottom: 0;
    left:0;
}

.center {
    text-align: center;
}

.hide {
    display: none;
}

.text-normal {
    font-size: 1rem;
}


/* Uso no Login */

.externa {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 100vh;
}

.login-error {
    background-color: transparent !important;
    color: #cc0000 !important;
    border-radius: 0 !important;
    border: none !important;
    font-weight: bold;
}
