/* JourneyMan Web Development - Yisroel Goldstein - Gershon Goldstein */

body {
	/*overflow-y: scroll;*/
	/*max-width: 800px;*/
	/*margin: 0 auto;*/
}
body > img {
	max-width: 800px;
	margin: 20px auto;
	display: block
}
body > form {
	margin: 20px auto;
	width: 100%;
}
body > form > input[type=button] {
	display: inline-block;
	width: 19%;
	vertical-align: top;;
}
.fixed {
    position: fixed;
}
.ui-accordion .ui-accordion-icons {
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	right: .5em;
}
.ui-icon-triangle-1-e {
	background-position: -96px -16px;
}
/*div#accordion {
    width: 80%;
    display: inline-block;
}*/
#accordion .vol {
	overflow-y: scroll !important;
	max-height: 400px;
	margin-bottom: 0;
}
#accordion .vol h4{
	cursor: pointer;
	margin: 0;
}
#accordion b {
	margin-left: 10px;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#accordion [aria-expanded="true"] > b{
	display: inline-block;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#accordion h3 {
    margin: 0;
    cursor: pointer;
}

#accordion ul {
	padding-right: 0;
}
/*#accordion ul > li > input[type=checkbox]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}*/
#accordion ul > li > input[type=checkbox]:not([disabled]){
	cursor:pointer;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
form{
	position: relative;
}
.checkbox{
}
.vol li > label > p {
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 17px;
}
.named{
    color: grey;
    font-style: italic;
    margin-right: 0px;
}
.vol li > label > a {
	margin-right: 30px;
	display: inline-block;
	float: left;
	color: #792000;
}
.col-sm-fixed{
	position: absolute;
	bottom: 0px;
}
.btn-primary, .btn-primary:hover, .btn-primary:active{
    color: #fff;
    background-color: #7C2400 !important;
    border-color: #7C2400 !important;
}
.jumbotron{
	background-color: #F5EDE9;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #792000;
    border-color: #792000;
}
.modal-header {
    background: #7C2400 !important;
    color: white;
}
p.instr {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom:0px; 
}
p.help-block {
    font-style: italic;
}
.panel-default>.panel-heading span {
    font-size: 13px;
}
.count_left {
    color: #333;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px;
}
.count_left span {
    color: green;
}
.active .count_left {
    color: white;
}
@media screen and (max-width: 991px) {
	p.instr {
    	font-size: 15px;
    	margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.col-sm-fixed{
    	position: relative;
	}
	p.instr {
	    font-size: 16px;
	    margin-top: 20px;
	    margin-bottom:0px; 
	}
}

.entire-title {
	width: 1em;
	height: 1em;
	vertical-align: text-bottom;
	margin-right: 6px;
}