/* nowrap op een div */
.nowrap {
	white-space: nowrap;
	overflow: hidden;
}

/* upshift */
.upshift {
    text-transform: uppercase;
}

/* downshift */
.dowshift {
    text-transform: lowercase;
}

/* upshift */
.capitalize {
    text-transform: capitalize;
}

/*****************************************************************************/

/* panels */
.panel-cis > .panel-heading {
    background-color: #9a9a9a;
    border-color: #a9a9a9;
    color: white;
    border-radius: 0px !important;
}

.panel-cis > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #a9a9a9;
    border-radius: 0px !important;
}

.panel-cis {
    border-color: #a9a9a9;
    border-radius: 0px !important;
}

.panel-default > .panel-heading {
	border-radius: 0px !important;
}

/*****************************************************************************/

/* buttons */
.btn-cis {
    background-color: #9a9a9a;
    border-color: #a9a9a9;
    color: white;
    border-radius: 0px !important;
}

.btn-cis.focus, .btn-cis:focus, .btn-cis:hover {
	background-color: #7f7f7f;
    border-color: #717171;
    color: white;
    border-radius: 0px !important;
}

/*****************************************************************************/