/* Add here all your CSS customizations */
.clear{
    clear: both;
}

/* Notifications */
.notifications {
    display: inline-block;
    list-style: none;
    margin: 4px -10px 0 0;
    padding: 0;
    vertical-align: middle;
}

.notifications > li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.notifications > li .notification-icon {
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    text-align: center;
}

.notifications > li .notification-icon i {
    color: #777;
    line-height: 30px;
    vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
    line-height: 32px;
}

.notifications > li .notification-icon .badge {
    background: #D2312D;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: -8px;
    top: -3px;
    border-radius: 100%;
}

.notifications > li > a {
    border: none;
    display: inline-block;
}

.notifications .notification-menu {
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    left: auto;
    margin: 10px 0 0 0;
    padding: 0;
    right: -5px;
    width: 245px;
}

.notifications .notification-menu.large {
    width: 325px;
}

.notifications .notification-menu .notification-title {
    background: #CCC;
    border-radius: 3px 3px 0 0;
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 8px 6px 8px 12px;
    text-transform: uppercase;
}

.notifications .notification-menu .notification-title .label {
    font-size: 1rem;
    font-weight: 200;
    line-height: 14px;
    margin-left: 10px;
    margin-top: -2px;
    min-width: 35px;
}

.notifications .notification-menu .notification-title .label-default {
    background: #006697;
    color: #FFF;
}

.notifications .notification-menu .content {
    padding: 12px;
}

.notifications .notification-menu hr {
    background: #E6E6E6;
    height: 1px;
    margin: 12px 0;
}

.notifications .notification-menu .view-more {
    color: #ACACAC;
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
}

