@charset "UTF-8";
/* ------ z-index ------*/
/* ------ Color ------*/
/* ------ Percentual Dimensions ------*/
/* ------ Fixed Dimensions ------*/
/* --------- Images --------- */
/* --------- Fonts --------- */
@font-face {
  font-family: "league-gothic";
  src: url(/bundles/app/fonts/league_gothic/league_gothic-webfont.eot?2013-07-02);
  src: url(/bundles/app/fonts/league_gothic/league_gothic-webfont.eot?#iefix?2013-07-02) format("embedded-opentype"), url(/bundles/app/fonts/league_gothic/league_gothic-webfont.ttf?2013-07-02) format("truetype"), url(/bundles/app/fonts/league_gothic/league_gothic-webfont.woff?2013-07-02) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bundles/app/fonts/lato/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bundles/app/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bundles/app/fonts/roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bundles/app/fonts/roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bundles/app/fonts/roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bundles/app/fonts/roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bundles/app/fonts/roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bundles/app/fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bundles/app/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------------- Reset ---------------- */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
video {
  display: block; }

* {
  border: none;
  margin: 0;
  padding: 0; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

table {
  border-collapse: collapse; }

a {
  color: #2c78ca;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.5s ease;
}
  
a:hover {
  color: #005C82; 
}

ul {
  list-style-type: square;
}

li, p, strong {
  color: #424242; }

label {
  color: #007eb2;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.hide {
  display: none !important; }

/* ---------------- Form Elements ---------------- */
input[type=text],
input[type=password],
textarea,
select,
option {
  border: solid 1px #BDBDBD;
  border-radius: 2px;
  background-color: #fefefe;
  padding: 1px 5px; }

select,
option {
  padding: 10px; }

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
select:focus,
option:focus {
  background-color: #fffff3; }

input,
textarea, select {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  color: #005C82;
}

textarea {
  resize: none;
}

  input[disabled=disabled],
  textarea[disabled=disabled] {
    background-color: #eee; }

label,
select,
option,
input[type=submit] {
  cursor: pointer; }

-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
-webkit-textarea-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
.placeholder {
  color: #999; }

.error {
  color: #BC363D !important; }
  .error * {
    color: #BC363D; }

input.error,
select.error,
textarea.error {
  border-color: #BC363D; }

select[disabled="disabled"],
input[readonly="readonly"],
textarea[readonly="readonly"] {
  background-color: #eee;
  color: #888; }
  select[disabled="disabled"]:focus,
  input[readonly="readonly"]:focus,
  textarea[readonly="readonly"]:focus {
    background-color: #eee; }

input[type="file"] {
  display: none !important; }

@media screen and (min-width: 0\0) {
  input[type="file"] {
    display: inline-block !important;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 28px;
    width: 65px;
    position: absolute; } }
.compulsory {
  color: #BC363D;
  font-weight: bold;
  cursor: help;
  font-size: 1.3em;
  padding: 2px 3px 0;
  vertical-align: middle; }
  .compulsory:before {
    content: "*";
    display: inline-block;
    margin-left: -15px; }

/* ---------------- Titles ---------------- */
.title_1 {
  color: #007eb2;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0; }


h1.title_1 {
  color: white;
  text-transform: uppercase;
  background-image: url(/bundles/app/img/background/background_hero.jpg?2022-09-19);
  background: crimson;
  background: #007eb2;
  padding: 30px 20px;
  font-weight: normal;
  text-align: center;
  background-attachment: fixed;
  background-position: 50% 200px;
  transition: all 0.05s ease;
  margin-top: -30px;
  margin-left: -5.5%;
  box-sizing: border-box;
}



/* ---------------- Capa inicial de carga en el front ---------------- */
#preload_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  transition: opacity 0.5s ease;
  opacity: 1;
  pointer-events: none;
}

/* ---------------- Banderas Idiomas ---------------- */
.flag_language {
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.flag_es {
  background-image: url(/bundles/app/img/icon_es.png);
}

.flag_en {
  background-image: url(/bundles/app/img/icon_en.png);
}


/* ---------------- Buttons ---------------- */
button {
  background: none;
  cursor: pointer; }

.default_button,
.remove_file_button,
.upload_file_button {
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 9px 18px;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Roboto', sans-serif;
}

.remove_file_button,
.upload_file_button {
  background: #081F8F;
  padding: 9px 18px; }

.default_button {
  background: #007eb2;
  text-decoration: none; }

.default_button.hover,
.default_button:hover,
.remove_file_button:hover,
.upload_file_button:hover {
  color: #fff;
  text-decoration: none; }

.default_button.hover,
.default_button:hover {
  background: #005C82;
}

.remove_file_button:hover,
.upload_file_button:hover {
  background: #081556;
}

/* ---------------- Windows ---------------- */
.wrapper_fadein_window {
  display: none;
  position: fixed; }
  .wrapper_fadein_window .close {
    background: none;
    color: #999;
    float: right;
    font-size: 1.3em;
    margin: -10px -10px 0 0;
    position: relative;
    transition: all 0.5s ease;}
    /*.wrapper_fadein_window .close:before {
      content: "x"; }*/
    .wrapper_fadein_window .close:hover {
      color: #000; }

.disable_window_background {
  background-color: #000;
  position: fixed;
  opacity: 0.6;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.fadein_window {
  background-color: #fff;
  border: 3px double #aaa;
  border-radius: 10px;
  -moz-box-shadow: 0 0 5px #000 inset, 0 0 15px #000;
  -webkit-box-shadow: 0 0 5px #000 inset, 0 0 15px #000;
  box-shadow: 0 0 5px #000 inset, 0 0 15px #000;
  margin: 0;
  width: 100%;
  padding: 20px 30px;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
  border: none;
  border-radius: 2px;
}
  .fadein_window h1 {
    color: #666;
    font-size: 1.1em;
    margin: 30px 0 20px;
    text-align: center; }
  .fadein_window .button_wrapper {
    text-align: center; }
    .fadein_window .button_wrapper button {
      display: inline-block;
      margin: 20px 7px;
      width: 80px; }
  .fadein_window .error_data_message {
    color: #BC363D;
    display: none;
    height: 25px;
    font-size: 0.95em;
    font-weight: bold;
    margin-left: -30px;
    position: absolute;
    text-align: center;
    width: 100%; }
    .fadein_window .error_data_message span {
      display: block;
      margin-top: 20px; }


html {
  height: 100%;
}

/* --------- Body --------- */
body {
  background-color: #FBFBFB;
  font-family: 'Roboto', sans-serif;
  font-size: 0.87em;
  background-image: url(/bundles/app/img/background/background.jpg?2022-09-19);
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

#body_wrapper {
  margin-left: 300px;
}

#wrapper {
  margin: 62px auto 0;
  padding: 30px 0 20px;
  width: 90%; }

/* --------- Header --------- */
#header {
  background-color: #F9F9F9;
  height: 62px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }
  #header nav {
    float: right;
    margin-top: 12px;
    top: 0; }
    #header nav ul {
      list-style-type: none; }
    #header nav li {
      display: inline-block;
      margin: 0 10px; }
    #header nav a,
    #header nav strong {
      font-family: 'Lato', sans-serif;
      font-size: 1.7em;
      font-weight: normal; }
    #header nav strong {
      color: #000; }
  #header #user_menu_list_wrapper {
    background-color: #F9F9F9;
    display: none;
    margin: 0;
    right: 0;
    position: fixed;
    top: 62px;
    width: 180px;
    border-right: none;
  }
    #header #user_menu_list_wrapper li {
      display: flex;
      align-items: center;
      margin: 0;
      cursor: pointer;
      transition: all 0.7s ease;
    }

    #header #user_menu_list_wrapper li.selected {
      background-color: #007eb2;
    }

    #header #user_menu_list_wrapper li.selected a {
      color: white;
    }

    #header #user_menu_list_wrapper li.selected:hover {
      background-color: #007eb2;
    }

    #header #user_menu_list_wrapper li:hover {
      background-color: rgba(0, 110, 101, 0.15);
    }

    #header #user_menu_list_wrapper li:hover > a > i {
      animation: swing ease-in-out 0.5s 1 alternate;
    }

    #header #user_menu_list_wrapper a,
    #header #user_menu_list_wrapper strong {
      display: block;
      font-family: 'Lato', sans-serif;
      font-size: 15px;
      font-weight: normal;
      text-decoration: none;
    }

    #header #user_menu_list_wrapper a {
      width: 100%;
      color: #007eb2;
      padding: 12px 12px 12px 12px;
      box-sizing: border-box;
    }
        

  #header #user_menu_list_wrapper li i {
    font-size: 16px;
    width: 20px;
    margin-right: 10px;
  }

