.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/*------------------------------------------------------------------

[Typography Styles]

-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: 600;
}
h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr, h6 + hr {
	margin-top: -10px;
	margin-bottom: 2.5em;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
p {
	margin-bottom: 1.5em;
}
ul.list li {
	margin-bottom: .65em;
}
.title {
	padding-bottom: 5px;
	margin-bottom: 1em;
	border-bottom: 1px dotted #CCC;
}
.container {
	position: relative;
}
/* Buttons */
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #92b765;
	background-image: -moz-linear-gradient(top, #a0c277, #7da64b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0c277), to(#7da64b));
	background-image: -webkit-linear-gradient(top, #a0c277, #7da64b);
	background-image: -o-linear-gradient(top, #a0c277, #7da64b);
	background-image: linear-gradient(to bottom, #a0c277, #7da64b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0c277', endColorstr='#ff7da64b', GradientType=0);
	border-color: #7da64b #7da64b #567233;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #7da64b;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #7da64b;
	*background-color: #709543;
}
.btn-primary:active, .btn-primary.active {
	background-color: #63833b \9;
}
.btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #268ead;
	background-image: -moz-linear-gradient(top, #2ca1c5, #1f718a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2ca1c5), to(#1f718a));
	background-image: -webkit-linear-gradient(top, #2ca1c5, #1f718a);
	background-image: -o-linear-gradient(top, #2ca1c5, #1f718a);
	background-image: linear-gradient(to bottom, #2ca1c5, #1f718a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ca1c5', endColorstr='#ff1f718a', GradientType=0);
	border-color: #1f718a #1f718a #113e4c;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #1f718a;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
	color: #ffffff;
	background-color: #1f718a;
	*background-color: #1a6076;
}
.btn-secondary:active, .btn-secondary.active {
	background-color: #154f61 \9;
}
.btn-tertiary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #979797;
	background-image: -moz-linear-gradient(top, #a6a6a6, #828282);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6a6a6), to(#828282));
	background-image: -webkit-linear-gradient(top, #a6a6a6, #828282);
	background-image: -o-linear-gradient(top, #a6a6a6, #828282);
	background-image: linear-gradient(to bottom, #a6a6a6, #828282);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa6a6a6', endColorstr='#ff828282', GradientType=0);
	border-color: #828282 #828282 #5c5c5c;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #828282;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary.active, .btn-tertiary.disabled, .btn-tertiary[disabled] {
	color: #ffffff;
	background-color: #828282;
	*background-color: #757575;
}
.btn-tertiary:active, .btn-tertiary.active {
	background-color: #696969 \9;
}
/*body.login {
	color: #838383;
	background: url(../images/signin/login-bg-barc.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
.account-container_temp_1 {
	width: 530px;
	display: block;
	margin: 85px auto 0 auto;
	/*background: #f9f9f9;
	border: 1px solid #d5d5d5;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.account-container {
	width: 530px;
	display: block;
	margin: 85px auto 0 auto;
	/*background: #f9f9f9;
	border: 1px solid #d5d5d5;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.account-container h1 {
	margin-bottom: .4em;
	color: #263849;
	font-size: 30px;
}
.content {
	padding: 16px 28px 23px;
}
.login-fields .field {
	margin-bottom: 1.25em;
}
.login-fields label {
	display: none;
}
.login-fields input {
	font-size: 13px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 255px;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}
.login-fields .username-field {
	background: url(../images/signin/user.png) no-repeat;
}
.login-fields .password-field {
	background: url(../images/signin/password.png) no-repeat;
}
.login-actions {
	float: left;
	/*width: 100%;*/
	margin-top: -1em;
	margin-bottom: 1.25em;
}
.login-social {
	float: left;
	padding: 10px 0 15px;
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;
}
.login-social p {
	margin-bottom: 1em;
}
.login-extra {
	display: block;
	/*width: 300px;*/
	margin: 1.5em auto;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	text-shadow: 1px 1px 0px #fff;
}
span.login-checkbox {
	float: left;/*margin-top: 31px;*/
}
span.login-checkbox > input[type='checkbox'] {
	opacity: 0;
	float: left;
	width: 15px;
}
span.login-checkbox > input[type='checkbox'] + label {
	clear: none;
	height: 15px;
	display: block;
	padding: 0 0 0 22px;
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
	background: url(../images/signin/check.png) no-repeat 0 0;
	cursor: pointer;
}
span.login-checkbox > input[type='checkbox']:checked + label {
	background-position: 0 -15px;
}
.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	float: right;
	margin-top: 18px;
}
.register .login-social {
	margin-bottom: 1em;
}
.register .login-actions {
	margin-bottom: 0;
}
.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}
.register h1 {
	color: #444;
}
.register span.login-checkbox {
	position: relative;
	top: -6px;
	width: 200px;
}
.register span.login-checkbox > input[type="checkbox"] + label {
	position: relative;
	line-height: 1.3em;
}
/*------------------------------------------------------------------

Layout: Layout

------------------------------------------------------------------- */
/*body {
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
	background: #FFF;
}*/
html, body {
	/*height: 100%;*/
	overflow: auto; /** important to assure the backdrop to 100% height of the page **/
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px;
}
.push {
	height: 50px;
}
.stacked, .gallery-container li {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.stacked:after, .gallery-container li :after, .stacked:before, .gallery-container li :before {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	bottom: -3px;
	left: 3px;
	right: 3px;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #d3d3d3;
	border-top: 0;
}
.stacked:before, .gallery-container li :before {
	bottom: -5px;
	left: 6px;
	right: 6px;
}
.dc {
	border-left: 3px solid #CCCCCC;
	margin: 0 0 0;
	padding: 0 0 0 30px;
	width: 230px;
}
.t-container {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #D5D5D5;
	border-radius: 4px 4px 4px 4px;
	display: block;
	margin: 15px auto 0;
	width: 760px;
}
.span4 {
	width:370px;
}

/****************/
.notice-list {
	list-style-type: none;
	text-align: left;
	margin:5px;
}

.notice-list h3 {
	font: bold 15px/1.5 Helvetica, Verdana, sans-serif;
}

.notice-list li p {
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
}

.notice-list li {
	padding: 0 10px;
	overflow: auto;
}

.notice-list li:hover {
	background: #eee;
	cursor: pointer;
}

/** Added on 201605091205 **/
.text-login-title{
	margin-top: 40px;
}
.tvl-inline-header{
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
}
.tvl-inline-header:before,
.tvl-inline-header:after{
    background-color: #ccc;
    content: '';
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.tvl-inline-header:before{
    left: -1em;
    margin: 0 0 0 -50%;
}
.tvl-inline-header:after{
    left: 1em;
    margin: 0 -50% 0 0;
}
.tvl-inline-header .checkbox-switchery{
    display: inline-block;
}
.tvl-login img{
    max-width: 100%;
    height: auto;
}
.login-language-switcher{
    margin-top: 3px;
    margin-bottom: 3px;
}
.login-language-switcher .btn-default{
    background-color: #eee;
    border-color: #ccc;
    color: #999;
    font-weight: bold;
    box-shadow: inset 0 0 5px #ccc;
}
.login-language-switcher .btn-default:active,
.login-language-switcher .btn-default.active,
.login-language-switcher .open > .dropdown-toggle.btn-default{
    
    /* colorful */
    /*background-color: #00bcd4;*/
    /*border-color: #08a0b3;*/
	background-color: #f80000d1;
	border-color: rgba(255, 0, 0, 0.76);
    color: #fff;
    
    box-shadow: inset 0 0 0 transparent;
}
.btn-login-default{
	background-color: #f80000d1;
	border-color: rgba(255, 0, 0, 0.76);
}
.btn-login-default:hover,.btn-login-default:focus{
	background-color: rgba(248, 0, 0, 0.88);
	border-color: rgba(255, 0, 0, 0.76);
}
.tvl-login-panel-body{
    /*background-color: #f9f9f9;*/
}
.tvl-login-footer{
    position: relative;
    margin-top: 20px;
}
.tvl-login-footer a{
    color: #fff;
}
body{
	/* NOTE: image may hold copyright, please replace it with your image */
	background-image: url("../images/login-cover-letter-2.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
body:after{
    /*background-color: rgba(0,0,0,0.6);*/ /* backdrop **/
    background-color: rgba(32,57,49,0.9); /* backdrop **/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
}
.panel{
	border-radius: 5px;
	background: #fff url("../images/login-box-bg-2.jpg") no-repeat;
	background-size: cover;
}
.panel-body{
	padding: 40px 20px;
}

/** /Added on 201605091205 **/
