﻿/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

html {
    background-color: #424347;
    margin: 0;
    padding: 0;
}

body {
    background-color: transparent !important;
    font-size: .85em;
    font-family: "Open Sans", "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    display: inline;
}

input:focus, textarea:focus {
    outline: 0;
}

header 
{
    background-color: #424347;
    color: #a7a8ac;
    border-bottom: 0px solid #87888c;
    position: fixed;
    width: 100%;
    display: inline-block;
    height: 75px;
    z-index: 1000;
    top: 0px;
}

header, footer 
{
    text-shadow: 1px 1px 8px #000;
}

header .insolution_logo 
{
    display: block; 
    float: right; 

    margin-bottom: -1.2em;
    padding-right: 0px;    
}

header .insolution_logo img {
    margin-top: 20px;
    margin-right: 18px;
}

#loginLink
{
    background-image: url(../../Content/img/login.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
   
}

header a:link, header a:visited 
{
    color: #a7a8ac;    
    background: none;
    text-decoration: none;      
    font-size: 100%;
    font-weight: bold;
}

header span.fadector
{
    text-transform: uppercase;
    font-size: 220%;
    /*color: #a7a8ac;*/
    color: #ebebeb;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: bolder;
    margin-top: 21px;

    /* Jori commented these:

    display: inline-block;
    float: left;
    margin-left: 15px;
    */
}

header a:hover, header li.active a:link, header li.active a:visited {
    color: #fff;
}

/* CLEARFIX METHOD */
header:after, aside.filter:after, section#reports nav ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

a img 
{
    border: 0;    
}

a {
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration:none;
}

    a:link, a:visited,
    a:active, a:hover {
        /*color: #ce3333;*/
        color: #000000;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }



header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    clear: both;
    padding-bottom: 35px;
    margin-top: 75px;
    /*display: inline-block;*/
    width: 100%;
}
#rightcontent  h3 {
    font-size: 1.2em !important;
}
#report-results h3 {
    font-size: 1.2em !important;
}
aside#factory  h3 {
    font-size: 1.2em !important;
}
div#report-results  h1 {
        font-size: 2em !important;
}
    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer 
{
    text-align: center;
    clear: both;
    color: #a7a8ac;
    font-size: .8em;
    
    padding-top: 1em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#logout {
    display: inline-block;
    font-size: 0.6em;
    margin-top: 5px;
}

#logout-user-name-text
{
    color: #eee;
    text-decoration: underline;

    /*
    overflow: hidden;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    */
}

#logout a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#logout ul {
    margin: 0;
}

#logout li {
    display: inline;
    list-style: none;
}

#login {
    display: inline-block;
    font-size: 0.7em;
    margin-top: 17px;
}

#logoutForm {
    display: inline;
}


nav a {
    text-decoration: none;
}
nav ul li {
    display: inline;
    list-style: none;
    /*padding-left: 15px;*/
}

/* menu
----------------------------------------------------------*/
/*Commented out because Bootstrap was put to use in the navbar:

    header nav 
{
    margin: 0;
    float: left; 
    display: inline;
}
*/
header nav ul {
    display: inline-block;
    position: relative;
    top: 13px;
    font-size: 95%;
    font-weight: normal;
    margin: 0;
    /*margin-left: 275px;*/
    padding: 0;
    text-align: left;
	font-family: Impact, Charcoal, sans-serif;
    font-size: 2em;
    margin-top: 10px;
}


header nav ul li {
    display: inline;
    list-style: none;
    /*
    padding-left: 0.5em;
    padding-right: 0.5em;
    */
}

nav ul li a:link, nav ul li a:visited {
    text-transform: uppercase;
}

nav ul li a:hover {
    
}
        
nav ul li.active a:link, nav ul li.active a:visited{
    
}

