﻿body {
    background-color:#11142F !important;
}
.container {
    background: url('../img/bg-admin-alteracao.png') no-repeat;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    width: auto !important;
    background-size: 100%;
}

.ct-btn-interna-admin-inteligencia {
    float: left;
    width: 800px;
    margin: 10px 0 0 10px;
}

.conteudo {
position: relative;
top: 260px !important;
}

.tela-login {
    background: url('../img/bg-area-login.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.login-titulo {
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 180px;
}

.calendario-de-eventos {
    background: url('../img/bg-admin-alteracao.png') no-repeat;
    /*height: 1590px;*/
    background-size: 100%;
    width: 100%;
    height: 100%;
}


div.conteudo {
    left: 50%;
    margin-left: -585px;
    position: absolute;
    top: 200px;
    width:1170px
}
.conteudo-lista {
    width: 900px;
    top: 0px;
    position: relative;
    left: 228px;
    background-color: #f1f1f1;
    padding: 15px;
}

.form-de-busca {
    background-color: #cecece;
    height: 92px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 20px;
    margin-left: -15px;
    margin-top: -15px;
    width: 900px;
}

    .form-de-busca h3,
    .sub-titulo-inteligencia-mercado {
        float: left;
        font-family: 'Edmond Sans Regular', sans-serif;
        font-size: 20px;
    }

    .form-de-busca input {
        font-family: 'Helvetica Oblique';
        float: left;
        border: 0;
        border-radius: 6px;
        margin-left: 25px;
        /* margin-right: 50px; */
        margin-top: 14px;
        width: 375px;
        height: 30px;
        font-size: 20px;
    }

    .form-de-busca a {
        float: left;
    }

.cadastrar-o-evento {
    float: right;
    width: 218px;
    height: 47px;
    margin-top: -18px;
    padding-top: 14px;
    font-family: 'Edmond Sans Medium', sans-serif;
}

.cadastrar-item-inteligencia {
    float: right!important;
    width: 218px;
    height: 47px;
    line-height: 47px;
    margin-top: 13px;
    padding: 0!important;
    text-align: center;
    font-family: 'Edmond Sans Medium', sans-serif;
}


.lupa-escura {
    position: relative;
    left: -30px;
    top: 19px;
    cursor: pointer;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #b2b2b2;
    padding-left: 10px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2;
    padding-left: 10px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b2b2b2;
    padding-left: 10px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b2b2b2;
    padding-left: 10px;
}

a {
    color: black;
}

tr {
    font-family: 'Edmond Sans Medium';
    font-weight: bold;
    font-size: 11px;
}

td {
    height: 42px;
    max-height: 42px;
    overflow: hidden;
    font-family: Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 12px;
}

.td1 {
    width: 465px;
    padding-left: 12px;
}

.td2 {
    width: 191px;
}

.td3 {
    width: 170px;
}

.td4 {
    width: 75px;
    background-color: #f1f1f1;
    padding-left: 10px;
}

    .td4 img {
        margin-right: 10px;
    }

#busca {
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    color: #9e9e9e;
    padding-left: 15px;
}
/********* HEADER *********/
div.header {
    left: 50%;
    margin: 0 0 0 -582px;
    position: absolute;
    top: 20px;
    width: 1130px;
}
div.header div.logoAdmin {
    background: url('../../../../Content/img/header/logo-header.png') no-repeat;
    float:left;
    height: 77px;
    width: 155px;
}
div.header div.logoAdmin a {
    border:none;
    float:left;
    height: 77px;
    width: 155px;
}
div.header div.logoLogin {
    background: url('img/logo-header.png');
    display:none;
    height: 77px;
    left:50%;
    margin-left:-77px;
    position:relative;
    width: 155px;
}
div.header div.logoLogin a {
    border:none;
    left:50%;
    margin-left:-77px;
    height: 77px;
    width: 155px;
}
div.header nav#menu-bra-beyond {
    float:right;
    position:static !important;
}
div.header nav#menu-bra-beyond ul {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #455261;
    /*background: transparent url('img/bg-header-admin-logado.png') repeat-x left center;*/
    border: none;
    border-radius: 8px;
    float:right;
    margin:25px 0 0 0;
    padding:10px 0;
    width: 920px;
}
div.header nav#menu-bra-beyond ul li {
    color:#ffffff;
    font-weight:bold;
    list-style:none;
    text-decoration:none;
}
div.header nav#menu-bra-beyond ul li.nome {
    float:right;
    font-size:13px;
    margin:3px 20px 0 0;
    text-align:right;
}
div.header nav#menu-bra-beyond ul li.tit {
    float:left;
    font-size:12px;
    margin:3px 0 0 20px;
    text-align:left;
}
div.header nav#menu-bra-beyond ul li a.imgSair {
    background: transparent url('../img/btnsair.png') no-repeat center center;
    float:right;
    margin-right:20px;
    height: 24px;
    width: 77px;
}