/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/



.principal {
    padding: 80px 200px;
    text-align: center;
}

.registro {
    padding: 0 100px;
}

.btn-tabela{
    text-align: right;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.center{
    margin-left: 20%;
}
/*-------------imgs quartos---------------------*/

.img-quarto-principal{
    width: 25%;
    height: 25%;
}
.img-quarto-lista{
    width: 70%;
    padding-left: 350px;

}
/*-------------imgs corte---------------------*/
.corte-imagem{
    padding-left: 0px;
}

/*-------------admin---------------------*/
.logoAdmin{
    width: 80%;
    padding-left: 15%;
    padding-top: 5%
}

/*-------------Paginação---------------------*/
ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

/*-------------album edição--------------------*/
.btn-tipos-album{
    margin-left: 25%;
    width: 50%;
}
.conteiner-editar-album{
    width: 80%;
    position: absolute;
    margin-bottom: 30px;
}
.box-editar-album{
    display: inline-block;
    width: 300px;
    height: 140px;
    margin: 10px;
}

.img-album{
    display: inline-block;
    width: 70%;
    margin: 10px;;
    float: left;
}
.icon-album-1{
    display: inline-block;
    width: 10%;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.mapa{
    width: 100%;
}