html,
body{height:100%; font-family: 'Roboto', sans-serif;}
.nopad { padding: 0px !important; }
.alignwrapper { margin-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }
.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dash_wrapper {  position: relative; padding:3px 0px 20px 0px; width: 100%; background-color: #fff; z-index: 999;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 300 !important
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: 300 !important
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: 300 !important
}
:-moz-placeholder { /* Firefox 18- */
  font-weight: 300 !important
}











.box-gap{
  margin-bottom: 15px;
}

.box-shadow{
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 2px 0px, rgba(0, 0, 0, 0.16) 0px 2px 8px 0px;
}
.mar15{
  margin-bottom: 15px;
}
.padd15{
  padding-bottom: 15px;
}
.royalblue{
  color: royalblue;
}