/* List page common */

.section-alt {
	background-color: #f5f5f5;
}

.pagination-nomargin {
	margin-bottom: 0;
}

.list-results {
	padding-top: 0;
}

.ilf {
	width: 20px;
}

.ilf-petrol {
	color: #196119 !important;
}

.ilf-diesel {
	color: #000 !important;
}

.ilf-electric {
	color: #A20106 !important;
}

.ilf-hybrid {
	color: #9ECA9E !important;
}

.ilf-other {
	color: #005662 !important;
}

.tabs {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	font-family: 'Roboto Condensed';
}

.input_label {
	font-size: 13px;
	max-width: 100%;
	color: #666666;
	margin-left: 2px;
}

.searchbox {
	border: none;
	border-radius: 4px;
	font-size: 13px;
	padding: .375rem .75rem;
	width: 75%;
 }
 
.searchsubmit {
	border: none;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 14%;
	border-radius: 4px;
	margin-left: -4px;
	font-size: 13px;
}
.searchclear {
	border: none;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 7%;
	border-radius: 0px;
	margin-left: -4px;
	font-size: 13px;
	background-color: #E8E8E8;
	color: #E99699;
}

.list_tabs_container {
	width: 100%;
	background-color: #f2f2f2;
}
 
.list_tabs {
	float: left;
	line-height: 1.5;
	color: #666;
	background: #f2f2f2;
	position: relative;
	display: block;
	padding: 0.7rem 1.5rem;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.8rem;
	font-weight: 400;
	transition: all .3s ease;
}

.list_control {
	height: auto;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.list_tabs_sv {
	background-color: #005662;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.list_tabs_ai {
	background-color: #666666;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.list_tabs_bv {
	background-color: #A20106;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.list_tabs_so {
	background-color: #FDD047;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.list_tabs_bo {
	background-color: #196119;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.list_tabs_fp {
	background-color: #E99699;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.list_tabs_ee {
	background-color: #B88900;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.input_postcode {
	color: #005662;
}

.input_postcode:hover {
	text-decoration: underline;
	cursor: pointer;
}

#input_postcode {
	border-radius: 4px;
	font-size: 13px;
	padding: .375rem .75rem;
	border: 1px solid #999999;
}

.reset_btn {
	border: 1px solid #A20106;
	border-radius: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	width: 100%;
	color: #A20106;
}

.reset_btn:hover {
	background-color: #A20106;
	color: #fff;
}

.pc_btn {
	border: 1px solid #4687C4;
	border-radius: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	width: 100%;
	color: #4687C4;
	background-color: #f7f7f7;
}

.pc_btn:hover {
	background-color: #4687C4;
	color: #fff;
}

.d_label {
	text-align: left;
	width: 38%;
	float: left;
}

.pc_label {
	text-align: right;
	width: 62%;
	float: left;
	padding-right: 2px;
}

.list_extra2 {
	font-family: 'Roboto condensed';
	font-size: 1.6rem;
	font-weight: bold;
}

.pagination_text {
	text-align: center;
	font-size: 1.2rem;
	color: #434343;
}

.pagenos_layout {
	padding-right: 0;
	padding-left: 0;
	padding-top: 2.4rem; 
	width: 100%;
}

.count_layout {
	padding-left: 0;
	padding-top: 1.8rem;
}

.pagination_layout {
	padding-right: 0;
	padding-top: 2rem;
}

.list_postcode_using {
	font-size: 12px;
}

.list_pagination {
	float: right;
}

.pagination_align {
	float: right;
	margin-right: 14px;
}

.filter_btn_outer {
	cursor: pointer;
	float: left;
	text-align: right;
	color: #E8E8E8;
	width: 50%;
	font-size: 18px;
}

.filter_btn {
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	padding: 5px;
	width: 61%;
	float: right;
	text-align: center;
}

.badge-all {
	color: #fff;
	cursor: pointer;
	padding-top: .3rem;
	padding-bottom: .3rem;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 4px;
}

