html {
    background: #eee;
    /*min-height: 100%;*/
    height: 100%;
}

body {
    min-height: 100%;
    /*height: 100%;*/
    overflow-x: hidden;

}

header h1 {
    padding: 0.4em 1.1em;
    color: white;
    font-weight: normal;
    font-size: 24px;
}


/* https://app.clickup.com/t/mk8exq */
select {
    background-image:
            linear-gradient(45deg, transparent 50%, #000000 50%),
            linear-gradient(135deg, #000000 50%, transparent 50%),
            linear-gradient(to right, #fff, #fff) !important;
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            3px 3px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select:focus {
    background-image:
            linear-gradient(45deg, transparent 50%, #000000 50%),
            linear-gradient(135deg, #000000 50%, transparent 50%),
            linear-gradient(to right, #fff, #fff);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            3px 3px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;

    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}



/** PAGINA DE LOGIN **/

body.login-page {
    /* Location of the image */
    background-image: url("../images/Background.png");

    /* Background image is centered vertically and horizontally at all times */
    background-position: center;

    /* Background image doesn't tile */
    background-repeat: repeat;

    /* Background image is fixed in the viewport so that it doesn't move when
       the content's height is greater than the image's height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based
       on the container's size */
    background-size: auto;

    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #c6c6c6;
}

.login-main-container {
    width: 360px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.coelho-container {
    margin-top: 30px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


.coelho-cabeca {
    height: 200px;
    position: relative;
    display: inline-block;
    top: 20px;
    z-index: 0;
}

.coelho-mao {
    background-image: url('../images/login/Login_Mao.svg');
    height: 20px;
    width: 30px;
    position: relative;
    z-index: 3;
    top: 67px;
    display: inline-block;
    opacity: 0;
    transition: top .2s, opacity .2s, left .4s;
}

.mao-esq {
    left: 48px;
}

.mao-dir {
    left: -48px;
}

.coelho-mao[show] {
    top: 99px;
    opacity: 1;
    left: 0;
}

.coelho-braco {
    height: 64px;
    width: 60px;
    position: relative;
    z-index: 1;
    top: 160px;
    opacity: 0;
    display: inline-block;
    transition: top .3s, opacity .2s, left .3s;;
}

.braco-esq {
    background-image: url('../images/login/Login_BracoEsq.svg');
    left: 0;
}

.braco-dir {
    background-image: url('../images/login/Login_BracoDir.svg');
    left: 0;
}

.braco-esq[show] {
    top: 111px;
    opacity: 1;
    left: 82px;
}

.braco-dir[show] {
    top: 111px;
    opacity: 1;
    left: -82px;
}


.login-form-container {
    background-color: white;
    width: 100%;
    padding: 35px 40px 20px 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 10px 10px 20px 20px #00000033;
    z-index: 2;

}


.login-form-container .form-group {
    position: relative;
}


.login-coelho {
    position: fixed;
    bottom: 0;
    right: 0;
    /*max-width: 35%;*/
    max-width: 35%;
    max-height: 35%;
}

.google-icon-container {
    position: absolute;
    right: -190px;
    top: -10px;
}

.google-icon-container img {
    width: 150px;
}

.login-btns-container {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 20px;
}

.login-btn {
    /*background-color: white;*/
    box-shadow: 5px 10px 8px #00000033;
    z-index: 2;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    height: 100%;

    /*display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align:center;
    align-items: center;*/
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 350px;
}

.inner-icon-container {
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}


.mid-icon-container {
    display:none;

    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 110px;
    background-color: white;
    margin-top: 10px;

    box-shadow: 10px 10px 20px 20px #00000033;

    /*display:flex;justify-content:center;align-items:center;*/
}

.login-app-name-container {
    margin-top: 20px;
    float:none;
}


@media screen and (max-width: 767px) {
    .coelho-container {
        margin-top: 5px;
    }

    .login-app-name-container {
        margin-top: 20px;
        float: none;
    }

    .login-msoft {
        margin-top: 20px;
    }
}


.bottom-icon-container {
    display:none;

    width: 200px;
    height: 110px;
    position:absolute;
    left:50%;
    margin-left: -100px; /* metade da width para ficar centrado  */
    bottom: 0;

    background-color: white;

    box-shadow: 10px 10px 20px 20px #00000033;
    /*display:flex;justify-content:center;align-items:center;*/
}


/*
@media (max-height: 625px) {
    body.login-page {
        height: auto;
    }

    .mid-icon-container {
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        height: 110px;
        background-color: black;
        margin-top: 10px;

        display:flex;justify-content:center;align-items:center;
    }

    .bottom-icon-container {
        display:none;
    }
}
*/

/*@media (min-height: 625px) {
    .mid-icon-container {
        display:none;
    }

    .bottom-icon-container {
        width: 200px;
        height: 110px;
        position:absolute;
        left:50%;
        margin-left: -100px; !* metade da width para ficar centrado  *!
        bottom: 0;

        background-color: black;

        display:flex;justify-content:center;align-items:center;
    }
}*/


.vertical-center-inner-forgot {
    display: table-cell;
    vertical-align: middle;
}

.vertical-center-inner {
    display: table-cell;
    /*vertical-align: middle;*/
    float: left;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 350px){
    .vertical-center {
        width: 100%;
    }
}


.btn-login {
    background-color: #cccccc;
    color: #ffffff;
}

input.login-password {
    background-color: #fff !important;
    color: #333 !important;
}

input.login-password::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333 !important;
}

input.login-password:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
}

input.login-password::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}

input.login-password:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

input.login-password::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
}

input.login-email {
    background-color: #fff !important;
    color: #333 !important;
}

input.login-email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333;
}

input.login-email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
}

input.login-email::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}

input.login-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

input.login-email::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
}

body.login-page {
    min-height: 100vh;
    overflow: hidden;
    background: #08140f;
}

.login-shell {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: 'Segoe UI', Lato, sans-serif;
    background: url("../images/login/background.png") center center / cover no-repeat;
}

.background-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 40, 20, 0.70), rgba(0, 150, 80, 0.40));
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.login-card {
    position: relative;
    z-index: 2;
    width: 430px;
    max-width: 100%;
    padding: 45px;
    background: rgba(10, 10, 10, 0.78);
    border-radius: 28px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.logo-container img {
    width: 300px;
    max-width: 100%;
}

.welcome-text {
    margin: 0 0 35px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    text-align: center;
}

.login-field {
    margin-bottom: 22px;
}

.login-input-group {
    position: relative;
}

.login-input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    pointer-events: none;
}

