/* line 1, /home/app/webapp/app/assets/stylesheets/custom.scss */
ul.tree li.has-children:after, ul.tree li .sub-wrap ul li.active a:after, .bottom-fixed a:after, .select:after, .tools-bar .search .search-wrap:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}

/* line 5, /home/app/webapp/app/assets/stylesheets/custom.scss */
.bottom-fixed a:after {
  content: "\f30a";
}

/* line 8, /home/app/webapp/app/assets/stylesheets/custom.scss */
.sidebar.sidebar-closed .bottom-fixed a:after {
  content: "\f30b";
}

/* line 11, /home/app/webapp/app/assets/stylesheets/custom.scss */
.far {
  font-weight: 400 !important;
}

/* line 21, /home/app/webapp/app/assets/stylesheets/custom.scss */
.nav-sidebar li.active a {
  background-color: #E5F0F9;
  font-weight: bold;
}

/* line 28, /home/app/webapp/app/assets/stylesheets/custom.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #E5F0F9;
}

/* line 32, /home/app/webapp/app/assets/stylesheets/custom.scss */
.form-line {
  height: 1px;
  background-color: #e2e2e2;
  margin-bottom: 20px;
}

/* line 37, /home/app/webapp/app/assets/stylesheets/custom.scss */
.mce-branding {
  opacity: 0;
}

/* line 40, /home/app/webapp/app/assets/stylesheets/custom.scss */
.small_code_area {
  min-height: 100px;
}

/* line 43, /home/app/webapp/app/assets/stylesheets/custom.scss */
.code_area {
  min-height: 400px;
}

/* line 46, /home/app/webapp/app/assets/stylesheets/custom.scss */
li.lang_li {
  opacity: 0.2;
}

/* line 49, /home/app/webapp/app/assets/stylesheets/custom.scss */
li.active_lang {
  opacity: 1;
}

/* line 52, /home/app/webapp/app/assets/stylesheets/custom.scss */
li.big_lang_li {
  opacity: 1;
}

/* line 55, /home/app/webapp/app/assets/stylesheets/custom.scss */
li.big_lang_li.active_lang a {
  background-color: #B2B2B2;
  color: white !important;
}

/* line 61, /home/app/webapp/app/assets/stylesheets/custom.scss */
.account a {
  margin-top: 5px;
}

/* line 65, /home/app/webapp/app/assets/stylesheets/custom.scss */
.form-row {
  margin-bottom: 1px;
}

/* line 68, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .title-bar {
  padding-top: 0px;
}

/* line 74, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .stage .title-bar .lang-switcher {
  display: inline-block;
  vertical-align: middle;
}

/* line 78, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .stage .title-bar .lang-switcher li {
  float: left;
  margin-right: 10px;
}

/* line 82, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .stage .title-bar .lang-switcher li a {
  border: solid 2px #B2B2B2;
  border-radius: 5px;
  padding: 3px 6px;
  color: #B2B2B2;
  font-size: 0.9em;
}

/* line 89, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .stage .title-bar .lang-switcher li a:hover,
.backend .stage .title-bar .lang-switcher li a.active {
  background-color: #B2B2B2;
  color: white;
}

/* line 94, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .table-content ul.languages {
  display: block;
}

/* line 97, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .table-content ul.languages li {
  display: inline-block;
}

/* line 100, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .table-content ul.languages li div {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
}

/* line 107, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .table-content ul.languages li div a {
  color: white;
}

/* line 110, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .table-content ul.languages li div.trans-ok {
  background-color: #6BB11B;
}

/* line 113, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .table-content ul.languages li div.trans-pen {
  background-color: #F5A623;
}

/* line 116, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .table-content ul.languages li div.trans-nok {
  background-color: #D0021B;
}

/* line 119, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .form-element ul.languages {
  display: block;
  position: absolute;
  top: 7px;
  right: 40px;
}

/* line 125, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .form-element ul.languages li {
  display: inline-block;
}

/* line 128, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .form-element ul.languages li div {
  width: 20px;
  height: 20px;
  text-align: center;
  color: white;
  border-radius: 5px;
  line-height: 17px;
}

/* line 136, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .form-element ul.languages li div a {
  color: white;
}

/* line 139, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .form-element ul.languages li div.trans-ok {
  background-color: #6BB11B;
}

/* line 142, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .form-element ul.languages li div.trans-pen {
  background-color: #F5A623;
}

/* line 145, /home/app/webapp/app/assets/stylesheets/custom.scss */
.backend .form-element ul.languages li div.trans-nok {
  background-color: #D0021B;
}

