.logo-name {
	font-size: 32px !important;
	letter-spacing: -2px !important;
	font-weight:500;
	color:#1ab394 !important;
	margin-bottom:10px;
}

.ibox-title {
	color: #1ab394 !important;
	text-transform:uppercase !important;
}

.nav.navbar-top-links a {
	font-size:13px;
}

select { line-height: 31px !important; height: auto !important; }
.select2 {
	height: auto !important;
	width: 100% !important;
}
.select2-selection__rendered { line-height: 34px !important; border-radius:0; }
.select2-container .select2-selection--single { height: 35px !important; border-radius:0; }

.table th { 
	text-align:center; 
	font-weight:500;
	font-size:11px;
	line-height:16px !important;
	vertical-align:bottom !important;
	padding:4px !important;
}
.table td { vertical-align:middle !important; }
.table td.url { word-wrap:break-word; word-break:break-all; }
.table .bg-select { background-color: #e6e6e6 !important; font-weight:600; }

.table-responsive .td50 { min-width:50px !important;}
.table-responsive .td100 { min-width:100px !important;}
.table-responsive .td125 { min-width:125px !important;}
.table-responsive .td150 { min-width:150px !important;}
.table-responsive .td200 { min-width:200px !important;}
.table-responsive .td250 { min-width:250px !important;}
.table-responsive .td300 { min-width:300px !important;}
.table-responsive .td400 { min-width:400px !important;}
.table-responsive .td500 { min-width:500px !important;}

.tabs-container .label {
	font-size: 10px;
}

.img-thumb {
	margin: 3px auto;
	max-width:100px;
	max-height:100px;
}

.table td.align-top { vertical-align:top !important; }

.fs-10 { font-size:10px !important;}
.fs-11 { font-size:11px !important;}
.fs-12 { font-size:12px !important;}
.fs-13 { font-size:13px !important;}
.fs-14 { font-size:14px !important;}

.text-nowrap { white-space: nowrap !important; }
.text-center { text-align: center !important; }

.text-primary { color:#1ab394 !important; }

.alert-primary { 
	background-color: #1ab394 !important;
	color:#fff;
	border:1px solid #1ab394;
}

.alert-danger {
	background-color: #ed5565 !important;
	color: #fff;
	border:1px solid #ed5565;
}

.alert-primary .alert-link, .alert-danger .alert-link {
	color:#fff;
	text-decoration:underline;
	font-weight:500;
}

.alert-primary .alert-link:hover, .alert-danger .alert-link:hover {
	color:#fff;
	text-decoration:none;
}

.hr-line-dashed {
	margin-top:10px;
}

@media (max-width: 768px) {
	.footer .text-left, .footer .text-right {
		text-align:center !important;
		margin:5px;
		
	}
}

.dropdown-menu {
	min-width:220px !important;
	left:0 !important;
}

.w-120 { min-width:120px !important; }
.h-400 { min-height:400px !important; }
.h-500 { min-height:500px !important; }

.table-responsive .container-fluid {
	padding:0 !important;
}

@media (max-width: 1200px) {
	.table-responsive td { min-width:180px !important; }
	.table-responsive .input-group { min-width:200px !important; }
}