/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('${request.getContextPath()}/static/assets/crimol/fonts/poppins/poppins-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('/static/assets/crimol/fonts/poppins/poppins-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/assets/crimol/fonts/poppins/poppins-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/assets/crimol/fonts/poppins/poppins-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/static/assets/crimol/fonts/poppins/poppins-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/assets/crimol/fonts/poppins/poppins-v5-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}


a {
  color: #0D7897; }

a:hover {
  color: #0072b0; }

body {
  font-family: "Poppins", sans-serif; }

.blue-1 {
  color: #0072b0; }

.blue-2 {
  color: #0D7897; }

.blue-3 {
  color: #00a8cc; }

nav.navbar {
  height: auto;
  min-height: 40px;
  background-color: #0D7897;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999999; }

.as_logo {
  height: auto-3px;
  margin-right: 30px; }

.as_main_logo {
  width: 100%;
  max-width: 286px; }

#mainLogo {
  margin-bottom: 20px;
  height: 100px;
  padding-top: 6px;
  padding-bottom: 10px;
  background: white;
  z-index: 9999999 !important;
  border-bottom: 2px solid #f2f2f2;
  border-top: 7px solid #0D7897; }

#highlightImageDiv {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden; }
  #highlightImageDiv .overlay-black {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); }

#highlightImageDiv img {
  display: block;
  width: 100%;
  z-index: 0; }

#zones {
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 100%; }

#zones, .zonesResponsive {
  text-transform: uppercase;
  z-index: 999; }
  #zones h1, .zonesResponsive h1 {
    font-size: 30px;
    display: inline;
    font-weight: bolder; }
  #zones h2, .zonesResponsive h2 {
    font-size: 20px;
    display: inline; }

#zones .list-group-item, .zonesResponsive .list-group-item {
  color: white;
  padding: 20px;
  background-color: #00a8cc;
  border: none; }

#zones .list-group-item:first-child, .zonesResponsive .list-group-item:first-child {
  background-color: #0D7897; }

#zones .list-group-item:last-child, .zonesResponsive .list-group-item:last-child {
  background-color: #0072b0; }

#zones .list-group-item:first-child, #zones .list-group-item:last-child,
.zonesResponsive .list-group-item:first-child, .zonesResponsive .list-group-item:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

footer {
  background: #565759;
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 10px solid #0D7897;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.6em;
  text-align: center; }

footer2 {
  background: #00a8cc;
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  color: #00a8cc; }

footer a, footer a:hover, footer2 a, footer2 a:hover {
  text-decoration: none; }

footer a {
  color: #fff; }

footer a:hover {
  color: #00a8cc; }

footer2 p {
  color: #fff; }

footer2 img {
  width: 50%; }

footer2 .logos .vcenter {
  padding: 0px; }

.dgaj-logo {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.68rem;
  line-height: 19px;
  line-height: 1.68rem; }

span.dgaj_extenso {
  font-size: 0.6em; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-top: 20px;
  margin-bottom: 15px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mb10 {
  margin-bottom: 10px; }

.mb40 {
  margin-bottom: 40px; }

.mr10 {
  margin-right: 10px; }

.mr14 {
  margin-right: 14px; }

.pb40 {
  padding-bottom: 40px; }

#formContact .form-control, #formPedido .form-control, #formConsultar .form-control, #formNIC .form-control, #formBirth .form-control {
  border: none;
  border-bottom: 1px solid #9d9d9d;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

#formPedido label {
  text-transform: uppercase; }

#formContact .form-control:focus, #formPedido .form-control:focus, #formConsultar .form-control:focus, #formNIC .form-control:focus, #formBirth .form-control:focus{
  border-bottom: 2px solid #0D7897; }

#formContact textarea.form-control {
  resize: none; }

#formContact button, #formPedido button, #formConsultar button, #formNIC button , #formBirth button {
  text-transform: uppercase; }

#formContact button.btn-primary, #formPedido button.btn-primary, #formConsultar button.btn-primary, #formNIC button.btn-primary, #formBirth button.btn-primary {
  background-color: #0D7897;
  border-radius: 0; }

#formContact .parentButton {
  padding-right: 0; }