/* line 169, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
/* line 183, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle:focus, .has_switch .btn-toggle:focus.active, .has_switch .btn-toggle.focus, .has_switch .btn-toggle.focus.active {
  outline: none;
}
/* line 189, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle:before, .has_switch .btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
/* line 203, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
/* line 207, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: .5;
}
/* line 213, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left .25s;
}
/* line 223, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.active {
  transition: background-color .25s;
}
/* line 225, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}
/* line 229, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.active:before {
  opacity: .5;
}
/* line 232, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.active:after {
  opacity: 1;
}
/* line 237, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle:before, .has_switch .btn-toggle:after {
  color: #6b7381;
}
/* line 241, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.active {
  background-color: #1f92b8;
}
/* line 245, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 3rem;
  width: 6rem;
  border-radius: 2.5rem;
}
/* line 256, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg:focus, .has_switch .btn-toggle.btn-lg:focus.active, .has_switch .btn-toggle.btn-lg.focus, .has_switch .btn-toggle.btn-lg.focus.active {
  outline: none;
}
/* line 262, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg:before, .has_switch .btn-toggle.btn-lg:after {
  line-height: 3rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
/* line 276, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
/* line 280, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: .5;
}
/* line 286, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2.25rem;
  background: #fff;
  transition: left .25s;
}
/* line 296, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg.active {
  transition: background-color .25s;
}
/* line 298, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg.active > .handle {
  left: 3.375rem;
  transition: left .25s;
}
/* line 302, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg.active:before {
  opacity: .5;
}
/* line 305, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch .btn-toggle.btn-lg.active:after {
  opacity: 1;
}

/* line 313, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch.opacitated .btn-toggle {
  opacity: 0.5;
}
/* line 316, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch.opacitated .btn-toggle.active {
  opacity: 1;
}

/* line 324, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch.is_required .btn-toggle.btn-lg {
  margin: 0 10.7rem;
}
/* line 327, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch.is_required .btn-toggle.btn-lg:before {
  content: 'Not required';
  left: -10.7rem;
}
/* line 331, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_switch.is_required .btn-toggle.btn-lg:after {
  content: 'Required';
  right: -6.2rem;
}

/* line 340, /home/app/webapp/app/assets/stylesheets/custom.scss */
html {
  height: 100%;
}
/* line 343, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body {
  height: 100%;
}
/* line 346, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body .page-wrapper {
  min-height: 100%;
  position: relative;
}
/* line 353, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration header {
  background-color: #A8CDEC;
  height: 60px;
}
/* line 358, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .disabled_item {
  opacity: 0.2;
}
/* line 361, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .centered_column {
  text-align: center;
}
/* line 365, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .template_description {
  background-color: #eeeeee;
  border: 1px solid #333333;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  margin-top: 15px;
  padding: 10px;
}
/* line 378, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration div[toggle] > div:not(:first-child) {
  display: none;
}
/* line 382, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .do_refresh {
  float: right;
  font-size: 12px;
  font-weight: 200;
  margin-top: 10px;
}
/* line 388, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .icon_link {
  color: #ABCEEB;
}
/* line 391, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .icon_link:hover {
  color: #01488B;
}
/* line 394, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .icon_link.red:hover {
  color: red;
}
/* line 398, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .annotation {
  font-size: 0.8em;
  font-style: italic;
}
/* line 402, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .search_filter {
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
  opacity: 0.3;
  cursor: pointer;
  margin-bottom: 5px;
}
/* line 412, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .search_filter.active {
  opacity: 1;
}
/* line 418, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .listing.key {
  font-size: 0.8em;
  font-style: italic;
  margin-right: 10px;
  font-weight: 200;
  width: 100px;
}
/* line 429, /home/app/webapp/app/assets/stylesheets/custom.scss */
html body.administration .nav-tabs > li.active > a, html body.administration .nav-tabs > li.active > a:hover, html body.administration .nav-tabs > li.active > a:focus {
  color: black;
}

/* line 436, /home/app/webapp/app/assets/stylesheets/custom.scss */
.show_attr {
  font-style: italic;
}

/* line 443, /home/app/webapp/app/assets/stylesheets/custom.scss */
.leaflet-map-pane {
  z-index: 100;
}

/* line 446, /home/app/webapp/app/assets/stylesheets/custom.scss */
.map_div {
  height: 500px;
}

