﻿.centered {
    margin: 0 auto;
    float: none !important;
    display: table;
}

#footer {
    z-index: 999;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
    /*background:#ee5;*/
}

.button {
    background-color: ghostwhite;
    border: solid;
    border-color: #236B8E;
    color: black;
    padding: 5px 10px;
    cursor: pointer;
    background-image: url('Imagens/analises_icon.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-position-x: 110px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-text-decoration: solid;
    -moz-text-decoration: solid;
    -ms-text-decoration: solid;
    -o-text-decoration: solid;
    text-decoration: solid;
    display: inline-block;
    font-size: 16px;
    width: 160px;
}

.dropbtn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #F8F8FF;
    background-image: url('Imagens/repair-3-512.ico');
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    z-index: 999;
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: steelblue;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-family: 'Bree Serif', 'serif';
    }

        .dropdown-content a:hover {
            background-color: #D3D3D3
        }

.dropdown:active .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #A9A9A9;
}

/*TextBox - EdtiorDashboard.aspx*/

/*.txtbox {
    display: block;
    float: left;
}*/

/*#footer {
    width:100%;
    height:80px;
    position:absolute;
    bottom:0;
    left:0;
    background:#ee5;
}

.dropbtn {
    background-color: #4682B4;
    color: white;
    padding: 10px;
    font-size: 10px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    z-index: 999;
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #A9A9A9}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #A9A9A9;
}*/

#ContentPlaceHolder1_ASPxSplitter1_1_S .dxsplS {
    width: 20px !important;
    /*background-image: url('Imagens/hamburger_azul.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;*/
}
