/**
 * Bootstrap override css.
 */

 td, th {
 	padding: none !important;
 }

/** BOOTSTRAP CUSTOMS **/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-
.col-lg-1-5 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-1-5 {
	float: left;
	width: 20%;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		float: left;
		width: 20%;
	}				
}
@media (min-width: 992px) {
	.col-md-1-5 {
		float: left;
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	.col-lg-1-5 {
		float: left;
		width: 20%;
	}
}

/** BOOTSTRAP OVERRIDES **/
.navbar-static-top {
	z-index: 999;
}

.navbar-default {
	border: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.media-left {
		display: block;
		padding-right: 0;
	}

	.media-body {
		width: auto;
	}
}

.nav-tabs.nav-justified > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom-color: #EBEBEB;
	border-top: 5px solid transparent;
	color: #555555;
	margin-bottom: 0;
	outline: none;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	background-color: #EBEBEB;
	border-left-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-top: 5px solid #0D4273;
	color: #0D4273;
}

.nav-tabs.nav-justified > .active > a:after {
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #EBEBEB;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: 100%;
}

.tab-content > .tab-pane {
	padding-top: 20px;
}

.panel-title > .accordion-toggle {
	color: #0D4273;
	display: block;
	outline: none;
}

.panel-title > .accordion-toggle.collapsed {
	color: #333333;
}

.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.panel-group .panel + .panel {
	margin-top: 10px;
}

.panel-group .panel-heading,
.panel-group .panel-collapse .panel-body {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media (min-width: 768px) {
	.panel-group .panel-heading,
	.panel-group .panel-collapse .panel-body {
		padding: 20px 40px;
	}
}

.accordion-toggle .indicator {
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (max-width: 320px) {
	.accordion-toggle .indicator {
		display: none;
	}
}

.accordion-toggle .indicator.on {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

/** BOOTSTRAP GRID TO LIST **/
.views-modes {
	float: right;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.views-modes {
		display: none;
	}
}

.views-bootstrap-grid-plugin-style > .row > .col {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.views-bootstrap-grid-plugin-style > .row > .col.list-group-item {
	border: 0;
	border-bottom: 1px solid #E0E0E0;
	clear: both;
    float: none;
	margin-bottom: 20px;
    width: 100%;
}

.views-bootstrap-grid-plugin-style > .row > .col.list-group-item:before,
.views-bootstrap-grid-plugin-style > .row > .col.list-group-item:after {
    display: table;
    content: " ";
}

.views-bootstrap-grid-plugin-style > .row > .col.list-group-item:after {
	clear: both;
}



@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

img.img-responsive {
	margin: auto;
}

@media (max-width: 768px) {	
	img.img-responsive {
		height: auto !important;
	}
}