.progress {
  height: 10px;
  width: 600px;
}

md-menu-bar {
  z-index: 100;  
}

md-sidenav, 
md-sidenav.md-locked-open, 
md-sidenav.md-closed.md-locked-open-add-active {
    min-width: 330px !important;
    /*width: 85vw !important;*/
    max-width: 330px !important;
} 

body.md-dialog-is-showing {
  overflow: visible !important;
}

md-backdrop{
  position: fixed !important;
}

md-toolbar.away {
  background-color: red;
}

.sel {
  border: 2px solid orange;
}

md-card:focus {
  outline: none;
  border: 0;
}

div:focus {
  outline: none;
  border: 0;
}

li:focus {
  outline: none;
  border: 0;
}

.animate-enter {
  -webkit-transition: 1s linear all; /* Chrome */
  transition: 1s linear all;
  opacity: 0;
}
 
.animate-enter.animate-enter-active {
  opacity: 1;
}

.animate-leave {
  -webkit-transition: 1s linear all; /* Chrome */
  transition: 1s linear all;
  opacity: 1;
}

.animate-leave.animate-leave-active {
  -webkit-transition: 1s linear all; /* Chrome */
  transition: 1s linear all;
  opacity: 0;
}

/*Main window animation */
.faded.ng-enter {
  -webkit-transition: 0.75s;
  transition: 0.75s;
  opacity: 0;
}

.faded.ng-enter-active {
  opacity: 1;
}

.faded.ng-leave {
  -webkit-transition: 0s;
  transition: 0s;
}

.faded.ng-leave-active {
  opacity: 0;
}

.menu {
  background-color: transparent;
  border: none;
  height: 38px;
  margin: 16px;
  width: 36px;
}

#user .md-button {
  float: right;
}

/* Toolbar area */
md-toolbar h3 {
  margin: auto;
  font-weight: 500;
}

/* Sidenav area */

md-list-item > button {
  width:100%;
  text-align:left !important;
  height:70px;;
}

md-icon.avatar {
  margin-right: 20px;
}

md-list .md-button.selected {
  color: #03a9f4;
}

button#main {
  margin-bottom: 10px;
}

md-sidenav > md-toolbar {
  height:64px;
}

/* Primary content area */


#content  {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}

#content .md-button.contact {
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  margin: 8px auto 16px 0;
  position: absolute;
  top: 10px;
  right: 40px;
}


#content md-icon.avatar {
  margin-top: 10px;
}

#content .md-button.contact > md-icon {
  fill:black;
  width:36px;
  height:36px;
}


#content .md-button.contact:active > md-icon {
  background-color: #dadada;
  border-radius: 75%;
  padding:4px;
  transition: all 100ms ease-out 30ms;
}


/* Utils */

/* Typography support coming in 0.8.0 */


.avatar {
  position:relative;
  width: 54px;
  height: 54px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;

}


md-bottom-sheet  md-icon {
  margin-right:20px;
}

span.name {
  font-weight: bold;
  font-size:1.1em;
  padding-left:5px;
}

#rectangle{
    width:200px;
    height:100px;
    background:blue;
}

.my-slider {
    width: 800px;
    height: 600px;
    
    align-items: center;
}
.my-slider li {
    font-size: 30px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;

    margin-right: 200px;
}

.my-slider .debug {
    position: absolute;
    bottom: 0;
    height: 50px;
    background: rgba(0,0,0,0.7);
    color:white;
    font-size: 12px;
    width: 100%;
    padding: 5px;
}
.my-slider.standard li {
    text-align: center;
    padding: 20px;
    font-size: 20px;
}
.my-slider.nested {
    width: 100%;
    height: 600px;
}
.my-slider.nested li {
    padding: 10px;
}
.big {
    margin-top: 30px;
    width: 100%;
    font-size: 30px;
}
.controls {
    margin-top: 5px;
    width: 450px;
    text-align: center;
}
.thumbs {
    width: 450px;
    text-align:center;
}
.thumb {
    display: inline-block;
    background-size:cover;
    border: 1px solid transparent;
    margin: 2px 4px;
    width: 60px;
    height: 40px;
    transition: border 0.2s ease-in;
}
.is-active {
    border: 1px solid red;
}
.details {
    color:white;
    font-size: 12px;
    margin-bottom: 10px;
}

