input, textarea { color: #000; font-weight: 500; }


.form-control::-webkit-input-placeholder { color: #bebebe; }
.form-control::-moz-placeholder {  color: #bebebe; }
.form-control::-ms-input-placeholder {color: #bebebe; }

.container .jumbotron.request { text-align: left; padding:0; background: none; }
.container .jumbotron.request p { font-size: 16px; color: #000; }

.h4, h4 {
    font-size: 20px;
}

.jumbotron { padding: 40px 0; }

.jumbotron a, .jumbotron a:hover { text-decoration: underline; }

.jumbotron .big-buttons a { text-decoration: none; }

.form-inline .form-group{
	margin-left: 0;
	margin-right: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
a {
    background: transparent none repeat scroll 0 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cccccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
body {
    font-family: Verdana,sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}
#cas {
    background: #eee none repeat scroll 0 0;
}
#cas .flc-screenNavigator-view-container {
    margin: 0 auto;
    width: 95%;
}
#cas .flc-screenNavigator-view-container #header, #cas .flc-screenNavigator-view-container #content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#cas .flc-screenNavigator-view-container #content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 960px) {
#cas .flc-screenNavigator-view-container {
    width: 100%;
}
#cas .flc-screenNavigator-view-container #content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
}
#cas #header {
    left: 0;
    padding-top: 0;
    position: relative;
    top: 0;
}
#cas #header #app-name {
    background: #210f7a none repeat scroll 0 0;
    color: white;
    font-size: 2em;
    font-weight: normal;
    padding: 1.4em;
}
#cas #header h1#app-name {
    background: #6d1e39 url("../images/portal_logo.png") no-repeat scroll 50px center;
    border-bottom: 6px solid #fad129;
    border-top: 6px solid #40111f;
    clear: both;
    color: #fff;
    font: 400 2.8em/2.5em Georgia,"Times New Roman",serif;
    height: 88px;
    padding: 0 0 0 25px;
    text-indent: -9000px;
}
#cas #content {
    overflow: hidden;
    padding: 10px;
}
#cas #content #msg {
    margin-bottom: 10px;
    padding: 20px;
}
#cas #content #msg h2 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
#cas #content #msg.errors {
    background: rgba(0, 0, 0, 0) url("../images/error.gif") no-repeat scroll 20px center;
    border: 1px dotted #bb0000;
    color: #bb0000;
    padding-left: 100px;
}
#cas #content #msg.success {
    background: rgba(0, 0, 0, 0) url("../images/confirm.gif") no-repeat scroll 20px center;
    border: 1px dotted #390;
    color: #390;
    padding-left: 100px;
}
#cas #content #msg.info {
    background: rgba(0, 0, 0, 0) url("../images/info.gif") no-repeat scroll 20px center;
    border: 1px dotted #008;
    color: #008;
    padding-left: 100px;
}
#cas #content #login {
    float: left;
    margin: 20px 40px 5px 20px;
    width: 320px;
}
#cas #content #login #fm1 {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    padding: 20px;
}
#cas #content #login #fm1 h2 {
    border-bottom: 1px solid #dddddd;
    display: none;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#cas #content #login #fm1 .row {
    margin-bottom: 10px;
}
#cas #content #login #fm1 .row .fl-label {
    color: #777777;
    display: block;
    font-size: 1.3em;
}
#cas #content #login #fm1 .row input[type="text"], #cas #content #login #fm1 .row input[type="password"] {
    background: #ffffdd none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 1.3em;
    padding: 6px;
    width: 180px;
}
#cas #content #login #fm1 .row.check {
    border-bottom: 1px solid #dddddd;
    color: #777;
    display: none;
    font-size: 11px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#cas #content #login #fm1 .row .btn-submit {
    background: #791f3f none repeat scroll 0 0;
    border-width: 2px;
    color: white;
    font-weight: 700;
    margin-right: 4px;
    padding: 3px;
    text-align: center;
    width: 125px;
}
#cas #content #login #fm1 .row .btn-reset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    color: #777;
    display: none;
    text-transform: lowercase;
}
#cas #content #login #fm1 .row .btn-submit:hover, #cas #content #login #fm1 .row .btn-reset:hover {
    cursor: pointer;
}
#cas #content #sidebar {
    margin: 20px 20px 5px;
    width: auto;
}
#cas #content #sidebar .sidebar-content {
    padding-left: 20px;
}
#cas #content #sidebar .sidebar-content p {
    margin-bottom: 1.4em;
}
#cas #content #sidebar .sidebar-content #list-languages ul {
    list-style: outside none none;
}
#cas #content #sidebar .sidebar-content #list-languages ul li {
    border-right: 1px solid #e2e2e2;
    display: inline-block;
    padding: 0 10px;
}
#cas #content #sidebar .sidebar-content #list-languages ul li:last-child {
    border: 0 none;
    line-height: 1.4em;
}
#cas #footer {
    color: #999;
    margin: 20px;
}
@media only screen and (max-width: 960px) {
#cas #footer {
    padding-left: 10px;
}
}
@media only screen and (max-width: 799px) {
#cas #header #app-name {
    font-size: 1em;
}
#cas #content #login {
    float: none;
    width: 100%;
}
#cas #content #login #fm1 .row .fl-label {
    margin-left: -10px;
}
#cas #content #login #fm1 .row input[type="text"], #cas #content #login #fm1 .row input[type="password"] {
    margin-left: -10px;
    padding: 10px;
    width: 50%;
}
#cas #content #login #fm1 .row .btn-submit {
    background: #791f3f none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    outline: medium none;
    padding: 10px 20px;
    text-align: center;
    width: 150px;
}
#cas #content #login #fm1 .row .btn-reset {
    display: none;
}
#cas #content #sidebar {
    margin-top: 20px;
}
#cas #content #sidebar .sidebar-content {
    padding: 0;
}
}
#cas #content #login #fm1 .row a:link {
    color: #791f3f;
    font-weight: bold;
    text-decoration: none;
}
#cas #content #login #fm1 .row a:hover {
    text-decoration: underline;
}
#cas #content #login #fm1 .row a:visited {
    color: #791f3f;
}
#cas #content #login #fm1 .row a:active {
    color: #ff0000;
}
#cas #content #sidebar .sidebar-content h2, #content #sidebar .sidebar-content h3, #content #sidebar .sidebar-content p {
    font-family: Arial,Helvetica,sans-serif;
}
#content #sidebar .sidebar-content h2, #content #sidebar .sidebar-content h3 {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.5em;
}
#content #sidebar .sidebar-content p {
    font-size: 1.1em;
}
#content #sidebar .sidebar-content p.alert-box {
    background: #faf2d1 none repeat scroll 0 0;
    border: 1px dotted #cdcdcd;
    color: #a40045;
    margin: 20px;
    padding: 1.4em;
}
#sidebar .sidebar-content a:link {
    color: #791f3f;
    font-weight: bold;
    text-decoration: none;
}
#sidebar .sidebar-content a:hover {
    text-decoration: underline;
}
#sidebar .sidebar-content a:visited {
    color: #791f3f;
}
#sidebar .sidebar-content a:active {
    color: #ff0000;
}
#footer a:link {
    color: #791f3f;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer a:visited {
    color: #791f3f;
}
#footer a:active {
    color: #ff0000;
}
.fl-screenNavigator-view {
    background: #fff none repeat scroll 0 0;
    border-bottom: 6px solid #6d1e39;
    box-shadow: 0 0 60px #969696;
    margin: 0 auto;
    
}
body {
    background: #ccc none repeat scroll 0 0;
}

