/*
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.
*/
body {
  color: #262626;
}

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-block;
}

.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;
}

table.dataTable.table-condensed > thead > tr > th, table.dataTable.table-condensed > tbody > tr > td, table.dataTable.table-condensed > tfoot > tr > th {
	font-size: 14px;
    padding: 3px;
    font-family: Roboto Condensed;
}

.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 {
    margin-top: 3px;
}
/*
.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;
}


.panel_group_id_1, .panel_group_id_2, .panel_group_id_3 {
    margin-bottom: 10px;
}
.panel_group_id_1 .panel-title a, .panel_group_id_2 .panel-title a, .panel_group_id_3 .panel-title a {
    color: #000;
    text-decoration: none;
}
.panel_group_id_1 .panel-title a, .panel_group_id_1 .panel-title a.active {
    background: #c0edff;
}
.panel_group_id_2 .panel-title a, .panel_group_id_2 .panel-title a.active {
    background: #9ecc5e;
}
.panel_group_id_3 .panel-title a, .panel_group_id_3 .panel-title a.active {
    background: #fdbd98;
}

ul.list li:before {
    top: 5px;
}
ul.list.angle-double-right li:before {
    top: 3px;
}

ul.list_circle {
    list-style: circle;
}
ul.list ul.list_circle li:before {
    content: none;
}
ul.list ul.list_circle li {
    padding-left: 5px;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image:  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><text x='0' y='14' font-size='16' fill='%23454545'>▼</text></svg>");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;

    padding-right: 2rem; /* space for the arrow */
}