/************
concurso
************/
.concurso {position: relative; width: 965px; margin-bottom: 15px;}
.concurso .content {background: #F8F8F8;}
.concurso .content .ul {width: 965px; list-style: none; padding: 0;}
.concurso .content .li {padding: 5px; margin-bottom: 15px;  padding: 15px; border: 1px dotted #d1d1d1;}
.concurso .content .li .tipo {color: #006393; font-weight: bold;}
.concurso .content .li span {height: 50px;}
.concurso .content .li a {text-decoration: none; color: #fff;}
.concurso .content .li a:hover {background: #E6E6E6;}
.concurso .content .li .pauta_ver {background: #DAA520; padding: 5px; margin-right: 5px;}
.concurso .content .li .inscricao {background: #06F; padding: 5px; margin-right: 5px;}
.concurso .content .li .edital_ver {padding: 5px; color: #08088A;}
.concurso .lendoartigos{left: 44%;}

.concurso-exibe {position: relative; margin-bottom: 15px; width: 995px;}
.concurso-exibe .content .ul {list-style: none;}


/************
MODAL CONCURSO
************/
.concurso .modal .fechar {z-index: 99; position: absolute; top: 2%; right: 3%; width: 70px; background: #ccc; color: #fff; cursor: pointer; padding: 5px 5px;}
.concurso .modal .fechar:hover {background: #007DF9; color: #fff;}
.pauta-ata {position: relative; width: 95%; height: auto; top: 1%; left: 2.5%; background: #fff;}

/************
FORMULÁRIO DE INSCRIÇÃO
************/
.form-ins {position: relative; float: left; width: 880px; padding: 10px 10px; background: #f3f3f3; margin-bottom: 10px; border-top: 1px dotted #d1d1d1; border-bottom: 1px dotted #d1d1d1;}
.form-ins .button {background: #007DF9; color: #fff; padding: 10px 10px; border: none; font-size: 1.2em; cursor: pointer; font-family: 'Century Gothic', CenturyGothic, AppleGothic, "Trebuchet MS", Arial, Helvetica, sans-serif;}
.form-ins .button:hover {background: #ccc; color: #fff;}
.form-ins label {display: block;}
.form-ins .form-l, .form-ins .form-r {position: relative; float:left; width: 50%;}

.form-ins .campo {width: 90%; border: 1px solid rgba(0, 0, 0, 0.1); padding: 7px; margin-bottom: 15px; font-family: 'Century Gothic', CenturyGothic, AppleGothic, "Trebuchet MS", Arial, Helvetica, sans-serif;}
.form-ins .campo:focus {border: 1px solid cornflowerblue; background-color: rgba(255, 255, 255, 1); }