html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background: url('../images/background.jpg') no-repeat center center fixed;
}


/*@media(max-width:480px) 
{
    body{background: url('../images/background_xs.jpg') no-repeat center center fixed;}
}*/

@media (max-width: 991px) {
    .navbar {
        padding: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: none!important;
    }
}

.navbar-collapse h1.whitetext {
    text-align: left;
    margin-bottom: 0;
}

.navbar-collapse li>a {
    text-align: left!important;
}

ul.nav.navbar-nav {
    background-color: #34455e;
}

li.nav-heading {
    height: auto;
}

.navbar .navbar-collapse ul.nav.navbar-nav#firstnav {
    padding: 10px 0;
}


/*----------------------------------------------------------------------------*/


/*General*/

a {
    font-size: 12px;
    font-weight: 700;
    color: #34455e;
    text-transform: uppercase;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #92bae8;
    border: none;
    text-decoration: none;
    font-weight: 900;
}

button.normalanchor {
    cursor: pointer;
    font-weight: 700;
    border: none;
    background-color: transparent;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #34455e;
    text-transform: uppercase;
    padding: 0;
    height: 25px;
}

h1 {
    font-size: 14px;
    font-weight: 400;
    color: #34455e;
    margin: 10px 0;
    text-align: right;
}

h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #34455e;
    margin: 2px 0 5px 0;
    font-family: 'Roboto Condensed';
}

h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #34455e;
    margin: 0 0 2px 0;
    text-align: center;
    font-family: 'Roboto Condensed';
}

h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #34455e;
    margin: 0 0 2px 0;
    text-align: center;
    font-family: 'Roboto Condensed';
}

p.timedate {
    font-size: 12px;
    text-transform: uppercase;
    color: #34455e;
    margin: 0;
    text-align: left;
    height: 14px;
    font-family: 'Roboto Condensed';
}

p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #34455e;
}

h2.accent {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #92bae8;
    font-style: italic;
}

p.value {
    font-size: 28px;
    line-height: 1.16;
    font-weight: 700;
    text-transform: uppercase;
    color: #34455e;
    margin: 0;
    display: inline-block;
    letter-spacing: -1.5px;
    font-family: 'Roboto Condensed';
}

p.symbol {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #34455e;
    margin: 0;
    display: inline-block;
    font-family: 'Roboto Condensed';
}

p.reading {
    font-size: 12px;
    color: #34455e;
    margin: 0 0 2px 0;
    text-align: center;
    font-family: 'Roboto Condensed';
}

p.bottominfo {
    font-size: 12px;
    font-weight: 700;
    color: #34455e;
    margin: 0 5px 0 0;
    text-align: left;
    text-transform: uppercase;
}

p.heading {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 0 50px;
    padding-top: 2px;
}

h2.beginend {
    font-size: 12px;
    margin: 0;
    display: inline-block;
    padding-right: 5px;
}

a.choosenow {
    padding-top: 2px;
    font-weight: 400;
    font-size: 11px;
}

#value a.choosenow {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 400;
}

a.choosenow {
    font-weight: 400;
    color: #34455e!important;
}

a.choosenow.selected {
    font-weight: 700!important;
}

h2.request {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    text-align: right;
}

.input-group-addon {
    padding: 2px 0 0 0;
    color: #34455e;
    background: transparent;
    border: none;
}

span.input-group-addon {
    display: inline-block;
    width: 15px;
}

img {
    height: 25px;
    margin-top: 3px;
    vertical-align: top;
    margin-right: 5px;
}

span {
    font-weight: 700;
}

#pagenotfound h1 {
    color: #fff!important;
    text-shadow: 0.5px 0.5px 1px #7D7D7D;
}

#pagenotfound a.button.hvr-grow {
    color: #fff!important;
    text-shadow: 0.5px 0.5px 1px #7D7D7D;
}

#pagenotfound a.button.hvr-grow:hover {
    text-shadow: none;
    color: #fff!important;
}

.upperc {
    text-transform: uppercase;
}

.normalcase {
    text-transform: none!important;
}

.icons {
    max-width: 50px;
}

.nopadding {
    padding: 0!important;
}

.paddingleft {
    padding: 0 0 0 5px;
}

