/*********************
 *
 *      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: 1.6;
    font-size: 11px;
}
#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 {
    margin-top: -6px;
    float: left;
}
#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%;
    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;
    background: rgb(252, 252, 252);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(224, 224, 224, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
    /* Opera11.10+ */
    
    background: linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
    /* W3C */
}
.btn:active, .btn:visited:active, .button:active, .button:visited:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), inset 0 -10px 20px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), inset 0 -10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), inset 0 -10px 20px rgba(0, 0, 0, 0.07);
}
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;
}
.btn:hover, .button:hover {
    border: 1px solid #bbb;
    background: rgb(252, 252, 252);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* Opera11.10+ */
    
    background: linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* W3C */
}
/*---------------------------------
 Botão Primário
 -----------------------------------*/

button.primary, .btn.primary, .button.primary, input[type=submit].primary, input[type=reset].primary, input[type=button].primary {
    background: #dd2832;
    text-shadow: none;
    color: #fff;
    border: none;
    font-weight: 400;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.3);
}
button.primary:hover, .btn.primary:hover, .button.primary:hover {
    opacity: 0.8;
}
button.green, .btn.green, .button.green, a.green {
    background: #1aa867;
    color: #FFF;
    text-shadow: none;
    border: none;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.3);
}
button.green:hover, .btn.green:hover, .button.green:hover, a.green:hover {
    background: #18965c;
}
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;
}
