﻿.logo {
max-width: 300px;
}
.orange-button {
background-color: #f47f02;
border: none;
padding: 10px;
border-radius: 4px;
color: #fff;
text-transform: uppercase;
}
.footer-beige {
background-color: #EEEEEE;
margin-top: 40px;
border-top: 1px solid #cacaca;
position: fixed;
bottom: 0;
width: 100%;
}
.footer-beige p {
margin-bottom: 0;
padding: 10px 0;
color: #484647;
}
.last-row {
margin-bottom: 80px;
}
.headerstyles{
font-size: 26px;
margin-top: 20px;
margin-bottom: 10px;
font-family: "Open Sans",Helvetica,Arial,sans-serif;
font-weight: 300;
line-height: 1.1;
color: #555;
display: block;
font-weight : normal;
}
.login-window .login-with-hstream-new {
position: relative;
padding-bottom: 14px;
border-bottom: 1px solid #ccc;
display: table;
margin: 0;
width: 279px;
margin-top: 11px;
margin-bottom: 10px;
}
.login-window .login-with-hstream-new .button-hstream .button-hstream-logo {
float: left;
border-right: 1px #c5c5c5 solid;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.login-window .login-with-hstream-new {
position: relative;
padding-bottom: 35px;
border-bottom: 1px solid #ccc;
display: table;
width: 330px;
margin-top: 15px;
margin-bottom: 15px
}
.login-window .login-with-hstream-new .login-or {
position: absolute;
background-color: #fff;
padding: 10px;
text-transform: uppercase;
left: 42%;
bottom: -20px;
font-weight: 600
}
.login-window .login-with-hstream-new .button-hstream {
color: #696969;
padding: 0;
width: 100%;
text-align: center;
height: 54px
}
.login-window .login-with-hstream-new .button-hstream .button-hstream-logo {
float: left;
border-right: 1px #c5c5c5 solid;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.login-window .login-with-hstream-new .button-hstream .button-hstream-logo img {
margin: 10px 15px 7px 15px;
height: 30px
}
.login-window .login-with-hstream-new .button-hstream .button-hstream-text {
margin: 15px 25px 7px 15px;
color: #696969;
font-size: 18px;
text-align: center
}
.login-window .button {
padding: 10px 16px;
font-size: 16px;
line-height: 1.33;
border-radius: 6px;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
text-decoration: none
}
.login-window .button+.button {
margin-left: 5px
}
.login-window .button-primary {
background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
background-repeat: repeat-x;
border: 1px solid #3e8f3e;
background-color: #5cb85c;
color: #fff;
text-shadow: 1px 1px 0 #357935;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.login-window .button-default {
background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
background-repeat: repeat-x;
border: 1px solid #dbdbdb;
text-shadow: 0 1px 0 #fff;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
color: #999
}
.login-window .button-block {
display: block
}
.nav-info {
position:absolute;
text-align: right;
width:100%;
top:69%;
}
.nav-info a {
font-size: 13px;
color: #09c;
text-decoration: none
}
.nav-info a+a {
margin-left: 10px
}
.infomodal {
display: none;
position: fixed; 
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.infomodal-popup {
background-color: #fefefe;
margin: 171px auto;
padding: 20px;
border: 1px solid #888;
width: 441px;
height: 84px;
}
.infomodal-popup .infomodal-footer1 {
margin-top: 15px;
padding: 19px 75px 0px;
text-align: center;
border-top: 1px solid #e5e5e5;

}
.infomodal-popup .btn-btn-default {
display: block;
font-size: 16px;
background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
border-color: #dbdbdb;
text-shadow: 0 1px 0 #fff;
border-color: #ccc;
}
.infomodal-popup .modal-icon {
position: absolute;
top: 20px;
left: 0;
}
.infomodal-popup .modal-content {
position: relative;
max-width: 600px;
padding: 0 10px;
margin: auto;
background: none;
box-shadow: none;
border-radius: 0;
border: none;
}
.infomodal-popup .modal-content .modal-title {
font-size: 24px;
font-weight: 500;
line-height: 1.2;
color:#fff;
}
.infomodal-popup .modal-content .modal-icon {
position: absolute;
top: 18px;
left: -18px;
}
.infomodal-popup .modal-content .modal-text {
font-family: sans-serif;
margin-top: 10px;
color: #fff;
font-size: 15px;
line-height: 1.42857143;
}
.infomodal-popup .modal-content .modal-footer {
border: none;
margin: 0;
padding: 0 20px 20px;
padding-left: 20px;
text-align: left;
}
.infomodal-popup .btn.btn-default {
display: inline-block;
font-size: 16px;
background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
border-color: #dbdbdb;
text-shadow: 0 1px 0 #fff;
border-color: #ccc;
}
