/* ENVIRONMENT */
/*===================================================================================================================*/

.portalInstance {
	background-position: left top;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 10000;
}

.portalInstance2Devel {
	background-image: url("../../common/images/portal_header_bgr-devel.png");
	background-repeat: repeat-y;
	height: 100%;
	min-height: 100%;
	min-width: 15px;
	width: 15px;
}

.portalInstance2Devel div {
	background-image: url("../../common/images/portal_header-devel.png");
	background-repeat: no-repeat;
	height: 100%;
	min-height: 100%;
	min-width: 15px;
	width: 15px;
}

.portalInstance2Test {
	background-image: url("../../common/images/portal_header_bgr-test.png");
	background-repeat: repeat-y;
	height: 100%;
	min-height: 100%;
	min-width: 15px;
	width: 15px;
}

.portalInstance2Test div {
	background-image: url("../../common/images/portal_header-test.png");
	background-repeat: no-repeat;
	height: 100%;
	min-height: 100%;
	min-width: 15px;
	width: 15px;
}

.portalInstance2Prod {
	display: none;
}

.portalInstance2Prod div {
	display: none;
}

.portalInstance2 {
	display: none;
}

.portalInstance2 div {
	display: none;
}

/* GLOBAL */
/*===================================================================================================================*/

a, a:visited, a:hover {
	color: #fff;
}

section {
	padding: 20px 0 20px 0;
}

section fieldset {
	padding: 20px 0 20px 0;
	border: none;
}

section fieldset legend {
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

section fieldset legend span {
	font-size: 38px;
}

.f-org-info .glyphicon-skoda,
.f-org-address .glyphicon-skoda {
	top: 5px !important;
}

.logo {
	background-color: #fff;
	margin-bottom: 0;
}

label {
	font-weight: 600;
}

label.title,
label.subtitle {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	display: block;
	width: 100%;
	color: #fff;
}

label.subtitle {
	font-size: 20px;
}

label.subtitle a {
	text-decoration: none;
}

.content-black {
	background-color: #000;
	color: #fff;
	box-shadow: 0 0 4px 0 #000;
}

.content-green,
.content-green legend {
	color: #fff;
}

.content-green {
	background-color: #4ba82e;
	color: #fff;
	box-shadow: 0 0 4px 4px #4ba82e;
}

.f-buttons {
	text-align: center;
}

.f-buttons .btn {
	width: 200px;
}

.f-reason {
	margin: 0;
}

.f-flags {
	margin: 0;
	padding-top: 0;
}

.f-legend {
	margin: 0;
	font-weight: 600;
}

.fieldset-line {
	width: 100%;
	height: 1px;
}

.fieldset-line.green {
	background-color: #9acc9a;
}

.fieldset-line.white {
	background-color: #ddd;
}

/* MESSAGE - error & info */
/*===================================================================================================================*/

#messages ul {    
    list-style-type: none;
}

.content-msg-error,
.content-msg-info {
	background-color: #ececec;
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 20px;
}

.msg-error,
.msg-info {
	border: 2px solid #bd1823;
	border-radius: 2px;
	color: #bd1823;
	margin: auto;
	padding-bottom: 12px;
	text-align: center;
	max-width: 1100px;
}

.msg-info {
	border: 2px solid #3b981e;
	color: #3b981e;
	padding-top: 20px;
}

.msg-error .msg-more-info {
	color: #000;
	padding-bottom: 4px;
}

.msg-error .msg-more-info a {
	color: #000;
	text-decoration: underline;
}

.msg-error #error,
.msg-info #info {
	font-size: 20px;
	font-weight: normal;
	padding: 10px;
	color: #000;
}

.msg-error #error ul,
.msg-info #info ul {
	padding: 0;
	margin-bottom: 8px;
}

.msg-error #error li,
.msg-info #info li {
	list-style: none;
}

.btn {
    width: 100%;
    font-weight: normal;
}

#sms_code_label {
    font-weight: normal;
    margin-bottom: 0px;
}

.sms_link_div {
    text-align: center;
    margin-top: 30px;
}

a#send_sms_btn.disabled {
    background-color:inherit !important;
    border:inherit !important;
    box-shadow:inherit !important;
    color: #e6e6e6 !important;
    
}

a#send_sms_btn.disabled:hover {
    background-color:inherit !important;
    border:inherit !important;
    box-shadow:inherit !important;
}

div.message ul{
    padding-left:inherit;
}