#formContact .parentH4 {
  padding-left: 0;
  margin-bottom: 10px; }

#formContact .parentH4 h4 {
  text-transform: uppercase;
  font-weight: bolder;
  color: #0D7897; }

#formConsultar .control-label {
  text-transform: uppercase; }

.navbar-footer {
  color: white;
  padding-top: 15px;
  font-size: 0.8em; }

.navbar-footer a {
  color: white; }

.navbar-header {
  margin-top: 5px; }

.navbar-header a {
  color: white;
  font-size: 0.8em; }

.container-fluid._with-no-padding {
  padding: 0; }

#formPedido .row {
  margin: 15px 0 0 0; }

table.table.table-primary {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #eee;
  box-shadow: none;
  text-align: left;
  color: #9d9d9d;
  border-collapse: separate;
  border-spacing: 0; }
  table.table.table-primary thead th {
    padding: .92857143em .71428571em .92857143em .71428571em !important; }
  table.table.table-primary thead th, table.table.table-primary thead th a {
    cursor: auto;
    background: #0D7897;
    color: white;
    padding: 0;
    vertical-align: inherit;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid rgba(0, 114, 176, 0.6);
    border-left: none;
    text-transform: uppercase;
    line-height: normal; }
  table.table.table-primary tbody td {
    color: #646464;
    padding: .92857143em .71428571em .92857143em .71428571em !important;
    vertical-align: inherit; }
  table.table.table-primary th, table.table.table-primary td {
    -webkit-transition: background .1s ease,color .1s ease;
    transition: background .1s ease,color .1s ease; }
  table.table.table-primary tbody tr:nth-child(2n), table.table.table-primary tr:nth-child(2n) {
    background-color: rgba(13, 120, 151, 0.2); }
  table.table.table-primary > tbody > tr > td, table.table.table-primary > tbody > tr > th, table.table.table-primary > tfoot > tr > td, table.table.table-primary > tfoot > tr > th, table.table.table-primary > thead > tr > td, table.table.table-primary > thead > tr > th {
    border-top: 1px solid #eee; }

.typeahead.dropdown-menu {
  max-height: 200px;
  overflow: scroll; }

.has-typeahead:after {
  content: "-"; }

.authButtons {
  margin-top: 30px; }
  .authButtons .glyphicon {
    color: #c4ced4; }
  .authButtons a {
    color: #8a9daa;
    display: inline-block !important;
    font-size: 12px !important;
    cursor: pointer; }
  .authButtons a:hover {
    color: #0072b0 !important;
    text-decoration: none; }
    .authButtons a:hover .glyphicon {
      color: #0072b0 !important; }
  .authButtons select {
    text-transform: uppercase;
    background-color: transparent;
    width: 10.875rem;
    padding: 0.1125rem 0 0.125rem 1rem;
    margin: 0;
    font-size: 12px;
    color: #8a9daa;
    height: 23px;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    text-indent: .01px;
    font-weight: 400; }
  .authButtons select option {
    color: #8a9daa;
    border-bottom: 1px solid #ececec;
    font-size: inherit;
    display: block;
    padding: 4px 30px 0 30px; }
  .authButtons select:focus {
    box-shadow: none;
    outline: none; }
  .authButtons .icon-globe {
    display: inline-block;
    top: 4px;
    position: absolute;
    left: 3px;
    color: #c4ced4; }

.authButtons.withLanguge {
  margin-top: 29px; }

.display-inline {
  display: inline; }

ol.faqs > li {
  margin-bottom: 20px; }

ul.no-style {
  list-style-type: none; }

#accordion.faqs .panel-primary {
  border-color: #0D7897; }
  #accordion.faqs .panel-primary .panel-heading {
    background-color: #0D7897 !important; }
#accordion.faqs .panel-title a:hover, #accordion.faqs .panel-title a:focus {
  color: white !important;
  text-decoration: none; }
#accordion.faqs .panel-body {
  font-size: 13px;
  padding-top: 20px; }

.questionMark {
  cursor: help; }

#highlightImageText {
  z-index: 1;
  position: absolute;
  top: 50px;
  width: 700px;
  left: 7.42%; }
  #highlightImageText h1 {
    color: white;
    font-size: 50px;
    line-height: 95px;
    font-weight: bolder;
    display: inline; }
    #highlightImageText h1 span {
      background-color: #0D7897;
      padding-left: 20px;
      padding-right: 20px; }

