
.boxShadow {
    /*box-shadow: 0 1px 6px 0 rgba(0,0,0,0.25);*/
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.25);
}

.boxShadowPop {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.25);
    box-shadow: 0px 0px 36px 3px rgba(0,0,0,0.25);
}

ul[role="menu"].el-menu.el-menu--popup {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.25);
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.25);
}

/*.grayHeaders {*/
/*    background-color: rgba(84, 92, 100, 0.73);*/
/*}*/

.no-scroll-bars {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.no-scroll-bars::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
/*.no-scroll-bars::-webkit-scrollbar {*/
/*    !*width: 0px;  !* Remove scrollbar space *!*!*/
/*    background: transparent;  !* Optional: just make scrollbar invisible *!*/
/*}*/
/*!* Optional: show position indicator in red *!*/
/*.no-scroll-bars::-webkit-scrollbar-thumb {*/
/*    background: #FF0000;*/
/*}*/

.site-body {
    font-size: 1em;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 /*{a-page-shadow-x}*/ 0px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #f3f3f3 /*{a-page-shadow-color}*/ !important;
}

@media only screen and (min-width: 768px) {
    .xs-not-flex {
        display: flex;
    }
}