.login-input-group input {
    width: 100%;
    height: 45px; /* alterei apenas este valor */
    padding-left: 55px;
    padding-right: 55px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.03);
    color: white;
    font-size: 18px;
    outline: none;
    transition: 0.3s;
}

.login-input-group input:focus {
    border-color: #00d26a;
    box-shadow: 0 0 0 3px rgba(0, 210, 106, 0.15);
}

.login-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.login-input-group input:-webkit-autofill,
.login-input-group input:-webkit-autofill:hover,
.login-input-group input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.03) inset;
    caret-color: #ffffff;
    font-family: 'Segoe UI', Lato, sans-serif;
    font-size: 18px;
    transition: background-color 9999s ease-in-out 0s;
}

.password-toggle {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

.password-toggle:focus {
    outline: none;
    color: #ffffff;
}

.button-group {
    display: flex;
    gap: 18px;
    margin-top: 30px;
}

.login-card-button {
    flex: 1;
    height: 45px;
    border: 0;
    border-radius: 18px;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.login-card-button:hover,
.login-card-button:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.login-submit-btn {
    background: linear-gradient(135deg, #00c85f, #00a84f);
}

.windows-btn {
    background: linear-gradient(135deg, #2d67ff, #1848c7);
}

.forgot-password-link {
    display: block;
    margin-top: 24px;
    color: #00d26a;
    text-align: center;
}

.forgot-password-link:hover,
.forgot-password-link:focus {
    color: #40e590;
}

.login-alert {
    border-radius: 12px;
    text-align: left;
}

.login-help-block {
    margin: 8px 0 0;
    color: #ffb3b3;
    text-align: left;
}

.login-field.has-error .login-input-group input {
    border-color: rgba(255, 90, 90, 0.85);
}

@media (max-width: 600px) {
    .login-shell {
        padding: 20px 16px;
    }

    .login-card {
        padding: 30px;
    }

    .logo-container img {
        width: 180px;
    }
}


#white-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;

    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

.recover-password-btn-cancel {
    color: #777777;
    width: 100%;
}

.recover-password-btn-submit {
    color: #00d800;
    width: 100%;
}


/*********************/

[v-cloak] {
    display: none;
}

.corner-btn {
    float: left;
    width: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #333;
    color: #00d800;
}

.corner-btn:hover {
    color: #00d800;
    text-decoration: none;
}

.corner-btn:focus {
    color: #00d800;
    text-decoration: none;
}

.top-right-btn {
    background-color: transparent;
    border: none;
}

.breadcrumb-container {
    padding-top: 4px;
    margin-top: 10px;
    float: left;
    font-size: 24px;
}

.breadcrumb-container a {
    color: black;
}

.content-wrapper {
    margin-bottom: 50px;
}

.footer {
    position: fixed;
    height: 50px;
    /*right:0px;*/
    bottom: 0px;
    width: 100%;
    background-color: #f3f3f4;
    margin-left: -15px;
    z-index: 10;
}

.footer-inner-container {
    text-align: center;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 85%;
}

.dataTables_filter {
    float: right;
}

.datepicker {
    z-index: 9999 !important
}

/*
.links-div {
    height: 50px;
    background-color: #404040;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    width: 100%;
    position: fixed;
    z-index: 999;
}
*/

/*
.page-content {
    margin-top: 50px;
}
*/

@media (max-width: 505px) {
    /*
    .links-div {
        height: 60px;
        background-color: #404040;
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        width: 100%;
        position: fixed;
        z-index: 9999;
    }
    */
    /*
    .page-content {
        margin-top: 60px;
    }
    */

}

.navBarLink {
    color: rgb(187, 187, 187) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: bold;
    padding-left: 9px;
    padding-right: 9px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 6px;
}

.navBarLinkWhite {
    color: white !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: bold;
    padding-left: 9px;
    padding-right: 9px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 6px;
}

.providers {
    margin: 5px 0;
    list-style: none;
}

.providers li {
    display: inline;
}

.boxsizing-border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.incidente-documento-imagem {
    max-height: 600px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.relatorio-horas-dia-fim-semana {
    background-color: #ADD8E6;
}

.texto-vertical {
    /*height:200px;*/
    height: 100%;
    width: 100%;
    /*position:relative;*/
    margin-left: -5px;
    writing-mode: vertical-rl;
    display: inline-block;
}

.width-30 {
    width: 30px;
}

/*
.help-block {
    margin: -10px 0 10px 0;
    font-size: 10px;
    color: #ccc !important;
}
*/

/*
h1 {
    margin-bottom: 20px !important;
}
*/

.chart-legend ul {
    list-style: none;
}

.chart-legend li {
    text-align: left;
    font-size: smaller;
}

.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.btn-default-alt {
    background-color: #ccc;
    color: white;
}

.top-buffer {
    margin-top: 20px;
}

.form-control + .fa {
    position: absolute;
    right: 25px;
    top: 8px;
}

.calendario-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.calendario-flex-item {
    flex: 10;
    margin: 10px;
}

.calendario-anual-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.calendario-anual-flex-item {
    width: 32%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .calendario-anual-flex-item {
        width: 100%;
        margin-bottom: 10px;
    }

}

.calendario-anual-filtros {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}

.calendario-feriado-fim-semana {
    background-color: #EDEDED;
}

.pre-detail-panel {
    overflow-x: hidden;
    display: none;
    position: fixed;
    right: 0;

    /*width: 25%;
    height: 20%;*/
    height: 100px;
    width: 160px;

    z-index: 1001;
    border: 1px solid #777777;
    border-radius: 5px 5px 5px 5px;
    background-color: white;

    top: 50%;
    /*-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: tranlslateY(-50%);
    transform: translateY(-50%);*/
}

.pre-detail-panel > .palheta {
    width: 10%;
    height: 100%;
    background-color: #337ab7;
    float: left;
    cursor: pointer;

}

.pre-detail-panel-content {
    width: 90%;
    height: 100%;
    float: left;

}

.ferias-info-container {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    margin-top: 10px;
}

.ferias-info-flex-item {
    flex: 1;
    text-align: center;
}

.ferias-info-flex-item p {
    padding: 10px;
}

.ferias-hover {
    cursor: pointer;
}

.email-table {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.email-table-header {
    flex-grow: 1;
    width: 40%;
    font-weight: bold;
    background-color: #ccc;
    padding: 5px;
}

.email-table-header-small {
    flex-grow: 1;
    width: 20%;
    font-weight: bold;
    background-color: #ccc;
    padding: 5px;
}

.email-table-col {
    flex-grow: 1;
    width: 40%;
    padding: 5px;
}

.email-table-col-small {
    flex-grow: 1;
    width: 20%;
    padding: 5px;
}

.email-table-detail-col {
    flex-grow: 1;
    width: 100%;
    padding: 5px;
    text-align: left;
}

.clickable {
    cursor: pointer;
}

/*##########################################################
                    MATERIAL DESIGN ICONS
##########################################################*/

i.mdi::before,
span.mdi::before,
button.mdi::before {
    font-size: 14px;
    line-height: 13px;
}

.btn.mdi::before,
.btn .mdi::before {
    position: relative;
    top: 4px;
}

.btn-xs.mdi::before,
.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}

.btn-sm.mdi::before,
.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}

.dropdown-menu .mdi {
    width: 18px;
}

.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}

.nav .mdi::before {
    position: relative;
    top: 4px;
}

.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}

.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}

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

.breadcrumb a:hover span {
    text-decoration: underline;
}

.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}

