.homeContainer {
    position: absolute;    
    display: grid;
    height: 100vh;
    width: 100vw;
    grid-template-columns: 8vw auto 5vw;
    grid-template-rows: 0vh auto 5vh;
    grid-gap: 0vh 0vh;
}
.scrollClass {
    margin-left: 6vw;
    grid-column: auto / span 3;
	overflow-y: scroll;    	
}
.eachItem {        
    font-size: 1vw;
    text-align: center;    
    background-color: transparent;
    background: transparent;
    /* border: solid 1px blue; */
}
.logoClass {    
    display: inline-block;
    margin-top: 1vh;
    padding: 1vh 1vw 1vh 1vw;    
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0.6));
    box-shadow: 6px 6px 9px rgba(0,0,0,0.3), -3px -3px 6px rgba(255, 255, 255, 0.6);
    cursor: pointer;
    font-size: 0;
}
.logoClass:hover {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3), -1px -1px 3px rgba(255, 255, 255, 0.6);
}
.logoClass:active {
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3), inset -1px -1px 2px rgba(255, 255, 255, 0.6);
}
#userSettingSpace:hover .sideLogoClass,  .sideLogoClass:hover{
    opacity: 1;
}
#userSettingSpace:hover:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 13vh;
    width: 100%;
    box-sizing: border-box;
  }
