﻿.title_table {
    padding: 20px 7px;
    background-color: #f5eb88;
    font-size: 16px;
    font-weight: bold;
    color: #444026;
}

.text_table {
    padding: 20px 7px;
    font-size: 16px;
    color: #727277;
    border-bottom-color: #727277;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.box-inscricao {
    border-radius: 3px;
    position: relative;
    padding: 20px 15px 20px 15px;
    margin: 20px 0px 0px 0px;
    text-align: center;
    background-color: #ffffff;
    font-size: 18px;
    color: #00607f;
    font-weight: bold;
    min-width: 210px;
}


.subtitle-home .fa{
    margin-right: 10px;
}

.block-line {
    border-top: 1px solid #73a8d4;
}

.modal-title{
    display: none;
}


.btn-primary2 {
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}


.btn2:hover{
    color:#FFF !important;
    text-decoration: none;
    background-color: #008786;
}

#area-associado-content{
    margin-top: 20px;
}

.subtitle-home {
    color: #008786;
    font-size: 20px;
}

.box-inscricao .box-title{
    margin: 0px 0px 29px 0px;
}

#boxLoginFormInterno {
    margin: 20px 0px 20px 0px;
}