
.notice {
  width: 35%;
  color: #FCFFF5;
  background-color: #91AA9D;
  font-size: 1.4em;
  margin-bottom: 1.2em;
}

#password-form {
  top: 6em;
  position: relative;
}

.vudive-menue {
  width:100%;
  background-color: #91AA9D;
  height: 28px;
  z-index: 9000;
  position: fixed;
}

.vudive-menue a.menu, .vudive-menue span.menu {
  margin-right: 0.3em;
  float: left;
  height: 16px;
  cursor: pointer;
  font-size:0.7em;
  border: 1px solid #91AA9D;
  border-radius: 5px;
  padding-top: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 3px;
  margin-left: 3px;
}

#main-content {
  padding:20px;
  padding-top:50px;
}

#menu.ui-menu {
    width: 50%;
}

#myuser.ui-menu {
  background-color: #91AA9D;
  float:right;
  width: 170px;
  font-size:0.8em;
  border:0px;
  margin: 2px;
}

.ui-state-active {
  background-color: #3E606F !important;
  border-color: #193441 !important;
}

.portlet-header-client {
  padding: 0.2em 0.3em;
  margin-bottom: 0.5em;
  position: relative;
}

.portlet-header-role {
  padding: 0.2em 0.3em;
  margin-bottom: 0.5em;
  background-color: #FCFFF5;
  position: relative;
}

#userRoles, #userProjects, #userShows, #userDemo, #userBroadcast {
  margin-top: 1.2em;  
}

.role-name {
  font-size: 1.2em;
  font-weight: bold;
}

.client-name {
  font-size: 1.2em;
  font-weight: bold;
}

#dialog-role fieldset {
  width: 90%;  
}

#dialog-role fieldset input {
  width: 90%;  
}

#dialog-client fieldset {
  width: 90%;  
}

#dialog-client fieldset input {
  width: 90%;  
}

.roleCredential {
  background-color: #D1DBBD;
  color: #193441;
  padding: .5em 1em;
  float: left;
  margin: 0.2em;
  width: 15em;
  height: 3.2em;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.roleCredential span {
  font-size: 0.7em;
}

.ui-credential-highlight {
  background-color: #3E606F;
  color: #FCFFF5;
}

.clientRoles {
  padding: .5em 1em;
  float: left;
  margin: 0.2em;
  width: 14em;
  height: 1.2em;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.clientRoles span {
  font-size: 0.7em;
}

.clientProjects {
  padding: .5em 1em;
  float: left;
  margin: 0.2em;
  width: 14em;
  height: 2.2em;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.clientProjects span {
  font-size: 0.7em;
}

.clientShows, .clientDemo, .clientBroadcast {
  padding: .5em 1em;
  float: left;
  margin: 0.2em;
  width: 14em;
  height: 2.2em;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.clientShows span, .clientDemo span, .clientBroadcast span {
  font-size: 0.7em;
}

.client-for {
  display: inline-block;
  width: 80px;
}

.ui-icon-white {
  background-image: url("images/ui-icons_ffffff_256x240.png") !important;
}

.home {
  position: absolute;
  width: 20%;
  float:left;
  text-align: center;
  top:25%;
}

.step1 {
  left: 15%;
}

.step2 {
  left: 40%;
}

.step3 {
  left: 65%;
}

.home .step {
  font-size: 6em;
  background-color: #D1DBBD;
  color: #3E606F;
  border-radius: 50%;
  padding: 10px;
  font-weight: bold;
  font-family: arial;
}

.home p {
  font-size: 1.4em;
  color: #D1DBBD;
  padding: 5px;
  font-weight: bold;
  font-family: arial;
  text-align: center;
}

.startlink {
  color: #FCFFF5;
  text-decoration: none;
}

.portlet-content-client{
  position: relative;
}