.welcomeMessage h1 {
  color: white;
  font-size: 50px;
  line-height: 95px;
  font-weight: bolder;
  display: inline; }
  .welcomeMessage h1 span {
    background-color: #0D7897;
    padding-left: 20px;
    padding-right: 20px; }

.links_rapidos ul li, .links_rapidos_menu ul li {
  position: fixed;
  right: -500px;
  list-style: none;
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 11px 30px 6px 15px;
  font-size: 17px;
  margin-bottom: 5px;
  z-index: 9999999;
  font-weight: bolder; }

.links_rapidos_lang ul li {
  right: 0px;
}

.links_rapidos ul li:nth-child(1n), .links_rapidos_menu ul li:nth-child(1n) {
  background: #0D7897; }

.links_rapidos ul li:nth-child(2n), .links_rapidos_menu ul li:nth-child(2n) {
  background: #00a8cc; }

.links_rapidos ul li:nth-child(3n), .links_rapidos_menu ul li:nth-child(3n) {
  background: #0072b0 !important; }

.links_rapidos_lang ul li:nth-child(1n) {
  background: #00a8cc; }

.links_rapidos_lang ul li:nth-child(2n) {
  background: #00a8cc; }

.links_rapidos_lang ul li:nth-child(3n) {
  background: #00a8cc; }

.links_rapidos ul li .fa, .links_rapidos_menu ul li .fa {
  margin-right: 14px;
  font-size: 20px;
  color: white; }

.links_rapidos ul li a, .links_rapidos_menu ul li a {
  color: white; }

.links_rapidos ul li a:hover, .links_rapidos ul li a:focus, .links_rapidos_menu ul li a:hover, .links_rapidos_menu ul li a:focus {
  text-decoration: none; }

.links_rapidos ul li.disabled, .links_rapidos_menu ul li.disabled {
  display: none; }

.download-pdf {
  background-color: #0D7897; }

.tooltip {
  font-family: "Poppins", sans-serif; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #0D7897; }

.pagination > li > a, .pagination > li > span {
  color: #0D7897; }

.detalhe .title {
  color: #999;
  font-weight: bold;
  text-transform: uppercase; }

.detalhe .row {
  margin-bottom: 20px; }

.tt-menu {
  max-height: 145px;
  overflow-y: auto;
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

span.twitter-typeahead {
  width: 100%; }

.tt-suggestion {
  padding: 3px 20px; }

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0D7897; }

.loadinggif {
  background: url("/static/media/crimol/loader.gif") no-repeat right center; }

.item_link_rapido a {
  text-transform: uppercase; }

.item_link_rapido_menu {
  width: 100%; }

label.lradio {
  line-height: 23px; }

.text-uppercase {
  text-transform: uppercase; }

.btn-primary {
  background-color: #0D7897 !important;
  border-radius: 0 !important; }
  .btn-primary :focus, .btn-primary :hover {
    background-color: #00a8cc; }

.btn-primary.bars {
  padding: 5px 7px 3px 7px !important; }

.selectLanguage select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: ''; }
.selectLanguage select::-ms-expand {
  display: none; }

.responsive-change-language .selectLanguage {
  display: inline; }
  .responsive-change-language .selectLanguage select {
    display: inline;
    text-transform: uppercase;
    background-color: transparent;
    width: auto;
    padding: 3px 0 2px 0px;
    margin: 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    text-indent: .01px;
    color: white;
    -moz-appearance: none;
    -webkit-appearance: none; }

@media all and (max-width: 360px) {
  .radio-inline {
    margin-right: 10px; }

  .radio-inline + .radio-inline {
    margin-left: 0; }

  .mb10-xs {
    margin-bottom: 10px; } }
.responsive-container {
  background-position: center center;
  background-size: cover; }

.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear; }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }
#certsTable a.sort {
  color: white;
  text-decoration: none; }

#finalidade_container span.glyphicon, #detalhe_finalidade_container span.glyphicon {
  margin-right: -13px; }

.as-comment {
  font-size: 11px;
  color: #adadad; }

body > .tooltip.right {
  z-index: 9999999;
  padding: 0;
  margin-right: 50px;
  margin-top: 50px; }

body > .tooltip.right > .tooltip-inner {
  max-width: none !important;
  text-align: left;
  padding: 15px; }

body > .tooltip.right > .tooltip-inner ol {
  margin: 0;
  padding: 15px;
  padding-left: 25px; }

body > .tooltip.right > .tooltip-inner p {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

@media print {
  /* All your print styles go here */
  #mainLogo, footer, footer2, nav, .hide-print {
    display: none !important; } }
.progress-bar {
  background-color: #00a8cc; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: auto;
  z-index: 10000001;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 10000000;
  opacity: 0;
  background-color: #000;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.9) 100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

.md-modal .md-content {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #ffffff;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(150%) rotateX(90deg);
  -moz-transform: translateY(150%) rotateX(90deg);
  -ms-transform: translateY(150%) rotateX(90deg);
  transform: translateY(150%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.md-show.md-modal .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  opacity: 1; }

.md-modal .md-content h2 {
  font-size: 15px;
  background-color: #0D7897;
  color: #ffffff;
  padding: 30px 0px 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.md-modal .md-content h2 i {
  display: block;
  font-size: 45px;
  position: absolute;
  top: -35px;
  background-color: #446CB3;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  left: 50%;
  z-index: -1;
  width: 120px;
  height: 95px;
  line-height: 70px;
  margin-left: -60px;
  cursor: default; }

.md-modal .md-content .md-form {
  padding: 30px;
  font-size: 0; }

.md-modal .md-content input,
.md-modal .md-content textarea {
  margin-bottom: 10px;
  border: 1px solid #DDDDDD;
  font-size: 12px; }

.md-modal .md-content .submit {
  width: calc(50% - 5px);
  display: inline-block; }

.md-modal .md-content .submit.md-close span {
  font-size: 25px; }

.md-modal .md-content .submit.md-close::before,
.md-modal .md-content .submit.md-close::after {
  background: #e74c3c; }

.md-modal .md-content .submit.md-close {
  background: #E8643C; }

.md-modal .md-content .submit.md-close {
  margin-right: 5px; }

.md-modal .md-content .submit.md-send {
  margin-left: 5px; }

.f13px {
  font-size: 13px !important; }

.btn-default.cancelar {
  border-radius: 0;
  margin-right: 70px; }

.cc_banner-wrapper {
  z-index: 10000000 !important; }

.dropdown .btn.btn-default.dropdown-toggle {
  background: none;
  border: none;
  text-align: right;
  color: #8a9daa;
  margin-top: -4px; }

ul.dropdown-menu {
  text-align: center;
  font-size: 1em;
}
ul.dropdown-menu a {
   width: 100%;
}


.cc_btn.cc_btn_accept_all {
  background-color: #0D7897 !important;
  color: white !important;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 5px 15px 3px 15px !important;
  line-height: normal !important; }

.dgaj-logo-title {
  line-height: 1rem;
  margin-top: 2.50rem;
  font-size: 2.8rem; }

.dgaj-logo-texto {
  line-height: 1rem;
  text-align: left; }

@media all and (max-width: 1025px) {
  .dgaj-logo-title {
    line-height: 1rem;
    margin-top: 2.50rem;
    font-size: 2.5rem; } }
@media all and (max-width: 780px) {
  .dgaj-logo-title {
    font-size: 1.8rem !important; }

  .djag-logo {
    margin-top: 0; } }

/*# sourceMappingURL=main.css.map */