.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}

/*##########################################################
            END MATERIAL DESIGN ICONS
##########################################################*/

.incidente-hist-danger {
    background: #c30a0a;
    color: white;
    padding: 15px;
}

.incidente-hist-warning {
    background: #ec8c29;
    color: white;
    padding: 15px;
}

.incidente-hist-default {
    background: white;
    color: black;
    padding: 15px;
    border: 1px solid rgba(128, 128, 128, 0.53);
}

.incidente-hist-susp {
    background: black;
    color: white;
    padding: 15px;
}

/*##########################################################
                    SPEC DESIGN STYLES
##########################################################*/

/* ### ICONS ### */

/* depracated */
.red-icon {
    color: red;
}

.red-color {
    color: red;
}

/* depracated */
.orange-icon {
    color: #f89406;
}

.orange-color {
    color: #f89406;
}

.green-icon {
    color: green;
}

.gray-icon {
    color: #555555;
}

.gray-color {
    color: #777777;
}

.displaced-icon {
    position: absolute;
    left: -35px;
    top: 9px;
}

/* deprecated TODO deprecated pq? penso q n há necessidade de ter 2 estilos com nomes diferentes q fazem o mesmo*/
/*.blue-icon {
    color: #337ab7;
}*/

.blue-color {
    color: #337ab7;
}

