/* @import url(http://fonts.googleapis.com/css?family=Raleway:400,700,600,300); */
/* Sustituimos url de la fuente por la fuente descargada */
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/raleway_light.woff2) format('woff2'),
  url(../fonts/raleway_light.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(../fonts/raleway.woff2) format('woff2'),
  url(../fonts/raleway.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(../fonts/raleway_semibold.woff2) format('woff2'),
  url(../fonts/raleway_semibold.woff) format('woff');;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(../fonts/raleway_bold.woff2) format('woff2'),
  url(../fonts/raleway_bold.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto-Sans-Regular'), local('Noto-Sans-Regular'), url(../fonts/noto-sans-v8-latin-regular.woff2) format('woff2'),
  url(../fonts/noto-sans-v8-latin-regular.woff) format('woff');;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto-Sans-SemiBold'), local('Noto-Sans-SemiBold'), url(../fonts/noto-sans-v8-latin-700.woff2) format('woff2'),
  url(../fonts/noto-sans-v8-latin-700.woff) format('woff');;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/**
 * ROOT ==================================================
 */
/**
 * TYPOGRAPHY ==================================================
 */
/**
 * COLOUR ==================================================
 */
::selection {
  background-color: #4d4d4d;
  color: #FFF;
}
::-moz-selection {
  background-color: #4d4d4d;
  color: #FFF;
}
.modal-backdrop {
  z-index: -1;
}
.navbar-header {
  width: 100%;
  /*margin-bottom: -20px;*/
}
.navbar {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
  margin-top: -1rem;
  height: 40px;
  height: 4rem;
}
.navbar-brand img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#navbar {
  padding-left: 180px;
  padding-left: 18rem;
}
#navbar .navbar-nav > li > a.small {
  font-size: 17px;
  font-size: 1.7rem;
}
#navbar .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  padding: 6px 18px;
  margin-bottom: 10px;
}
#navbar .navbar-nav > li > a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: '';
  display: block;
  height: 0px;
  width: 100%;
  opacity: 0;
  background: #c10000;
  border-right: 18px solid #FFF;
  border-left: 18px solid #FFF;
}
#navbar .navbar-nav > li.nav--active a:before,
#navbar .navbar-nav > li:hover a:before {
  height: 5px;
  opacity: 1;
}
#navbar.in {
  background: #ffffff;
}
#navbar.in a:before {
  display: none !important;
}
.navbar-default {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #c10000;
}
.navbar-default .navbar-nav > .nav--active,
.navbar-default .navbar-nav > .open,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .nav--active > a {
  background: #ffffff !important;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > .nav--active:hover,
.navbar-default .navbar-nav > .open:hover,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .nav--active > a:hover,
.navbar-default .navbar-nav > .nav--active:active,
.navbar-default .navbar-nav > .open:active,
.navbar-default .navbar-nav > .open > a:active,
.navbar-default .navbar-nav > .nav--active > a:active {
  color: #BABABA;
}
.navbar-collapse {
  padding-left: 150px;
  padding-left: 15rem;
}
.in .nav--active {
  overflow: hidden;
}
select::-ms-expand {
  width: 12px;
  border: none;
  background: #fff;
}
.user-menu {
  float: right;
  border: none;
  border-top: none;
}
.user-menu .badge {
  background: #c10000;
  color: #ffffff;
  padding: 4px 7px;
  position: relative;
  top: -8px;
  top: -0.8rem;
  font-weight: 400;
}
.user-menu .navbar-nav > li {
  border-right: 1px solid #f8f9f9;
  color: #e7e8e9;
  float: left;
  overflow: hidden;
  overflow: visible;
}
.user-menu .navbar-nav > li > a {
  padding: 0 15px;
  display: block;
  line-height: 38px;
  line-height: 3.8rem;
  color: #4d4d4d;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.user-menu .navbar-nav > li > a > .glyphicon {
  font-size: 16px;
  font-size: 1.6rem;
}
.user-menu .navbar-nav > li > a:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: '';
  display: block;
  height: 0px;
  width: 100%;
  opacity: 0;
  background: #c10000;
}
.user-menu .navbar-nav > li > a.inactive {
  color: #e7e8e9;
}
.user-menu .navbar-nav > li.dropdown {
  border-right: none;
}
.user-menu .navbar-nav > li.dropdown .dropdown-menu > li > a {
  font-size: 11px;
  font-size: 1.1rem;
}

