/*==================================  GERAL ================================== */
/* --- Oculta elementos só de impressão ---- */
#toprint, .toprint {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

/*==================================  Formulários ================================== */
/* --- formulario horizontal ---- */
.form-horizontal h1, .form-vertical h1 {
    font-size: 30px;
    font-weight: 700;
    color: #42566a;
    margin-top: 0px;
}
.form-group .toggle-password, .form-group .toggle-webpassword  {
    pointer-events: initial;
}
.toggle-password, .toggle-webpassword {
    padding-top: 4px;
}

/* Form Block Box
---------------------------------- */
.form-block-box {
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-block-box h2 {
	font-size: 24px;
	font-weight: 700;
	color:#42566a;
}

.form-block-box h3, form h3 {
	font-size: 20px;
	font-weight: 700;
	color:#42566a;
}

/* Form error colors
---------------------------------- */
.has-error,
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #dc3545;
}

    .has-error .error,
    .error {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
        display: block;
        color: #dc3545;
    }

/*==================================  Botoes ================================== */
.btn-loading {
	color: #fff;
	background-color: #666666;
	border-color: #666666;
}
.btn-loading:hover,
.btn-loading:focus,
.btn-loading:active,
.btn-loading.active,
.open .dropdown-toggle.btn-loading {
	color: #fff;
	background-color: #666666;
	border-color: #666666;
}

.btn-circle {
    display: inline-block;
    margin: 0 2px 2px 0;
}

    .btn-circle a {
        width: 45px;
        height: 45px;
        display: block;
        text-align: center;
        font-size: 20px;
        background: #FFC436;
        color: #000000;
        border-radius: 100%;
    }
        .btn-circle a:hover {
            background-color: #1A3243;
            border-color: #1A3243;
            color: #ffffff;
        }

