﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f3f3f3;
}

.title_box {
    font-size: 15px !important;
    padding-top: 5px !important;
}

.textinput
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#1a1a1b;

	font-weight:bold;
    line-height:25px; /*Ngọc 16122015*/
}

.stylebtn
{
    overflow: hidden;
    background: #288ad6;
    position: relative;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #288ad6;
    border-radius: 4px;
    margin-right: 5px;
    padding: 0 3.3%;
    text-align: center;
    cursor: pointer;
    /*Tien 09/06/2017*/
}

.stylebtnlink
{
    overflow: hidden;
    background: #288ad6;
    position: relative;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #288ad6;
    border-radius: 4px;
    margin-right: 5px;
    padding: 0 3.3%;
    text-align: center;
    cursor: pointer;
    padding: 6px !important;
    /*Tien 09/06/2017*/
}

.stylebtnlink:hover, stylebtnlink:focus
{
    
    color: #fff; 
    text-decoration: none; 
}
.textboxstype
{
    /*border: medium none;
    color: #fff;*/
    font-size: 15px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    line-height: 1.42857143;
}
.submit
{
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration:none;*/
    display: inline-block;
    background-color: #288ad6;
    color: #FFFFFF;
    padding: 6px 17px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    margin-right: 20px;
    opacity: 0.9;
    border: 1px solid #288ad6;
    border-radius: 5px;
    margin-top: 10px;
	
}
.submit:hover
{
	color:#288ad6;
    background-color: #ffffff;
	text-decoration:none;
    font-weight: 500;
}
/*-------------*/
.Authentication_Container{
	clear:both;	
	width:100%;
	overflow:auto;
}
.Authentication_Title{
	margin:0 auto;
	padding:0;
	width:100%;
}
.Authentication_Title_Item{
	margin:0 auto;
	padding:10px 5px 0 5px;
	float:left;
	border-color:#004D71;
	border-style:solid;
	border-width: 1px 1px 1px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	width:13%;
	height:30px;
	text-align:center;
	background-color:#004D71;
}
.Authentication_Row{
	clear:both;	
	width:100%;
}

/*Tien 09/06/2017*/
.Authentication_RoleName{
	float: left;
    width: 125px;
    border-color: #004D71;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    height: 20px;
    padding-left: 4px;
    padding-top: 7px;
}
.Authentication_Row_Item{
	margin: 0 auto;
    padding: 5px 5px 0 5px;
    float: left;
    border-color: #004D71;
    border-style: solid;
    border-width: 0 1px 1px 0;
    width: 112px;
    text-align: center;
    height: 22px;
}

/*Tien 09/06/2017*/

.vt-feature.active {
    border: 2px solid #288ad6;    
    background-color: #f5f5dc;
}

.vt-feature {
    float: left;
    border-radius: 5px;
    background: #fff;
    margin: 30px 10px;
}

.feature-label {    
    top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #288ad6;
    width: 600px;
    color: #fff;
    left: 0;
    right: 0;
    text-transform: uppercase;
    height: auto;
    padding: 4px 0 !important;
    font-size: 16px;
    text-align: center !important;
    margin-left: 95px;
}

.feature-promotion {
    font-family: 'Roboto', 'Times New Roman';
    font-size: 15px;
    border: none !important;
    text-align: left;
    display: block;
    clear: both;
    margin: 0;
    padding: 10px 10px 10px 0px;
    width: 100%;
    box-sizing: border-box;
	margin-top: 30px;
	margin-left: 10px;
    margin-right: 10px;
}

.styledrop
{
    margin-left: 0px;
}