@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto-400.ttf");
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto-700.ttf");
    font-weight: 700;
}
@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-400.ttf");
    font-weight: 400;
}
@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-500.ttf");
    font-weight: 500;
}
body{
    font-family: Poppins;
}
a{
    text-decoration: none;
}
.login{
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.login-wrapper::before{
    background-color: rgba(255,216,80,0.8);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.login-wrapper {
    background-image: url("images/fundo.jpg");
    background-size: cover;
    background-position: top center;
    z-index: 2;
    width: 100%;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.login-inner {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}
.login-content {
    position: relative;
    z-index: 2;
    max-width: 460px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
}
.btn-grey:hover, .btn-yellow:hover{
    opacity: 0.6;
}
.btn-grey{
    color:#ffffff;
    background-color: #ADA7A7 !important;
}
.btn-yellow{
    background-color: #FFD850 !important;
}
.btn-grey,.btn-yellow{
    cursor: pointer;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    padding: 14px;
    text-align: center;
}

.login input{
    border: none;
    font-size:12px;
    font-family: Roboto;
    font-weight: 400;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.login label{
    color: #FFFFFF;
    font-size:16px;
    font-family: Roboto;
    font-weight: 700;
    margin-bottom: 18px;
}
.mynav li{
    margin-bottom: 24px;
}
.mynav a path{
    fill: #ADA7A7;
}
.mynav a span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.mynav li:hover::before, .mynav li.active::before{
    display: block;
}
.mynav li::before{
    height: 100%;
    width: 3px;
    background-color: #FFD850;
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    display: none;
}
.mynav li{
    cursor: pointer;
    position: relative;
}
.mynav li:hover a, .mynav li.active a{
    color: #FFD850;
}
.mynav li:hover path, .mynav li.active path{
    fill: #FFD850;
}
.mynav a{
    color: #A5A5A5;
    text-decoration: none;
    line-height: 27px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}
.top-text div{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ADA7A7;
}
.top-text h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 6px;
    color: #3E435D;
}
.search {
    padding: 12px 24px;
    background:#ffffff;
    width: 288px;
    border-radius: 8px;
}
.search input:focus {
    outline: none;
}
.search input {
    width:200px;
    margin-left: 20px;
    border:none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.search button:hover path {
    fill: #FFD850;
}
.search button {
    width: 20px;
    height: 24px;
    border: none;
    background: none;
    padding: 0;
}
.search path{
    fill: #ADA7A7;
}

.lf-select.frm {
    border: 1px solid #ccc;
    padding: 6px;
}
.lf-select {
    padding: 12.3px 20px;
    line-height: 1 !important;
    position: relative;
    background: #fff;
    z-index: 5;
    width: 100%;
    border-radius: 8px;
}

.lf-select.frm::after {
    top: 14px;
    right: 11px;
}
.lf-select::after {
    content: "";
    background-image: url("images/arrow-down.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    top: 20px;
    width: 18px;
    height: 10px;
    color: #28cae4;
    font-family: fontawesome;
    z-index: 1;
}

.lf-select select {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ADA7A7;
    border: none;
    position: relative;
    width: 100% !important;
    z-index: 2;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    padding-right: 26px;
    cursor: pointer;
    background: none !important;
}

.lf-select select::-ms-expand {
    display: none;
}


.tech-table td, .tech-table th{
    padding: 25px 24px;
    border-color: #F2F2F2;
    vertical-align: middle;
}
.tech-table th{
    font-weight: 500;
    padding-top: 32px;
    padding-bottom: 32px;
}
.tech-table{
    font-size: 16px;
    line-height: 24px;
}
.br-8{
    border-radius: 8px;
}
.warn-tag, .success-tag{
    border-radius: 5px;
    display: inline-block;
    min-width: 70px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 24px;
    border: none;
}
.warn-tag{
    background-color: #fff8ed;
    color: #FFB550;
}
.success-tag{
    background: #f2fdf3;
    color: #00CC08;
}
.regular-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}
.tab-foot{
    padding: 12px 24px;
}
.custom-pagination li{
    margin-left:-1px ;
    display: inline-block;
}
.custom-pagination{
    font-size: 0;
    list-style: none;
    display: inline-block;
}
.custom-pagination li:first-child a{
    border-radius: 4px 0 0 4px;
}
.custom-pagination li:last-child a{
    border-radius: 0 4px 4px 0;
}
.custom-pagination a{
    padding: 0 10px;
    font-size:12px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #9B9B9B;
    border: 1px solid #dddddd;
}
.add-btn:hover{
    opacity: 0.7;
}
.add-btn{
    background: #FFD850;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border: none;
    color: #fff;
    padding: 13px;
    border-radius: 5px;
    width: 100%;
}
.add-btn span {
    font-size: 10px;
    color: #FFD850;
    padding: 1px 4px;
    background: #fff;
    vertical-align: middle;
    margin-right: 7px;
}
.tab-grp a.active,.tab-grp a:hover{
    color: #fff;
    background: #ADA7A7;
    border-radius: 4px;
}
.tab-grp a{
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 10px;
}
.tab-grp{
    border: 1px solid #9B9B9B;
    border-radius: 4px;
}
.percent .per-meter{
    background: #f2fdf3;
    padding: 5px 0;
    position: absolute;height: 100%;
}
.percent{
    border: 1px solid rgba(0,0,0,0.06);
    max-width: 105px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    color: #00CC08;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    position: relative;
}
.table-input{
    border: 1px solid #ddd;
    border-radius: 4px;
    max-width: 150px;
}



/*CENTRALIZING THE SECTION VERTICALLY AND HORIZONTALLY*/

.centralize-wrapper {
    width: 100%;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.centralize-wrapper .centralize-inner {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

.centralize-wrapper .centralize-inner .centralize-content {
    max-width: 360px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
}
.flash-message {
    line-height: 1 !important;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: rgba(47, 79, 79, 0.8);
    display: none;
    top: 0;
    left: 0;
}

.flash-message.flash-message-active {
    display: block;
}

.flash-message .flash-removable {
    position: relative;
}

.flash-message .centralize-content {
    padding: 30px 15px !important;
    border-radius: 0px;
    background: #fff;
    text-align: center !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    display: none;
    max-width: 460px;
}

.flash-message .centralize-content.flash-error {
    color: #dc3545;
    display: block;
}

.flash-message .centralize-content.flash-error .flash-icon {
    border: 4px solid #dc3545;
}

.flash-message .centralize-content.flash-error .flash-icon::before {
    content: "\F00D";
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-success {
    color: #44d972;
    display: block;
}

.flash-message .centralize-content.flash-success .flash-icon {
    border: 4px solid #44d972;
}

.flash-message .centralize-content.flash-success .flash-icon::before {
    content: "\F00C";
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-warning {
    color: #ffc107;
    display: block;
}

.flash-message .centralize-content.flash-warning .flash-icon {
    border: 4px solid #ffc107;
}

.flash-message .centralize-content.flash-warning .flash-icon::before {
    content: "\F071";
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-confirmation {
    color: #17a2b8;
    display: block;
}

.flash-message .centralize-content.flash-confirmation .flash-icon {
    border: 4px solid #17a2b8;
}

.flash-message .centralize-content.flash-confirmation .flash-icon::before {
    content: "\F128";
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-confirmation .hidden-flash-item {
    display: initial;
}

.flash-message .centralize-content .hidden-flash-item {
    display: none;
}

.flash-message .centralize-content .flash-close.close {
    border:none;
    padding: 5px 8px;
    background: #FFD850;
    font-size: 18px;
    position: absolute;
    z-index: 999999999;
    color: #000;
    top: -22px;
    right: -4px;
}
.flash-message .centralize-content .flash-close.close:hover {
    opacity: 0.7;
}

.flash-message .centralize-content .flash-icon {
    display: table;
    margin: 0 auto 15px;
    font-size: 28px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 60px !important;
    background: #fff;
}

.flash-message .centralize-content p {
    font-size: 16px;
}
