/* Timway cust. style */

.mainlogoblock{
	text-align: center;
	padding-bottom: 30px;
}

.mainlogo{

}

#login h2{
	text-align: center;
	font-size: 16px;
}

.navbar-header{
	margin-top: 20px;
}

#navbar{
	margin-top: 40px;
	margin-bottom: 20px;
}
.navbar-btn.btn-sm{
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-nav>li>a{	
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-nav{
	float: none;
	margin: 0 auto;
    width: fit-content;
}


@media (min-width: 768px){
	.navbar-right {
	    float: right !important;
	    margin-right: -15px !important
	}
	.navbar-nav>li {
	    float: left;
	}	
}

#main_menu .btn-primary{
	width: 120px;
}

#main_menu .table>tbody>tr>td{
	vertical-align: middle;
}

/* list virtual page, the last 3 td (Active, edit, del) */
.page-list-virtual tr td:nth-last-child(-n+3){
	width: 20px;
width: 100px;
}

a[href*='output']{
	display: none;
}



/* For password meter */
.error_msg {
    color: #d9534f;
}

/* For password stregnht */

#complexity{
	font-weight: bold;
}

#complexity.veryweak
{
	color: #ef0000;
	color: #d9534f;
}
#complexity.weak
{
	color: #DF2500;
	color: #d9534f;
}
#complexity.fair
{
	color: #DFA200;
	color: #f0ad4e;
}
#complexity.good
{
	color: #9DAF00;
	color: #5cb85c;
}
#complexity.strong
{
	color: #09AF00;
	color: #5cb85c;
}

form[name='edit_mailbox'] tr td:first-child{
	min-width: 120px;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	white-space: nowrap;
}