.olisipo-green-color {
    color: #00d800;
}

.olisipo-red-color {
    color: red;
}

.olisipo-dark-color {
    color: #333;
}

/* ### END ICONS ### */

.panel-main-title {
    border-bottom: 2px solid #00d800;;
    padding-bottom: 10px;
}

body {
    background-color: #f5f5f5;
    font-family: 'Lato', sans-serif;
}

.detail-tabset,
.main-tabset {
    border-bottom: 2px solid #00d800;
}

.detail-tabset li {
    padding: 0px;
    margin-top: 19px;
}

.detail-tabset li a {
    padding: 10px 5px 7px !important;
    text-align: center;
}

.tab-set-main-label {
    color: #337ab7;
    font-weight: bold;
    cursor: default;
    background-color: #fff;
    border: none;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #333;
    font-weight: bold;
    cursor: default;
    background-color: #fff;
    /*border: none;*/
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: rgba(0, 0, 0, 0);
}

.nav-tabs {
    color: #00d800;
    font-size: 14px;
}

/* ### FRONT OFFICE DETAIL PANELS ### */

/* deprecated */
/*.homepage-incidente-item {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 10px;
}*/

.main-list-item {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 10px;
}

.main-list-status-label,
.main-list-item-label {
    font-size: 14px;
}

.main-list-oportunidades-categoria-label {
    font-size: 12px;
}

.main-list-status-label {
    text-transform: uppercase;
    text-align: right;
    padding-right: 15%;
}

