/* CSS Document */

@import url(//weloveiconfonts.com/api/?family=fontawesome);

/* ---------- FONTAWESOME ---------- */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

a {
  color: #edeeed;
  text-decoration: none;
}

a:hover {
  color: #828282;
  text-decoration: underline;
}

input {
  border: none;
}

p {
  line-height: 1.5em;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}

.ie9-container {
  width: 100%;
  margin-top: 20%;
  position: fixed;
}

.ie9-center-div{
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  top: 50%;
  left: 50%;
  position: fixed;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ---------- LOGIN ---------- */
.tm-login {
  width: 280px;
}

.tm-login form span {
  background-color: #76c2bb;
  
  color: #edeeed;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.tm-login form i {
  background-color: #3b4148 !important;
  color: #edeeed;
  display: block;
  float: right;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.tm-login form input {
  height: 50px;
}

.tm-login form input[type="text"], input[type="password"] {
  background-color: #3b4148 !important;
  color: #edeeed;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 180px;
}

.tm-login form input[type="text"]:hover, input[type="password"]:hover{
  border-top: 1px solid #76c2bb;
  border-right: 1px solid #76c2bb;
  border-bottom: 1px solid #76c2bb;
}

.tm-login form input[type="text"]:focus, input[type="password"]:focus{
  border-top: 1px solid #edeeed;
  border-right: 1px solid #edeeed;
  border-bottom: 1px solid #edeeed;
}

.tm-login form input[type="submit"] {
  background-color: #76c2bb;
  color: #eee;
  font-weight: bold;
  margin-bottom: 2em;
  width: 280px;
}

.tm-login form input[type="submit"]:hover {
  background-color: #65a59f;
}

.tm-login > p {
  text-align: center;
}

.tm-login > p span {
  padding-left: 5px;
}


.tm-login input[type="checkbox"] {
  margin-left: 0;
  margin-right: 0;
  height: 14px;
  display: inline;
  padding: 15px;
  clear: both;
}

.tm-check{
  width: 50%;
  margin: 0 auto;
}


/*+++++++++++++++++++++++++++++*/


body{
  background-color: #272727;
  color: #edeeed;
  font-family: "Lato", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.tm-title-bar{
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 100%;
  max-width: initial;  
  margin-left: 0;
  margin-right: 0;
  background-color: #383d3f;
}

.tm-title{
  float: left;
}

.tm-logo{
  margin-top: 10px;
  margin-left: 15px;
  height: 12px;
}

h1{ 
  margin-left: 15px;
  margin-top: 6px;
  color: #edeeed;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
}

.tm-navbar{
  height: 30px;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  background-color: #3c4143;
}

.tm-login-form{
  width: 370px;
  height: 370px;
  background-color: #272727;
  position: absolute;
  opacity: .8;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 70px;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

/*For Citrix replacement icons*/
.tm-citrix-icons{
  font-size: 20px;
  font-weight: bold;
}

#flash-message
{
    position: absolute;
    width: 99%;
    z-index: 50000;
    top: 50px;
    left: 0.5%;
}

[class^='flash_message_'], [id^='flash_message_'] {
    padding: 5px 1%;
    margin-top: 5px;
    margin-right: 280px;
    width: 98%;
    position:relative;
    text-align: center;
}

#flash_message_notice, .flash_message_notice {
    background-color: #CFC;
    color: #000000;
    border: solid 1px #6C6;
}

#flash_message_error, #flash_message_alert, .flash_message_error, .flash_message_alert {
    background-color: #FCC;
    color: #000000;
    border: solid 1px #C66;
}


#flash_message_warning, .flash_message_warning {
    background-color: #F90;
    color: #000000;
    border: solid 1px #C66;
}