.paddingright {
    padding: 0 5px 0 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.reducedpadding {
    padding: 10px;
}

.panel-heading {
    border-top: 1px solid #34455e;
    margin: 10px 0;
    padding: 0!important;
    border-radius: 0;
    cursor: pointer;
}

.currentdata.panel-heading {
    border-top: none;
}

.panel-body {
    border-top: 0.5px solid #bcbcbc!important;
    border-bottom: none!important;
    margin: 20px 0;
    padding: 0!important;
    border-radius: 0;
}

#request.row.panel-collapse.collapse.panel-body.collapse.in {
    margin: 10px 0;
    border-top: none!important;
}

.infoblock {
    padding: 10px 0!important;
}

.advancedrequest .panel-body {
    border: none!important;
    margin: 5px 0;
    padding: 0!important;
    border-radius: 0;
}

#history-page .historydate.panel-heading {
    border: none!important;
    margin: 2px 0 1px 0;
}


/*#history-page .content .panel-heading{
    margin-top: 20px;
}*/

#history-page .historydate.panel-body {
    margin: 10px 0 20px 0;
    border: none!important;
}

#history-page .input-group-addon {
    width: auto;
    padding: 0;
}

#history-page .input-group-addon .glyphicon.glyphicon-calendar {
    padding-top: 6px;
}

#history-page h2.history-date {
    padding-left: 14px;
    ;
    line-height: 32px!important;
}

.displayrequest.panel-body {
    border: none!important;
    margin: 0;
}

.filter {
    margin: 0;
}


/*----------------------------------------------------------------------------*/

@media print {
    nav,
    header {
        display: none;
    }
}


/*----------------------------------------------------------------------------*/


/*Navigation*/

ul {
    padding: 0!important;
    list-style: none;
}

li {
    text-decoration: none;
}

.navbar {
    z-index: 1000000000;
    border: none;
    background-color: #34455e;
    border-bottom: 3px solid #34455e;
    height: 70px;
}

.navbar button {
    width: auto;
    border: none;
}

.navbar button:hover,
.navbar button:focus {
    background-color: transparent!important;
    border: none;
}

.navbar button:hover .glyphicon,
.navbar button:focus .glyphicon {
    color: #92bae8!important;
}

.nav .navbar-nav .second li {
    display: inline-block!important;
}

.nav>li>a {
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #fff!important;
    letter-spacing: -0.25px;
}

.nav>li>a.active {
    color: #92bae8!important;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    font-size: 13px;
}

#firstnav a {
    font-size: 14px;
}

#firstnav a.active {
    font-size: 14px!important;
}

.navbar .navbar-nav li a.disabled,
.navbar .navbar-nav li a.disabled:active,
.navbar .navbar-nav li a.disabled:focus {
    color: #fff!important;
    font-weight: 400!important;
    opacity: 0.5;
}

.nav>div>li>a {
    font-weight: 400;
    padding: 5px;
    text-transform: uppercase;
    text-align: left!important;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff!important;
    letter-spacing: -0.25px;
}

.nav>div.ng-scope>li>a.active {
    color: #92bae8!important;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    font-size: 16px;
}

.navbar-header {
    margin-top: 5px;
}

.navbar .navbar-nav li a:hover {
    color: #92bae8;
    background-color: transparent;
    font-weight: 700;
}

.navbar .navbar-nav li a:active,
.navbar .navbar-nav li a:focus {
    color: #92bae8!important;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
}

li.active a {
    color: #a4b14c;
    font-weight: 700;
}

.active {
    color: red;
}

.navbar .navbar-nav {
    display: block;
    margin: 0;
}

.navbar .navbar-collapse {
    text-align: center;
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    background-color: #34455e;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar .navbar-collapse ul.nav.navbar-nav {
    height: auto;
}

.navbar-toggle .glyphicon {
    font-size: 22px;
    margin-top: 0;
    color: #fff!important;
}

.navbar-default .navbar-toggle {
    margin: 2px;
    padding: 2px;
}

.navbar-default .navbar-toggle:hover {
    background: transparent;
    border: none;
}

button.navbar-toggle {
    height: 30px!important;
    width: 30px!important;
    float: left;
}

.collapse.in {
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
}

@media (max-width: 2000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in {
        display: block !important;
    }
    ul.second li {
        float: left;
    }
}

.whitetext {
    color: #fff;
}

