﻿:root {
    /*default theme*/
    --black: #000000;
    --white: #ffffff;
    --background-color: #fcfcfe;
    --card-background-color: #fff;
    --card-border-color: #ddd;
    --form-background-color: #fafafa;
    --form-color: #555;
    --form-disabled-background-color: #eee;
    --form-disabled-color: #888;
    --form-border-color: #ccc;
    --primary-color: #555555;
    --bg-color-primary: #fcfcfe;
    --gray: #aaa;
    --light-gray: #eee;
    --theme-primary: #337ab7;
    --theme-primary-hover: #448bc8;
    --theme-primary-active: #204d74;
    --theme-light: #DCECF9;
    --theme-light-hover: #f5f5f5;
    --theme-light-active: #eee;
    --table-striped: #f9f9f9;
    --modal-overlay-background-color: rgba(0,0,0, 0.5);
    /*default density*/
    --default-font-size: 14px;
    --default-icon-size: 24px;
    --list-group-item-padding: 10px 15px;
    --dataTbl-padding: 10px;
    --dataTbl-scrollY: calc(100vh - 235px);
    --td-padding: 12px;
    --jstree-height: 40px;
    --jstree-arrow-y-position: 0px;
    --border-radius: 4px;
    --form-control-height: 34px;
    --form-control-padding: 6px 12px;
    --form-control-padding-focus: 5px 11px;
    color-scheme: light;
}
html.sticky-header-enabled:not(.sticky-header-active) #logo-img {top:10px !important;}
.card {border-radius:10px;}

.smsg {
	position:fixed;
	white-space:nowrap;
	display:none;
	width:auto;
	top:0px;
	background:#fff;
	padding:10px 20px;
    margin-top:15px;
	font-size:16px;
	color:#888;
	/*border-radius:100px;*/
    z-index:9999;
}
.smsg.error {
    color:white;
    background:#dc3545;
}
.smsg.info {
    color:white;
    background:#167425;
}
.form-row {
    margin-right: -10px;
    margin-left: -10px;
}.hidden {display:none;}

.recurso {
    scroll-margin-top: 150px;
}

.recurso {
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    background: white;
    padding: 10px;
    cursor: pointer;
}

    .recurso:hover {
        background: var(--theme-light-hover);
    }

.file {
    border-radius: var(--border-radius);
    padding: 6px 12px;
    display: inline-block;
    color: var(--gray);
    background: var(--theme-light-hover);
    font-weight: 500;
    font-size: 12px;
}