.btn-circle.small a {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.btn-circle.small a i {
    line-height: 30px;
}

/*==================================  Breadcrumb ================================== */
.breadcrumb li, .breadcrumb a {
    color: #ffffff;
}
    .breadcrumb li, .breadcrumb li > a:hover {
        color: #191D88;
    }

.breadcrumb > li + li:before {
    font-family: FontAwesome;
    padding: 0 5px;
    color: #ffffff;
    content: "\f054";
    font-size: 10px;
}
.breadcrumb > .active {
    color: #FFC436;
}

/*==================================  Headings ================================== */
h1.page-title {
    color: #293DA6;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

h1.section-title {
    color: #293DA6;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

h3.page-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #1450A3;
}

.title {
    color: #1450a3;
}

.sidebar .title {
    color: #1450A3;
}

.default-link a:link, .default-link a:visited, .default-link a:hover, .default-link a:active {
    color: #E6BE1E;
}

.default-link:hover {
    color: #fff;
}
.linkfooter a, .dark-bg > a {
    color: #7593ff;
}
.linkfooter:hover {
    text-decoration: none;
    color: #fff;
}

/*==================================  HEADER-TOP ================================== */
.dark .dropdown-menu-right {
    color: #ffffff;
    right: -1px;
    border: none;
}
.amount a {
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
}

/*==================================  FOOTER ================================== */
.footer a {
    color: #7593ff;
}
    .footer a:hover {
        color: #ffc436;
    }

.footer .list-icons li i {
    padding-top: 5px;
    float: left;
}

.footer .list-icons li span {
    display: block;
    padding-left: 30px;
}

/* Parcerias / footer
================================== */
.img-inline img {
    display: inline-block;
}

.parcerias {
    background-color: #FFFFFF;
    text-align: center;
    display: inline;
}

.parcerias img {
    border: none;
    padding: 20px 20px 20px 0;
    display: inline;
}

.parcerias a:hover {
    opacity: 0.7;
}

/*==================================  SELECT2 ================================== */
.select2 {
    width: 100% !important;
}

.select2-container {
    width: auto !important;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 40px !important;
}

.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
    background: #ffffff;
    height: 40px;
    padding-top: 4px;
    padding-right: 30px;
    border-color: #acacac;
    color: #666666;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

/*==================================  nopadding ================================== */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/*==================================  label sizes ================================== */
.label-sm {
    font-size: 12px;
}

.label-md {
    font-size: 14px;
}

.label-lg {
    font-size: 20px;
}

.label-default {
    background-color: #FFC436;
    color: #333;
}

/*==================================  elements-list (DATAS NA PÁGINA DO CURSO) ================================== */
.elements-list > * {
    margin: 0px 6px 0px 0;
    line-height: 24px;
    height: 22px;
}
.price-title {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}
.price {
    font-size: 22px;
    color: #000000;
    font-weight: 300;
}
.box-accao-title {
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 700;
}
.box-accao-text {
    font-size: 15px;
    font-weight: 500;
}

/*================================== list-item ================================== */
.list-item {
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.075);
    border: 1px solid #cccccc;
}

.list-item .overlay-container img {
    width: 100%;
    height: auto !important;
    overflow: hidden;
}

.list-item .list-item-body {
    padding: 12px 12px 12px 12px;
    font-size: 14px;
}

    .list-item .list-item-body h3.title a {
        font-size: 15px;
        color: #1450A3;
        font-weight: 700;
    }

    .list-item .list-item-body h3.title-accao {
        margin: 0px 0px;
        padding-left: 12px;
        line-height: 1.2;
        font-size: 15px;
        font-weight: 700;
    }

        .list-item .list-item-body h3.title-accao a {
            color: #1450A3;
        }
        .list-item .list-item-body h3.title-accao a:hover {
            color: #4d4d4f;
        }


.list-item .list-item-body .subtitle-accao {
    line-height: 1.5;
    font-size: 14px;
}

.list-item .list-item-body .list-inline li {
    font-size: 14px;
    padding: 5px 5px;
}

.list-item .list-item-footer {
    text-align: center;
}

.list-item .list-item-footer .btn {
    margin-top: 50px;

}

@media only screen and (max-width : 768px) {
    .list-item .list-item-footer .btn {
        margin-top: 20px;
    }
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .list-item .list-item-body {
        text-align: center;
        padding: 10px 10px 10px 10px;
    }
    .list-item .list-item-body .text-left {
        text-align: left;
    }
        .list-item .list-item-footer .btn {
        margin-top: 0;
    }
}

.list-item .overlay-links {
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 0;
    opacity: 0;
}

    .list-item .overlay-links a {
        background-color: transparent;
    }

.list-item .overlay a:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

.list-item .overlay i {
    line-height: 0;
}

.default-bg.list-item {
    background-color: rgba(102, 182, 170, 0.7);
    border: 1px solid #66B6AA;
    color:#42566a;
}


.default-bg.list-item a {
    color: #42566a;
    text-decoration:none;
}
    .default-bg.list-item a:hover {
        color: #000000;
    }
    .default-bg.list-item .btn {
        color: #42566a;
        border: 1px solid #42566a;
    }
        .default-bg.list-item .btn:hover {
            color: #000000;
            border: 1px solid #000000;
        }

/*==================================  CAIXAS DOS CURSOS ================================== */
/*--- 1.1. Cursos destaque ---*/
.image-box-accoes img, .image-box-accoes-1 {
    width: 100%;
}
.image-box-accoes {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.image-box-accoes-2 {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.titulo-box-accoes h3 a, .titulo-box-accoes-2 h3 a, .proximos-cursos-titulo {
    font-size: 16px;
    font-weight: 700;
    color: #1450A3;
}
    .titulo-box-accoes h3 a:hover, .titulo-box-accoes-2 h3 a:hover, .proximos-cursos-titulo a:hover {
        color: #4B4B4B;
    }

.footer-box-accoes {
    font-size: 14px;
    margin-top: 5px;
    padding: 10px 0 0 0;
    border-top: 1px solid #e5e5e5;
}
.footer-box-accoes span {
    font-weight: 700;
}
.titulo-box-accoes {
    height: 95px;
}

.titulo-box-accoes-2 {
    height: 75px;
}
/* Medium desktop devices and tablets */
@media (min-width:1024px) and (max-width:1199px) {
    .titulo-box-accoes {
        height: 100px;
    }
    .image-box-accoes {
        position: relative;
        height: 135px;
        overflow: hidden;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .titulo-box-accoes {
        height: 70px;
    }
    .image-box-accoes {
        position: relative;
        height: 135px;
        overflow: hidden;
    }
}
@media (max-width:767px) {
    .titulo-box-accoes {
        height: auto;
        padding-bottom: 10px;
    }
    .image-box-accoes {
        position: relative;
        height: 100%;
        width: 100%;
    }

}

.label-destaque {
    top: 7px;
    right: 7px;
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    margin: 5px;
    text-align: left;
    background: #FFC436;
    border: 1px solid #FFC436;
    border-radius: 10px;
    padding: 7px 7px;
    text-transform: uppercase;
    font-weight: 700;
}

    .label-destaque a {
        color: #ffffff;
    }


/* Testemunho-balao ---------------------------------- */
.testemunho-balao {
    position: relative;
    padding: 15px;
    margin: 1em 0 1em;
    color: #000;
    background: #f3f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 20px 20px -8px rgba(0, 0, 0, 0.2);
}

    .testemunho-balao:after {
        content: "";
        position: absolute;
        bottom: -15px;
        right: 40px;
        border-width: 15px 20px 0;
        border-style: solid;
        border-color: #f3f4f4 transparent;
        display: block;
        width: 0;
    }

    .testemunho-balao .quote {
        margin: 10px 10px;
        padding: 17px 0 0 10px;
    }

        .testemunho-balao .quote:after {
            content: "“";
            width: 25px;
            height: 25px;
            line-height: 64px;
            font-size: 64px;
            font-family: "PT Serif", serif;
            position: absolute;
            top: 18px;
            left: 18px;
            color: #1450A3;
        }

.testemunho-autor {
    font-size: 13px;
    color: #1450A3;
    font-weight: 700;
}

.testemunho-funcao {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

/* star rating ---------------------------------- */
.star-rating input {
    display: none;
}

.star-rating {
    margin: 20px auto;
    display: table;
    width: 350px;
}

    .star-rating label {
        padding: 10px;
        float: right;
        font-size: 44px;
        color: #eee;
    }

    .star-rating input:not(:checked) ~ label:hover,
    .star-rating input:not(:checked) ~ label:hover ~ label {
        color: #ffc107;
    }

    .star-rating input:checked ~ label {
        color: #ffc107;
    }

    .star-rating input:checked ~ form {
        border-top: 1px solid #ddd;
        width: 100%;
        padding-top: 15px;
        margin-top: 15px;
        display: inline-block;
    }

/* section-divider ---------------------------------- */
.divider {
    position: relative;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
}

/* emprego-box ---------------------------------- */
.emprego-box {
    position: relative;
    padding: 15px;
    margin: 1em 0 1em;
    color: #000;
    background: #f3f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 20px 20px -8px rgba(0, 0, 0, 0.2);
}

.emprego-box h4 {
    color: #42566A;
    font-weight: 700;
}

.emprego-box i {
    color: #a6ce38;
}

.emprego-box > .details {
    text-align: center;
    color: #42566A;
    cursor:pointer;
}

/* 5 Curso
----------------------------------------------------------------------------- */
.cursosdestaque {
    border-top: 1px solid #293da6;
    border-bottom: 1px solid #293da6;
}

.subtitle {
    color: #1450A3;
    font-weight: 700;
    font-size: 18px;
}

.teacher h4 {
    min-height:50px;
}


/* MENSAGEM DE CARACTERES NECESSÁRIOS PARA A PASSWORD
================================== */
#message-caracteres {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 10px;
    margin-top: 10px;
}

    #message-caracteres p {
        font-size: 13px;
        margin-bottom: 7px;
    }
/* Parametro válido */
.message-caracteres-valid {
    color: green;
}

    .message-caracteres-valid:before {
        position: relative;
        padding-right: 10px;
        font-family: "FontAwesome";
        content: "\f00c";
    }
/* Parametro invalido*/
.message-caracteres-invalid {
    color: red;
}

    .message-caracteres-invalid:before {
        position: relative;
        padding-right: 10px;
        font-family: "FontAwesome";
        content: "\f00d";
    }

/* Perfil utilizador
----------------------------------------------------------------------------- */
.user-img img {
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
}

/* tabela responsiva
----------------------------------------------------------------------------- */
.tabela-responsiva > thead > tr > th,
.tabela-responsiva > tbody > tr > th,
.tabela-responsiva > tfoot > tr > th,
.tabela-responsiva > thead > tr > td,
.tabela-responsiva > tbody > tr > td,
.tabela-responsiva > tfoot > tr > td {
    vertical-align: top;
}

@media screen and (max-width: 600px) {
    .tabela-responsiva > thead > tr > th,
    .tabela-responsiva > tbody > tr > th,
    .tabela-responsiva > tfoot > tr > th,
    .tabela-responsiva > thead > tr > td,
    .tabela-responsiva > tbody > tr > td,
    .tabela-responsiva > tfoot > tr > td {
        padding: 8px 15px;
        border-bottom: none;
        vertical-align: top;
    }

    .tabela-responsiva thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tabela-responsiva tr {
        display: block;
        background-color: #ffffff;
        border-bottom: 1px solid #cdcdcd;
    }

    .tabela-responsiva td {
        border-bottom: none;
        display: block;
        text-align: right;
        font-size: 85%;
    }

        .tabela-responsiva td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
            border-bottom: none;
        }

        .tabela-responsiva td:first-child:not(.paymentinfo) {
            background-color: rgba(0, 78, 138, 1.0);
            color: #ffffff;
        }

        .tabela-responsiva td:first-child:not(.paymentinfo) a {
            color: #ffffff;
        }

        .tabela-responsiva td.paymentinfo {
            text-align: left;
        }

        .tabela-responsiva td.text-middle {
            vertical-align: middle;
        }
}

/* calendario cronograma
----------------------------------------------------------------------------- */
.cal a {
    text-decoration: none;
}

.cal tr:first-child td {
    border-top: 0;
}

.cal td:first-child {
    border-left: 0;
}

.cal tr:first-child a {
    border-top: 0;
    margin-top: 0;
}

.cal tr:last-child a {
    border-bottom: 0;
    margin-bottom: 0;
}

.cal td:first-child a {
    border-left: 0;
    margin-left: 0;
}

.cal td:last-child a {
    border-right: 0;
    margin-right: 0;
}

.cal tr:last-child td:first-child a {
    border-radius: 0 0 0 3px;
}

.cal tr:last-child td:last-child a {
    border-radius: 0 0 3px 0;
}

.cal-table {
    position: relative;
    margin: 0 0 1px;
    border-collapse: separate;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #bbb;
    border-radius: 0 0 3px 3px;
}

.cal-caption {
    width: 100%;
    padding-bottom: 8px;
    line-height: 32px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #1450A3;
    border-radius: 3px 3px 0 0;
}

.cal-body td {
    width: 30px;
    font-size: 14px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.cal-body a {
    display: block;
    position: relative;
    line-height: 28px;
    color: #555;
    text-align: center;
}

    .cal-body a:hover {
        background: #fafafa;
    }

td.cal-off {
    color: #555;
    font-weight: normal;
    line-height: 28px;
}

td.cal-dias {
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 70px;
    line-height: 28px;
    background-color: #efefef;
}

td.cal-check {
    background-color: #FFC436;
}

.cal-check a {
    color: #666;
    overflow: hidden;
    font-weight: bold;
}

    .cal-check a:before {
        content: '';
        position: absolute;
        top: -6px;
        right: -6px;
        width: 12px;
        height: 12px;
        background: #FFC436;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cal-check a:hover {
        margin: -1px;
        color: #fff;
        background: #1450A3;
        text-decoration: none;
    }

.lt-ie8 .cal-table {
    *border-collapse: collapse;
}

.lt-ie8 .cal-body a {
    zoom: 1;
}

.box-scroll {
    height: 200px;
    margin-top: 20px;
    overflow-y: auto;
}

.box-scroll-hidden {
    height: 200px;
    overflow-y: hidden;
}

input.form-control[readonly] {
    background-color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 900;
    color: #000000 !important;
    cursor: not-allowed; 
    box-shadow: none !important;
}