.badge-all-info {
	background-color: #CCCCCC !important;
	color: #fff;
	cursor: default;
	padding-top: .3rem;
	padding-bottom: .3rem;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 4px;
}

.badge-all-save {
	border: 1px solid #000;
	padding-top: .2rem;
	padding-bottom: .2rem;
	background-color: #fff !important;
	color: #000;
}

.badge-alert {
	color: #fff;
	cursor: pointer;
	padding-top: .3rem;
	padding-bottom: .3rem;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 4px;
	background-color: #5CB0B7;
}

.badge-cross:hover > i {
	color: #A20106;
}

.badge-all-save:hover > i {
	color: #196119;
}

.row_filter {
	margin-top: -1px;
}

/*  LIST CSS */

.vehicle_list {
	border-bottom: 1px solid #666666;
}

.vehicle_list:nth-child(odd) {
	background-color: #CCCCCC;
}

.vehicle_list:nth-child(even) {
	background-color: #FFF;
}

.list-fa {
	color: #5CB0B7;
}

.list-fa_2 {
	color: rgba(201,1,7,0.5);
}

.list-fa_bundle {
	color: rgba(204,0,0,0.4);
}

.list-fa_fixed {
	color: rgba(232,16,145,0.5);
}

.list-fa_s_other {
	color: rgba(255,192,35,0.7);
}

.list-fa_b_other {
	color: rgba(72,170,72,0.50);
}

.list-fa_7 {
	color: rgba(214,179,99,0.60)
}

.list_title {
	width: 100%;
	/*height: 63px;*/
	overflow: hidden;
}

.list_title a {
	color: #000;
}

.list_border {
	padding-left: 0;
	border-left: 8px solid rgba(43,71,147,0.4);
}

.list_border_2 {
	padding-left: 0px;
	border-left: 8px solid rgba(43,71,147,0.4);
	padding-right: 5px;
}

.list_border_bundle {
	padding-left: 0;
	border-left: 8px solid rgba(204,0,0,0.4);
	padding-right: 5px;
}

.list_border_fixed {
	padding-left: 0;
	border-left: 8px solid rgba(232,16,145,0.4);
	padding-right: 5px;
}

.list_border_s_other {
	padding-left: 0px;
	border-left: 8px solid rgba(255,194,93,0.6);
	padding-right: 5px;
}

.list_border_b_other {
	padding-left: 0px;
	border-left: 8px solid rgba(0,136,0,0.5);
	padding-right: 5px;
}

.list_border_7 {
	padding-left: 0px;
	border-left: 8px solid rgba(214,179,99,0.80);
	padding-right: 5px;
}


.bundle_count_text {
	color: #C90107;
	padding: 2px 5px;
	margin-top: 5px;
	text-align: center;
	font-family: 'Roboto condensed';
	font-size: 18px;
	font-weight: bold;
	width: 50%;
	float: left;
}

.b_other_count_text {
	color: #238723;
	padding: 2px 5px;
	margin-top: 5px;
	text-align: center;
	font-family: 'Roboto condensed';
	font-size: 18px;
	font-weight: bold;
	width: 50%;
	float: left;
}

.bundle_title_text {
	color: #C90107;
	font-size: 18px;
}

.b_other_title_text {
	color: #238723;
	font-size: 18px;
}

.won-seller-text {
	max-width: 140px;
	text-align: right;
}

/*.bundle_refno_text {
	margin-top: 5px;
	padding: 2px 5px;
	font-family: 'Roboto condensed';
	font-size: 18px;
	font-weight: bold;
	width: 50%;
	float: left;
	color: #C90107;
}*/

.bundle_refno_text {
	margin-top: 4px;
	padding: 2px 5px;
	width: 50%;
	float: left;
	font-size: 13px;
	color: #222222;
	text-align: right;
}

.featured_icon {
	color: #FFBF00;
	opacity: 0.8;
	font-size: 22px;
}

.video_icon {
	color: #A20106;
	opacity: 0.8;
	font-size: 22px;
}

