/*TREANT CSS*/
/* required LIB STYLES */
/* .Treant se automatski dodaje na svaki chart conatiner */
.Treant { position: relative; overflow: hidden; padding: 0 !important; }
.Treant > .node,
.Treant > .pseudo { position: absolute; display: block; visibility: hidden; }
.Treant.Treant-loaded .node,
.Treant.Treant-loaded .pseudo { visibility: visible; }
.Treant > .pseudo { width: 0; height: 0; border: none; padding: 0; }
.Treant .collapse-switch { width: 3px; height: 3px; display: block; border: 1px solid black; position: absolute; top: 1px; right: 1px; cursor: pointer; }
.Treant .collapsed .collapse-switch { background-color: #868DEE; }
.Treant > .node img {	border: none; float: left; }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-odnoklassniki{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:focus,.btn-odnoklassniki.focus{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:hover{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:active:hover,.btn-odnoklassniki.active:hover,.open>.dropdown-toggle.btn-odnoklassniki:hover,.btn-odnoklassniki:active:focus,.btn-odnoklassniki.active:focus,.open>.dropdown-toggle.btn-odnoklassniki:focus,.btn-odnoklassniki:active.focus,.btn-odnoklassniki.active.focus,.open>.dropdown-toggle.btn-odnoklassniki.focus{color:#fff;background-color:#b14c09;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none}
.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki[disabled].focus,fieldset[disabled] .btn-odnoklassniki.focus{background-color:#f4731c;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:hover{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#000;background-color:#98ccff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

/** initial setup **/
.nano {
    position : relative;
    width    : 100%;
    height   : 100%;
    overflow : hidden;
  }
  .nano > .nano-content {
    position      : absolute;
    overflow      : scroll;
    overflow-x    : hidden;
    top           : 0;
    right         : 0;
    bottom        : 0;
    left          : 0;
  }
  .nano > .nano-content:focus {
    outline: thin dotted;
  }
  .nano > .nano-content::-webkit-scrollbar {
    display: none;
  }
  .has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
  }
  .nano > .nano-pane {
    background : rgba(206, 206, 206, 0.25);
    position   : absolute;
    width      : 5px;
    right      : 1px;
    top        : 0;
    bottom     : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity    : .01;
    -webkit-transition    : .2s;
    transition            : .2s;
    border-radius         : 5px;
  }
  .nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, 0.25);
    position              : relative;
    margin                : 0 1px;
    border-radius         : 3px;
  }
  .nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 0.99;
  }
/************* VARIABLES ************/
/* MOODS */
@keyframes blink {
  0% {
    -webkit-filter: drop-shadow(-15px 0 6px rgba(31, 188, 207, 0.7));
            filter: drop-shadow(-15px 0 6px rgba(31, 188, 207, 0.7));
  }
  50% {
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-filter: drop-shadow(-15px 0 6px rgba(31, 188, 207, 0.7));
            filter: drop-shadow(-15px 0 6px rgba(31, 188, 207, 0.7));
  }
}
@-webkit-keyframes blink {
  0% {
    -webkit-filter: drop-shadow(-15px 0 6px rgba(31, 188, 207, 0.7));
            filter: drop-shadow(-15px 0 6px rgba(31, 188, 207, 0.7));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0);
            filter: drop-shadow(0 0 0);
  }
  100% {
    -webkit-filter: drop-shadow(-15px 0 6px rgba(31, 188, 207, 0.7));
            filter: drop-shadow(-15px 0 6px rgba(31, 188, 207, 0.7));
  }
}
/************* IMPORTS ************/
#hish-share-wrapper {
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 0.18s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: pop-upwards;
  -webkit-animation-timing-function: linear;
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.075s, 0.075s;
  -webkit-transition-property: top, left;
  -webkit-transition-timing-function: ease-out, ease-out;
  display: none;
  position: absolute;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.075s, 0.075s;
          transition-duration: 0.075s, 0.075s;
  -webkit-transition-property: top, left;
          transition-property: top, left;
  -webkit-transition-timing-function: ease-out, ease-out;
          transition-timing-function: ease-out, ease-out;
  z-index: 500;
}
#hish-share-wrapper:after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #262625;
  bottom: -3px;
  box-shadow: 0 0 2px #262625;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}