.span2{
	margin-bottom: 10px !important;
	margin-right: 10px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}

.input-group{
	margin-bottom: 12px;
	width: 100%;
	
}
/*
#reg_form2 .input-group{
	min-width: 70%;
}
@media only screen and (max-width: 750px) {
   #reg_form2 .input-group{
	min-width: 100%;
	}
	
}
#reset_form2 .input-group{
	min-width: 70%;
}
@media only screen and (max-width: 750px) {
   #reset_form2 .input-group{
	min-width: 100%;
	}
	
}
*/
label.error{
	color:#791f3f; 
	font-size:85%;
}


@media (min-width: 1200px) {
  .container {
    width: 95% !important;
  }
}
.error{
	border-color: #880000;
}
.radio_error{
	margin-left: 10px;
}
.birth-date-field{
	float: left !important;
}
.radio_label{
	font-weight: normal;
	padding-left: 20px;
}
#email_submig_ajax_loader{
	
	position:absolute;
	margin-left: 10px;
	
}
.birthYear{
	float: right !important;
	margin-right: 0px !important;
}
.birthDate{
	margin-right: 0px !important;
}

@media only screen and (min-width: 600px) {
    .birth-date-field{
	width: 32% !important;
    }
}
@media only screen and (min-width: 600px) {
   .btn-success-right{
	float: right;
	}
}
@media (min-width: 1200px) {
  .col-lg-10.col-centered{
    width: 90.33333333%  !important;
  }
}
@media only screen and (max-width: 600px) {
   .btn-success{
	margin-bottom: 10px;
	}
}
.left-m-20{
	margin-left: 20px;
}