body {
    font-family: 'Open Sans', sans-serif !important;
}

.bg-eleitor{
	 background-color: #00a85a!important;
	
}

.bg-candidato{
	 background-color: #17a2b8!important;
}

.bg-comissao{
	 background-color: #3e3f95!important;
}

.bg-navbar {
    background-color: #17a2b8 !important;
}

.bg-navbar-avaliador {
    background-color: #17a2b8!important;
}

.bg-navbar-escola {
    background-color: #00a85a!important;
}

.brand-il-avalia{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    text-decoration: none;
    white-space: nowrap;
    color: #FFF;
    border-bottom-style: solid;
    border-bottom-color: #00a85a;
    background-color: white;
}

.brand-il-avalia-comissao{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    text-decoration: none;
    white-space: nowrap;
    color: #FFF;
    border-bottom-style: solid;
    border-bottom-color: #00a85a;
    background-color: white;
}

#loading {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }
 #loading.show {
        opacity: 1;
        visibility: visible;
    }
	
	.modal-fullscreen-custom .modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-custom .modal-content {
    height: 100%;
    border-radius: 0;
  }
  .modal-fullscreen-custom .modal-body {
    padding: 0;
    overflow: hidden;
  }
  .modal-fullscreen-custom iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  .btn-multiline {
        white-space: normal !important;
        word-wrap: break-word;
    }
