#toolbar-item-administration-tray:after {
  content: '';
  display: block;
  clear: both;
}
.path-user div.alert {
  top: 10px;
  position: absolute;
  z-index: 1;
}
div.alert {
  padding: 25px 50px 25px 50px;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 14px;
  position: relative;
}
div.alert button {
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
}
div.alert button:focus {
  outline: none;
}
div.alert a {
  font-weight: 700;
}
div.alert.alert-success,
div.alert.alert-success * {
  color: #fff;
  background-color: #B4D587;
}
div.alert.alert-success{
  border: 1px solid #94C354;
}
div.alert.alert-danger,
div.alert.alert-danger * {
  color: #fff;
  background-color: #E0B1B1;
}
div.alert.alert-danger{
  border: 1px solid #B82828;
}
div.alert.alert-warning,
div.alert.alert-warning * {
  color: #fff;
  background: #FFC107;
}
div.alert.alert-info,
div.alert.alert-info * {
  color: #fff;
  background: #4FC3F7;
}
div.alert .content{
  position: relative;
}
div.alert .content ul{
  padding-left: 20px;
  margin: 0;
}
div.alert .content::before{
  font-family: 'FontAwesome';
  background-color: #FFFFFF;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.alert-danger .content::before{
  content: "\f12a";
  color: #E0B1B1;
}

div.alert-success .content::before{
  content: "\f00c";
  color: #B4D587;
}
nav.local-tasks>input[type=checkbox] {
  display: none;
}
nav.local-tasks>label {
  margin: 0;
  z-index: 1001;
  width: 56px;
  position: relative;
  cursor: pointer;
}
nav.local-tasks>label:before,
nav.local-tasks>label:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
nav.local-tasks>label:before {
  left: 21px;
  width: 6px;
  height: 8px;
  margin-top: 1px;
  background: #fff;
  -webkit-transform: skew(-10deg, -10deg);
  -moz-transform: skew(-10deg, -10deg);
  -ms-transform: skew(-10deg, -10deg);
  -o-transform: skew(-10deg, -10deg);
  transform: skew(-10deg, -10deg);
}
nav.local-tasks>label:after {
  left: 21px;
  width: 17px;
  height: 8px;
  border-left: 1px solid #2196F3;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.local-tasks>label:hover {
  opacity: 1;
}
nav.local-tasks>label,
nav.local-tasks>ul {
  opacity: .3;
  display: block;
  height: 56px;
  background: #2196F3;
  border-radius: 28px;
  position: absolute;
  right: 15px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
nav.local-tasks>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 56px;
  overflow: hidden;
}
nav.local-tasks>ul>li {
  display: none;
}
nav.local-tasks>input[type=checkbox]:checked + label,
nav.local-tasks>input[type=checkbox]:checked + label + ul,
nav.local-tasks>input[type=checkbox]:checked + label + h2 + ul {
  opacity: 1;
  background: #fff;
}
nav.local-tasks>input[type=checkbox]:checked + label {
  -webkit-border-radius: 0 28px 28px 0;
  -moz-border-radius: 0 28px 28px 0;
  border-radius: 0 28px 28px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
nav.local-tasks>input[type=checkbox]:checked + label:before,
nav.local-tasks>input[type=checkbox]:checked + label:after {
  background: #1565C0;
  height: 4px;
  width: 20px;
  margin: -2px 0 0 0;
  border: none;
  left: 18px;
}
nav.local-tasks>input[type=checkbox]:checked + label:before {
  transform: rotate(45deg);
}
nav.local-tasks>input[type=checkbox]:checked + label:after {
  transform: rotate(-405deg);
}
nav.local-tasks>input[type=checkbox]:checked + label + ul,
nav.local-tasks>input[type=checkbox]:checked + label + h2 + ul {
  z-index: 1000;
  padding-right: 56px;
  width: inherit;
}
nav.local-tasks>input[type=checkbox]:checked + label + h2 + ul>li {
  display: block;
}

nav.local-tasks>ul:before,
nav.local-tasks>ul:after {
  content: "";
  display: table;
  clear: both;
}
nav.local-tasks>ul>li {
  float: right;
}
nav.local-tasks>ul>li>a {
  display: block;
  height: 56px;
  line-height: 56px;
  padding: 0 0 0 20px;
  color: #6e6e6e;
  font-weight: 600;
}
nav.local-tasks>ul>li>a:active,
nav.local-tasks>ul>li>a:focus,
nav.local-tasks>ul>li>a:hover {
  text-decoration: none;
  color: black;
}