@CHARSET "UTF-8";

.center {
	text-align: center
}

.header {
	background-image: url(../resources/static/cct/images/head_wide.gif);
}

.color-ok {
	color: green;
}

.color-reject {
	color: rgba(212, 28, 14, 1);
}

.color-warning {
	color: rgba(255, 144, 0, 1);
}

.cctErrorMessages {
	width: 98%;
	margin-left: 1%;
	padding-left: 5%;
}

.cctCalendar {
	width: 98% !important;
	border: none !important;
}

.cctLink:hover {
	text-decoration: none;
}

.loginWrapper {
	width: 390px;
	margin-left: auto;
    margin-right: auto;
}

.login-input {
	margin-bottom: 5px !important;
    width: 120px;
}

.marginLeft5px {
	margin-left: 5px !important;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

.row-numbers-selector {
	margin-bottom: 10px;
}

.pagination-info {
	position: relative;
	float: left;
}

.invalidInput {
	border-color: red !important;
	border-width: 2px !important;
}

.separatorLine{
	color: #FECF12;
	background-color: #FECF12;
	height: 1px;
	border: none;
	margin-top: -15px;
	margin-bottom: 0px;
}

.login-title-column {
    width: 220px;
    text-align: right;
    float: none;
}

.col-sm-3.control-label.loginTitle {
    font-weight: bold;
    float: none;
    width: 100%;
}

.captcha-and-login-block {
    text-align: center;
}

.col-sm-offset-3.col-sm-8 {
    width: 320px;
}