@font-face {
    font-family: 'Montserrat Black';
    src: url(../font/Montserrat-Black.ttf);
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url(../font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat ExtraBold';
    src: url(../font/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: 'Montserrat ExtraLight';
    src: url(../font/Montserrat-ExtraLight.ttf);
}

@font-face {
    font-family: 'Montserrat Light';
    src: url(../font/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url(../font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url(../font/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: 'Montserrat Thin';
    src: url(../font/Montserrat-Thin.ttf);
}

*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat Light", sans-serif;
}

body{
    background: #eaeaea;
    background-image: url(../images/bg-aniq.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

header{
    background: #2b2b2b;
    height: 56px;
    padding: 13px;
}

header img{
    height: 100%;
    float: left;
}

header > img{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

header > div{
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding-top: 15px;
}

header a{
    color: white;
    text-decoration: none;
}

header ul{
    list-style: none;
}

header li{
    display: inline-block;
    vertical-align: middle;
    margin: auto 5px;
}

body > .container{
    max-width: 700px;
    margin: 30px auto;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px;
}

#capa{
    width: calc(100% + 80px);
    margin: -40px -40px 40px -40px;
    border-radius: 20px;
}

@media all and (max-width: 700px) {
    body > .container{
        max-width: calc(90% - 60px);
        margin: 30px auto;
        background: white;
        border-radius: 20px;
        overflow: hidden;
        padding: 30px;
    }

    #capa{
        width: calc(100% + 60px);
        margin: -30px -30px 30px -30px;
        border-radius: 20px;
    }
}

h2{
    font-family: "Montserrat Black", sans-serif;
}

h4{
    font-family: "Montserrat SemiBold", sans-serif;

}

.ingresso{
    margin: 3px auto;
    border-radius: 10px;
    padding: 15px;
    background: #efefef;
}

.ingresso.inativo{
    opacity: .4;
}

.ingresso.inativo h4, .ingresso.inativo small, .ingresso.inativo p{
    text-decoration: line-through !important;
}




/* INPUTS */

input[type='text'], input[type='date'], input[type='time'], textarea, input[type='tel'], input[type='password'], input[type='email'], input[type='search'], select{
    width: calc(100% - 16px);
    padding: 8px;
    /*border-radius: 6px;*/
    border: 1px solid #ddd;
    box-shadow: inset 0 0 20px rgba(60, 60, 60, 0.05);
    font-size: 14px;
    background: white;
}

input[type='number']{
    padding: 8px;
    /*border-radius: 6px;*/
    border: 1px solid #ddd;
    box-shadow: inset 0 0 20px rgba(60, 60, 60, 0.05);
    font-size: 14px;
    background: white;
    text-align: center;
}

input[type='button']{
    padding: 5px 10px;
    font-family: "Montserrat ExtraBold";
}

textarea{
    max-width: calc(100% - 16px);
    min-width: calc(100% - 16px);
}

input:disabled{
    opacity: .5 !important;
}

/*canvas{
    background: white;
    fill: white;
}*/

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%),
            linear-gradient(to right, #dddddd, #dddddd);
    background-position:
            calc(100% - 17px) calc(1em + 2px),
            calc(100% - 12px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em,
            1em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;

    width: calc(100%);
    padding: 8px;
    padding-right: 50px;
    border-radius: 0;
    /*border: 1px #ddd solid;*/
    box-shadow: inset 0 0 20px rgba(60, 60, 60, 0.05);
    font-size: 14px;
}

textarea{
    min-height: 100px;
}


label{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 12px;
}

.button{
    display: block;
    text-align: center;
    margin-top: 20px;
}

button:disabled{
    opacity: .3;
}

.button button{
    border: 2px solid #000000;
    /*border-radius: 4px;*/
    background: none;
    padding: 10px;
    display: inline-block;
    overflow: hidden;
    transition: 1s;
    text-align: center;
    cursor: pointer;
    background: #fff;
    font-size: 13px;
}

.apres{
    border: none !important;
    border-top: 2px solid #000000 !important;
    border-left: 2px solid #000000 !important;
    border-radius: 0 !important;
    border-top-left-radius: 7px !important;
}

.button button div:nth-child(1){
    float: left;
    overflow: hidden;
    transition: 1s;
}

.button button p{
    text-align: center;
    color: #000000;
    /*letter-spacing: 2px;*/
    float: left;
    transition: 1s;
    overflow: hidden;
    font-family: "Montserrat ExtraBold" !important;

}

.button button div:nth-child(2){
    float: left;
    vertical-align: middle;
    transition: 1s;
    width: 0;
}

.button button i{
    color: #000000;
    /*height: 18px;
    line-height: 17px;*/
    vertical-align: middle;
    transition: 1s;
    opacity: 0;
    margin-left: 0px;
    font-size: 13px;
}

.button button:hover{
    background: #000000;
}

.button button:hover div:nth-child(1) p, .button button:hover div:nth-child(2) i{
    color: white !important;
}

.button button:hover div:nth-child(2){
    width: 22px;
    margin-left: 8px;
}

.button button:hover div:nth-child(2) i{
    opacity: 1;
}

/* END INPUTS */

hr{
    margin: 15px auto;
    width: 50%;
    border: 1px #000000 solid;
}

/* MENSAGEM */

.msg{
    padding: 10px;
    background-color: rgba(135, 197, 128, 0.33);
    border: 1px solid #80c077;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #80c077;
}

.msg p{
    margin: 0 auto;
}

.erro{
    background-color: rgba(158, 79, 95, 0.15);
    border: 1px solid #9e4f5f;
    color: #9e4f5f;
}

.adv{
    background-color: rgba(158, 128, 72, 0.15);
    border: 1px solid #9e8302;
    color: #9e8302;
}

.sim{
    width: 70px;
    height: 32px;
    background-color: rgb(135, 197, 128);
    color: white;
    padding: 8px;
    font-size: 15px;
    border-radius: 5px;
    margin: 5px;
    line-height: 40px;
}

.sim:hover, .nao:hover{
    color: white;
    opacity: .7;
}

.nao{
    width: 70px;
    height: 32px;
    color: white;
    padding: 8px;
    font-size: 15px;
    border-radius: 5px;
    background-color: rgb(182, 102, 117);
    margin: 5px;
    line-height: 40px;
}

/* /MENSAGEM */

.dadosParticipantes{
    display: inline-block;
    vertical-align: middle;
    width: calc(45% - 40px);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(223, 223, 223, 0.47);
    margin: 5px;
}

.dadosParticipantes input{
    text-align: center;
}

/* TABELAS */


#table{
    margin-top: 20px;
    /*border-radius: 7px; */
    overflow: hidden;
    overflow-x: auto;
    font-size: 13px;
    width: 100%;
}

#table1{
    margin-top: 20px;
    /*border-radius: 7px; */
    overflow: hidden;
    overflow-x: auto;
    font-size: 13px;
    width: 100%;
}
#table2{
    margin-top: 20px;
    /*border-radius: 7px; */
    overflow: hidden;
    overflow-x: auto;
    font-size: 13px;
    width: 100%;
}
table{
    border-collapse: collapse;
    width: 100%;
}

table a{
    cursor: pointer !important;
}

thead tr{
    background-color: black;
    color: white !important;
    cursor: pointer;
}

thead tr th{
    color: white !important;
}

thead tr th:first-child{
    border-top-left-radius: 7px;
}

thead tr th:last-child{
    border-top-right-radius: 7px;
}

tbody tr:nth-child(even){
    background-color: rgba(0, 0, 0, 0.03);
}

tbody tr:last-child td:first-child{
    border-bottom-left-radius: 7px;
}

tbody tr:last-child td:last-child{
    border-bottom-right-radius: 7px;
}

th{
    font-family: "Montserrat Black";
}

td, th{
    padding: 8px;
    text-align: center;
    border-right: 1px rgba(221, 221, 221, 0.18) solid;
}

td:last-child, th:last-child{
    border: none;
}

i{
    /*color: #00a0ba !important;*/
}

th:nth-child(0), td:nth-child(0){
    width: 30px;
}

#table label {
    font-size: 15px !important;
}

input[type="search"]{
    background: #d4d4d4;
    text-align: center;
    width: 200px !important;
    padding: 6px;
    font-size: 15px;
}


.dataTables_filter{
    margin: 5px;
}

@media all and (min-width: 900px){
    #table{
        /*width: 80%;*/
        margin: auto;
    }

}

@media all and (min-width: 900px) {
    .dataTables_filter{
        float: none !important;
    }

    .dt-buttons{
        float: left;
        clear: both;
    }
}

.dataTables_length, .dt-buttons{
    margin: 5px auto;
}


/* /TABELAS */

.dropzone {
    position: relative;
    border: 6px dashed #dddfe1;
    /*border-radius: 20px;*/
    color: #b5b9bc;

    height: 200px;
    text-align: center;
}

.dropzone.hover {
    border: 6px dashed black;
    color: black;
}

.dropzone.dropped {
    background: #dddfe1;
    border: 6px solid black;
}

.dropzone > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.dropzone > div i{
    color: black; !important;
}

.dropzone > div .procurarArquivo{
    background: black; !important;
    color: white;
    padding: 5px 20px;
    border-radius: 4px;
    display: inline-block;
}

.dropzone img {
    border-radius: 10px;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
}

.dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100% - 16px) !important;
}