.card {
    position: relative;
    background-color: #fff;
    margin-bottom: 1.25rem;
    border: 1px solid #edf2f9;
    border-radius: .25rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.header-blue{
    background: #1C92C6;
}

.header-blue h4{
    color: #fff;
}

.jaFeito{
    background: #f7f7f7;
}

.jaFeito .btn-primary{
    background: #828282;
}
    .jaFeito .header-blue{
        background: #828282;
    }


.logo-dark {
    text-align: center;
    margin: 0 auto;
}

.Menusaldo {
    margin-top: 20px;
    display: block;
}
.MenusaldoTitulo {
    font-weight: 300;
    font-size: 14px;
    display: block;
    line-height: 1.1;
}
.MenusaldoVal {
    font-weight: 500;
    font-size: 22px;
    color: #009F79;
    line-height: 1.1;
}

.MenusaldoTotalCliques{
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
}

@media only screen and (max-width: 767px){
    .Menusaldo {
        margin-top: 15px;
        margin-right: 15px;
        float: right;
    }
         
}
@media only screen and (min-width: 768px){
    .header {
        display: none;
    }
}

.side-nav {
    width: 270px;
    background-color: #16254C;
    z-index: 1000;
    top: 0;
    padding-top: 20px;
    bottom: 0px;
    position: fixed;
    overflow: hidden;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.page-container .main-content {
    padding: calc(20px + 25px) 25px 25px;
    min-height: calc(100vh - 70px);
}
.side-nav .side-nav-inner .side-nav-menu li a, .side-nav .side-nav-inner .side-nav-menu li.dropdown.open>a {
    color: #eaeaea;
}
.side-nav .side-nav-inner .side-nav-menu li a:hover {
    text-decoration: none;
    color: #fff;
}
.side-nav .side-nav-inner .side-nav-menu li a:hover .icon-holder,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open>a .icon-holder,
.side-nav .side-nav-inner .side-nav-menu>li.dropdown ul.dropdown-menu>li>a:hover
{
    color: #fff;
}
.btn-primary {
    background-color: #ED3600;
    border-color: #ED3600;
    color: #fff;
}
.btn-primary:hover {
    background-color: #ce2c00;
    border-color: #ce2c00;
    color: #fff;
}

.menuBtCadastro{
    min-width: 180px;
    height: 60px;
    border-radius: 5px;
    text-transform: uppercase ;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.menuBtCadastro a{
    margin-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1440px){
    .side-nav {
        width: 230px;
    }

}

#userActions, #userActionsRodape  {
    flex-direction: column;
    text-align: center;
    color: #37474F;
    background: url(../image/svg/upload-file.svg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    border-radius: 10px;
    position: relative;
}
#userActions .title,#userActionsRodape .title {
    background-color: #9e9e9e;
    width: 100%;
    color: #fff !important;
    line-height: 20px;
    font-size: 12px;
    margin-top: 100px;
    cursor: pointer;
}
.square-144 {
    max-width: 144px;
    min-width: 144px;
    max-height: 144px;
    min-height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

.sidebarMenuVerSite{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
}

.sidebarMenuVerSite a{
    color: #F79B34;
}

.destaqueAdiciona{
    background: transparent;
    border:none;
}

.containerItem{
    background: #f7f7f7;
    border-radius: 5px;
    padding: 10px 15px;
}