/*******************************************************************************************
* global classes
********************************************************************************************/
.none {
    display: none;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
.footer .container {
    padding: 5px 0;
}
.footer .copyright {
    font-weight: bold;
}
.corrtek-logo {
    height: 50px;
}

img.logo {
    height: 50px;
}

/*******************************************************************************************
* login page css
********************************************************************************************/
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
div.languages {position: absolute; right: 20px; top: 70px;}
.login-preloader {position: absolute; top: 70px; left: 20px}


/*******************************************************************************************
* charts page css
********************************************************************************************/
#last_measurement_table {margin: 0 auto;}
.last_measurement_text_container h4 {font-size: 28px; font-weight: bold; padding-left: 10px;}
.c3-xgrid-focus {stroke: #000 !important}

#chart #text-preloader {
    width: 100%;
    height: 400px;
    background-color: #eee;;
    font-size: 48px;
    font-style: oblique;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-left: 5px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

#timer_update_container { text-align: right; }
#timer_update_container #timer_text {font-weight: bold;}
#timer_update_container #timer {font-weight: bold; color: red;}

.c3-axis-y-label, .c3-axis-x-label {font-size: 14px;}

/*******************************************************************************************
* menu flags languages
********************************************************************************************/
ul.languages {margin-left: 18px;}
ul.languages img {margin-top: -4px;}
ul.languages a {padding: 15px 2px 15px 2px;}



.c3-region.regionY {
  fill: red;
}
.c3-region.regionY2 {
  fill: green;
}