input[type=number] {
    -moz-appearance: textfield;
}

.spacer {
    margin: 0;
    padding: 0;
    height: 30px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.login-container h3, .uppercase {
    text-transform: uppercase;
}

#loginForm .alert li {
    list-style-type: none;
    margin-left: -40px;
}

tr .hover_masked {
    visibility: hidden;
}
tr:hover .hover_masked {
    visibility: inherit;
}

.secret_pre {
    color: #f5f5f5;
}

.secret_pre:hover {
    color: #333;
}

.table td {
    vertical-align: middle !important;
}

.no-padding {
    padding: 0px;
}

.only-left-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.tooltip_title, .display-none {
    display: none;
}

.tooltip_table {
    color: black;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
}

.clickable-hpanel {
    cursor: pointer;
}

.clickable-hpanel:hover .panel-body {
    box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.5) !important;
}

.md-icon {
    font-size: 50px
}

.sm-icon {
    font-size: 30px
}

.xs-icon {
    font-size: 25px
}

.level-table td {
    padding: 6px !important;
}

.level-table-no-border-bot td {
    padding: 6px !important;
    border-bottom-color: #FFFFFF !important;
}

.level-table li {
    font-size: 85%;
}

.level-table b {
    font-size: 85%;
}

.level-list {
    padding-left: 20px;
    padding-right: 20px;
}

.level-btn {
    width: 75px;
    height: 55px;
}

.level-title-line {
    background-color: #e2e3e4;
}

.level-title-line-ok {
    background-color: #5cb85c;
    color: #FFFFFF;
}

.level-title-line-ok .icon-status {
    margin-right: 20px;
}

.footer.footer-fixed {
    position: fixed;
}

.circle-avatar{
    /* make it responsive */
    max-width: 100%;
    width:100%;
    height:auto;
    display:block;
    /* div height to be the same as width*/
    padding-top:100%;

    /* make it a cirkle */
    border-radius:50%;

    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;

    /* it makes the clue thing, takes smaller dimention to fill div */
    background-size: cover;

    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* feedback button */
.vertical-right-aligned {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 100;
    display: none;
}

/* REDESIGN THEME */

body {
    font-family: "Helvetica Rounded LT W02 Bold";
    font-size: 13px;
}

.panel-body h5, .panel-body h4 {
    font-weight: 400;
}

label {
    font-weight: 400;
}

body.light-skin {
    background-color: #252930;
}

body.light-skin.fixed-navbar .login-wrapper {
    background-color: #f0f0f0;
    min-height: 100%;
    padding-top: 55px;
}

body.light-skin .hpanel .panel-body, body.light-skin .hpanel .panel-heading {
    border-radius: 10px;
}

body.light-skin .hpanel .panel-body.no-padding {
    padding: 0 !important;
}

body.light-skin #menu {
    width: 250px;
    background-color: #252930;
    position: fixed;
}

body.light-skin #wrapper {
    margin-left: 250px;
}

body.page-small.show-sidebar #wrapper {
    margin-left: 250px;
}

body.page-small #wrapper {
    margin-left: 0;
}

body.hide-sidebar #wrapper {
    margin-left: 0;
}

body.light-skin #wrapper {
    background-color: #f0f0f0;
}

body.hide-sidebar #menu {
    margin-left: -250px;
}

body.light-skin #side-menu li.active > a {
    font-weight: 200;
    color: #252930;
}

body.light-skin #side-menu li.active {
    padding-left: 25px;
    margin-left: -25px;
    background: #f0f0f0;
}

body.light-skin #side-menu li a:hover, body.light-skin #side-menu li a:focus, body.light-skin #side-menu li a {
    font-weight: 200;
}

body.light-skin #wrapper .content {
    padding-top: 25px;
}

.navbar-logo {
    float: left;
    height: 52px;
    text-align: right;
    width: 40%;
    z-index: 1000;
    position: relative;
    background-color: white;
}

.img-logo {
    height: 35px;
    margin-top: -10px;
}

body.light-skin #logo {
    height: 45px;
    width: 250px;
    padding-left: 10px;
    background-color: white;
    margin-top: 3px;
}

.tabs-top > .nav-tabs > li > a {
    background-color: #FAFAFA;
}

.tabs-top > .nav-tabs .active > a, .tabs-top > .nav-tabs .active > a:hover, .tabs-top > .nav-tabs .active > a:focus {
    background-color: black;
    color: white;
}

.tabs-top > ul.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-right: 10px;
    padding-left: 10px;
}

.tabs-top > .nav-tabs > li {
    width: 100%;
    display: table-cell;
    float: none;
}

.navbar-right {
    float: none !important;
    margin-right: -15px;
    position: absolute;
    right: 0;
}

.navbar-profile {
    margin-top: 2px;
    width: 50px;
    display: inline-block;
    padding: 4px;
}

