html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/************
 * GENERALS *
 ************/

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

th {
  background: rgba(130, 202, 191, 1) none repeat scroll 0 0;
	text-align: center;
	border: 1px solid #ddd;
	color: #fff;
}

body {
  background: rgba(244, 244, 244, 1);
  font-family: Open Sans, sans-serif;
}

hr {
  border: 1px solid rgba(226, 231, 231, 1);
  margin: 10px 0 20px 0;
}

/*label {
  font-weight: normal;
}*/

.glyphicon
{
	top: 0;
	/*line-height: normal;*/
}

button > .glyphicon
{
  line-height: inherit;
}

.modal {
  overflow-y: scroll;
}

.ng-cloak {
  display: none !important;
}

.push-bold {
  font-weight: bold !important;
}

.push-white-background {
  background-color: white !important;
}

.push-white-color {
  color: white !important;
}

.push-green-background {
  background-color: #89cbc0 !important;
}

.push-green-color {
  color: #89cbc0 !important;
}

.push-pink-background {
  background-color: #f39b9a !important;
}

.push-pink-color {
  color: #f39b9a !important;
}

.push-dark-grey-background {
  background-color: #3a3a3a !important;
}

.push-dark-grey-color {
  color: #3a3a3a !important;
}

.push-yellow-background {
  background-color: #fde37b !important;
}

.push-yellow-color {
  color: #fde37b !important;
}

.close {
	font-size: 25px;
  z-index: 1 !important;
}

.alert {
  border-radius: 0;
}

.space-bottom {
  margin-bottom: 10px;
}

.not-allowed-cursor
{
	cursor:not-allowed;
}

.btn {
  border: none;
  padding: 7px 25px;
  font-size: 1.1em;
  border-radius: 0;
}

.btn:focus {
  outline: none !important;
}

.btn.active {
  background: rgba(247, 231, 153, 1) !important;
  box-shadow: none;
}

.btn.btn-default {
  background: rgba(219, 223, 225, 1);
}

.btn.btn-primary {
  background: rgba(130, 202, 191, 1);
}

/*.form-control {
  height: 25px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(212, 220, 221, 1);
  box-shadow: none;
  padding: 0 5px 0 10px;
}*/

.input-group-addon {
  padding: 0 5px 0 5px;
  border-radius: 0;
  background: rgba(212, 220, 221, 1);
}

.uib-timepicker .btn {
  padding: 5px;
}

.tooltip.in {
  opacity: 1;
}

.uib-datepicker .btn {
  padding: 5px;
}

.uib-datepicker:focus {
  outline: none !important;
}

.content-wrapper {
  height: 100%;
  overflow-x: hidden;
  padding: 20px 0 20px 0;
  position:relative;
}

.content-wrapper .container-fluid {
  height: 100%;
	display: flex;
	flex-direction: column;
}

.login-wrapper .content-wrapper {
  height: auto;
  padding-top: 0;
}

.select-panel
{
	display:flex;
}
.select-panel-cell
{
	align-items: center;
	display: flex;
	justify-content: center;
  flex-grow: 1;
}

.select-panel-cell .glyphicon
{
	font-size: 20px;
	cursor: pointer;
}

/********
* FORM *
*********/

.has-error.inline-label-input
{
  color: #a94442;
}

.inline-label-input__label
{
  height: 34px;
}
.inline-label-input__input
{
  width: 50%;
}
.inline-label-input__input,
.inline-label-input__error
{
  display: inline-block;
}

.inline-label-input__error
{
  font-weight:bold;
}
/********
* ACCORDION *
*********/
.accordion .panel-body
{
  padding:0;
}

.accordion .panel-body > div:nth-child(2) {
  border:0;
}

