﻿
/** ABAS **/

.selectAbasEscolha { 
    background: #5EAE58;
    border: 1px solid #5EAE58; 
    color:#fff;
    padding: 10px; 
    width: 100%;
    margin-bottom: 5px;
    text-transform:uppercase;
}

.selectAbasEscolha.ios { 
    color:#000;
}


.abasEscolha { 
    margin-bottom: 2px;
}


.abasEscolha li{
    display:inline-block;
    margin:2px 2px 0 0;
    background-color: #B3B3B3; 
}

.abasEscolha li:last-child{
    margin-right:0;
}
.abasEscolha li a{
    cursor:pointer;
    display:block;
    
    color:#fff;
    font-size:14px;
    padding:10px 10px;
    text-decoration:none;
    text-transform:uppercase;
}
.abasEscolha li[data-selected] {
    background-color:#5EAE58;
}

.abasEscolha li a:hover{
    text-decoration:underline;
}

.abas hr.linhaSeparacao { 
    height:6px;
    background-color:#666666;
    border:none;
    margin:0 0 10px;
}

.abas .painel {

    width: 100%;
    margin-top: 20px;
}

/** ESTILO PARA MODELO 1 **/
.abaModel1 .abasEscolha{
    margin-bottom:15px;
}
.abaModel1 .abasEscolha li{
    display:inline-block;
    margin-right: 5px;
    background-color: #F0F2F4; 
    border:solid 1px #F0F2F4;    
}
.abaModel1 .abasEscolha li a{
    color:#333;    
    padding:15px 38px;
}
.abaModel1 .abasEscolha li[data-selected] a{
    color:#41AA54;
}
.abaModel1 .abasEscolha li[data-selected]{    
    background-color:#fff;
    border:solid 1px #41AA54;
}
.abaModel1 hr.linhaSeparacao{
    display:none;
}




/** ESTILO PARA MODELO 2 (com barra) **/
.abaModel2 .abasEscolha{
    margin-bottom:15px;
}
.abaModel2 .abasEscolha li{
    display:inline-block;
    margin-right: 5px;
    background-color: #F0F2F4; 
    border:solid 1px #F0F2F4;    
}
.abaModel2 .abasEscolha li a{
    color:#333;    
    padding:15px 38px;
}
.abaModel2 .abasEscolha li[data-selected] a{
    color:#41AA54;
}
.abaModel2 .abasEscolha li[data-selected]{    
    background-color:#fff;
    border:solid 1px #41AA54;
}
.abaModel2 hr.linhaSeparacao{
    display:block;
    height:8px;
    background-color:#87888A;
}



/** ESTILO PARA MODELO 3 (com barra) **/
.abaModel3 .abasEscolha{
    margin-bottom:15px;
}
.abaModel3 .abasEscolha li{
    display:inline-block;
    margin-right: 5px;
    background-color: #fff; 
    border:solid 1px #58585A;    
}
.abaModel3 .abasEscolha li a{
    color:#333;    
    padding:15px 38px;
}
.abaModel3 .abasEscolha li[data-selected] a{
    color:#F0F2F4;
}
.abaModel3 .abasEscolha li[data-selected]{    
    background-color:#41AA54;
    border:solid 1px #41AA54;
}
.abaModel3 hr.linhaSeparacao{
    display:block;
    height:8px;
    background-color:#87888A;
}






/** ESTILO PARA MODELO SIMPLES **/
.abaModeloSimples .abasEscolha{
    margin-bottom:15px;
}
.abaModeloSimples .abasEscolha li{
    display:inline-block;
    background-color: transparent; 
    border-left: 2px solid #282727;
    padding: 0 10px 0 12px;
}

.abaModeloSimples .abasEscolha li:first-child{
   
    padding-left: 0;
    border-left: none;
}


.abaModeloSimples .abasEscolha li:last-child{
    border-right: none;
}

.abaModeloSimples .abasEscolha li a{
    color:#333;   
    padding:0; 
    font-weight:bold;
}

.abaModeloSimples .abasEscolha li[data-selected] a{
    color:#41AA54;
}
.abaModeloSimples .abasEscolha li[data-selected]{    
    
 
}
.abaModeloSimples hr.linhaSeparacao{
    display:none;
}




/*Abas Carreiras interna*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #B3B3B3;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        color: #fff;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #5EAE58;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
}



table {
    font-family: arial, sans-serif;
  /*  border-collapse: collapse;*/
   border-spacing:0;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

/*tr:nth-child(even) {
    background-color: #dddddd;
}*/

.vaga {
    max-width: 350px;
    min-height: 260px;
    margin: 10px;
    min-width: 350px;
}


.btn-candidatar {
   /* position: relative;*/
    padding: 12px 21px;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 18%);
    background-color: #5DAD58;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.btn-detalhes {
/*    position: relative;*/
    padding: 12px 21px;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 18%);
    background-color: #03a9f4;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.btn-cancelar {
/*    position: relative;*/
    padding: 12px 21px;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 18%);
    background-color: orange;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
   
}

tfoot:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tfoot:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

tr.green {
    background: #007c30;
}

.radiusCarreiraTable {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.radiusCarreiraTableTop {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #4BB28E; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #45B649, #DCE35B);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #45B649, #DCE35B);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a.btn-detalhes {
    color: #fff;
    padding: 8px;
}




a.btn-candidatar {
    color: #fff;
    padding: 8px;
}

@media (min-width: 481px) and (max-width: 767px) {
    .container-bloco-vagas {
       
        flex-direction:column;
    }

    .momento-content {
        flex-direction: column;
    }

}


@media (min-width: 320px) and (max-width: 480px) {

    .container-bloco-vagas {
 
        flex-direction: column;
    }
    .momento-content {
        flex-direction: column;
    }

    .vagas-videos-content {
        flex-direction: column;
    }

    .video-item {
        margin-bottom:10px
    }

}


.container-bloco-vagas {
    display: flex;
 
    flex-wrap: wrap;
}

.container-bloco-candidatura {
    display: flex;
    flex-wrap: wrap;
}


.overlay {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.overlayCandidaturas {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.vagas-videos-content {
    display: flex;
}

.video-item {
    margin-right: 20px;
    flex: 1;

    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #5eae58;
    color: #fff !important;
    font-weight: bold;
    border-radius: 10px;
   
}

    .video-item:hover {
        text-decoration: unset;
        filter: brightness(0.8);
    }

.img-video {
    width: 50px;
    margin-right:10px;
}


