html {
    height: 100%;
}
body {
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    margin: 0px;
    height: 100%;
    font-size: 100%;
    background-image: url('../../pub/images/modern_bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #000000;
    background-attachment: fixed;
    background-size: cover;
    
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: none;
}
html.touch {
    width: 100%;
    overflow: hidden;
}
body.touch {
    touch-action: auto;
    overflow-x: auto;
    overflow-y: none;
    -webkit-overflow-scrolling: touch;
}

.copyright {
	color: black;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 10pt;
	position: relative;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.copyright a:link {
	color:#666666;
	text-decoration: none;
}

.header {
	width: 100%;
	position: relative;
	margin-top: 50px;
	overflow: hidden;
}

.headerTxt {
	float: left;
	margin-left: 30px;
	width: 70%;
	overflow: auto;
	-ms-overflow-style: none;
}

.header img {
	max-height: 180px;
	max-width: 180px;
}

.header img.left {
	float: left;
	margin-left: 30px;
}

.header img.right {
	float: right;
}

#headerFrame {
	border: 0;
	margin-left: 35px;
	width: 100%;
	height: 100%;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.7);
}
img {
    border: none;
}
textarea, input, select {
    outline: none;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
}
input[type="button"] {
	-webkit-appearance: none;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.transition_all {
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
         -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
            transition: all 0.4s;
}
.text_shadow {
    color: #222222;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.spacer_20 {
    height: 20px;
    clear: both;
}
#widget_scroll_container {
    cursor: move;
    overflow: hidden;
    position: relative;
    left: 20px;
    
/*     -webkit-touch-callout: none; */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#widget_preview {
    top: 50%;
    right: 50%;
    left: 50%;
    bottom: 50%;
    position: fixed;
    overflow: hidden;
    color: #FFFFFF;
    z-index: 200;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: default;
}
#widget_preview a  {
    color: #FFFFFF;
}
#widget_preview.open {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
#widget_preview.loading {
    background: url('../images/page_loader.gif') no-repeat scroll 50% 50%;
}
#widget_preview > div.dot {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    right: 100%;
}
#widget_preview > div.dot.open {
    right: 0%;
}
#widget_sidebar {
    position: absolute;
    display: table;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: -85px;
    z-index: 500;
    width: 90px;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -0-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