#hish-share-popover-inner {
  -webkit-box-shadow: rgba(0, 0, 0, 0.701961) 0px 1px 3px -1px, rgba(255, 255, 255, 0.0666667) 0px 0px 1px 0px inset, rgba(255, 255, 255, 0.14902) 0px 0px 2px 0px inset;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(49, 49, 47, 0.97)), to(#262625));
  background-image: -webkit-linear-gradient(top, rgba(49, 49, 47, 0.97), #262625);
  background-image: -webkit-linear-gradient(rgba(49, 49, 47, 0.972549), #262625);
  background-image: linear-gradient(rgba(49, 49, 47, 0.972549), #262625);
  background-repeat: repeat-x;
  border-bottom-color: #121211;
  border-left-color: #1c1c1b;
  border-radius: 5px;
  border-right-color: #1c1c1b;
  border-top-color: #262625;
  border: 1px solid;
  box-shadow: rgba(0, 0, 0, 0.701961) 0px 1px 3px -1px, rgba(255, 255, 255, 0.0666667) 0px 0px 1px 0px inset, rgba(255, 255, 255, 0.14902) 0px 0px 2px 0px inset;
  height: 40px;
  width: 60px;
}
#hish-share-arrow-wrapper {
  bottom: -11px;
  clip: rect(12px 24px 24px 0);
  color: #333332;
  display: block;
  left: 50%;
  margin-left: -12px;
  position: absolute;
}
#hish-share-arrow {
  -moz-transform: rotate(45deg) scale(0.5);
  -o-transform: rotate(45deg) scale(0.5);
  -webkit-transform: rotate(45deg) scale(0.5);
  background-color: #454543;
  border: 2px solid #121211;
  display: block;
  height: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
          transform: rotate(45deg) scale(0.5);
  width: 20px;
}
.highlight-on-over {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
.highlight-on-over:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
html {
  font-family: "Lucida Grande", Verdana;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  height: 100%;
  font-family: "Lucida Grande", Verdana;
  font-size: 0.9em;
  background-color: white;
  margin: 0;
  padding-bottom: 70px;
  padding: 0;
}
input {
  font-size: 0.9em;
}
select {
  font-size: 0.9em;
}
table:not(..md-calendar-day-header) {
  margin-left: 7px;
  margin-top: -10px;
}
h4 {
  color: #1fbccf;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
}
a {
  color: #1fbccf;
  cursor: pointer !important;
}
a:hover {
  color: #43001e;
  cursor: pointer !important;
}
h1 {
  color: #1b395a;
}
#wrapper.wrapper-news {
  background-color: transparent;
}
body.progress-background #wrapper {
  background: white;
  background-size: cover;
  height: auto;
}
#wrapper,
#wrapper .right,
#wrapper .right .main,
.ng-scope:not(iframe) {
  height: auto;
}
#page-content-wrapper {
  height: auto;
  padding: 15px;
  width: 100%;
}
body.login > .ng-scope,
body.login #wrapper,
body.login .right,
body.login .main,
body.login .main > .ng-scope,
body.login .container,
body.login #page-content-wrapper {
  height: 100%;
}
body.login .cg-notify-message {
  height: auto;
}
body.main-competence #wrapper,
body.main-competence .right,
body.main-competence .main,
body.main-competence .main,
body.main-competence .ng-scope,
body.main-competence .container,
body.main-competence #page-content-wrapper {
  height: 100%;
}
body.main-competence .cg-notify-message {
  height: auto;
}
iframe {
  margin-top: 15px;
}
section.main {
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  height: 100%;
  position: relative;
}
.user-favorites h1 {
  color: #1fbccf;
  background-color: #1b395a;
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
}
.user-favorites li {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  background-color: rgba(31, 188, 207, 0.2);
  color: #1b395a;
  display: block;
}
.user-favorites li:not(:last-child) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
.user-favorites li:hover {
  background-color: rgba(31, 188, 207, 0.7);
}
.user-favorites li span {
  text-align: left;
  display: block;
}
.video-js {
  width: 100%;
}
.edit_profile {
  width: 75%;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0px 0px 12px #c4c9cd;
  margin-bottom: 15px;
}
.edit_profile .btn-success {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
.edit_profile .btn-img-upload-container .btn-primary {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  border: none;
  background-color: #1fbccf;
}
.edit_profile .btn-img-upload-container .btn-primary:hover {
  background-color: #1b395a;
}
.lexique-container {
  border: 1px solid #c4c9cd;
}
.lexique-container p,
.lexique-container h3 {
  padding: 0 15px;
  margin: 0;
}
.lexique-container p {
  padding: 15px;
  margin: 0 15px;
  margin-bottom: 25px;
}
.lexique-container p:not(.last) {
  border-bottom: 1px solid rgba(196, 201, 205, 0.3);
}
.lexique-container h1 {
  color: #1fbccf;
  text-transform: uppercase;
  background-color: #1b395a;
  padding: 15px;
  margin: 0;
}
.annotations .allComment {
  padding-top: 0;
  margin-top: 0;
  border: 1px solid #c4c9cd;
  margin-bottom: 10px;
}
.annotations md-list {
  padding-left: 15px;
  padding-right: 15px;
}
.annotations md-list md-list-item {
  background-color: rgba(196, 201, 205, 0.1);
  border-bottom: 1px solid #c4c9cd;
  margin-bottom: 5px;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  cursor: pointer;
  padding-left: 0;
  min-height: 30px;
}
.annotations md-list md-list-item:hover {
  background-color: rgba(196, 201, 205, 0.13);
  box-shadow: 1px 1px 8px #c4c9cd;
}
.annotations md-list md-list-item .annot-link {
  font-size: 15px;
  padding-left: 10px;
  color: #1fbccf;
  cursor: pointer;
}
.annotations h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 15px;
  color: #1fbccf;
  background-color: rgba(27, 57, 90, 0.9);
  margin-bottom: 0;
}
.annotations .sectionTitle {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 15px;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(31, 188, 207, 0.2);
}
.todo-container .task-terminated {
  text-decoration: line-through;
}
.todo-container h1 {
  margin-bottom: 25px;
}
.todo-container ul {
  padding: 15px;
  margin-top: 35px;
}
#highlightText {
  cursor: pointer;
  display: inline-block;
  font-size: 1.35em;
  height: 30px;
  margin-left: 5px;
  padding-top: 4px;
}
#edit-highlight {
  cursor: pointer;
  display: inline-block;
  font-size: 1.35em;
  height: 30px;
  margin-left: 17px;
  padding-top: 4px;
}
.modal_bottom {
  left: 0% !important;
  position: fixed;
  top: 55% !important;
}
#container {
  height: 100vh;
  margin: 0 auto;
  position: relative;
  width: 100vw;
}
#left-container {
  height: 100vh;
  position: absolute;
  top: 0;
}
#right-container {
  height: 100vh;
  position: absolute;
  top: 0;
}
#right-container h4 {
  text-indent: 8px;
}
#center-container {
  background-color: #1a1a1a;
  color: #cccccc;
  height: 100vh;
  position: absolute;
  top: 0;
}
.text {
  margin: 7px;
}
#inner-details {
  font-size: 0.8em;
  list-style: none;
  margin: 7px;
}
#log {
  color: #1fbccf;
  font-size: 1.0em;
  font-weight: bold;
  position: absolute;
  top: 10px;
}
#infovis {
  height: 100vh;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.tip {
  -moz-box-shadow: #555555 2px 2px 8px;
  -o-box-shadow: #555555 2px 2px 8px;
  -webkit-box-shadow: #555555 2px 2px 8px;
  background-color: red;
  border: 1px solid #cccccc;
  box-shadow: #555555 2px 2px 8px;
  color: #111111;
  filter: alpha(opacity=90);
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  opacity: 0.9;
  padding: 7px;
  width: 25vw;
}
.row-horizon {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.row-horizon > [class*="col-lg"],
.row-horizon > [class*="col-md"],
.row-horizon > [class*="col-sm"],
.row-horizon > [class*="col-xs"] {
  float: none;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.row-horizon > .col-xs-12 {
  width: 90%;
}
.row-horizon > .col-xs-11 {
  width: 82.5%;
}
.row-horizon > .col-xs-10 {
  width: 75%;
}
.row-horizon > .col-xs-9 {
  width: 67.5%;
}
.row-horizon > .col-xs-8 {
  width: 60%;
}
.row-horizon > .col-xs-7 {
  width: 52.5%;
}
.row-horizon > .col-xs-6 {
  width: 45%;
}
.row-horizon > .col-xs-5 {
  width: 37.5%;
}
.row-horizon > .col-xs-4 {
  width: 30%;
}
.row-horizon > .col-xs-3 {
  width: 22.5%;
}
.row-horizon > .col-xs-2 {
  width: 15%;
}
.row-horizon > .col-xs-1 {
  width: 7.5%;
}
@media (min-width: 768px) {
  .row-horizon > .col-sm-12 {
    width: 90%;
  }
  .row-horizon > .col-sm-11 {
    width: 82.5%;
  }
  .row-horizon > .col-sm-10 {
    width: 75%;
  }
  .row-horizon > .col-sm-9 {
    width: 67.5%;
  }
  .row-horizon > .col-sm-8 {
    width: 60%;
  }
  .row-horizon > .col-sm-7 {
    width: 52.5%;
  }
  .row-horizon > .col-sm-6 {
    width: 45%;
  }
  .row-horizon > .col-sm-5 {
    width: 37.5%;
  }
  .row-horizon > .col-sm-4 {
    width: 30%;
  }
  .row-horizon > .col-sm-3 {
    width: 22.5%;
  }
  .row-horizon > .col-sm-2 {
    width: 15%;
  }
  .row-horizon > .col-sm-1 {
    width: 7.5%;
  }
}
@media (min-width: 992px) {
  .row-horizon > .col-md-12 {
    width: 90%;
  }
  .row-horizon > .col-md-11 {
    width: 82.5%;
  }
  .row-horizon > .col-md-10 {
    width: 75%;
  }
  .row-horizon > .col-md-9 {
    width: 67.5%;
  }
  .row-horizon > .col-md-8 {
    width: 60%;
  }
  .row-horizon > .col-md-7 {
    width: 52.5%;
  }
  .row-horizon > .col-md-6 {
    width: 45%;
  }
  .row-horizon > .col-md-5 {
    width: 37.5%;
  }
  .row-horizon > .col-md-4 {
    width: 30%;
  }
  .row-horizon > .col-md-3 {
    width: 22.5%;
  }
  .row-horizon > .col-md-2 {
    width: 15%;
  }
  .row-horizon > .col-md-1 {
    width: 7.5%;
  }
}
@media (min-width: 1200px) {
  .row-horizon > .col-lg-12 {
    width: 90%;
  }
  .row-horizon > .col-lg-11 {
    width: 82.5%;
  }
  .row-horizon > .col-lg-10 {
    width: 75%;
  }
  .row-horizon > .col-lg-9 {
    width: 67.5%;
  }
  .row-horizon > .col-lg-8 {
    width: 60%;
  }
  .row-horizon > .col-lg-7 {
    width: 52.5%;
  }
  .row-horizon > .col-lg-6 {
    width: 45%;
  }
  .row-horizon > .col-lg-5 {
    width: 37.5%;
  }
  .row-horizon > .col-lg-4 {
    width: 30%;
  }
  .row-horizon > .col-lg-3 {
    width: 22.5%;
  }
  .row-horizon > .col-lg-2 {
    width: 15%;
  }
  .row-horizon > .col-lg-1 {
    width: 7.5%;
  }
}
@media (max-width: 875px) {
  #copyright {
    right: 5vw;
  }
}
@media (max-width: 768px) {
  #style-1::-webkit-scrollbar-track {
    color: white;
    background-color: white;
  }
  #style-1::-webkit-scrollbar {
    width: 12px;
    color: white;
    background-color: white;
  }
  #style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: white;
  }
}
.browsehappy {
  background: #cccccc;
  color: #000000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}
.node {
  cursor: pointer;
}
.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}
svg {
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
}
.node text {
  font: 10px sans-serif;
}
.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 0.9px;
}
.marketing {
  margin: 40px 0;
  padding-left: 0;
  padding-left: 15px;
  padding-right: 0;
  padding-right: 15px;
}
.marketing p + h4 {
  margin-top: 28px;
}
footer {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  height: 70px !important;
}
footer .navbar {
  background-color: #1b395a !important;
}
footer .singlelink {
  padding-top: 27px;
  font-size: 14px;
}
footer .singlelink a {
  color: white !important;
}
footer .singlelink a:hover {
  color: #1fbccf !important;
  text-decoration: underline !important;
}
footer ul li {
  padding-top: 15px;
  padding-bottom: 10px;
  color: white;
}
footer ul li a {
  color: white;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
footer ul li a span {
  color: white !important;
}
footer ul li a:hover span {
  color: #1fbccf !important;
  text-decoration: underline !important;
}
footer ul li img {
  max-height: 50px;
  width: auto !important;
}
footer ul li img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
footer .footer-login {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
footer .footer-login .footer-section {
  color: white;
  padding: 5px;
}
footer .footer-login .footer-section a,
footer .footer-login .footer-section img {
  color: white;
  margin-left: 5px;
  margin-right: 5px;
}
footer .footer-login .footer-section img {
  vertical-align: initial;
}
footer .footer-login .footer-section a {
  text-decoration: underline;
}
footer .footer-login .footer-section .imgs {
  text-align: left;
  float: left;
}
footer .footer-login .footer-section .imgs a {
  text-decoration: none;
}
footer .footer-login .footer-section .imgs a:hover {
  text-decoration: none;
}
footer .footer-login .footer-section .imgs img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
footer .footer-login .footer-section .imgs img:hover {
  -webkit-filter: contrast(200%);
  -moz-filter: contrast(200%);
  -o-filter: contrast(200%);
  -ms-filter: contrast(200%);
  filter: contrast(200%);
}
footer .footer-login .footer-section .whoarewe {
  text-align: left;
  float: left;
}
footer .footer-login .footer-section .whoarewe a {
  text-decoration: none;
}
footer .footer-login .footer-section .whoarewe a:hover {
  color: #1fbccf;
  text-decoration: underline;
}
@media screen and (min-width: 991px) {
  .container {
    max-width: 75%;
  }
  .header .container {
    padding-right: 0;
    max-width: 82%;
  }
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
.wrapper-news {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-color: white;
  padding-right: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.wrapper-news:not(.toggled) #sidebar-wrapper-news {
  overflow-y: hidden;
}
.wrapper-news {
  overflow: hidden;
}
.wrapper-news #sidebar-wrapper-news {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-color: white;
  box-shadow: -2px 1px 10px 0px #c0c0c0;
  height: 100%;
  right: -260px;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  width: 250px;
  z-index: 999;
}
.wrapper-news #sidebar-wrapper-news .news-title-logo {
  position: absolute;
  left: 20px;
  top: 15px;
}
.wrapper-news #sidebar-wrapper-news #news-toggleCross {
  position: absolute;
  top: 15px;
  right: 5px;
}
.wrapper-news.togglednews {
  overflow: auto;
}
.wrapper-news.togglednews #sidebar-wrapper-news {
  right: 0px;
}
.btn-sidebar-news {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  border-radius: 0 !important;
  color: #1b395a;
  text-decoration: none;
  padding: 8px 10px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  z-index: 998;
  background-color: rgba(196, 201, 205, 0.5);
}
.btn-sidebar-news:hover {
  text-decoration: none;
  color: #1b395a;
  background-color: rgba(196, 201, 205, 0.9);
}
.btn-sidebar-news img {
  margin-top: -3px;
  padding-left: 10px;
}
#menu-toggleCross {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  top: -10px;
  right: -4px;
  text-align: center;
  border-radius: 100%;
}
#menu-toggleCross span.fa-times {
  color: white;
  background-color: rgba(128, 128, 128, 0.5);
  padding: 5px 10px;
}
#menu-toggleCross:hover {
  text-decoration: none;
  color: #102646;
}
#menu-toggleCross span {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  margin: auto;
  font-size: 15px;
}
#menu-toggle {
  color: white;
  left: 0px;
  top: 50px;
  position: absolute;
  z-index: 998;
}
#menu-togglehover,
#menu-togglefocus,
#menu-toggle:active,
#menu-toggle:visited {
  outline: none;
}
#menu-toggle i {
  text-align: center;
  position: absolute;
  line-height: 40px;
  left: 12px;
  font-size: 18px;
  color: gray;
}
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  cursor: pointer;
  margin-top: 40px;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: grey;
  font-size: 14px;
  height: 20px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999999;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  background: white;
  border-color: #1fbccf;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.5px;
  display: block;
  height: 25px !important;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 26px;
  width: 25px !important;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  border-radius: 50px;
  height: 18px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 18px;
}
.bs-wizard > .bs-wizard-step > .progress {
  border-radius: 0px;
  box-shadow: none;
  height: 4px;
  margin: 20px 0;
  background: none;
  position: relative;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  background: #1fbccf;
  box-shadow: none;
  -webkit-transition: 0.1s all;
          transition: 0.1s all;
  width: 0px;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
.bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {
  color: #1fbccf;
  font-size: 14px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {
  border: 1px solid #1fbccf;
  border-radius: 50%;
  background: #1b395a;
  color: white;
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 26px;
  width: 20px;
}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {
  background-color: #1b395a;
  height: 50%;
  width: 50%;
  left: 4.9px;
  top: 4.5px;
  position: absolute;
}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
  background: #1b395a;
  color: white;
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 26px;
  width: 20px;
}
.jit-autoadjust-label {
  padding: 15px;
}
#update {
  margin: 0px 35px 10px 35px;
  text-align: center;
  width: 100px;
}
#restore {
  margin: 0px 35px 10px 35px;
  text-align: center;
  width: 100px;
}
.button {
  -moz-border-radius: 0.5em;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.5em;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  font: 14px / 100% Arial, Helvetica, sans-serif;
  outline: none;
  padding: 0.5em 1em 0.55em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}
.white {
  background: -moz-linear-gradient(top, white, #ededed);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
  background: white;
  border: solid 1px #b7b7b7;
  color: #606060;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ededed');
}
.white:hover {
  background: #ededed;
  background: -moz-linear-gradient(top, white, #dcdcdc);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#dcdcdc));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#dcdcdc');
}
.white:active {
  background: -moz-linear-gradient(top, #ededed, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(white));
  color: #999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='white');
}
.btn {
  border-radius: 0px;
}
* {
  margin: 0;
  padding: 0;
}
md-select-menu {
  background-color: white;
}
.dataTables_wrapper .btn {
  padding: 7px 10px;
  font-size: 9px;
  margin-left: 5px;
  border-radius: 5px;
}
.bodybo .navbar-default .navbar-nav > li:hover > a {
  color: white;
}
.bodybo .navbar-default .navbar-nav > li > a {
  color: #1fbccf;
}
.back-office {
  background: url('../resources/bg_1.jpg') no-repeat center center fixed;
  background-size: 100% auto;
  overflow: auto;
}
.right {
  border: none;
}
.right.bo .isdraft {
  background-color: rgba(31, 188, 207, 0.1);
  padding-top: 5px;
  padding-bottom: 5px;
}
.right.bo .accueilbo {
  margin-top: 0;
}
.right.bo .container-fluid .content {
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: white;
  padding-bottom: 15px;
}
.right.bo .container-fluid .content.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.right.bo .container-fluid .content md-checkbox {
  margin: 10px 0;
  display: block;
}
.top {
  border: none;
  left: 0;
  top: 0;
  width: 100%;
}
.navbar-fixed {
  display: table;
  width: 100%;
}
.navbar-first {
  background-color: white;
  border-style: none;
  display: inline-block;
  padding-bottom: 80px;
}
.navbar-first small {
  color: #B7829D;
  font-size: 25px!important;
  font-weight: 900;
}
.navbar-second {
  background-color: white;
  border-style: none;
  margin-bottom: 0px;
}
.navbar-brand {
  font-size: 40px;
  line-height: 12px;
  padding-bottom: 5px;
  padding-top: 20px;
}
.navbar-brand small {
  display: block;
  font-size: 15px;
  padding-top: 15px;
}
.dropdown-menu {
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  background-color: #1b395a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.dropdown-menu > li > a {
  color: black;
}
.dropdown-toggle > a:active {
  background-color: red;
}
#sidebar-wrapper {
  border-right: 1px solid #c4c9cd;
  width: 250px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: url('../resources/dashboard_bg.jpg') no-repeat top left fixed;
  opacity: 100%;
  background: white;
  background-size: cover;
  overflow-x: hidden;
  height: 100%;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  color: white;
  overflow-y: auto;
  top: 0;
  position: fixed;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  z-index: 999;
}
#sidebar-wrapper.panel-plan {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  color: #1b395a;
  background: white;
  padding-top: 54px;
}
#sidebar-wrapper.panel-plan .togglePlan,
#sidebar-wrapper.panel-plan .toggleCommentaires {
  background-color: #1b395a;
  color: white;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  position: relative;
  float: left;
}
#sidebar-wrapper.panel-plan .togglePlan:hover,
#sidebar-wrapper.panel-plan .toggleCommentaires:hover,
#sidebar-wrapper.panel-plan .togglePlan:active,
#sidebar-wrapper.panel-plan .toggleCommentaires:active,
#sidebar-wrapper.panel-plan .togglePlan:focus,
#sidebar-wrapper.panel-plan .toggleCommentaires:focus,
#sidebar-wrapper.panel-plan .togglePlan:visited,
#sidebar-wrapper.panel-plan .toggleCommentaires:visited {
  outline: none;
}
#sidebar-wrapper.panel-plan .togglePlan i,
#sidebar-wrapper.panel-plan .toggleCommentaires i {
  position: absolute;
  right: 10px;
  top: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