#multiple-images-slider {
    max-width: none;
}

#multiple-images-slider [class^="col-"] {
    padding: 0;
}

#vertical-slider {
  height: 700px;
}

#show-next-slider li {
  background-size: 98%;
  background-repeat: no-repeat;
}

.webphoneVideoDiv {
  margin-top: 60px;
  margin-bottom: 20px;
}

.oldApplicationTabs {
  position: absolute;
  
  top: 10px;
  left: 10px;
}

.skillApplicationDiv {
  width: 100%;
  
  margin-top: 20px;
  
  text-align: center;
}

.applicationScript {
  width: 800px;
  height: 400px;
  
  margin-top: 20px;
  
  border: 1px solid black;
  
  overflow-y: auto;
}

.applicationSTT {
  width: 800px;
  height: 400px;
  
  margin-top: 20px;
  
  border: 1px solid black;
}

.applicationImages {
  width: 800px;
  height: 400px;
  
  margin-top: 20px;
  
  text-align: center;
}

.applicationMap {
  width: 800px;
  height: 400px;
  
  margin-top: 20px;
  
  text-align: center;
}

.carousel-indicators {
  display: none;
}

.applicationButtons {
  margin-top: 50px;
  
}

md-toast.md-top {
  top: 20%;
  left: 50%;
  
  text-align: center;
  
  transform: translate3d(-50%, 0, 0);
}

ng-md-icon {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}

.userBtnIconSmall {
  margin-top: -18px;
  margin-left: -2px;
  
  color: white;
}

.userBtnIcon {
  color: black;
}

#banner {
  width: 100%;

  padding: 10px;

  color: black;
  background-color: white;

  border: 1px solid black;
  box-shadow: -1px -1px 1px grey;
}

#bannerSmall {
  position: absolute;

  width: 100%;
  height: 2em;

  top: 0px;
  left: 0px;

  padding: 5px;

  color: black;
  background-color: white;

  border: 1px solid black;
}

.adminBody {
  position: absolute;

  left: 15px;
  top: 130px;
  right: 15px;
  bottom: 45px;

  padding: 10px;

  overflow: auto;

  color: black;
  background-color: white;

  border: 1px solid black;
  box-shadow: -1px -1px 1px grey;
}

.adminBodyTab {
  margin-top: 35px;

  padding: 10px;

  color: black;
  background-color: white;

  box-shadow: inset 0 0 2px #000000;

  overflow: hidden;
}

.itemList {
  width: 100%;
}

.crudButton {
  min-width: 1%;
  width: 160px;
  height: 40px;
  text-align: left;
  padding: 5px;
  padding-left: 20px;
  font-size: x-small;
}

.crudButtonMini {
  min-width: 1%;
  width: 100px;
  height: 40px;
  text-align: left;
  padding: 5px;
  padding-left: 10px;
  font-size: x-small;
}

.viewLabel {
  width: 300px;
  text-align: right;
  margin-top: 0px;
  margin-right: 20px;
}

.viewText {
  margin-top: 0px;
  text-align: left;
}

.formRow {
  width: 100%;
  height: 3em;
}

.formRowXS {
  width: 100%;
  height: 3em;
}

.formColumn {
  padding: 5px;
}

.formLabel {
  width: 30%;

  text-align: left;

  margin-top: 8px;
  margin-right: 5px;
}

.formLabelShort {
  width: 15%;

  text-align: left;

  margin-top: 8px;
  margin-right: 5px;
}

.formLabelLong {
  width: 80%;

  text-align: left;

  margin-top: 8px;
  margin-right: 5px;
}

.formText {
  width: 64%;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.formTextLong {
  width: 79%;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.formSelect {
  width: 64%;
  margin-top: 5px;
}

.formSelectShort {
  width: 20%;
  margin-top: 5px;
}

.formCheckBox {
  width: 1em !important;
  margin-top: -5px !important;
}

.tableCheckBox {
  width: 1em !important;
  margin-top: 0px !important;
}

.dlgButton {
  width: 10em;
}

.help-block {
  color: red;
}

.hidden {
  visibility: hidden;
}

.resetPasswordButton {
  width: 12em;
}

@media screen and (max-width: 400px) {
  .resetPasswordButton {
    font-size: small;
  }
}