#widget_sidebar.open,
#widget_sidebar:hover {
    right: 0px;
    background-color: #111111;
}
#widget_sidebar > div {
    display: table-cell;
    vertical-align: middle;
}
#widget_sidebar > div > div {
    background-repeat: no-repeat;
    background-position: 50% 10px;
    height: 84px;
    cursor: pointer;
    position: relative;
}
#widget_sidebar > div > div:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
#widget_sidebar > div > div.cancel {
    background-image: url('../images/metro/menu.png');
}
#widget_sidebar > div > div.download {
    background-image: url('../images/metro/save.png');
}
#widget_sidebar > div > div.back {
    background-image: url('../images/metro/back.png');
}
#widget_sidebar > div > div.next {
    background-image: url('../images/metro/next.png');
}
#widget_sidebar > div > div.refresh {
    background-image: url('../images/metro/refresh.png');
}
#widget_sidebar > div > div > span {
    font-size: 0.7em;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    bottom: 10px;
}
#widget_preview_content {
    overflow: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    font-size: 0.9em;
    -webkit-animation: widget_preview 0.2s linear;
       -moz-animation: widget_preview 0.2s linear;
        -ms-animation: widget_preview 0.2s linear;
         -o-animation: widget_preview 0.2s linear;
            animation: widget_preview 0.2s linear;
    -webkit-overflow-scrolling: touch;
       -moz-overflow-scrolling: touch;
            overflow-scrolling: touch;
}
div.page_content {
    padding: 16px;
}
div.widget_container {
    position: relative;
    margin-right: 20px; /* when this value is changed, make sure its also updated in ui class ($container_margin) */
    float: left;
    padding: 10px;  /* when this value is changed, make sure its also updated in ui class ($container_padding) */
    -webkit-perspective: 1000px;
       -moz-perspective: 1000px;
        -ms-perspective: 1000px;
         -o-perspective: 1000px;
            perspective: 1000px;
}
div.widget_container:last-child {
    margin-right: 0px;
}
div.widget_container.title {
    font-size: 24px;
	font-weight: bold;
	color:#fff;
	margin-left: 5px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	filter: Shadow(Color=black, Direction=130, Strength=2);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.widget {
    float: left;
    position: relative;
    color: #FFFFFF;
    cursor: pointer;
    margin: 2px; /* when this value is changed, make sure its also updated in ui class ($widget_margin) */
    opacity: 1;
    border: 3px solid transparent;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
/* mantis 30673
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
       -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
         -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
*/
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
div.widget.unloaded {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
       -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
         -o-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
}
div.widget.animation {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
       -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        -ms-transition: opacity 0.3s, -ms-transform 0.3s;
         -o-transition: opacity 0.3s, -o-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
}

div.widget_link {
    cursor: pointer;
}

/* when this value is changed, make sure its also updated in ui class ($widget_width_big) */
div.widget1x1 {
    width: 90px;
    height: 90px;
}
div.widget2x2 {
    width: 190px;
    height: 190px;
}
div.widget4x2 {
    width: 390px;
    height: 190px;
}
div.widget4x4 {
    width: 390px;
    height: 390px;
}
div.widget a {
    color: #FFFFFF;
}
div.widget div.main {
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    top: 100%;
    -webkit-transition: top 0.4s;
       -moz-transition: top 0.4s;
        -ms-transition: top 0.4s;
         -0-transition: top 0.4s;
            transition: top 0.4s;
}
div.widget div.main {
    height: 100%;
    top: 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

div.widget div.widget_content {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}
div.widget div.main > span {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 0px;
    font-size: 0.8em;
/*    text-transform: uppercase; // mantis 30673 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
/*    removed text show  // mantis 30327 
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
       -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
         -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); */
}

/*
Widget Theme
*/

div.widget_blue:hover,
div.widget_container.blue div.widget:hover{
    border: 3px solid rgba(0, 151, 170, 0.4);
}

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

div.widget_orange:hover,
div.widget_container.orange div.widget:hover {
    border: 3px solid rgba(242, 149, 0, 0.4);
}

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

div.widget_red:hover,
div.widget_container.red div.widget:hover {
	border: 3px solid rgba(194, 57, 22, 0.4);
}

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

div.widget_green:hover,
div.widget_container.green div.widget:hover {
    border: 3px solid rgba(148, 200, 73, 0.4);
}

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

div.widget_darkgreen:hover,
div.widget_container.darkgreen div.widget:hover {
    border: 3px solid rgba(0, 101, 49, 0.4);
}

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

div.widget_purple:hover,
div.widget_container.purple div.widget:hover {
    border: 3px solid rgba(145, 0, 155, 0.4);
}

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

div.widget_darkred:hover,
div.widget_container.darkred div.widget:hover {
    border: 3px solid rgba(190, 33, 62, 0.4);
}

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

div.widget_darkblue:hover,
div.widget_container.darkblue div.widget:hover {
    border: 3px solid rgba(60, 119, 128, 0.4);
}

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

div.widget_yellow:hover,
div.widget_container.yellow div.widget:hover {
    border: 3px solid rgba(217, 183, 0, 0.4);
}

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

div.widget_grey:hover,
div.widget_container.grey div.widget:hover {
    border: 3px solid rgba(198, 198, 198, 0.4);
}

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

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

/*
Client Buttons (html5, flex, mobile client)
*/
div.widget div.widget_clients {
	position: relative;
	height: 100%;
	width: 33%;
	z-index: 100;
	float: right;
	background-color: rgba(255, 255, 255, 0.5);
}

div.widget div.widget_clients table.big {
	width: 50%;
    height: 100%;
    margin-left:auto;
    margin-right:auto;
}
div.widget div.widget_clients table.mobile,  div.widget div.widget_clients table.mobile_button {
	display:none;
}

div.widget div.widget_clients table tr td img {
	width: 35px;
    height: 35px;
    border: 1px solid transparent;
}

div.widget div.widget_clients table tr td img:hover {
	border: 1px solid orange;
}

/*
Clients Choice in Project-Info Site
*/
.projectinfo_content {
	margin: 20px;
}

.projectinfo_content div.iDiv {
	max-width: 400px;
	height: 300px;
}

.projectinfo_content div.iDiv iframe {
	position:relative; 
	overflow:hidden; 
	width:100%; 
	height:100%; 
	border:1px solid #CCCCCC; 
	background: white; 
	margin-bottom:20px;	
}

.projectinfo_content div.widget_clients {
	position: relative;
	height: 100%;
	max-width: 400px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.projectinfo_content img.thumb {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 200px;
	max-height: 200px;
}

.projectinfo_content div.widget_clients img {
	width: 50px;
    height: 50px;
    border: 1px solid transparent;
    margin-right: 20px;
    cursor: pointer;
}

.projectinfo_content div.widget_clients img:hover {
	border: 1px solid white;
	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}


.projectinfo_content input[type="button"] {
    border: 2px solid white;
    color: white;
    padding: 8px;
    background-color: transparent;
    cursor: pointer;
}

.projectinfo_content input[type="button"]:hover {
    background-color: rgba(255,255,255, 0.25);
}

/*
Compact Mode
*/
@media screen and (max-height: 2680px) {
    /* when this value is changed, make sure its also updated in ui class ($widget_width_small) */
    div.widget1x1 {
        width: 71px;
        height: 71px;
    }
    div.widget2x2 {
        width: 146px;
        height: 146px;
    }
    div.widget4x2 {
        width: 296px;
        height: 146px;
    }
    div.widget4x4 {
        width: 296px;
        height: 296px;
    }
}


/*
touch
*/
body.touch {
    overflow: auto;
}
/*
Page Content
*/
#widget_preview h1 {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 1.5em;
    color: #111111;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
        -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
         -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
}
#widget_preview h2 {
    font-size: 1.4em;
    margin-left: 20px;
}
#widget_preview h3 {
    font-size: 1.3em;
    margin-left: 20px;
}
#widget_preview h4 {
    font-size: 1.2em;
    margin-left: 20px;
}
#widget_preview h5 {
    font-size: 1.1em;
    margin-left: 20px;
}
#widget_preview h6 {
    font-size: 1em;
    margin-left: 20px;
}
#widget_preview p {
    padding: 20px;
    margin: 0px 20px 20px 20px;
    color: #000000;
    align: center;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
         -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