.navbar-profile-user {
    background-image: url(../icons/circle_profile_user.svg);
}

.navbar-profile-company {
    background-image: url(../icons/circle_profile_company.svg);
}

.nav-row {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.nav-lang {
    padding: 5px;
}

.nav-row .active {
    color: #FFF;
}

.nav-hr {
    width: 60%;
    height: 2px;
    color: #FFF;
    background-color: #FFF;
}

.normalheader h2 {
    text-align: center;
}

.circle {
  position: relative;
  margin: 17px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
}

.circle-inner {
  position: absolute;
  margin: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  color: #fff;
  font-size: 30px;
}

input.form-control, select.form-control, textarea.form-control {
    background-color: #f0f0f0;
    color: #7C7C7C;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #e3051c;
    border-color: #e3051c;
    color: #fff !important;
}

.btn-default {
    background-color: #252930;
    border-color: #e0e0e0;
    color: #FFF;
    border-radius: 5px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #515969;
    border-color: #e0e0e0;
    color: #FFF;
}

.panel-red .panel-body, .bg-red {
    background-color: #e3051c;
    color: #FFF;
}

.bg-red-light {
    background-color: #FC6565;
}

.panel-yellow .panel-body, .bg-yellow {
    background-color: #ffb600;
    color: #FFF;
}

.bg-yellow-light {
    background-color: #FFD866;
}

.panel-blue .panel-body, .bg-blue {
    background-color: #1462ff;
    color: #FFF;
}

.bg-blue-light {
    background-color: #71A1FF;
}

.panel-cyan .panel-body, .bg-cyan {
    background-color: #00beb4;
    color: #FFF;
}

.bg-cyan-light {
    background-color: #43D7CF;
}

.hpanel.panel-collapse .panel-footer {
    display: none;
}

.text-black {
    color: black !important;
}

.text-red {
    color: #e3051c !important;
}

.text-blue {
    color: #1462ff !important;
}

.text-cyan {
    color: #00beb4 !important;
}

.text-yellow {
    color: #ffb600 !important;
}

.btn-red {
    background-color: #e3051c;
    border-color: #e0e0e0;
    color: #FFF;
    border-radius: 5px;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .invert .panel-red .panel-body {
    background-color: #fafafa;
    border-color: #e0e0e0;
    color: #e3051c;
}

.btn-blue {
    background-color: #1462ff;
    border-color: #e0e0e0;
    color: #FFF;
    border-radius: 5px;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .invert .panel-blue .panel-body  {
    background-color: #fafafa;
    border-color: #e0e0e0;
    color: #1462ff;
}

.btn-cyan {
    background-color: #00beb4;
    border-color: #e0e0e0;
    color: #FFF;
    border-radius: 5px;
}

.btn-cyan:hover, .btn-cyan:focus, .btn-cyan:active, .btn-cyan.active, .invert .panel-cyan .panel-body  {
    background-color: #fafafa;
    border-color: #e0e0e0;
    color: #00beb4;
}

.btn-yellow {
    background-color: #ffb600;
    border-color: #e0e0e0;
    color: #FFF;
    border-radius: 5px;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .invert .panel-yellow .panel-body {
    background-color: #fafafa;
    border-color: #e0e0e0;
    color: #ffb600;
}

.wcf-icon {
    width: 50px;
    display: inline-block;
    height: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.wcf-icon-home {
    background-image: url(../icons/home_menu.svg);
}

li.active .wcf-icon-home {
    background-image: url(../icons/home_menu_b.svg);
}

.wcf-icon-profile {
    background-image: url(../icons/profile_menu.svg);
}

li.active .wcf-icon-profile {
    background-image: url(../icons/profile_menu_b.svg);
}

.wcf-icon-contributions {
    background-size: 40px;
    background-position-y: center;
    background-image: url(../icons/my_contribution_menu.svg);
}

li.active .wcf-icon-contributions {
    background-size: 40px;
    background-position-y: center;
    background-image: url(../icons/my_contribution_menu_b.svg);
}

.wcf-icon-access {
    background-image: url(../icons/access_menu.svg);
}

li.active .wcf-icon-access {
    background-image: url(../icons/access_menu_b.svg);
}

.wcf-icon-wallet {
    background-image: url(../icons/wallet_menu.svg);
}

li.active .wcf-icon-wallet {
    background-image: url(../icons/wallet_menu_b.svg);
}

.wcf-icon-platform {
    background-size: 40px;
    background-position-y: center;
    background-image: url(../icons/platform_white.svg);
}

li.active .wcf-icon-platform {
    background-size: 40px;
    background-position-y: center;
    background-image: url(../icons/platform_black.svg);
}

#notif-background {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3);
    z-index: 999;
}

.notif-open #notif-background {
    display: block;
}

#notifications {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 500;
}

#notifications .notif-button {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-image: url(../icons/notification_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    z-index: 1000;
}

#notifications.notif-open .notif-button {
    background-image: url(../icons/close_notif_white.svg);
    background-size: 18px;
}

