.nav-tabs.nav-justified {
    background-color: #355072;
}

.nav-tabs.nav-justified .active {
    background-color: #172a42;
}

.btn-primary {
    background-color: #355072;
    height: 48px;
}

.btn .fa{
    margin-right: 5px;
}

.bg-primary {
    background-color: #355072 !important;
    color: #fff!important;
}

.title-conta{
    background-color: #355072;
    padding: 8px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    /* position: relative;
    right: 10%; */
    /* border-radius: 20px; */
    color: #FFF;
    font-weight: 800;
}

.bg-color-modules {
    background-color: #355072;
    color: #FFF;
}

.iziToast.iziToast-color-yellow {
    background: #355072;
}
.iziToast>.iziToast-body .iziToast-message {
    color: #FFF !important;
}
.iziToast>.iziToast-body .iziToast-buttons>a, .iziToast>.iziToast-body .iziToast-buttons>button, .iziToast>.iziToast-body .iziToast-buttons>input {
    background: #DDD;
    color: #355072;
}

.iziToast>.iziToast-body .iziToast-buttons>a:hover, .iziToast>.iziToast-body .iziToast-buttons>button:hover, .iziToast>.iziToast-body .iziToast-buttons>input:hover {
    background: #DDD;
}

.panel-info {
    border-color: transparent;
}

.wrap-content .left-img .overlay-img{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(48, 71, 29, 0.9), rgba(48, 71, 29, 0.9)), url("/res/img/Depositphotos_32856489_l-2015.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.wrap-content .wrap-form{
    background-color: #355072;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-form-content {
    max-height: 600px;
    width: 70%;
    text-align: center;
}
.wrap-form-content img {
    max-width: 95%;
}
.top-form {
    padding: 35px 0 15px 0;
}
.wrap-form-content .top-form h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 6px;
}
.wrap-form-content .top-form p {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
.wrap-form-content form {
    width: 100%;
    display: block;
    margin: auto;
}
.wrap-form-content form input{
    background-color: #fff;
    border: none;
    width: 100%;
    border-bottom: 1px solid #355072;
    padding: 5px;
    margin: 5px 0;
    color: #355072;
    border-radius: 0;
    font-weight: 600;

}
.wrap-form-content form input::placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    background-color: transparent !important;
    color: #355071;
}

.wrap-content .left-img, .wrap-content .wrap-form {
    padding: 0 !important;
    height: 100vh;
}
.wrap-form-content form #check-terms {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
.wrap-form-content form #check-terms input {
    width: fit-content;
    display: inline-block;
}
.wrap-form-content form #check-terms a {
    color: rgb(248, 164, 9);
    
}
#in-check-terms{
    vertical-align: -2px;
}
.wrap-form-content form button,
.text-promo button {
    display: block;
    border-radius: 7px;
    background-color: #355072;
    color: #FFF;
    width: 100%;
    margin: 25px auto;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    height: 40px;
    font-weight: 600;
    padding-top: 2px;
    cursor: pointer;
    transition: .4s;
}
.wrap-form-content form button:hover, .wrap-form-content form button:focus{
    transition: .4s;
    background-color: #132438;
}
.wrap-form form .has-feedback{
    text-align: left;
}
.wrap-form form .has-feedback label{
    color: #FFF;
    font-size: 12px;
}

/* .wrap-form-content .have-account {
    padding-top: 10px;
}
.wrap-form-content .have-account p, .wrap-form-content .have-account a{
    display: inline-block;
    color: #fff
}
.wrap-form-content .have-account a{
    font-weight: 600;
    text-decoration: underline #fff;
    transition: .4s;
}
.wrap-form-content .have-account a:hover{
    text-decoration: none;
    transition: .4s;
} */

/* login */

/* #login-logo {
    margin-bottom: 65px;
}
.div-wrap-tel-sing {
    width: 100%;
}
.div-wrap-tel-sing input {
    width: 84% !important;
    display: inline-block !important;
}
.div-wrap-tel-sing .div-wrap-button {
    width: 14% ;
    display: inline-block !important;
    margin-top: 0 ;
    text-align: right;
}
.div-wrap-tel-sing .div-wrap-button button {
    display: inline-flex;
    width: 35px !important;
    background-image: url("../img/sing-in.png");
    background-size: 100%;
    margin: 8px 0 0 0;
    vertical-align: -12px;
    padding: 0 ;
    background-repeat: no-repeat;
    background-color: transparent !important;
    margin-left: auto;
}
#form-login {
    width: 100% ;
}
 input:focus {
    outline: none;
} */