#widget_preview p.dark {
    background-color: #111111;
    color: #FFFFFF;
}
#widget_preview a {
    color: #111111;
}
#widget_preview div.grid4 {
    float: left;
    width: 22.75%;
    margin: 0px 1.5%;
}
#widget_preview div.grid4:first-child {
    margin-left: 0px;
}
#widget_preview div.grid4:last-child {
    margin-right: 0px;
}
#widget_preview p input[type="text"],
#widget_preview p input[type="email"],
#widget_preview p input[type="password"],
#widget_preview p textarea {
    border: none;
    padding: 8px 10px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    resize: none;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
         -o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
#widget_preview p input[type="text"],
#widget_preview p input[type="email"],
#widget_preview p input[type="password"] {
    width: 50%;
}
#widget_preview p textarea {
    width: 100%;
    height: 150px;
}
#widget_preview p input[type="text"]:focus,
#widget_preview p input[type="email"]:focus,
#widget_preview p input[type="password"]:focus,
#widget_preview p textarea:focus {
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4);
         -o-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#widget_preview p input.invalid,
#widget_preview p textarea.invalid {
    background-color: #FFEDED;
}
#widget_preview p input[type="button"],
#widget_preview p input[type="submit"] {
    border: none;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-color: #222222;
    padding: 8px 20px 8px 20px;
    font-size: 0.8em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 6px #999999;
       -moz-box-shadow: 1px 1px 6px #999999;
        -ms-box-shadow: 1px 1px 6px #999999;
         -o-box-shadow: 1px 1px 6px #999999;
            box-shadow: 1px 1px 6px #999999;
}
#widget_preview p input[type="button"]:hover,
#widget_preview p input[type="submit"]:hover {
    background-color: #333333;
}
#widget_preview p input[type="button"]:active,
#widget_preview p input[type="submit"]:active {
    -webkit-box-shadow: 2px 2px 6px #000000 inset;
       -moz-box-shadow: 2px 2px 6px #000000 inset;
        -ms-box-shadow: 2px 2px 6px #000000 inset;
         -o-box-shadow: 2px 2px 6px #000000 inset;
            box-shadow: 2px 2px 6px #000000 inset;
}
#widget_preview ul {
    padding: 0px 10px;
    margin: 0px;
    list-style: none;
    padding: 20px;
    margin: 0px 20px 20px 20px;
    color: #000000;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
         -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
#widget_preview li {
    background: url('../images/bullet.png') no-repeat 10px 50%;
    padding: 10px 10px 10px 45px;
    background-color: #EEEEEE;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
#widget_preview li:first-child {
    border-top: none;
}
#widget_preview li:last-child {
    border-bottom: none;
}
#widget_preview li:hover {
    background-color: #DDDDDD;
    background-position: 20px 50%;
    padding-left: 55px;
}

@-webkit-keyframes widget_preview {
    from {opacity: 0; -webkit-transform: translateY(-20px);}
    to {opacity: 1; -webkit-transform: translateY(0px)}
}
@-moz-keyframes widget_preview {
    from {opacity: 0; -moz-transform: translateY(-20px);}
    to {opacity: 1; -moz-transform: translateY(0px)}
}
@-ms-keyframes widget_preview {
    from {opacity: 0; -ms-transform: translateY(-20px);}
    to {opacity: 1; -ms-transform: translateY(0px)}
}
@-o-keyframes widget_preview {
    from {opacity: 0; -o-transform: translateY(-20px);}
    to {opacity: 1; -o-transform: translateY(0px)}
}
@keyframes widget_preview {
    from {opacity: 0; transform: translateY(-20px);}
    to {opacity: 1; transform: translateY(0px)}
}