#sidebar #user_menu_list_wrapper {
  border-top: solid 2px rgba(0, 110, 101, 0.15);
  border-top: none;
  margin-top: 0px;
}


#logo {
  background-size: 100%;
  display: inline-block;
  background-image: url(/bundles/app/img/logo.png?2025-05-22);
  background-repeat: no-repeat;
  height: 62px;
  margin-left: 26px;
  width: 240px; }

@media (max-width: 320px) {
  #logo {
    background-size: 100%;
    width: 160px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}

#user_header_button {
  color: #007eb2;
  float: right;
  font-size: 18px;
  margin: 20px 15px 0 0;
  font-family: 'Lato', sans-serif;
  position: absolute;
  right: 0;
  vertical-align: middle; }
  #user_header_button:hover {
    /*color: #000;*/ }

#user_header_button i {
  margin-left: 7px;
  transition: all 0.2s ease;
}

#user_header_button i.expand {
  transform: rotateZ(180deg);
}

#display_sidebar_button {
  display: none;
  float: right;
  margin: 17px 15px 0 15px;
  width: 25px;}

#display_sidebar_button span {
  display: block;
  height: 3px;
  border-radius: 1.5px;
  background: crimson;
  background: #007eb2;
  margin-top: 9px;
  width: 25px;
  transition: all 0.5s ease;
}