.image_icon {
	color: #666666;
	opacity: 0.8;
	font-size: 22px;
}

.icon_column {
	width: 20%;
	float: left;
	text-align: center;
}

.icon_column_2 {
	width: 18%;
	float: right;
	text-align: right;
}

.left_icons {
	margin-top: 10px;
}

.img_overlay_div {
	width: 90%;
}

.img_overlay_div_2 {
	position: relative;
	width: 78%;
	float: left;
}

.img-bottom {
	top: 79%;
	position: absolute;
	width: 100px;
}

.img_overlay {
	position: absolute;
	left: 30px;
	bottom: 5px;
}

.img_overlay2 {
	position: absolute;
	left: 63px;
	bottom: 3px;
}

.img_overlay3 {
	position: absolute;
	left: 99px;
	bottom: 3px;
}

.list_price {
	font-size: 21px;
	font-weight: bold;
	color: #434343;
}

.list_price_2 {
	font-size: 38px;
	font-weight: 400;
	color: #C90107;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'Poppins', sans-serif; */
	line-height: 32px;
}

.list_price_3 {
	font-size: 38px;
	font-weight: 400;
	color: #C90107;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'Poppins', sans-serif; */
	line-height: 32px;
}

.list_price_fixed {
	font-size: 38px;
	font-weight: 400;
	color: #E99699;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'Poppins', sans-serif; */
	line-height: 32px;
}

.list_price_s_other {
	font-size: 38px;
	font-weight: 400;
	color: #FFBF00;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'Poppins', sans-serif; */
	line-height: 32px;
}

.list_price_b_other {
	font-size: 38px;
	font-weight: 400;
	color: #238723;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'Poppins', sans-serif; */
	line-height: 32px;
}

.list_price_7 {
	font-size: 38px;
	font-weight: 400;
	color: #B88900;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 32px;
}

.vat_indicator {
	font-size: 11px;
	color: #00838F;
	text-align: center;
	float: right;
	margin-top: -5px;
}

.vat_indicator_3 {
	font-size: 11px;
	color: #C90107;
	text-align: center;
	float: right;
	margin-top: -5px;
}

.vat_indicator_fixed {
	font-size: 11px;
	color: #E99699;
	text-align: center;
	float: right;
	margin-top: -5px;
}

.vat_indicator_s_other {
	font-size: 11px;
	color: #FFBF00;
	text-align: center;
	float: right;
	margin-top: -5px;
}

.vat_indicator_b_other {
	font-size: 11px;
	color: #238723;
	text-align: center;
	float: right;
	margin-top: -5px;
}

.price_info {
	height: 63px;
	width: 100%;
	text-align: right;
}

.price_from {
	font-size: 9px;
	top: -1.1rem;
	position: relative;
	line-height: 0;
	vertical-align: baseline;
}

.list_date {
	font-size: 15px;
	font-weight: normal;
	color: #434343;
}

.list_time {
	font-size: 21px;
	font-weight: bold;
	color: #A20106;
}

.list_time_2 {
	font-size: 22px;
	font-weight: bold;
	color: #A20106;
}

.countdown_box {
	width: 40px;
	height: 45px;
	border: 1px solid #CCCCCC;
	border-right: 0;
	float: left;
	text-align: center;
	padding-top: 2px;
}

.countdown_box_last {
	width: 40px;
	height: 45px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	padding-top: 2px;
}

.countdown_inner_box {
	display: inline-block;
	text-align: center;
	width: 21%;
}

.countdown_delimeter {
	display: inline-block;
	width: 1px;
	background-color: #CCCCCC;
	height: 35px;
	padding-top: 2px;
}

.countdown_label {
	font-size: 10px;
	color: #999999;
	display: block;
	height: 10px;
	width: 100%;
	margin-bottom: 4px;
}

.countdown_time {
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	font-size: 17px;
	height: 25px;
	width: 100%;
}