@media (max-width: 991px) {
    .detail-panel {
        width: 100%;
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {
    .detail-panel {
        width: 480px;
        overflow-x: hidden;
    }
}

.detail-panel {
    overflow-x: hidden;
    display: none;
    box-shadow: 0px 0px 3px 2px #908f8f;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    z-index: 1002;
    background-color: #eeeeee;
    min-height: 100%;

    /* Workaround devido ao IE */
    padding-bottom: 50px;
}

.close-detail-panel {
    padding: 9px;
    border-top: 1px solid #00d800;
    width: 100%;
    margin-top: auto;

    /* Workaround devido ao IE */
    height: 50px;
    position: absolute;
    bottom: 0;
}

.detail-panel-header {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: -1px 4px 7px 1px grey;
    font-size: 16px;
    display: inline-flex;
}

.detail-panel-header-label {
    width: 75%;
    margin: 14px 0px 14px 12px;
}

.detail-panel-header-aux-label {
    float: right;
    width: 40%;
    background-color: #777777;
    color: white;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* depracated */
/*.incidente_detail_title {
    font-size: 14px;
    color: #337ab7;
    margin-top: 20px;
}*/

.detail-title-label {
    font-size: 14px;
    /* margin-top: 20px; */
    padding-bottom: 15px;
}

.detail-answer-container,
.detail-text-container-borderless,
.detail-text-container {
    padding-left: 4px;
    padding-bottom: 3px;
    display: flex;
    width: 85%;
    margin-left: 11%;
}

.detail-text-container {
    border-bottom: 1px solid #777777;
}

.detail-text {
    font-size: 12px;
}

.detail-oportunidade-description-container {
    padding-left: 9%;
}

.detail-answer-container {
    margin-top: 15px;
}

.dados-pessoais-bottom-label,
.dados-pessoais-value-label,
.dados-pessoais-label,
.detail-text-label {
    font-size: 12px;
}

.detail-text-label {
    margin-bottom: 0;
}

.dados-pessoais-label {
    width: 40%;
    margin-right: 1px;
}

.dados-pessoais-bottom-label {
    width: 25%;
    margin-right: 1px;
}

.dados-pessoais-value-label {
    padding-left: 4px;
    width: 55%;
    vertical-align: top;
    min-height: 20px;
}

.dados-pessoais-value-label-changed {
    width: 50% !important;
}

.dados-pessoais-button-bar {
    margin-top: 120px;
    text-align: justify;
}

.dados-pessoais-bottom-container {
    padding-top: 20px;
}

.dados-pessoais-bottom-input,
.dados-pessoais-input,
.detail-text-area,
.detail-input,
.detail-input-error,
.detail-label {
    border: 0;
    font-size: 12px;
    flex-grow: 1;
    margin-left: 4px;
}

.detail-input-error {
    border: 1px solid #9d261d !important;
}

.deslocacoes-detail-label,
.deslocacoes-detail-input {
    border: 0;
    font-size: 10px;
    flex-grow: 1;
    margin-left: 4px;
    margin-top: 1px;
    width: 100%;
    height: 26px;
    border-radius: 1px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

.deslocacoes-detail-input:focus {
    outline-style: none;
}

.deslocacoes-detail-label {
    background-color: white;
    line-height: 26px;
}

.dados-pessoais-input {
    width: 55%;
    vertical-align: top;
}

.dados-pessoais-bottom-input {
    width: 70%;
    vertical-align: top;
    /*border: 1px solid red;*/
}

.dados-pessoais-select {
    border: 0;
    font-size: 12px;
    width: 55%;
    vertical-align: top;
    margin-left: -5px;
}

.dados-pessoais-container {
    margin-top: 15px;
}

.dados-pessoais-main-container {
    border-bottom: 2px solid gray;
    padding-bottom: 30px;
}

.dados-pessoais-editable-field {
    border-bottom: 1px solid gray;
}

.dados-pessoais-empresa-container {
    /*width: 500px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 85px;
}

.detail-text-row {
    margin-top: 20px;
}

/*.incidente_detail_label_active {
    font-size: 12px;
    color: #337ab7;
}

.incidente_detail_label {
    font-size: 12px;
    color: #777777;
}*/

.detail-inner-container {
    border-top: 1px solid #00d800;
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 10px;

}

.occupy-remain-container {
    flex-grow: 1;
}

.right-bottom-button-bar {
    position: absolute;
    bottom: 50px;
    right: 10px;
}

.right-button-bar {
    text-align: right;
    margin-top: 20px;
}

.decorated-bkgr {
    background: linear-gradient(to right, white 97%, #777777 3%);
}

.fo-desafio-estrela-green-bkgr {
    background: linear-gradient(to right, white 97%, #72bb53 2%);
}

.fo-desafio-estrela-red-bkgr {
    background: linear-gradient(to right, white 97%, red 2%);
}

.bo-noticia-published-decorated-bkgr {
    background: linear-gradient(to right, white 98%, #72bb53 2%);
}

.bo-noticia-not-published-decorated-bkgr {
    background: linear-gradient(to right, white 98%, #777777 2%);
}

.slider-item {
    height: 260px;
    width: 100%;
}

.detail-files-area {
    width: 100%;
    margin-top: 10px;
}

.detail-file-area-wrapper-simple,
.detail-file-area-wrapper {
    width: 100%;
    display: inline-flex;
}

.detail-file-area-wrapper {
    border-top: 1px solid #777777;
}

.detail-file-upload-wrapper-simple,
.detail-file-upload-wrapper {
    width: 100%;
    padding-top: 7px;
    display: inline-flex;
}

.detail-file-upload-wrapper {
    border-left: 1px solid #777777;
    padding-left: 10px;
}

.detail-dropzone-wrapper-simple,
.detail-dropzone-wrapper {
    width: 100%;
}

.detail-dropzone-wrapper-simple {
    padding-left: 10px;
    padding-right: 15px;
}

.detail-file-container {
    background-color: white;
    width: 100%;

    border: 1px solid gray;
    border-radius: 5px;
    display: inline-flex;
    padding-right: 3px;
    margin-top: 10px;
}

@media (max-width: 330px) {
    .detail-file-container {
        height: 70px;
    }

    .detail-file-type-label {
        line-height: 66px;
    }

    .detail-file-container i {
        margin-top: 24px;
    }
}

@media (min-width: 330px) {

    .detail-file-container {
        height: 40px;
    }

    .detail-file-type-label {
        line-height: 38px;
    }

    .detail-file-container i {
        margin-top: 10px;
    }
}

.detail-files-list-container {
    width: 100%;
    /* margin-left: 10%; */
    padding-left: 10%;
}

.detail-file-type-label {
    /*height: 100%;*/
    border-radius: 5px;
    background-color: #333;
    width: 55px;
    color: white;
    text-align: center;
    /*vertical-align: middle;*/

    margin-left: -1px;
    margin-bottom: -1px;
}

.detail-file-description-container {
    font-size: 12px;
    width: 100%;
    padding-left: 10px;
    padding-top: 3px;
    height: auto;
    vertical-align: middle;
}

.detail-file-description-container p {
    margin-top: auto;
    margin-bottom: auto;
}

/* ### END FRONT OFFICE DETAIL PANELS ### */
.bkgr-aberto {
    background: linear-gradient(to right, white 97%, #337ab7 3%);
}

.detail-bkgr-aberto {
    background: linear-gradient(to right, white 94%, #337ab7 6%);
}

.status-aberto {
    color: #337ab7;
}

.border-aberto {
    border-bottom: 1px solid #337ab7;
}

.bkgr-reaberto {
    background: linear-gradient(to right, white 97%, #337ab7 3%);
}

.detail-bkgr-reaberto {
    background: linear-gradient(to right, white 94%, #337ab7 6%);
}

.status-reaberto {
    color: #337ab7;
}

.border-reaberto {
    border-bottom: 1px solid #337ab7;
}

.bkgr-analise {
    background: linear-gradient(to right, white 97%, #f89406 3%);
}

.detail-bkgr-analise {
    background: linear-gradient(to right, white 94%, #f89406 6%);
}

.status-analise {
    color: #f89406;
}

.border-analise {
    border-bottom: 1px solid #f89406;
}

.bkgr-rascunho {
    background: linear-gradient(to right, white 97%, #337ab7 3%);
}

.detail-bkgr-rascunho {
    background: linear-gradient(to right, white 94%, #337ab7 6%);
}

.status-rascunho {
    color: #337ab7;
}

.border-rascunho {
    border-bottom: 1px solid #337ab7;
}

.bkgr-aprovado {
    background: linear-gradient(to right, white 97%, #72bb53 3%);
}

.detail-bkgr-aprovado {
    background: linear-gradient(to right, white 94%, #72bb53 6%);
}

.status-aprovado {
    color: #72bb53;
}

.border-aprovado {
    border-bottom: 1px solid #72bb53;
}

.bkgr-fechado {
    background: linear-gradient(to right, white 97%, #72bb53 3%);
}

.detail-bkgr-fechado {
    background: linear-gradient(to right, white 94%, #72bb53 6%);
}

.status-fechado {
    color: #72bb53;
}

.border-fechado {
    border-bottom: 1px solid #72bb53;
}

.bkgr-rejeitado {
    background: linear-gradient(to right, white 97%, #9d261d 3%);
}

.detail-bkgr-rejeitado {
    background: linear-gradient(to right, white 94%, #9d261d 6%);
}

.status-rejeitado {
    color: #9d261d;
}

.border-rejeitado {
    border-bottom: 1px solid #9d261d;
}

.bkgr-pendente {
    background: linear-gradient(to right, white 97%, #f89406 3%);
}

.detail-bkgr-pendente {
    background: linear-gradient(to right, white 94%, #f89406 6%);
}

.status-pendente {
    color: #f89406;
}

.border-pendente {
    border-bottom: 1px solid #f89406;
}

.bkgr-cancelado {
    background: linear-gradient(to right, white 97%, #aaaaaa 3%);
}

.detail-bkgr-cancelado {
    background: linear-gradient(to right, white 94%, #aaaaaa 6%);
}

.status-cancelado {
    color: #aaaaaa;
}

.border-cancelado {
    border-bottom: 1px solid #aaaaaa;
}

.footer-bkgr {
    background-color: #777777;
    height: 100%;
    padding-top: 10px;
}

.footer-item {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    width: inherit;
}

.footer-item:hover {
    color: #00d800;
}

.detail-log-item {
    border-bottom: 1px solid gray;
    padding-left: 4px;
    margin-bottom: 5px;
    width: 85%;
}

.detail-log-header-label {
    font-size: 12px;
    color: #777777;
    margin-bottom: 2px;
}

.detail-log-text {
    font-size: 12px;
    margin-bottom: 1px;
}

.detail-list-footer,
.detail-multiple-column-row {
    width: 100%;
    display: inline-flex;
    text-align: center;
    min-height: 26px;
    margin-top: 2px;
    vertical-align: middle;

}

.detail-multiple-column-create-row {
    width: 100%;
    display: inline-flex;
    text-align: center;
    height: 26px;
    margin-top: 2px;
}

.detail-column-header-container {
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
}

.detail-row-wrapper,
.detail-header-wrapper {
    width: 100%;
    display: inline-flex;
}

.detail-header-wrapper {
    border-bottom: 2px solid #00d800;
}

.detail-list-footer-container {
    width: 100%;
    display: inline-flex;
    /* padding-top: 10px; */
    margin-bottom: 10px;
}

.detail-list-footer {
    border-top: 2px solid #00d800;
    width: 100%;
    display: inline-flex;
    padding-top: 10px;
}

.detail-column-header {
    margin-top: auto;
    width: 16.6%;
    padding-left: 4px;
    text-align: center;
}

.detail-column {
    width: 16.6%;
    /* margin-top: auto; */
    height: 100%;
}

.detail-column-list-header-icon {
    margin-top: auto;
    width: 14%;
}

.detail-icon-column {
    width: 9%;
    margin-top: auto;
    text-align: center;
}

.detail-column-list-header-label {
    font-size: 12px;
    text-align: center;

}

.detail-column-text-label {
    font-size: 12px;
    height: 100%;
    line-height: 100%;
}

.ferias-totais-container {
    display: inline-flex;
    width: 100%;
}

/*.ferias-valores-container {
    display: table;
    width: 100%;
}*/

.ferias-total-item-container {
    margin-left: auto;
    margin-right: auto;
}

.ferias-ano-title-label {
    font-size: 9em;
    color: gray;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .ferias-ano-title-label {
        font-size: 8em;
    }
}

.ferias-ano-seta {
    line-height: 120px;
    vertical-align: middle;
}

.ferias-ano-calendario-label {
    font-size: 6em;
    color: gray;
    text-align: center;
    width: 100%;
    line-height: 120px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .ferias-ano-calendario-label {
        font-size: 4em;
        color: gray;
        text-align: center;
        width: 100%;
        line-height: 80px;
    }

    .ferias-ano-seta {
        line-height: 80px;
    }

}

.ferias-main-title-label {
    font-size: 16px;
    color: #777777;
}

.ferias-main-value-bg-label {
    text-align: center;
    font-size: 57px;
}

.ferias-valores-title-label {
    width: 100px;
    height: 33px;
    text-align: right;
    /*padding-right: 2px;*/
    /*margin-right: 6px;*/
    /*border-right-width: 2px;*/
    /*border-right-style: solid;*/
}

.ferias-valores-value-label {
    font-size: 30px;
    padding-left: 6px;
    margin-left: 2px;
    border-left: 3px solid;
}

.border-left-pendentes {
    border-left-color: #f89406;
}

.border-left-ano-seguinte {
    border-left-color: #4527a0;
}

.border-left-antecipadas {
    border-left-color: #283593;
}

#ferias-chart-tooltip {
    position: absolute;
    float: left;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
    max-width: 40%;
    /*border: 1px solid;*/
    color: #555555;
}

.fc-toolbar {
    margin-top: 1em;
    margin-bottom: 0;
}

.fc-center {
    color: #333;
}

/* PREVISAO VENCIMENTOS */
.previsao-header {
    border-bottom: 2px solid #333;
    color: #333;
}

.previsao-list-item {
    border-bottom: 1px solid #777777;
}

.previsao-list-item-last {
    border-top: 1px solid #777777;
    margin-bottom: 20px;
    padding-top: 5px;
    color: #555555;
}

@media (max-width: 700px) {

    .previsao-main-container {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .previsao-limit-item {
        margin-left: 0;
        margin-right: 0;
    }

    .previsao-list-item {
        margin-left: -15px;
        margin-right: -15px;
    }

    .previsao-list-item-last {
        margin-left: -15px;
        margin-right: -15px;
    }

}

@media (min-width: 700px) {

    .previsao-list-item-last {
        margin-left: 15px;
        margin-right: 15px;
    }

    .previsao-limit-item {
        margin-left: 15px;
        margin-right: 15px;
    }

    .previsao-list-item {
        margin-left: 15px;
        margin-right: 15px;
    }

    .previsao-main-container {
        padding-top: 50px;
        padding-left: 70px;
        padding-right: 70px;
    }
}

.previsao-value-label {
    text-align: center;
    color: #555555;
}

.previsao-total-value-label {
    text-align: center;
    color: #00d800;
}

.relatorio-horas-calendar {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    border-bottom: 2px solid #333;
}

.relatorios-horas-dia-button {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    border: 1px solid gray;
    /*cursor: pointer;*/
    overflow: hidden;
}

.relatorio-horas-meio-dia-ferias {
    background-color: #65afd9;
    color: white;
}

.relatorio-horas-dia-ferias {
    background-color: #3a61ad;
    color: white;
}

.relatorio-horas-dia-falta {
    background-color: #9e2d22;
    color: white;
}

.relatorio-horas-detail-total-item {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 65px;
}

.relatorio-horas-detail-total-label {
    border: 1px solid gray;
    width: 54px;
    height: 54px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    border-radius: 4px;
    margin-top: auto;
}

.relatorio-horas-detail-total-title-label {
    width: 50%;
    margin-right: 2px;
    margin-top: auto;
}

.relatorio-horas-notas-background {
    background-color: #fffac5;
}

.carousel-conquistadores-container {
    width: 100%;
}

.carousel-conquistadores-images {
    /*height: 260px !important;*/
    width: 100%;
}

.main-list-container {
    width: 100%;
    padding-top: 15px;
}

/* #### NOTICIAS FO #### */

@media (max-width: 991px) {
    /* xs e sm*/
    .noticia-featured-wrapper-panel {
        width: 100%;
    }
}

@media (min-width: 992px) {
    /* >= md */
    .noticia-featured-wrapper-panel {
        width: 66.6%;
    }
}

.noticia-column {
    width: 33.3%;
}

.noticias-container {
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    width: 100%;
}

.noticia-wrapper-panel,
.noticia-featured-wrapper-panel {
    padding: 10px;
}

.noticia-main-panel {
    border: 1px solid #a09da0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.noticia-title {
    font-size: 14px;
    width: 100%;
    padding: 15px;
}

.noticia-text {
    font-size: 12px;
}

.noticia-text-container img {
    width: 100%;
}

.noticia-tags-list {
    /* width: 100%; */
    margin-left: 10px;
    margin-right: 10px;
    /* padding: 10px; */
}

.detail-noticia-tags-list {
    padding-left: 10px;
    padding-right: 10px;
}

.noticia-item-tag,
.noticia-tag {
    /*font-size: 10px;*/
    font-family: Lato;
    padding: 2px;
    margin-bottom: 5px;
    font-size: 12px;
}

.noticia-item-tag,
.oportunidades-tag,
.noticia-tag {
    background-color: #000;
    color: #00d800;
}

.oportunidades-tag:active,
.oportunidades-tag:hover,
.oportunidades-tag:focus,
.oportunidades-tag.focus,
.noticia-tag:active,
.noticia-tag:hover,
.noticia-tag:focus,
.noticia-tag.focus,
.noticia-tag.active {
    background-color: #00d800;
    color: #000;
}

.noticia-item-tag {
    float: left;
    margin-left: 5px;
}

.noticia-data-text {
    position: relative;
    margin: 15px;
}

.noticia-list-lead-display {
    overflow: hidden;
    /*max-height: 115px;*/
    /*width: 100%;*/
    margin: 15px;
}

.noticia-detail-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.noticia-detail-component-container {
    margin-left: 15px;
    margin-right: 15px;
}

.noticia-list-img {
    width: 100%;
    /*height: 180px;*/

}

.noticia-detail-top-img {
    width: 100%;
    /*height: 180px;*/

}

.protocolo-list-img {
    width: 100%;
}

.btn-operation,
.btn-cancel {
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #777777;
}

.btn-operation {
    color: #333;
}

.btn-cancel {
    color: #777777;
}

.btn-show-more {
    color: #00d800;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.btn-show-more:hover,
.btn-show-more:active,
.btn-show-more:active:focus,
.btn-show-more:focus {
    color: #00d800;
    background-color: #e6e6e6;
    border-color: #cccccc;
}

.btn-inquerito {
    background-color: #00d800;
    border-color: #00d800;
}

.previsao-list-item-last i {
    line-height: 20px !important;
    vertical-align: text-top;
}

.detail-previsao-vencimento-text-color {
    color: #555555;
}

.oportunidades-tag {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 5px;
    font-size: 12px;
}

.navbar-minimalize i {
    font-size: 11px;
}

.protocolo-text-container {
    border-top: 1px solid #777777;
    padding-top: 10px;
    margin-top: 15px;
}

.protocolo-file-item-container {
    border-top: 1px solid #777;
    margin-top: 15px;
}

.protocolo-file-item {
    border-left: 1px solid #777;
    margin-left: 15px;
}

/*##########################################################
                  END SPEC DESIGN STYLES
##########################################################*/

.pull-up {
    vertical-align: top;
}

.pull-center {
    vertical-align: middle;
}

/*** SHARE BUTTONS ***/

ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons li {
    display: inline;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

ul.share-buttons img {
    width: 32px;
}

/*** END SHARE BUTTONS ***/


/*** IT-Fluencers > Desafios - separador ***/

.desafio-estrela-title {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.desafio-estrela-title:before,
.desafio-estrela-title:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    height: 2px;
    content: '\a0';
    background-color: #00d800;
}

.desafio-estrela-title:before {
    margin-left: -50%;
    text-align: right;
    width: 49%;
}

.desafio-estrela-title:after {
    margin-left: 1%;
    text-align: left;
    width: 46%;
}

.prize-label {
    font-weight: bold;
}

.video-btn {
    float: right !important;
    background-color: #62d53f;
    text-transform: uppercase;
    height: 50px;
    /*position:absolute;
    right:0;
    bottom:0;*/
    font-size: 12px;
    font-weight: bold;
}

.video-btn:hover {
    background-color: darkgray;
}

.video-btn-play {
    max-height: 50%;
    display: inline;
}

.video-btn-label {
    margin-left: 5px;
    vertical-align: middle;
}