/* login */


/* nav-bar */

.header-nav {
    width: 100%;
    height: 50px;
    background-color: #355072;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
}
.header-nav .icon-header {
    background-color: transparent !important;
    border: none;

}
.header-nav .icon-header i {
    font-size: 25px;
    color: #b3e766;
    transition: .4s;
}

#nav-logo {
    width: 200px;
}
.user-button i{
    font-size: 30px !important;
}

.header-nav .icon-header:hover i, .header-nav .icon-header:focus i{
    color: #fff;
    transition: .4s;
}
.nav-links {
    /* margin-top: -20px; */
    position: absolute;
    z-index: 3;
    margin-top: 15px;
    left: -47px;
}
.wrap-nav-trans{
    position: relative;
    z-index: 3;
}
.nav-links ul li{
    width: 220px;
    border-radius: 30px;
    height: 40px;
    margin: 10px 0;
    display: none;
}
.nav-links ul li a {
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #355072;
    border-radius: 30px;
    transition: .4s;
}
.nav-links ul li a:hover, .nav-links ul li a:focus {
    background-color: #FFF;
    transition: .4s;
    text-decoration: none;
    color: #355072;
}
/* nav-bar */

/* Dash content */
.content-all{
    position: relative;
}
.label-primary{
    background-color: #A69A1A !important;
}
.btn-tutorial{
    width: 140px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #A69A1A !important;
    border: none;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    transition: .4s;
}
.button-modulos {
    width: 220px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #355072 !important;
    border: none;
    border-radius: 30px;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    transition: .4s;
}
.button-modulos:hover, .button-modulos:focus {
    transform: scale(1.05);
    transition: .4s;
    color: #FFF;
}

.wrap-dashboard-content {
    position: relative;
    min-height: calc(100vh - 50px);
    background-color: #ededed;
}
.over{
    transition: .4s;
}
.over::before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.nav-links-tabs {
    height: 90px;
    display: flex;
    align-items: center;
}
.nav-links-tabs ul li {
    display: inline-block;
    padding: 0 12px;
    border-right: 2px solid #c1c1c1;
}
.nav-links-tabs ul li:nth-last-of-type(1){
    border: none;
}
.nav-links-tabs ul li a {
    color: #c1c1c1;
    font-weight: 600;
    font-size: 14px;
}
.nav-links-tabs ul li a:hover, .nav-links-tabs ul li a:focus{
    text-decoration: none;
    color: #355072;
}
.nav-links-tabs {
    display: block;
    width: fit-content;
    margin-left: auto;
    
}
.wrap-nav-trans{
    display: inline-block;
    position: absolute;
}
.nav-links-tabs{
    padding-top:35px; 
}
.ui-tabs-active a, .ui-state-active a{
    color: #355072 !important;
}

.grafico {
    width: 200px !important;
    margin: 0 !important;
    height: 200px !important;
}

.wrap-canvas-graf {
    display: inline-flex !important;
    justify-content: center;
}
.wrap-item{
    padding: 8px 16px;
}
.item{
    padding: 35px;
    background-color: #fff;
    border-radius: 20px;
    height: 280px;
}
.item h2{
    color: #355072;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 8px;
}
.item li {
    padding: 8px 0;
}
.item li p {
    font-weight: 600;
    color: #8c8d88;
    font-size: 15px;
}
.item li span {
    margin-left: 50px;
}
.form-right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.form-left {
    display: flex;
    align-items: center;
    height: 100%;
}
.wrap-content-ctrs {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
#btn-search-reload {
    margin-left: 10px;
    height: 40px;
    border-color: #CCC; 
    border-radius: 25px;
    font-weight: 100;
    background-color: transparent !important;
    color: #355072;
    transition: 0.5s;
}
#btn-search-reload:hover {
    background-color: #74bcef !important;
    color: #FFF;
}
.ctr-header-butt:hover {
    background-color: transparent !important;
    color: #355072;
}
.ctr-header-butt{
    background-color: #355072 !important;
    border: none;
    color: #FFF;
    width: auto;
    height: 40px;
    border: #c1c1c1 1px solid;
    border-radius: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
}
.ctr-header-butt select {
    border: none;
    color: #355072;
    font-weight: 550;

}
.ctr-header-butt select:focus {
    outline: none;
}
.nova-ctr {
    width: 130px;
    transition: .4s;
}
.nova-ctr:hover, .nova-ctr:focus{
    transition: .4s;
    background-color: #355072 !important;
    color: #fff;
}
.nova-ctr i {
    margin-left: 10px;
}
.ctrs-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    margin-bottom: 30px;
}
.item-ctrs, .item-row {
    border-top: 1px solid #e1e1e1;
    padding: 10px;
    margin: 4px;
    transition: .4s;
    height: fit-content;
}
.item-ctrs:hover, .item-ctrs:focus, .item-row:hover, .item-row:focus  {
    background-color: #f6f6f6;
    transition: .4s;
}