.countdown2 {
	width: 160px;
	height: 44px;
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%);
	float: right;
}

.closing_date {
	font-size: 12px;
	color: #666666;
	padding-right: 4px;
}

.countdown_fixed {
	width: 160px;
	height: 44px;
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%);
	float: right;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 6px;
}

.details_padding {
	padding-left: 75px;
	margin-top: 25px;
}

.details_padding_2 {
	text-align: right;
	padding-right: 0;
}

.details_padding_3 {
	text-align: right;
	padding-right: 0;
	padding-left: 0;
}

.table-xs td {
	padding: .2rem;
	border: none;
}

.table-bundle {
	width: 95%;
	margin-bottom: 0.5rem;
}

.table-bundle td {
	padding: .2rem;
	border-top: 1px dotted #CCCCCC;
}

.table-xs-default td {
	padding: .2rem;
	border: none;
	vertical-align: middle;
}

.featured_overlay {
	color: #FFBF00;
	opacity: 0.8;
	font-size: 22px;
}

.video_overlay {
	color: #A20106;
	opacity: 0.8;
	font-size: 22px;
}

.image_overlay {
	color: #666666;
	opacity: 0.8;
	font-size: 22px;
}

.img_overlay_div {
	position: relative;
}

.img-bottom {
	top: 79%;
    position: absolute;
	width: 100px;
}

.img_overlay {
	position: absolute;
	left: 30px;
	bottom: 5px;
}

.img_overlay2 {
	position: absolute;
	left: 63px;
	bottom: 3px;
}

.img_overlay3 {
	position: absolute;
	left: 99px;
	bottom: 3px;
}

.icon_td {
	width: 35%;
	/*text-align: center;*/
	font-size: 13px;
	color: #999999;
}

.label_td {
	width: 65%;
	font-size: 13px;
	color: #222222;
	text-align: right;
	font-weight: 600;
}

.icon_td_b {
	width: 60%;
	text-align: center;
	font-size: 15px;
}

.label_td_b {
	width: 40%;
	font-size: 13px;
	color: #222222;
}

.seller_icon {
	filter: grayscale(100%);
	opacity: 0.7;
}

.vehicle_list:hover .seller_icon {
	filter: grayscale(0%);
	opacity: 1;
}

.vehicle_list:hover .list-fa_2 {
	color: #C90107;
}

.vehicle_list:hover .list-fa_bundle {
	color: #C90107;
}

.vehicle_list:hover .list-fa_fixed {
	color: #E99699;
}

.vehicle_list:hover .list-fa_s_other {
	color: #FFBF00;
}

.vehicle_list:hover .list-fa_b_other {
	color: #238723;
}

.vehicle_list:hover .list-fa_7 {
	color: #B88900;
}

.list-group-item {
	padding: .45rem 1.25rem;
	font-size: 13px;
	background-color: inherit;
	border-color: #CCCCCC;
}

.list-group-item-bundle {
	font-size: 10px;
	/*border-style: dotted;*/
}

.list-group-text-item-bundle {
	/*font-size: 11px;*/
}

.watch_label {
	font-size: 12px;
	color: #666666;
	padding-right: 10px;
	text-align: right;
}

/* new featured layout */

.box {
  position: relative;
  border: 1px solid #666666;
  /*background: #EEE;*/
  background: #fff;
}

.spec-data-list {
	color:#238723;
}


.spec-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 150px;
  height: 150px;
  text-align: right;
}
.spec-ribbon span {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 12px;
  padding-top: 14px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 70px;
  height: 42px;
  display: block;
  background: #196119;
  background: linear-gradient(#60A860 0%, #196119 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: -10px;
  left: -24px;
}
.icon-l45 {
	transform: rotate(+45deg);
 	-webkit-transform: rotate(+45deg);
}
.spec-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #238723;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #238723;
}
.spec-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
 border-left: 3px solid transparent;
  border-right: 3px solid #238723;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #238723;
}


