@charset "UTF-8";

.menubtn {
  background-color:#fff;
  line-height: inherit; }

.menubtn a {
    color: black !important; }
    .menubtn ul a {
      padding: 10px 15px;
      transition: .3s all; }
      .menubtn a:hover {
        box-shadow: inset 0 -5px 0 0 #d80027;
        background-color: transparent;
        color: #d80027 !important; }


textarea::-webkit-input-placeholder {
  color: red;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: red;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  color: red;  
}

textarea:-ms-input-placeholder {
  color: red;  
}

textarea::placeholder {
  color: red;  
}

html {
font-family: 'Montserrat', sans-serif;
}


/* Side Navigation */



.side-nav li.user-li.active{
  background-color:#ac3973 !important;
}

 .side-nav li.active.lone a,.side-nav li.active ul li:first-child, .side-nav li.active.lone a svg, .side-nav li.active ul li div.collapsible-header p svg{
  color:#FFFFFF !important;
}

.my-icon{
  font-size:1.5em;
  margin-right:14px;
  color:#666666;
}

.changed{
  margin-left:5px;
  color:#666666;
}

.no-margin{
  margin:0px;
}

.user-li{
  background-color:#000 !important;
}