/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/04/2014, 6:00:18 AM
    Author     : 3piece
*/
#followus {
	font-size: 10px;
	line-height: 0px;
	position: relative;
	top: -10px;
	margin-right: 5px;
}
.tabs {
	font-size: 13px;
	height: 42px;
	padding-top: 20px;
	color: #6E8F9F;
        margin-top: -5px;
}
#tabviet {
	background: url(../images/landing/tab1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: -10000;
}
#tabprocess {
	background: url(../images/landing/tab2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -10000;
}


#logo {
        margin-left: 2%;
        /*margin-top: -10px;*/
        /*margin-top: -15px;*/
	/*margin-top: 20px;*/
	margin-bottom: 8px;
}

.blueinfobox
{
    
    text-align: left;
/*    width: 100%;*/
    height: 236px;
    background: #8bc2db;
 -moz-box-shadow: inset 0 0 7px 1px #222;
-webkit-box-shadow: inset 0 0 7px 1px #222;
box-shadow: inset 0 0 7px 1px #222;


}




.blueinfobox ul {
  
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-top: 15px;
    list-style: none;
}
  
.blueinfobox ul li {
/*      background: url(${contextPath}/resources/images/landing/bluetick.png) no-repeat left  top;*/
      padding-left: 20px;
    font-size: 18px;
    color:#467186;
    line-height: 27px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #467186;
    padding-bottom: 12px;
    list-style: none;

}

.blueinfobox ul li span {
    position: relative;
    top: 8px;
    margin-right: 20px;

}  

.blueinfobox ul li:last-child {
    border-bottom:none; 

}

.overloaded_120 img {
    width: 120%;
}

.relative {
    position: relative;
}

.followus {
    /*background: #f00;*/
    position: relative;
    /*top: 15px;*/
    margin-top: 10px;
   right: 10px;
}

.followus img {
    width: 6%;
}

.blueticks img {
    width: 7%;
}

.flags {
    position: relative;
    right: 10px;
}

.flags img {
    width: 28%;
    padding: 0px 1px 1px 1px;
    
}

.img100p img {
    width: 100%;
}


.zeroheight {
    height: 1px;
}

@media only screen and (max-width: 480px) {
    /*This is where responsiveGridSystem breaks*/
    
    .hideme480 {
        display: none;
    }
    
    #topflags {
        display: block;
        margin-top: 5px;
    }

        /*Logo Change*/
    #logo {
        /*width: 60%;*/
        width: 95%;
        margin: 0%;
        line-height: 1px;       
        /*padding: -10px;*/
        /*padding-right: 10px;*/
        /*padding: 10px;*/
    }
/*    
    #logo img {
         z-index: 10100;
    }
    */
    .overloaded_120 img{
        width: 95%;
    }

/*       The following is for the tabs and flags*/
    .headertabgroup {
        width: 95%;
        height: 40px;
        position: relative;
        z-index: 1000;
    }
    
    .headershorttab {
        width: 40%;
        background: #0f0;
       position: relative;
       top: 10px;
       /*z-index: 100000000;*/
    }
    
    .headerlongtab {
        width: 60%;
        background: #0f0;
       position: relative;
       top: 10px;
       /*z-index: 100000000;*/
    }
    
    .flags {
/*        width: 100%;*/
        padding-right: 5px;
    }
    
    .flags img {
        width: 100%;
        padding-right: 10px;
    }
    
    .followus {
        margin-top: 0px;
        /*text-align: left;*/
        /*padding-right: 10px;*/
    }
    
/*    body{
        text-align: left;
    }*/
    
    .followus img {
        /*height: 100%;*/
        width: 15%;
        text-align: left;
        position: relative; 
        left: 10%;
        min-width: 20px;
        /*float: left;*/
    }
    
    
   .headerimage {
       position: relative;
       top: 10px;
        z-index: 1100;       
   }
    
/*    .flags {
        width: 30%;
        background: #0f0;
        margin: 0%;
        
        font-size: 10px;
	line-height: 0px;
	position: absolute;
	top: 0px;
	margin-right: 5px;
        
    }*/
    
}