.time-period {
    width: 3.5em;
    height: 3.5em;
    background-color: #eeeeee;
    border-radius: 1em;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-color: #999;
    border-width: thin;
    border-style: solid;
    padding-top: 1em;
    color: #000000 !important;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}
.time-period-active {
    background-color: #424347;
    color: #ffffff !important;
}



a.next-period {
    float: left;
    position: relative;
    top: -10px;
}

a.previous-period {
    float: left;
    position: relative;
    top: -10px;
}
div#time-period-offset-wrapper {
    float: left;
    margin-left: 1.5em;
    border-left: 1.5em;
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: 1.5em;

}
div#time-period-offset-wrapper > label {
    font-weight: bold;
}
#custom-interval > div > label {
    font-weight: bold;
    padding-top: 0.2em;
    padding-right: 0.4em;
    float: left;

}
div#custom-interval {
    display: inline-block;
    overflow: hidden;
}

div#allocations {

}
#custom-interval > div > input {
    border-radius: 1em;
    padding: 0.2em;
    width: 11em;
    float: right;
    text-align: center;
    font-weight: bolder;
}
/*
a#update-graphs-button:active {
    border: solid;
    border-radius: 25px;
    border-color: #8c8c8c;
    border-width: 1px;

    padding: 0px;
    display: inline-block;

    background-color: #868686;
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.9);
    width: 9em;
    height: 3em;

    
}
a#update-graphs-button {
    border: solid;
    border-radius: 25px;
    border-color: #8c8c8c;
    border-width: 1px;

    padding: 0px;
    display: inline-block;

    background-color: #424347;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.9);
    width: 9em;
    height: 3em;

    
}
*/
.update-button {
    /*
    display: inline-block;
    margin: 4.95em 0em 0em 1em;
        */
    
} 