.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 5;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: center;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #238723;
  background: linear-gradient(#FDD047 0%, #B88900 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #FDD047;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FDD047;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #FDD047;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FDD047;
}

/* replicating for video */

.ribbon-wrapper {
position: absolute;
z-index:998;
bottom: 5px;
right: -21px;
}
.ribbon-front {
background-color: rgba(0,123,255,0.7);
height: 25px;
width: 90px;
position: relative;
left:-11px;
z-index: 2; 
color:#fff;
text-align: right;
text-shadow: 0px 1px 2px #B85300;
padding-right: 20px;
padding-top: 4px;
padding-left: 15px;
font-size: 12px;
}

.ribbon-front,
.ribbon-back-left,
.ribbon-back-right
{
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
position: absolute;
z-index: 1;
border-style:solid;
height:0px;
width:0px;
}

.ribbon-edge-topleft,
.ribbon-edge-topright {
}

.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
top: 25px;
}

.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
left: -11px;
border-color: transparent rgb(26, 94, 167) transparent transparent;
}

.ribbon-edge-topleft {
top: -5px;
border-width: 5px 10px 0 0;
}
.ribbon-edge-bottomleft {
border-width: 0 10px 0px 0;
}

.ribbon-edge-topright,
.ribbon-edge-bottomright {
left: 69px;
border-color: transparent transparent transparent rgb(26, 94, 167);
}

.ribbon-edge-topright {
top: 0px;
border-width: 0px 0 0 10px;
}
.ribbon-edge-bottomright {
border-width: 0 0 5px 10px;
}

/* ribbon for 360 */
.ribbon-wrapper2 {
position: absolute;
z-index:998;
bottom: 35px;
right: -21px;
}
.ribbon-front2 {
background-color: rgba(50,134,54,0.7);
height: 25px;
width: 90px;
position: relative;
left: -11px;
z-index: 2;
color: #fff; 
text-align: right;
text-shadow: 0px 1px 2px #434343;
padding-right: 20px;
padding-top: 4px;
padding-left: 20px;
font-size: 12px;
}

