/* Buttons */

.callforhelp-btn {
	    background: url(../images/icons/sidebar/callforhelp.png);
	     background-size: 100%, 100%;
  		 background-repeat: no-repeat;
}

.callforhelp-btn.callalert{
	    background: url(../images/icons/sidebar/callforhelp-alert.png);
	     background-size: 100%, 100%;
  		 background-repeat: no-repeat;
}


.actions-btn {

}

.assessments-btn {

}

.prior-btn {
}

.charts-btn {

}

glyphicon glyphicon-th-list {
    font-size: 3em;
}

.notes-btn {
}

.print-btn {
	    background: url(../images/icons/sidebar/print.png);
	     background-size: 100%, 100%;
  		 background-repeat: no-repeat;
}

.profile-btn {

}

.side-btn {

}

.side-btn.mob-menu {

}

.dash-menu a {
    float: left;
    text-align: center;
    width: 25%;
    margin-top: -18px;
    color: white;
    font-size: 12px;
}

.dash-menu a:hover {
    background-color: #0677f1;
}

.dash-menu a .glyphicon {
    font-size: 22px;
    top: 5px;
    pointer-events: none;
}

.dash-menu .dropdown-menu {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 0;
    background: 0;
    border: 0;
    z-index: 1000;
    list-style: none;
    position:absolute;
}

.dash-menu .panel-heading {
    background-color: #0677f1;
}

.dash-menu .panel-body {
    background: #354761;
}


.dashtail {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #354761;
    bottom: -5px;
    left: 33%;
}
.drop-up {
    top: auto;
    bottom: 100% !important;
}