#sidebar-wrapper.panel-plan .togglePlan i.reverse,
#sidebar-wrapper.panel-plan .toggleCommentaires i.reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#sidebar-wrapper.panel-plan .item-title:hover {
  text-decoration: underline;
}
#sidebar-wrapper.panel-plan .plan-content {
  padding-bottom: 70px !important;
  padding-left: 10px;
  float: left;
  width: 100%;
}
#sidebar-wrapper.panel-plan .plan-content .plan-item-index {
  padding-right: 7px;
  width: 14%;
  /* display: block; */
  float: left;
}
#sidebar-wrapper.panel-plan .plan-content .plan-item-content {
  float: left;
  width: 86%;
  margin-bottom: 15px;
}
#sidebar-wrapper.panel-plan .img-container {
  width: 100%;
  height: 150px;
}
#sidebar-wrapper.panel-plan li {
  font-weight: bold;
  padding: 5px;
}
#sidebar-wrapper.panel-plan li fiche,
#sidebar-wrapper.panel-plan li qcm {
  display: block;
  margin-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#sidebar-wrapper.panel-plan li fiche li span,
#sidebar-wrapper.panel-plan li qcm li span {
  text-transform: none;
  cursor: pointer;
}
#sidebar-wrapper.panel-plan li fiche li span:hover,
#sidebar-wrapper.panel-plan li qcm li span:hover {
  text-decoration: underline;
}
#sidebar-wrapper.panel-plan li fiche span,
#sidebar-wrapper.panel-plan li qcm span {
  outline: none;
  text-transform: uppercase;
}
#sidebar-wrapper.panel-plan li fiche.active,
#sidebar-wrapper.panel-plan li qcm.active {
  color: #1fbccf;
}
#sidebar-wrapper.panel-plan li fiche.active li span,
#sidebar-wrapper.panel-plan li qcm.active li span {
  color: #1b395a;
}
#sidebar-wrapper.panel-plan li fiche.active li span.sectionActive,
#sidebar-wrapper.panel-plan li qcm.active li span.sectionActive {
  color: #1fbccf;
}
#sidebar-wrapper.panel-plan li fiche.seen i,
#sidebar-wrapper.panel-plan li qcm.seen i {
  margin-left: 5px;
  font-size: 15px;
}
#sidebar-wrapper.panel-plan .plan h4 {
  text-transform: uppercase;
  cursor: pointer;
}
#sidebar-wrapper.panel-plan .plan .plan-container .parcours-text-container {
  margin-top: -10px;
}
#sidebar-wrapper.panel-plan .plan .plan-container .parcours-text-container .plan-comments {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
#sidebar-wrapper.panel-plan .plan .plan-container .parcours-text-container .plan-comments .panel-comment-container {
  float: left;
  width: 100%;
}
#sidebar-wrapper.panel-plan .plan .plan-container .parcours-text-container .plan-comments .panel-comment-container fiche {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}
#sidebar-wrapper.panel-plan .plan .plan-container .parcours-text-container .plan-comments .panel-comment-container li {
  padding-left: 46px;
}
#sidebar-wrapper.panel-plan .plan .plan-container .user-container {
  text-align: center;
}
#sidebar-wrapper.panel-plan ul {
  padding-left: 0px;
  margin-left: -5px;
  width: 100%;
  font-size: 10px;
}
#sidebar-wrapper.panel-plan ul:last-child {
  border-bottom: none;
}
#sidebar-wrapper.panel-plan ul ul {
  list-style: none;
}
#sidebar-wrapper.panel-plan ul ul li {
  font-weight: normal;
}
.centerElement {
  text-align: center;
}
.nameUser {
  color: #102646;
  text-transform: capitalize;
}
.navli {
  font-size: 18px;
  list-style-type: none;
  padding-right: 5px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.navli img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.navli img,
.navli span {
  width: 55px;
}
.navli a {
  color: rgba(16, 38, 70, 0.7);
}
.navli a span {
  text-align: center;
  color: #102646;
}
.btn-sidebar,
.btn-sidebar:hover,
.btn-sidebar:active,
.btn-sidebar:focus {
  background-color: #1b395a !important;
  border-color: #1b395a !important;
}
.btn-sidebar {
  border-radius: 0 !important;
}
.forgotPassword {
  margin: 25px;
}
.btn-signin {
  background-color: #B7829D;
}
.btn-connect {
  background-color: #2f3845;
  color: white;
}
.btn-connect:hover {
  background-color: #2f3845;
  color: white;
}
.footer-li li {
  list-style-type: none;
}
.edit-fiche img {
  height: auto;
  max-width: 100%;
}
.btn-circle {
  border-radius: 15px;
  font-size: 12px;
  height: 30px;
  line-height: 1.428571429;
  padding: 6px 0;
  text-align: center;
  width: 30px;
}
.btn-circle.btn-lg {
  border-radius: 25px;
  font-size: 18px;
  height: 50px;
  line-height: 1.33;
  padding: 10px 16px;
  width: 50px;
}
.btn-circle.btn-xl {
  border-radius: 35px;
  font-size: 24px;
  height: 70px;
  line-height: 1.33;
  padding: 10px 16px;
  width: 70px;
}
.nav-section a:link {
  color: black;
  text-decoration: none;
}
.nav-section a:visited {
  color: black;
  text-decoration: none;
}
.nav-section a:hover {
  color: black;
  text-decoration: none;
}
.nav-section a:active {
  color: black;
  text-decoration: none;
}
.btn.text i {
  margin-right: 10px;
}
.form-group {
  width: 100%;
}
.lexiqueWord {
  border-bottom: 1px dotted #000000;
  font-weight: bold;
  text-decoration: none;
}
.quiz {
  list-style: none;
  margin: 0;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  padding: 0 30px 20px 30px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quiz-question {
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 20px 0 10px 0;
}
.quiz-answer {
  background: #f7f7f7;
  cursor: pointer;
  margin-bottom: 5px;
  margin: 0;
  padding: 10px;
}
.linked-sheets {
  margin-top: 40px;
  overflow: inherit;
}
.quiz-result {
  color: white;
  font-weight: bold;
  margin: 0 auto;
  max-width: 960px;
  padding: 20px;
  text-align: center;
}
.goodRep {
  background: #27ae60;
}
.quiz-result.mid {
  background: orange;
}
.badRep {
  background: #c0392b;
}
.quizSep {
  margin-top: 0px;
}
.show_profile section {
  margin-bottom: 10px;
  margin-top: 10px;
}
.show_profile section:nth-child(odd) {
  background-color: rgba(219, 218, 206, 0.3);
}
.memberAvatar {
  height: 150px;
  margin-top: 20px;
  width: 150px;
}
.memberAvatar img {
  height: 100%;
  width: auto;
}
.changePicture {
  text-align: center;
}
.changePicture .imgContainer {
  height: 150px;
  margin-top: 20px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.changePicture .imgContainer .user {
  height: 150px;
  width: 150px;
}
.changePicture .imgContainer .user img {
  height: 100%;
  width: auto;
}
.btn-img-upload-container {
  margin-top: 15px;
}
.user {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  height: 85px;
  width: 85px;
}
.user#menu-toggle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 15px;
  height: 40px;
  width: 40px;
}
.user#menu-toggle:hover {
  box-shadow: 0 0 110x #000000;
}
.chosen-container {
  width: 100% !important;
}
.profileInfos {
  padding-top: 25px;
}
.profileInfos .user {
  position: relative;
}
.profileInfos .user img.user-picture-background {
  width: 250px;
  position: absolute;
  left: -79px;
  top: -22px;
  z-index: -1;
  overflow: hidden;
  display: none;
}
.user-description {
  margin-top: 15px;
  min-height: 70px;
  width: 80%;
}
md-content.userprofile-content {
  margin-top: 15px;
}
.aNews {
  padding: 10px;
}
.dateNews {
  color: grey;
  font-style: italic;
  margin-left: 30px;
}
.titleNews {
  margin-left: 60px;
}
.titleNews h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}
.textNews {
  color: grey;
  text-transform: capitalize;
}
.nodeElement {
  padding: 25px;
}
.lexiqueBtn {
  float: left;
}
.md-button.md-raised.md-draft {
  background-color: #1fbccf;
  color: white;
}
.md-button.md-raised.md-draft:hover {
  background-color: rgba(31, 188, 207, 0.7);
}
md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #1b395a;
}
.md-button.md-raised.md-modif,
.md-button.md-raised.md-modif:hover {
  background-color: #1b395a;
  color: white;
}
.md-button.md-raised.md-modif:hover,
.md-button.md-raised.md-modif:hover:hover {
  background-color: rgba(27, 57, 90, 0.7);
}
.md-comment {
  float: left;
}
md-content {
  margin-top: 15px;
  background-color: white;
}
md-content md-list {
  padding-top: 0px;
  padding-bottom: 0px;
}
md-content md-input-container label.second-password-error {
  color: red !important;
}
.success-message {
  color: green;
}
.mce-cv-label {
  color: rgba(0, 0, 0, 0.541176);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 0px;
  padding: 5px;
}
.formation-list-container {
  margin-top: 20px;
}
.formation-list-container md-checkbox span {
  font-weight: normal;
}
md-checkbox.md-checked .md-icon {
  background-color: #7ed0fe;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.col-xs-15 {
  float: left;
  width: 20%;
}
.col-sm-15 {
  float: left;
  width: 20%;
}
.boxcontainer {
  position: relative;
}
#wrapper {
  padding-bottom: 100px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