.update-button span {
    background-color: #E8E8E8;
    

    display: inline-block;
    padding: 10px 40px 10px 40px;
    
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    
    text-shadow: 0px 1px #fff, 0px -1px #262F33;
    border-radius: 20px;
    background: -webkit-linear-gradient(top, #aeaeae  0%, #6d6d6d 100%);    
    background: -moz-linear-gradient(top, #aeaeae  0%, #6d6d6d 100%);   
    background: -o-linear-gradient(top, #aeaeae  0%, #6d6d6d 100%);   
    background: -ms-linear-gradient(top, #aeaeae  0%, #6d6d6d 100%);   
    background: linear-gradient(top, #aeaeae  0%, #6d6d6d 100%);   
    box-shadow: 0px 2px 5px 2px #424347;

}

        .update-button span:hover {
            color: #000000;
            text-shadow: 0px -1px #97A63A;
            cursor: pointer;
        }
/* page elements
----------------------------------------------------------*/
/* featured */

    

    .featured {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
}

.minimize {
    position: relative;
    top: 1eM;
}

#rightcontent, #cell-overview-wrapper
{
    z-index: 1;
    position: fixed;
    float: right;
    width: 100%;   
    padding-left: 22em;
    padding-right: 1em;
    min-width: 775px;
    top: 75px;
}

#report-results {
    float: right;
    position: relative;
    top: 70px;
    width: 100%;
    padding-left: 22em;
    padding-right: 1em;
    min-width: 775px;
}

aside#factory 
{
    position: fixed;
    z-index: 3;
    width: 20em;
    top: 75px;
    margin-left: 1em;
}

    aside#factory #FadectorTree {
        background: #fff;
        padding: 1em 0;
        margin-top: 0.5em;
        font-size: 90%;
        border: 1px solid #87888c;
        border-radius: 10px;
        height: 78vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
aside#factory p
{
    font-size: 80%;
}

#hidden-factory {
    width: 18em;
    height: 3em;
    position: fixed;
    top: 175px;
    left: -7.0em;
    padding: 0.5em !important;
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#hidden-factory > #hidden-factory-caption {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
}
.machine-states-legend {
    padding-left: 1em;
    padding: 1em 0;
    margin-top: 0.5em;
    font-weight: bold;
    border-top: 1px solid #87888c;
    border-bottom: 1px solid #87888c;
    display: block;
    padding-left: 1.3em;
}
table.machine-states-legend td::first-line {
   text-indent: -2em;
   padding-left: 2em; 
}
section#reports, aside
{
    color: #000;
    margin-bottom: 1em;
    padding-top:  0.2em;
    padding-bottom: 0.2em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #d0d1d3;
    
    background: -webkit-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -moz-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -o-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -ms-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    
    border: 1px solid #87888c;
    border-radius: 3px;
    
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
 
}

section#cell-overview {
    color: #000;
        

    background-color: #d0d1d3;
    
    background: -webkit-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -moz-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -o-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -ms-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    
    border: 1px solid #87888c;
    border-radius: 3px;
    
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

section#reports:last-child
{
    margin-bottom: 0;
}

aside.filter div.radioset, aside.filter#time-filter div.radioset
{
    width: auto;
    border: 0px solid #87888c;
    padding: 0px 3px;
    margin: 0.5em 0.5em 0.25em 0;
        display: block;
    float: left;
}
aside.filter div.custom_interval
{
    display: block;
    float: left;
    width: 25%;
    padding: 0.5em 0.5em 0.25em 0;
}
aside.filter div.custom_week
{
    display: block;
    float: left;
    width: 10em;
    padding: 0.5em 0.5em 0.25em 0;
}
aside.filter#time-filter div.custom_interval 
{
    width: 10em;    
}
/*
aside.filter label 
{
    color: #000;
    font-size: 80%;   
    white-space: nowrap; 
    text-align: center;
}
    */
/*
aside.filter input,  aside.filter select
{
    text-align: right;
    margin: 0;
    width: 100%; 
    height: 25px;
    padding: 1px;
    border-radius: 20px;
    border: 1px solid #87888c;
    font-size: 90%;
    padding-left: 5px;
    padding-right: 5px;
    
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 4px 6px rgba(0,0,0,0.4);
    box-shadow: 4px 4px 6px rgba(0,0,0,0.4);
}
*/
section#reports h3, aside.filter h3, aside#factory h3 
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #000; /*#77b0d2;*/
    
    text-transform: uppercase;
}

section#reports nav 
{    
    margin-bottom: 1.5em;    
}

section#reports nav ul 
{
    margin: 0;
    padding: 5px 0;    
}

section#reports nav ul li a:link, section#reports nav ul li a:visited 
{
    color: #424343;
    text-transform: uppercase; 
    font-size: 95%;
    font-weight: bold;
}

section#reports nav ul li 
{
    display: inline-block;
    
    padding: 0;
    margin-right: -1px;
    
    border: 1px solid #87888c;
    
    background-color: #d0d1d3;
    
    background: -webkit-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);    
    background: -moz-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -o-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -ms-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);

}
/*
aside#report-selection div#report-selection-wrapper {
    border-radius: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #87888c;
    overflow: hidden;
    padding: 0.5em;
    display: inline-block;

    background: -webkit-linear-gradient(top, #eeefef  0%, #afb2b3 100%);    
    background: -moz-linear-gradient(top, #eeefef  0%, #afb2b3 100%); 
    background: -o-linear-gradient(top, #eeefef  0%, #afb2b3 100%); 
    background: -ms-linear-gradient(top, #eeefef  0%, #afb2b3 100%); 
    background: linear-gradient(top, #eeefef  0%, #afb2b3 100%); 
    width: 100%;
}
*/
div.selection-wrapper {
    border-radius: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #87888c;

    padding: 0.5em;
    display: inline-block;

    background: -webkit-linear-gradient(top, #eeefef  0%, #afb2b3 100%);    
    background: -moz-linear-gradient(top, #eeefef  0%, #afb2b3 100%); 
    background: -o-linear-gradient(top, #eeefef  0%, #afb2b3 100%); 
    background: -ms-linear-gradient(top, #eeefef  0%, #afb2b3 100%); 
    background: linear-gradient(top, #eeefef  0%, #afb2b3 100%); 

}
div.selection-wrapper div.active
{
    color: #f1f5f6;
    background: -webkit-linear-gradient(top, #959595  0%, #676767 100%);    
    background: -moz-linear-gradient(top, #959595  0%, #676767 100%);   
    background: -o-linear-gradient(top, #959595  0%, #676767 100%);   
    background: -ms-linear-gradient(top, #959595  0%, #676767 100%);   
    background: linear-gradient(top, #959595  0%, #676767 100%);   
}


aside#report-selection #report-selection-wrapper div {
    margin-right: 0.4em;
    margin-left: 0.4em;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-radius: 27px;
    padding: 0.5em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    border-color: #afafaf;
    background-color: #dddfdf;
    color: #575757;
}

section#reports nav ul li a {
    display: block;
    height: 38px;
    padding-top: 14px;
    line-height: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
aside#report-selection #report-selection-wrapper div a {
    text-decoration: none;
    color: #575757;
    text-transform: uppercase;
    font-weight: bolder;
}
aside#report-selection #report-selection-wrapper div.active a {
    text-decoration: none;
    color: #f1f5f6;
    text-transform: uppercase;
    font-weight: bolder;
}


section#reports .report 
{
    background-color: transparent;
    padding: 0;
}
section#reports .report .analysis_header.closed 
{
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #87888c;

    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    
    background-image: url('../Content/img/arrowdown.png');
    background-position: 3% 55%;
    
    
}
section#reports .report .analysis_header 
{
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    
    display: block;
    
    width: 260px;
    /*z-index: 60;*/
     
    padding: 5px 10px 0 10px;
          
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 80%;
    color: #000;
         
    background-color: #fff;
    position: relative;
    margin-bottom: -1px;
    
    border: 1px solid #87888c;
    border-bottom: 0;
    margin-top: 1em;
    
    padding-left: 1.8em;
    background-image: url('../Content/img/arrow.png');
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 3% 70%;
}
section#reports .report .analysis, section#reports .report .analysis2
{
    z-index: 50;
    background: #fff;
    border: 1px solid #87888c;
        
    border-radius: 3px;
    border-top-left-radius: 0;
        
    color: #000;
    
    float: none;
    width: 100%;
            
    padding:  1em 1em 1em 1em;
}

section#reports .report .analysis .tools 
{
    text-align: right;
    float: right;
    padding: 1em;  
    padding-right: 0;
    margin: 0em 0;
    border-left: 1px solid #d7d8dc;
}
section#reports .report .analysis .tools a
{
    display: block;    
}
.tools {
    text-align: right;

    padding-right: 0;
    margin: 0em 0;


}
section#reports .report .analysis .chart 
{
    color: #000;
    background: #fff;
    margin-right: 10em;
    padding: 0;
    width: 80%;
    margin: 0;
    
    font-size: 120%;
    height: 300px;
}

chart {
    margin-bottom: 10px;
}




.label {
    font-weight: 700;
}

/* login page */
#loginForm 
{
    display: block;
    width: 100%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 100%;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }
/*
label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}
    */

label.checkbox {
    display: inline;
}
/*
input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}
*/
textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #87888c;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* Tyylit tyylittömille MVC -jutuille */
/*
#body > table, #body > h2, #body > p, #body > form, #body > fieldset
{
    color: #e7e8ec;
    text-shadow: 1px 1px 8px #000;
    
    width: 90%;
    margin: 1em auto;    
}
 */   
.display-label 
{
    float: left;
    width: 20%;
    text-align: right;   
}
.display-field
{
    font-weight: bold;
}
.display-label:after 
{
    content: ": ";
	margin-right: 0.25em;
}
.display-field:after 
{
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
    height: 0;
}



table.inspector-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    

}

table.inspector-table th {
    /*
    font-size: 1.2em;
    text-align: left;
        */
    border: none 0px;
    padding-left: 0;
    padding-right: 1em;
}

    table.inspector-table th a {
        display: block;
        position: relative;
    }

    table.inspector-table th a:link, table.inspector-table th a:visited, table.inspector-table th a:active, table.inspector-table th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    table.inspector-table th a:hover {
        color: #000;
    }

    table.inspector-table th.asc a, table.inspector th.desc a {
        margin-right: .75em;
    }

    table.inspector-table th.asc a:after, table.inspector th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    table.inspector-table th.asc a:after {
        content: '▲';
    }

    table.inspector-table th.desc a:after {
        content: '▼';
    }

table.inspector-table td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

table.inspector-table tr.pager td {
    padding: 0 0.25em 0 0;
}

a.button:hover 
{
    background-color:transparent;    
}

a.button img 
{
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0 0 0 1px;    
}
a.button 
{
    display: inline-block;
    
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0px -3px 0px -3px;   
    
    
    /*background-image: url('img/button_off.png');  */ 
    border: 1px solid #87888c; 
    background: -webkit-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -moz-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -o-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: -ms-linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    background: linear-gradient(top, #d0d1d3 0%,#bcbdc1 50%,#a7a8ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d1d3', endColorstr='#a7a8ac');
}
a.button.active
{
    background: #47484c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47484c', endColorstr='#47484c');
    /*background: -webkit-linear-gradient(top, #87888c 0%,#47484c 35%,#47484c 65%,#87888c 100%);
   /* background-image: url('img/button_on.png');   */ 
}
a.button.deactivated
{
    background: #000000;
    /*background: -webkit-linear-gradient(top, #87888c 0%,#47484c 35%,#47484c 65%,#87888c 100%);
   /* background-image: url('img/button_on.png');   */ 
}

    li.Factory > a > ins
    {
        background-position: 0 0 !important;     
        background-image: url('../Content/img/factory.gif');
    }

    li.Machine > a > ins {
        background-position: 0 0 !important;     
        background-image: url('../Content/img/offline.png');
        border-radius: 150px;
    }

    li.Company > a > ins, li.Cell > a > ins
    {
        background-position: 0 0 !important;     
        border-radius: 150px;
    }

    li.Machine > a > ins.offline {
        background-position: 0 0 !important;     
        background-image: url('../Content/img/offline.png');
        border-radius: 150px;
    }

    li.Machine > a > ins.online {
        background-position: 0 0 !important; 
        border-radius: 150px;

    }

   

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 750px) 
{
    /*
    header, section, aside, footer 
    {
        min-width: 400px;    
    }
    */

    section, aside, footer 
    {
        min-width: 400px;    
    }
    
    aside#factory 
    {
      width: 98%; 
      padding: 0.25em 0.5em; 
      margin: 0.25em 0.5em;  
      position:static;
      max-height: 120px;
      overflow-y:scroll;
    }
    #rightcontent 
    {
        padding: 0.25em 0.5em;  
    }
    #cell-view-wrapper
    {
        padding: 0.25em 0.5em;    
    }
    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .insolution_logo {
        margin-top: 2em;
        padding-top: 2em;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */

    nav ul {
        margin: 0;
        padding: 0;
    }

        nav ul li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/

    footer .float-left,
    footer .float-right {
        float: none;
    }

        footer p {
            margin: 0;
        }
}
table#adc-edit-datatable {
    background-color: #000000;
    color: #000000;
}

table#adc-edit-datatable tr.even.row_selected td {
	background-color: #0087ff;
}

table#adc-edit-datatable tr.odd.row_selected td {
	background-color: #0087ff;
}

.select-list {
    width: 300px;
}
#Comment {
    width: 300px;
}

/*Hotfix jsTreelle, jotta liian pitkät koneiden nimet saadaan näkyviin kohtuullisen järkevästi*/
.jstree-default a { white-space:normal !important; height: auto !important; } 
.jstree-default li > ins { vertical-align:top; }
/*Tämä vaatii vielä pohtimista*/
.jstree-hovered { width: 90% !important; }


/*Edit-dialogille tyylimäärittelyjä*/
.edit-dialog-box-wrapper {
    padding-left: 20px; 
    /*margin-bottom: 20px; */
    height: 190px; 
    float: left;
    /*margin-top: 15px;*/
}
#adc-edit-loader {
    position: relative;
    top: -32px;
}

#timeWindowId {
    margin-bottom: 5px;
}

.edit-dialog-box-wrapper:first-of-type {
    width: 400px;
}
.edit-dialog-box .caption-background {
    border-top-style:solid;
    border-top-color: #161616;
    border-top-width: 2px;
    position: relative;
    height: 1px;
    top: -7px;
    left: -10px;
    display: inline-block;

}
.edit-dialog-box h3 {
    color: #bdbdbf;
    position:relative;
    top: -15px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.edit-dialog-box-wrapper .edit-dialog-box {
    border: solid;
    border-radius: 15px;
    background-color: #161616;
 
    padding: 5px 15px 15px 30px;
    border-color: #5b5b5b;
    border-width: 2px;
    height: 100%;
    margin-top: 20px;


}
.edit-dialog-box-wrapper .edit-dialog-box label {
    color: #ffffff;
    display: inline;
}
.edit-dialog-box-wrapper .edit-dialog-box fieldset {
    margin-top: -1.00em;
}

.edit-dialog-box-wrapper .edit-dialog-box table tr td:last-child {
    color: #ffffff;
    text-align: left;
}
.edit-dialog-box-wrapper .edit-dialog-box table tr td:first-child {
    color: #bdbdbf;
    text-align: right;
}
.edit-dialog-box-wrapper .edit-dialog-box table tr td#state-cell {
    color: #00ff00;
}
.edit-dialog-box label {
    margin-bottom: 4px;
    margin-top: 4px;
}
.edit-dialog-box textarea {
    resize: none;
    float: left;
}
.edit-dialog-box textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.edit-dialog-box #save-button {
    margin-left: 10px;

}
.edit-dialog-box #discard-button {
    
}
.edit-dialog-box #button-wrapper {
    padding-top: 0.5em;
    /*display: inline-block;*/
    float: right;
    padding-left: 1.0em;


}
.search-box {
    border: solid;
    border-radius: 25px;
    border-color: #8c8c8c;
    border-width: 1px;
    float: right;
    padding: 0px;
    display: inline-block;
    margin-top: 260px;
    margin-right: 15px;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.9);

}
table#state-overview {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.search-box input {
    background-color: transparent;
    border: 0;
    color: #000000;
    float: right;
    width: 150px;
    outline-width: 0;
    
}
/*Different browsers need their own way to set this*/
.search-box ::-webkit-input-placeholder {
    font-style:italic;
}
.search-box :-moz-placeholder {
    font-style:italic;
}
.search-box ::-moz-placeholder {
    font-style:italic;
}
.search-box :-ms-input-placeholder {
    font-style:italic;
}
.search-box img {
    margin: 5px 5px 0px 5px;
    padding: 0px;
}
.dataTables_filter {
     display: none;
}
#language-wrapper {
    position: relative;
    left: 50px;
    top: -10px;
    width: 250px;

}