#display_sidebar_button.opened span:nth-child(1) {
  transform: rotateZ(45deg) translateY(4px) translateX(5px);
  width: 26px;
}

#display_sidebar_button.opened span:nth-child(2) {
  transform: rotateZ(-45deg) translateY(-4px) translateX(4px);
  width: 26px;
}

#messages_wrapper {
  margin-left: 300px;
  text-align: center; }

/*#loading {
  background: url(/bundles/app/img/loading.gif?2015-07-02) no-repeat;
  display: none;
  height: 35px;
  margin: -45px auto 0;
  width: 160px; }*/


#loading {
  position: relative;
  width: 80px;
  margin: -41px auto 0;
  text-align: center;
  height: 20px;
  display: none;
}

.dot {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 40px;
  height: 10px;
  width: 10px;
  background-color: #007eb2;
  border-radius: 5rem;
  transition: all 0.15s ease-in-out;
}

.dot:nth-child(1) {
  left: 0px;
  animation: waveUp 1s, smallExtend 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.dot:nth-child(2) {
  left: 20px;
  animation: waveUp 1s, largeExtend 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0.075s;
}

.dot:nth-child(3) {
  animation: waveUp 1s, smallExtend 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0.15s;
}

.dot:nth-child(4) {
  left: 60px;
  animation: waveUp 1s, largeExtend 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0.225s;
}

.dot:nth-child(5) {
  left: 80px;
  animation: waveUp 2s, smallExtend 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0.3s;
}



@keyframes waveUp {
  0%,
  15% {
    top: 70%;
  }
  45%,
  65% {
    top: 42.5%;
  }
  85%,
  100% {
    top: 70%;
  }
}

@keyframes smallExtend {
  0%,
  8% {
    background-color: #1DB6AA;
    height: 10px;
  }
  14%,
  34% {
    background-color: #007eb2;
    height: 23.5px;
  }
  46%,
  100% {
    background-color: #1DB6AA;
    height: 10px;
  }
}

@keyframes largeExtend {
  0%,
  8% {
    background-color: #1DB6AA;
    height: 10px;
  }
  14%,
  34% {
    background-color: #007eb2;
    height: 31.5px;
  }
  46%,
  100% {
    background-color: #1DB6AA;
    height: 10px;
  }
}




#saved_data_message {
  color: #00384F;
  display: none;
  height: 15px;
  font-size: 0.95em;
  font-weight: bold;
  margin-top: -38px;
  text-shadow: 0 0 7px #fff;
  width: 100%; }
  #saved_data_message:before {
    content: "✔ ";
    color: #00384F; }