.sideLogoClass {
    position: relative;
    text-align: right;
    display: block;
    margin-left: auto;
    right: 0;
    width: 9.5vw;
    /* top: 7vh; */
    padding: 1vh 1vw 1vh 1vw;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0.6));
    box-shadow: 6px 6px 9px rgba(0,0,0,0.3), -3px -3px 6px rgba(255, 255, 255, 0.6);
    cursor: pointer;
    font-size: 0;
    z-index: 998;
    /* animation: easeIn 1s ease 0s 1 forwards; */
    opacity: 0;
}
.sideLogoClass .ng-hide {
    opacity: 0;
}
.sideUserClass {
    position: absolute;
    top: 0.5vh;
    text-align: right;
    right: 1vw;
    width: auto;
    max-width: 37vw;
}
.charNew {
    display: inline-block;    
    margin: 0;
    padding: 0;
    font-family: 'SterlingDisplay-Roman' !important;
    font-size: 1.5vw;
    font-weight: 800;
}
.firstLetterNew {
    font-size: 22px;
    vertical-align: middle;
}
.ampersandNew {
    font-size: 1.7vw;
}
.ibNew {
    display: inline-block;
    margin: 0 0.1vw 0 0.1vw;
}
ul {
    list-style: none;
}
.gridsterClass {		
    border-radius: 2vmin;    
    background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0.6));
    box-shadow: 6px 6px 9px rgba(0,0,0,0.3), -3px -3px 6px rgba(255, 255, 255, 0.6);    
}
.gridsterClass:hover {        
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3), -1px -1px 3px rgba(255, 255, 255, 0.6);
}
.gridsterClass:active {        
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3), inset -1px -1px 2px rgba(255, 255, 255, 0.6);
}
.scrollClass::-webkit-scrollbar-track {    
    box-shadow: inset 0 0 0.5em rgba(0,0,0,0.3);  
	background-color: #F5F5F5;
	border-radius: 10px;
}
.scrollClass::-webkit-scrollbar {
	width: 10px;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.scrollClass::-webkit-scrollbar-thumb {
	background-color: #AAA;
	border-radius: 10px;	
}
.box {    
    height: 100%;
}
.box-header {    
    padding: 0.5em 0.8em 0em 1em;   
    height: 5vh;
    width: 99%;
    cursor: move;        
}
.box-content {
	height: 85%;
    padding: 0em 1em 1em 1em; 
}
.box-header-btns { 
    width: auto;
    cursor: pointer;
    position: absolute;
    top: 1vh;
    right: 1vw;   
}
.drag-box {
    width: 54%;
    display: inline-block;
    z-index: 1;
    position: absolute;
}
.drillInfoClass {
    text-align: center;
    font-size: 0.7vw;
    color: rgba(0,0,0,1);
}
.drillInfoDynamic {
    display: inline-block;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border-radius: 5px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3), -3px -3px 6px rgba(255,255,255,0.5);
    background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0.6));
}
.drillInfoStatic {
    display: inline-block;
    margin-left: 0.25vw;
    margin-right: 0.25vw;
}
.widgetNameDiv {
    display: inline-block;
    font-size: 0.7vw !important;
    padding: 0.2em 0.5em 0.2em 0.5em;    
    color: rgba(0,0,0,1);
    border-radius: 5px;
    box-shadow: 6px 6px 9px rgba(0,0,0,0.3), -6px -6px 9px rgba(255,255,255,0.5);
    background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0.6));
    /* background: rgb(241,243,244);
    background: linear-gradient(45deg, rgba(241,243,244,1) 0%, rgba(222,234,237,1) 30%, rgba(194,214,224,0.5) 100%); */
    /* color: rgba(255,255,255,1); */
    /* background: linear-gradient(135deg, rgba(12,224,218,1), rgba(12,224,218,0.9)); */
    /* background: linear-gradient(145deg, rgba(10,186,181,0.3), rgba(255,255,255,0.8)); */
    /* box-shadow: 2px 2px 4px rgba(0,0,0,0.4), -2px -2px 4px rgba(255,255,255,0.7); */
}
.widgetNameDiv:hover {
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3), -2px -2px 3px rgba(255,255,255,0.25);
}
.scrollWrap {
    width: 100%;
    height: 100%;
    padding-bottom: 3%;
    overflow-y: auto;
}
.scrollWrap::-webkit-scrollbar-track {    
    box-shadow: inset 0 0 0.5em rgba(0,0,0,0.3);  
	background-color: #F5F5F5;
	border-radius: 5px;
}
.scrollWrap::-webkit-scrollbar {
	width: 5px;
    background-color: #F5F5F5;
    border-radius: 5px;
}
.scrollWrap::-webkit-scrollbar-thumb {
	background-color: #AAA;
	border-radius: 5px;	
}
.notifDiv {
    font-size: 0.7vw !important;
    width: 98%;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    padding: 0.2em 0.5em 0.2em 0.5em;
    background: linear-gradient(135deg, rgba(189,226,232,1), rgba(255,255,255,1));
    box-shadow: -2px 1px 9px #939c9e, -6px -5px 9px #defffd;
    margin-top: 1vh;
}
#notifications li {
    transition: all 0.4s ease-out;
}
.notifDivNeo:hover, .notifDiv:hover {
    box-shadow: 1px 1px 3px #a3adaf, -1px -1px 2px #defffd;
    cursor: pointer;
}
.notification-count-logo {
    position: relative;
    padding: 0.3vh 0.3vw;
    z-index: 2;
    top: -3.25vh;
    right: -3vw;
    width: 2vw;
    height: 2vw;
    line-height: 20px;
    font-size: 0.7vw;
    border-radius: 50%;
    background-color: #ff4927;
    color: #fff;
    animation: zoom 3s 3s both infinite;
}
.notif-close-div {
    float: right;
    padding: 0.2vw;
    cursor: pointer;
}
.notif-close {
    width: 0.6vw;
    height: 0.6vw;
    margin-right: 0.5vw;
    margin-top: 0.5vh;
}
.sideLogo-svg-icon {
    position: relative;
    cursor: pointer;
    z-index: 1;
    width: 1.8vw;
    border-radius: 30%;
    height: 1.8vw;
    padding: 0.2em;
    margin-left: 0.3em;
    border: solid 2px #fff;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.3), -4px -4px 6px rgba(255,255,255,0.5);
}
.sideLogo-svg-icon:hover {  
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3), -1px -1px 2px rgba(255,255,255,0.5);      
}
.sideLogo-svg-icon:active {
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3), inset 1px -1px 2px #ffffff;    
}
.sideUser-svg-icon:focus {
    outline: none;
}
.sideUser-svg-icon {
    cursor: pointer;
    z-index: 999;
    margin-left: 0.5vw;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    border: solid 0.1vw #b9f5ee;
    box-shadow: 5px 5px 5px rgba(117, 175, 159, 0.51), -5px -5px 5px rgba(255, 255, 255, 0.4);
}
.sideUser-svg-icon:hover {  
    box-shadow: 2px 2px 2px rgba(117, 175, 159, 0.51), -2px -2px 2px rgba(255, 255, 255, 0.4);      
}
.sideUser-svg-icon:active {
    box-shadow: inset 2px 2px 2px rgba(117, 175, 159, 0.51), inset -2px -2px 2px rgba(255, 255, 255, 0.4);    
}
.chartError {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5ab7b3;
    font-weight: bold;
    opacity: 0.6;
    font-size: 1.2vw;
}
.right-topmost-div {
    /* position: fixed; */
    width: 30vw;
    height: auto;
    right: 0;
    top: 0;
}
.base {
    position: absolute;
    z-index: -3;
    height: 100vh;
    width: 100vw;    
    background-color: rgba(176,243,239,1);
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1366px) {
    body {
        overflow-y: hidden;
    }
    .bg-bg {
        position: absolute;
        z-index: -1;
        height: 100vh;
        width: 100vw;    
        background: url(../images/mom_bg3.jpg) no-repeat fixed center;
        background-size: cover;     
        animation: easeIn 1s ease 0s 1 forwards;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1366px) {
    body {
        overflow: hidden;
    }
    .bg-bg {
        position: absolute;
        z-index: -1;
        height: 100vh;
        width: 100vw;    
        background: url(../images/mom_bg2.jpg) no-repeat fixed center;
        background-size: cover;     
        animation: easeIn 1s ease 0s 1 forwards;
    }
}

.chartAreaWrapper {
	position: relative;
    width: 100%;
    height: 100%;
    margin-top: 1vh; 
}
.sideMenuDiv { 
    display: grid;       
}
.sideMenuLargeDiv {
    position: absolute;
    display: flex;
    align-items: center;
    width: 7vw;
    height: 100%;
}
.sideMenuContainer {
    display: grid;
    grid-template-columns: 100%;    
    grid-gap: 1vw;
    align-items: center;
    position: absolute;
    /* top: 10%; */
    z-index: 999;
    /* height: 75%; */
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 7vw;
    margin-left: 0%;
    border: solid 0.2em rgba(255,255,255,0.7);    
    border-radius: 12px;    
    box-shadow: 6px 6px 8px rgba(0,0,0,0.3), -6px -6px 8px #ffffff;    
    background: linear-gradient(135deg, rgba(230,244,247,0.8), rgba(255,255,255,0.5));
    animation: hideInside 1s ease 1.5s 1 forwards;
}
/* .sideMenuContainer::after  */
.sideMenuAfter {
    /* content: url(../images/menu_side_icon.svg); */
    content: "";
    position: absolute;
    top: 5%;
    right: -1.5vw;
    width: 1.5vw;
    height: 5vh;
    border-bottom-right-radius: 4vh;
    border-top-right-radius: 4vh;
    background: linear-gradient(135deg, rgba(230,244,247,1), rgba(255,255,255,1));
    z-index: 988;
    box-shadow: 6px 0px 8px rgba(0,0,0,0.3), -6px -6px 8px rgba(255,255,255,0.5);
}
/* .sideMenuContainer::before  */
.sideMenuBefore  {
    content: "";
    position: absolute;
    right: 0.35vw;
    top: 1.5vh;
    width: 0.5vw;
    height: 0.5vw;
    z-index: 999;
    box-sizing: border-box;
    border-width: 0.4vw 0.7vw 0.4vw 0;
    border-color: transparent #084947 transparent transparent;
    /* border-width: 0.4vw 0px 0.4vw 0.7vw; */
    border-style: solid;
    /* border-color: transparent transparent transparent #084947; */
    animation: rotateSlideRight 1s ease 2s 1 forwards;
}
.sideMenuContainer:hover .sideMenuBefore {
    animation: rotateSlideLeft 1s ease 0s 1 forwards;
}
.sideMenuContainer:hover {
    box-shadow: 3px 3px 4px rgba(0,0,0,0.3), -3px -3px 3px #ffffff;    
    animation: slideOut 1s ease 0s 1 forwards;
}
.sideMenuIconBG {
    display: grid;
    grid-template-rows: 1.5fr 1fr;
    grid-template-columns: 1fr; 
    justify-self: center;   
    text-align:center;
    text-align:-webkit-center;    
    width: 4.5vw;
    height: 4.5vw;
    border-radius: 10%;
    background: linear-gradient(135deg, rgba(230,244,247,0.8), rgba(255,255,255,0.7));
    box-shadow: 4px 4px 6px rgba(0,0,0,0.3), -4px -4px 6px #ffffff;
    cursor: pointer;
    padding-top: 0.7em;
    font-size: 0.6vw;
}
.sideMenuIconBG:hover {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3), -1px -1px 2px #ffffff;
    background: linear-gradient(135deg, rgba(230,244,247,0.2), rgba(255,255,255,0.9));
}
.sideMenuIconBG:active {
    background: #e6f4f7;
    box-shadow: inset 3px 3px 4px #b1bcbe, inset -3px -3px 4px #ffffff;
}
.sideMenuIconBGActive {
    /* background: #e6f4f7; */
    box-shadow: inset 3px 3px 4px #b1bcbe, inset -3px -3px 4px #ffffff;
}
.pageDiv {
    opacity: 0;
    animation: easeIn 2s ease 0s 1 forwards;
}
@keyframes rotateSlideLeft {
    to {
        /* border-width: 0.4vw 0.7vw 0.4vw 0;
        border-color: transparent #084947 transparent transparent; */
        border-width: 0.4vw 0px 0.4vw 0.7vw;
        border-color: transparent transparent transparent #084947;
        transform: rotate(-180deg);
    }
}
@keyframes rotateSlideRight {
    to {
        /* border-width: 0.4vw 0px 0.4vw 0.7vw;
        border-color: transparent transparent transparent #084947; */
        transform: rotate(180deg);
    }
}
@keyframes hideInside {
    to {
        margin-left: -6vw;
    }
}
@keyframes slideOut {    
    to {
        margin-left: 0;
    }
}
@keyframes easeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.moreOptionsMenuHidden {            
    position: absolute;
    z-index: 1;    
    top: 4.4vh;
    right: 1vw;    
    display: flex;
    align-items: flex-start;
    opacity: 0;
    max-width: 0%;
    max-height: 0%;                
    font-size: 0;
    padding: 0.2vw;
    border-radius: 10px 0 10px 10px; 
    background: rgb(241,243,244);
    background: linear-gradient(142deg, rgba(241,243,244,1) 0%, rgba(222,234,237,1) 30%, rgba(194,214,224,1) 100%);
    /* background: linear-gradient(135deg, rgba(12,224,218,1), rgba(12,224,218,0.9));     */
    /* box-shadow: 6px 6px 8px #a3adaf, -4px -4px 7px #ffffff;     */
    box-shadow: 8px 8px 8px rgba(0,0,0,0.4), -2px -2px 12px rgba(238,243,244,0.3);
    overflow-y: auto;        
}
.moreOptionsMenu {            
    position: absolute;
    z-index: 1;    
    top: 4.4vh;
    right: 1vw;    
    display: flex;
    padding: 0.2vw;
    align-items: flex-start;
    opacity: 0;
    max-width: 0%;
    max-height: 0%;                
    font-size: 0; 
    border-radius: 10px 0 10px 10px;    
    background: rgb(241,243,244);
    background: linear-gradient(142deg, rgba(241,243,244,1) 0%, rgba(222,234,237,1) 30%, rgba(194,214,224,1) 100%);
    /* background: linear-gradient(135deg, rgba(12,224,218,1), rgba(12,224,218,0.9));     */
    /* box-shadow: 8px 8px 8px rgba(0,0,0,0.4), -2px -2px 12px rgba(12,224,218,0.3);     */
    box-shadow: 8px 8px 8px rgba(0,0,0,0.4), -2px -2px 12px rgba(238,243,244,0.3);
    overflow-y: auto;    
    animation: showMoreOptions 1s ease 0s 1 forwards;    
}
@keyframes showMoreOptions {
    to {
        opacity: 1;
        max-width: 95%;
        max-height: 80%;
    }
}
.moreOptionsMenu::-webkit-scrollbar-track {    
    box-shadow: inset 0 0 0.5em rgba(0,0,0,0.3);  
	background-color: rgb(241,243,244);
	border-radius: 10px;
}
.moreOptionsMenu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgb(241,243,244);
    border-radius: 10px;
}
.moreOptionsMenu::-webkit-scrollbar-thumb {
	background-color: #AAA;
	border-radius: 10px;	
}
.moreOptionsMenu ul {
	list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.moreOptionsMenu ul li {
	position: relative;
    margin: 0vw 0vw 0.4vw 0;
    padding: 0;
}
.moreOptionsMenu  ul li input[type="checkbox"], .moreOptionsMenu  ul li input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.moreOptionsMenu ul li .filterVal {	
	border-radius: 10px;
	display: flex;
	justify-content: start;
	align-items: center;
    width: 7vw;    
    min-height: 1.7vh;
    cursor: pointer;
    color: rgba(255,255,255,0.5);
    font-size: 0.65vw;
    padding: 1% 0 0 0.4vw;
    border: solid 0.1vw rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.25);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2), -1px -1px 3px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
}
.moreOptionsMenu ul li input[type="checkbox"]:active ~ .filterVal, .moreOptionsMenu ul li input[type="radio"]:active ~ .filterVal {       
    border: solid 2px rgba(255,255,255,0.3);        
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3), -1px -1px 2px rgba(0,0,0,0.2);
}
.moreOptionsMenu ul li input[type="checkbox"]:checked ~ .filterVal, .moreOptionsMenu  ul li input[type="radio"]:checked ~ .filterVal {        
    background: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.9);    
    box-shadow: 0px 5px 8px rgba(255,255,255,0.4), 0px -5px 8px rgba(255,255,255,0.4);
    transition: all 0.5s ease;
}
.moreOptionsMenu ul li .filterVal .tick {
    opacity: 0;    
    font-size: 0.6vw;
    margin-right: 0.25vw;
    margin-left: -0.2vw;
    color: rgba(255,255,255,0.8);
    text-shadow: 0 0 2px rgba(255,255,255,0.6), 0 0 4px rgba(255,255,255,0.6), 0 0 6px rgba(255,255,255,0.6);    
    transform: scale(0);
    transition: opacity 0.2s ease;    
}
.moreOptionsMenu ul li input[type="checkbox"]:checked ~ .filterVal .tick, .moreOptionsMenu ul li input[type="radio"]:checked ~ .filterVal .tick {            
    animation: lightUp 0.2s ease 0s 1 forwards;    
}
.infoMenu {
    min-height: 3vh;
    max-height: 100%;
    overflow-y: auto;
    font-size: 0.7vw;
    padding: 0.3vw;
    margin: 0.3vw;
    border-radius: 0.5em;
    border: 0.1em solid #b3b9b9;
}
.tooltipMenu {							
    position: absolute;
    width: 7vw;
    background: linear-gradient(135deg, rgba(255,255,255,1), rgba(255,255,255,0.9));
    box-shadow: 6px 6px 9px rgba(0,0,0,0.3), -3px -3px 6px rgba(255, 255, 255, 0.6);
    font-size: 0.7vw;
    display: flex;
    right: 2vw;
    align-items: center;
    padding: 0.2vw;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    color: black;
    top: -6vh;
    top: -3.5em;
    z-index: 1000;
    opacity: 0;
    transition-property: opacity, right;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: linear, linear;
}
.tooltipMenu::after {
    content: "";
    position: absolute;
    border-style: solid;
    top: 98%;
    transform: rotate(-90deg);
    box-sizing: border-box;
    border-width: 0.4vw 0.7vw 0.4vw 0;
    border-color: transparent rgb(240, 249, 249) transparent transparent;
}
@keyframes lightUp {    
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    90% {
        opacity: 1;
        transform: scale(1.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.moreOptionsMenu ul li .filterName {    
    display: flex;
    border-radius: 4px;
	justify-content: center;
	align-items: center;
    width: 7vw;        
    font-size: 0.65vw;        
    /* background: linear-gradient(45deg, rgba(0,0,0,0.1), rgba(255,255,255,0.1), rgba(0,0,0,0.1));   */
    color: rgba(0,0,0,1);        
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2), -3px -3px 5px rgba(255,255,255,0.3); 
    font-weight: 100;
}
.moreOptionsMenu ul li .filterName:hover {
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2), -1px -1px 3px rgba(255,255,255,0.3);
}
.contextMenuElem {
    cursor: pointer;
    margin-left: 0vw;
    margin-top: 1.1vh;
    height: 3vh;
    width: 7vw;
}
.contextMenuDiv {
    width: 9vw;
    overflow-y: auto;
    height: auto;
}


.widgetNameDivAdvert {
    position: absolute !important;
    right: 44vw !important;
    width: inherit;
    box-shadow: none;
    font-size: .85vw !important;
    color: #47bac7;
    font-weight: bold;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 20px;
} 

.error-wrapper-style-advert {
    height: 0px;
    position: absolute;
    padding-left: 55px;
    padding-top: 10px;
}

.filter-search {
    width: 100%;
    outline: 2px;
    margin-bottom: 5px;
    ::placeholder {
        color: dimgray;
        font-size: 10px;
    }
    :active {
        border-color: transparent;
        border-bottom: 2px solid aquamarine;
      }
}

.underlineHover:link {
    text-decoration: none;
  }
  
  .underlineHover:visited {
    text-decoration: none;
  }
  
  .underlineHover:hover {
    text-decoration: underline;
  }
  
  .underlineHover:active {
    text-decoration: underline;
  }