body {
    overflow: auto;
    cursor: default;
    touch-action: auto;
}
#widget_scroll_container {
    margin: 0px;
    position: relative;
    width: auto !important;
    left: 0 !important;
    top: 0;
}
div.widget_container,
div.widget_container.half {
    overflow: hidden !important;
    width: auto !important;
    margin: 0;
    float: none;
    padding: 0;
}
div.widget {
    float: none;
    width: auto !important;
    height: auto !important;
    margin: 4px;
    border: 2px solid transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}
div.widget:hover {
	z-index: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
}
div.widget.unloaded {
    opacity: 0;
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
div.widget:last-child {
    margin-bottom: 0;
}
div.widget div.main {
    width: 80px;
    height: 80px;
    border-right: 1px solid white;
    background-size: contain;
}
div.widget div.widget_content,
div.widget div.main {
    overflow: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    /* background-size: 70%; */
}
div.widget div.main > span {
    top: 0px;
    left: 80px;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    text-shadow: none;
}

div.widget div.main > span.noclient {
    padding: 5px 5px 5px 20px;
    line-height: 70px;
}


div.widget div.main > span br {
    display: none;
}

div.widget div.main > span.news {
    display: none;
}

div.widget_blue,
div.widget_container.blue div.widget {
	background-color: #0097AA;
}

div.widget_orange,
div.widget_container.orange div.widget {
    background-color: #F29500; 
}

div.widget_red,
div.widget_container.red div.widget {
    background-color: #C23916;
}

div.widget_green,
div.widget_container.green div.widget {
    background-color: #94C849;
}

div.widget_darkgreen,
div.widget_container.darkgreen div.widget {
    background-color: #006531;
}

div.widget_purple,
div.widget_container.purple div.widget {
    background-color: #91009B;
}

div.widget_darkred,
div.widget_container.darkred div.widget {
    background-color: #BE213E;
}

div.widget_darkblue,
div.widget_container.darkblue div.widget {
    background-color: #3C7780;
}

div.widget_yellow,
div.widget_container.yellow div.widget {
    background-color: #D9B700;
}

div.widget_grey,
div.widget_container.grey div.widget {
    background-color: #c6c6c6;
}

div.widget_white,
div.widget_container.white div.widget {
    background-color: #FFFFFF;
}

div.widget_white:hover,
div.widget_container.white div.widget:hover {
    border:2px solid rgba(200, 200, 200, 0.4);
}

div.widget_white div.main {
	border-right: 1px solid #c6c6c6;
}

div.widget_container.title {
    font-size: 18px;
}

/*
Client Selection in Widget
*/

div.widget div.widget_clients {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.0);
}

div.widget div.widget_clients table.big {
	display:none;
}

div.widget div.widget_clients table.mobile {
	display: flex;
    height: 80px;
    align-items: flex-end;
    justify-content: flex-end;
}

div.widget div.widget_clients table.mobile_button {
	display:block;
	float: left;
    padding: 40px 0px 0px 85px;
}

div.widget div.widget_clients table tr td img {
    height: 30px;
    width: 30px;
}

#widget_notification .submit{
	font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:11px !important;
	font-weight: bolder;
	background-color: orange !important;
	border:1px solid white !important;
	color:white !important;
	box-shadow:none !important;
}


#msgContainer {
	color: red;
	margin: 5% auto;
	font-size: auto;
	text-align: center;
	width: 100%;
	
}

#wntGrnStrp {
	background:#222222;
	position: absolute !important;
	margin: 0 !important;
	height:20% !important;
	top:25% !important;
	
	min-height:180px !important;
	width: 100% !important;
	z-index:9999 !important;
	
	-webkit-animation: slideLeft 0.9s 1;
    -moz-animation:    slideLeft 0.9s 1;
    -ms-animation:     slideLeft 0.9s 1;
    animation:     slideLeft 0.9s 1;
	
	-webkit-transition: background 0.8s ease-in;
	-moz-transition: background 0.8s ease-in;
	-ms-transition: background 0.8s ease-in;
	transition: background 0.8s ease-in;
}

#wntGrnStrp div{
	border-left:1px solid #e2e2e2 !important;
	margin:10px auto !important;
	padding:0 10px !important;
	width:100% !important;
}

#widget_notification div h2{
	font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-weight:normal !important;
	color:white !important;
	font-size: auto !important;
	margin:0;
	padding: 0 0 12px 0 !important;
}

div.widget_news_container {
	padding-top: 5px;
	font-weight: bolder;
	font-size: 10pt;
	left: 80px;
	top: 0px;
	position: absolute;
}

.news_widget {
	position:relative;
	top: 60px;
	display: none;
	pointer-events: none;
}

#landingpage_menu {

	top: 0;
	right: 0;
}

#landingpage_sidebar_toggle {
	width: 25px;
	height: 25px;
}
#landingpage_sidebar_toggle:hover {
	width: 25px;
	height: 25px;
}

#landingpage_user_logo {
	width: 25px;
	height: 25px;
}

#landingpage_logout {
	width: 25px;
	height: 25px;
}
#landingpage_logout:hover {
	width: 25px;
	height: 25px;
}