#error_data_message {
  color: #BC363D;
  display: none;
  height: 15px;
  font-size: 0.95em;
  font-weight: bold;
  margin: -38px 0 0 0;
  width: 100%; }

  #error_data_message span {
    color: #BC363D;
    display: block; }

#header_company_name {
  display: none;
  color: #444;
  font-size: 1.6em;
  font-weight: normal;
  margin: 22px 0 0 20px;
  position: absolute; }

/* --------- Sidebar --------- */
#sidebar {
  background-color: #F9F9F9;
  height: calc(100% - 62px) !important;
  position: fixed;
  top: 62px;
  width: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  padding-bottom: 55px;
  z-index: 0;
  border-top: solid 2px rgba(0, 110, 101, 0.15);
  border-top: none;
}

  #sidebar h1 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin: 10px; }
  #sidebar ul {
    list-style-type: none;
    width: 250px;
    margin: 0 auto 15px auto;
  }
  #sidebar li {
    cursor: pointer;
    transition: all 0.7s ease;
    background: #fff;
    margin-bottom: 3px;
  }

  #sidebar li#header_company_name {
    cursor: default;
  }

  @keyframes swing {
    0%,
    30%,
    50%,
    70%,
    100% {
      transform: rotate(0deg);
    }

    10% {
      transform: rotate(10deg);
    }

    40% {
      transform: rotate(-10deg);
    }

    60% {
      transform: rotate(5deg);
    }

    80% {
      transform: rotate(-5deg);
    }
  }

  #sidebar li i {
    font-size: 16px;
    width: 20px;
    flex: 0 0 20px;
    margin-right: 10px;
    color: #007eb2;
  }

  #sidebar a {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #007eb2;
  }

  #sidebar li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 15px;
    box-sizing: border-box;
  }

  #sidebar .selected {
    /*color: #444;*/ }

  #sidebar li.selected {
    background-color: #007eb2; 
  }

  #sidebar li.selected i {
    color: white;
  }

  #sidebar li.selected a {
    color: white;
  }

  #sidebar li:hover {
    background-color: #d9ecf3;
  }

  #sidebar li.selected:hover {
    background-color: #007eb2;
  }

  #sidebar li:hover > a > i {
    animation: swing ease-in-out 0.5s 1 alternate;
  }

  #sidebar li#header_company_name:hover {
    background-color: crimson;
    background: #007eb2;
  }

  #sidebar .sublist {
    margin-top: 0px;
    margin-bottom: 7px;
    width: 100%;
    padding: 0px 0 3px 0;
  }

  #sidebar .sublist {
    width: 100%;
  }

  #sidebar .sublist li {
    background: #007eb2;
    width: 220px;
    margin: 0 auto 3px auto;
  }

  #sidebar .sublist li.selected, #sidebar .sublist li:hover {
    background-color: #00384F;
    border-radius: 1px;
  }

  #sidebar #header_company_name {
    display: block;
    position: relative;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    color: #FBFBFB;
    margin-bottom: 10px;
    background: crimson;
    background: #007eb2;
    padding: 20px 15px 20px 15px;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
  }

  #sidebar #header_company_logo {
    width: calc(100% - 40px);
    margin: 2px 20px 10px 20px;
  }

  #sidebar #company_logo_wrapper #header_company_logo {
    width: 250px;
    margin: 0px 17.5px 2px 17.5px;
  }

#comodo_logo {
  position: relative;
  width: 105px;
  margin-left: 25px;
  margin-top: 10px; }

#comodo_logo img {
  width: 85px;
}

#comodo_logo div {
  position: fixed !important;
  z-index: 1 !important;
}

#mazars_logo_footer {
  background-image: url(/bundles/app/img/mazars-logo.png?2024-11-05);
  bottom: 15px;
  display: block;
  height: 50px;
  left: 14.5px;
  position: fixed;
  width: 105px;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat; }

#mazars_logo {
  background-image: url(/bundles/app/img/mazars-logo.png?2024-11-05);
  background-color: #F9F9F9;
  margin-left: 25px;
  margin-top: 15px;
  display: block;
  height: 50px;
  width: 105px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}


