/**********************************************/
/***                  GERAL                 ***/
/**********************************************/
html, body {
    height: 100%;
}
body{
    font-family: "Roboto", "Arial", "sans-serif";
    margin: 0;
    padding: 0;
    background-color: #ADD8E6;
    font-size: 11px;
}
body.reserva{
    font-family: 'Nunito', 'Roboto', sans-serif;
}
body > #container{
    min-height: 100%;
    margin: 0 auto -60px;
    padding-bottom: 60px;
}
body > #container.bg {
    min-height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    height: 100%;
    background-size: cover;
    text-align: center;
}
.mt-30{
    margin-top: 30px;
}
.error, .cake-sql-log td{
    word-wrap: break-word;
}
.internal-title{
    color: #1976D2;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
}
.internal-subtitle{
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.clear-block{
    clear: both;
    margin-top: 20px;
}
.clear-block .ajax-btn{
    margin-left: 0;
}

.feedback-ws{
    background-repeat: no-repeat;
    background-size: 25px;
    height: 32px;
    line-height: 28px;
    padding-left: 30px;
    margin-left: 10px;
    display: inline-block;
    font-size: 12px;
}
.feedback-ws img{
    width: 28px;
}
.feedback-positive{
    color: #4CAF50;
    background-image: url('http://www.respondaonline.com.br/img/check.png');
}
.feedback-loading{
    color: #9E9E9E;
    background-image: url('http://www.respondaonline.com.br/img/cog.png');
}
.feedback-tfoot{
    display: table;
    background-size: 30px;
    font-size: 16px;
    line-height: 32px;
    color: black;
}
.feedback-tfoot > span{
    margin-left: 35px;
}
.ajax-btn, .ajax-link{
    cursor: pointer;
    font-size: 12px;
}
.ajax-btn{
    background-color: #1976D2;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-left: 20px;
    display: inline-block;
}
.ajax-btn-danger{
    background-color: #F44336;
}
.ajax-link{

}
table{
	color: #000;
    border-collapse: collapse;
}
table tr td, table tr th{
    padding: 5px;
    border:1px solid #AAA;
}
.td-nome{
    min-width: 150px;
}
.td-mesas{
    min-width: 150px;
    max-width: 150px;
}
table tfoot{
    font-size: 14px;
}
#content.container{
    background-color: #FFF;
    border-radius: 4px;
    border-top: 3px solid #3c8dbc;
    border-radius: 3px;
    padding-bottom: 20px;
    margin-top: 120px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.circliful span{
    position: absolute;
    width: 150px;
    text-align: center;
}


.footer{
    height: 50px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    clear:both;
    color: white;
    background-color: #3C8DBC;
    font-size: 14px;
    display: table;
    vertical-align: middle;
}
.footer a{
    color: white;
    text-decoration: underline;
}
.push{
    height: 20px;
}
.bs-validator-error{
    display: none;
    max-width: 400px;
}

#container-evento-header{
    margin-left: 15px;
}

.large-checkbox > input[type="checkbox"]{
    width: 15px;
    height: 15px;
}

.large-checkbox {
    font-size: 12px;
    line-height: 25px;
}

label {
    line-height: 15px!important;
}

input[type="checkbox"] {
    margin: 0;
}

.item-menu {
    font-size: 14px;
}

/**********************************************/
/***                  LOGIN                 ***/
/**********************************************/
#container-login {
    display: table;
    position: absolute;
    height: 99%;
    width: 99%;
    text-align: center;
}
#container-login .product-title{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
#container-login label{
    margin-right: 15px;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border-radius: 12px;
    border: solid 1px #FFF;
    background-color: #FFF;
}


/**********************************************/
/***                  PAINEL                ***/
/**********************************************/
#container-painel-header{
    width: 100%;
    min-height: 60px;
    display: table;
    vertical-align: middle;
    background-color: #3C8DBC;
    box-shadow: 0 6px 2px -2px #DDD;
    z-index: 20000;
}
#container-painel-header .dropdown{
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}
#container-painel-header .dropdown:hover{
    background-color: #2d78a3;
}
#container-painel-header > div:nth-child(2){
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
#container-painel-header > div:nth-child(3){
    text-align: right;
}
#container-painel-header > div{
    min-height: 60px;
    display: table-cell;
    vertical-align: middle;
    line-height: 60px;
    color: white;
}
#container-painel-header .dropdown-toggle{
    color: white;
    text-decoration: none;
    display: block;
}
#container-painel-header .dropdown-menu{
    color: black;
    padding: 5px;
    line-height: 40px!important;
}
#container-painel-header .dropdown-menu span{
    color: #3C8DBC;
}
#container-painel-header .dropdown-menu a {
    padding: 1px;
    display: inline-block;
}
.img-profile{
    margin-right: 10px;
}

#container-importacao, #container-exportacao{
    margin-bottom: 20px;
}

#container-importacao .alert{
    margin-top: 20px;
}

.txt-modal{
    width: 100%;
}

.mg-top{
    top: 60px!important;
}

.navbar-nav > li > a:active {
    color: #1976D2!important;
}

.display-none {
    display: none;
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.btn-print {
    background-color: #CCC;
    margin-left: 1rem;
}

#btn-escolher-mesa-aleatoria {
    margin: 20px 0;
}

.container-escolha-mesas-aleatorias, 
.container-apagar-reservas {
    margin: 20px 0;
}

#input-senha-alterar-mapa,
#input-senha-apagar-reservas,
#input-senha-escolha,
#input-senha-zerar-configs {
    margin-bottom: 10px;
}


.mb-4 {
    margin-bottom: 1.5rem;
}

.logo-login {
    margin-bottom: 2rem;
}

hr {
    width: 100%;
}

.container-senhas {
    width: 100%;
}

.margin-auto {
    margin: 0 auto;
}

.my-4 {
    margin: 1rem 0;
}