/*
Theme Name: New
*/
.breadcrumbs{
padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.sp_none span{display:none}

.cat-item, .list-group li{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}


.panel>.list-group-a, .panel>.panel-collapse>.list-group-a {
    margin-bottom: 0px !important;
}
.list-group-a {
    border-radius: 4px;
   margin-bottom: 1px;
    padding-left: 0;
    
}


.list-group-a li{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

 .list-group-a li li{
    position: relative;
    display: block;
    padding: 5px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid #ddd;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

a.h11{display:inline-block; vertical-align:bottom}
header p.h1{margin-top:0px;}

header h1.h11{     text-align: center;
    font-size: 36px;
    line-height: 30px;
    padding-left: 100px;
    display: table-cell;
    height: 100px;
    vertical-align: middle;}

	@media (max-width: 1200px){header h1.h11{ padding-left: 0px;}}



.questions_block{}
.tabs{
    height: 30px;
}
.tabs .tab{
    float: left;
    width: 30px;
    background-color: #fff;
    border: 1px solid #ddd; border-bottom:0px;
    border-radius: 4px 4px 0 0;
    margin-right: 1px;
    text-align: center;
	height: 30px;
    line-height: 30px;
}
.tabs .tab.act{background-color: #f5f5f5;}
.tabs .tab.incorrect{background-color: red;}
.tabs .tab.correct{background-color: green;}
.question_title{font-weight:bold;padding-top: 10px;}
.question_title img{ width: 100%; height: auto;}
.tabs_divs{    
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius:  0 0 4px 4px; margin-bottom: 20px;}

.tabs_divs .tabs_div{display:none; padding: 10px;}
.tabs_divs .tabs_div.act{display:block;}
.questions_block a.ok{
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
}
.questions_block a.ok:hover{text-decoration:none; background-color: #f1f1f1;}
.questions_block label{font-weight:100;}
.questions_block a.ok2{ cursor:pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;display: inline-block;
    padding: 5px 10px; margin-top: 20px;
}
.questions_block a.ok2:hover{text-decoration:none; background-color: #f1f1f1;}
.detailed_response{
    display:none;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding:10px;
    margin-top: 20px;
    }
.correct_answers{font-weight:bold; padding-bottom: 10px;}
.correct_answers span{font-weight:100;}
	.answers{  padding-left: 20px;   padding-top: 10px;}
	.answers div{}
	.answers div input{}

.correct_answer{color:green; font-style:italic; padding-left: 11px;}
.incorrect_answer{color:red; font-style:italic; padding-left: 11px;}


a.need_to_pay{color:#ccc;}