/* ---------------- Cookies ---------------- */
#cookies_wrapper {
  background-color: #ffe1b6;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2; }
  #cookies_wrapper p {
    padding: 10px;
    margin-bottom: 0;
    text-align: center; }
  #cookies_wrapper .default_button {
    float: none !important;
    font-size: 0.9em;
    margin-left: 20px;
    padding: 2px 6px; }
  #cookies_wrapper a {
    color: #3e45c4;
    text-decoration: none; }
    #cookies_wrapper a:hover {
      text-decoration: underline; }

/* ---------------- Responsive Design ---------------- */
#disable_background_on_sidebar {
  display: none;
  opacity: 0;
  z-index: 0; }

#tablet_view_value {
  display: none;
  width: 1050px; }

#mobile_view_value {
  display: none;
  width: 870px; }

@media (max-width: 1050px) {
  #wrapper {
    margin-top: 100px;
    width: 92%; }

  #body_wrapper {
    margin-left: 0;
    overflow: hidden; }

  h1.title_1 {
    margin-left: -4.5%;
  }

  #messages_wrapper {
    margin: 0 auto;
    max-width: 500px; }

  #comodo_logo {
    display: none; }

  #user_header_button {
    display: none; }
    
  #display_sidebar_button {
    display: block; }

  #sidebar {
    overflow: auto;
    margin-left: -201px;
    z-index: 1;
    height: calc(100% - 142px) !important;
  }
    #sidebar ul {
      margin-top: 15px;
    }
    #sidebar li {
      margin: 0 0 3px 0; }
      #sidebar li a {
        /*border-bottom: 1px solid #ddd;
        box-sizing: border-box;
        display: block;
        margin: 0 5px;
        padding: 10px;
        text-decoration: none;*/ }
      #sidebar li:nth-of-type(1) a {
        /*padding-top: 20px;*/ }

    #sidebar #header_company_logo {
      width: calc(100% - 30px);
      margin: 0px 15px 8px 15px;
    }

    #sidebar #company_logo_wrapper #header_company_logo {
      display: block;
      margin: 8px auto 0px auto;
    }

  #mazars_logo {
    display: none;
    top: 65px; } 

  #sidebar #user_menu_list_wrapper li:last-child {
      /*margin-bottom: 42px; */
  }
}

@media (max-width: 870px) {

  .wrapper_fadein_window {
    box-sizing: border-box;
    margin: 0 !important;
    top: 70px;
    width: 90% !important; 
    margin-left: 1% !important; }
  .wrapper_fadein_window .fadein_window {
    box-sizing: border-box;
    margin: 0 !important;
    overflow-y: auto;
    overflow-x: hidden; }

  #messages_wrapper {
    display: none;
    position: fixed; }
    #messages_wrapper #mobile_message_wrapper {
      background: none;
      margin: 0;
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 5; }
    #messages_wrapper .disable_window_background_mobile {
      background-color: #fff;
      position: fixed;
      opacity: 0.9;
      height: 100%;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 4; }
    #messages_wrapper #loading {
      /*background: url(/bundles/app/img/loading_mobile.gif?2015-07-02) no-repeat;
      display: none;
      display: block;
      height: 128px;
      margin: 50px auto 0;
      width: 128px; */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
    }
    #messages_wrapper #saved_data_message,
    #messages_wrapper #error_data_message {
      display: none;
      /*display: block;            */
      font-weight: normal;
      margin-top: 80px;
      width: 100%; }
      #messages_wrapper #saved_data_message:after,
      #messages_wrapper #error_data_message:after {
        content: "×";
        cursor: pointer;
        color: #000;
        display: block;
        font-size: 2.4em;
        margin-top: 20px;
        opacity: 0.3; }
    #messages_wrapper #saved_data_message {
      color: #00384F;
      font-size: 1.8em;
      text-shadow: 0 0 7px #fff; }
      #messages_wrapper #saved_data_message:before {
        content: "✔ ";
        color: #00384F; }
    #messages_wrapper #error_data_message {
      color: #BC363D;
      font-size: 1.3em; }
      #messages_wrapper #error_data_message span {
        color: #BC363D;
        display: block; }

  #body_wrapper,
  #header {
    min-width: 260px; } 
}