#notifications .notif-button .label-notif {
    font-size: 12px;
    line-height: 16px;
    padding: 2px 5px;
    position: absolute;
    right: 0px;
    top: -7px;
    background-color: #e3051c;
    border-radius: 8px;
    min-width: 16px;
}

#notif-list {
    display: none;
    position: absolute;
    bottom: 64px;
    right: 10px;
    width: 350px;
    max-width: : 80%;
    max-height: 80vh;
    min-height: 100px;
    overflow-y: auto;
    background-color: white;
    border-radius: 10px;
    z-index: 1000;
    padding: 10px;
}

#notifications.notif-open #notif-list  {
    display: block;
}

.lead.message-avatar {
    display: none;
}

.full .progress-bar-success {
    background-color: #e3051c;
    border-right: 4px solid #AB0415;
}

a.link-white {
    color: #fff;
}

a.link-white.active, a.link-white.active:hover, a.link-white.active:focus {
    color: #F0F0F0;
}

.wcf-icon-sm {
    width: 24px;
    display: inline-block;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.wcf-icon-validated {
    background-image: url(../icons/validated.svg);
}

.wcf-icon-add {
    background-image: url(../icons/add.svg);
}

.wcf-icon-pending {
    background-image: url(../icons/pending.svg);
}

.wcf-icon-rejected {
    background-image: url(../icons/rejected.svg);
}

.wcf-icon-unknown {
    background-image: url(../icons/unknown.svg);
}

.p-s-xxl {
    padding-right: 60px;
    padding-left: 60px;
}

.p-s-md {
    padding-right: 30px;
    padding-left: 30px;
}

.btn-circle {
    border-radius: 50%;
    padding: 4px;
    width: 35px;
    height: 35px;
}

.progress {
    border-radius: 5px;
}

.toggle-panel {
    display: none;
}

.campaigns .hpanel .panel-body {
    min-height: 450px;
}

.project-box .hpanel .panel-body {
    min-height: 240px;
}

.m-s-xl {
    margin-right: 50px;
    margin-left: 50px;
}

.m-r-xl {
    margin-right: 50px;
}

.top-round {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    height: 200px;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.light-skin .hpanel .top-round + .panel-body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.label-count {
    margin-left: 50px;
    padding: 4px 8px;
    background-color: #e3051c;
    border-radius: 20px;
    min-width: 40px;
}

.img-big {
    width: 100%;
    max-width: 200px;
}

.img-rounded {
    border-radius: 20px;
}

.big {
    font-size: 50px;
}


h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.table > thead > tr.center > th {
    text-align: center;
}

.one-third {
    width: 33.3333%;
    display: inline-block;
    padding: 20px 5px 20px 5px;
    vertical-align: top;
}

.one-fourth {
    width: 25%;
    display: inline-block;
    padding: 10px 20px 20px 20px;
    vertical-align: top;
    height: 160px;
}

.round-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contribution .round-left {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.round-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.brand-card {
    height: 150px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}

.brand-button {
    position: absolute;
    top: 20px;
    right: 20px;
}

#brand-modal {
    display: none;
    position: absolute;
    width: 450px;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    z-index: 1000;
    padding: 10px;
    top:40%;
    right: 40%
}

#brand-background {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3);
    z-index: 999;
}

.progress-bar-cyan {
    background-color: #00beb4;
    border-right: 4px solid #00beb4;
}

.progress-bar-blue {
    background-color: #1462ff;
    border-right: 4px solid #1462ff;
}

.fileinput {
    height: initial;
}

.arrow {
    font-size: 16px;
}

.img-bg-center {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

@media(min-width: 768px) {
    #notifications .notif-button {
        height: 56px;
        width: 56px;
        background-size: 30px;
    }

    #notifications.notif-open .notif-button {
        background-size: 25px;
    }

    .vertical-right-aligned {
        display: block;
    }
}

.row:after, .row:before {
    display: block !important;
}

@media (min-width: 992px) {
    .aligned-row {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;

        &::before {
            display: block;
        }
    }

    .aligned-row > div {
        margin-bottom: 25px;
    }

    .aligned-row .hpanel {
        height: 100%;
        margin-bottom: 0px;
    }

    .aligned-row .hpanel .panel-body {
        height: 100%;
    }

    .aligned-row .hpanel .panel-body .to-bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 20px 40px 0 0;
    }

    body.light-skin #wrapper .content {
        padding-left: 120px;
        padding-right: 120px;
    }

    .contribution .round-left {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

.add-document-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgb(240, 240, 240);
    color: rgb(106, 108, 111);
    width: 30px;
    height: 30px;
}