.frag-flex{
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    height: 150px;
}
.frag-flex-row{
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    height: 80px;
}
.info-ctrs-fragment h2, .info-row-fragment h2{
    color: #355072;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;

}
.info-ctrs-fragment p,
.info-row-fragment p{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #8c8d88;
}

.address-ctrs-frag p, .address-row-frag p{
    font-size: 14px;
    color: #8c8d88;
    padding: 0px;
    font-weight: 500;
}
.address-ctrs-frag p span, .address-row-frag p span{
    font-weight: 700;
}
.status-ctrs, .status-row {
    padding: 0  10px 0 0;
    /* width: fit-content; */
}
.status-ctrs span, .status-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 20px;
    border-radius: 30px;
    background-color: #8ec451;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
}
.status-ctrs span:nth-of-type(2), .status-row span:nth-of-type(2){
    background-color: #74bcef;
    margin-left: 18px;
}
.buttons-hover {
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    text-align: right;
}
.wrap-buttons-hover{
    text-align: right;
    display: block;
    width: 80px;
    margin-left: auto;
}
.item-ctrs:hover .buttons-hover , .item-ctrs:focus .buttons-hover, .item-row:focus .buttons-hover, .item-row:hover .buttons-hover {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.buttons-hover a:first-of-type{
    border-bottom: 2px solid #c1c1c1;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.buttons-hover a:nth-of-type(2){
    padding-top: 5px;
}
.buttons-hover a{
    display: block;
    text-align: right !important;
    color: #c1c1c1;
    font-weight: 600 !important;
    font-size: 13px;
    transition: .4s;
}
.buttons-hover a:hover,  .buttons-hover a:focus{
    color: #355072;
    text-decoration: none;
    transition: .4s;
}
.dash-top{
    margin-bottom: 60px;
}
/* Dash content */

@media (max-width: 768px){
    .wrap-content.login-wrap .left-img {display: none;}
    .wrap-content.login-wrap .wrap-form {width: 100%; min-height: 100vh; background-image: linear-gradient(rgba(48, 71, 29, 0.9), rgba(48, 71, 29, 0.9)), url("../img/Depositphotos_32856489_l-2015.jpg");}
    .wrap-form-content form { width: 80% !important;}
    .nav-links-tabs {padding: 80px 10px 30px 10px;}
    .area-grafico{height: fit-content !important;}
    .wrap-item-2{max-width: 544px !important; margin: 0 15px;}
    
}

@media (max-width: 543px){
    .frag-flex{ height: 100px;}
    .wrap-canvas-graf{width: 100%;padding-bottom: 20px;}
}

.menus-topo{
    color: #c1c1c1;
    font-weight: 600;
    font-size: 14px;
}
.menus-topo a{
    color: #c1c1c1;
    font-weight: 600;
    font-size: 14px;
}

.alert-info-green{
    background-color: #000;
    color: #FFF;
    border-color: transparent;
}

.input-page {
    display: block;
    margin: 0 auto;
    padding: 4px;
    border-radius: 25px;
    border: 1px solid;
    text-align: center;
    border-color: #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0cbdef
}

.input-page::-webkit-input-placeholder {
    color: #0cbdef
}

.button-modulos a{
    color: #355072 !important;
}
.button-modulos {
    background: none !important;
    font-size: 16px !important;
    text-transform: uppercase;
    width: auto !important;
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #355072;
}