body {
    background: none;
    font-family: Calibri, 'Trebuchet MS', Arial, sans-serif;
}

a {
    color: #0586f1;
}

    a:focus,
    a:hover {
        color: #035ca6;
    }
/*ATALHOS*/
.pl-none {
    padding-left: 0 !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.mt-none {
    margin-top: 0 !important;
}

.ml-none {
    margin-left: 0 !important;
}

.mr-none {
    margin-right: 0 !important;
}

.mt-05 {
    margin-top: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Segoe UI", "Lucida Sans Unicode", Verdana, sans-serif;
}

h1,
.h1 {
    font-size: 38px;
    letter-spacing: -1.9px;
}

h2,
.h2 {
    font-size: 32px;
    letter-spacing: -1.2px;
}

h3,
.h3 {
    font-size: 24px;
    letter-spacing: -0.72px;
}

h4,
.h4 {
    font-size: 18px;
    letter-spacing: -0.45px;
}

h5,
.h5 {
    font-size: 16px;
    letter-spacing: -0.16px;
}

h6,
.h6 {
    font-size: 14px;
}

.txt-blue,
.tit-blue {
    color: #023865;
}

.txt-primary-color {
    color: #023865;
}

.txt-success-color {
    color: #6bb00b;
}

.txt-muted-color {
    color: #808285;
}

.txt-info-color {
    color: #0586f1;
}

.txt-warning-color {
    color: #faa61a;
}

.txt-danger-color {
    color: #f20f0f;
}

.navbar-default,
.bs-docs-nav {
    background-color: #023865;
    border: 1px solid #023865;
}

    .navbar-default .navbar-text,
    .bs-docs-nav .navbar-text {
        color: #ffffff;
    }

    .navbar-default .navbar-link,
    .bs-docs-nav .navbar-link {
        color: #faa61a;
        text-decoration: underline;
    }

        .navbar-default .navbar-link:active,
        .bs-docs-nav .navbar-link:active,
        .navbar-default .navbar-link:hover,
        .bs-docs-nav .navbar-link:hover {
            color: #faa61a;
        }

    .navbar-default .navbar-nav > li a,
    .bs-docs-nav .navbar-nav > li a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav > li a:active,
        .bs-docs-nav .navbar-nav > li a:active,
        .navbar-default .navbar-nav > li a:hover,
        .bs-docs-nav .navbar-nav > li a:hover {
            color: #ffffff;
            background-color: #022b4d;
        }

            .navbar-default .navbar-nav > li a:active > a,
            .bs-docs-nav .navbar-nav > li a:active > a {
                color: #ffffff;
                background-color: #022b4d;
            }

                .navbar-default .navbar-nav > li a:active > a:hover,
                .bs-docs-nav .navbar-nav > li a:active > a:hover {
                    color: #ffffff;
                    background-color: #022b4d;
                }

    .navbar-default .navbar-nav .active a,
    .bs-docs-nav .navbar-nav .active a {
        color: #ffffff;
        background-color: #022b4d;
    }

.bs-glyphicons li:hover {
    background-color: #023865;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    color: #ffffff;
}

.navbar-inverse {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}

    .navbar-inverse .navbar-brand,
    .navbar-inverse .container-fluid .navbar-brand {
        color: #444444;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .container-fluid .navbar-brand:hover {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a {
        color: #444444;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #ffffff;
            background-color: #0462b2;
        }

    .navbar-inverse .navbar-nav > li.active > a {
        color: #ffffff;
        background-color: #0462b2;
    }

    .navbar-inverse .navbar-nav > li .disabled {
        color: #dddddd;
        background-color: transparent;
    }

.pagination > li > a,
.pagination > li > span {
    color: #023865;
}

    .pagination > li > a:focus,
    .pagination > li > span:focus,
    .pagination > li > a:hover,
    .pagination > li > span:hover {
        color: #012a4c;
    }

.pagination > li.active > a,
.pagination > li.active > span {
    background-color: #023865;
}

    .pagination > li.active > a:hover,
    .pagination > li.active > span:hover {
        color: #012a4c;
    }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    background-color: #f20f0f;
    color: #fff;
}

    a.list-group-item.active > .badge.disable,
    .nav-pills > .active > a > .badge.disable {
        background-color: #999999;
    }

