html body {
  font-family: "Roboto", sans-serif;
}


.nav > li {
  display: inline-block;
  padding: 1em 18px;
  cursor: pointer;
  list-style: none;
}
.nav > li:hover {
  background: #ebebeb;
}

.drop {
  list-style: none;
  position: relative;
}
.drop ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 3em;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  padding: 5px;
}
.drop ul li {
  display: block;
  list-style: none;
  white-space: pre;
  padding: 1em 18px;
}
.drop ul li:hover {
  background: #ebebeb;
}
.drop:hover ul {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.namecontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    margin-top: 21px;
    color: #bbb;
    font-weight: 300;
}




#app-row {
  flex-flow: row; 
  min-width: 250px;
  width: auto;
  display: inline-block;
}

#app-row div.scrollableArea {
  display: inline-flex;
}




#wrap-apps {
  overflow: hidden;
}

#apps-cell {
  min-width: 250px !important;
}



.app-card {
 min-height: 340px;
 min-width: 250px;
}

.app-card > .mdl-card__title {
  color: #fff;
  background: #46B6AC;
  height: 200px;
}


.mdl-layout {
  background-color: rgb(250, 250, 250);
}

.mdl-layout__header {
  background-color: rgb(250, 250, 250);
  color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
}

.mdl-layout-spacer {
  color: rgba(0, 0, 0, 0.6);
}

.mdl-navigation {
  color: rgba(0, 0, 0, 0.6);
}

.mdl-layout__header-row .mdl-navigation__link {
  color: rgba(0, 0, 0, 0.6);
}

.mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.6);
}

.app-section-title {
  color: #757575;
}

.login-gismat {
  z-index: 9999;
  width: 300px;
  height: 550px;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.new-pass-gismat {
  z-index: 9999;
  width: 300px;
  height: 550px;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.mdl-progress {
  width: 280px;
  position: fixed;
  top: 53.5%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  z-index: 9999;
}


.about-app-gismat {
  z-index: 9999;
  width: auto;
  height: auto;
  min-width: 300px;
  min-height: 550px;
  max-width: 800px;
  max-height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.mdl-checkbox__label {
  font-size: 13px;
}

.about-app-text {
  line-height: 1.7;
  font-size: 16px;
  width: 96%;
  overflow: auto;
  max-height: 350px;
}


/*-------------------------------- NOT AVAILBLE ----------------------*/

.not-available {
  opacity: 0.45;
}


/*-------------------------------- LOGIN -----------------------------*/

.app-card-login {
  width:100%;
}

.app-card-login > .mdl-card__title {
  color: #fff;
  height: 150px;
  background: url('../images/login-pattern.png') center / cover;
}

.blur-bckg {
  position: absolute;
    opacity: 0.6;
    background-color: #757575;
    height: 100vh;
    width: 100vw;
    z-index: 9998;
}


/*---------------------------------------- EPL -----------------------*/

.app-card-EPL > .mdl-card__title {
  color: #fff;
  background: url('../images/EPL-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-EPL {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- GU -----------------------*/

.app-card-GU > .mdl-card__title {
  color: #fff;
  background: url('../images/GU-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-GU {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- EDU -----------------------*/

.app-card-EDU > .mdl-card__title {
  color: #fff;
  background: url('../images/EDU-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-EDU {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- EMP -----------------------*/

.app-card-EMP > .mdl-card__title {
  color: #fff;
  background: url('../images/EMP-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-EMP {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- EM -----------------------*/

.app-card-EM > .mdl-card__title {
  color: #fff;
  background: url('../images/EM-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-EM {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- WEB -----------------------*/

.app-card-WEB > .mdl-card__title {
  color: #fff;
  background: url('../images/WEB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-WEB {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- WEBEPL -----------------------*/

.app-card-WEBEPL > .mdl-card__title {
  color: #fff;
  background: url('../images/WEB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-WEBEPL {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- WEBDOC -----------------------*/

.app-card-WEBDOC > .mdl-card__title {
  color: #fff;
  background: url('../images/WEB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-WEBDOC {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- WEBMIC -----------------------*/

.app-card-WEBMIC > .mdl-card__title {
  color: #fff;
  background: url('../images/WEB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-WEBMIC {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- WEBPIS -----------------------*/

.app-card-WEBPIS > .mdl-card__title {
  color: #fff;
  background: url('../images/WEB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-WEBPIS {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- WEBPDM -----------------------*/

.app-card-WEBPDM > .mdl-card__title {
  color: #fff;
  background: url('../images/WEB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-WEBPDM {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- WEBSER -----------------------*/

.app-card-WEBSER > .mdl-card__title {
  color: #fff;
  background: url('../images/WEB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-WEBSER {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- WEBPAM -----------------------*/

.app-card-WEBPAM > .mdl-card__title {
  color: #fff;
  background: url('../images/WEB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-WEBPAM {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- DOC -----------------------*/

.app-card-DOC > .mdl-card__title {
  color: #fff;
  background: url('../images/DOC-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-DOC {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- HS -----------------------*/

.app-card-HS > .mdl-card__title {
  color: #fff;
  background: url('../images/HS-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-HS {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- PUN -----------------------*/

.app-card-PUB > .mdl-card__title {
  color: #fff;
  background: url('../images/PUB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-PUB {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- FISC -----------------------*/

.app-card-FISC > .mdl-card__title {
  color: #fff;
  background: url('../images/FISC-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-FISC {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- PM -----------------------*/

.app-card-PM > .mdl-card__title {
  color: #fff;
  background: url('../images/PM-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-PM {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- PC -----------------------*/

.app-card-PC > .mdl-card__title {
  color: #fff;
  background: url('../images/PC-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-PC {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- LEV -----------------------*/

.app-card-LEV > .mdl-card__title {
  color: #fff;
  background: url('../images/LEV-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-LEV {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- REB -----------------------*/

.app-card-REB > .mdl-card__title {
  color: #fff;
  background: url('../images/REB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-REB {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}


/*---------------------------------------- IRM -----------------------*/

.app-card-IRM > .mdl-card__title {
  color: #fff;
  background: url('../images/IRM-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-IRM {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- RV -----------------------*/

.app-card-RV > .mdl-card__title {
  color: #fff;
  background: url('../images/RV-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-RV {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- RV -----------------------*/

.app-card-CP > .mdl-card__title {
  color: #fff;
  background: url('../images/CP-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-CP {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- MOB -----------------------*/

.app-card-MOB > .mdl-card__title {
  color: #fff;
  background: url('../images/MOB-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-MOB {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- RSU -----------------------*/

.app-card-RSU > .mdl-card__title {
  color: #fff;
  background: url('../images/RSU-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}

.app-card-RSU {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

/*---------------------------------------- VW -----------------------*/

.app-card-VW > .mdl-card__title {
  color: #fff;
  background: url('../images/VW-pattern.png') center / cover;
  height: 200px;
  opacity:0.68;
  max-height: 118px;
}
.mdl-card__subtitle-text {
  align-self: flex-start;
}

.app-card-VW {
  width:100%;
  min-height: 340px;
  min-width: 250px;
}

.actions-app {
  max-height: 53px;
  position: absolute;
  bottom: 0px;
}