.accordion .list-group-item {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

/********
* MODAL *
*********/

.modal-dialog {
    width: 650px;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border: none;
  text-align: center;
}

.modal-title {
  font-weight: normal;
}

.modal-body {
  text-align: center;
}

.modal-body .row{
  padding: 5px 0;
}

.modal-footer {
  border: none;
  text-align: center;
}

/********
* BREADCRUMB *
*********/

.breadcrumb {
    display: inline-block;
}

/********
* ANGULAR MATERIAL *
*********/

/********
* md-autocomplete *
*********/

.md-autocomplete-suggestions-container
{
	z-index: 1060 !important;
}

.md-mode-indeterminate.inline-progress
{
    display: inline-block;
    vertical-align: middle;
}

/********
* md-switch *
*********/

md-switch
{
	justify-content: center;
}

/********
* md-progress-circular *
*********/

.btn-primary md-progress-circular path 
{
  stroke: white;
}

/***********
 * SIDEBAR *
 ***********/

.sidebar-wrapper {
  float: left;
  height: 100%;
}

.sidebar {
  width: 225px;
  min-height: 100%;
  height: 100%;
  background-color: #3B353B;
  border-right: 4px solid rgba(149, 149, 149, 1);
  padding-top: 10px;
  transition: width 0.5s, height 0.5s ease;
}

.sidebar.sidebar-collapse {
  width: 60px;
}

.sidebar .navbar-toggle {
  display: block;
  border: 1px solid white;
  margin: 0 6px 45px 0;
  border: none;
}

.sidebar-item {
  font-size: 0.9em;
  transition: all 0.5s ease;
  margin-left: 15px;
}

.sidebar .navbar-toggle .icon-bar {
  background: #FFFFFF;
  font-size: 1.8em;
  width: 25px;
  height: 3px;
}

.sidebar .nav.nav-stacked {
  transition: all 0.5s ease;
}

.sidebar .nav.nav-stacked li {
  text-align: left;
  border-bottom: 1px solid rgba(38, 33, 37, 1);
  white-space: nowrap;
  margin: 0;
  overflow: hidden;
	cursor:pointer;
}

.sidebar .nav li:first-child {
  border-top: 1px solid rgba(38, 33, 37, 1);
}

.sidebar .nav li:hover {
  width: calc(100% + 5px);
  border-right: 4px solid rgba(255, 225, 137, 1);
}

.sidebar .nav li.active {
  width: calc(100% + 5px);
  background: rgba(38, 33, 37, 1);
  border-right: 4px solid rgba(255, 225, 137, 1);
}

.sidebar .nav li a {
  color: #FFFFFF;
  padding: 20px 15px;
  font-weight: bold;
}

.nav>li>a:focus, .nav>li>a:hover {
  background: rgba(38, 33, 37, 1);
}

.sidebar .nav li .glyphicon {
  font-size: 1.8em;
  vertical-align: middle;
}

/* Shortcuts in the sidebar on smartphone */
.sidebar .shortcuts {
  height: 100%;
  border: 1px solid white;
}

/*CSS when User is logged*/

.userLogged{
	background: rgba(244, 244, 244, 1);
}

/****************
 * USER INFOS *
 ****************/

.user-infos
{
	position:absolute;
	display:flex;
	color: #3b353b;
	padding: 8px 30px 0 0;
	right:0px;
	cursor:default;
}

.user-infos-icon
{
	font-size: 1.8em;
}

.user-infos-login
{
	font-size: 1.1em;
	margin-left: 15px;
}

.sidebar .user-infos
{
	position:relative;
	background-color: #959595;
	color: #ffffff;
	padding: 10px 5px;
}


/***********
 * COMMON *
 ***********/
 .item {
 	cursor: default;
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
	font-weight: 700;
 }

 .item .item-add {
 	background: rgba(130, 202, 191, 1) none repeat scroll 0 0;
 	color: white;
 	cursor: pointer;
 	height: 80px;
 	margin: auto;
 	max-width: 80px;
 	width: 80px;
 }

 .item .glyphicon {
   z-index: 1;
   width: 100%;
 	height: 80px;
 	line-height: 80px;
   font-size: 40px;
 }

.item .item-title {
   height: 40px;
   line-height: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
 }

 .fullscreen {
     width: 100%;
     height: 100%;
 }

 .push-hidden
 {
	 visibility: hidden;
 }

.push-btn-cursor
{
	cursor:pointer;
}

.push-no-available
{
	display: none !important;
}

.text-error
{
	color: #a94442;
}

/***********
 * LIVE *
 ***********/

.live .user-infos
{
    cursor: default;
    display: flex;
    justify-content: flex-end;
    padding: 8px 30px 8px 0;
    position: relative;
}

@media (max-width: 769px) {
  .content-wrapper {
    padding-top: 60px;
  }

  .sidebar-wrapper {
    float: none;
    width: 100%;
    height: auto;
    z-index: 2;
    position: fixed;
  }

  .sidebar {
    width: 100%;
    min-height: auto;
    height: 250px;
    overflow: hidden;
    border-right: 0;
    border-bottom: 4px solid rgba(149, 149, 149, 1);
    padding: 0px;
  }

  .sidebar.sidebar-collapse {
    height: 45px;
  }

  .sidebar .navbar-toggle {
    margin: 3px 0 5px 10px;
  }

  .sidebar .nav li a {
    padding: 10px 5px;
  }

  .sidebar .nav li.active {
    width: 100%;
  }

  .sidebar.sidebar-collapse {
    width: 100%;
  }


  .live .user-infos {
    justify-content: flex-start;
    padding: 10px 5px;
  }

}


@media (max-width: 768px)
{

  /********
  * MODAL *
  *********/

  .modal-dialog {
    width: auto;
  }

}

