
html, body {
    font-family: Meiryo,Segoe UI Light,Segoe UI,Tahoma,Arial,Verdana,sans-serif;
    color: #333;
    /*background-color: #ecf0f1;*/
    /*background: url("../images/background.jpg");*/
}

.navbar {
    background: white;
    border-bottom: 2px solid #3498db;
}

.navbar-brand {
    font-size: 3em;
    line-height: 1.4em;
    color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #3498db;
    color: #fff;
}

#mainBreadCrumb {
    border-top: 1px solid #3d566e;
    border-bottom: 1px solid #3d566e;
    border-radius: 0;
}

#footer {
    text-align: center;
    background-color: white;
    padding: 10px;
    border-top: 1px solid #3d566e;
}

.panel-fixed-width {
    min-height: 351px;
    line-height: 2em;
}

#panel-inline {
    line-height: 2em;
}

#mainContainer {
    min-height: 80vh;
    line-height: 2em;
    margin-bottom: 20px;
}

#left-nav li {
    padding: 0;
}

#left-nav a {
    width: 100%;
    padding: 10px;
    display: block;
}

    #left-nav a:hover {
        background-color: #3498db;
        color: white;
    }

.white-background {
    background: #fff;
    border: 1px solid #ddd;
}

.emphasize {
    font-weight: 800;
    padding: 10px !important;
}

.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

#mainCarousel {
    min-height: 340px;
    background: #e67e22;
    color: white;
    width: 90%;
    min-width: 400px;
    margin: 0px auto 40px auto;
}

.small-icon {
    max-height: 20px;
    max-width: 20px;
}

.width90 {
    width: 90px;
}

.padding10 {
    padding: 10px !important;
}

#hovercontent {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.border-radius-10 {
    border-radius: 10px;
}

.color-primary {
    color: #337ab7;
}

#searchTargetTab {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    text-align: center;
}

    #searchTargetTab ul.nav li {
        background-color: #d9edf7;
        display: inline-block;
        float: none;
    }

        #searchTargetTab ul.nav li:hover a {
            background-color: #337ab7;
            color: white;
        }

.bg-white {
    background-color: #fff;
}

#detailSearchUl li a {
    position: relative;
    padding-bottom: 16px;
}

    #detailSearchUl li a p {
        position: absolute;
        bottom: -11px;
        left: 0;
        width: 100%;
        background-color: #337ab7;
        color: white;
        font-size: 0.8em;
    }

#detailSearchUl li.active a {
    background-color: #337ab7;
    color: white;
}

    #detailSearchUl li.active a p {
        color: #337ab7;
        background-color: white;
    }

/*<!-- AnNT-2016/08/24-A-Add Div loading for Search function -->*/
.container-loading {
    background: #a3a3a3;
    opacity: 0.5;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 200%;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 30% auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*<!-- #AnNT-2016/08/24-A-Add Div loading for Search function -->*/
/*
    login
*/
@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    /*font-family: roboto;
	font-size:small;*/
}

.loginmodal-container h1 {
    text-align: center;
    /*font-size: 1.8em;*/
    /*font-family: roboto;*/
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
    height: 32px;
    font-size: small;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: Meiryo,'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 13px 0px;
    font-family: Meiryo,roboto;
    font-size: small;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    /*font-size: 12px;*/
}

/*<!-- NgoanTT-2016/09/7-Add CSS for login page -->*/
#login_container{
	max-width:460px;
	margin-top: 10px;
}
#login_container h4{
	text-align:center;
}
.table-login{
	width:100%;
	padding: 0px;
	height:85px;
}
.login-tr{
	height:50%;
}
.login-tr label{
	padding-top:10px;
}
.login-td{
	float:right;
	width:70%;
}
.login-td-confirmmail{
	width:63%;
}
.checkbox_title{
	padding-left:0px !important;
} 
.checkbox input[type=checkbox]{
	margin-left: -25px;
}
@media screen and (max-width: 768px) and (min-width: 500px){
	.checkbox input[type=checkbox]{
		margin-left:0px;
	}
	.checkbox_title{
		padding-left:20px !important;
	}
}
@media screen and (max-width: 500px) {
	.table-login{
		width:100%;
		padding: 0px;
		height:150px;
	}
	.login-td{
		width:100%;
		float:left;
	}
	.login-td input[type=text],.login-td input[type=password] {
		width:100% !important;
		margin-top:2px;
	}

	.checkbox_item {
		margin-left: 1px !important;
	}
	.checkbox{
		margin-left:inherit;
	}
	.checkbox_title{
		padding-left:20px !important;
	} 
}
.checkbox{
	margin-left:inherit;
}

.noted
{
    text-decoration:underline;
}
/*login page*/
.imgLogo {
    float: right;
    margin-top: 6px;
}
.navbar-brand {
    font-size: 2em;
    padding: 0.1px;
    line-height: 2em;
    color: #3498db !important;
    font-weight: bold;
	margin-bottom: 10px;
}
#footer {
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 70px;
    padding: 0;
    margin: 0;
    border-top: 1px solid #3d566e;
    padding-top: 10px;
	width: 100%;
	text-align: center;
    background-color: white;
}
#detail{
	height: auto;
    min-height: 508px;
	/*background-color: #d9edf7;*/
}
@media screen and (max-width: 500px){
	.imgLogo {
		width: 166px;
	}
}
@media screen and (max-width: 320px){
	.imgLogo {
		width: 140px;
	}
}