body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 350;
    font-size: 15px;
}

.onair {
	color: #850000 !important;
	background-color: #ffcccc !important;
    border-color: #ffb8b8 !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.onair span.badge {
	
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.t100graydient {
    background: linear-gradient(0deg, rgb(225, 42, 37) 0%, rgb(200, 0, 0) 100%);
}

.t480graydient {  
    background: linear-gradient(0deg, rgb(45, 126, 83) 0%, rgb(73, 175, 115) 100%);
}

.t900graydient {
    background: linear-gradient(0deg, rgb(39, 0, 0) 0%, rgb(172, 0, 0) 100%);
}

.t1976graydient {
    background: linear-gradient(0deg, rgb(39, 0, 0) 0%, rgb(172, 0, 0) 100%);
}

.jouwlijst {
    width: 100%;
    position: relative;
}

.itemtest_kleur {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 7px 7px 7px 10px;
    margin: 15px 0 15px 0;
    width: 100%;
    border: 1px solid #cb444a;
}

.itemtest_geenkleur {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 8px 8px 8px 10px;
    margin: 15px 0 15px 0;
    width: 100%;
}

.knopRechts {
    background-color: #f4d9d9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px;
    margin: 15px 0px 10px 5px;
    position: absolute;
    right: 0;
    top: -15;
}

.btn-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 60px;
    width: 65px;
}