.btn .badge,
.badge {
    background-color: #f20f0f;
    color: #fff;
}

    .btn .badge.disable,
    .badge.disable {
        background-color: #999999;
    }

.bs-docs-masthead,
.bs-docs-header {
    color: #fff;
    background-color: #023865;
    background-image: none;
}

    .bs-docs-header h1,
    .bs-docs-header .h1 {
        font-size: 38px;
    }

    .bs-docs-header h2,
    .bs-docs-header .h2 {
        font-size: 32px;
    }

    .bs-docs-header h3,
    .bs-docs-header .h3 {
        font-size: 24px;
    }

    .bs-docs-header h4,
    .bs-docs-header .h4 {
        font-size: 18px;
    }

    .bs-docs-header h5,
    .bs-docs-header .h5 {
        font-size: 16px;
    }

    .bs-docs-header h6,
    .bs-docs-header .h6 {
        font-size: 14px;
    }

.btn-default {
    border-color: #f0f1f2;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus {
        background-color: #f0f1f2;
        border-color: #f0f1f2;
    }

    .btn-default.active {
        background-color: #f0f1f2;
        border-color: #f0f1f2;
    }

    .btn-default.disabled,
    .btn-default[disabled] {
        background-color: #f0f1f2;
    }

.btn-primary {
    background-color: #023865;
    border-color: #012a4c;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background-color: #012a4c;
        border-color: #012a4c;
    }

    .btn-primary[disabled],
    .btn-primary.disabled {
        background-color: #e4eef7;
        border-color: #ccd6de;
    }

    .btn-primary.active {
        background-color: #012a4c;
        border-color: #012a4c;
    }

.btn-success {
    background-color: #6bb00b;
    border-color: #548a08;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success:focus {
        background-color: #548a08;
        border-color: #548a08;
    }

    .btn-success.active {
        background-color: #548a08;
        border-color: #548a08;
    }

