﻿.sm-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sm-right {
    float: right;
}

/* Material menu */
.material-menu {
    z-index: 1000;
    position: absolute;
    /* overflow-y: auto; */
    max-width: 320px;

    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    color: rgba(0, 0, 0, 0.87);
    
    padding: 16px 0;
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* top: 53px !important; */
    border-radius: 7px;
}

.material-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.material-menu li {
    padding: 0 24px;
    min-height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.material-menu li * {
    display: inline-block;
    vertical-align: middle;
}

.material-menu li span {
    margin-left: 16px;
    float: left;
    /* color: #555555; */
    /*font-size: 0.9rem;*/
}

.material-menu li.check {
    padding: 0 24px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.material-menu li.check.unchecked i {
    color: transparent;
    float: left;
    font-size: 0.9rem;
}

.material-menu li.divider {
    margin: 10px 0;
    min-height: 1px;
    height: 1px;
    background-color: #EAEAEA;
    cursor: default;
}

.material-menu li.divider:hover {
    background-color: #EAEAEA;
}

.material-menu li.label {
    font-weight: bold;
    cursor: default;
}

.material-menu li.label:hover {
    background-color: inherit;
}

.material-menu li:hover {
    background-color: #EEEEEE;
}

.material-menu .icon-wrapper {
    height: inherit;
    line-height: inherit;
}

.material-icons {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-18 { font-size: 18px; float: left; }
.material-icons.md-24 { font-size: 24px; float: left; }
.material-icons.md-36 { font-size: 36px; float: left; }
.material-icons.md-48 { font-size: 48px; float: left; }

.material-menu .header-help-menu{
    height: auto;
    top: 47px;
    left: 1353px !important;
    opacity: 1;
}

.material-menu .header-notification-menu{
    height: auto;
    /* top: 47px;
    left: 1353px !important;
    opacity: 1;     */
}

.material-menu .header-account-menu{
    height: auto;
    top: 47px;
    left: 1184px !important;
    opacity: 1;
}

.material-menu .header-app-menu{
    height: auto;
    top: 47px;
    left: 1182px !important;
    opacity: 1;
    display: block;
}

.material-menu .header-app-menu{
    top: 53px !important;
    border-radius: 5px !important;
}

.material-menu1 {
    z-index: 1000;
    position: absolute;
    /* overflow-y: auto; */
    max-width: 320px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.87);
    /* padding: 11px 0; */
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    top: 2px;
    border-radius: 7px;
    width: 162px;
    left: 165px;
}