/* Elemental styling */
body {
	margin: 0;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a:hover {
	color: #a8aedb;
}
label {
	display: inline-block;
}
.validation-failed {
	border: 3px solid Tomato!important;
}

/* General classes styling */
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.clearer {
	clear: both;
}
.button-link {
	border: none;
	background: transparent;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.button-link:hover {
	color: #a8aedb;
}
.max-width {
	width: 100%;
}
button.button, a.button {
	border: none;
    background-color: #fff;
    padding: 12px 10px 10px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
	width: 96px;
    display: inline-block;
}
/* Template styling */
.wrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 50px;
}
/* Form styling */
.input-row {
	border-bottom: 1px solid #7f7f7f;
}
/* Login form */
.login-container {
	
}
.login-container .login-title {
    border-bottom: 2px solid #000;
}
.login-container .login-title > * {
    vertical-align: top;
    display: inline-block;
}
.login-title .logo-image {
	margin-top: 7px;
	width: 18px;
	display: inline-block;
}
.login-title.logo-image img {
	position: absolute;
}
.login-container .login-title h1 {
	display: inline-block;
	font-size: 22px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 0 -1px;
    padding-bottom: 6px;
    position: relative;
	z-index: 2;
}
.login-form-container {
	margin-top: 70px;
	width: 340px;
}
.login-icon-container {
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
}
.login-icon-container .icon {
    font-size: 24px;
    margin-right: 3px;
}
.login-icon-container > div {
	display: inline-block;
}
.login-icon-container .text {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
.login-container .buttons-set {
	margin-left:  108px;
}
.login-container .buttons-set a.button {
    margin-right: 17px;
}
.login-container .buttons-set a.button:hover {
	color: #000;
}
.login-form form {
	display: inline-block;
}
.login-form label {
	width: 115px;
 	line-height: 34px;
 	font-weight: bold;
 	text-transform: uppercase;
	padding-left: 4px;
}
.login-form input[type="text"], .login-form input[type="password"] {
	width: 217px;
	height: 34px;
    border: none;
    font-weight: bold;
}
.roster-change {
    color: #bb0000;
    font-weight: bold;
    margin-bottom: 10px;
}
/* Form page */
.message.error {
    font-size: 13px;
    color: #bb0000;
    font-weight: bold;
    margin: 10px 0;
}
.message.success {
    font-size: 13px;
    color: #00bb00;
    font-weight: bold;
    margin: 10px 0;
}
.form-wrapper {
	width: 280px;
	font-size: 10px;
}
.form-wrapper .form-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
}
.form-wrapper .entry-actions .button {
	float: right;
}
.form-wrapper .entry-actions:after {
	display: block;
	content: '';
	clear: both;
}
.form-wrapper .entry-row label {
    float: left;
    width: 100px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
}
.form-wrapper .entry-row:after {
    display: block;
    content: '';
    clear: both;
}
.form-wrapper .entry-input {
    float: left;
    width: 180px;
}
.form-wrapper .input-element {
    border: none;
    width: 100%;
    height: 34px;
    font-size: 10px;
}
.form-wrapper .input-element.large-element {
	height: auto;
}
.form-wrapper .entry-row {
    border-bottom: 1px solid #7f7f7f;
}
.form-wrapper .entry-input .input-autocomplete ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #7f7f7f;
}
.form-wrapper .entry-input .input-autocomplete ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.form-wrapper .entry-input .entry-error {
    color: #d3043f;
    font-weight: bold;
}
.form-wrapper .check-item:first-child {
	margin-left: 0;
}
.form-wrapper .check-item {
	display: inline-block;
    margin-left: 10px;
    font-size: 10px;
}
.form-wrapper .check-item:after {
    content: '';
    display: block;
    clear: both;
}
.form-wrapper .check-item .radio-item + label {
	width: auto;
	vertical-align: middle;
}
.form-wrapper .check-item .radio-item + label span {
	display:inline-block;
    width:9px;
    height:10px;
    margin-right: 5px;
    background: url('../images/radio-off.jpg') left top no-repeat;
    vertical-align: middle;    
}
.form-wrapper .check-item .radio-item:checked + label span {
	background-image: url('../images/radio-on.jpg');
}
.form-wrapper .reference-list .reference-title {
    font-size: 20px;
    font-weight: bold;
}
.form-wrapper .reference-list a.reference-action {
    float: right;
    margin-top: 7px;
}
.form-wrapper .reference-list {
    margin-top: 20px;
}
.form-wrapper .entry-row .input-item label {
	float: none;
    width: auto;
    display: inline;
    font-weight: normal;
    text-transform: none;
}
/* Popup */
.popup-info-container {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup-info-container .popup-info-background {
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.popup-info-container .popup-info-content-container {
	width: 555px;
    z-index: 2;
    position: relative;
    margin: 103px auto 0;
    height: 470px;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #000;
}
.popup-info-container .close-info-popup {
	float: right;
	margin-right: 30px;
	cursor: pointer;
}
.popup-info-container .close-info-popup .fa-times {
	color: #000;
	font-size: 20px;
}
.popup-info-container .popup-title {
	font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    width: 460px;
    border-bottom: 2px solid #000;
    margin: 0 auto;
    padding-bottom: 15px;
}
.popup-info-container .popup-content {
    width: 460px;
    margin-left: 49px;
    margin-top: 10px;
    padding-right: 17px;
    height: 415px;
    overflow: hidden;
    overflow-y: scroll;
}
/* Dashboard */
.dashboard-step-item {
    width: auto;
    display: inline-block;
    float: left;
    position: relative;
}

.dashboard-step-item:nth-child(odd) {
    clear: both;
}

.dashboard-step-item:nth-child(even) {
    margin-left: 20px;
}

.dashboard-step-item:nth-child(1n + 3) {
    margin-top: 20px;
}
.dashboard-step-item > a {
    position: relative;
    display: block;
}
.dashboard-step-item > a:before {
    position:absolute;
    display: none;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.dashboard-step-item > a:hover:before {
	display: block;
	background-color: rgba(0,0,0,0.3);
}
.dashboard-step-item > a.disabled:before {
	display: block;
	background-color: rgba(0,0,0,0.5);
}
.dashboard-step-item > a.top-left:before {
     border-radius: 500px 0 0 0;
}
.dashboard-step-item > a.top-right:before {
     border-radius: 0 500px 0 0;
}
.dashboard-step-item > a.bottom-right:before {
     border-radius: 0 0 500px 0;
}
.dashboard-step-item > a.bottom-left:before {
     border-radius: 0 0 0 500px;
}