@charset "utf-8";
/* EMPLOYEE CSS MAIN */



.main-wrapper {
    display: block;
    overflow: hidden;
}


.top-bluecolor {
    height: 8px; 
    width: 100%;
    background: #0d436b;
    float:left;
}

.bottom-bluecolor {
    width: 100%;
    background: #0d436b;
    float:left;
    display: block;
}

.bottom-bluecolor p{
    color:#fff;
    text-align: center;
    padding: 6px;
    margin-bottom: 0px;
}

.bottom-bluecolor p a{
    color:#fff !important;
}


.main-container {
    display: block;
    width: 1128px;
    height: 100%;
    margin: 0 auto;
}


.main-container-bg{
    background-color:#f7f7f3;
    
}

.main-container-bg-inside{
    background-color:#f7f7f3;
}


.carousel-space {
    float: left;
    width: 1128px;
    background: #ccc;

}

.logo-space{
    position: absolute;
    background: none;
    z-index:10;
    padding:40px 0px 10px 70px;
}

.login-center{
    
    width: 260px;
    height: 240px;
    display: block;
    float: left;
    margin-left: 70px;
    margin-top: 50px;
    position: absolute;
    z-index: 8;
}

.login-space {
   
    background: rgba(255,255,255,0.9);
    border: 1px solid #e5e4db;
    padding: 15px;
    
    
}

.form-lable{
    
}
.form-lable label {
    color: #666;
    margin: 10px 0 3px 0;
    display: block;
    float: left;    
    font-size: 12px;
    font-weight: bold;
}


.login-btn {
    /*border-radius: 6px;*/
    color: #fff;
    padding: 5px 15px 5px 15px;
    border: 1px solid #FFF;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    background: #0d436b;
    display: block;
    margin-top: 10px;
    color: #fff;
}


.link-text {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 10px 10px 0px 5px;
}


.message-space-98 {
    
    width: 100%;
    display: block;
    float: left;
    /*padding: 10px;*/
    
}

.message-box-98 {
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.9);
    border: 1px solid #a94442;
    float: left;
    box-shadow: 0 0 0 4px #ffefef inset;
    border-radius: 4px;
    /* display: none; */
}

.alert-icon-98 {
    height: 27px;
    left: 18px;
    top: 11px;
    width: 26   px;
    float: left;
    margin: 15px;
    /* background: #ccc; */
    background-image: url(img/alert-icon.png);
    background-repeat: no-repeat;
    background-position: top;
    display: block;
}

.alert-text-98 {
    display:inline-block;
    float:left;
    width:75%;
}

.alert-text-98 h4 {
    /* color: crimson; */
    color: #a94442;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
    margin-bottom: 6px;
}

.alert-main-text {
    display: block;
    float: left;
}

.message-box-98 p {
    font-size: 13px;
    color: #a94442 !important;
    padding-right: 10px;
}

.box-top-space{
    background:#e5e3d8  !important;
    width: 100%;
    height: 120px;
    float:left;
}

.box-top-space-inside{
    background:#e5e3d8  !important;
    width: 100%;
    height: 100px;
    float:left;
    margin-top: -15px;
    margin-left: 0px;
}

.box-top-space-inside h4 {
    color:#0d436b;
    margin-top: 3px !important;
    text-align: center;
}

.box-top-space h4 {
    color:#0d436b;
    margin-top: 3px !important;
}

.box-top-space-inside h4{
    color:#0d436b;
    width: 95%;
    padding-top: 45px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
}

.box-top-space img {
    margin-top: 15px;
}

.box-text-space{
    width: 100%;
    float:left;
    padding:10px;
}

.box-text-space p{
    font-size: 14px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin: 5px 10px 5px 10px;
    line-height: 160%;
}

.box-text-space-inside{
    width: 96%;
    float:left;
}

.box-text-space-inside p{
    font-size: 14px;
    text-align: center;
    line-height: 160%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:100;
    margin-right: -8px;
    margin-left:15px; 
    padding: 0px 20px 0px 10px;
}

.box-text-space-inside ul { 
    margin: 10px 10px 10px 10px;     
}

.box-text-space-inside ul li{
    font-size: 14px;
    line-height: 160%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:100;
    margin-right: -8px;
    margin-left:15px; 
    padding: 0px 20px 0px 5px;
}

.margin-lr-0{
  margin-right: -8px !important;
  margin-left: 0px !important;
}

.padding-lr-0{
  padding-right: 0px !important;
  padding-left: 0px !important;
  border-right:8px solid #fff;
}

.tb-border{
    border-bottom: 1px solid #9e9e9e;
    background: #fff;
}

/* Page Center alignment CSS */

.centered-table {
   margin-left: auto;
   margin-right: auto;
}

.footer-center{
    width:100%;
    display: block;
}

.footer-extra{
	float:none !important;
	margin: 0 auto;
    border-left: 0px solid #FFF;
    border-right: 0px solid #fff;
    width: 1120px !important;
    padding-top: 6px !important;
    padding-bottom: 3px !important;
    font-size:14px !important;
}

.menu-center{
	width:100%;
    display: block;
    z-index: 500 !important;
    height: 5px;
    position:absolute;
}

.menu-extra{
   position:relative !important;
   float:none !important;
   margin-left: -80px;  
}

.menu a {
    padding: 17px 30px 17px 10px!important;
}

.menu {
    width: 1020px !important;
}


.banner-container-extra{
    width: 1111px !important;
    margin-left: -10px !important;
    margin-bottom: 0px!important;
}


.image-size {
    width: 1125px !important;
}

.box-padding {
    padding:10px;
}

.logout-btn{
    cursor: pointer;
}


.form-control {
    border-radius: 0px !important;
    }

.vtabs-content-panel p {
    line-height: 135%;
}

body {
    line-height: 130% !important;
}

