/*Theam CSS Edit*/

#right-sidebar {
  background: #efefef;
  height: 500px;
  position: static;
  overflow: auto;
  top: 60px;
  width: 250px !important;
  margin-right: 40px;
  overflow-y: auto;
}

#small-chat {
  z-index: 1010;
}


.theme-config-box {
  margin-right: -250px;
}

.skin-setttings {
  width: 210px;
  margin-right: 40px;
}

.skin-setttings .title {
  width: 250px;
}

.top-nav-user-icon {
  display: block;
  padding: 20px 10px;
  min-height: 50px;
}

/* custom CSS Rules*/

/*for note scroll */
#scroll_note {
    height: 340px;
    overflow: auto;
    overflow-x:hidden;
  }

/*show upload button on picture hover */
#profile-btn{
  font-size:60px;
  color:  black;
}
div.show-upload-button {
    position: relative;
    float:left;
    margin:5px;
}
div.show-upload-button:hover img{
    opacity:0.5;
}
div.show-upload-button:hover #profile-btn {
    display: block;
    width:10px;
    -webkit-transition:bottom .3s ease;
    -moz-transition:bottom .3s ease;
    -o-transition:bottom .3s ease;
    transition:bottom .3s ease;
}
div.show-upload-button #profile-btn {
   position:absolute;
   display:none;
    top:0;
    left:0;
}

#imgChange {
  background: url("../img/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  color: #FFFFFF;
  display: block;
  height: 30px;
  left: 0;
  line-height: 32px;
  position: absolute;
  text-align: center;
  width: 100%;
}
#imgChange input[type="file"] {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

#imgdiv:hover #imgChange
{
display : block;
}

#imgChange{
  display: none;
}

/* Change default color of md button */
.md-button .md-fab{
  background-color : #FFFFFF;
}

.md-button{
  background-color: #FFFFFF;
}

@media print {
  body { margin: -2.0cm; }

  .md-select-icon {
    display: none !important;
  }
}

@page {
        size: A4;
        margin: 0;
    }

/* Home Icon Set*/

.homeRow{
  margin-left: 0%;
  margin-top: 50px;
}

.homeRow button{
  margin-right: 5%;
  margin-bottom: 50px;
}

.addCandidate{
  margin: 0 auto;
  display: block;
}