.btn-info {
    background-color: #0586f1;
    border-color: #0462b2;
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info:focus {
        background-color: #0462b2;
        border-color: #0462b2;
    }

    .btn-info.active {
        background-color: #0462b2;
        border-color: #0462b2;
    }

.btn-warning {
    background-color: #faa61a;
    border-color: #e87a0d;
}

    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning:focus {
        background-color: #e87a0d;
        border-color: #e87a0d;
    }

    .btn-warning.active {
        background-color: #e87a0d;
        border-color: #e87a0d;
    }

.btn-danger {
    background-color: #f20f0f;
    border-color: #b30b0b;
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger:focus {
        background-color: #b30b0b;
        border-color: #b30b0b;
    }

    .btn-danger.active {
        background-color: #b30b0b;
        border-color: #b30b0b;
    }

.text-muted {
    color: #808285;
}

.text-primary {
    color: #023865;
}

.text-success {
    color: #6bb00b;
}

.text-info {
    color: #0586f1;
}

.text-warning {
    color: #faa61a;
}

.text-danger {
    color: #f20f0f;
}

.alert-primary,
.bg-primary {
    background-color: #023865;
    border: 1px solid #006da3;
}

.bg-dismissable {
    background-color: #f0f1f2;
    border: 1px solid #c2c9cc;
}

.alert-success,
.bg-success {
    background-color: #eefcd9;
    border: 1px solid #d6e3c3;
}

.alert-info,
.bg-info {
    background-color: #e4eef7;
    border: 1px solid #ccd6de;
}

.alert-warning,
.bg-warning {
    background-color: #fff2d9;
    border: 1px solid #e6d9c3;
}

.alert-danger,
.bg-danger {
    background-color: #ffe0e0;
    border: 1px solid #e6caca;
}

.alert-danger {
    color: #b30b0b;
}

    .alert-danger .alert-link {
        text-decoration: underline;
        color: #b30b0b;
    }

.alert-warning {
    color: #e87a0d;
}

    .alert-warning .alert-link {
        text-decoration: underline;
        color: #e87a0d;
    }

.alert-info {
    color: #0462b2;
}

    .alert-info .alert-link {
        text-decoration: underline;
        color: #0462b2;
    }

.alert-success {
    color: #3c6306;
}

    .alert-success .alert-link {
        text-decoration: underline;
        color: #3c6306;
    }

.color-swatches .brand-primary {
    background-color: #023865;
}

.color-swatches .brand-success {
    background-color: #6bb00b;
}

.color-swatches .brand-info {
    background-color: #0586f1;
}

.color-swatches .brand-warning {
    background-color: #faa61a;
}

.color-swatches .brand-danger {
    background-color: #f20f0f;
}

.table > tfoot > tr,
.table > tbody > tr,
.table > thead > tr,
.table > tfoot > tr > th,
.table > tbody > tr > th,
.table > thead > tr > th,
.table > tfoot > tr > td,
.table > tbody > tr > td,
.table > thead > tr > td {
    /*background-color: #fff;*/
}

    .table > tfoot > tr.danger,
    .table > tbody > tr.danger,
    .table > thead > tr.danger,
    .table > tfoot > tr > th.danger,
    .table > tbody > tr > th.danger,
    .table > thead > tr > th.danger,
    .table > tfoot > tr > td.danger,
    .table > tbody > tr > td.danger,
    .table > thead > tr > td.danger {
        background-color: #ffe0e0;
    }

        .table > tfoot > tr.danger > td,
        .table > tbody > tr.danger > td,
        .table > thead > tr.danger > td,
        .table > tfoot > tr > th.danger > td,
        .table > tbody > tr > th.danger > td,
        .table > thead > tr > th.danger > td,
        .table > tfoot > tr > td.danger > td,
        .table > tbody > tr > td.danger > td,
        .table > thead > tr > td.danger > td {
            background-color: #ffe0e0;
        }

        .table > tfoot > tr.danger > th,
        .table > tbody > tr.danger > th,
        .table > thead > tr.danger > th,
        .table > tfoot > tr > th.danger > th,
        .table > tbody > tr > th.danger > th,
        .table > thead > tr > th.danger > th,
        .table > tfoot > tr > td.danger > th,
        .table > tbody > tr > td.danger > th,
        .table > thead > tr > td.danger > th {
            background-color: #ffe0e0;
        }

    .table > tfoot > tr.info,
    .table > tbody > tr.info,
    .table > thead > tr.info,
    .table > tfoot > tr > th.info,
    .table > tbody > tr > th.info,
    .table > thead > tr > th.info,
    .table > tfoot > tr > td.info,
    .table > tbody > tr > td.info,
    .table > thead > tr > td.info {
        background-color: #e4eef7;
    }

        .table > tfoot > tr.info > td,
        .table > tbody > tr.info > td,
        .table > thead > tr.info > td,
        .table > tfoot > tr > th.info > td,
        .table > tbody > tr > th.info > td,
        .table > thead > tr > th.info > td,
        .table > tfoot > tr > td.info > td,
        .table > tbody > tr > td.info > td,
        .table > thead > tr > td.info > td {
            background-color: #e4eef7;
        }

        .table > tfoot > tr.info > th,
        .table > tbody > tr.info > th,
        .table > thead > tr.info > th,
        .table > tfoot > tr > th.info > th,
        .table > tbody > tr > th.info > th,
        .table > thead > tr > th.info > th,
        .table > tfoot > tr > td.info > th,
        .table > tbody > tr > td.info > th,
        .table > thead > tr > td.info > th {
            background-color: #e4eef7;
        }

    .table > tfoot > tr.warning,
    .table > tbody > tr.warning,
    .table > thead > tr.warning,
    .table > tfoot > tr > th.warning,
    .table > tbody > tr > th.warning,
    .table > thead > tr > th.warning,
    .table > tfoot > tr > td.warning,
    .table > tbody > tr > td.warning,
    .table > thead > tr > td.warning {
        background-color: #fff2d9;
    }

        .table > tfoot > tr.warning > td,
        .table > tbody > tr.warning > td,
        .table > thead > tr.warning > td,
        .table > tfoot > tr > th.warning > td,
        .table > tbody > tr > th.warning > td,
        .table > thead > tr > th.warning > td,
        .table > tfoot > tr > td.warning > td,
        .table > tbody > tr > td.warning > td,
        .table > thead > tr > td.warning > td {
            background-color: #fff2d9;
        }

        .table > tfoot > tr.warning > th,
        .table > tbody > tr.warning > th,
        .table > thead > tr.warning > th,
        .table > tfoot > tr > th.warning > th,
        .table > tbody > tr > th.warning > th,
        .table > thead > tr > th.warning > th,
        .table > tfoot > tr > td.warning > th,
        .table > tbody > tr > td.warning > th,
        .table > thead > tr > td.warning > th {
            background-color: #fff2d9;
        }

    .table > tfoot > tr.success,
    .table > tbody > tr.success,
    .table > thead > tr.success,
    .table > tfoot > tr > th.success,
    .table > tbody > tr > th.success,
    .table > thead > tr > th.success,
    .table > tfoot > tr > td.success,
    .table > tbody > tr > td.success,
    .table > thead > tr > td.success {
        background-color: #eefcd9;
    }

        .table > tfoot > tr.success > td,
        .table > tbody > tr.success > td,
        .table > thead > tr.success > td,
        .table > tfoot > tr > th.success > td,
        .table > tbody > tr > th.success > td,
        .table > thead > tr > th.success > td,
        .table > tfoot > tr > td.success > td,
        .table > tbody > tr > td.success > td,
        .table > thead > tr > td.success > td {
            background-color: #eefcd9;
        }

        .table > tfoot > tr.success > th,
        .table > tbody > tr.success > th,
        .table > thead > tr.success > th,
        .table > tfoot > tr > th.success > th,
        .table > tbody > tr > th.success > th,
        .table > thead > tr > th.success > th,
        .table > tfoot > tr > td.success > th,
        .table > tbody > tr > td.success > th,
        .table > thead > tr > td.success > th {
            background-color: #eefcd9;
        }

    .table > tfoot > tr.active,
    .table > tbody > tr.active,
    .table > thead > tr.active,
    .table > tfoot > tr > th.active,
    .table > tbody > tr > th.active,
    .table > thead > tr > th.active,
    .table > tfoot > tr > td.active,
    .table > tbody > tr > td.active,
    .table > thead > tr > td.active {
        background-color: #f0f1f2;
    }

        .table > tfoot > tr.active > td,
        .table > tbody > tr.active > td,
        .table > thead > tr.active > td,
        .table > tfoot > tr > th.active > td,
        .table > tbody > tr > th.active > td,
        .table > thead > tr > th.active > td,
        .table > tfoot > tr > td.active > td,
        .table > tbody > tr > td.active > td,
        .table > thead > tr > td.active > td {
            background-color: #f0f1f2;
        }

        .table > tfoot > tr.active > th,
        .table > tbody > tr.active > th,
        .table > thead > tr.active > th,
        .table > tfoot > tr > th.active > th,
        .table > tbody > tr > th.active > th,
        .table > thead > tr > th.active > th,
        .table > tfoot > tr > td.active > th,
        .table > tbody > tr > td.active > th,
        .table > thead > tr > td.active > th {
            background-color: #f0f1f2;
        }

.has-success .checkbox-inline,
.has-success .radio-inline,
.has-success .checkbox,
.has-success .radio,
.has-success .control-label,
.has-success .help-block {
    color: #6bb00b;
}

.has-success .form-control {
    border-color: #6bb00b;
}

.has-warning .checkbox-inline,
.has-warning .radio-inline,
.has-warning .checkbox,
.has-warning .radio,
.has-warning .control-label,
.has-warning .help-block {
    color: #faa61a;
}

.has-warning .form-control {
    border-color: #faa61a;
}

.has-error .checkbox-inline,
.has-error .radio-inline,
.has-error .checkbox,
.has-error .radio,
.has-error .control-label,
.has-error .help-block {
    color: #f20f0f;
}

.has-error .form-control {
    border-color: #f20f0f;
}

.bs-callout-warning {
    background-color: #fff2d9;
    border-color: #faa61a;
}

    .bs-callout-warning h4 {
        color: #faa61a;
    }

.bs-callout-success {
    background-color: #eefcd9;
    border-color: #6bb00b;
}

    .bs-callout-success h4 {
        color: #6bb00b;
    }

.bs-callout-info {
    background-color: #e4eef7;
    border-color: #0586f1;
}

    .bs-callout-info h4 {
        color: #0586f1;
    }

.bs-callout-danger {
    background-color: #ffe0e0;
    border-color: #f20f0f;
}

    .bs-callout-danger h4 {
        color: #f20f0f;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a {
    background-color: #023865;
}

    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:hover {
        background-color: #023865;
    }

.progress-bar {
    background-color: #023865;
}

.progress-bar-success {
    background-color: #6bb00b;
}

.progress-bar-info {
    background-color: #0586f1;
}

.progress-bar-warning {
    background-color: #faa61a;
}

.progress-bar-danger {
    background-color: #f20f0f;
}

a.list-group-item.active {
    background-color: #023865;
}

    a.list-group-item.active:focus,
    a.list-group-item.active:hover {
        background-color: #023865;
    }

a.list-group-item-success,
.list-group-item-success {
    color: #3c6306;
    background-color: #eefcd9;
}

    a.list-group-item-success:hover {
        color: #548a08;
        background-color: #eefcd9;
    }

a.list-group-item-info,
.list-group-item-info {
    color: #0462b2;
    background-color: #e4eef7;
}

    a.list-group-item-info:hover {
        color: #0462b2;
        background-color: #e4eef7;
    }

a.list-group-item-warning,
.list-group-item-warning {
    color: #e87a0d;
    background-color: #fff2d9;
}

    a.list-group-item-warning:hover {
        color: #e87a0d;
        background-color: #fff2d9;
    }

a.list-group-item-danger,
.list-group-item-danger {
    color: #b30b0b;
    background-color: #ffe0e0;
}

    a.list-group-item-danger:hover {
        color: #b30b0b;
        background-color: #ffe0e0;
    }

.panel-primary {
    border-color: #c2c9cc;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #023865;
        border-color: #023865;
    }

.panel-success {
    border-color: #c2c9cc;
}

    .panel-success > .panel-heading {
        color: #3c6306;
        background-color: #eefcd9;
        border-color: #eefcd9;
    }

.panel-info {
    border-color: #c2c9cc;
}

    .panel-info > .panel-heading {
        color: #0462b2;
        background-color: #e4eef7;
        border-color: #e4eef7;
    }

.panel-warning {
    border-color: #c2c9cc;
}

    .panel-warning > .panel-heading {
        color: #e87a0d;
        background-color: #fff2d9;
        border-color: #fff2d9;
    }

.panel-danger {
    border-color: #c2c9cc;
}

    .panel-danger > .panel-heading {
        color: #b30b0b;
        background-color: #ffe0e0;
        border-color: #ffe0e0;
    }

.modal-header {
    background-color: #f1f2f2;
}

    .modal-header .modal-title {
        color: #023865;
    }

.dropdown-menu > li > a:hover {
    background-color: #023865;
    color: #ffffff;
}

.dl-horizontal.list-group-custom {
    border: 1px solid #c9ccd1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .dl-horizontal.list-group-custom .list-group-item {
        border: none;
        border-top: 1px solid #c9ccd1;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow: hidden;
        text-align: left;
    }

    .dl-horizontal.list-group-custom dd {
        margin-left: 0;
    }

        .dl-horizontal.list-group-custom dd.first {
            border: none;
        }

    .dl-horizontal.list-group-custom.default dt {
        font-weight: normal;
        background-color: #f1f2f2;
    }

        .dl-horizontal.list-group-custom.default dt:first-child + dd,
        .dl-horizontal.list-group-custom.default dt:first-child {
            border: none;
        }
/*HEADER - CANDIDATO DESLOGADO */
.navbar.navbar-header-candidato {
    border-radius: 0px;
    min-height: 40px;
}

    .navbar.navbar-header-candidato .container .navbar-nav {
        width: 100%;
    }

        .navbar.navbar-header-candidato .container .navbar-nav .dropdown-menu {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .navbar.navbar-header-candidato .container .navbar-nav .dropdown-menu > li > a {
                padding: 5px 10px;
                color: #231f20;
            }

                .navbar.navbar-header-candidato .container .navbar-nav .dropdown-menu > li > a:hover {
                    color: #fff;
                }

    .navbar.navbar-header-candidato .container .navbar-tool {
        float: right;
        width: auto;
        margin-top: 5px;
    }

        .navbar.navbar-header-candidato .container .navbar-tool .circle_exclamation_mark {
            margin-top: 8px;
        }

            .navbar.navbar-header-candidato .container .navbar-tool .circle_exclamation_mark:before {
                color: #fff;
                margin: 0;
                font-size: 20px;
            }

        .navbar.navbar-header-candidato .container .navbar-tool > li {
            /*&.divisoria {
                        border-left: 1px solid @blue-14;
                        border-right: 1px solid @blue-14;
                        margin-right: 50px;
                    }
                        */
        }

            .navbar.navbar-header-candidato .container .navbar-tool > li.open {
                /*.circle_exclamation_mark:before
                        {
                            color:@black-01;                            
                        }*/
            }

            .navbar.navbar-header-candidato .container .navbar-tool > li > a {
                padding: 0 15px;
                background: none;
            }

                .navbar.navbar-header-candidato .container .navbar-tool > li > a:hover {
                    background: none;
                }

                .navbar.navbar-header-candidato .container .navbar-tool > li > a.link-notificacao {
                    position: relative;
                    line-height: 40px;
                    width: 80px;
                    text-align: center;
                }

                    .navbar.navbar-header-candidato .container .navbar-tool > li > a.link-notificacao .badge {
                        float: right;
                        margin-left: -15px;
                        z-index: 10;
                        position: relative;
                        margin-top: 10px;
                    }

                    .navbar.navbar-header-candidato .container .navbar-tool > li > a.link-notificacao.link-notificacao-disabled .warning-sign:before {
                        color: #345a7a;
                    }

                    .navbar.navbar-header-candidato .container .navbar-tool > li > a.link-notificacao.link-notificacao-disabled .badge {
                        display: none;
                    }

                .navbar.navbar-header-candidato .container .navbar-tool > li > a.link-usuario {
                    color: #fff;
                }

                    .navbar.navbar-header-candidato .container .navbar-tool > li > a.link-usuario img {
                        margin-left: 5px;
                    }

                    .navbar.navbar-header-candidato .container .navbar-tool > li > a.link-usuario .caret {
                        margin-top: 7px;
                    }

            .navbar.navbar-header-candidato .container .navbar-tool > li > .dropdown-menu {
                left: auto;
                right: 0;
            }

                .navbar.navbar-header-candidato .container .navbar-tool > li > .dropdown-menu .disabledHover {
                    padding: 0 10px;
                    text-align: left;
                    color: #023865;
                }

.navbar.navbar-header-candidato-top {
    margin-bottom: 0px;
    border-color: #023865;
}

    .navbar.navbar-header-candidato-top .navbar-link {
        text-decoration: none;
        display: block;
        line-height: 50px;
        margin-right: 15px;
        font-size: 16px;
    }

        .navbar.navbar-header-candidato-top .navbar-link:hover {
            text-decoration: underline;
        }

    .navbar.navbar-header-candidato-top .nav-tabs {
        border-bottom: none;
    }

        .navbar.navbar-header-candidato-top .nav-tabs li a {
            color: #777777;
            background-color: #b6b6b6;
            font-weight: bold;
            padding: 0px 15px;
            margin-top: 23px;
        }

            .navbar.navbar-header-candidato-top .nav-tabs li a:hover {
                color: #444444;
                background-color: #b6b6b6;
                border-color: #b6b6b6;
                text-decoration: underline;
            }

                .navbar.navbar-header-candidato-top .nav-tabs li a:hover .glyphicons:before {
                    color: #444444;
                }

            .navbar.navbar-header-candidato-top .nav-tabs li a .glyphicons {
                margin-top: -8px;
                margin-bottom: 0px;
            }

                .navbar.navbar-header-candidato-top .nav-tabs li a .glyphicons:before {
                    font-size: 18px;
                    color: #777777;
                }

        .navbar.navbar-header-candidato-top .nav-tabs li.active a {
            color: #444444;
            background-color: #e9e9e9;
            padding: 5px 15px;
            margin-top: 13px;
            border-color: #e9e9e9;
        }

            .navbar.navbar-header-candidato-top .nav-tabs li.active a:hover {
                text-decoration: none;
            }

            .navbar.navbar-header-candidato-top .nav-tabs li.active a .glyphicons:before {
                color: #444444;
            }

    .navbar.navbar-header-candidato-top .navbar-text {
        width: 360px;
        margin: 0;
        font-family: Calibri, 'Trebuchet MS', Arial, sans-serif !important;
        text-align: center;
        font-size: 12px;
        padding: 0 10px;
        line-height: normal;
    }

        .navbar.navbar-header-candidato-top .navbar-text a {
            color: #faa61a;
        }

            .navbar.navbar-header-candidato-top .navbar-text a:hover {
                color: #faa61a;
            }

.navbar.navbar-header-candidato-bottom {
    border: none;
    margin-bottom: 0px;
}

    .navbar.navbar-header-candidato-bottom .container a {
        padding: 10px;
    }

    .navbar.navbar-header-candidato-bottom .container .navbar-nav > li > a:hover,
    .navbar.navbar-header-candidato-bottom .container .navbar-nav > li.active > a {
        background-color: #023865;
    }

    .navbar.navbar-header-candidato-bottom .container .pull-right.shine {
        background-color: #6bb00b;
    }

        .navbar.navbar-header-candidato-bottom .container .pull-right.shine.open > a,
        .navbar.navbar-header-candidato-bottom .container .pull-right.shine > a {
            color: #fff;
            background-color: #6bb00b;
        }

            .navbar.navbar-header-candidato-bottom .container .pull-right.shine.open > a:hover,
            .navbar.navbar-header-candidato-bottom .container .pull-right.shine > a:hover {
                color: #fff;
                background-color: #6bb00b;
            }

    .navbar.navbar-header-candidato-bottom .container .glyphicons {
        margin-top: -5px;
        margin-bottom: 0px;
    }

        .navbar.navbar-header-candidato-bottom .container .glyphicons:before {
            font-size: 15px;
            color: #008fd5;
        }

.navbar .user-nickname {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 67px;
    float: left;
    margin-top: 12px;
}
/*FOOTER - CANDIDATO DESLOGADO */
footer div.footer-candidato-top {
    background-color: #023865;
    overflow: hidden;
}

    footer div.footer-candidato-top .container a {
        line-height: 50px;
        color: #fff;
        font-size: 16px;
    }

        footer div.footer-candidato-top .container a span:before {
            color: #fff;
            font-size: 30px;
            margin: 0px 5px;
            display: block;
        }

    footer div.footer-candidato-top .container .col-sm-3 {
        text-align: center;
        width: 20% !important;
    }

footer div.footer-candidato-bottom {
    overflow: hidden;
}

    footer div.footer-candidato-bottom ul,
    footer div.footer-candidato-bottom .link-PE {
        text-align: center;
        margin: 20px;
        font-size: 14px;
        font-weight: bold;
    }

    footer div.footer-candidato-bottom p {
        font-size: 12px;
        /*margin: 10px;*/
        text-align: center;
    }

    footer div.footer-candidato-bottom a {
        color: #023865;
    }

        footer div.footer-candidato-bottom a:hover {
            color: #023865;
        }

    footer div.footer-candidato-bottom .link-PE {
        margin: 0;
    }

    footer div.footer-candidato-bottom .container-footer {
        width: 890px;
        margin: 0 auto;
    }
/* JS COMPONENTE - TYPEHEAD */
.twitter-typeahead {
    width: 100%;
}

    .twitter-typeahead .tt-dropdown-menu {
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

    .twitter-typeahead .tt-suggestion {
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .twitter-typeahead .tt-suggestion.tt-cursor {
            color: #ffffff;
            text-decoration: none;
            outline: 0;
            background-color: #023865;
            cursor: pointer;
        }

        .twitter-typeahead .tt-suggestion p {
            margin: 0;
        }
/* BARRA DE LOCALIZACAO DE VAGA - CANDIDATOS*/
.navbar-search {
    z-index: 1000;
    margin-top: 10px;
    margin-bottom: 0px;
}

    .navbar-search .container-fluid,
    .navbar-search .navbar-collapse,
    .navbar-search .navbar-form {
        padding: 0px;
    }

    .navbar-search .form-group {
        width: 340px;
        padding-right: 5px;
    }

        .navbar-search .form-group .form-control {
            width: 100%;
        }

/*BREADCRUMB - CANDIDATOS*/
.breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
}

.container-breadcrumb {
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

    .container-breadcrumb .breadcrumb > li a {
        color: #023865;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #dddddd;
}

.modalCurriculum h3 {
    margin: 0;
}
/*MEDIA*/
@media (min-width: 1200px) {
    .container {
        width: 984px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        /*width: auto;*/
        margin: 30px auto;
    }
}

@media (min-width: 1px) {
    .navbar-header-candidato .container {
        padding: 0;
    }

    .container {
        padding: 0;
    }
}
