@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);
body {
  font-family: "Open Sans", sans-serif;
}
label, input, button, select, textarea {
  font-size: 13px;
}
.login-form-container {
  background: #fff;
}
.login-form-container label {

}
.login-logo {
  margin: 20px 0 20px 0;
}

#loginForgotPassLink {
  padding-left:20px !important;
  line-height: 24px;
  color:#666;
  font-size: 13px;
}
.app-info {
  color:#666;
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  text-shadow: none;
}
.widget-head {
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 5px solid #eeeeee;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.widget-head .heading {
  text-transform: uppercase;
  color: #222222;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-shadow: none;
  padding: 0;
  margin:0;
  height: 30px;
  line-height: 30px;
  border-bottom: 5px solid #37a6cd;
  float: left;
}


.noleft {
  float: none !important;
}

#footer {position: absolute; left: 0; bottom: 0; height: 136px; width: 100%;}


table {
    display: table;
    border-collapse: separate;
    border-color: grey;
}

.tabcontent {
    color: #fff;
    width: 520px;
}

div.notice {
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
    color: #fff;
    width: 66px;
    height: 16px;
    font-family: "Tahoma",Verdana,Century\ Gothic,sans-serif;
    font-size: 10px;
    display: block;
    text-align: center;
    background: #3976a3;
    padding: 3px 3px 0 3px;
    margin-right: 10px;
}

.refeden {
    color: white;
}