*{
    padding: 0;
    margin: 0;
}

body{
    font-family: sans-serif;
    font-size: 12px;
}

a{
    outline: 0;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/*UPPER BLOCK*/

#upper-block{
    background: url("../img/bg-upper-block.png") repeat;
    color: #FFF;
    min-width: 1000px;
    width: 100%;
    border-bottom: 2px solid black;
}

#upper-block h1{
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    font-size: 30px;
}

#upper-block a{
    color: #FFF;
}

#upper-block > div{
    display: inline-block;
}

#upper-block .company-image{
    margin-left: 15px;
    padding: 5px 0;
}

#upper-block .information{
    float:right;
    min-width: 180px;
    text-align: right;
    margin-right: 15px;
    padding: 10px 0;
}

#upper-block .information > div{
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
    padding: 0 15px 0 20px;
}

#upper-block .information > div.link-home{
    background: url("../img/icons/home-icon.png") no-repeat 0 50%;
}

#upper-block .information > div.logged-info{
    background: url("../img/icons/user-icon.png") no-repeat 0 50%;
}

#upper-block .information > div.link-logout{
    background: url("../img/icons/logout-icon.png") no-repeat 0 50%;
}

/****/

#sec-all{
    height: 100%;
    min-height: 700px;
    min-width: 1000px;
    width: 100%;
    position: absolute;
    background: url("../img/all-bg-panel.png") repeat;
}

/*LEFT NAVIGATION*/

#sec-navigation{
    min-width: 150px;
    width: 15%;
    height: 100%;
    margin-top: 10px;
    position: absolute;
    left: 0;
    vertical-align: top;
}

#sec-navigation ul.box{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C7C5C5;
    border-right: 1px solid #C7C5C5;
    background: url("../img/menu-shadow.png") 100% 0 repeat-y #FFF;
}

#sec-navigation ul, #sec-navigation li{
    list-style: none;
}

#sec-navigation li.nav-title{
    font-size: 13px;
    color: #f5f3f3;
    font-weight: bold;
    padding: 7px 0 7px 10px;
    background: url("../img/bg-title-nav.png") 0% 50% no-repeat #012f44;
}

#sec-navigation li.nav-item{
    padding: 2px 0 2px 10px;
}

#sec-navigation .nav-item a{
    color: #03567C;
}

/****/

/*CONTENT*/

#sec-content{
    height: 100%;
    left: auto;
    min-width: 820px;
    width: 82%;
    position: absolute;
    right: 0;
    vertical-align: top;
    margin: 15px 0 0 0;
}

#sec-content h2.title-panel-page{
    font-size: 25px;
    margin-bottom: 15px;
}

#sec-content .box-content{
    border: 1px solid #CCC;
    width: 97%;
    background-color: #FDFDFD;
}

#sec-content .box-content .title{
    background-color: #e8e7e7;
    border-bottom: 1px solid #CCC;
    padding: 5px 0 5px 15px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

#sec-content .box-content .content{
    margin: 10px 15px;
}

#sec-content .content table{
    width: 100%;
}

#sec-content .content table > thead > tr{
    background: url('../img/bg-thead.jpg') repeat-x;
}

#sec-content .content table > thead > tr > td{
    color: #012F44;
    font-weight: bold;
    text-align: left;
    border: 1px solid #e8e7e7;
    padding: 4px 0 4px 3px;
}

#sec-content .content table tr.bgcolor-table-1{
    background-color: #ffffff;
}

#sec-content .content table tr.bgcolor-table-2{
    background-color: #f1f0f0;
}

#sec-content .content table td{
    padding: 2px 0;
}

#sec-content .content table > tfoot tr{
    background: url("../img/bg-thead.jpg") repeat-x;
}

#sec-content .content table > tfoot tr td:first-child{
    padding-left: 5px;
}

#sec-content .content table > tfoot td > a{
    color: #026896;
}

#sec-content .content table > tfoot .info-foot-list-table{
    display: inline-block;
    float: right;
    margin-right: 5px;
    font-weight: bold;
}

#sec-content .content table > tfoot td > a,
#sec-content .content table > tfoot td > span{
    display: inline-block;
    padding-right: 10px;
    font-size: 11px;
}

/****/

/*GLOBAL MESSAGE*/
/****/

.global-message-block div{
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #464645;
}

.global-message-block div img{
    position: relative;
    top:3px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.global-message-block div.global-message-success{
    border: 1px solid #1c8903;
    background-color: #e8fbe3;
}

.global-message-block div.global-message-error{
    border: 1px solid #cf0c2c;
    background-color: #f9e4e8;
}

.global-message-block div.global-message-alert{
    border: 1px solid #c7c506;
    background-color: #f9f9e1;
}

/****/

.lista-servicos{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid black;
}


/*DRAGABLE*/
/****************************/

.dragable-div div{
    cursor: pointer;
    background: #FFF;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.dragable-div div.integer{
    width: 100px;
    height: 100px;
    border:1px solid #CCC;
    text-align: center;
}

.dragable-div div.half{
    width: 100px;
    height: 50px;
    border:1px solid #CCC;
    text-align: center;
}

.dragable-div div.integer h6{
    padding-top: 30px;
}

.dragable-div div.half h6{
    padding-top: 10px;
}

.dragable-div div h6{
    font-size: 12px;
    text-align: center;
}









.dropable-div div{

}

.dropable-div div{
    width: 120px;
    height: 120px;
    border:1px solid #CCC;
    text-align: center;
    background: #FFF;
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px;
}

.dropable-div div h6{
    position: relative;
    top: -15px;
    font-size: 12px;
    text-align: center;
}

/****************************/

hr{
    margin: 10px 0;
}

/*PUBLICIDADE*/
/****************************/
.bloco-publicidade{
    display: inline-block;
    margin: 2px;
    border: 1px solid #CCCCCC;
}

.bloco-droppable-publicidade{
    border: 1px solid #CCC;
    display: inline-block;
    padding: 15px;
    margin: 10px;
}

.bloco-droppable-publicidade h6{
    font-size: 12px;
    font-style: italic;
    position: relative;
    top: -35px;
}
/****************************/

.desc-imagem-praia{
    display: block;
    padding: 15px 0;
}

.imagem-praia img{
    width: 150px;
    min-height: 150px;
    border: 1px solid #CCC;
}

.bloco-municipio-estabelecimento{
    text-align: center;
    border:1px solid #CCC;
    padding: 5px 0;
    margin: 2px;
    cursor: pointer;
}

.bloco-municipio-estabelecimento:hover{
    background: #f0eeee;
}

.active{
    background-color: #bdf6b0;
}

.bloco-publicidade.ui-draggable{
    position: relative;
}
.bloco-publicidade.ui-draggable:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.1);
}