@charset "UTF-8";
/*****************************************************/
/* FONTS *********************************************/
/*****************************************************/
@font-face {
  font-family: Open Sans;
  src: url(../fonts/open_sans/OpenSans-Regular.ttf);
  font-weight: 400;
  font-style: normal; }
/*****************************************************/
/* TAGS **********************************************/
/*****************************************************/
* {
  box-sizing: border-box; }

::selection {
  background: #0262AA;
  color: #FFFFFF; }

body {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.4; }

h1 {
  font-weight: 600;
  font-size: 24px; }
  h1.page {
    text-transform: uppercase;
    padding: 7.5px 15px 7.5px 15px;
    border-radius: 5px; }

a {
  text-decoration: none;
  color: #0F3E67;
  font-weight: 700; }
  a:hover {
    color: #3783C6; }

a[href=""] {
  display: none; }

p {
  text-align: justify;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-top: 10px; }

ul {
  display: block;
  list-style-type: square;
  margin-left: 40px; }
  ul.menu, ul#sidebar {
    list-style-type: none; }

li {
  display: list-item;
  text-align: -webkit-match-parent; }
  li:last-child {
    margin-bottom: 10px; }
  li mark {
    padding: 0px 3px; }

mark, span.mark, p.mark {
  background-color: #FFF3CD;
  border: 1px solid #ffc201;
  border-radius: 3px;
  font-weight: 700;
  padding: 0px 3px; }

blockquote {
  margin: 0 0 10px 5px; }

q, blockquote p {
  background-color: #d9edf7;
  border: 1px solid #5bb1dc;
  border-radius: 3px;
  font-weight: 400;
  padding: 3px 3px;
  display: inline;
  font-style: italic;
  quotes: "“" "”" "‘" "’"; }
  q:before, blockquote p:before {
    content: open-quote; }
  q:after, blockquote p:after {
    content: close-quote; }

redmark, span.redmark {
  background-color: #d93737;
  border: 1px solid #791717;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 3px 3px; }

span.alert, p.alert {
  border-radius: 3px;
  font-weight: 600;
  padding: 3px 3px;
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 5px; }
  span.alert::before, p.alert::before {
    font-family: FontAwesome;
    content: "\f06a";
    margin-right: 5px; }
  span.alert.success, p.alert.success {
    background-color: #DFF0D8;
    border: 1px solid #93cd7c;
    color: #3C763D; }
  span.alert.info, p.alert.info {
    background-color: #D9EDF7;
    border: 1px solid #70bbe1;
    color: #31708F; }
  span.alert.warning, p.alert.warning {
    background-color: #FCF8E3;
    border: 1px solid #f0db70;
    color: #8A6D3B; }
  span.alert.danger, p.alert.danger {
    background-color: #F2DEDE;
    border: 1px solid #ce8383;
    color: #A94442; }

red, span.red {
  color: red;
  font-weight: 600; }

video {
  display: block;
  margin: 0 auto; }

audio {
  display: block;
  padding: 20px; }

aside {
  float: right; }
  aside .country-selector.weglot-dropdown .wgcurrent span {
    border: 0px solid #e0e0e0;
    border-radius: 5px; }

hr {
  height: 3px;
  background: #DDD5D5; }

form {
  display: inline-block; }

textarea {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  width: 100%;
  height: 50px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  resize: none;
  font-weight: 700; }
  textarea:focus {
    background-color: #BFD8EA;
    outline: 0; }

input {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF; }
  input:focus {
    background-color: #BFD8EA;
    outline: 0; }

kbd {
  display: inline-block;
  background-color: #000000;
  border-radius: .2rem;
  padding: 0 5px;
  color: #FFFFFF;
  font-family: monospace, monospace;
  font-weight: 700; }

em {
  font-style: italic; }

select {
  padding: 5px 5px; }
  select:focus {
    outline: none; }

fieldset {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #888888;
  margin: 10px 0 10px 0;
  padding: 20px; }
  fieldset.bna4all {
    display: inline-block;
    width: auto; }
  fieldset legend {
    background-color: #BFD8EA;
    border: 1px solid #888888;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: 5px; }
  fieldset p {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  fieldset label {
    display: inline-block;
    margin: 0  10px 5px 0; }
  fieldset input {
    display: inline-block;
    padding: 5px 5px; }

/*****************************************************/
/* CORE IMG ******************************************/
/*****************************************************/
p.eft-manual {
  font-family: 'Luckiest Guy', cursive;
  font-size: 45px; }

img.main {
  max-width: 50%;
  display: block;
  padding: 10px;
  margin: 0 auto; }

img.logoside {
  position: absolute;
  z-index: 999; }

/*****************************************************/
/* TABBY *********************************************/
/*****************************************************/
div.responsive-tabs > .responsive-tabs ul.responsive-tabs__list {
  margin: 5px 0 0 12px; }

/*****************************************************/
/* STRUCTURE *****************************************/
/*****************************************************/
header {
  background: #0262AA;
  background-image: -webkit-linear-gradient(90deg, #FFFFFF 1%, #0262AA);
  background-image: -moz-linear-gradient(90deg, #FFFFFF 1%, #0262AA);
  background-image: -ms-linear-gradient(90deg, #FFFFFF 1%, #0262AA);
  background-image: -o-linear-gradient(90deg, #FFFFFF 1%, #0262AA);
  background-image: linear-gradient(90deg, #FFFFFF 1%, #0262AA);
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 0px;
  opacity: 0.95; }

section {
  display: flex;
  flex-wrap: nowrap;
  margin: 10px;
  height: 100%;
  max-height: 700px; }

nav.left {
  width: 20%;
  height: auto;
  padding: 5px;
  overflow: hidden; }
  nav.left div.menu-main-menu-container {
    border-radius: 5px; }
    nav.left div.menu-main-menu-container ul#menu-main-menu li {
      background: #0262AA;
      background-image: -webkit-linear-gradient(left, #0262AA, #3498DB);
      background-image: -moz-linear-gradient(left, #0262AA, #3498DB);
      background-image: -ms-linear-gradient(left, #0262AA, #3498DB);
      background-image: -o-linear-gradient(left, #0262AA, #3498DB);
      border: 1px solid #FFFFFF;
      display: block;
      padding: 0px; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li:first-child {
        border-radius: 5px 5px 0 0; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li:last-child {
        border-radius: 0 0 5px 5px;
        margin-bottom: 0; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li a p {
        margin: 0;
        margin-right: 5px;
        display: inline-block;
        width: 50px;
        float: right;
        text-align: center;
        position: absolute;
        top: 10%;
        right: 5%; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li.menu-item a p::after {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: white;
        font-size: 30px; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li#menu-item-581 a p::after {
        font-family: FontAwesome;
        content: '\f059'; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li#menu-item-420 a p::after {
        font-family: FontAwesome;
        content: '\f121'; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li#menu-item-434 a p::after {
        font-family: FontAwesome;
        content: '\f1fa'; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li#menu-item-2808 a p::after {
        font-family: FontAwesome;
        content: '\f0b2'; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li#menu-item-480 a p::after {
        font-family: FontAwesome;
        content: '\f249'; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li#menu-item-590 a p::after {
        font-family: FontAwesome;
        content: '\f0ce'; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li#menu-item-529 a p::after {
        font-family: FontAwesome;
        content: '\f15c'; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li#menu-item-3000 a p::after {
        font-family: FontAwesome;
        content: '\f0fa'; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li:hover {
        opacity: 0.75; }
      nav.left div.menu-main-menu-container ul#menu-main-menu li a {
        display: block;
        padding: 15px 15px;
        text-transform: uppercase;
        font-size: 20px;
        transition: background-color 0.5s ease-in-out;
        color: #FFFFFF;
        position: relative; }

.menu {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 0px 0px 0px 0px; }

.slider-div {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 0px solid #888888;
  padding: 5px;
  background-color: white;
  position: relative;
  margin-bottom: 5px; }

main {
  width: 80%;
  height: 600px;
  padding: 5px; }
  main .header i {
    text-shadow: 2px 2px 4px #888888; }
  main nav.search {
    display: inline-block;
    position: absolute;
    right: 130px;
    border-radius: 5px; }
    main nav.search .search-wrapper form {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      height: 38px;
      padding: 0; }
      main nav.search .search-wrapper form input[type=text]#searchinput {
        font-size: 16px;
        border: 1px solid #888888;
        outline: none;
        padding: 5px;
        height: 38px;
        border-radius: 10px 0 0 10px;
        min-width: 200px;
        max-width: 500px;
        transition: width 0.1s; }
        main nav.search .search-wrapper form input[type=text]#searchinput:focus {
          background-color: #BFD8EA; }
          main nav.search .search-wrapper form input[type=text]#searchinput:focus:active {
            background-color: #BFD8EA;
            width: auto; }
          main nav.search .search-wrapper form input[type=text]#searchinput:focus#s-placeholder {
            color: orangered; }
        main nav.search .search-wrapper form input[type=text]#searchinput.empty {
          font-family: FontAwesome;
          content: "\f002";
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit; }
      main nav.search .search-wrapper form input[type=submit] {
        display: inline-block;
        padding: 6px;
        height: 38px;
        width: 50px;
        margin-bottom: 0;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        border-radius: 5px;
        border-top: 0;
        border-bottom: 0;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        border-style: none;
        outline: none;
        background: #F08505;
        background-image: -webkit-linear-gradient(top, #EFA54E, #F08505);
        background-image: -moz-linear-gradient(top, #EFA54E, #F08505);
        background-image: -ms-linear-gradient(top, #EFA54E, #F08505);
        background-image: -o-linear-gradient(top, #EFA54E, #F08505);
        border: none;
        color: white;
        padding: 5px 15px;
        text-decoration: none;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px;
        border-radius: 0 10px 10px 0;
        border: 1px solid #888888;
        border-left: 0;
        height: 38px;
        width: auto; }
        main nav.search .search-wrapper form input[type=submit]:hover {
          opacity: 0.75; }

form#searchform {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 0;
  z-index: 5; }
  form#searchform input[type=text]#searchinput {
    font-size: 16px;
    border: 1px solid #888888;
    outline: none;
    padding: 5px;
    height: 38px;
    border-radius: 10px 0 0 10px;
    min-width: 200px;
    max-width: 500px;
    transition: width 0.1s; }
    form#searchform input[type=text]#searchinput.page {
      border-color: white; }
    form#searchform input[type=text]#searchinput:focus {
      background-color: #BFD8EA; }
      form#searchform input[type=text]#searchinput:focus:active {
        background-color: #BFD8EA;
        width: auto; }
    form#searchform input[type=text]#searchinput.empty {
      font-family: FontAwesome;
      content: "\f002";
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit; }
  form#searchform input[type=submit]#searchsubmit {
    display: inline-block;
    padding: 6px;
    height: 38px;
    width: 50px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    border-top: 0;
    border-bottom: 0;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    border-style: none;
    outline: none;
    background: #F08505;
    background-image: -webkit-linear-gradient(top, #EFA54E, #F08505);
    background-image: -moz-linear-gradient(top, #EFA54E, #F08505);
    background-image: -ms-linear-gradient(top, #EFA54E, #F08505);
    background-image: -o-linear-gradient(top, #EFA54E, #F08505);
    border: none;
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0 10px 10px 0;
    border: 1px solid #888888;
    border-left: 0;
    height: 38px;
    width: auto; }
    form#searchform input[type=submit]#searchsubmit.page {
      border-color: white; }
    form#searchform input[type=submit]#searchsubmit:hover {
      opacity: 0.75; }

form#searchfilters .filters {
  display: none; }
form#searchfilters .hide {
  display: none; }
form#searchfilters fieldset {
  padding: 10px;
  display: inline-block; }
  form#searchfilters fieldset legend {
    background-color: #BFD8EA;
    border: 1px solid #888888;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: 5px; }
  form#searchfilters fieldset ul.checklist {
    list-style: none;
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap; }
    form#searchfilters fieldset ul.checklist li {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      border: 1px solid #888888;
      border-radius: 0 0 5px 0;
      border-top: 0;
      border-left: 0;
      margin-left: 5px; }
      form#searchfilters fieldset ul.checklist li:last-child {
        margin: 0 0 0 5px; }
      form#searchfilters fieldset ul.checklist li input[type=checkbox] + label {
        display: block;
        margin: 0.2em;
        cursor: pointer;
        padding: 0.2em; }
      form#searchfilters fieldset ul.checklist li input[type=checkbox] {
        display: none; }
      form#searchfilters fieldset ul.checklist li input[type=checkbox] + label:before {
        content: "\2715";
        border: 1px solid #888888;
        border-radius: 0.2em;
        display: inline-block;
        width: 1em;
        height: 1em;
        padding-left: 0.2em;
        padding-bottom: 0.3em;
        margin-right: 0.5em;
        color: transparent;
        transition: .2s; }
      form#searchfilters fieldset ul.checklist li input[type=checkbox] + label:active:before {
        transform: scale(0); }
      form#searchfilters fieldset ul.checklist li input[type=checkbox]:checked + label:before {
        background-color: #F08505;
        border-color: #F08505;
        color: #FFFFFF; }
      form#searchfilters fieldset ul.checklist li input[type=checkbox]:disabled + label:before {
        transform: scale(1);
        border-color: #aaa; }
      form#searchfilters fieldset ul.checklist li input[type=checkbox]:checked:disabled + label:before {
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb; }
form#searchfilters div.inputs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  form#searchfilters div.inputs input[type=text] {
    font-size: 16px;
    border: 1px solid #888888;
    outline: none;
    padding: 5px;
    height: 38px;
    border-radius: 10px;
    min-width: 100px; }
    form#searchfilters div.inputs input[type=text]:focus {
      background-color: #BFD8EA; }
  form#searchfilters div.inputs input[type=submit], form#searchfilters div.inputs input[type=button]#clear, form#searchfilters div.inputs input[type=button]#hide {
    display: inline-block;
    padding: 6px;
    height: 38px;
    width: 50px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    border-top: 0;
    border-bottom: 0;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    border-style: none;
    outline: none;
    background: #F08505;
    background-image: -webkit-linear-gradient(top, #EFA54E, #F08505);
    background-image: -moz-linear-gradient(top, #EFA54E, #F08505);
    background-image: -ms-linear-gradient(top, #EFA54E, #F08505);
    background-image: -o-linear-gradient(top, #EFA54E, #F08505);
    border: none;
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #888888;
    height: 38px;
    width: auto; }
    form#searchfilters div.inputs input[type=submit]:hover, form#searchfilters div.inputs input[type=button]#clear:hover, form#searchfilters div.inputs input[type=button]#hide:hover {
      opacity: 0.75; }
  form#searchfilters div.inputs input[type=button]#clear, form#searchfilters div.inputs input[type=button]#hide {
    background-image: -webkit-linear-gradient(top, #A7A7A7, #A7A7A7); }
  form#searchfilters div.inputs input {
    margin-right: 10px; }

.front-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  height: 100%;
  max-height: 560px;
  align-items: center;
  justify-content: center; }
  .front-page a.tiles-menu {
    transition: background-color 0.5s ease-in-out;
    background: #0262AA;
    background-image: -webkit-linear-gradient(left, #0262AA, #3498DB);
    background-image: -moz-linear-gradient(left, #0262AA, #3498DB);
    background-image: -ms-linear-gradient(left, #0262AA, #3498DB);
    background-image: -o-linear-gradient(left, #0262AA, #3498DB);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 33%;
    height: 45%;
    padding: 50px;
    position: relative;
    transform: scale(0.95);
    box-shadow: 5px 5px 10px #888888;
    border: 1px solid #A7A7A7;
    border-radius: 10px; }
    .front-page a.tiles-menu h2 {
      transform: scale(1);
      transition: font-size 0.3s;
      font-size: 22px;
      text-shadow: 2px 2px 4px #888888; }
    .front-page a.tiles-menu i.symbol {
      text-shadow: 2px 2px 4px #888888;
      margin: 0 auto; }
    .front-page a.tiles-menu:hover {
      opacity: 0.75;
      cursor: pointer;
      transform: scale(1);
      transition: 0.3s; }
      .front-page a.tiles-menu:hover h2 {
        transition: font-size 0.3s;
        font-size: 28px; }
      .front-page a.tiles-menu:hover .inactive {
        transition: 0; }
  .front-page a.tiles-processes, .front-page a.tiles-applications, .front-page a.tiles-notifications, .front-page a.tiles-products {
    transition: background-color 0.5s ease-in-out;
    background: #0262AA;
    background-image: -webkit-linear-gradient(left, #0262AA, #3498DB);
    background-image: -moz-linear-gradient(left, #0262AA, #3498DB);
    background-image: -ms-linear-gradient(left, #0262AA, #3498DB);
    background-image: -o-linear-gradient(left, #0262AA, #3498DB);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 33%;
    height: 45%;
    padding: 50px;
    position: relative;
    transform: scale(0.95);
    box-shadow: 5px 5px 10px #888888;
    border: 1px solid #A7A7A7;
    border-radius: 10px; }
    .front-page a.tiles-processes h2, .front-page a.tiles-applications h2, .front-page a.tiles-notifications h2, .front-page a.tiles-products h2 {
      transition: font-size 0.3s;
      font-size: 22px;
      text-shadow: 2px 2px 4px #888888; }
    .front-page a.tiles-processes:hover, .front-page a.tiles-applications:hover, .front-page a.tiles-notifications:hover, .front-page a.tiles-products:hover {
      opacity: 0.75;
      cursor: pointer;
      transform: scale(1);
      transition: 0.3s; }
      .front-page a.tiles-processes:hover h2, .front-page a.tiles-applications:hover h2, .front-page a.tiles-notifications:hover h2, .front-page a.tiles-products:hover h2 {
        transition: font-size 0.3s;
        font-size: 25px; }
    .front-page a.tiles-processes.inactive, .front-page a.tiles-applications.inactive, .front-page a.tiles-notifications.inactive, .front-page a.tiles-products.inactive {
      color: #A7A7A7; }
      .front-page a.tiles-processes.inactive h2, .front-page a.tiles-applications.inactive h2, .front-page a.tiles-notifications.inactive h2, .front-page a.tiles-products.inactive h2 {
        transform: scale(0.95);
        transition: none;
        font-size: 25px; }
      .front-page a.tiles-processes.inactive i, .front-page a.tiles-applications.inactive i, .front-page a.tiles-notifications.inactive i, .front-page a.tiles-products.inactive i {
        color: #A7A7A7; }
      .front-page a.tiles-processes.inactive:hover, .front-page a.tiles-applications.inactive:hover, .front-page a.tiles-notifications.inactive:hover, .front-page a.tiles-products.inactive:hover {
        opacity: 1.0;
        cursor: default;
        transform: scale(0.95); }
        .front-page a.tiles-processes.inactive:hover h2, .front-page a.tiles-applications.inactive:hover h2, .front-page a.tiles-notifications.inactive:hover h2, .front-page a.tiles-products.inactive:hover h2 {
          transform: scale(0.95);
          transition: none; }
    .front-page a.tiles-processes i.symbol, .front-page a.tiles-applications i.symbol, .front-page a.tiles-notifications i.symbol, .front-page a.tiles-products i.symbol {
      text-shadow: 2px 2px 4px #888888; }

.header {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 10px; }
  .header.page {
    padding: 0 10px 0 0;
    color: white;
    background-color: #0262AA;
    background: #0262AA;
    background-image: -webkit-linear-gradient(top, #3498DB, #0262AA);
    background-image: -moz-linear-gradient(top, #3498DB, #0262AA);
    background-image: -ms-linear-gradient(top, #3498DB, #0262AA);
    background-image: -o-linear-gradient(top, #3498DB, #0262AA);
    border: 1px solid white; }

.bar {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  background-color: #BFD8EA;
  height: 40px;
  padding: 0px; }

.advanced-search {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: nowrap;
  margin: 10px 0;
  padding: 10px; }
  .advanced-search fieldset {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    margin-bottom: 10px; }

.content {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  overflow-y: scroll;
  max-height: 50vh;
  margin-bottom: 10px;
  min-height: 39px; }
  .content box, .content span.box {
    background: #0262AA;
    background-image: -webkit-linear-gradient(top, #3498DB, #0262AA);
    background-image: -moz-linear-gradient(top, #3498DB, #0262AA);
    background-image: -ms-linear-gradient(top, #3498DB, #0262AA);
    background-image: -o-linear-gradient(top, #3498DB, #0262AA);
    font-weight: 600;
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase; }
  .content.search-results {
    max-height: 55vh; }
    .content.search-results.expanded {
      max-height: 54vh; }
  .content#favourites::first-line {
    color: white; }
  .content#favourites ul {
    list-style-type: none;
    margin: -5px 0 10px 0; }
    .content#favourites ul:empty:before {
      content: "No favorite pages."; }
    .content#favourites ul li {
      border-bottom: 1px solid #DDD5D5;
      border-left: 1px solid #DDD5D5;
      border-right: 1px solid #DDD5D5; }
      .content#favourites ul li:first-child {
        border-top: 1px solid #DDD5D5; }
      .content#favourites ul li:hover {
        background-color: #BFD8EA; }
      .content#favourites ul li a {
        display: block;
        padding: 5px; }
        .content#favourites ul li a:hover {
          color: #0F3E67; }

.content-targeo {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  overflow-y: scroll;
  max-height: 70vh;
  margin-bottom: 10px; }

.ins, .vid, .pro, .call, .diagram {
  display: flex;
  flex-wrap: nowrap; }
  .ins.visible, .vid.visible, .pro.visible, .call.visible, .diagram.visible {
    display: flex; }
  .ins.no-visible, .vid.no-visible, .pro.no-visible, .call.no-visible, .diagram.no-visible {
    display: none; }

.warning-wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .warning-wrapper i.warning {
    display: inline-block;
    font-size: 20px;
    animation: color-change 1s infinite;
    margin-right: 5px; }
  .warning-wrapper p.warning {
    display: inline-block;
    background-color: #deebf4;
    border-radius: 5px;
    border: 1px solid #DDD5D5;
    color: #d93737;
    font-weight: 600;
    margin: 0;
    padding: 5px 10px; }

.wrapper-below-content {
  display: flex;
  position: relative; }
  .wrapper-below-content .below-content {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF; }
    .wrapper-below-content .below-content p {
      display: inline-block;
      margin: 0; }
      .wrapper-below-content .below-content p span {
        display: inline-block;
        font-weight: 600; }
    .wrapper-below-content .below-content:last-child {
      margin-left: auto;
      background-color: #BFD8EA;
      padding: 0px 10px 0px 10px;
      height: 28px; }
      .wrapper-below-content .below-content:last-child p {
        line-height: normal;
        text-align: center;
        font-size: 12px;
        margin: 5px; }
  .wrapper-below-content .favourites {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    height: 38px;
    width: 260px;
    margin-right: 10px; }
    .wrapper-below-content .favourites span.efav-span {
      vertical-align: middle;
      display: inline-flex;
      align-items: center; }
      .wrapper-below-content .favourites span.efav-span img.efav-img:not(.efav-hide) {
        filter: invert(52%) sepia(67%) saturate(1609%) hue-rotate(2deg) brightness(98%) contrast(97%);
        margin-right: 5px; }
      .wrapper-below-content .favourites span.efav-span img.efav-hide.efav-img {
        display: none;
        margin-right: 4px; }
      .wrapper-below-content .favourites span.efav-span a.efav-link {
        vertical-align: middle;
        position: absolute;
        left: 50px;
        display: inline-block;
        padding: 3px 8px;
        background-color: #BFD8EA;
        border: 1px solid #5f9ecb;
        border-radius: 5px;
        transition: all .5s ease; }
        .wrapper-below-content .favourites span.efav-span a.efav-link:hover {
          background-color: #F08505;
          border: 1px solid white;
          color: #FFFFFF; }
  .wrapper-below-content .rating {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    height: 38px;
    width: 240px;
    margin-right: 10px; }
  .wrapper-below-content .countries p {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .wrapper-below-content .countries p span {
      display: inline-block;
      margin: 0 5px; }
    .wrapper-below-content .countries p i {
      display: inline-block;
      font-size: 25px;
      animation: color-change 1s infinite; }
    .wrapper-below-content .countries p a {
      display: inline-block;
      padding: 3px 8px;
      background-color: #BFD8EA;
      border: 1px solid #5f9ecb;
      border-radius: 5px;
      transition: all .5s ease;
      margin-right: 5px; }
      .wrapper-below-content .countries p a:hover {
        background-color: #F08505;
        border: 1px solid white;
        color: #FFFFFF; }

.wrapper-right-box {
  float: right;
  position: relative;
  z-index: 3;
  width: 100%; }
  .wrapper-right-box .favourites {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    height: 37px;
    width: 260px;
    position: relative; }
    .wrapper-right-box .favourites span.efav-span {
      vertical-align: middle;
      display: inline-flex;
      align-items: center; }
      .wrapper-right-box .favourites span.efav-span img.efav-img:not(.efav-hide) {
        filter: invert(52%) sepia(67%) saturate(1609%) hue-rotate(2deg) brightness(98%) contrast(97%);
        margin-right: 5px; }
      .wrapper-right-box .favourites span.efav-span img.efav-hide.efav-img {
        display: none;
        margin-right: 4px; }
      .wrapper-right-box .favourites span.efav-span a.efav-link {
        vertical-align: middle;
        position: absolute;
        left: 50px;
        display: inline-block;
        padding: 3px 8px;
        background-color: #BFD8EA;
        border: 1px solid #5f9ecb;
        border-radius: 5px;
        transition: all .5s ease; }
        .wrapper-right-box .favourites span.efav-span a.efav-link:hover {
          background-color: #F08505;
          border: 1px solid white;
          color: #FFFFFF; }
  .wrapper-right-box .update {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    background-color: #BFD8EA;
    display: inline-block;
    vertical-align: middle;
    float: right; }
    .wrapper-right-box .update p {
      text-align: center;
      font-size: 12px;
      margin: 5px; }

.bottom {
  position: fixed;
  bottom: 75px; }

.category-line .taxonomy-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  width: 100%; }
  .category-line .taxonomy-wrapper .taxonomy {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 10px;
    padding: 3px 5px; }
    .category-line .taxonomy-wrapper .taxonomy p {
      padding: 0;
      margin: 0;
      vertical-align: middle; }
      .category-line .taxonomy-wrapper .taxonomy p span {
        display: inline-block;
        font-weight: 600;
        padding: 3px 3px; }
      .category-line .taxonomy-wrapper .taxonomy p a {
        display: inline-block;
        padding: 3px 8px;
        background-color: #BFD8EA;
        border: 1px solid #5f9ecb;
        border-radius: 5px;
        transition: all .5s ease;
        margin: 2px 0; }
        .category-line .taxonomy-wrapper .taxonomy p a:hover {
          background-color: #F08505;
          border: 1px solid white;
          color: #FFFFFF; }
    .category-line .taxonomy-wrapper .taxonomy.countries a {
      margin: 2px; }
  .category-line .taxonomy-wrapper:empty {
    display: none; }
.category-line .tags, .category-line .keywords {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px; }
  .category-line .tags p, .category-line .keywords p {
    margin: 5px 5px; }
    .category-line .tags p span, .category-line .keywords p span {
      font-weight: 600;
      display: inline-block;
      min-width: 20px;
      line-height: 25px; }
    .category-line .tags p a, .category-line .keywords p a {
      display: inline-block;
      padding: 3px 8px;
      background-color: #BFD8EA;
      border: 1px solid #5f9ecb;
      border-radius: 5px;
      transition: all .5s ease; }
      .category-line .tags p a:hover, .category-line .keywords p a:hover {
        background-color: #F08505;
        border: 1px solid white;
        color: #FFFFFF; }

.ticker-line {
  width: 78%; }

.quote-line {
  display: flex;
  flex-wrap: nowrap;
  height: 24px;
  position: fixed;
  bottom: 40px; }
  .quote-line .quotes {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: inline-block; }
    .quote-line .quotes p {
      margin: 0px;
      display: inline-block;
      font-size: 11px;
      font-style: italic; }

footer {
  display: flex;
  flex-wrap: nowrap;
  background-color: #0262AA;
  color: #DDD5D5;
  width: 100%;
  height: 30px;
  font-size: 10px;
  border: 0px;
  padding: 2px;
  position: fixed;
  bottom: 0;
  align-items: center;
  justify-content: flex-end; }
  footer p {
    font-size: 11px;
    vertical-align: middle;
    margin: 0 3px 0 0;
    display: inline-block; }
    footer p a {
      margin-left: 0px;
      color: #DDD5D5; }
      footer p a:hover {
        color: #FFFFFF; }
  footer div.social-wrapper {
    display: inline-block;
    margin-right: 10px; }
    footer div.social-wrapper a {
      color: #DDD5D5;
      text-decoration: none;
      display: inline-block;
      margin-left: 10px; }

/*****************************************************/
/* TABLES ********************************************/
/*****************************************************/
table {
  /*	border: 1px solid #AAAAAA;*/
  border-collapse: collapse;
  empty-cells: show;
  margin-top: 10px;
  margin-bottom: 10px;
  table-layout: auto;
  width: 100%;
  height: auto; }
  table th {
    background: #0262AA;
    background-image: -webkit-linear-gradient(top, #3498DB, #0262AA);
    background-image: -moz-linear-gradient(top, #3498DB, #0262AA);
    background-image: -ms-linear-gradient(top, #3498DB, #0262AA);
    background-image: -o-linear-gradient(top, #3498DB, #0262AA);
    color: #FFFFFF;
    border: 1px solid #888888;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: sticky;
    top: -1px; }
    table th.counter {
      width: 70px; }
    table th.type {
      width: 70px; }
    table th.number {
      width: 80px; }
    table th.date {
      width: 190px; }
    table th.post_id {
      width: 65px; }
  table.table-taxonomy > tbody > tr:nth-child(odd), table.table-search > tbody > tr:nth-child(odd) {
    background: #f2f2f2; }
  table.table-taxonomy > tbody > tr:hover, table.table-search > tbody > tr:hover {
    background-color: #BFD8EA; }
  table.table-taxonomy > tbody > tr td, table.table-search > tbody > tr td {
    border: 1px solid #888888;
    padding: 0px 5px;
    vertical-align: middle;
    word-wrap: break-word; }
    table.table-taxonomy > tbody > tr td.counter, table.table-search > tbody > tr td.counter {
      text-align: center; }
    table.table-taxonomy > tbody > tr td.type, table.table-search > tbody > tr td.type {
      text-align: center; }
      table.table-taxonomy > tbody > tr td.type span, table.table-search > tbody > tr td.type span {
        font-weight: 700; }
    table.table-taxonomy > tbody > tr td.number, table.table-search > tbody > tr td.number {
      font-weight: 700; }
    table.table-taxonomy > tbody > tr td.date, table.table-search > tbody > tr td.date {
      font-weight: 400; }
    table.table-taxonomy > tbody > tr td.post_id, table.table-search > tbody > tr td.post_id {
      text-align: center;
      font-weight: 400; }
  table.table-procedure > tbody > tr > td, table.table-faq > tbody > tr > td {
    padding: 0; }
    table.table-procedure > tbody > tr > td div.step-content p a, table.table-faq > tbody > tr > td div.step-content p a {
      display: inline;
      padding: 0;
      color: #0262AA; }
      table.table-procedure > tbody > tr > td div.step-content p a:hover, table.table-faq > tbody > tr > td div.step-content p a:hover {
        opacity: 0.75; }
    table.table-procedure > tbody > tr > td ul, table.table-faq > tbody > tr > td ul {
      margin-top: 5px; }
  table.table-faq > tbody > tr > td > p.step-header {
    background: #BFD8EA;
    color: black;
    border-radius: 0 0 5px 0;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888; }
  table.table-procedure.back-office > tbody > tr > td {
    font-family: Calibri, sans-serif; }
    table.table-procedure.back-office > tbody > tr > td p.step-header {
      font-family: Arial, sans-serif; }
    table.table-procedure.back-office > tbody > tr > td p {
      text-align: left; }
      table.table-procedure.back-office > tbody > tr > td p.step-counter {
        text-align: center; }
      table.table-procedure.back-office > tbody > tr > td p span {
        color: red; }
      table.table-procedure.back-office > tbody > tr > td p a {
        display: inline;
        padding: 0; }
        table.table-procedure.back-office > tbody > tr > td p a:hover {
          color: #3783C6; }
    table.table-procedure.back-office > tbody > tr > td ul span {
      color: red; }
    table.table-procedure.back-office > tbody > tr > td ul li a {
      display: inline;
      padding: 0; }
      table.table-procedure.back-office > tbody > tr > td ul li a:hover {
        color: #3783C6; }
  table.table-archive-news > tbody > tr, table.table-link > tbody > tr {
    background-color: #FFFFFF;
    transition: all 0.25s ease-in-out 0.1s; }
    table.table-archive-news > tbody > tr td, table.table-link > tbody > tr td {
      padding: 0; }
    table.table-archive-news > tbody > tr:hover, table.table-link > tbody > tr:hover {
      background-color: #BFD8EA; }
      table.table-archive-news > tbody > tr:hover td:last-child, table.table-link > tbody > tr:hover td:last-child {
        padding-left: 4px; }
        table.table-archive-news > tbody > tr:hover td:last-child a::before, table.table-link > tbody > tr:hover td:last-child a::before {
          animation: abefore 0.25s ease-in;
          font-family: FontAwesome;
          content: "\f0a9   ";
          white-space: pre; }
  table td {
    border: 1px solid #888888;
    padding: 0px 5px;
    vertical-align: middle;
    word-wrap: break-word; }
    table td:nth-child(-n+3):not(:last-child) {
      text-align: center; }
    table td:nth-child(2n+1) {
      font-weight: 700; }
    table td p {
      padding: 5px 10px 5px 10px; }
      table td p.step-counter {
        text-align: center;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 50%;
        color: black;
        padding: 5px;
        background: #BFD8EA;
        border: 1px solid #888888; }
      table td p.step-header {
        background: #0262AA;
        background-image: -webkit-linear-gradient(top, #3498DB, #0262AA);
        background-image: -moz-linear-gradient(top, #3498DB, #0262AA);
        background-image: -ms-linear-gradient(top, #3498DB, #0262AA);
        background-image: -o-linear-gradient(top, #3498DB, #0262AA);
        font-weight: 600;
        padding: 5px 10px;
        margin: 0;
        display: inline-block;
        color: #FFFFFF;
        text-transform: uppercase; }
      table td p:empty {
        display: none; }
    table td a {
      display: inline-block;
      padding: 5px;
      width: 100%;
      height: auto;
      text-decoration: none;
      color: #0F3E67; }
      table td a:hover {
        color: #0F3E67;
        text-decoration: none; }
    table td img {
      max-width: 100%;
      margin-left: 5px; }
  table.table-procedure > tbody > tr > td:nth-child(2) {
    text-align: left; }

table.table-link, table.table-link-info {
  max-width: 50%;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  empty-cells: hide;
  padding: 5px; }
  table.table-link pre:hover, table.table-link-info pre:hover {
    color: wheat; }
  table.table-link td, table.table-link-info td {
    font-weight: 700;
    text-align: left; }
    table.table-link td:first-child, table.table-link-info td:first-child {
      width: 35px;
      border-left: 0px solid black; }
    table.table-link td:last-child, table.table-link-info td:last-child {
      border-right: 3px solid #0262AA; }

table.table-link-info {
  margin-left: 10px;
  border-left: 1px solid #888888; }
  table.table-link-info tr {
    background: #FFFFFF;
    transition: all 0.25s ease-in-out 0.1s; }
    table.table-link-info tr:hover {
      background-color: #BFD8EA; }
      table.table-link-info tr:hover a::before {
        animation: abefore 0.25s ease-in;
        font-family: FontAwesome;
        content: "\f0a9   ";
        white-space: pre; }

@keyframes abefore {
  0% {
    font-size: 0px; }
  100% {
    font-size: auto; } }
/*****************************************************/
/* TAABLEPRESS ***************************************/
/*****************************************************/
table.tablepress th {
  background: #0262AA;
  background-image: -webkit-linear-gradient(top, #3498DB, #0262AA);
  background-image: -moz-linear-gradient(top, #3498DB, #0262AA);
  background-image: -ms-linear-gradient(top, #3498DB, #0262AA);
  background-image: -o-linear-gradient(top, #3498DB, #0262AA);
  color: #FFFFFF;
  border: 1px solid #888888;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px; }
  table.tablepress th[class^="column"] {
    position: sticky;
    top: -1px; }

table.tablepress > tbody.row-hover > tr:hover td {
  background: #BFD8EA; }

table.tablepress > tbody > tr > td {
  border: 1px solid #888888;
  padding: 5px;
  vertical-align: middle;
  word-wrap: break-word; }
  table.tablepress > tbody > tr > td:nth-child(-n+3):not(:last-child) {
    text-align: left; }
  table.tablepress > tbody > tr > td:nth-child(2n+1) {
    font-weight: 400; }

table.tablepress > caption {
  visibility: none !important; }

h2.tablepress-table-name {
  background: #F08505;
  background-image: -webkit-linear-gradient(top, #888888, #6F6A6A);
  background-image: -moz-linear-gradient(top, #888888, #6F6A6A);
  background-image: -ms-linear-gradient(top, #888888, #6F6A6A);
  background-image: -o-linear-gradient(top, #888888, #6F6A6A);
  font-weight: 600;
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase; }

.dataTables_filter {
  margin-bottom: 5px; }

.dataTables_filter label input[type=search] {
  border: 1px solid #888;
  border-radius: 5px;
  outline: none;
  margin-left: 10px; }
  .dataTables_filter label input[type=search]:focus {
    background-color: #BFD8EA; }

table#tablepress-84 > tbody > tr.even:hover td {
  background-color: white; }

table#tablepress-84 > tbody > tr.odd:hover td {
  background-color: #f9f9f9; }

/*****************************************************/
/* IMAGES ********************************************/
/*****************************************************/
.logo {
  height: 40px;
  transition: all 0.1s ease-in-out; }
  .logo:hover {
    transform: scale(1.2, 1.2); }

.company-logos {
  position: absolute;
  bottom: 40px;
  left: 10px; }

.page-not-found-wrapper {
  display: block;
  margin: auto; }
  .page-not-found-wrapper .page-not-found {
    padding: 40px;
    display: block;
    margin: auto; }

.post-img {
  max-width: 100%;
  height: auto;
  margin: 0 5px 0 5px; }

/*****************************************************/
/* TOOLTIP *******************************************/
/*****************************************************/
[data-tooltip] {
  position: relative;
  z-index: 10; }

[data-tooltip]:before,
[data-tooltip]:after {
  display: none;
  position: absolute;
  top: 20px;
  animation-name: tooltip;
  animation-duration: 1.5s;
  transition-timing-function: ease-out;
  text-transform: capitalize; }

[data-tooltip]:before {
  border-bottom: 0.6em solid #5E5E60;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  left: 20px;
  margin-top: 25px; }

[data-tooltip]:after {
  background-color: #5E5E60;
  border: 1px solid #5E5E60;
  border-radius: 5px;
  color: #FFFFFF;
  content: attr(data-tooltip-message);
  left: 0;
  margin-top: 32px;
  padding: 2px;
  white-space: pre-wrap;
  width: 150%; }

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  display: block; }

[data-tooltip]::first-letter {
  text-transform: capitalize; }

@keyframes tooltip {
  from {
    opacity: 0.2; }
  to {
    opacity: 1; } }
/*****************************************************/
/* MENU **********************************************/
/*****************************************************/
/*****************************************************/
/* BUTTON ********************************************/
/*****************************************************/
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left; }

.btn-group-right {
  float: right; }

.btn {
  display: inline-block;
  padding: 6px;
  height: 38px;
  width: 50px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
  border-top: 0;
  border-bottom: 0;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  border-style: none;
  outline: none; }
  .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .btn + .btn {
    margin-left: 0px; }
    .btn + .btn:not(:last-child) {
      border-radius: 0; }
  .btn.alt {
    background: #F08505;
    background-image: -webkit-linear-gradient(top, #EFA54E, #F08505);
    background-image: -moz-linear-gradient(top, #EFA54E, #F08505);
    background-image: -ms-linear-gradient(top, #EFA54E, #F08505);
    background-image: -o-linear-gradient(top, #EFA54E, #F08505);
    border: 1px solid #FFFFFF;
    border-left: none; }
    .btn.alt:first-child {
      border-left: 1px solid #FFFFFF; }
  .btn.disabled {
    background-image: -webkit-linear-gradient(top, #A7A7A7, #888888);
    border: 1px solid #FFFFFF;
    border-left: none; }
    .btn.disabled:hover {
      opacity: 1; }
  .btn:first-child {
    margin-left: 0; }
  .btn:hover:enabled {
    background: #FFFFFF;
    animation: shadow 0.5s ease-out forwards; }
@keyframes shadow {
  0% {
    box-shadow: inset 0px 0px 3px 0px #F08505; }
  100% {
    box-shadow: inset 0px 0px 15px 0px #F08505; } }
    .btn:hover:enabled i.navigation {
      color: #F08505; }

.btn-group-right {
  float: right; }
  .btn-group-right .btn-right {
    cursor: default;
    width: 100px;
    font-size: 18px;
    background: #A7A7A7;
    border: 1px solid #FFFFFF;
    user-select: text; }
    .btn-group-right .btn-right.post-id {
      width: 130px;
      border-right: 0px solid #FFFFFF; }
    .btn-group-right .btn-right:hover {
      background: #A7A7A7;
      animation: none; }
    .btn-group-right .btn-right:empty {
      display: none; }

button.simplefavorite-button.preset {
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #F08505;
  font-weight: 600; }
  button.simplefavorite-button.preset:hover {
    outline: none;
    border: 1px solid #ccc;
    background-color: #FFFFFF !important;
    color: #F08505 !important;
    font-weight: 500;
    animation: shadow-favorite 0.5s ease-out forwards; }
@keyframes shadow-favorite {
  0% {
    box-shadow: inset 0px 0px 5px 0px #F08505; }
  100% {
    box-shadow: inset 0px 0px 15px 0px #F08505; } }
    button.simplefavorite-button.preset:hover i.sf-icon-favorite::before {
      color: #F08505; }

/*****************************************************/
/* SYMBOLS *******************************************/
/*****************************************************/
/* SIZES *********************************************/
i.symbol {
  color: #5E5E60;
  text-decoration: none; }
  i.symbol.social {
    color: #DDD5D5;
    font-size: 24px; }
    i.symbol.social:hover {
      color: #FFFFFF; }

i.front {
  font-size: 100px;
  color: #FFFFFF; }

i.notific {
  font-size: 60px;
  color: #FFFFFF; }

i.large {
  font-size: 40px; }

i.main-menu {
  font-size: 40px;
  color: #FFFFFF; }

i.medium, i.social {
  font-size: 20px; }

i.small {
  font-size: 20px;
  text-align: center; }

i.navigation {
  font-size: 18px;
  color: #fff; }

.miad-wrapper {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #888888;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 250px;
  padding: 5px 7px;
  z-index: 10; }
  .miad-wrapper i.miad {
    font-size: 25px; }
    .miad-wrapper i.miad.miad-true {
      color: #1e811e; }
    .miad-wrapper i.miad.miad-false {
      color: #d93737; }
    .miad-wrapper i.miad.miad-neutral {
      color: #5E5E60; }

/* NAVIGATION ******************************************/
i.home:after {
  font-family: FontAwesome;
  content: "\f015"; }

i.search:after {
  font-family: FontAwesome;
  content: "\f002"; }

i.list:after {
  font-family: FontAwesome;
  content: "\f03a"; }

i.at:after {
  font-family: FontAwesome;
  content: "\f1fa"; }

i.system:after {
  font-family: FontAwesome;
  content: "\f121"; }

i.arrow-link:after {
  font-family: FontAwesome;
  content: "\f0a9"; }

/* TOOLBAR ******************************************/
i.refresh:after {
  font-family: FontAwesome;
  content: "\f021"; }

i.arrow-left:after {
  font-family: FontAwesome;
  content: "\f060"; }

i.arrow-right:after {
  font-family: FontAwesome;
  content: "\f061"; }

i.random:after {
  font-family: FontAwesome;
  content: "\f074"; }

i.bug:after {
  font-family: FontAwesome;
  content: "\f188"; }

i.star:after {
  font-family: FontAwesome;
  content: "\f005"; }

i.star2:after {
  font-family: FontAwesome;
  content: "\f005"; }

i.ok:after {
  font-family: FontAwesome;
  content: "\f00c"; }

i.camera:after {
  font-family: FontAwesome;
  content: "\f03d"; }

i.phone:after {
  font-family: FontAwesome;
  content: "\f095"; }

/* POST TYPES ******************************************/
i.procedure:after {
  font-family: FontAwesome;
  content: "\f013"; }

i.instruction:after {
  font-family: FontAwesome;
  content: "\f02d"; }

i.information:after {
  font-family: FontAwesome;
  content: "\f05a"; }

i.question:after {
  font-family: FontAwesome;
  content: "\f059"; }

i.table:after {
  font-family: FontAwesome;
  content: "\f0ce"; }

i.form:after {
  font-family: FontAwesome;
  content: "\f15c"; }

i.notification:after {
  font-family: FontAwesome;
  content: "\f0e0"; }

i.news:after {
  font-family: FontAwesome;
  content: "\f249"; }

/* PRODUCTS ******************************************/
i.globe:after {
  font-family: FontAwesome;
  content: "\f0ac"; }

i.card:after {
  font-family: FontAwesome;
  content: "\f09d"; }

i.dolar:after {
  font-family: FontAwesome;
  content: "\f155"; }

i.bill:after {
  font-family: FontAwesome;
  content: "\f0d6"; }

i.gift:after {
  font-family: FontAwesome;
  content: "\f06b"; }

i.arrows:after {
  font-family: FontAwesome;
  content: "\f0b2"; }

i.archive:after {
  font-family: FontAwesome;
  content: "\f187"; }

i.login:after {
  font-family: FontAwesome;
  content: "\f2f6"; }

i.important:after {
  font-family: FontAwesome;
  content: "\f071"; }

i.page:after {
  font-family: FontAwesome;
  content: "\f0db"; }

i.chat:after {
  font-family: FontAwesome;
  content: "\f4ad"; }

i.close:after {
  font-family: FontAwesome;
  content: "\f00d"; }

i.map-marker:after {
  font-family: FontAwesome;
  content: "\f3c5"; }

i.globe-europe:after {
  font-family: FontAwesome;
  content: "\f7a2"; }

i.map:after {
  font-family: FontAwesome;
  content: "\f59f"; }

i.miad-true:after {
  font-family: FontAwesome;
  content: "\e555"; }

i.miad-false:after {
  font-family: FontAwesome;
  content: "\e556"; }

i.miad-neutral:after {
  font-family: FontAwesome;
  content: "\e22d"; }

/* SOCIAL MEDIA ******************************************/
i.facebook:after {
  font-family: FontAwesome;
  content: "\f082"; }

i.twitter:after {
  font-family: FontAwesome;
  content: "\f081"; }

i.youtube:after {
  font-family: FontAwesome;
  content: "\f431"; }

i.istagram:after {
  font-family: FontAwesome;
  content: "\f16d"; }

i.trash:after {
  font-family: FontAwesome;
  content: "\f1f8"; }

/* OTHER *****************************************/
i.download:after {
  font-family: FontAwesome;
  content: "\f56d"; }

/* TEMP ******************************************/
i.caret-down:after {
  font-family: FontAwesome;
  content: "\f431"; }

a.action {
  margin: 0 5px;
  text-decoration: none; }

a.action:hover {
  opacity: 0.7; }

i.application:after {
  font-family: FontAwesome;
  content: "\f11c"; }

i.bar:after {
  font-family: FontAwesome;
  content: "\f0c9"; }

i.exclamation:after {
  font-family: FontAwesome;
  content: "\f06a"; }

i.argument:after {
  font-family: FontAwesome;
  content: "\f12a"; }

i.link:after {
  font-family: FontAwesome;
  content: "\f0c1"; }

i.product:after {
  font-family: FontAwesome;
  content: "\f1b2"; }

i.cogs:after {
  font-family: FontAwesome;
  content: "\f085"; }

i.music:after {
  font-family: FontAwesome;
  content: "\f001"; }

i.video-slash:after {
  font-family: FontAwesome;
  content: "\f4e2"; }

i.minus:after {
  font-family: FontAwesome;
  content: "\f056"; }

i.file:after {
  font-family: FontAwesome;
  content: "\f15b"; }

i.script:after {
  font-family: FontAwesome;
  content: "\f098"; }

i.show:after {
  font-family: FontAwesome;
  content: "\f06e"; }

i.excel:after {
  font-family: FontAwesome;
  content: "\f1c3"; }

i.tool:after {
  font-family: FontAwesome;
  content: "\f0ad"; }

i.edit:after {
  font-family: FontAwesome;
  content: "\f044";
  color: #0D3D92; }

i.delete:after {
  font-family: FontAwesome;
  content: "\f014";
  color: #0D3D92; }

i.photo:after {
  font-family: FontAwesome;
  content: "\f030"; }

i.phone-slash:after {
  font-family: FontAwesome;
  content: "\f3dd"; }

i.pdf:after {
  font-family: FontAwesome;
  content: "\f1c1"; }

i.posts:after {
  font-family: FontAwesome;
  content: "\f15b"; }

i.idea:after {
  font-family: FontAwesome;
  content: "\f0eb";
  color: #F08505; }

i.compress:after {
  font-family: FontAwesome;
  content: "\f066"; }

i.notepad:after {
  font-family: FontAwesome;
  content: "\f304"; }

i.zoomin:after {
  font-family: FontAwesome;
  content: "\f00e"; }

i.zoomout:after {
  font-family: FontAwesome;
  content: "\f010"; }

i.hands:after {
  font-family: FontAwesome;
  content: "\f684"; }

i.change:after {
  font-family: FontAwesome;
  content: "\f102"; }

i.callcodes:after {
  font-family: FontAwesome;
  content: "\f25e"; }

i.concierge:after {
  font-family: FontAwesome;
  content: "\f562"; }

i.exclamation-triangle:after {
  font-family: FontAwesome;
  content: "\f071"; }

i.link:after {
  font-family: FontAwesome;
  content: "\f0c1"; }

i.support:after {
  font-family: FontAwesome;
  content: "\f0fa"; }

i.calculator:after {
  font-family: FontAwesome;
  content: "\f1ec"; }

i.comment:after {
  font-family: FontAwesome;
  content: "\f075"; }

i.ticket:after {
  font-family: FontAwesome;
  content: "\f3ff"; }

i.erm:after {
  font-family: FontAwesome;
  content: "\f071"; }

i.store:after {
  font-family: FontAwesome;
  content: "\f54e"; }

/*****************************************************/
/* STATIC ********************************************/
/*****************************************************/
.team-wrapper {
  border: 1px solid #888888;
  display: flex;
  flex-wrap: row wrap;
  justify-content: center;
  width: 300px; }

.team-member {
  position: relative;
  display: inline-block; }
  .team-member img {
    display: inline-block;
    width: 300px;
    height: auto; }
    .team-member img:hover {
      filter: blur(5px); }
  .team-member h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .team-member p {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%); }

/*****************************************************/
/* TEST **********************************************/
/*****************************************************/
.red {
  color: red; }

.nie {
  display: none; }

.tak {
  display: block; }

/*****************************************************/
/* CURRENCY *****************************************/
/*****************************************************/
#curency {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF; }
  #curency p {
    font-weight: 400; }

/*****************************************************/
/* ANIMATION *****************************************/
/*****************************************************/
#animation {
  color: #0262AA;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  position: fixed;
  width: 20%;
  bottom: 15%;
  display: inline-block;
  text-align: center; }
  #animation p {
    margin: 0;
    padding: 0 10px;
    text-shadow: 2px 2px 4px #888888;
    text-align: center;
    text-align: center; }

#flip {
  height: 50px;
  overflow: hidden;
  opacity: 0.75; }

#flip > div > div {
  color: #fff;
  padding: 4px 12px;
  height: 50px;
  margin-bottom: 45px;
  display: inline-block; }

#flip div:first-child {
  animation: show 5s linear infinite; }

#flip div div {
  background: #0262AA; }

#flip div:first-child div {
  background: #0262AA; }

#flip div:last-child div {
  background: #0262AA; }

@keyframes show {
  0% {
    margin-top: -270px; }
  5% {
    margin-top: -180px; }
  33% {
    margin-top: -180px; }
  38% {
    margin-top: -90px; }
  66% {
    margin-top: -90px; }
  71% {
    margin-top: 0px; }
  99.99% {
    margin-top: 0px; }
  100% {
    margin-top: -270px; } }
/*****************************************************/
/* SLIDER*** *****************************************/
/*****************************************************/
.slider {
  max-width: 100%;
  height: 45vh;
  margin: 0 auto;
  position: relative;
  border-radius: 15px; }

.slide1, .slide2, .slide-galadriela, .slide3, .slide4, .slide5 {
  position: absolute;
  width: 100%;
  height: 100%; }

.slide1 {
  background: url(../images/slide-1.jpg) no-repeat center;
  animation: fade 15s infinite;
  -webkit-animation: fade 15s infinite; }

.slide2 {
  background: url(../images/slide-2.png) no-repeat center;
  background-size: cover;
  animation: fade2 15s infinite;
  -webkit-animation: fade2 15s infinite; }

.slide-galadriela {
  background: url(../images/slide-galadriela.jpg) no-repeat center;
  background-size: cover;
  animation: fade2 15s infinite;
  -webkit-animation: fade2 15s infinite; }

.slide3 {
  background: url(../images/slide-3.jpg) no-repeat center;
  background-size: cover;
  animation: fade3 15s infinite;
  -webkit-animation: fade3 15s infinite; }

.slide4 {
  background: url(../images/slide-4.png) no-repeat center;
  background-size: cover;
  animation: fade4 15s infinite;
  -webkit-animation: fade4 15s infinite; }

.slide5 {
  background: url(../images/slide-5.jpg) no-repeat center;
  background-size: cover;
  animation: fade5 15s infinite;
  -webkit-animation: fade5 15s infinite; }

@keyframes fade {
  0% {
    opacity: 1; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade3 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade4 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade5 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*****************************************************/
/* TICKER ********************************************/
/*****************************************************/
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-100%, 0, 0); } }
.tcontainer {
  overflow: hidden; }

.ticker-wrap {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  width: 100%;
  padding-left: 100%;
  background-color: #BFD8EA; }

.ticker-move {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 15s; }

.ticker-move:hover {
  animation-play-state: paused; }

.ticker-item {
  display: inline-block;
  padding: 3px 5px; }

/*****************************************************/
/* ANIMATED COUNTER **********************************/
/*****************************************************/
div.counter-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around; }
  div.counter-wrapper div.counter-container {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0px;
    width: 220px;
    font-size: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF; }
    div.counter-wrapper div.counter-container span.count {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      min-width: 40px;
      min-height: 40px;
      color: #F08505;
      font-weight: 700;
      margin: 0 15px;
      text-align: center;
      vertical-align: middle;
      text-shadow: 1px 1px 3px #DDD5D5;
      border: 1px solid #888888;
      background-color: #BFD8EA;
      border-radius: 50%;
      color: #F08505;
      transform: scale(1.3); }
      div.counter-wrapper div.counter-container span.count:hover {
        cursor: context-menu; }
    div.counter-wrapper div.counter-container h3 {
      display: inline-block;
      color: #5E5E60; }

/*****************************************************/
/* CUSTOM ANIMATION **********************************/
/*****************************************************/
@keyframes color-change {
  0% {
    color: #5E5E60; }
  50% {
    color: #d93737; }
  100% {
    color: #5E5E60; } }
/*****************************************************/
/* CURIOSITY *****************************************/
/*****************************************************/
div.curiosity-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  div.curiosity-wrapper div.curiosity-container {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF; }
    div.curiosity-wrapper div.curiosity-container span.curiosity {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      min-width: 40px;
      min-height: 40px;
      color: #F08505;
      font-weight: 700;
      margin: 0 15px;
      text-align: center;
      vertical-align: middle;
      text-shadow: 1px 1px 3px #DDD5D5;
      border: 1px solid #888888;
      background-color: #BFD8EA;
      border-radius: 50%;
      color: #F08505;
      transform: scale(1.3); }
      div.curiosity-wrapper div.curiosity-container span.curiosity i.idea {
        font-size: 26px;
        animation: glow 1s ease-in-out infinite alternate;
        filter: opacity(0.75); }
@keyframes glow {
  0% {
    text-shadow: 0 0 1px #BFD8EA, 0 0 2px #BFD8EA, 0 0 3px #BFD8EA, 0 0 4px #BFD8EA, 0 0 5px #BFD8EA; }
  100% {
    text-shadow: 0px 0px 1px #FFFFFF, 0 0 2px #FFFFFF, 0 0 3px #FFFFFF, 0 0 4px #FFFFFF, 0 0 5px #FFFFFF;
    filter: opacity(1); } }
/*****************************************************/
/* SCROLL BAR ***** **********************************/
/*****************************************************/
/* width */
::-webkit-scrollbar {
  width: 15px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #888888; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #A7A7A7; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F08505; }

/*****************************************************/
/* ATM  ***********************************************/
/*****************************************************/
.atm {
  border: 1px solid #A7A7A7;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 6px #ccc;
  display: flex;
  flex-grow: 1;
  width: 100%; }
  .atm .column-button {
    min-width: calc((100% - 640px)/2); }
    .atm .column-button table {
      margin: 0;
      padding: 0;
      height: 100%; }
      .atm .column-button table tr td {
        border: none; }
      .atm .column-button table tr.row-03 {
        background-color: #FFFFFF; }
      .atm .column-button table tr.row-04, .atm .column-button table tr.row-06, .atm .column-button table tr.row-08, .atm .column-button table tr.row-10, .atm .column-button table tr.row-12 {
        height: 50px;
        background-color: white; }
        .atm .column-button table tr.row-04 td, .atm .column-button table tr.row-06 td, .atm .column-button table tr.row-08 td, .atm .column-button table tr.row-10 td, .atm .column-button table tr.row-12 td {
          background: #e5e5e5;
          background: linear-gradient(135deg, #e5e5e5 0%, #f08505 40%);
          display: inline-block;
          background-color: #F08505;
          width: 50%;
          height: 100%;
          border: 1px solid #888888;
          cursor: pointer;
          text-align: left;
          padding: 10px 10px;
          box-shadow: 0 9px #666;
          text-align: center;
          text-transform: uppercase;
          color: white;
          font-size: 20px;
          vertical-align: middle;
          text-shadow: 2px 2px gray; }
          .atm .column-button table tr.row-04 td.left, .atm .column-button table tr.row-06 td.left, .atm .column-button table tr.row-08 td.left, .atm .column-button table tr.row-10 td.left, .atm .column-button table tr.row-12 td.left {
            float: right;
            border-radius: 15px;
            margin-right: 10px; }
          .atm .column-button table tr.row-04 td.right, .atm .column-button table tr.row-06 td.right, .atm .column-button table tr.row-08 td.right, .atm .column-button table tr.row-10 td.right, .atm .column-button table tr.row-12 td.right {
            float: left;
            border-radius: 15px;
            margin-left: 10px; }
          .atm .column-button table tr.row-04 td:active, .atm .column-button table tr.row-06 td:active, .atm .column-button table tr.row-08 td:active, .atm .column-button table tr.row-10 td:active, .atm .column-button table tr.row-12 td:active {
            background-color: #F08505;
            box-shadow: 0 5px #333;
            transform: translateY(4px); }
          .atm .column-button table tr.row-04 td.inactive, .atm .column-button table tr.row-06 td.inactive, .atm .column-button table tr.row-08 td.inactive, .atm .column-button table tr.row-10 td.inactive, .atm .column-button table tr.row-12 td.inactive {
            background: #A7A7A7; }
            .atm .column-button table tr.row-04 td.inactive:hover, .atm .column-button table tr.row-06 td.inactive:hover, .atm .column-button table tr.row-08 td.inactive:hover, .atm .column-button table tr.row-10 td.inactive:hover, .atm .column-button table tr.row-12 td.inactive:hover {
              opacity: 1;
              cursor: default; }
            .atm .column-button table tr.row-04 td.inactive:active, .atm .column-button table tr.row-06 td.inactive:active, .atm .column-button table tr.row-08 td.inactive:active, .atm .column-button table tr.row-10 td.inactive:active, .atm .column-button table tr.row-12 td.inactive:active {
              box-shadow: 0 9px #666;
              transform: translateY(0px); }
          .atm .column-button table tr.row-04 td:hover, .atm .column-button table tr.row-06 td:hover, .atm .column-button table tr.row-08 td:hover, .atm .column-button table tr.row-10 td:hover, .atm .column-button table tr.row-12 td:hover {
            opacity: 0.75; }
      .atm .column-button table tr.row-05, .atm .column-button table tr.row-07, .atm .column-button table tr.row-09, .atm .column-button table tr.row-11, .atm .column-button table tr.row-13 {
        height: 35px;
        background-color: white; }
  .atm .column-image {
    border: 1px solid #888888;
    box-shadow: 2px 2px 2px white; }
    .atm .column-image img {
      width: 640px; }

/*****************************************************/
/* OPINION *******************************************/
/*****************************************************/
form#form-insert-opinion, form#form-insert-complaint {
  display: block;
  width: 50%; }
  form#form-insert-opinion fieldset, form#form-insert-complaint fieldset {
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #A7A7A7;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    margin: 10px;
    padding: 10px;
    width: 100%; }
    form#form-insert-opinion fieldset legend, form#form-insert-complaint fieldset legend {
      background-color: #BFD8EA;
      border: 1px solid #888888;
      border-radius: 5px;
      padding: 3px 5px;
      margin-left: 5px; }
    form#form-insert-opinion fieldset .complaint-data-wrapper, form#form-insert-complaint fieldset .complaint-data-wrapper {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column; }
      form#form-insert-opinion fieldset .complaint-data-wrapper input, form#form-insert-complaint fieldset .complaint-data-wrapper input {
        margin-bottom: 5px; }
    form#form-insert-opinion fieldset textarea, form#form-insert-complaint fieldset textarea {
      font-weight: 500;
      margin-bottom: 10px; }
      form#form-insert-opinion fieldset textarea#form-insert-complaint-content, form#form-insert-complaint fieldset textarea#form-insert-complaint-content {
        height: 150px; }
  form#form-insert-opinion input[type=submit], form#form-insert-complaint input[type=submit] {
    display: inline-block;
    padding: 6px;
    height: 38px;
    width: 50px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    border-top: 0;
    border-bottom: 0;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    border-style: none;
    outline: none;
    background: #F08505;
    background-image: -webkit-linear-gradient(top, #EFA54E, #F08505);
    background-image: -moz-linear-gradient(top, #EFA54E, #F08505);
    background-image: -ms-linear-gradient(top, #EFA54E, #F08505);
    background-image: -o-linear-gradient(top, #EFA54E, #F08505);
    border: none;
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #888888;
    height: 38px;
    width: auto; }
    form#form-insert-opinion input[type=submit]:hover, form#form-insert-complaint input[type=submit]:hover {
      opacity: 0.9; }
  form#form-insert-opinion p#form-insert-message, form#form-insert-complaint p#form-insert-message {
    font-weight: 600;
    min-height: 2em;
    margin-left: 10px; }
  form#form-insert-opinion .form-error, form#form-insert-complaint .form-error {
    color: red; }
  form#form-insert-opinion .form-success, form#form-insert-complaint .form-success {
    color: green; }

form#form-select-opinion {
  margin-top: 10px; }
  form#form-select-opinion input {
    display: inline-block;
    padding: 6px;
    height: 38px;
    width: 50px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    border-top: 0;
    border-bottom: 0;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    border-style: none;
    outline: none;
    background: #F08505;
    background-image: -webkit-linear-gradient(top, #EFA54E, #F08505);
    background-image: -moz-linear-gradient(top, #EFA54E, #F08505);
    background-image: -ms-linear-gradient(top, #EFA54E, #F08505);
    background-image: -o-linear-gradient(top, #EFA54E, #F08505);
    border: none;
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #888888;
    height: 38px;
    width: auto; }

table.opinion {
  table-layout: auto; }
  table.opinion tr td {
    font-weight: 400; }
    table.opinion tr td:nth-child(1), table.opinion tr td:nth-child(3) {
      text-align: center;
      white-space: nowrap; }
    table.opinion tr td:nth-child(2) {
      text-align: left; }

/*****************************************************/
/* COMPLAINT *******************************************/
/*****************************************************/
/*****************************************************/
/* CHAT **********************************************/
/*****************************************************/
.content.chat {
  width: 100%;
  margin-top: -150px; }
  .content.chat #simple-ajax-chat {
    padding: 10px; }
    .content.chat #simple-ajax-chat #sac-output {
      margin: 0px;
      font-size: 14px;
      padding: 0px 10px 0px 10px;
      border: 1px solid #A7A7A7;
      box-shadow: 2px 2px 10px #888888;
      border-radius: 5px;
      background-color: #FFFFFF;
      padding: 0; }
      .content.chat #simple-ajax-chat #sac-output #sac-latest-message {
        background: #0262AA;
        color: #FFFFFF;
        text-shadow: none; }
    .content.chat #simple-ajax-chat #sac-panel {
      margin: 0px;
      font-size: 14px;
      padding: 0px 10px 0px 10px;
      border: 1px solid #A7A7A7;
      box-shadow: 2px 2px 10px #888888;
      border-radius: 5px;
      background-color: #FFFFFF;
      padding: 5px; }
      .content.chat #simple-ajax-chat #sac-panel #sac-form {
        width: 100%; }
        .content.chat #simple-ajax-chat #sac-panel #sac-form fieldset label {
          background: #0262AA;
          color: #FFFFFF;
          padding: 5px;
          margin: 0;
          width: 100%; }
          .content.chat #simple-ajax-chat #sac-panel #sac-form fieldset label[for=sac_chat] {
            display: none; }
        .content.chat #simple-ajax-chat #sac-panel #sac-form fieldset textarea {
          width: 100%; }
          .content.chat #simple-ajax-chat #sac-panel #sac-form fieldset textarea::placeholder {
            color: transparent; }
      .content.chat #simple-ajax-chat #sac-panel #submitchat {
        display: inline-block;
        padding: 6px;
        height: 38px;
        width: 50px;
        margin-bottom: 0;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        border-radius: 5px;
        border-top: 0;
        border-bottom: 0;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        border-style: none;
        outline: none;
        background: #F08505;
        background-image: -webkit-linear-gradient(top, #EFA54E, #F08505);
        background-image: -moz-linear-gradient(top, #EFA54E, #F08505);
        background-image: -ms-linear-gradient(top, #EFA54E, #F08505);
        background-image: -o-linear-gradient(top, #EFA54E, #F08505);
        width: auto;
        padding: 0 10px;
        font-weight: 600;
        border: 1px solid #888888; }
        .content.chat #simple-ajax-chat #sac-panel #submitchat:hover {
          opacity: 0.75; }

/*****************************************************/
/* MAP ***********************************************/
/*****************************************************/
div.map-wrapper {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 10px;
  height: 95%;
  margin-bottom: 10px; }
  div.map-wrapper div#map {
    position: static;
    width: 100%;
    height: 100%;
    padding: 20px; }
  div.map-wrapper p {
    padding: 5px;
    font-weight: 500;
    margin: 0; }
  div.map-wrapper .data-wrapper p:not(:first-child) {
    margin-left: 10px; }

/*****************************************************/
/* TICKETS *******************************************/
/*****************************************************/
div#tickets-content #form-select-static {
  margin: 10px 0; }
  div#tickets-content #form-select-static #form-select {
    min-width: 25%; }
    div#tickets-content #form-select-static #form-select .form-filters {
      display: flex; }
      div#tickets-content #form-select-static #form-select .form-filters fieldset {
        margin: 5px 10px 10px 0; }
  div#tickets-content #form-select-static #form-select-message {
    margin: 10px 0; }
  div#tickets-content #form-select-static #form-select-excel {
    display: none; }
div#tickets-content #form-update-popup, div#tickets-content #form-insert-popup {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  color: #676767; }
div#tickets-content .form-wrapper {
  max-width: 25%;
  margin: 0px;
  background-color: white;
  font-family: Arial;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -10%;
  margin-top: -10%;
  box-shadow: 1px 1px 5px #444444;
  padding: 10px 20px 20px 20px;
  border-radius: 5px; }
  div#tickets-content .form-wrapper#form-insert {
    position: relative; }
  div#tickets-content .form-wrapper#update {
    max-width: 80%;
    margin-left: -40%;
    margin-top: -20%; }
div#tickets-content .form-update-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0 20px 0 0px; }
  div#tickets-content .form-update-wrapper form {
    min-width: 50%;
    align-self: flex-start; }
    div#tickets-content .form-update-wrapper form#form-note {
      margin: 0 10px; }
      div#tickets-content .form-update-wrapper form#form-note fieldset {
        padding: 10px 5px 5px 5px; }
        div#tickets-content .form-update-wrapper form#form-note fieldset#display {
          margin-top: 40px; }
          div#tickets-content .form-update-wrapper form#form-note fieldset#display #form-update-notes {
            max-height: 235px;
            overflow-y: scroll; }
            div#tickets-content .form-update-wrapper form#form-note fieldset#display #form-update-notes table th {
              background: #BFD8EA;
              color: #676767; }
div#tickets-content .input-error {
  border: #d93737 1px solid; }
div#tickets-content .form-error {
  color: red;
  font-weight: 600; }
div#tickets-content .form-success {
  color: green;
  font-weight: 600; }
div#tickets-content span.none {
  display: none; }
div#tickets-content table#ticket-result tr {
  position: sticky; }
div#tickets-content table#ticket-result tr, div#tickets-content table#ticket-result th, div#tickets-content table#ticket-result td {
  padding: 3px 5px;
  text-align: left; }
div#tickets-content table#ticket-result th {
  text-align: center; }
div#tickets-content table#ticket-result td {
  font-weight: inherit; }
div#tickets-content table#ticket-result tr:hover {
  background-color: #BFD8EA;
  cursor: pointer; }
div#tickets-content table.ticket-notes {
  margin-top: 0px; }
  div#tickets-content table.ticket-notes tr:first-child th {
    position: sticky;
    border: 1px solid #888888;
    top: -1px;
    white-space: nowrap; }
  div#tickets-content table.ticket-notes td {
    font-weight: 500;
    text-align: left; }
div#tickets-content input[type=submit]#form-select-submit,
div#tickets-content input[type=button]#form-select-excel,
div#tickets-content input[type=button]#form-insert-new,
div#tickets-content input[type=button]#form-select-close {
  display: inline-block;
  padding: 6px;
  height: 38px;
  width: 50px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
  border-top: 0;
  border-bottom: 0;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  border-style: none;
  outline: none;
  background: #F08505;
  background-image: -webkit-linear-gradient(top, #EFA54E, #F08505);
  background-image: -moz-linear-gradient(top, #EFA54E, #F08505);
  background-image: -ms-linear-gradient(top, #EFA54E, #F08505);
  background-image: -o-linear-gradient(top, #EFA54E, #F08505);
  border: none;
  color: white;
  padding: 5px 15px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #888888;
  height: 38px;
  width: auto;
  margin-right: 10px; }
  div#tickets-content input[type=submit]#form-select-submit:hover,
  div#tickets-content input[type=button]#form-select-excel:hover,
  div#tickets-content input[type=button]#form-insert-new:hover,
  div#tickets-content input[type=button]#form-select-close:hover {
    opacity: 0.75; }
div#tickets-content input.action {
  background: #F08505;
  background-image: -webkit-linear-gradient(top, #EFA54E, #F08505);
  background-image: -moz-linear-gradient(top, #EFA54E, #F08505);
  background-image: -ms-linear-gradient(top, #EFA54E, #F08505);
  background-image: -o-linear-gradient(top, #EFA54E, #F08505);
  border: 1px solid #888888;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  padding: 5px;
  float: right;
  margin-left: 5px;
  border-radius: 5px; }
  div#tickets-content input.action:hover {
    opacity: 0.75; }
  div#tickets-content input.action:focus {
    outline: none; }
  div#tickets-content input.action[disabled=disabled] {
    background-image: -webkit-linear-gradient(top, #A7A7A7, #888888);
    cursor: not-allowed; }
    div#tickets-content input.action[disabled=disabled]:hover {
      opacity: inherit; }
div#tickets-content i.close {
  cursor: pointer;
  padding: 0px 7px;
  border-radius: 50%;
  float: right; }
  div#tickets-content i.close:hover {
    opacity: 0.75; }
div#tickets-content input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer; }
div#tickets-content input[type=checkbox] {
  display: none; }
div#tickets-content input[type=checkbox] + label:after {
  content: "\2715";
  border: 1px solid #888888;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.5em;
  color: transparent;
  transition: .2s; }
div#tickets-content input[type=checkbox] + label:active:after {
  transform: scale(0);
  margin-left: 10px; }
div#tickets-content input[type=checkbox]:checked + label:after {
  background-color: #F08505;
  border-color: #F08505;
  color: #FFFFFF; }
div#tickets-content input[type=checkbox]:disabled + label:after {
  transform: scale(1);
  background-color: #FFFFFF;
  border-color: #888888;
  color: #FFFFFF; }
div#tickets-content input[type=checkbox]:checked:disabled + label:after {
  transform: scale(1);
  background-color: #888888;
  border-color: #888888;
  color: #FFFFFF; }
div#tickets-content fieldset {
  margin: 0px;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #A7A7A7;
  box-shadow: 2px 2px 10px #888888;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #888888;
  margin-bottom: 10px; }
  div#tickets-content fieldset legend {
    background-color: #BFD8EA;
    border: 1px solid #888888;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: 5px; }
  div#tickets-content fieldset div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    div#tickets-content fieldset div:first-of-type {
      margin-top: 10px; }
    div#tickets-content fieldset div.checkbox {
      width: 300px; }
    div#tickets-content fieldset div label {
      margin-right: 30px; }
  div#tickets-content fieldset input, div#tickets-content fieldset select {
    outline: none;
    margin-right: 10px;
    border: 1px solid #888888;
    padding: 5px;
    width: 50%; }
div#tickets-content textarea {
  resize: none;
  font-weight: 400; }

/*****************************************************/
/* MEDIA QUERY ***************************************/
/*****************************************************/
@media screen and (max-width: 1650px) {
  .company-logos img#corporate {
    width: 50%; } }
@media screen and (max-width: 1280px) {
  body {
    font-size: 12px; }

  div#animation {
    width: 20%;
    font-size: 24px; }
    div#animation div#flip {
      height: 38px; }

  nav.left div.menu-main-menu-container ul#menu-main-menu li.menu-item a p::after {
    content: '' !important; }

  .front-page a.tiles-processes, .front-page a.tiles-applications, .front-page a.tiles-notifications, .front-page a.tiles-products {
    padding: 50px 10px; }
    .front-page a.tiles-processes h2, .front-page a.tiles-applications h2, .front-page a.tiles-notifications h2, .front-page a.tiles-products h2 {
      font-size: 16px; }
    .front-page a.tiles-processes i, .front-page a.tiles-applications i, .front-page a.tiles-notifications i, .front-page a.tiles-products i {
      font-size: 80px; }
    .front-page a.tiles-processes:hover h2, .front-page a.tiles-processes:hover i, .front-page a.tiles-applications:hover h2, .front-page a.tiles-applications:hover i, .front-page a.tiles-notifications:hover h2, .front-page a.tiles-notifications:hover i, .front-page a.tiles-products:hover h2, .front-page a.tiles-products:hover i {
      transform: scale(0.7); } }
@media screen and (max-width: 1000px) {
  .quote-line .quotes {
    margin-left: 20%; } }

/*# sourceMappingURL=style.css.map */
