
div.fullQuestion label {
    font-weight: normal;
    margin-bottom: 5px;
}

div.fullQuestion label input {
    margin-right: 5px;
}

.panel-default {
    border-color: #b80d2f;
}

.panel-heading h3 {
    color: #fff;
    margin: 10px 0px;
}

.parent .control-label {
    width: 30%;
}

.parent .form-control {
    width: 65%;
}

.btn {
    font-weight: bold !important;
}

.btn .k-icon, .btn .k-icon:hover {
    color: white;
}

.k-button-icontext, .k-button-icontext .k-icon, .k-button-icontext:hover,
.k-primary, .k-primary:hover, .k-button-icontext:active, .k-button-icontext:focus{
    background-color: #b80d2f !important;
    color: #ffffff !important;
    /*border-color: #b80d2f;*/
}


/*Header and it's content style*/
.container2{
    padding: 5px 20px 5px 20px !important;
    background: #b80d2f14;
    border-bottom: 1px solid #b80d2f !important;
}
.k-headerCustom {
    background-color: #c12c4b;
    color: #ffffff;
}


/* Debtor styles */

	
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.debtorButtons {
		text-align: center;
	}
	.debtorButtons btn{
		margin-bottom: 5px;
	}
	
	.k-grid-content {
		height:30vh;
	}
}