/*
.key{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
}
*/
@font-face {
    font-family: 'birds_of_paradiseregular';
    src: url(../fonts/birds_of_paradise__personal_use_only-webfont.woff2) format('woff2'),
         url(../fonts/birds_of_paradise__personal_use_only-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}
.key-bottom{
    background: url(../img/bottom.png) bottom center repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 73px;
    width: 100%;
}
.body-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eee url(../img/freight_bg.png) repeat;
}
.key_heading{
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 22px;
    text-transform: uppercase;
    margin-top: 15%;
}
.form-key {
  position: relative;
  max-width: 250px;
  padding: 0 5px 5px 5px;
  margin: 0 auto;
  background: #fff;
  margin-top: 15%;
}
.form-key .fieldset{
    margin: 0;
    padding: 0;
}
.form-key .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;

}
.form-key .form-control:focus {
  z-index: 2;
  border-color: #32759b;
  outline: 0 none;
}
.form-key input[type="text"] {
  margin-bottom: 10px;  
}
.form-key .submit {
    background: #fff none repeat scroll 0 0;
    border:1px solid #474B9C;
    border-radius: 100%;
    box-shadow: 0 0 0 7px #fff;
    color:#474B9C;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 45px;
    margin: 0 auto -15px;
    transition: all 0.2s ease-out 0s;
    width: 45px;
}
.legend {
    background: #474B9C none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 10px;
    position: relative;
    margin: 5px 0 10px 0;
}
.form-login{
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
}
.form-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.form-login .form-control:focus {
  z-index: 2;
  border-color: #347ba3;
  outline: 0 none;
}
.form-login .btn{
    background: #474B9C;
    border-color: #474B9C;
    font-size:16px;
    font-weight:400;
}
.form-login .checkbox{
    color: #eee;
}
.login-bg{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/logistics-banner.png) no-repeat;
   	background-position: center; 
    background-attachment: fixed;
    background-size: cover;
}
.tint{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4)
}
.login_heading{
    margin-top: 15%;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #FF7052;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.company-bg{
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    background-size: cover;   
   
}
.well {
    background-color: #F5F5F5;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    color: #555555;
}
.heading{
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 56px;
    font-weight: bold;
    margin: 20px 0;
}
.well legend{
    color: #317eac;
}
.company-table .table-hover > tbody > tr:hover{
    background: #eee;    
}
.skin-blue .main-header .logo{
    background: #fff;
}

.table_header{ background:#0e294e; color:#fff; font-family:Lato; font-size:13px;}
.table_data{ background:#fff; font-family:Lato; font-size:13px; font-family:Lato;}

/********* 20160827 *******/
h2.dashboard_heading{
    color: #a91515;
    font-size: 54px;
    font-weight: 600;  
    margin-top: 10px;
}
h1.dashboard_heading{
    color: #a91515;
    font-family: 'birds_of_paradiseregular';
    font-size: 50px;
}
.form-key .form-control{
    margin-bottom: 10px;
}