/* Notification */

#widget_notification {
	position: fixed !important;
	top: 0;
	left: 0;
	
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 200000;

	height:100%;
	width:100%;
	
	text-align:left;
	
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	-ms-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
	
	zoom: 1;
	display: none;

	opacity: 0;
	filter: alpha(opacity=0);
	pointer-events: none;
}
#widget_notification a {
	color:white;
}
#widget_notification.act,
#widget_notification:target {
	opacity: 1;
	filter: alpha(opacity=100);
	pointer-events: auto;
	display: block;
}

#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:13px !important;
	font-weight: bolder;
	background-color: orange !important;
	border:2px solid white !important;
	color:white !important;
	box-shadow:none !important;
}

#wntGrnStrp {
	background:#222222;
	position: absolute !important;
	margin: 0 !important;
	height:20% !important;
	top:38% !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._c1{
	background:#222222;
}
#wntGrnStrp._c3{
	background:#222222;
}
#jbctGrbStrp._c4{
	background:#222222;
}

#widget_notification.act #wntGrnStrp {
	width:100%;
}

#widget_notification.act #wntGrnStrp div{
	font-size:10px !important;
	
	-webkit-animation: fadeIn 2s 1;
    -moz-animation:    fadeIn 2s 1;
    -ms-animation:     fadeIn 2s 1;	
    animation:     	   fadeIn 2s 1;
}

#wntGrnStrp div{
	border-left:1px solid #e2e2e2 !important;
	margin:20px auto !important;
	padding:0 10px !important;
	width:480px !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: 20px !important;
	margin:0;
	padding: 0 0 12px 0 !important;
}

@-ms-keyframes slideLeft {
	0%   { right: 100%; }
	100% { right: 0; }
}
@-moz-keyframes slideLeft{
	0%   { right: 100%; }
	100% { right: 0; }
}
@-webkit-keyframes slideLeft {
	0%   { right: 100%; }
	100% { right: 0; }
}
@-ms-keyframes fadeIn{
	0%   { opacity: 0; }
	40%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn{
	0%   { opacity: 0; }
	40%   { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
	0%   { opacity: 0; }
	40%   { opacity: 0; }
	100% { opacity: 1; }
}

#widget_notification input:focus, #widget_notification textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}


form,
#widget_notification p{
	font-size:15px;
	color:#111111;
	font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
}

@-webkit-keyframes minimise {
  0% {
  	-webkit-transform: scale3d(1,1,1);
  }
  100% {
  	-webkit-transform: scale3d(0.1,0.1,1);
  }
}

#msgContainer {
	color: red;
	margin: 0 auto;
	font-weight: bolder;
	width: 600px;
	text-align: center;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.widget_news_container {
	padding: 15px;
	font-weight: bolder;
}

.news_widget {
	position:relative;
	top: 140px;
}

#logo {
	max-height: 15%;
	max-width: 15%;
	min-height: 10%;
	min-width: 10%;
	height: 100%;
	width: 100%;
	margin: 10px auto;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
#landingpage_menu {
	position: fixed;
	top: 10px;
	right: 10px;
	background: rgba(0,0,0,0.3);
	display: table;
}

#landingpage_user_name {
	color: #fff;
	white-space: normal;
	padding: 0 1em;
	display: table-cell;
	vertical-align: middle;
}


#landingpage_user_logo {
	background: url("../images/metro/user.png");
	width: 40px;
	height: 40px;
	background-size: contain;
	float: left;
}

#landingpage_logout {
	float: right;
	z-Index: 510;
	cursor: pointer;
	width: 40px;
	height: 40px;
  	background: rgba(0,0,0,0.1) url("../images/metro/logout.png");
  	background-size: contain;
	margin-right: 2px;
	margin-left: 2px;
}
#landingpage_logout:hover {
	width: 40px;
	height: 40px;
	background: url("../images/metro/logout_over.png");
	background-size: contain;
}

@-webkit-keyframes news
{
0%   {left:0px; top:200px; opacity:1;}
25%  {left:0px; top:0px;}
50%  {left:0px; top:0px;}
95%  {left:0px; top:0px; opacity:1;}
100% {left:0px; top:0px; opacity:0;}
}

/* 
News Feed Animation
 */
@keyframes news
{
0%   {left:0px; top:200px; opacity:1;}
25%  {left:0px; top:0px;}
50%  {left:0px; top:0px;}
95%  {left:0px; top:0px; opacity:1.0;}
100% {left:0px; top:0px; opacity:0;}
}


