.choose-rtype {
    margin-bottom: 32px;
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    position: relative;
}

.small-box.bg-success {
	background-color: #28a745 !important;
}

.small-box.bg-success, .small-box.bg-success>a {
	color: #fff!important;
}

.small-box.bg-danger {
	background-color: #0285c0 !important;
}

.small-box.bg-danger, .small-box.bg-danger>a {
	color: #fff!important;
}

.rtype {
    display: block;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.small-box .inner {
    padding: 10px;
}

.small-box .inner h3 {
    margin: 14px 6px;
    padding: 0;
}

.small-box .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
}

.small-box .icon span {
    font-size: 30px;
    transition: all;
    transition-duration: 200ms;
}

.small-box:hover .icon span {
    transform: scale(1.5);
}

.change-rtype-form {
    margin-bottom: 10px;
}