/* line 451, /home/app/webapp/app/assets/stylesheets/custom.scss */
.chevron_block {
  height: 90px;
  width: 100%;
  position: relative;
}
/* line 456, /home/app/webapp/app/assets/stylesheets/custom.scss */
.chevron_block .percent_indicator {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 0.8em;
  color: #f0f0f0;
  width: 50%;
  text-align: center;
}
/* line 465, /home/app/webapp/app/assets/stylesheets/custom.scss */
.chevron_block .percent_indicator.left {
  right: 50%;
}
/* line 469, /home/app/webapp/app/assets/stylesheets/custom.scss */
.chevron_block .indicator {
  display: block;
  height: 70px;
  width: 50%;
  float: left;
  font-size: 25px;
  text-align: center;
  line-height: 70px;
  margin-top: 10px;
  color: #f0f0f0;
}
/* line 482, /home/app/webapp/app/assets/stylesheets/custom.scss */
.chevron_block .indicator.positive i {
  color: green;
}
/* line 488, /home/app/webapp/app/assets/stylesheets/custom.scss */
.chevron_block .indicator.negative i {
  color: red;
}
/* line 494, /home/app/webapp/app/assets/stylesheets/custom.scss */
.chevron_block .indicator.neutral i {
  color: lightgrey;
}
/* line 500, /home/app/webapp/app/assets/stylesheets/custom.scss */
.chevron_block .value {
  display: block;
  height: 70px;
  width: 50%;
  float: right;
  border-left: solid 1px #f0f0f0;
  font-size: 25px;
  text-align: center;
  line-height: 70px;
  margin-top: 10px;
  color: #f0f0f0;
}

/* line 518, /home/app/webapp/app/assets/stylesheets/custom.scss */
.pagination .disabled {
  cursor: default;
  background-color: lightgrey;
}
/* line 522, /home/app/webapp/app/assets/stylesheets/custom.scss */
.pagination .disabled :hover {
  cursor: default;
  background-color: lightgrey;
  color: #969696;
}
/* line 527, /home/app/webapp/app/assets/stylesheets/custom.scss */
.pagination .disabled a {
  cursor: default;
  background-color: lightgrey;
  color: #969696;
}

/* line 534, /home/app/webapp/app/assets/stylesheets/custom.scss */
input[type="password"] {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #949494;
  font-size: 15px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  height: 36px;
  padding: 0px 12px;
  background-color: white;
}

/* line 550, /home/app/webapp/app/assets/stylesheets/custom.scss */
.crumbs > a {
  float: left;
}
/* line 553, /home/app/webapp/app/assets/stylesheets/custom.scss */
.crumbs > span {
  margin-left: 5px;
  margin-right: 5px;
  color: #969696;
  float: left;
}

/* line 561, /home/app/webapp/app/assets/stylesheets/custom.scss */
input[readonly] {
  background-color: lightgrey;
}

/* line 565, /home/app/webapp/app/assets/stylesheets/custom.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 571, /home/app/webapp/app/assets/stylesheets/custom.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 576, /home/app/webapp/app/assets/stylesheets/custom.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 582, /home/app/webapp/app/assets/stylesheets/custom.scss */
tr.striked > td:not(.unstrikeable) {
  text-decoration: line-through;
}

/* line 586, /home/app/webapp/app/assets/stylesheets/custom.scss */
.modal-body {
  background-color: lightgray;
}

/* line 591, /home/app/webapp/app/assets/stylesheets/custom.scss */
.modal-title a {
  text-decoration: underline;
}

/* line 596, /home/app/webapp/app/assets/stylesheets/custom.scss */
.mce-ico.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}

/* line 599, /home/app/webapp/app/assets/stylesheets/custom.scss */
.has_error {
  outline: 1px solid red;
}

/* line 603, /home/app/webapp/app/assets/stylesheets/custom.scss */
input[type="checkbox"] + label.delete_asset:before {
  top: 11px;
}

/* line 606, /home/app/webapp/app/assets/stylesheets/custom.scss */
input[type="checkbox"]:checked + label.delete_asset:after {
  top: 8px;
}

/* line 622, /home/app/webapp/app/assets/stylesheets/custom.scss */
.stage_tabs {
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
}
/* line 630, /home/app/webapp/app/assets/stylesheets/custom.scss */
.stage_tabs .is_tab {
  float: left;
  width: auto;
  border: 1px solid lightgrey;
  margin-left: -1px;
  position: relative;
  z-index: 120;
}
/* line 638, /home/app/webapp/app/assets/stylesheets/custom.scss */
.stage_tabs .is_tab a {
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  line-height: 30px;
  display: block;
}
/* line 645, /home/app/webapp/app/assets/stylesheets/custom.scss */
.stage_tabs .is_tab.selected, .stage_tabs .is_tab:hover {
  border-color: #1f92b8;
  cursor: pointer;
  z-index: 121;
}