/* notification menu - pin */
.notifications .notification-menu:before,
.notifications .notification-icon:before {
    border-bottom: 6px solid #CCC;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    height: 0;
    margin-right: -3px;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notifications .notification-menu:before {
    bottom: 100%;
    right: 16px;
}

.notifications .notification-icon:before {
    display: none;
    right: 11px;
    top: 35px;
    z-index: 9999;
}

/* notification menu - emails */
.notification-menu {
    color: #ACACAC;
}

.notification-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification-menu li {
    margin: 0 0 12px;
}

.notification-menu li:last-child {
    margin-bottom: 0;
}

.notification-menu a {
    display: block;
    text-decoration: none;
}

.notification-menu .image {
    float: left;
    margin: 0 10px 0 0;
}

.notification-menu .image i {
    border-radius: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.notification-menu .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-menu .title {
    color: #000011;
    display: block;
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding: 2px 0 0;
}

.notification-menu .message {
    color: #ACACAC;
    display: block;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 0;
}

html.dark .notifications > li .notification-icon,
html.header-dark .notifications > li .notification-icon {
    background: #282d36;
}

html.dark .notifications > li .notification-icon i,
html.header-dark .notifications > li .notification-icon i {
    color: #C3C3C3;
}

/* Notifications Mobile */
@media only screen and (max-width: 767px) {
    .notifications {
        float: right;
        margin: 16px 8px 0 0;
    }

    .notifications > li {
        position: static;
    }

    .notifications > li.open .notification-icon:before {
        display: block;
    }

    .notifications > li .notification-menu {
        left: 15px;
        right: 15px;
        top: auto;
        width: auto !important;
    }

    .notifications > li .notification-menu:before {
        display: none;
    }
}
/* Userbox */
.userbox {
    display: inline-block;
    margin: 3px 17px 0 0;
    position: relative;
    vertical-align: middle;
}

.userbox > a {
    display: inline-block;
    text-decoration: none;
}

.userbox a:hover {
    text-decoration: none;
}

.userbox .profile-info,
.userbox .profile-picture {
    display: inline-block;
    vertical-align: middle;
}

.userbox .profile-picture img {
    width: 35px;
    color: transparent;
}

.userbox .profile-info {
    margin: 0 25px 0 10px;
}

.userbox .name,
.userbox .role {
    display: block;
}

.userbox .name {
    color: #000011;
    font-size: 1.3rem;
    line-height: 1.2em;
}

.userbox .role {
    color: #ACACAC;
    font-size: 1.1rem;
    line-height: 1.2em;
}

.userbox .custom-caret {
    color: #000011;
    font-size: 16px;
    font-weight: bold;
}

.userbox .custom-caret:before {
    content: "\f107";
}

/* Userbox - Open */
.userbox.open > a {
    position: relative;
    z-index: 993;
}

.userbox.open > a .custom-caret:before {
    content: "\f106";
}

.userbox.open .dropdown-menu {
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: -11px;
    padding: 45px 10px 0;
    top: -10px;
    width: 100%;
    z-index: 992;
}

.userbox.open .dropdown-menu li {
    margin-bottom: 5px;
}

.userbox.open .dropdown-menu a {
    border-radius: 2px;
    color: #7d7d7d;
    display: block;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 5px 10px;
}

.userbox.open .dropdown-menu a:hover {
    background: #CCC;
    color: #FFF;
}

.userbox.open .dropdown-menu i {
    font-size: 1.7rem;
    margin-right: 3px;
    vertical-align: middle;
}

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
    .userbox {
        float: left;
        margin: 16px 0 0 12px;
        position: relative;
    }

    .userbox:after {
        background: #E9E9E6;
        content: '';
        height: 63px;
        margin: 0;
        position: absolute;
        right: -21px;
        top: -18px;
        width: 1px;
    }

    .userbox .profile-picture {
        display: none;
    }

    .userbox.open .dropdown-menu {
        left: -5px;
        padding: 43px 0 0 0;
    }
}

.header {
    background: none;
    border: none;
    height: auto;
    position: static;
}

.header .logo-container {
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.header .header-right {
    background: #FFF;
    float: none !important;
    height: 60px;
    margin-top: 60px;
    width: 100%;
}
.header-right {
    float: right;
    height: 56px;
}

/* Page Header - Light */
.page-header-light {
    background-color: #F3F3F3;
    border-bottom: 5px solid #F0F0F0;
    border-top: none;
}

.fontVerde{
    color: #01a252;
}

.fontLaranja{
    color: #CC7832;
}

.fontVermelha{
    color: #ff0000;
}

.fontAzul{
    color: #006dcc;
}

textarea {
    resize: none;
}

.cursor{
    cursor: pointer;
}

.membroComum{
    font-size:11px;
    color:#276585;
}

.membroComum{
    font-size:10px;
    color:#276585;
}

.membroOuro {
    color: #cdad00;
    font-size: 12px;
    font-weight: bold;
}

.membroOuroCamp{
    color: #cdad00;
    font-size: 10px;
    font-weight: bold;
}

.membroAdm {
    color: #970000;
    font-size: 12px;
    font-weight: bold;
}

.membroAdmCamp{
    color: #970000;
    font-size: 10px;
    font-weight: bold;
}

.membroStaff{
    font-size:12px;
    font-weight:bold;
    color:#828282;
}

.membroStaffCamp{
    font-size:10px;
    font-weight:bold;
    color:#828282;
}

.membroBloqueado{
    font-size:10px;
    color:#fff;
    background:#999;
}

.btnNew{
    font-size: 10px;
    color: #FFFFFF;
    background-color: #D2312D;
    border: 1px solid;
    padding: 0px 5px;
}

.dropMenu{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-body a:link{
    text-decoration: none;
    color: #000000;
}

.menu-body a:hover{
    text-decoration: none;
    color: #ff0000;
}

.menu-body a:visited{
    text-decoration: none;
    color: #000000;
}

/***************************Loading de carregamente da página**********/

.jquery-loading-base-container {
    position: fixed;
    left: 0px;
    top:0px;
    margin:0px;
    width: 100%;
    height: 100%;
    display:block;
    z-index: 9999;
    opacity: 0.8;
    -moz-opacity: 0.65;
    filter: alpha(opacity = 65);
    background: #747474;
    background-repeat: no-repeat;
    background-position:50% 50%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: white;
    padding-top: 25%;
}
