/*
.m-subheader-search {
    background: #e0e0e0;
    padding: 40px 30px 40px 30px;
    color: #0f3a5d;
}

.m-subheader-search img{
    max-height: 100px;
}

.m-subheader__breadcrumbs {
    float: right;
    font-size: 18px;
    top: 30px;
    position: relative;
    font-weight: 600;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell > span a {
    color: #0f3a5d !important;
    font-weight: 600;
}

.m-subheader-search select, .m-subheader-search select:hover, .m-subheader-search select:focus {
    background: transparent;
    color: #fff;
    min-width: 200px;
    border: 1px solid #f4f4f4;
}

.nav.m-nav{
    display: block !important;
}

.nav.m-nav li{
   margin-bottom: 5px;
}

.no-shadow{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav__link .m-topbar__usericon .m-nav__link-icon-wrapper {
    background: #00b0e1;
    border: 1px solid #00b0e1;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e8e7f4;
}

input[type="color"] {
    -webkit-appearance: menulist-button;
    border: 0;
    width: 32px;
    height: 32px;
    padding: 0;
}
*/