.on-page-nav ul.nav.navbar-nav {
    background-color: transparent;
}

.on-page-nav ul.nav.navbar-nav a {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #34455e!important;
    text-transform: capitalize;
}

.on-page-nav ul.nav.navbar-nav li a:focus,
.on-page-nav ul.nav.navbar-nav li a:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
}

.on-page-nav ul.nav.navbar-nav li {
    display: inline-block;
    height: 30px;
    margin: 0 2.5px;
}

.on-page-nav ul.nav.navbar-nav {
    margin: 5px 0 0 0!important;
}

h1.history-date {
    margin: 0;
    text-align: center;
}

ul.history-navigation {
    list-style: none;
    width: 100%;
    padding: 0;
    height: 20px;
    margin-top: 10px;
}

ul.history-navigation li {
    height: 20px;
    text-align: center;
    line-height: 1;
}


/*----------------------------------------------------------------------------*/

.smallpadding {
    padding: 0 5px;
}

.spaceunder {
    padding-bottom: 25px!important;
}

.smallspaceunder {
    padding-bottom: 15px!important;
}

.extrasmallspaceunder {
    padding-bottom: 3px!important;
}

.extrasmallspaceabove {
    padding-top: 3px!important;
}

.smallspaceabove {
    padding-top: 10px!important;
}

.spaceabove {
    padding-top: 25px!important;
}

.loader {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.clickable {
    cursor: pointer;
}

.glyphicon {
    color: #34455e!important;
}

a:hover .glyphicon,
a:focus .glyphicon {
    color: #92bae8!important;
}

a.refreshbutton .glyphicon {
    font-size: 20px;
    line-height: 28px;
}

h2.history-date {
    text-align: center;
    margin: 0;
    line-height: 1.25;
}


/*----------------------------------------------------------------------------*/


/*-- Basic forms --*/

label {
    font-size: 14px;
    font-weight: 400;
    color: #34455e;
    padding-top: 10px;
}

input,
textarea,
select {
    /* border: 1px solid #34455e; 
    background-color: #fff; 
    color: #34455e;  */
    padding: 5px;
    margin: 2.5px 0;
    width: 100%;
    font-weight: 400;
}

input,
select {
    height: 30px;
}

input.button {
    border: 1px solid #34455e;
    background-color: #34455e;
    color: #fff;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5px;
}

input.button:hover {
    border: 1px solid #34455e;
    background-color: #92bae8;
    color: #fff;
}

.input-group {
    width: 100%;
}

option {
    height: 20px;
}

input.checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

#more-page .panel-heading {
    height: 40px;
    padding-top: 5px!important;
}

#more-page .content .panel-heading {
    height: auto;
}

#more-page .dropdownpanel.panel-heading {
    padding-top: 0!important;
    height: auto;
}

#more-page h2.beginend {
    line-height: 25px;
    padding-left: 5px;
}

.btn-group {
    width: 100%;
}

button.dropdown-toggle {
    border: 1px solid #34455e;
    background-color: #fff;
    color: #34455e;
    padding: 5px;
    margin: 2.5px 0 0 0;
    width: 100%;
    font-weight: 400;
    border-radius: 0;
    text-align: left;
    height: 30px;
}

button.dropdown-toggle span.caret {
    border: none!important;
    margin-top: 1px;
    width: 15px;
    height: 15px;
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpiYBjawMQ1TgGIBQioEQCpg/GZoIIGQOo8EO/HZQBUfD9IHVQ9RDMQgEwDSRpgMwBJowFUnQJc85ndizYAqUSoWhQD0DSCQCJUPQMjmg0JQGo+lHsBiAOBeD2axgUw9YxY/IZsADJA0QgCzOgqnt27eEFKWf8hkBmATyNWzVgMwKqRqLhnGH4AIMAAxGo2PvG6xCkAAAAASUVORK5CYII=');
}

button.dropdown-toggle:hover {
    border: 1px solid #92bae8;
    background-color: #fff;
    color: #92bae8;
}

button.dropdown-toggle:hover span.caret {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIZJREFUeNpiYBjaYNKuFwpALEBAjQBIHYzPBBU0AFLngXg/LgOg4vtB6qDqIZqBAGQaSNIAmwFIGg2g6hTgmvPcJDYAqUSoWhQD0DSCQCJUPQMjmg0JQGo+lHsBiAOBeD2axgUw9YxY/IZsADJA0YhVMw4DMDTi1IxmAFaNRMU9w/ADAAEGAFyNPuGdcqNnAAAAAElFTkSuQmCC');
}

