.management-container{
  height: 100%;
}

/********** Header *********/

.main-header{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 60px !important;
  min-height: 60px !important;
  /*background-color: #2196f3;*/
}

.button-toggle-sidenav{
  position: absolute;
  margin: 10px;
}

.button-account{
  position: absolute;
  margin: 10px;
  right: 115px;
}

.engie-logo {
  position: absolute;
  margin: 8px;
  right: 0;
}

.dropdown-language {
  position: absolute;
  margin: 8px;
  left: 320px;
}

.button-account span{
  font-size: 18px;
  font-family: Raleway;
  font-weight: bold;
}

#account-card{
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 5000;
  width: 320px;
}

#account-card md-card-title{
  overflow: hidden;
}

.card-user-icon{
  height: 75px;
  width: 70px;
}

.button-toggle-sidenav button{
  font-size: 24px !important;
}

.app-title{
  position: absolute;
  top: 8px;
  left: 100px;
  font-family: Raleway;
  color: #66aa89;
}

.app-title-sidenav{
  color: #9E9E9E;
}

.selected-app-title {
  position: absolute;
  font-size: 15px;
  top: 39px;
  left: 51px;
  font-family: Raleway;
  color: #66aa89;
  width: 200px;
  text-align: center;
}

/********** Time Button *********/
.icon-time-button {
  position: relative;
  top: 7px;
  color: #66aa89;
}

/********** Apps Button *********/
.button-apps {
  position: absolute;
  top: 10px;
  right: 180px;
  color: #40aeef;
}

.icon-apps {
  color: #40aeef;
}

#apps-card {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 5000;
  min-width: 300px;
  min-height: 300px;
}

#apps-card md-card {
  padding: 6px 13px;
  max-height: 530px;
}

#apps-card md-content {
  background-color: white;
}

.apps-button {
  height: 110px;
  width: 100px;
  font-size: 13px;
  color: #a9a6a6;
  /* padding: 5px; */
  margin: 10px 2px;
}

.apps-button:hover {
  border: solid 1px lightgrey;
  cursor: pointer;
}


.apps-button:focus {
  outline: 0;
}

.apps-button i {
  font-size: 60px;
  margin-left: 19px;
  margin-top: 20px;
  height: 5px;
  color: #40aeef;
}

.apps-button i:focus {
  outline: 0;
}

.apps-button img {
  margin: 0px 6px;
}

.apps-button img:focus {
  outline: 0;
}

.apps-button span {
  color: #a9a6a6;
  text-align: center;
}


/********** Change Password *********/
.input-content-password{
  margin: 10px;
  margin-bottom: 0px;
}

.old-password{
  margin-top: 20px;
}

.retype-password{
  margin-bottom: 10px;
}

.change-password-button {
  background-color: #40aeef !important;
  color: white;
  margin-right: 20px;
}

.logout-button {
  background-color: rgba(0,0,0,0.87) !important;
  color: white;
}
/********** Main Content *********/

.main-content{
  position: fixed;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}




/******** Side nav ******/
.sidenav-header{
  position: absolute;
  top: 0px;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.sidenav-header .button-toggle-sidenav button{
  font-size: 24px !important;
  color: black !important;
}

.sidenav-content{
  position: absolute;
  top: 60px;
  bottom: 0px;
  width: 100%;
  overflow: auto;
}

.sidenav-app-icon{
  color: rgba(0, 0, 0, 0.57);
  font-size: 28px;
}

.sidenav-app-img{
  max-width: 33px;
  max-height: 33px;
}

.sidenav-app-title{
  color: rgba(0, 0, 0, 0.57);
}
      
.sidenav-app-title.icon{
  margin-left: 20px
}

.sidenav-app-title.no-icon{
  margin-left: 50px
}




.list-first-part{
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.list-second-part{
  /*border-bottom: 1px solid #eee;*/
  margin-top: 10px;
  margin-bottom: 10px;
}

table.md-table th.md-column.md-active md-icon.md-sort-icon, table.md-table th.md-column:hover md-icon.md-sort-icon {
    opacity: 0.8 !important;
    color: white !important;
}