body {font-family: Verdana, sans-serif;font-size: 12px; color: #777;}
a {color: #575c7d; text-decoration: none;font-weight: bold;}
a.pure-button {font-weight: normal;}
[class^="icon-"], [class*=" icon-"] {height: 1em; width: 1em; display: inline-block; fill: currentColor;}
button {margin: auto!important}

/* Pages Login */
.loginpage .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: inherit;
}
.loginpage .container div:first-child	 {
  background-image: url(https://images.unsplash.com/photo-1487581063035-1e15e9161b5c?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #111111;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;  
  display: block;
  background-color: transparent;
  position: relative;
}
.loginpage .container div:last-child	 {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding: 30px 12px;
}
@media (max-width: 768px){
  .loginpage .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .loginpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }
}

/* Icon Dashboard */
.app-wrapper {
  margin: 20px;
}
.app-icon {
  padding: 20px;
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.app-icon .inner, .app-icon i {
  font-size: 32px;
  padding: 4px 0 4px 0;
  color: #fafbfc;
  display: inline-block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.15);
}
.case-label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}


/* Page PROJET */
.header {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
  z-index: 10;
  position: fixed;
}
.show_menu {
  padding: .5em 0 .5em 1em;
  float: left;
}
.view-left {
  left: 0px !important;
  background-color: #fff;
}
.show_menu a {
  color: #777;
  font-size: 13px;
}
.brand {
  padding: .5em 1em;
  float: left;
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand a {
  color: #777;
  font-size: 12px;
}
.user {
  float: right;
}
.container,
.dashboard {
  max-width: 834px;
  margin: 0 auto;
}
.dashboard {
  padding: 30px 1em 0 1em;
}
.menu {
  width: 197px;
  position: fixed;
  top: 30px;
  left: -197px;
  bottom: 0;
  border-right: 1px solid #ddd;
  z-index: 9;
  overflow: auto;
}
@media screen and (min-width: 48em) {
  .menu {
    left: auto;
  }
}
.menu li.pure-menu-item:first-child {
  border-top: none;
}
.pure-menu .menu-item-divided {
  border-top: 1px solid #ddd;
}
.pure-menu-link {
  cursor:pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pure-menu-horizontal .pure-menu-children {
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
}
.pure-menu-has-children>.pure-menu-link:after {
  font-size: inherit;
}
.content {
  padding-left: 0px;
}
@media screen and (min-width: 48em) { 
  .content {
    padding-left: 198px;
  }
  .show_menu {
    display: none;
  }
}
form .input-group {
  padding: 2px 0px;
}
form .input-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 13em;
  margin: 0 1em 0 0;
}
form .input_submit {
  padding: 10px 2px 0;
}
.pure-form legend {
  font-weight: bold;
  padding: 6px 0!important;
  border-bottom: 1px solid #ddd;
}

/* Timeline */
.pure-control-group #lineCont {
  padding-left: 0em;
  max-width: 300px;
}
@media screen and (min-width: 30em) {
  .pure-control-group #lineCont {
    padding-left: 11em;
  }
}

#lineCont {
  height: 45px;
}
#line {
  height: 16px;
  width: 100%;
  background: #eeeeee;
  border-radius: 15px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.progress {
  height: 16px;
  width: 0%;
  background: #7ed663;
  border-radius: 15px;
  -webkit-transition: width 1s; /* Safari */
  transition: width 1s;
}
.popupSpan {
  width: auto;
  height: auto;
  padding: 2px 8px;
  top: 0;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  color: white;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-autocomplete {
  max-height: 100px;
  max-width: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.tabs {
  position: fixed;
  top: 30px;
  z-index: 9;
}
.panel {
  padding-top: 28px;
}

.notifications {
  padding: .5em 0 .5em 0;
  color: #777;
  font-weight: normal;
}
.notifications .message {
  padding: .5em 0 .5em 0;
}
.notification_lu {
  
}
.notification_nonlu {
  background-color: #eee;
}
.notification_archive {
  
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
  background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
  background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
  background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
  background: rgb(66, 184, 221); /* this is a light blue */
}