.user-menu .navbar-nav > li.dropdown .glyphicon {
  font-size: 1.3rem;
}
.user-menu .navbar-nav > li.active a:before,
.user-menu .navbar-nav > li:hover a:before {
  height: 3px;
  opacity: 1;
}
.overlay-container {
  position: relative;
}
.aside-overlay {
  position: absolute;
  background: #ffffff;
  z-index: 50;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  left: 0;
  top: 0;
}
.aside-filters {
  position: absolute;
  z-index: 51;
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  background: #f8f9f9;
  -webkit-box-shadow: 0px 30px 150px #858585;
  -moz-box-shadow: 0px 30px 150px #858585;
  box-shadow: 0px 30px 150px #858585;
  left: 0;
  top: 0;
}
.aside-filters .label {
  font-weight: 300;
  display: inline-block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 90%;
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
}
.aside-filters .label:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 1px 1px #ffffff;
  -moz-box-shadow: 0 1px 1px #ffffff;
  box-shadow: 0 1px 1px #ffffff;
}
.aside-filters .label a {
  text-decoration: none !important;
  color: white;
}
.aside-filters .aside-filters__inputs {
  position: relative;
}
.aside-filters .aside-filters__button {
  background: #4d4d4d;
  color: #ffffff;
  text-shadow: 0 0 0 rgba(77, 77, 77, 0);
  border-color: #4d4d4d;
}
.aside-filters hr {
  border: none;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #e7e8e9;
  margin: 15px 0;
}
.aside-filters__current {
  margin-bottom: 0;
}
.aside-filters__module {
  border-color: #e7e8e9;
  -webkit-box-shadow: none 1px 2px #000000;
  -moz-box-shadow: none 1px 2px #000000;
  box-shadow: none 1px 2px #000000;
}
.aside-filters__module > .panel-heading {
  background: #e7e8e9;
  border-color: #dadbdd;
}
.aside-filters__current {
  margin-bottom: 0;
  border-color: #4d4d4d;
  -webkit-box-shadow: none 1px 2px #000000;
  -moz-box-shadow: none 1px 2px #000000;
  box-shadow: none 1px 2px #000000;
}
.aside-filters__current > .panel-heading {
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #ffffff;
}
.hide-filters {
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.hide-filters .label {
  background: #ffffff;
  border: 2px solid #e7e8e9;
}
.hide-filters .label a {
  color: #4d4d4d;
}
.aside-filters-container {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.aside-filters-container.on {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.aside-overlay {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.aside-overlay.on {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.filters-nav {
  background: #efefef;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.filters-nav .container {
  padding: 4px 15px 4px 180px;
  text-align: right;
}
.filters-nav .label {
  font-weight: 300;
  display: inline-block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.filters-nav .label:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 1px 1px #ffffff;
  -moz-box-shadow: 0 1px 1px #ffffff;
  box-shadow: 0 1px 1px #ffffff;
}
.filters-nav .label a {
  text-decoration: none !important;
  color: white;
}
.tabcontent {
  background: #e7e8e9;
  padding: 15px;
  padding: 1.5rem;
}
.tabcontent:before,
.tabcontent:after {
  content: "";
  display: table;
}
.tabcontent:after {
  clear: both;
}
.tabcontent__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.tabcontent__module {
  background: #f8f9f9;
  padding: 20px;
  padding: 2rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.tabcontent__module > [class^="col"] {
  padding: 0px;
}
.tabcontent__module.tabcontent__module--content {
  background: #ffffff;
  padding-top: 0;
}
.detail {
  background: #ffffff;
  padding: 0px;
  padding: 0rem;
}
.detail:before,
.detail:after {
  content: "";
  display: table;
}
.detail:after {
  clear: both;
}
.detail .panel-body {
  padding: 30px;
  padding: 3rem;
}
.detail .panel-footer {
  padding: 15px 30px;
}
.detail-options {
  padding: 0px 15px 15px 15px;
}
.btn {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 2px;
  margin-bottom: 0.2rem;
}
.text-size-1 {
  font-size: 1.6em;
  line-height: 1.2em;
}
.text-size-2 {
  font-size: 1.4em;
  line-height: 1.2em;
}
.text-size-3 {
  font-size: 1.2em;
  line-height: 1.2em;
}
.text-size-4 {
  font-size: 0.8em;
  line-height: 1.2em;
}
.text-size-5 {
  font-size: 0.6em;
  line-height: 1.2em;
}
.nomarginbottom {
  margin-bottom: 0;
}
hr.hr-mini {
  margin: 10px 0;
  border-bottom: 1px solid #e7e8e9;
  width: 60%;
  overflow: visible;
  position: relative;
}
hr.hr-mini.hr-mini--ball-left {
  display: inline-block;
}
hr.hr-mini.hr-mini--ball-left:before {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  top: -0.2rem;
  background: #e7e8e9;
  width: 4px;
  height: 4px;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url(PIE.htc);
}
hr.hr-mini.hr-mini--ball-right {
  display: inline-block;
  text-align: right;
}
hr.hr-mini.hr-mini--ball-right:before {
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  top: -0.2rem;
  background: #e7e8e9;
  width: 4px;
  height: 4px;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url(PIE.htc);
}
.nav-tabs {
  border-bottom: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
  margin-bottom: -1px;
}
.nav-tabs > li {
  overflow: hidden;
  float: none;
  display: inline-block;
  vertical-align: bottom;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0;
}
.nav-tabs > li:not(.active) > a {
  background: #4d4d4d;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0;
  display: block;
  min-width: 170px;
}
.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li:not(.active) > a:focus {
  border-color: #c10000;
  background: #c10000;
  top: 5px;
  top: 0.5rem;
}
.nav-tabs > li:not(.active) > a:active {
  top: 8px;
  top: 0.8rem;
}
.nav-tabs > li.active a:link,
.nav-tabs > li.active a:visited,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  background: #e7e8e9;
  color: #4d4d4d;
  font-weight: 900;
  min-width: 170px;
  border-right: 0px solid #e7e8e9;
  border-left: 0px solid #e7e8e9;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #b3b3b3;
}
.btn-default {
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #ffffff;
  text-shadow: 0 0 0 #4d4d4d;
}
.btn-default:hover,
.btn-default:focus {
  background: #333333;
  border-color: #4d4d4d;
  color: #ffffff;
}
.btn-primary {
  background: #c10000;
  border-color: #c10000;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #8e0000;
  border-color: #c10000;
}
.btn-success {
  background: #449d44;
  border-color: #398439;
}
.btn-success:hover,
.btn-success:focus {
  background: #357935;
  border-color: #398439;
}
.btn-info {
  background: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus {
  background: #31b0d5;
  border-color: #46b8da;
}
.btn-warning {
  background: #efb73e;
  border-color: #E0A72D;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #e7a413;
  border-color: #E0A72D;
}
.btn-danger {
  background: #7B0684;
  border-color: #5D0C92;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #4e0453;
  border-color: #5D0C92;
}
.text-success {
  color: #449d44;
}
.glyphicon-calendar {
  color: #c10000;
}
.text-centered {
  text-align: center;
}
.tabcontent__module label {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}
.tabcontent__module__title {
  text-transform: uppercase;
  font-weight: 600;
  margin: 22px 0 15px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #e7e8e9;
  border-bottom: none;
  font-weight: 400;
}
.table-bordered > thead > tr > th:hover,
.table-bordered > thead > tr > td:hover,
.table-bordered > thead > tr > th.sorting_asc,
.table-bordered > thead > tr > td.sorting_asc,
.table-bordered > thead > tr > th.sorting_desc,
.table-bordered > thead > tr > td.sorting_desc {
  /*background: #f8f9f9;*/
  background: #999;
    color: white;
}
.table-bordered > thead > tr > th:hover:after,
.table-bordered > thead > tr > td:hover:after,
.table-bordered > thead > tr > th.sorting_asc:after,
.table-bordered > thead > tr > td.sorting_asc:after,
.table-bordered > thead > tr > th.sorting_desc:after,
.table-bordered > thead > tr > td.sorting_desc:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.main-footer {
  background: #4d4d4d;
  color: #ffffff;
  padding-top: 30px;
  padding-top: 3rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.main-footer a {
  color: #e7e8e9;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #858585;
  border-color: #666666;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #c10000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .container > .navbar-header .navbar-brand {
    width: 50% !important;
  }
  #navbar .navbar-nav > li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    width: 100%;
  }
  .container > .navbar-header {
    margin: 0;
    text-align: center;
  }
  .container > .navbar-header .navbar-brand {
    width: 30%;
    display: inline-block;
    overflow: hidden;
    height: auto;
    float: none;
  }
  .container > .navbar-header .navbar-brand img {
    height: auto !important;
    width: 100% !important;
  }
  .user-menu {
    clear: both;
    float: none;
    border: none;
  }
  .user-menu .navbar-nav {
    float: none !important;
    font-size: 0;
    text-align: center;
    width: 100% !important;
    margin: 0;
    padding-top: 15px;
    padding-top: 1.5rem;
    display: block;
    vertical-align: top;
  }
  .user-menu .navbar-nav > li {
    float: none;
    display: inline-block;
    width: 25%;
    border: 1px solid #e7e8e9 !important;
    border-bottom: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -1px 0 0;
  }
  .user-menu .navbar-nav > li a {
    padding: 0;
  }
  .user-menu .navbar-nav > li.dropdown.open {
    position: relative;
    overflow: visible;
    vertical-align: top;
  }
  .user-menu .navbar-nav > li.dropdown.open .dropdown-menu {
    position: absolute !important;
    z-index: 50;
    background: #ffffff !important;
  }
  .user-menu .user-menu__name {
    display: none;
  }
  .navbar-nav {
    margin: 0;
  }
  #navbar {
    padding-left: 0;
    /*overflow: hidden;*/
  }
  .filters-nav .container {
    padding: 15px;
    padding: 1.5rem;
    text-align: left;
  }
  .navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    border-color: #c70000;
    background: #c10000;
    color: #ffffff !important;
  }
  .navbar-default .navbar-toggle.navbar-toggle--filters {
    left: 15px;
    left: 1.5rem;
    background: #4d4d4d;
    border-color: #4d4d4d;
  }
  .navbar-default .navbar-toggle.navbar-toggle--filters .glyphicon {
    width: 22px;
    width: 2.2rem;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #ffffff;
    margin-top: 4px;
    margin-top: 0.4rem;
    margin-bottom: 3px;
    margin-bottom: 0.3rem;
  }
  .navbar-default .navbar-toggle:link,
  .navbar-default .navbar-toggle:visited {
    background: #4d4d4d;
    border-color: #000000;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:active,
  .navbar-default .navbar-toggle:focus {
    background: #4d4d4d;
    border-color: #000000;
  }
  .tablist {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .navbar-brand {
    width: 20%;
  }
  .navbar-brand img {
    height: auto !important;
    width: 100% !important;
  }
  .dataTables_wrapper {
    overflow-x: scroll;
  }
  .aside-filters-container {
    padding: 0;
    background: #f8f9f9;
    overflow: visible;
  }
  .aside-filters-container .aside-filters {
    /*.relative;*/
    top: 0;
    left: 0;
  }
  .detail {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  .detail .detail__block {
    text-align: left;
  }
  .detail .detail__block + .detail__block {
    margin-top: 25px;
    margin-top: 2.5rem;
    padding-top: 25px;
    padding-top: 2.5rem;
    border-top: 1px solid #e7e8e9;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 939px) {
  #navbar {
    padding-left: 130px;
    padding-left: 13rem;
  }
  #navbar .navbar-nav > li > a.small {
  	font-size: 12px;
  	font-size: 1.2rem;
  }
  #navbar .navbar-nav > li > a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 23px 0 23px 10px;
  }
  #navbar .navbar-nav > li > a:before {
    border-left-width: 10px;
    border-right-width: 0px;
  }
  .tablist {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .navbar-brand img {
    width: 110px;
    width: 11rem;
    height: auto;
  }
  .container {
    width: 100%;
  }
  .filters-nav .container {
    padding: 15px;
    padding: 1.5rem;
    text-align: left;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 1070px) and (max-width: 1210px) {
  #navbar {
    padding-left: 150px;
    padding-left: 15rem;
  }
  #navbar .navbar-nav > li > a.small {
	font-size: 14px;
	font-size: 1.4rem;
  }
  #navbar .navbar-nav > li > a {
    padding: 23px 10px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  #navbar .navbar-nav > li > a:before {
    border-left-width: 10px;
    border-right-width: 10px;
  }
  .navbar-brand img {
    width: 130px;
    width: 13rem;
    height: auto;
  }
  .container {
    width: 100%;
  }
}
/* Large desktop */