#a_0_chart {
    position: relative;
}

#a_2_chart {
    position: relative;
}

#pieCanvas {
    position: relative;
    max-width: 30%;
    max-height: 30%;
    float: right;
}

#stackedCanvas {
    position: relative;
    max-width: 60%;
    max-height: 60%;
    left: 20px;
    top: 10px;
}

.canvasTable {
    position: absolute;
    left: 330px;
    top: 135px;
}

.canvas-weekview-day {
    position: relative;
}

.canvas-weekview-shift-day {
    position: relative;
}

.availDoughnut {
    position: absolute;
    max-width: 160px;
    max-height: 160px;
}

.raphael-weekview-gauge{
    position: relative;
    top: -25px;
    max-width: 360px;
    max-height: 180px;
}

.raphael-weekview-util-gauge {
    position: absolute;
    top: 0px;
}

.raphael-weekview-caption-gauge {
    position: absolute;
    left: 0px;
    top: 5px;
}
.raphael-weekview-shift-gauge {
    position: absolute;
    left: 500px;
    top: 5px;
}

.raphael-weekview-shift-gauge {
    max-height: 160px;
    min-height: 160px;
    max-width: 320px;
    min-width: 320px;
}

.raphael-weekview-shift-day-gauge {
    position: absolute;
    left: 5px;
}

