/*********************
 *
 *      GLOBAL
 *
 **********************/

::selection {
    background: #02b4d2;
    color: #fff;
}
::-moz-selection {
    background: #02b4d2;
    color: #fff;
}
::-webkit-selection {
    background: #02b4d2;
    color: #fff;
}
::-o-selection {
    background: #02b4d2;
    color: #fff;
}
::-ms-selection {
    background: #02b4d2;
    color: #fff;
}
/*Bottom Bar BIS*/

#blocoBis {
    clear: both;
    color: #999;
    font-family: verdana, sans-serif;
    display: flex;
    font-size: 11px;
    margin: 0 auto !important;
    padding: 0;
    text-align: center;
    background: #fff;
}
.boxBis li {
    margin: 0 5px;
    float: left;
    line-height: 26px;
    font-size: 11px;
    /* vertical-align: middle; */
}
#blocoBis a {
    padding: 0;
    display: inline-table;
    font-size: 11px;
    text-shadow: none;
    color: #999;
    margin: 0 auto;
    float: none;
}
#blocoBis a:hover {
    text-decoration: underline;
}
#blocoBis img {
    /* float: left; */
    /* margin-top: 0px; */
    /* vertical-align: initial; */
}
#blocoBis #b2b {
    clear: none;
    padding: 0;
}
#blocoBis #b2b a {
    padding: 0px 0 0;
}
.boxBis {
    display: inline-block;
    margin: 0 0 5px;
}
/*********************
 *
 *  SELOS
 *
 **********************/

.seloList {
    margin: 0 auto 15px;
    clear: both;
    display: table;
    vertical-align: middle;
}
.seloList li {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0;
}
.seloList li:last-child {
    margin-right: 0;
}
/*---------------------------------
 BUTTONS
 -----------------------------------*/

.btn, .btn:visited, .button, .button:visited, input[type="submit"], input[type="reset"] {
    position: relative;
    top: 0;
    vertical-align: middle;
    margin: 0;
    padding: 10px 15px;
    line-height: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    overflow: visible;
    font-weight: normal;
    font-size: 14px;/*Pixels for consistancy*/
    /* text-shadow: 0 1px 0 #fff; */
    color: #666;
    text-decoration: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;*
    display: inline;/*IE ONLY*/zoom:1;
    border: 1px solid #ccc;
    
}
button[disabled], .disabled:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
    *padding: 7px 15px;
}
button.small, .btn.small, .button.small {
    font-size: 0.8em;
    padding: 8px 10px;
}
button.large, .btn.large, .button.large {
    font-size: 1.3em;
    padding: 10px 20px;
}
button.disabled, .btn.disabled, .button.disabled {
    color: #ccc;
    cursor: default;
    background: #efefef;
}
button.disabled:hover, .btn.disabled:hover, .button.disabled:hover {
    border: 1px solid #ccc;
    background: #efefef;
}

/*---------------------------------
 BotÃƒÂ£o PrimÃƒÂ¡rio
 -----------------------------------*/

button.primary, .btn.primary, .button.primary, input[type=submit].primary, input[type=reset].primary, input[type=button].primary {
    background: #FFFFFF;
    /* text-shadow: 0 -1px 0px #333; */
    color: #000;
    border: solid 1px #000000;
    font-weight: 400;
}
button.primary:hover, .btn.primary:hover, .button.primary:hover {
    /* opacity: 0.8; */
    background-color: #000;
    color: #fff;
}
button.link {
    border: none;
    background: transparent;
    font-size: 12px;
    padding: 0 10px;
    color: #666;
    text-decoration: underline;
}
button.link:hover {
    border: none;
    background: transparent;
    text-decoration: underline;
}
