﻿html{
    margin:0;
    padding: 0;
}

.row{
    margin-left: -10px !important;
    margin-right: -10px !important;
}
body{
    background: #383838;
    width: 100%;
    /*    font-family: 'Dosis', sans-serif;*/
    font-family: 'Exo 2', cursive !important;
    font-size: 14px;
    color: white;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {

    background-color: black;
}

.img-book{
    height: 350px;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    border:1px solid #e6d924;
}
.conteudo{
    margin-top: 100px;
    border: 1px #444 solid;
    background-color: transparent;
    min-height: 500px;
    margin-bottom: 20px;
    padding: 10px 10px 20px 10px;
}

.label{
    color: #fff;
    font-size: 14px;
    font-weight:200 !important; 
}

.header{
    height: 150px;
    background: #000;
    width: 100%;
    border-radius:0px;
    border:0;
}

.posicao-menu{
    position: absolute;
    bottom: 0;
    margin-left: 130px;
}

.nav-pills li a{
    color: #fff !important;
}
.nav-pills li a:hover{
    color: #000 !important;
    border-radius: 0px;
}

.nav-redes-sociais{
    margin-top: 10px;
    padding-top: 20px;
}
.nav-redes-sociais a{
    padding: 10px 5px;
    color: #000 !important;
}
.nav-redes-sociais a:hover{    
    text-decoration: none;
}

.btn-cadastre-se-header:hover{
    background: #e6d924 !important;
}
.barra-header-logo{
    width: 20%;
}
.logo{
    margin-top: 80px;
    background: #000;
    padding: 20px;
    height: 135px !important;
}

.logo:hover{
    background:#000 !important;
}

.logo img{
    width: 120px;
}
.nav-bar-cast{
    text-align: left; 
    width: 80%;
    display: flex;
    align-items: center;

}
.btn-cadastre-se-header{
    background: #ffee00;
    padding: 10px;
    color: #000;
    border-radius: 5px;
}

.navbar-nav{
    flex-direction:row;
}
.navbar>.container, .navbar>.container-fluid {
    align-items: baseline;
}

.navbar-nav a{
    color: #fff;

}

.redes-sociais{
    padding: 0 5px;
}

.sub-header{
    max-width: 100%;
}

.margin-top-sb{
    margin-top: 90px;
}
.sub-header img{
    max-width: 100%;
}

.center{
    text-align: center !important
}

.title-cast{
    font-size: 36px;
    color: #ffee00;
}
.title-models{
    font-size: 28px;
    color: #fff;
}

.barra-options{
    background: #ffee00;
    width: 100%;
    display: flex;
    align-items:center;
    padding: 10px;
    margin-top: 50px;
    text-align: left;
}

.no-padding{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.bloco-img{
    margin: 10px 10px;
    float: left;
    width: 125px;
}
.bloco-img img{
    width: 135px;
}

.thumbnail {
    background: transparent;
    border:0px;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 20px;
}


.blocos{
    text-align: center;
}
.blocos .center >.texto{
    text-align: center;
    color:black;
    width: 210px;

}
.modelo-img{
    width: 100%;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}
.rodape{
    background: #000;
    min-height: 60px;
    margin-top: 50px;
}

/*ALTERAÇOES DO MODAL*/
.modal-content {
    border-radius:0;
    background: #000;
    border: 1px solid #ffee00;
}

.modal-footer {
    border-top: 0;
}

.modal-header{
    border-bottom: 0;
}
/*ALTERAÇOES DO MODAL*/
/*DADOS MODAL - MODELOS*/
.nome-modelo-modal{
    font-size: 2em;
    color:#ffee00;
}

.dados-modelo-modal{
    font-size: 1.2em;
    color:white;
}
.dados2-modelo-modal{
    font-size: 1.2em;
    color:#ffee00;
    text-align: right;
}

.btn-contratar{
    background: #000;
    color: #ffee00;
    border:2px solid #ffee00;
    padding: 11px 30px;
    font-size: 1.2em;
    font-weight: 700;
}
.btn-contratar:hover{
    background: #000;
    color: #fff;
    border:2px solid #fff;   
    padding: 11px 30px;
    font-size: 1.2em;
    font-weight: 700;
}

.margin-img-modal{
    margin: 10px 0px;
}
/*DADOS MODAL - MODELOS*/
.no-resizable{
    resize: none;
}

.form-control{
    background: #000;
    border:1px solid #fff;
    color: #fff;
    border-radius: 0;
    height: 50px;
    font-size: 18px;
}

option{
    margin-bottom: 13px !important;

}
.form-control:focus{
    border-color: #fff;
    box-shadow: inset 0 1px 1px #fff;
}
.form-control:hover{
    border-color: #aaa;
}

hr{
    border-top:1px solid #ffee00;
    margin-top: 10px;
    margin-bottom: 10px;
}
.close {
    opacity: 1;
    color: #fff !important;
}

.dados-user-logado{
    color:white;
    background: #000;
}
.dados-user-logado span a{
    color:#e6d924;
    text-decoration: underline;
    background: #000;
}
.dados-user-logado span a:hover{
    color:#fff;;
    text-decoration: underline;
    background: #000;
}


/**
* CSS - TELA DE LOGIN
**/
.atd-tela-login{
    max-width: 320px;
    margin: auto;
    height: auto;
    background: #000;
    padding: 30px 30px;
    margin-top: 5%;
    box-shadow: 0px 5px 5px #000;
    border: 1px solid #777;
}

.atd-tela-login > img{padding-bottom: 20px;}

.atd-tela-login h1{
    text-align: center;
    position: relative;
    margin-bottom: 18px;
}

.p-footer {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 85%;
    text-align: center;
}

.atd-bloco-login{
    width: 100%;
    height: 40px;
    background: #e6d924;
    margin-bottom: 20px;
}

.atd-tela-login p{
    text-align: center;
}

.atd-icone-login{
    float: left;
    width: 15%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-top: 12px;
}

.atd-input-text{
    float: left;
    width: 85%;
}

.atd-tela-login input[type="text"],
.atd-tela-login input[type="password"]{
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 8px;
    border: 1px solid #ffee00;
    border-radius: 0px;
}

.atd-tela-login .btn-login{
    width: 100%;
    border: none;
    background: #ffee00;
    color: #000;
    height: 40px;
    border:1px solid #000;
}
.atd-tela-login .btn-login:hover{

    background: #fff;
    color: #000;
    border-color: #000;

}

.atd-icone-login{
    background-color: #ffee00;
}

.atd-icone-login span{
    padding-top: 6px;
    background-color: #ffee00;
    font-size: 110%;
    color: black;
}

.glyphicon-login{
    top: -5px !important;
}

/*DADOS TABELA*/
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #444444;
}

.table-list tbody tr:hover {
    background-color: #777 !important;
    cursor: inherit;
}

.legenda{
    color:#e6d924;
}

.table-list a {
    background-color: #000;
    margin: 5px;
    padding: 5px 5px 7px 5px;
    border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #000;
}
.table-list a:hover {
    background-color: #222;    
    box-shadow: 0px 0px 3px #222;
}

th{
    color: #feee00;

}

.txt-rodape{
    line-height:5;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background:#222;
    cursor: initial;
}

.texto-sobre-normas p{
    font-size: 16px;
    text-align: justify;
}

.div-img-modal{
    height: 300px;
    width: 225px;
    background-size: cover;
    background-position-y: top;
    background-repeat: no-repeat;
    background-position-x: center;
}

.opcoes-small{
    width: 13%;
    text-align: left;
    align-content: left;
}

/*TEMPLATE PARA CELULAR*/

@media (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ffee00;       
    }

    .navbar-toggle {
        padding: 15px 15px;
        margin-top: 15px !important;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }
    .navbar-toggle .icon-bar {        
        width: 30px;
        height: 2px;
    }
    .header{
        height: 80px;
        background: #000;
        width: 100%;
        border-radius:0px;
        border:0;
        z-index: 1000;
    }

    .logo{
        margin-top: 2px;
        height: 75px !important;
        padding: 2px 10px !important;
    }

    .logo img{
        height: 70px;
        width: auto;
    }

    .no-celular{
        display: none !important;
    }

    .posicao-menu { 
        position:initial;
        display: flex;
        flex-direction: column;
        background: #000;
        z-index: 1000 !important;
        margin-left: 0px;
    }

    .posicao-menu li a{
        color: #ffee00 !important;
        border-top: 1px solid #ffee00;
        border-radius: 0;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-default .navbar-toggle {
        border-color: #ffee00;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffee00;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #000;
    }
    .margin-top-sb{
        margin-top: 10px;
    }

    .dados-user-logado{
        margin-top: 0px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin-left: 0px;
        margin-right:  0px;
        padding-left: 15px;
    }
}