.raphael-weekview-shift-caption {
    position: absolute;
    left: 5px;
    top: 0px;
}

.utilDoughnut {
    position: absolute;
    max-width: 160px;
    max-height: 160px;
    left: 170px;
}

.dayShiftAvailDoughnut {
    position: absolute;
    max-width: 160px;
    max-height: 160px;
    left: 10px
}


.dayShiftUtilDoughnut {
    position: absolute;
    max-width: 160px;
    max-height: 160px;
    left: 190px;
}

.shiftAvailDoughnut {
    position: absolute;
    max-width: 160px;
    max-height: 160px;
    top: 0px;
    left: 540px;
}

.shiftUtilDoughnut {
    position: absolute;
    max-width: 160px;
    max-height: 160px;
    top: 0px;
    left: 720px;
}

.captCanvas {
    position: absolute;
    max-height: 250px;
    left: 340px;
}

.fuzzyWorm {
    position: relative;
}

.shiftFuzzyWorm {
    position: relative;
}

/*.dayAvailDoughnut {
    position: absolute;
    max-width: 160px;
    max-height: 160px;
}

.dayUtilDoughnut {
    position: absolute;
    max-width: 160px;
    max-height: 160px;
    left: 170px;
}

.endDoughnut {
    position: absolute;
    max-width: 180px;
    min-width: 180px;
    max-height: 130px;
    min-height: 130px;
    left: 1010px;
    top: -5px;
}*/

