@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,600&display=swap');

html,
body {
	background-color: #145072;
}

#formAssociacao {
	font-family: 'Montserrat', sans-serif;
}

.readmissao {
	display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
}

.page-header h3,
.form-group label,
.list li,
.help-block {
	color: #fff;
}

.page-header h1,
.titulo-ass-dep-agreg h3,
.titulo-ass-dep-agreg h4{
	color: #00acc6;
	font-weight: bolder;
}

.page-header {
	border-bottom: none;
}

.error {
	border-color: #d27f61;
	color: #d27f61 !important;
	display: inline !important;
	font-size: 90% !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url('../images/loading2.gif') no-repeat center center;
  z-index: 10000;
}


.def-checkbox {
	width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -8px;
    overflow: hidden;
}

.concluir-checkbox {
	color: #fff;
    font-weight: 700;
    vertical-align: top;
    display: flex;
    border: 1.5px solid #00acc6;
    border-radius: 31px;
    padding: 6px 0px 6px 20px;
    font-size: 13px;
}

.endereco-titular-checkbox {
	color: #fff;
    font-weight: 700;
    vertical-align: top;
    display: flex;
    border: 1.5px solid #00acc6;
    border-radius: 31px;
    padding: 6px 0px 6px 20px;
    font-size: 13px;
}

.forma-radio {
	display: inline-block;
    max-width: 100%;
    margin-top: 10px !important;
    margin-bottom: 5px;
    font-weight: 700;
}

.nome-anexo {
    color: #fff;
}

.link-associacao p, a {
	font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.link-externo{
	cursor: pointer;
	color: #f7d16f;
}

.texto-justificado{
	text-align: justify;
}

a:hover {
  color: #fff;
}

.page-header-margin {
	margin: 25px 0 0px !important;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-l-15 {
	margin-left: 15px !important;
}

.m-b-20 {
	margin-bottom: 20px;
}

.f-s-15 {
	font-size: 15px !important;
}

.width-50 {
	width: 50%;
}

.overflow-visible {
	white-space: nowrap;
    overflow: visible;
}

.overflow-visible-docs {
    overflow: visible;
}

.label-anexo {
	text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
    white-space: nowrap
}

.containerLogin {
	width:300px; 
	margin: auto; 
	margin-top:60px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #E8E8E8;
	border-radius: 6px;

	/**FIREFOX E IE**/
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
}

.containerLoginControls{
	padding: 10px;
	margin: 5px;
}

.containerLoginControls h1{
	margin-left: 5px;
}

.containerLoginControls label{
	margin-left: 5px;
}

.containerLoginControls input{
	margin:5px;
	width:90%;
}

.containerLoginControls button{
	margin:5px;
	width:90%;		
}

.btn-addcalc {
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	background-color: #ffffff;
}
.btn-addcalc:hover,
.btn-addcalc:active,
.btn-addcalc:focus { color: #52B6F0; }
.btn-addcalc:hover,
.btn-addcalc:focus  { background-color: #e3af32; }


.btn-padrao {
	font-size: 14px;
	font-family: 'open_sansregular';
	color: #fff;
	padding: 15px;
   	margin: 20px 0 10px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

@media (min-width:768px){
  .btn-padrao { font-size: 18px; }
}

.btn-padrao .fa {
    margin-right: 5px;
    margin-left: 5px;
}

#addDependenteTable {
	width: 98%;
	margin-left: 10px;
}

#formLogout {
	position: absolute;
  	bottom: 0;
}

.table-curved {
    border-collapse: separate;
    width: 98%; 
    margin-top: 25px; 
    margin-left: 10px;
}
.table-curved {
    border: solid #00acc6 2px;
    border-radius: 5px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #00acc6 !important;
    border-top: 1px solid #00acc6 !important;
}
.table-curved th {
    border-top: none !important;
    border-bottom: none !important;
}
.table-curved tr th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
}
.table-curved th:first-child {
    border-radius: 0px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 0px 0 0;
}
.table-curved th:only-child{
    border-radius: 0px 0px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 0px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 0px 0;
}

.sem-ocupacao-checkbox, .sem-tipo-documento-checkbox {
	color: #fff;
    margin: 10px 0;
}

.check-sem-ocupacao, .check-sem-tipo-documento {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.span-sem-ocupacao, .span-sem-tipo-documento{
	vertical-align: text-bottom;
}

.submenuEmCaixa {
	color: #fff;
	position: absolute;
	margin: -6px 10px;
	background-color: #145072;
	padding: 0 10px;
}

.topCaixaSubmenu {
    border: 1px #fff solid;
    border-bottom: none;
    padding: 30px 10px 10px 10px;
    border-radius: 10px 10px 0 0;
}

.footerCaixaSubmenu {
    border: 1px #fff solid;
    border-top: none;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}