﻿.h4 span {
    font-weight: bold;
}

div.btn-score a,
#referee-form input[type="submit"] {
    display: inline-block;
    color: #292930;
    background-color: #c0d233;
    padding: 8px 40px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
}

.test a.btn:hover,
#referee-form input[type="submit"] {
    text-decoration: none;
    background: #9dac26;
}

.toggle-form {
    display: inline-block;
    color: #292930;
    background-color: #c0d233;
    padding: 8px 40px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    min-width: 210px;
    text-align: center;
    position: relative;
}

.toggle-form:hover,
.toggle-form:focus {
    text-decoration: none;
    color: #292930;
}

.toggle-form:hover {
    background: #9dac26;
}

.toggle-form i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 10px;
    top: 10px;
}

.toggle-form.open i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#referee-form {
    /* display: none; */
}

#referee-form input[type="submit"] {
    margin-top: 30px;
    width: 100%;
}

#referee-form .form-control-feedback {
    top: 30px;
    right: 0px;
}

.test p {
    margin-bottom: 10px;
}

.test h2 {
    //padding-right: 40px!important;
    padding-top: 13px;
	display: table-cell;
	vertical-align: middle;
}

.test .titles div {
	padding: 10px;
	float: right;
	display: table-cell;
	vertical-align: middle;
} 

.test .titles {
	display: table;
    width: 100%;
}

.passed .titles .btn-main {
	background-color: white!important;
	margin-right: 30px;
}

.passed .titles .btn-main:hover {
	background-color: black!important;
	color: white;
}


/*.test .panel-box:not(.titles-standAlone) {	border-top: none;}*/

.passed .titles-standAlone,
.achievement {
    position: relative;
    background: #c0d233;
    border: 1px solid #A6BB01;
}

.passed .panel-box.card {
    border-top: none;
}

.achievement {
    padding: 0 40px 0 15px;
    margin-bottom: 40px;
    color: black;
}

.achievement a:hover {
    color: white!important;
}

div.btn-score {
    display: inline-block;
    width: auto;
}

div.btn-score span {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
}

.passed .titles:after,
.achievement:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: white;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 12px;
    right: 13px;
}

.passed .titles:before,
.achievement:before {
    content: "\f0c8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: black;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 5px;
    right: 7px;
}

.Mmmdashboard aside strong {
    color: black;
}

.your-managing-my-money-dashboard aside .col-xs-12+.col-xs-12 strong {
    color: #9fb000;
}

@media screen and (max-width: 991px) {
    .Mmmlandingpage .panel-box.card a,
    .Mmmlandingpage .panel-box.card a span,
    .Mmmlandingpage .panel-box.card span {
        display: block;
        width: 100%;
    }
    .Mmmlandingpage .panel-box.card a,
    .Mmmlandingpage .panel-box.card span {
        margin-top: 5px;
    }
    .Mmmlandingpage .panel-box.card a+span,
    .Mmmlandingpage .panel-box.card span+a,
    .Mmmlandingpage .panel-box.card span+span,
    .Mmmlandingpage .panel-box.card a+a {
        margin-top: -10px;
    }
	

}

@media screen and (max-width: 767px) {
    div.btn-score {
        display: block;
        text-align: center;
        width: 240px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px),
screen and (max-width: 500px) {
		.test h2 {
		//padding-right: 40px!important;
		padding-top: 13px;
		display: block;
	}

	.test .titles div {
		padding: 10px;
		text-align: center;
		float: none;
		display: block;
	}
	.passed .titles .btn-main {
		margin-right: 0;
	}
}

#change-referee-btn {
    color: #9dac26;
    padding: 0 !important;
    margin-bottom: 10px;
    margin-top: -10px;
}