.canvasTable {
    position: absolute;
    left: 340px;
}


.language-choices {
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-family: "Open Sans", "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.login-page-chosen-language,
.chosen-language {
    color: #ffffff !important;
}

.chosen-language {
    display: none !important;
}

.language-choices-dropdown-menu {
    min-width: 0px !important;
    width: 100% !important;
}

#report_caption h2 {
    margin-top: 0px;
    margin-bottom: 0.5em;
}

div.machine-layout-wrapper {
    position: absolute;
    border-width: 2px;
    border-style: solid;
    border-color: #afafaf;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 24px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 24px 0px rgba(50, 50, 50, 0.75);
    background-color: white;
    display: inline;
    min-width: 245px;
}

table.machine-layout-table {
    margin-top: 0px;
    margin-left: 70px;
}

table.machine-layout-table  td {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.machine-layout-current {
    margin-top: 5px;
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 100px; 
}
div.raphael {
    max-width: 1293px;
}

div.fullscreen {

    width:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:200 !important;
    background-color:white;
    display: none;
}

div.big-loader {
    display: none;
    opacity: 0.4;
    background-color: #ffffff;
    position: fixed;
    top :0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 10%;
    z-index: 200;
}
    div.big-loader img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
div#message-from-server p {
    color: #ffffff;
    font-size: medium;
    padding-left: 1em;
    padding-right: 1em;
}


