﻿.logo{background-color:white!important}

.uppercase{text-transform:uppercase}

.capitalize {
    text-transform: capitalize
}

.group-parametrizavel{height:70px}

form .messages{position:inherit!important}

select{padding-bottom:0!important}

.text-fb{color:#3b5998}

.modal-lg{max-width:90%!important}

a:not([href]):not([tabindex]){color:#fff}

table.dataTable tbody th,table.dataTable tbody td{padding:15px;padding-left:18px}

table.dataTable.no-footer{border-bottom:1px solid rgb(236,238,239)}

.obrigatorio{font-size:65%;padding-left:2px}

.nota{color:red}

.boxHomeRegistro{float:left;padding:0 15px;width:100%; margin-top: 10px;}

.bg-mostard{background-color:#f3ad0e!important}

.bg-dark-mostard{background-color:#db9d0a!important}

.text-mostard{color:#f3ad0e!important}

.text-warning{color:#f57c00!important}

.bg-dark-primary .week-sales, .bg-dark-mostard
.week-sales, .bg-dark-success .week-sales, .bg-dark-warning
.week-sales, .bg-dark-facebook .week-sales {
    color: #fff;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px
}

.main-header-top .top-nav > li > a {
    color: #fff;
}

.top-nav > li:first-child {
    color: #fff !important;
}

.node-text {
    color: #fff !important;
}

.contentBar{margin:0 auto;padding-bottom:50px;padding-top:50vh;width:90px}

.barlittle
{
 -moz-animation:move 1s infinite linear;-moz-transform:scale(.7);-webkit-animation:move 1s infinite linear;
 -webkit-transform:scale(.7);background-color:#2187e7;background-image:-moz-linear-gradient(45deg,#2187e7 25%,#a0eaff);
 background-image:-webkit-linear-gradient(45deg,#2187e7 25%,#a0eaff);border-bottom:1px solid #333;
 border-left:1px solid #111;border-right:1px solid #333;border-top:1px solid #111;float:left;
 height:10px;margin-left:5px;opacity:.1;width:10px;
}

#block_1{-moz-animation-delay:.4s;-webkit-animation-delay:.4s}
#block_2{-moz-animation-delay:.3s;-webkit-animation-delay:.3s}
#block_3{-moz-animation-delay:.2s;-webkit-animation-delay:.2s}
#block_4{-moz-animation-delay:.3s;-webkit-animation-delay:.3s}
#block_5{-moz-animation-delay:.4s;-webkit-animation-delay:.4s}

@-moz-keyframes move{
    0%{-moz-transform:scale(1.2);opacity:1}
    100%{-moz-transform:scale(.7);opacity:.1}
}
@-webkit-keyframes move{
    0%{-webkit-transform:scale(1.2);opacity:1}
    100%{-webkit-transform:scale(.7);opacity:.1}
}
.loading{background-color:RGBA(0,0,0,.6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}
.footer-bg{z-index:5}
.bg-warning-sla{background-color:#fec107!important}
.bg-danger-sla{background-color:#fb9678!important}
.bg-success-sla{background-color:#00c292!important}
.iconAvatar{
    background-color:rgba(0,0,0,.2);border:2px solid #FFF;border-radius:20px;color:#fff;height:40px;
    line-height:35px;margin-bottom:0;margin-top:5px;text-align:center;vertical-align:top;width:40px
}
.visible-item{visibility:visible}
.hidden-item{visibility:hidden}
.g-recaptcha{margin-bottom:10px;margin-left:auto;margin-right:auto;width:300px}
.footer-bg{position:fixed !important}
.popover-body ul li {cursor: pointer}
.dataTables_info {padding-left: 15px}

.select2-container--open .select2-dropdown--below {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
}

.select2-container--open .select2-dropdown--abovee {
    top: 100px !important;
    left: 8px !important;
}

.select2-dropdown .select2-dropdown--above {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
}

span.select2-dropdown.select2-dropdown--above {
    top: 100px;
    left: 8px;
}