.ribbon-front2,
.ribbon-back-left2,
.ribbon-back-right2
{
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

.ribbon-edge-topleft2,
.ribbon-edge-topright2,
.ribbon-edge-bottomleft2,
.ribbon-edge-bottomright2 {
position: absolute;
z-index: 1;
border-style:solid;
height:0px;
width:0px;
}

.ribbon-edge-topleft2,
.ribbon-edge-topright2 {
}

.ribbon-edge-bottomleft2,
.ribbon-edge-bottomright2 {
top: 25px;
}

.ribbon-edge-topleft2,
.ribbon-edge-bottomleft2 {
left: -10px;
border-color: transparent #434343 transparent transparent;
}

.ribbon-edge-topleft2 {
top: -5px;
border-width: 5px 10px 0 0;
}
.ribbon-edge-bottomleft2 {
border-width: 0 10px 0px 0;
}

.ribbon-edge-topright2,
.ribbon-edge-bottomright2 {
left: 69px;
border-color: transparent transparent transparent #434343;
}

.ribbon-edge-topright2 {
top: 0px;
border-width: 0px 0 0 10px;
}
.ribbon-edge-bottomright2 {
border-width: 0 0 5px 10px;
}

@media (max-width: 1200px) {
	.tabs_text {
		display: none;
	}
	
	.list_tabs {
		min-width: 10%;
		text-align: center;
		padding: 7px 30px;
	}

	.input_postcode {
		margin-left: 5%;
	}
	
	.details_padding {
		padding-left: 35px;
	}
	
	.details_padding {
		margin-top: 20px;
		padding-left: 20px;
	}
	
	.countdown2 {
		width: 140px;
		height: 44px;
	}
	
	.countdown_box {
		width: 35px;
	}

	.countdown_box_last {
		width: 35px;
	}
	
	.icon_md {
		width: 43%;
	}
	
	.label_md {
		width: 57%;
	}
}

@media (max-width: 991px) {
	.badge-all {
		padding: .5rem .7rem;
	}
	
	.badge-alert {
		padding: .5rem .7rem;
	}
	
	.pagination_text {
		text-align: left;
	}
	
	.img_overlay_div {
		width: 100%;
	}
	
	.icon_td_b {
		width: 40%;
	}
	
	.bundle_refno_text {
		text-align: left;
	}
	
	.details_padding_2 {
		padding-right: 15px;
		text-align: left;
	}
	
	.countdown2 {
		width: 160px;
		height: 44px;
	}
	
	.countdown_box {
		width: 40px;
	}

	.countdown_box_last {
		width: 40px;
	}
	
	.box {
	  border: medium none;
	}
	
	.details_padding_3 {
		padding-right: 15px;
	}
	
	.watch_border {
		padding-left: 0px;
		border-left: 8px solid rgba(43,71,147,0.4);
		padding-right: 5px;
	}
	
	.bottom_table_border {
		border-bottom: 1px solid #CCCCCC !important;
	}
	
	.list-group-flush:last-child .list-group-item:last-child {
		border-bottom: 1px solid #CCCCCC;
	}
	
	.icon_md {
		width: 35%;
	}
	
	.label_md {
		width: 65%;
	}
}

@media (max-width: 768px) {
	.list_pagination {
		float: left;
		text-align: center;
	}
	
	.list_extra2 {
		text-align: center;
	}
	
	.pagenos_layout {
		padding-top: 1rem;
	}
	
	.count_layout {
		padding-left: 0;
		padding-top: 1rem;
	}

	.pagination_layout {
		padding-right: 0;
		padding-left: 0;
		padding-top: 1rem;
	}
	
	.pagination_align {
		float: right;
		text-align: center;
		margin-right: 5px;
	}
	
	.pagination_text { 
		text-align: left;
		margin-left: 5px;
	}

	.badge-alert {
		padding: .5rem .7rem;
	}
	
	.pagination-sm .page-link {
		font-size: .780rem;
	}
	
	.ribbon-wrapper {
		right: 0px;
	}
	
	.ribbon-edge-bottomright {
		display: none;
	}
	
	.ribbon-wrapper2 {
		right: 0px;
	}
	
	.ribbon-edge-bottomright2 {
		display: none;
	}
	
	.watch_border {
		border-left: none;
	}
	
	.top_table_border {
		border-bottom: 1px solid #CCCCCC !important;
	}
	
	.list_tabs {
		padding: 7px 20px;
	}
}

@media (max-width: 767px) {
	.filter_box {
		display: none;
	}
	
	.filter_button {
		display: flex;
	}
	
	.filter_button_open {
		display: none;
	}
	
	.top_table_border {
		border-bottom: 1px solid #CCCCCC !important;
	}
}

@media (max-width: 550px) {
	.list_tabs {
		padding: 7px 18px;
	}
}

@media (max-width: 500px) {
	.list_tabs {
		padding: 7px 16px;
	}
}

@media (max-width: 470px) {
	.list_tabs {
		padding: 7px 15px;
	}
}

@media (max-width: 440px) {
	.list_tabs {
		padding: 7px 13px;
	}
}

@media (max-width: 420px) {
	.list_tabs {
		padding: 7px 12px;
	}
}

@media (max-width: 400px) {
	.list_tabs {
		padding: 7px 11.5px;
	}
}

@media (max-width: 375px) {
	.list_tabs {
		padding: 7px 11px;
	}
}

/*@media (max-width: 390px) {*/
/*	.list_tabs {*/
/*		padding: 7px 12px;*/
/*	}*/
/*}*/

.ildtt_001 {
	color: #00838F !important;
}
.ildtt_002 {
	color: #C90107 !important;
}
.ildtt_003 {
	color: #FFBF00 !important;
}
.ildtt_004 {
	color: #238723 !important;
}
.ildtt_005 {
	color: #E99699 !important;
}
.ildtt_006 {
	color: #B88900 !important;
}