#clock-desktop
{
    display: inline-block;
    margin-top: 14px;

    margin-right: 25px;
    margin-left: 15px;

    color: #eee;
    font-size: 0.6em;
    /*font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}


/*-------------------------------------*/
/*New login page:*/
.login-top-content .validation-error {
    display: block;
    margin-left: 15px;
}

.login-top-content .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.login-top-content .validation-summary-errors li {
    display: inline;
    list-style-type: none;
    margin: 0;
}


.login-top-content input[type="text"], 
.login-top-content input[type="password"], 
.login-top-content textarea, 
.login-top-content textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.login-top-content textarea, 
.login-top-content textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

.login-top-content input[type="text"]:focus, 
.login-top-content input[type="password"]:focus, 
.login-top-content textarea:focus, 
.login-top-content textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #aca3a3;
    border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.login-top-content input[type="text"]:-moz-placeholder,
.login-top-content input[type="password"]:-moz-placeholder, 
.login-top-content textarea:-moz-placeholder,
.login-top-content textarea.form-control:-moz-placeholder { color: #888; }

.login-top-content input[type="text"]:-ms-input-placeholder,
.login-top-content input[type="password"]:-ms-input-placeholder,
.login-top-content textarea:-ms-input-placeholder,
.login-top-content textarea.form-control:-ms-input-placeholder { color: #888; }

.login-top-content input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
.login-top-content textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

.login-top-content button.btn
{
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 1px solid #87888c;
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #333;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.login-top-content button.btn:hover
{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.login-top-content button.btn:active
{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.login-top-content button.btn:focus
{
    outline: 0;
    opacity: 0.6;
    color: #000;
}

.login-top-content button.btn:active:focus,
.login-top-content button.btn.active:focus
{
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/*Style.css:*/

.login-top-content {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

.login-top-content strong { font-weight: 500; }

.login-top-content a, a:hover, a:focus {
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.login-top-content h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.login-top-content h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}


/***** Top content *****/

.login-top-content .inner-bg {
    padding: 100px 0 170px 0;
}

.login-top-content .text {
	color: #fff;
}

.login-top-content .text h1 { color: #fff; }

.login-top-content .description {
	margin: 20px 0 10px 0;
}

.login-top-content .description p { opacity: 0.8; }

.login-top-content .description a {
	color: #fff;
}
.login-top-content .description a:hover, 
.login-top-content .description a:focus { border-bottom: 1px dotted #fff; }

.login-top-content .form-box {
	margin-top: 35px;
}

.login-top-content .form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #d0d1d3;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.login-top-content .form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.login-top-content .login-title
{
    text-transform: uppercase;
    font-size: 220%;
    color: #ffffff;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: bolder;

    margin-top: 1em;
    margin-bottom: 0.3em;
    text-shadow: 1px 1px 8px #000;
    text-align: center;
    line-height: 1.1em;
}

.login-top-content .form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.login-top-content .form-bottom {
	padding: 25px 25px 30px 25px;
    background-color: #d0d1d3;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.login-top-content .form-bottom form textarea {
	height: 100px;
}

.login-top-content .form-bottom form button.btn {
	width: 100%;
}

.login-top-content .form-bottom form .input-error {
	border-color: #de995e;
}

.login-page-language-choices-div-desktop,
.login-page-language-choices-div-mobile
{
    margin: 1em 1em 0 0;
    font-size: 2em;
}

.login-page-language-choices-div-mobile
{
    display: none;
}

.login-page-language-choices
{
    font-size: 2em;
}

/*
#language-choices-desktop
{
    
    display: inline-block;
    margin-top: 27px;
}

#language-choices-mobile
{
    display: block;
}
*/

/***** Media queries *****/

@media (max-width: 415px)
{
	.login-top-content h1, h2 { font-size: 32px; }

    .login-page-language-choices-div-desktop
    {
        display: none;
    }

    .login-page-language-choices-div-mobile
    {
        display: block;
    }
}

@media (max-width: 508px)
{
    .login-page-insolution-logo
    {
        display: none;
    }
}

@media (min-width: 768px)
{
    /*
    #language-choices-desktop
    {
        display: inline-block;
    }

        #language-choices-mobile
    {
        display: none;
    }
    */
}

@media (max-width: 1049px)
{
    #navbar-help-desktop,
    #navbar-login-desktop
    {
        display: none !important;
    }

    #logout-user-name-text
    {
        margin-left: -15px;
    }
}

@media (min-width: 1050px)
{
    #navbar-help-mobile,
    #navbar-login-mobile
    {
        display: none !important; 
    }
}

/*
@media (min-width: 1050px) and (max-width: 1350px)
{
    #navbar-login-desktop
    {
        margin-right: -30px;
    }
}
*/

@media (max-width: 1500px)
{
    #clock-desktop
    {
        display: none;
    }

    /*
    .insolution-logo
    {
        margin-right: -15px;
    }
    */
}

#main-navbar-nav
{
    padding-left: 25px;
}

#main-navbar-nav > li
{
    font-size: 90%;
}

#main-caption {
    font-size: 30px;
    font-weight: bold;
}

#navbar-help-button
{
    padding: 15px 0 0 0;
    cursor: pointer;
}

#navbar-help-button:hover
{
    color: #eee;
}

#navbar-help-desktop .popover-content > a
{
    color: #000;
    font-size: 15px;
    line-height: 0px;
}

#navbar-help-mobile .popover-content > a
{
    color: #000;
    font-size: 15px;
    line-height: 40px;
}

#navbar-help-desktop .popover-content > a:hover,
#navbar-help-mobile .popover-content > a:hover
{
    color: #B3B3B3;
}

.white-text
{
    color: #fff !important;
}

.margin-left-right-1em
{
    margin-left: 1em !important;
    margin-right: 1em !important;
}

.border-radius-4px
{
    border-radius: 4px !important;
}

.margin-left-0-5em
{
    margin-left: 1em !important;
}

.margin-left-1em
{
    margin-left: 1em !important;
}

.vertical-align-cells td
{
    vertical-align: middle !important;
}