input {
    border-radius: 0;
}

.dropdown-menu {
    margin: 0;
    border: 1px solid #34455e;
    border-radius: 0;
    margin-top: -1px;
    min-width: 100px;
    width: 100%;
    padding: 2px 0 5px 0!important;
}

.dropdown-multiselect li {
    height: 26px;
}

.dropdown-menu>li>a {
    padding: 0 10px;
    margin: 2px 0;
    line-height: 26px;
    color: #34455e;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #92bae8;
    background: transparent;
}

.dropdown-menu .divider {
    margin: 2px 0 5px 0;
}

span.glyphicon.glyphicon-ok {
    margin-right: 5px;
}

span.glyphicon.glyphicon-remove {
    margin-right: 5px;
}


/*-- /Basic forms --*/


/*----------------------------------------------------------------------------*/


/*-- Form validation --*/

.bt-flabels input[type] {
    position: relative;
    z-index: 1;
    -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bt-flabels input:focus,
.bt-flabels textarea:focus {
    background: #f0f0f0;
}

.bt-flabels input[type=submit]:focus {
    background: #a4b14c;
}

.bt-flabels label {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    top: 0;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    z-index: 2;
    color: #000;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bt-flabels__wrapper {
    position: relative;
}

.captchaquestion p {
    padding-top: 10px;
}

.captchaquestion {
    margin-bottom: 20px;
}


/* Error styles */

.bt-flabels__error-desc {
    position: absolute;
    top: 10px;
    /* top: 45px; */
    right: 6px;
    opacity: 0;
    font-weight: 700;
    color: #f44545;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 3;
    pointer-events: none;
}

.bt-flabels__error input[type],
.bt-flabels__error textarea {
    background: #feeeee;
}

.bt-flabels__error input[type]:focus,
.bt-flabels__error textarea:focus {
    background: #feeeee;
}

.bt-flabels__error .bt-flabels__error-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bt-flabels--right {
    border-left: none;
}

.bt-flabel__float label {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bt-flabel__float input[type] {
    padding-top: 9px;
}

.captchaquestion .bt-flabels__error-desc {
    top: 32px;
    left: 0;
}

#verdict {
    padding: 10px;
    margin-top: 15px;
    border-left: 5px solid #000;
    display: none;
    color: #fff;
}

p#verdictp {
    margin-bottom: 0;
}

button.resetForm {
    border: 1px solid #34455e;
    background-color: #34455e;
    color: #fff;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    /*padding-top: 6.5px;*/
    height: 30px;
    padding: 5px;
    margin: 2.5px 0;
}

button.resetForm:hover {
    border: 1px solid #34455e;
    background-color: #92bae8;
    color: #fff;
}


/*-- /Form validation --*/


/*----------------------------------------------------------------------------*/

.form-control {
    border: 1px solid #34455e;
    border-radius: 0;
    background-color: #fff;
    color: #34455e;
    padding: 5px;
    margin: 2.5px 0!important;
    width: 100%;
    font-weight: 400;
    height: 30px;
}

li.symbolBtn {
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
}

#settings-page button {
    width: 100%;
    height: 30px;
    padding: 5px;
    border: 1px solid #34455e;
    background-color: #34455e;
    color: #fff;
    display: block;
}

#settings-page button:hover,
#settings-page button:focus,
#settings-page button:active {
    border: 1px solid #34455e;
    background-color: #92bae8;
    color: #fff;
}

#settings-page button.selected {
    border: 2px solid #34455e;
    background-color: #92bae8;
    color: #fff;
}

#settings-page .panel-heading {
    margin-bottom: 20px;
}

#settings-page h2 {
    margin-bottom: 10px;
}

a.selected {
    color: #92bae8!important;
}

#allstations-page p.value {
    letter-spacing: -2.25px;
}

#allstations-page p.symbol {
    font-size: 12px !important;
    letter-spacing: -0.5px;
}

a.refreshbutton {
    width: 30px;
    height: 30px;
}

.timer {
    padding-top: 6px;
}

.timer h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}