.recurso img {
    float: left;
    width: 42px;
    margin-right: 10px;
    filter: opacity(0.8);
    margin-bottom: 60px;
}
button {position:relative;}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.loading {
  margin: auto;  
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(51, 122, 183, 0.2);
  border-top-color: var(--theme-primary);
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
.loading.white {
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: var(--white);
}
.loading.inline { width:16px;height:16px;margin:0px;top:auto;left:auto;right:auto;bottom:auto;margin-top:4px;margin-left:5px; }
.loading.inlinebtn { width:16px;height:16px;margin:0px;top:6px;left:4px;right:auto;bottom:auto;margin-top:2px;margin-left:5px;border: 0.25rem solid rgba(255,255,255, 0.2);border-top-color: #fff; }
.loading.inlinebtn.blue{border-top-color:var(--theme-primary);}
.loading.inlinebtn::after { content:'';width:20px; }
.libtn {padding-left: 32px !important;}
.loader { display: inline-block; width: 1px; height: 1px; }
.loader.list-button { margin-right:21px; padding-bottom: 22px; vertical-align: middle; }
.loader.list-button .loading {
    width: 20px;
    height: 20px;
    margin: 0px;
    top: 10px;
    left: 8px;
    right: auto;
    bottom: auto;
    margin-top: 2px;
    margin-left: 5px;
    border: 0.25rem solid rgba(200,200,200, 0.2);
    border-top-color: #bfbfbf;}
 /*MOBILE MENU*/
#mobilemenu {display:none;margin-bottom:0px;}
#mobilemenu .menu {position: absolute;
    margin-right: 10px;
    margin-top: 10px;right: 0px; top: 0px; z-index: 100; width: 50px; height: 50px; background: #FFF; border-radius: 50% 50% 50% 50%; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF; cursor: pointer;}
#mobilemenu .hamburger {    position: absolute;    top: 25px;    left: 15px;    width: 20px;    height: 1px;  background: #000;  display: block;  -webkit-transform-origin: center;          transform-origin: center;  -webkit-transition: .5s ease-in-out;  transition: .5s ease-in-out;}
#mobilemenu .hamburger:after, label .hamburger:before {  -webkit-transition: .5s ease-in-out;  transition: .5s ease-in-out;  content: "";  position: absolute;  display: block;  width: 100%;  height: 100%;  background: #000;}
#mobilemenu .hamburger:before { top: -6px; }
#mobilemenu .hamburger:after { bottom: -6px; }
#mobilemenu input { display: none; }
#mobilemenu input:checked + .menu {  box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;  border-radius: 0;}
#mobilemenu input:checked + .menu .hamburger {  -webkit-transform: rotate(45deg);          transform: rotate(45deg);}
#mobilemenu input:checked + .menu .hamburger:after {  -webkit-transform: rotate(90deg);          transform: rotate(90deg);  bottom: 0;}
#mobilemenu input:checked + .menu .hamburger:before {  -webkit-transform: rotate(90deg);          transform: rotate(90deg);  top: 0;}
#mobilemenu input:checked + .menu + ul {  visibility:visible;  opacity:1;}
#mobilemenu ul {  z-index: 200;  position: absolute;  top: 250px;  left: 50%;  visibility:hidden;  opacity:0;  -webkit-transform: translate(-50%, -50%);          transform: translate(-50%, -50%);  -webkit-transition: .25s 0s ease-in-out;  transition: .25s 0s ease-in-out;  list-style:none;    text-align: center;    margin: 0;    padding: 0;    font-size: 24px;    font-weight: 300;    letter-spacing: -1px;}
#mobilemenu a {  margin-bottom: 0.5em;  display: block;  text-decoration: none;    color: #0663a9;
    white-space: nowrap;}
.mobile-langs {font-size:24px;}
.mobile-langs a {display:inline-block !important;border-bottom:1px dotted #aaa !important;text-decoration:none !important;}

/* TOOLTIPS */
.tooltip:not(.show) {opacity:0 !important;}
.tooltip {border:inherit !important;  width:auto !important; font-size:12px;}
.tooltip.bs-tooltip-top .arrow::before { border-top-color:#25315c; }
.tooltip.bs-tooltip-left .arrow::before { border-left-color:#25315c; }
.tooltip.bs-tooltip-right .arrow::before { border-right-color:#25315c; }
.tooltip.bs-tooltip-bottom .arrow::before { border-bottom-color:#25315c; }
.tooltip-inner { background-color:#25315c;}
/* END TOOLTIPS */

/* custom checkbox */
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #25315c;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #25315c;
    background-color: #25315c;
}
/* end custom checkbox*/

/*progress steps*/
.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}

.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

.multisteps-form__progress-btn.js-active {
  color: #007bff;
}

.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-dropdown-center.header-nav-main-dropdown-center-bottom nav > ul > li.dropdown:hover > .dropdown-menu {
        border-radius:10px !important;
    }
    #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        border-radius:10px !important;
        margin-left:-20px !important;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    .container { max-width: 90%; }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
    .ie-main-hero {
        height: 500px;
    }
}
@media only screen and (max-width : 480px) {
    h1,h2 {font-size:2rem !important;}
    nav.collapse {display:none;}
    #mobilemenu {
        display: block;
    }
    .header-logo {width:180px !important;}
    html.sticky-header-enabled:not(.sticky-header-active) #logo-img {width:180px !important;top:0px !important;}
    #login-button {margin-right:50px !important;}

    .oval-divider--top {
        background-size: 300% 60px;
        top: 0px;
        height: 60px;
        z-index: 1;
        transform: rotate(180deg);
        background-position: 400px;
    }
    .oval-divider--bottom {
        background-size: 300% 50px;
        bottom: -50px;
        height: 100px;
        z-index: 1;
    }
    #viewer {
        box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
        top: 120px;
        left: 0px;
        position: absolute;
        width: 90%;
    }
}
@media (min-width:481px) and (max-width: 991px) {
    header {height:230px !important;}
}
@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
      }
    #mainNav,.barra_boot_portal_azores_gov_pt {
        display: none !important;
    }
    header {height:120px !important;}
}
@supports (-webkit-touch-callout: none) {	
    .oval-divider--top {
        top: 0px;
        height: 60px;
    }
    .oval-divider--bottom {
        bottom: 0px;
        height: 40px;
    }
}
.breadcrumb {padding:0px !important;}