/*
This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.
*/

a.link_green {
	color: Green;
	text-decoration: underline;
}
a.link_green:hover {
	color: #339966;
	text-decoration: none;
}

a.link_red {
	color: Red;
	text-decoration: underline;
}
a.link_red:hover {
	color: #d70000;
	text-decoration: none;
}

.text-blue {
	color: #00b0f0;
}

.checkbox input[type=checkbox], input[type=checkbox], input[type=radio] {
	width: 16px;
	height: 16px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.checkbox label, .radio label {
	padding-left: 10px;
}

.form-horizontal .text-left {
	text-align: left;
}

@media (min-width: 768px){
	.form-inline .form-control.input_normal {
		min-width: 300px;
	}
}

.table-auto-width, .input-auto-width {
   width: auto !important;
}

.display_inline {
	display: inline;
}

.bg-error {
    background-color: #a94442 !important;
}

@media screen and (max-width: 767px){
	.table-responsive>.table>tbody>tr>td {
		white-space: normal;
	}
}

.table-condensed tr td{
	font-size: 14px;
}

.input_number {
	text-align: right;
	width: 70px;
}
.input_small_width {
	width: 70px;
}
.input_medium_width {
	width: 100px;
}
.input_date_width {
	width: 120px;
}

.ui-autocomplete .ui-state-focus {
    border: 1px solid #003eff;
    background: #007fff;
	color: #ffffff;
}

.btn-icon {
	padding: 6px 16px;
}

.label_link {
    cursor: pointer;
    margin-bottom: 0px;
}

.vertical-middle td, .vertical-middle th, td.vertical-middle, th.vertical-middle {
    vertical-align: middle !important;
}