#wrapper .container.toggled {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  -webkit-transform: translateX(14%);
          transform: translateX(14%);
}
#wrapper .container {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  min-height: 500px;
}
#wrapper.toggled {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
#wrapper.toggled.toggled #sidebar-wrapper {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#wrapper.toggled.toggled #page-content-wrapper {
  margin-right: -20%;
}
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0;
  text-align: center;
  padding-top: 83px;
}
.sidebar-nav ul {
  display: inline-block;
  text-align: left;
}
.sidebar-nav ul li {
  line-height: 50px;
}
.sidebar-nav ul li a {
  display: block;
  text-decoration: none;
}
.sidebar-nav ul li a:hover {
  background: rgba(31, 188, 207, 0.2);
  color: #102646;
  text-decoration: none;
}
.sidebar-nav ul li a:active {
  text-decoration: none;
}
.sidebar-nav ul li a:focus {
  text-decoration: none;
}
.sidebar-nav .footer-links {
  margin-top: 5px;
  color: #1fbccf;
  text-decoration: none;
  display: inline-block;
}
.sidebar-nav .footer-links a {
  letter-spacing: 2px;
  text-align: left;
  margin-top: 5px;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  display: block;
}
.sidebar-nav .footer-links a:hover {
  text-decoration: none;
  color: white;
}
.sidebar-nav .sidebar-footer {
  padding: 0 10px;
  border-top: 1px solid rgba(31, 188, 207, 0.3);
}
.sidebar-nav .sidebar-footer div img {
  margin-top: 10px;
  max-width: 55px;
}
.header-searchbox {
  width: 80%;
  margin-left: 12px;
  padding: 7px;
  margin-bottom: 10px;
  background-color: rgba(196, 201, 205, 0.2);
}
.sidebar-nav > .sidebar-brand {
  font-size: 18px;
  height: 65px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  background: none;
  color: white;
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
@media (max-width: 1108px) {
  footer .singlelink {
    font-size: 12px;
  }
  footer ul li img {
    max-height: 29px;
  }
}
@media (max-width: 991px) {
  footer .singlelink {
    padding-top: 5px;
    font-size: 14px;
  }
  footer ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.highlighted-text {
  background-color: #1fbccf;
}
.sectionCommentaires {
  margin-top: 15px;
}
.sectionCommentaires > span {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin: 5px 0;
  font-size: 1.3em;
}
.link-preview {
  position: relative;
  height: 100%;
}
.link-preview:focus,
.link-preview:active,
.link-preview:visited,
.link-preview:hover {
  outline: none;
}
.link-preview .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.link-preview .row .link-container {
  border: 1px solid rgba(196, 201, 205, 0.5);
  min-height: 150px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  cursor: pointer;
}
.link-preview .row .link-container .imgcontainer {
  overflow: hidden;
  top: 0px;
  bottom: 0px;
  width: 30%;
  position: absolute;
}
.link-preview .row .link-container .imgcontainer .imgbg {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  position: absolute;
  background-position: 100% ;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0px;
  width: 100%;
}
.link-preview .row .link-container .infolink {
  width: 70%;
  margin-left: 30%;
  padding: 15px;
}
.link-preview .row .link-container .infolink .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.link-preview .row .link-container .infolink .desc {
  max-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.link-preview .row .link-container:hover {
  background-color: rgba(196, 201, 205, 0.3);
}
.link-preview .row .link-container:hover .imgcontainer .imgbg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.sectionAnnot {
  margin-bottom: 15px;
}
.description-container {
  padding-left: 0;
}
.description-container .fiche-description {
  padding: 10px;
  background-color: rgba(196, 201, 205, 0.2);
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
  display: block;
  margin-bottom: 5px;
}
.linked-fiches-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.linked-fiches-container .fichesListContainer {
  height: auto;
}
.linked-fiches-container .fichesListContainer .fichesList {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: red;
  padding: 10px;
  background-color: rgba(31, 188, 207, 0.2);
}
.linked-fiches-container .fichesListContainer .fichesList > div {
  background-color: #1b395a;
  color: #1fbccf;
  text-transform: uppercase;
  padding: 5px;
  margin: -10px -10px 5px -10px;
}
.linked-fiches-container .fichesListContainer .fichesList li {
  margin-bottom: 5px;
}
.linked-fiches-container .fichesListContainer .fichesList a {
  color: #102646;
  border-bottom: 1px solid #1fbccf;
}
.panel .collapsed-header {
  cursor: pointer;
}
.bottom-container {
  position: relative;
  margin: 15px 0 35px 0;
  padding: 15px 0;
  width: 100%;
}
.bottom-container .next-btn,
.bottom-container .prev-btn {
  bottom: 0;
  top: 0;
  position: absolute;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
  color: #1b395a;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  background-image: url('../resources/suivi_fusee.png');
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 50px;
  width: 100px;
}
.bottom-container .next-btn span,
.bottom-container .prev-btn span {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  bottom: -7px;
  position: absolute;
  left: 0;
}
.bottom-container .next-btn:hover span,
.bottom-container .prev-btn:hover span {
  color: #1fbccf;
}
.bottom-container .next-btn.next-btn,
.bottom-container .prev-btn.next-btn {
  right: -15px;
}
.bottom-container .next-btn.next-btn.lg,
.bottom-container .prev-btn.next-btn.lg {
  right: -45px;
}
.bottom-container .next-btn.next-btn.lg span,
.bottom-container .prev-btn.next-btn.lg span {
  bottom: -25px;
  position: absolute;
  left: -8px;
}
.bottom-container .next-btn.prev-btn,
.bottom-container .prev-btn.prev-btn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -15px;
}
.bottom-container .next-btn.prev-btn span,
.bottom-container .prev-btn.prev-btn span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: -7px;
  left: -12px;
  bottom: auto;
}
.fiche-header-container {
  padding-top: 25px;
  width: 100%;
  padding-bottom: 15px;
}
.fiche-header-container .btnfav,
.fiche-header-container .btn-toggle-comment {
  margin-bottom: -15px;
  margin-right: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('../resources/btn_favoris.png');
  background-size: cover;
}
.fiche-header-container .btnfav:active,
.fiche-header-container .btn-toggle-comment:active,
.fiche-header-container .btnfav:focus,
.fiche-header-container .btn-toggle-comment:focus,
.fiche-header-container .btnfav:visited,
.fiche-header-container .btn-toggle-comment:visited {
  outline: none;
  border: none;
  box-shadow: none;
}
.fiche-header-container .btnfav.fav-fiche-selected,
.fiche-header-container .btn-toggle-comment.fav-fiche-selected {
  background-image: url('../resources/btn_favoris_actif.png');
}
.fiche-header-container .fiche-title-container {
  padding-left: 0;
}
.fiche-header-container .fiche-title-container i {
  font-size: 23px;
  color: darkgray;
  margin-right: 10px;
}
.fiche-header-container .fiche-title-container i:active,
.fiche-header-container .fiche-title-container i:focus,
.fiche-header-container .fiche-title-container i:visited,
.fiche-header-container .fiche-title-container i:hover {
  outline: none;
}
.fiche-header-container .fiche-title-container i.active {
  color: #1fbccf;
}
.fiche-header-container .fiche-title-container i.fa-star {
  color: #ffe330;
}
.fiche-header-container .fiche-title {
  display: inline-block;
  margin: 0;
  margin-right: 5%;
}
.fiche-header-container .btn-toggle-comment {
  width: 50px;
  height: 50px;
  background-image: url('../resources/btn_action.png');
  background-size: cover;
  display: inline-block;
}
.fiche-header-container .btn-toggle-comment:active,
.fiche-header-container .btn-toggle-comment:focus,
.fiche-header-container .btn-toggle-comment:visited {
  outline: none;
  border: none;
  box-shadow: none;
}
.fiche-header-container .btn-toggle-comment.highlighted-text {
  background-color: transparent;
  background-image: url('../resources/btn_action_actif.png');
}
.md-button.md-default-theme.md-primary.md-fab,
.md-button.md-primary.md-fab,
.md-button.md-default-theme.md-primary.md-raised,
.md-button.md-primary.md-raised {
  background-color: #1b395a;
}
.md-button.md-default-theme.md-primary.md-fab:hover,
.md-button.md-primary.md-fab:hover,
.md-button.md-default-theme.md-primary.md-raised:hover,
.md-button.md-primary.md-raised:hover {
  background-color: #1b395a;
}
.md-button.md-default-theme.md-primary.md-fab:not([disabled]).md-focused,
.md-button.md-primary.md-fab:not([disabled]).md-focused,
.md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover,
.md-button.md-primary.md-fab:not([disabled]):hover,
.md-button.md-default-theme.md-primary.md-raised:not([disabled]).md-focused,
.md-button.md-primary.md-raised:not([disabled]).md-focused,
.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover,
.md-button.md-primary.md-raised:not([disabled]):hover {
  background-color: #1b395a;
}
.videoCommentsContainer ul li,
.sectionCommentaires ul li {
  background-color: white;
  padding: 20px;
  position: relative;
}
.videoCommentsContainer ul li:not(.child),
.sectionCommentaires ul li:not(.child) {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14), 0 2px 6px rgba(0, 0, 0, 0.2);
}
.videoCommentsContainer ul li textarea,
.sectionCommentaires ul li textarea {
  width: 100%;
  padding-left: 5px;
}
.videoCommentsContainer ul li .arrow-right,
.sectionCommentaires ul li .arrow-right {
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
}
.videoCommentsContainer ul li .avatar-container .img-container,
.sectionCommentaires ul li .avatar-container .img-container {
  margin-left: 15px;
  margin-top: 15px;
  width: 50px;
  height: 50px;
  border: 1px solid #c4c9cd;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
}
.videoCommentsContainer ul li .comment-content,
.sectionCommentaires ul li .comment-content {
  padding: 10px;
  margin: 5px;
}
.videoCommentsContainer ul li .comment-content.understood,
.sectionCommentaires ul li .comment-content.understood {
  background: rgba(119, 170, 255, 0.4);
}
.videoCommentsContainer ul li .comment-content.confused,
.sectionCommentaires ul li .comment-content.confused {
  background: rgba(255, 213, 79, 0.4);
}
.videoCommentsContainer ul li .comment-content.beautiful,
.sectionCommentaires ul li .comment-content.beautiful {
  background: rgba(76, 175, 80, 0.4);
}
.videoCommentsContainer ul li .comment-content.disagree,
.sectionCommentaires ul li .comment-content.disagree {
  background: rgba(255, 61, 0, 0.4);
}
.videoCommentsContainer ul li .com-date-container,
.sectionCommentaires ul li .com-date-container {
  text-align: right;
}
.videoCommentsContainer ul li .com-date-container button,
.sectionCommentaires ul li .com-date-container button {
  margin-top: 5px;
  margin-left: 10px;
  width: 50px;
  height: 20px;
  background-color: white;
  border: 1px solid #c4c9cd;
}
.videoCommentsContainer ul li .com-date-container button.vote-selected,
.sectionCommentaires ul li .com-date-container button.vote-selected {
  background-color: rgba(196, 201, 205, 0.5);
}
.videoCommentsContainer ul li .com-date-container .comment-date,
.sectionCommentaires ul li .com-date-container .comment-date {
  color: #c4c9cd;
}
.videoCommentsContainer ul li .comment-answer,
.sectionCommentaires ul li .comment-answer {
  outline: none;
  color: #c4c9cd;
  cursor: pointer;
}
.videoCommentsContainer ul li .comment-author,
.sectionCommentaires ul li .comment-author {
  color: #1fbccf;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.videoCommentsContainer ul li .answer-btn-container,
.sectionCommentaires ul li .answer-btn-container {
  margin-top: 7px;
}
.videoCommentsContainer ul li .oneAnswer,
.sectionCommentaires ul li .oneAnswer {
  margin-top: 15px;
  border: none;
  border-top: 2px solid rgba(16, 38, 70, 0.1);
  padding: 10px 10px;
  padding-top: 20px;
}
.videoCommentsContainer ul li .oneAnswer button:not(.btn-success),
.sectionCommentaires ul li .oneAnswer button:not(.btn-success) {
  margin-top: 5px;
  margin-left: 10px;
  width: 50px;
  height: 20px;
  background-color: white;
  border: 1px solid #c4c9cd;
  margin-bottom: 15px;
}
.videoCommentsContainer ul li .oneAnswer button:not(.btn-success).vote-selected,
.sectionCommentaires ul li .oneAnswer button:not(.btn-success).vote-selected {
  background-color: rgba(196, 201, 205, 0.5);
}
.videoCommentsContainer ul li .oneAnswer .comment-answer,
.sectionCommentaires ul li .oneAnswer .comment-answer {
  outline: none;
  color: #1fbccf;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.videoCommentsContainer ul li.firstLevelComment,
.sectionCommentaires ul li.firstLevelComment {
  margin: 5px 0;
}
.videoCommentsContainer ul li .subcomment,
.sectionCommentaires ul li .subcomment {
  position: relative;
  background-color: rgba(196, 201, 205, 0.15);
  padding: 15px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.videoCommentsContainer ul li .subcomment .buttonvote,
.sectionCommentaires ul li .subcomment .buttonvote {
  position: absolute;
  right: 5px;
  top: -15px;
}
.videoCommentsContainer ul.parentHasChild li,
.sectionCommentaires ul.parentHasChild li {
  border: none;
  padding: 5px 0;
  margin-top: 20px;
}
.videoCommentsContainer ul.parentHasChild li .arrow-right,
.sectionCommentaires ul.parentHasChild li .arrow-right {
  left: -10px;
}
.onlymobile {
  display: none;
}
.videoCommentsContainer ul li {
  padding: 0px;
}
.videoCommentsContainer ul li .subcomment,
.videoCommentsContainer ul li pre {
  border-radius: 0px;
  border-color: grey;
  margin-top: 5px;
  color: black;
}
.videoCommentsContainer ul li .subcomment.understood,
.videoCommentsContainer ul li pre.understood {
  background-color: rgba(119, 170, 255, 0.7);
}
.videoCommentsContainer ul li .subcomment.confused,
.videoCommentsContainer ul li pre.confused {
  background-color: rgba(255, 213, 79, 0.7);
}
.videoCommentsContainer ul li .subcomment.beautiful,
.videoCommentsContainer ul li pre.beautiful {
  background-color: rgba(76, 175, 80, 0.7);
}
.videoCommentsContainer ul li .subcomment.disagree,
.videoCommentsContainer ul li pre.disagree {
  background-color: rgba(255, 61, 0, 0.7);
}
.videoCommentsContainer .answerMarker {
  color: #1fbccf;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
}
.videoCommentsContainer .cmood {
  border-top: 1px solid rgba(196, 201, 205, 0.2);
  -webkit-transition: 0.5s all;
          transition: 0.5s all;
  padding: 15px 15px 7px 15px;
  background-color: rgba(0, 0, 0, 0.9);
}
.videoCommentsContainer .cmood .cmood-header {
  color: white;
}
.stepsContainer {
  overflow: auto;
  text-align: left;
}
.stepsContainer .section-number {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  z-index: 1000;
}
.videoContainer {
  position: relative;
}
.videoContainer .video-right-btn-container {
  position: absolute;
  top: 0;
  right: 0;
}
.list-linked-fiches ul h5 {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 5px;
}
.list-linked-fiches ul ul {
  padding-left: 40px;
  list-style-type: disc;
  text-indent: 0px;
}
.list-linked-fiches ul ul li {
  text-indent: 0px;
}
.list-linked-fiches ul ul li .fa-question-circle {
  text-indent: 8px;
  color: grey;
}
.list-linked-fiches ul ul li .link-title {
  padding-top: 10px;
  display: block;
  padding-left: 12px;
  text-transform: uppercase;
}
table.table tr td {
  vertical-align: middle;
  padding: 15px;
}
table.table tr td.hiddenRow {
  padding: 0px;
}
table.table tr td.hiddenRow .accordian-body.collapsing,
table.table tr td.hiddenRow .accordian-body.collapse.in {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 10px;
}
table.table tr td.hiddenRow .accordian-body.collapsing li,
table.table tr td.hiddenRow .accordian-body.collapse.in li {
  margin: 5px;
}
table.table tr td.hiddenRow .accordian-body.collapsing li .more-infos-label,
table.table tr td.hiddenRow .accordian-body.collapse.in li .more-infos-label {
  font-weight: bold;
  padding-right: 15px;
}
.btn.btn-block.btn-social.btn-facebook {
  display: inline-block;
  width: auto;
  margin-top: 0px;
}
.btn.btn-block.btn-social.btn-twitter {
  width: 100px;
  display: inline-block;
  margin-top: 0px;
}
.btn.mood-hide-comments,
.btn.open-video-end-modal {
  margin-top: 10px;
  background-color: #1b395a;
  color: white;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  cursor: pointer;
}
.btn.mood-hide-comments:hover,
.btn.open-video-end-modal:hover {
  box-shadow: 0px 3px 1px #1fbccf;
}
.btn.understood,
.btn.confused,
.btn.beautiful,
.btn.disagree {
  outline: none;
  margin-bottom: 10px ;
  padding: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
.btn.understood:hover,
.btn.confused:hover,
.btn.beautiful:hover,
.btn.disagree:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}
.btn.understood {
  background-image: url('../resources/video_icon2.png');
}
.btn.confused {
  background-image: url('../resources/video_icon3.png');
}
.btn.beautiful {
  background-image: url('../resources/video_icon1.png');
}
.btn.disagree {
  background-image: url('../resources/video_icon4.png');
}
.tooltip.comment-mood-btn,
.tooltip.custom-tooltip {
  margin-top: -5px;
  width: auto;
}
.tooltip.agent-tooltip {
  margin-top: -5px;
  max-height: 30vh;
  width: auto;
}
.tooltip.agent-tooltip .tooltip-inner {
  width: 50vw;
  max-width: 800px;
}
.mood-btn-txt-comment-holder {
  margin-top: 15px;
}
.popover .popover-content textarea {
  padding-left: 5px;
  margin-bottom: 7px;
}
.popover .popover-content .btn {
  margin-right: 5px;
}
.modal-dialog {
  background-color: white;
  border-radius: 5px;
}
.sectionAnnotContent ul {
  list-style-type: disc;
  padding-left: 1.5vw;
}
.modal-content {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  padding: 20px;
}
.modal-content.understood {
  border: 1px solid #77aaff;
  background-color: rgba(119, 170, 255, 0.15);
}
.modal-content.confused {
  border: 1px solid #FFD54F;
  background-color: rgba(255, 213, 79, 0.15);
}
.modal-content.beautiful {
  border: 1px solid #4CAF50;
  background-color: rgba(76, 175, 80, 0.15);
}
.modal-content.disagree {
  border: 1px solid #FF3D00;
  background-color: rgba(255, 61, 0, 0.15);
}
.modal-content .markerTimeModal {
  margin: 10px 0px;
  display: block;
}
.modal-content .markerNavigationContainer {
  min-height: 50px;
  position: relative;
  padding: 10px 0px;
}
.modal-content .markerNavigationContainer button {
  margin: 5px 15px;
}
.modal-content .markerNavigationContainer button:first-child {
  margin-left: 0px;
}
.modal-content .markerNavigationContainer button.validerMarker {
  position: absolute;
  right: 15px;
  top: 10px;
}
.modal-content textarea {
  width: 70%;
  display: block;
}
@media screen and (max-width: 800px) {
  .next-btn.lg {
    right: -5px !important;
  }
}
.vjs-marker {
  position: absolute;
  left: 0;
  bottom: 0em;
  opacity: 1;
  height: 40%;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
}
.vjs-marker.markermood.understood {
  background-color: #77aaff !important;
}
.vjs-marker.markermood.confused {
  background-color: #FFD54F !important;
}
.vjs-marker.markermood.beautiful {
  background-color: #4CAF50 !important;
}
.vjs-marker.markermood.disagree {
  background-color: #FF3D00 !important;
}
.vjs-marker:hover {
  cursor: pointer;
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.vjs-tip {
  visibility: hidden;
  display: block;
  opacity: 0.8;
  padding: 5px;
  font-size: 10px;
  position: absolute;
  bottom: 14px;
  z-index: 200;
}
.vjs-tip .vjs-tip-arrow {
  background: url(data:image/gif;base64,R0lGODlhCQAJAIABAAAAAAAAACH5BAEAAAEALAAAAAAJAAkAAAIRjAOnwIrcDJxvwkplPtchVQAAOw==) no-repeat top left;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
  position: absolute;
  width: 9px;
  height: 5px;
}
.vjs-tip .vjs-tip-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}
.vjs-break-overlay {
  visibility: hidden;
  position: absolute;
  z-index: 100000;
  top: 0;
}
.vjs-break-overlay .vjs-break-overlay-text {
  padding: 9px;
  text-align: center;
}
.vjs-mouse-display {
  display: none !important;
}
.user-dashboard-progress {
  box-shadow: 0px 0px 8px #c4c9cd;
  padding: 15px;
}
.user-dashboard-progress .progress-badges {
  text-align: center;
}
.progress-badges {
  padding: 10px;
}
.progress-badges .user-badge {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  text-align: center;
}
.progress-badges .user-badge.silver {
  border-right: 1px solid #1fbccf;
  border-left: 1px solid #1fbccf;
}
.progress-badges .user-badge div {
  margin: 0 auto;
  color: rgba(27, 57, 90, 0.7);
  height: 100%;
  border: none;
  position: relative;
}
.progress-badges .user-badge div span {
  width: 100px;
  font-size: 35px;
  font-weight: bold;
  color: #1b395a;
  top: 35%;
  left: 1px;
  position: absolute;
}
.progress-badges .user-badge div img {
  z-index: 0;
  width: 100px;
  height: auto;
}
.user-level-container {
  margin-top: 35px;
}
.user-level-container hr {
  height: 30px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
.user-level-container .user-level {
  padding: 15px;
  color: rgba(27, 57, 90, 0.9);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  min-height: 250px;
}
.user-level-container .user-points {
  border: 1px solid #1fbccf;
}
.user-level-container .user-points > span {
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  color: rgba(27, 57, 90, 0.7);
  display: block;
  width: 100%;
}
.littlemedal {
  width: 50px;
  height: auto;
}
.user-parcours-available h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1b395a;
}
.user-parcours-available h5 {
  color: #1fbccf;
}
.user-parcours-available li {
  border: 1px solid rgba(31, 188, 207, 0.3);
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  padding: 5px 10px;
  cursor: pointer;
  margin: 5px 0;
}
.user-parcours-available li:hover {
  box-shadow: 0px 0px 3px #1fbccf;
}
.user-parcours-available li .progress {
  height: 10px;
  margin-bottom: 10px;
}
.user-parcours-available li span {
  margin-bottom: 10px;
  color: #1b395a;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  display: block;
  width: 100%;
}
.competencefo {
  overflow-y: hidden;
}
.tooltip.svg-step-tooltip {
  width: auto;
  margin-top: 5px;
}
.test {
  position: relative;
  width: 95%;
  margin-left: 15px;
  margin-right: -15px;
}
.test #svgContainer {
  opacity: 0.5;
  position: absolute;
}
.test .block {
  position: relative;
  display: inline-block;
  /* FOR QCM ONLY*/
  /* FIRST PARCOURS ELEM  */
  /* LAST PARCOURS ELEM  */
  /* LAST SEEN PARCOURS*/
}
.test .block span {
  font-weight: bold;
  text-align: center;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  line-height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-image: url('../resources/parcours_progress_inactif.png');
  background-size: cover;
  background-color: white;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
.test .block span:after {
  top: -55px;
  left: -18px;
  background-image: url('../resources/parcours_icon_fiche_inactif.png');
  background-size: cover;
  position: absolute;
  width: 42px;
  height: 33px;
  content: '';
}
.test .block span.seenOutside {
  background-image: url('../resources/parcours_progress_actif.png');
}
.test .block span.seenOutside:after {
  background-image: url('../resources/parcours_icon_fiche.png');
}
.test .block.isqcm span:after {
  background-image: url('../resources/parcours_icon_qcm_inactif.png');
}
.test .block.isqcm span.seenOutside:after {
  background-image: url('../resources/parcours_icon_qcm.png');
}
.test .block:first-child span:after {
  background-image: url('../resources/parcours_icon_start.png');
  background-size: cover;
  position: absolute;
  width: 120px;
  height: 43px;
  content: '';
}
.test .block:last-child {
  background-color: red;
}
.test .block:last-child span:after,
.test .block:last-child span.seenOutside:after {
  background-image: url('../resources/parcours_icon_end_inactif.png');
  background-size: cover;
  position: absolute;
  width: 120px;
  height: 43px;
  content: '';
}
.test .block:last-child.seen span:after {
  background-image: url('../resources/parcours_icon_end.png');
}
.test .block.lastSeen:not(:last-child):not(:first-child) span {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 10px;
  top: -27px;
  border-radius: 0;
  position: absolute;
  background-image: url('../resources/suivi_fusee.png');
  background-size: contain;
  -webkit-animation: blink 1.8s linear infinite;
  animation: blink 1.8s linear infinite;
}
.test .block.lastSeen:not(:last-child):not(:first-child) span:after {
  background: none;
  width: 0;
  height: 0;
}
.test .block.lastSeen:not(:last-child):not(:first-child):not(.odd) span {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 10px;
  top: -25px;
  border-radius: 0;
  position: absolute;
  background-image: url('../resources/suivi_fusee.png');
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.test .block.lastSeen:not(:last-child):not(:first-child).isqcm span {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 10px;
  top: -27px;
  left: -24px;
  border-radius: 0;
  position: absolute;
  background-image: url('../resources/suivi_fusee.png');
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*glow for webkit*/
/*REEEEEEEEEEESPONSIVE*/
@media (max-width: 650px) {
  #container {
    width: 100%;
  }
}
/* optional Container STYLES */
.chart {
  height: 100%;
  margin: 5px;
  width: 100%;
}
.Treant > .node {
  text-align: center;
  min-height: 40px;
  line-height: 20px;
  min-width: 100px;
  padding: 3px;
  border: 1px solid #484848;
  border-radius: 3px;
}
.Treant > .node img {
  width: 100%;
  height: 100%;
}
.Treant .collapse-switch {
  width: 100%;
  height: 100%;
  border: none;
}
.Treant .node.collapsed {
  background-color: #1b395a;
  color: #1fbccf;
  text-transform: uppercase;
}
.Treant .node.collapsed .collapse-switch {
  background: none;
}
.Treant > .nodeCateg {
  text-transform: uppercase;
}
.Treant > .nodeFiche {
  background-color: rgba(31, 188, 207, 0.2);
  cursor: pointer;
}
.Treant > .nodeFiche:hover {
  background-color: rgba(31, 188, 207, 0.4);
}
.univers-list-container {
  text-align: center;
  margin: 0 auto;
}
.univers-list-container ul.univers-list li {
  display: inline-block;
  margin: 15px;
}
.return-cross {
  font-weight: bold;
  padding: 3px 25px;
  display: inline-block;
  text-align: center;
}
.chart,
.chart div,
.chart svg {
  -webkit-transition: 0.3s opacity;
          transition: 0.3s opacity;
}
/*FRONT*/
/*BACK*/
.qcm-wrapper {
  border: 1px solid #c4c9cd;
  margin-bottom: 10px;
}
.qcm-wrapper .form-group {
  margin-bottom: 0;
}
.qcm-wrapper md-radio-button.good:not([disabled]).md-primary.md-checked .md-off {
  border-color: lightgreen;
}
.qcm-wrapper md-radio-button.good:not([disabled]).md-primary.md-checked .md-on {
  background-color: lightgreen;
}
.qcm-wrapper md-radio-button.bad:not([disabled]).md-primary.md-checked .md-off {
  border-color: red;
}
.qcm-wrapper md-radio-button.bad:not([disabled]).md-primary.md-checked .md-on {
  background-color: red;
}
.qcm-wrapper .quest-title {
  text-transform: uppercase;
  background-color: #1b395a;
  color: #1fbccf;
  border: 1px solid #1fbccf;
  padding: 15px;
  margin: 0;
}
.qcm-wrapper .quest-description {
  background-color: rgba(31, 188, 207, 0.1);
  font-style: italic;
  border: 1px solid #1fbccf;
  padding: 15px;
}
.toreveal {
  display: none;
}
.footer-login {
  position: fixed !important;
}
.footer-login .navbar {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.footer-login ul li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  padding-left: 1vw;
  padding-right: 1vw;
}
.footer-login ul li img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.login-contentpic {
  height: 10vh;
}
.toreveal-notresponsive {
  display: none;
}
.rounded {
  border-radius: 8px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: gray !important;
}
.login-content-item-container {
  height: 28vh;
  color: white;
  padding: 10px;
  margin: 10px;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(128, 128, 128, 0.7);
  overflow: hidden;
}
.login-content-item-container:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}
.legals-content-item-container {
  color: white;
  padding: 10px;
  margin: 10px;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(128, 128, 128, 0.7);
  overflow: hidden;
}
.margin-non-responsive {
  margin-left: -3vw;
  padding-right: 0px;
  padding-top: 1vh;
}
.margin-left-responsive {
  margin-left: 2vw;
}
.login {
  /*background-color: @main-dark;*/
  position: relative;
}
.login .site-description {
  height: auto;
  max-width: 80%;
  margin: 0 auto;
}
.login .site-description .site-description-content {
  margin: 10px;
}
.login .footer-right {
  margin-right: 2.2vw;
}
.loginScreen {
  background: url('../resources/bg_1.jpg') no-repeat center center fixed;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 0;
  overflow-x: hidden;
}
.loginScreen .language-selection {
  padding-top: 10px;
  color: white;
  width: 100%;
  font-size: 35px;
  line-height: 40px;
  text-align: right;
  padding-right: 3.5vw;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
.loginScreen .language-selection .language-choice {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  color: white;
}
.loginScreen .language-selection .language-choice:hover {
  color: white;
  font-size: 40px;
}
.loginScreen .btn-cancel-signup {
  margin-right: 15px;
}
.loginScreen .row {
  padding-top: 1%;
}
.loginScreen .btn-signin {
  padding: 5px 15px;
  -webkit-transition: 0.2s all;
          transition: 0.2s all;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  background-color: transparent;
}
.loginScreen .btn-signin:hover {
  background-color: rgba(31, 188, 207, 0.7);
}
.loginScreen .logo-container {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  white-space: nowrap;
  margin: 0px;
  text-align: center;
}
.loginScreen .logo-container .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.loginScreen .logo-container img {
  vertical-align: middle;
  width: 100%;
  max-width: 70px;
  height: auto;
}
.loginScreen .logo-container img.text-logo {
  max-width: 30%;
  position: absolute;
  bottom: 20px;
  left: 39%;
}
.loginScreen .logo-slogan {
  width: 400px;
  color: white;
  text-align: left;
}
.loginScreen .logo-slogan .title {
  font-size: 35px;
  font-weight: bolder;
  text-align: left;
}
.loginScreen .logo-slogan .subtitle {
  font-size: 16px;
  text-align: left;
}
.loginScreen .form-container {
  margin-top: 15px;
}
.loginScreen .form-container .form-control::-webkit-input-placeholder {
  color: white;
}
.loginScreen .form-container .form-control:-moz-placeholder {
  color: white;
}
.loginScreen .form-container .form-control::-moz-placeholder {
  color: white;
}
.loginScreen .form-container .form-control:-ms-input-placeholder {
  color: white;
}
.loginScreen .form-container form {
  margin: 0 auto;
  max-width: 80%;
}
.loginScreen .form-container form h2 {
  color: #c4c9cd;
  padding: 10px 0;
}
.loginScreen .form-container form .form-group.has-feedback input {
  padding-left: 50px;
}
.loginScreen .form-container form .form-group i {
  top: 6px;
  font-size: 14px;
  width: 33px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-right: 1px solid ;
  color: #c4c9cd;
  left: 5px;
}
.loginScreen .form-container form .form-group i :before {
  margin-right: 20px;
}
.loginScreen .form-container form .form-group input {
  color: white;
  border-radius: 0px;
}
.loginScreen .form-container form .form-group input[type="text"],
.loginScreen .form-container form .form-group input[type="password"] {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.loginScreen .form-container form .btn-connect {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
          transition: 0.2s all;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
}
.loginScreen .form-container form .btn-connect:hover {
  color: white;
  background-color: rgba(31, 188, 207, 0.7);
}
.loginScreen .form-container form .forgotPassword {
  margin: 20px 0;
  color: #c4c9cd;
}
.loginScreen .form-container form .forgotPassword:hover {
  color: white;
}
#copyright {
  position: absolute;
  color: white;
  right: 2vw;
  bottom: 30vh;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: right top 0;
          transform-origin: right top 0;
}
.non-mobile-spacer {
  height: 80px;
}
@media (max-width: 1300px) {
  .login-content-item-container {
    height: 35vh;
  }
  .login-content-item-container h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .language-selection {
    text-align: center !important;
  }
  .non-mobile-spacer {
    height: 0px;
  }
  .logo-container {
    width: 100%;
  }
  .login-content-container {
    max-height: 10000vh;
  }
  footer {
    position: initial !important;
  }
  .footer-login {
    position: initial !important;
  }
  .login-content-item-container {
    height: auto;
    margin: 0px;
  }
  #copyright {
    display: none;
  }
  .logo-slogan {
    text-align: center !important;
  }
  .logo-slogan .title {
    font-size: 35px;
    font-weight: bolder;
    text-align: center !important;
  }
  .logo-slogan .subtitle {
    font-size: 16px;
    text-align: center !important;
  }
  .margin-left-responsive {
    margin-left: 0px;
  }
  .margin-non-responsive {
    margin-left: 8.33333333%;
    padding-top: 15px;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
  .footer-right {
    margin-right: 0px !important;
  }
  .footer-right li a {
    padding-right: 0px !important;
  }
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #1b395a !important;
  color: white !important;
}
.header {
  border-bottom: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.header .btn-social-icon-container {
  position: absolute;
  top: 0;
  left: 15px;
  margin-top: 0px;
  padding: 10px 15px;
}
.header .btn-social-icon-container a {
  margin-right: 10px;
  border-radius: 50px;
  color: white;
}
.header .navbar {
  background: url('../resources/nav_bg.png') no-repeat fixed;
  background: white;
  background-size: auto;
  border: none;
  box-shadow: 0 3px 2px -2px #c4c9cd;
  border-radius: 0;
}
.header .navbar.navbar-second {
  z-index: 1000;
}
.header .navbar .app-logo-header {
  width: 40px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  height: auto;
  float: left;
}
.header .navbar .siteTitle {
  text-transform: uppercase;
  position: absolute;
  height: 54px;
  line-height: 48px;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  left: 0;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
  padding-right: 20px;
}
.header .navbar .siteTitle::first-letter {
  font-size: 19px;
  padding: 17px 1px 20px 20px;
  background-color: #1b395a;
  color: white;
}
.header .navbar .container ul li:not(.navbar-search) {
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
.header .navbar .container ul li:not(.navbar-search):hover {
  border-bottom: 3px solid #1b395a;
}
.header .navbar .container ul li:not(.navbar-search):hover a.main-title {
  color: #102646;
}
.header .navbar .container ul li:not(.navbar-search) a.main-title {
  text-transform: uppercase;
  padding: 15px 15px;
  color: #1b395a;
}
.header .navbar .container ul li:not(.navbar-search) a.main-title:focus,
.header .navbar .container ul li:not(.navbar-search) a.main-title:active {
  background-color: #1b395a !important;
  color: white;
}
.header .navbar .container ul li:not(.navbar-search) a.main-title.disconnect {
  padding: 15px 15px calc(13px) 15px;
}
.header .navbar .container ul li:not(.navbar-search) a.main-title.disconnect img {
  width: 24px;
}
.header .navbar .container ul ul.dropdown-menu {
  top: 95%;
  left: 0;
  border: none !important;
}
.header .navbar .container ul ul.dropdown-menu li {
  padding: 10px;
}
.header .navbar .container ul ul.dropdown-menu li:hover a,
.header .navbar .container ul ul.dropdown-menu li:focus a,
.header .navbar .container ul ul.dropdown-menu li:active a {
  background-color: transparent;
  border: none;
}
.header .navbar .container ul ul.dropdown-menu li a {
  text-transform: uppercase;
  color: white;
}
.header .navbar .container ul ul.dropdown-menu li a:hover,
.header .navbar .container ul ul.dropdown-menu li a:focus,
.header .navbar .container ul ul.dropdown-menu li a:active {
  color: #1fbccf;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}
.header .navbar .container input {
  background: transparent;
}
.header .navbar-search {
  padding: 10px 0;
  margin-right: 5px;
}
.header .navbar-search .form-control::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
}
.header .navbar-search .form-control:-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.header .navbar-search .form-control::-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.header .navbar-search .form-control:-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
}
.header .navbar-search .searchbox-icon {
  text-align: center;
  margin-left: -6px;
  background-color: #c4c9cd;
  color: white;
  border-radius: 0;
  padding: 8px 0;
}
.header .navbar-search .searchbox-icon i.fa {
  width: 25px;
}
.header .navbar-search input {
  margin: 0;
  padding: 5px 5px;
  display: inline-block;
}
.header .navbar-search input[type='search'] {
  border-radius: 0;
  border-color: #c4c9cd;
  color: white;
  height: auto;
  width: auto;
  background-color: #c4c9cd;
}
.header .navbar-search input[type='search']:focus,
.header .navbar-search input[type='search']:visited,
.header .navbar-search input[type='search']:active {
  box-shadow: none;
  outline: none;
}
.header img {
  width: 100%;
}
.header h3 {
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 19px;
}
.subheader {
  /*min-height: 1px;*/
  background-color: #c4c9cd;
}
.subheader .arianne {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  display: none;
}
.subheader .arianne.arianneToggled {
  width: 70%;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.subheader ul {
  margin-left: 15px;
}
.subheader ul li {
  padding: 15px 7px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.subheader ul li.arianneFiche,
.subheader ul li.arianneParcours {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  cursor: pointer;
}
.subheader ul li.arianneFiche:hover,
.subheader ul li.arianneParcours:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.subheader ul li:not(:last-child):after {
  padding-left: 15px;
  letter-spacing: -3px;
  content: '---';
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0px;
    left: auto !important;
  }
}
/* Hide on medium */
.hideonmedium {
  display: none;
}
.showonmedium {
  display: block;
}
@media (min-width: 1606px) {
  .hideonmedium {
    display: block;
  }
  .showonmedium {
    display: none;
  }
}
@media (max-width: 991px) {
  .hideonmedium {
    display: block;
  }
  .showonmedium {
    display: none;
  }
  .blackonmobile {
    color: black !important;
  }
}
.home button {
  opacity: 1;
  outline: none;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
.home button.btn {
  outline: none;
  margin-right: 10px;
  border-radius: 12px;
}
.home button.btn-enabled {
  opacity: 1;
  background-color: transparent;
}
.home button.btn-active {
  background-color: #1b395a;
  color: white;
}
.home button.btn-active.btn-filter-themes {
  position: relative;
}
.home button.btn-active.btn-filter-themes:after {
  outline: none;
  position: absolute;
  bottom: -17px;
  left: 39%;
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid #1b395a;
}
.home .theme-filter {
  display: block;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home .theme-filter button {
  margin-right: 10px;
  margin-bottom: 10px;
  outline: none;
  background-color: white;
}
.home .theme-filter button.btn-active {
  color: #1fbccf;
}
.home .masonry-brick {
  height: auto !important;
  margin-top: 60px;
}
.home .autoheight {
  height: auto;
}
.home .home-block {
  position: relative;
  height: auto;
  margin-top: 15px;
}
.home .home-block .level-header {
  position: absolute;
  top: 5px;
  height: auto;
  left: 15px;
  width: calc(100% - 28px);
  background-color: rgba(196, 201, 205, 0.1);
  padding: 5px;
  color: #102646;
  text-transform: uppercase;
}
.home .home-block .hb-container {
  position: relative;
  height: 300px;
  cursor: default;
  outline: none;
  margin: 10px 0;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.home .home-block .hb-container .littlemedal {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.home .home-block .hb-container .progress {
  margin-bottom: 0px;
  height: 7px;
}
.home .home-block .hb-container .parcourslevel {
  height: 20px;
  padding: 10px 10px;
  bottom: 0px;
  line-height: 0;
  width: 100%;
  position: absolute;
  background-color: rgba(27, 57, 90, 0.9);
  color: white;
  left: 0;
}
.home .home-block .hb-container .img-container {
  height: 150px;
}
.home .home-block .hb-container:hover {
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.home .home-block .hb-container h3 {
  padding: 10px 20px;
}
.home .home-block .hb-container h3 {
  margin: 0;
}
.home .home-block .hb-container p {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  padding: 0 20px;
  height: 78.4px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .home-block .hb-container.clickable {
  cursor: pointer;
}
.bodybo {
  height: 100% !important;
  height: 100%;
}
.bodybo #wrapper,
.bodybo #wrapper .right,
.bodybo #wrapper .right .main,
.bodybo .ng-scope:not(iframe) {
  height: 100%;
}
.bodybo .ng-scope {
  height: 100%;
}
.bodybo md-content {
  background-color: white;
  background: white;
}
.bodybo .cg-notify-message {
  height: auto !important;
}
.bodybo md-toolbar.md-default-theme:not(.md-menu-toolbar),
.bodybo md-toolbar:not(.md-menu-toolbar) {
  background-color: #102646;
}
.bodybo .blacklink a:hover {
  color: black !important;
}
.bodybo .blacklink span:hover {
  color: black !important;
}
.bodybo .globalbo .top {
  position: fixed;
  z-index: 999;
}
.bodybo .globalbo .top .header .disconnect-user-name,
.bodybo .globalbo .top .header .glyphicon-user {
  padding-left: 10px;
  padding-right: 5px;
}
.bodybo .globalbo .top .header .navbar {
  min-height: 30px;
}
.bodybo .globalbo .top .header .navbar ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.bodybo .globalbo .back-office {
  background: url('../resources/bg_1.jpg') no-repeat center center fixed;
  background-size: 100% auto;
  background-color: white;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bodybo .globalbo .back-office .navbar-default .navbar-nav > li:hover > a {
  color: white;
}
.bodybo .globalbo .back-office .navbar-default .navbar-nav > li > a {
  color: #1fbccf;
}
.bodybo .globalbo .back-office md-toolbar.md-default-theme:not(.md-menu-toolbar),
.bodybo .globalbo .back-office md-toolbar:not(.md-menu-toolbar) {
  background-color: #102646;
  position: absolute;
  top: 0;
  left: 0;
}
.bodybo .globalbo .back-office .left-menu {
  padding-right: 0;
  width: 17%;
  position: fixed;
  height: 100%;
  padding-top: 34px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid black;
  background: #eaeaea;
}
.bodybo .globalbo .back-office .left-menu .accueilbo {
  margin-top: 0;
  height: 100%;
}
.bodybo .globalbo .back-office .left-menu * {
  background: transparent;
  background-color: transparent;
}
.bodybo .globalbo .back-office .left-menu h3 {
  display: inline-block;
}
.bodybo .globalbo .back-office .left-menu i {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  display: inline-block;
}
.bodybo .globalbo .back-office .left-menu i.reverse-chevron {
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item {
  background-color: #1b395a;
  color: white;
  border: none;
}
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item span,
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item div,
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item a,
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item h3 {
  color: white;
}
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item:first-child {
  border-top: 1px solid white;
}
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item:last-child:not(:first-child) {
  border-bottom: 1px solid white;
}
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item.selected {
  background-color: #1fbccf;
}
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item.selected span,
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item.selected div,
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item.selected a,
.bodybo .globalbo .back-office .left-menu .subListContainer md-list-item.selected h3 {
  color: #1b395a;
}
.bodybo .globalbo .back-office .left-menu md-list-item.md-2-line .md-list-item-text h3,
.bodybo .globalbo .back-office .left-menu md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
.bodybo .globalbo .back-office .left-menu md-list-item.md-3-line .md-list-item-text h3,
.bodybo .globalbo .back-office .left-menu md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 14px;
}
.bodybo .globalbo .back-office .left-menu md-list-item.md-3-line,
.bodybo .globalbo .back-office .left-menu md-list-item.md-3-line > .md-no-style {
  height: 60px;
  min-height: 0px;
  margin-right: 0;
  margin-left: 0;
}
.bodybo .globalbo .back-office .left-menu md-list-item .md-avatar,
.bodybo .globalbo .back-office .left-menu md-list-item .md-list-item-inner .md-avatar {
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .bodybo .globalbo .back-office .left-menu div,
  .bodybo .globalbo .back-office .left-menu span {
    text-align: center;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .bodybo .globalbo .back-office .left-menu md-list-item .md-avatar,
  .bodybo .globalbo .back-office .left-menu md-list-item .md-list-item-inner .md-avatar {
    padding-left: 0px;
  }
  .bodybo .globalbo .back-office .left-menu md-list-item.md-no-proxy,
  .bodybo .globalbo .back-office .left-menu md-list-item .md-no-style {
    padding-left: 0px;
  }
  .bodybo .globalbo .back-office .left-menu md-list-item.md-3-line,
  .bodybo .globalbo .back-office .left-menu md-list-item.md-3-line > .md-no-style {
    padding-right: 0;
  }
  .bodybo .globalbo .back-office .left-menu md-list-item,
  .bodybo .globalbo .back-office .left-menu md-list-item .md-list-item-inner {
    padding-left: 0px;
  }
  .bodybo .globalbo .back-office .left-menu md-list-item.md-2-line .md-list-item-text,
  .bodybo .globalbo .back-office .left-menu md-list-item.md-2-line > .md-no-style .md-list-item-text,
  .bodybo .globalbo .back-office .left-menu md-list-item.md-3-line .md-list-item-text,
  .bodybo .globalbo .back-office .left-menu md-list-item.md-3-line > .md-no-style .md-list-item-text {
    display: none;
  }
  .bodybo .globalbo .back-office .left-menu md-list-item,
  .bodybo .globalbo .back-office .left-menu md-list-item .md-list-item-inner {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bodybo .globalbo .back-office .left-menu md-list-item .md-avatar,
  .bodybo .globalbo .back-office .left-menu md-list-item .md-avatar-icon,
  .bodybo .globalbo .back-office .left-menu md-list-item .md-list-item-inner .md-avatar,
  .bodybo .globalbo .back-office .left-menu md-list-item .md-list-item-inner .md-avatar-icon {
    margin-right: 0;
  }
}
.bodybo .globalbo .back-office .left-menu md-list-item .md-avatar.chevron {
  margin: 0;
  padding: 0;
}
.bodybo .globalbo .back-office #highlighted {
  padding: 40px;
}
.bodybo .globalbo .back-office #highlighted .sect-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.bodybo .globalbo .back-office #highlighted .sect-container .s {
  position: relative;
}
.bodybo .globalbo .back-office #highlighted .sect-container .s .title {
  text-align: center;
  padding: 3px 3px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  border: 1px solid #c4c9cd;
}
.bodybo .globalbo .back-office #highlighted .sect-container .s.active {
  border: 1px solid red;
}
.bodybo .right {
  border: none;
}
.bodybo .right.bo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: white;
  margin-left: 17%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 50px;
}
.bodybo .right.bo .bocontainer {
  height: 100%;
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  background-color: white;
  padding-bottom: 30px;
}
.bodybo .right.bo .isdraft {
  background-color: rgba(31, 188, 207, 0.1);
  padding: 8px;
  border-radius: 5px;
}
.bodybo .right.bo .isdraft.review {
  background-color: #ff9e49;
}
.bodybo .right.bo .isdraft.refused {
  background-color: rgba(254, 93, 93, 0.504);
}
.bodybo .right.bo .content {
  padding-right: 0;
  background-color: white;
  width: 100%;
  float: left;
}
.bodybo .right.bo .content .bo-content-padding {
  padding: 0 40px 40px 40px;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo {
  position: relative;
  overflow: auto;
  padding: 10px 20px;
  margin-top: 20px;
  box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.3);
}
.bodybo .right.bo .content .bo-content-padding .sub-bo .dataTables_info,
.bodybo .right.bo .content .bo-content-padding .sub-bo .dataTables_paginate {
  padding-top: 1em;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo table.dataTable tbody tr td {
  padding: 12px;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo section.layout-align-end-center {
  margin: 15px 0;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo section.layout-align-end-center button {
  margin: 10px;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo section.layout-align-end-center button.md-primary {
  background-color: #1fbccf;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo md-content.bo-home {
  margin-top: 70px;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo td span.status,
.bodybo .right.bo .content .bo-content-padding .sub-bo td span.fiche {
  padding: 8px;
  display: block;
  border-radius: 5px;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo td span.contributor {
  background-color: rgba(31, 188, 207, 0.2);
}
.bodybo .right.bo .content .bo-content-padding .sub-bo td span.editor {
  background-color: rgba(31, 188, 207, 0.5);
}
.bodybo .right.bo .content .bo-content-padding .sub-bo td span.administrator {
  background-color: rgba(31, 188, 207, 0.8);
}
.bodybo .right.bo .content .bo-content-padding .sub-bo td span.user {
  background-color: rgba(31, 188, 207, 0.05);
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  width: auto;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo td span.fiche.published {
  background-color: #a6fd94;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo td span.fiche.review {
  background-color: #ff9e49;
}
.bodybo .right.bo .content .bo-content-padding .sub-bo td span.fiche.refused {
  background-color: rgba(254, 93, 93, 0.504);
}
.bodybo .right.bo .container-fluid .content {
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: white;
  padding-bottom: 15px;
}
.bodybo .right.bo .container-fluid .content.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.bodybo .right.bo .container-fluid .content md-checkbox {
  margin: 10px 0;
  display: block;
}
.bodybo .edit-fichesLinks table td {
  vertical-align: middle;
}
.bodybo .md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 1200;
}
.bodybo .right-button-container {
  text-align: right;
}
.bodybo .autocomplete-container {
  margin-bottom: 30px;
  min-height: 100px;
}
.bodybo .dates-container {
  padding-left: 0px;
}
.bodybo .dates-container ._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  padding-left: 0;
  margin-left: 0;
}
.bodybo .md-datepicker-calendar-pane,
.bodybo .md-select-menu-container {
  z-index: 1200;
}
.bodybo .select-container {
  min-height: 100px;
}
.bodybo .md-select-menu-container md-option {
  height: 40px;
}
.bodybo .edit-dates ul {
  margin-right: 20px;
  margin-left: 20px;
}
.bodybo .edit-dates ul li {
  position: relative;
  margin-bottom: 15px;
  padding: 5px;
  background-color: rgba(242, 242, 242, 0.35);
  border: 1px solid gainsboro;
}
.bodybo .edit-dates ul li md-input-container {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}
.bodybo .edit-dates ul li md-input-container label {
  font-size: 20px;
  bottom: 85%;
  font-weight: normal;
  color: black;
}
.bodybo .edit-dates ul li .delete-date {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #FF3D00;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
}
.bodybo .global-sheet {
  box-shadow: 0px 0px 5px grey;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.bodybo .global-sheet .sheet-tabs {
  padding-left: 1px;
  padding-right: 1px;
}
.bodybo .global-sheet .sheet-tabs .row {
  background-color: #c4c9cd;
}
.bodybo .global-sheet .sheet-tabs .row > div {
  cursor: pointer;
  color: #102646;
  padding: 10px 10px;
  background-color: #c4c9cd;
}
.bodybo .global-sheet .sheet-tabs .row > div:hover,
.bodybo .global-sheet .sheet-tabs .row > div.active {
  background-color: #1b395a;
  color: white;
  text-transform: uppercase;
}
.bodybo .global-sheet .sheet-tabs .row > div:not(:last-child) {
  border-right: 1px solid white;
}
.bodybo .global-sheet .sheet-tabs .row > div:active,
.bodybo .global-sheet .sheet-tabs .row > div:focus,
.bodybo .global-sheet .sheet-tabs .row > div:hover,
.bodybo .global-sheet .sheet-tabs .row > div:visited {
  outline: none;
}
.bodybo .global-sheet .fiche-commentaire ul li .com-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px;
}
.bodybo .global-sheet .fiche-commentaire ul li .com-heading {
  padding: 10px;
  background-color: #fe5d5d;
  margin-bottom: 10px;
  color: white;
}
.bodybo .global-sheet .fiche-commentaire ul li .com-heading .date {
  text-align: right;
}
.bodybo .global-sheet .fiche-commentaire ul li .com-content {
  padding: 15px;
}
.bodybo .global-sheet pre.preFiche {
  padding: 2px 5px;
  margin: 0 15px 10px 0;
  display: inline-block;
}
.bodybo .global-sheet pre.preFiche span {
  margin: 0 0 0 15px;
}
.bodybo .global-sheet pre.preFiche span.btn {
  padding: 0px 5px;
  margin-bottom: 0;
  font-size: 11px;
}
.bodybo .global-sheet #sortableSect {
  margin: 0;
  width: 100%;
}
.bodybo .global-sheet #sortableSect .one-section {
  width: 100%;
  background-color: rgba(196, 201, 205, 0.1);
  border: 1px solid rgba(27, 57, 90, 0.4);
  padding-top: 15px;
  margin: 5px;
  margin-left: 0px;
}
.bodybo .global-sheet #sortableSect .edit-section {
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0px;
  width: 100%;
}
.bodybo .global-sheet #sortableSect .edit-section img,
.bodybo .global-sheet #sortableSect .edit-section video,
.bodybo .global-sheet #sortableSect .edit-section .videoembed {
  width: auto;
  height: auto;
  display: block;
  max-height: 200px;
  max-width: 100%;
}
.bodybo .global-sheet #sortableSect .edit-section .row-add-bloc {
  padding-bottom: 15px;
  margin-top: 5%;
  text-align: center;
  background-color: #c4c9cd;
  border-top: 2px solid #c4c9cd;
  border-bottom: 4px solid #c4c9cd;
  color: white;
}
.bodybo .global-sheet #sortableSect .edit-section .row-add-bloc .add-bloc-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.bodybo .global-sheet #sortableSect .edit-section .row-add-bloc .add-bloc-btn-container div {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
}
.bodybo .global-sheet #sortableSect .edit-section .row-add-bloc .add-content-txt {
  text-transform: uppercase;
  background-color: rgba(27, 57, 90, 0.2);
  color: #1b395a;
  font-weight: bold;
  padding: 3px 0;
  text-align: left;
  margin-bottom: 20px;
}
.bodybo .global-sheet #sortableSect .edit-section .row-add-bloc .add-content-txt span {
  margin-left: 30px;
}
.bodybo .global-sheet #sortableSect .edit-section .row-add-bloc .btn-create-bloc {
  background-color: #1b395a;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  width: 40px;
  height: 40px;
  margin: 5px;
}
.bodybo .global-sheet #sortableSect .edit-section .row-add-bloc .btn-create-bloc i {
  color: white;
}
.bodybo .global-sheet #sortableSect .edit-section .row-add-bloc .btn-create-bloc:hover {
  background-color: #1fbccf;
}
.bodybo .global-sheet #sortableSect .edit-section .row-add-bloc .btn-create-bloc:hover i {
  color: #1b395a;
}
.bodybo .global-sheet #sortableSect .edit-section .row-bloc {
  border: 1px solid rgba(196, 201, 205, 0.5);
  background-color: rgba(196, 201, 205, 0.3);
  margin-bottom: 20px;
  margin-left: 20px !important;
  margin-right: 20px !important;
  padding: 50px 15px 30px 15px;
  position: relative;
}
.bodybo .global-sheet #sortableSect .edit-section .row-bloc .tinymceloading {
  margin-top: 5px;
  padding: 3px 7px;
}
.bodybo .global-sheet #sortableSect .edit-section .row-bloc .row-bloc-header {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 35px;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.bodybo .global-sheet #sortableSect .edit-section .row-bloc .edit-button-container {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 2;
}
.bodybo .global-sheet #sortableSect .edit-section .row-bloc .edit-button-container .btn-danger,
.bodybo .global-sheet #sortableSect .edit-section .row-bloc .edit-button-container .btn-default {
  padding: 1px 5px;
  margin-left: 10px;
}
.bodybo .global-sheet .bottom-edit-buttons {
  margin-top: 50px;
  padding-top: 50px;
  background-color: rgba(196, 201, 205, 0.5);
  border-top: 1px solid #c4c9cd;
}
.bodybo .global-sheet .bottom-edit-buttons p {
  font-size: 11px;
}
.bodybo .global-sheet .btn-create-section {
  font-weight: bold;
  margin-top: 50px;
}
.bodybo .global-sheet .btn-create-section i {
  margin-right: 10px;
}
.bodybo .global-sheet .link-container div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.bodybo .global-sheet .edit-bloc .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.bodybo .global-sheet .edit-bloc .btn {
  color: white;
  background-color: #102646;
  padding: 5px 15px;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
}
.bodybo .global-sheet .edit-bloc input[type=file] {
  font-size: 100px;
  width: 110px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
.bodybo .global-sheet .edit-bloc ::-webkit-file-upload-button {
  cursor: pointer;
}
.bodybo .one-news-edit {
  margin: 10px;
  padding: 25px;
  border: 1px solid rgba(196, 201, 205, 0.5);
}
.bodybo span.status-desc {
  display: block;
  padding: 15px;
  color: #1b395a;
  font-style: italic;
  background-color: rgba(196, 201, 205, 0.3);
  margin-bottom: 40px;
}
.bodybo .user-editor-config {
  margin-bottom: 40px;
}
.bodybo .user-editor-config .preThem {
  margin: 0px 10px 15px 0px;
  padding: 0;
  display: inline-block;
  padding: 5px;
}
.bodybo .user-editor-config .preThem .btn {
  margin-left: 10px;
  padding: 0 5px;
  font-size: 10px;
}
.bodybo .bo-parcours-elem {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 50px;
}
.bodybo .bo-parcours-elem .chosen-container-single .chosen-single {
  border-radius: 0px;
  box-shadow: none;
}
.bodybo .bo-parcours-elem ul {
  height: auto;
}
.bodybo .bo-parcours-elem ul li {
  height: 40px;
}
.bodybo #sortableQuest {
  padding: 15px 0;
}
.bodybo #sortableQuest .qcm {
  padding: 15px 5px;
  border: 1px solid rgba(196, 201, 205, 0.5);
}
.bodybo #sortableQuest .qcm .edit-answers {
  padding: 0 5%;
}
.bodybo #sortableQuest .qcm .good-answer {
  background-color: rgba(0, 128, 0, 0.05);
  padding: 15px;
}
.bodybo #sortableQuest .qcm .good-answer label {
  color: green;
  text-transform: uppercase;
}
.bodybo .edit-fiche-subtitle {
  display: block;
  font-size: 20px;
  margin-bottom: 25px;
  background-color: #1b395a;
  color: white;
  padding: 3px 10px;
}
.dashboard .hb-container .percentValue {
  position: absolute;
  right: 5px;
  font-size: 12px;
}
.dashboard .hb-container .progress {
  background-color: #dddd;
}
.dashboard .hb-container .progress-striped {
  margin-top: 5px;
  margin-left: 2px;
  margin-right: 42px;
}
.dashboard .user-dashboard-progress {
  margin-top: 50px;
  margin-bottom: 50px;
}
.dashboard .user-dashboard-progress .user-infos {
  text-align: left;
  padding: 20px;
  text-transform: capitalize;
  background-color: rgba(196, 201, 205, 0.2);
  margin: 5px 0;
  font-weight: bold;
  font-size: 15px;
}
.dashboard .progress-badges .user-badge.silver {
  border-right-color: #c4c9cd;
  border-left-color: #c4c9cd;
}
.dashboard .fav .masonry-brick {
  margin-top: 10px;
}
.dashboard .fav i {
  position: absolute;
  right: 10px;
  font-size: 30px;
  color: #ffe330;
  margin-top: -30px;
  text-shadow: 0px 0px 1px rgba(43, 42, 42, 0.849);
  -webkit-transition: 0.1s all;
          transition: 0.1s all;
}
.dashboard .fav i:hover {
  color: transparent;
  text-shadow: 0px 0px 1px #fe5757;
}
.dashboard .fav i:hover:before {
  content: "\f014";
}
/************* RESPONSIVE ************/
@media screen and (max-width: 767px) {
  .sectionCommentaires ul.parentHasChild li {
    padding: 0;
    margin-left: 0;
    border-left: none;
  }
  .row-horizon.bs-wizard {
    text-align: center;
  }
  .row-horizon.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    word-wrap: break-word;
    max-width: 150px;
    height: auto;
  }
  p {
    font-size: 1.1em;
  }
  .user-level-container .user-level {
    min-height: 20px;
  }
  .user#menu-toggle {
    opacity: 1;
    height: 40px;
    width: 40px;
    top: -10px;
    z-index: 1002;
    position: absolute;
  }
  .app-logo-header {
    margin-left: 65px !important;
  }
  #wrapper.toggled .user#menu-toggle {
    opacity: 0;
  }
  .description-container,
  .linked-fiches-container,
  #page-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .row-horizon.bs-wizard {
    text-align: center;
  }
  .row-horizon.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    word-wrap: break-word;
    max-width: 50px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-level-container .user-level {
    min-height: 20px;
  }
  #wrapper.toggled .user#menu-toggle {
    opacity: 0;
  }
  .header .navbar-toggle {
    float: none;
    position: absolute;
    right: 0;
    z-index: 10002;
  }
  .header .navbar li {
    text-align: center;
  }
  .user#menu-toggle {
    opacity: 1;
    height: 40px;
    width: 40px;
    top: -10px;
    z-index: 1002;
    position: absolute;
  }
  .app-logo-header {
    margin-left: 65px !important;
  }
}
@media screen and (max-width: 991px) {
  .siteTitle {
    display: none;
  }
  .hideonmobile {
    display: none;
  }
  .onlymobile {
    display: block;
  }
  .nopaddingifresponsive {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .nopaddingifresponsive tr {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .nopaddingifresponsive tr td {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body.main-competence #page-content-wrapper {
    overflow-x: scroll;
  }
  .home button.btn-active.btn-filter-themes:after {
    display: none;
  }
  .img-responsive {
    margin: 0 auto;
  }
  .arianne {
    display: none;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .header .navbar-toggle {
    float: none;
    position: absolute;
    right: 0;
    z-index: 10002;
  }
  .header .navbar {
    background: none;
    background-color: white;
  }
  .header .navbar li:not(.navbar-search) a.main-title {
    padding: 15px 15px !important;
  }
  .header .navbar li {
    text-align: center;
  }
  .header .navbar li:hover {
    border-bottom: 3px solid transparent !important;
  }
  .header .navbar li:hover a {
    font-weight: bold;
  }
  .modal-content .markerNavigationContainer button.validerMarker {
    right: 0;
  }
  .video-right-btn-container {
    position: initial !important;
  }
  .video-right-btn-container .btn {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .right.bo .container-fluid .content {
    overflow: auto;
  }
  .right.bo .container-fluid .content tbody tr td .btn {
    padding: 2px 5px;
  }
  .edit_profile {
    width: 100%;
  }
  .mce-toolbar-grp .mce-flow-layout-item > div {
    white-space: normal;
  }
  .login .loginScreen {
    min-height: 570px;
  }
  .login .loginScreen .form-container form .btn-connect {
    font-size: 14px;
  }
  .linked-fiches-container {
    padding-left: 0;
  }
  #wrapper .container.toggled {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .btn-social-icon-container {
    display: none;
  }
  .subheader .arianne li {
    font-size: 0.8em;
  }
  .subheader .arianne.arianneToggled {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .img-responsive {
    max-height: 455px;
  }
  body.progress-background #wrapper {
    background: white;
    height: auto;
  }
  .login .loginScreen {
    background: url('../resources/bg_1.jpg') no-repeat center center fixed;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-height: 480px) {
  .login .loginScreen {
    min-height: 570px;
  }
}
