/*
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;
}
.text-red {
	color: #ff0000;
}

.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;
}
.table-auto-width>tbody>tr>td {
    vertical-align: middle;
}

.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;
}
.input_width_90_percent {
	width: 90%;
}

.ui-autocomplete .ui-state-focus {
    border: 1px solid #003eff;
    background: #007fff;
	color: #ffffff;
}

.btn-icon {
	padding: 6px 16px;
}

.image_list img {
    padding-right: 20px;
    padding-bottom: 20px;
}

.select2-search__field {
	font-family: Arial, fontawesome;
}

/*
.nav-pills li a:hover, .nav-pills li.active > a, .nav-pills li.active > a:hover, .nav-pills li.active > a:focus {
	background: #d3d3d3;
	color: #777777;
}
*/
.nav-pills li a:hover, .nav-pills li.active > a, .nav-pills li.active > a:hover, .nav-pills li.active > a:focus {
	background: #337ab7;
	color: #ffffff;
}

.nav-pills li a {
	background: #d3d3d3;
	color: #3e3e3e;
}

.table-full-bg>tbody>tr>td {
	font-size: 12px;
	background-color: #dff0d8;
	border: 1px solid #fff;
}

.table-full-bg>tbody>tr>td.background-red {
	background-color: #ff0000;
	color: #fff;
}
.table-full-bg>tbody>tr>td.background-yellow {
	background-color: #ffff00;
}
.table-full-bg>tbody>tr>td.background-green {
	background-color: #00b050;
	color: #fff;
}
.table-full-bg>tbody>tr>td.background-blue {
	background-color: #0070c0;
	color: #fff;
}

.font-italic {
    font-style: italic!important;
}