@charset "utf-8";
/* CSS Document */

p {
	margin: 0 0 13px 0;
}
html, body {
   margin:0;
   padding:0;
   height:100%;
   width:100%;
}
a, a:visited, a:active, a:focus {
	color: #f26f00;
    text-decoration:none;
	
}
a:hover {
	color: #f26f00;
    text-decoration: underline;
	cursor: pointer;
}
body {
	color:#333333;
	background-color:#FFFFFF;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
}
field {
	color:#333;
	background-color:#ffffff;
	font-size: 18px;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

intro {
	color:#686a66;
	background-color:#ffffff;
	font-size: 15px;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

img {
	border: 0;
	height: auto;
	line-height: 100%;
	display: inline-block;
	outline: none;
	text-decoration: none;
	-ms-interpolation-mode: bicubic;
}
.logo img {
	display: inline-block;
}
div.logo {
    margin-top:20px;
    margin-bottom:25px;
}
a img {
	border: none;
}

#logo {
    background-color: #1d4a77;
    color: #FFFFFF;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
}
#logo div {
    text-align: center;
}
#logo .logo {
    width: 120px;
    height: auto;
}
#banner {
    position: relative;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    background-image: url("https://jupiterinfo.jupiteram.com/38643/images/banner3.jpg");
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top:84px;
}
section.sectionTitle .container {
	padding: 120px 20px;
}
section.main_content .container {
	padding: 20px;
}

#banner .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#banner .container {
	max-width: 1000px;
}
#main_content {
    background-color: #FFFFFF;
    padding-top:0px;
    padding-bottom:50px;
}
h1 {
	margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 65px;
    text-shadow: 2px 2px #16375e;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    text-align: left;
    font-weight: 700;
}
h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.8em;
    color: #1d4a77;
    text-align: center;
}
h3 {
    font-size: 20px;
    color: #1d4a77;
    margin-bottom: 1rem !important;
}
.grey-lines {
	border-bottom: 1px solid #394349;
	border-top: 1px solid #394349;
	margin: 20px 0;
}	
.red {
	background-color: #951A26;
}
.red-font, .clCompulsoryMarker {
	color: #951A26;
	font-weight: bold;
}		
.blue-line {
	border-bottom: 2px solid #00386b;
	margin: 10px 0 20px;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .btn.btn-primary:hover, .btn.btn-primary:active , .btn.btn-primary:focus {
    background: #ff7713 !important;
    color: #fff !important;
}

input[type=submit], .btn.btn-primary {
    padding: 12px 12px;
    border: 1px solid #ff7713;
    color: #ff7713;
    width: 230px;
    font-weight: 500;
    background: none;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:0px;
    margin-top: 20px;
}
p+.btn.btn-primary {
    margin-top: 7px;
}

#footer {
    background-color: #1d4a77;
    color: #FFFFFF;
    padding: 50px 0;
    margin-top: 0px;
	text-align: left;
    font-size: 15px;
    line-height: 20px;
}
#footer a, #footer a:visited, #footer a:active, #footer a:focus {
	color: #f26f00;
    text-decoration:none;
}
#footer a:hover {
	color: #f26f00;
    text-decoration: underline;
	cursor: pointer;
}

.mandatory {
	margin-bottom:30px;
}
.form-group {
    margin-bottom: 20px;
}
.feedback .form-group {
    margin-bottom: 40px;
}
.radios {
	padding-top:0;
	vertical-align:top;
	margin-top: 0;
 margin-bottom: 0;
}
.checkbox, .checkbox-inline, .radio, .radio-inline {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.info {
	padding-left:0px;
}
.row-session {
	margin-top:10px;
	margin-left:0;
	margin-right:0;
}
.session-details {
	margin-top:10px;
}
.session-details img{
	max-width:200px;
	width:100%;
	height:auto;
}
.clStatus {
    margin-bottom:20px;
}
p.clCompulsoryMarker {
	padding:0;
	margin:0;
}
.error {
	font-size:12px;
	color: red !important;
}
.glyphicon {
    font-size: 90%;
}
input.form-control {
    height: 38px;
}
textarea.form-control {
    border-radius: 0px;
    height: 70px;
}
.form-control:focus {
    border-color: #1d4a77;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(29,74,119,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(029,74,119,.6);
}
label {
    font-weight: normal;
}
.row-session .control-label {
    padding-top: 0px;
}
#attendance-error {
	display: block;
}

.pointer {
	cursor: default;
}
.clCompulsoryMarker {
	color: #FF0004;
}
input[type="text"] {
	width: 100%;
}
input[type="text"]:disabled, .disabled {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: not-allowed;
}
/* The radio-container */
.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 16px;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container:last-child {
    margin-right: 0px !important;
}
/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #cccccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark, .radio-container:active input ~ .checkmark, .radio-container:focus input ~ .checkmark, .radio-container:active:focus input ~ .checkmark, .radio-container input:hover ~ .checkmark, .radio-container input:active ~ .checkmark, .radio-container input:focus ~ .checkmark, .radio-container input:active:focus ~ .checkmark {
  background-color: #aaaaaa;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #1d4a77;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-container .checkmark:after {
  left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The checkbox-container */
.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 16px;
  cursor: pointer;
  font-size: 15px;
    font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container.checkbox-inline {
    padding-left: 8px;
    padding-top: 28px;
}

/* Hide the browser's default checkbox button */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox button */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #cccccc;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark, .checkbox-container:active input ~ .checkmark, .checkbox-container:focus input ~ .checkmark, .checkbox-container:active:focus input ~ .checkmark, .checkbox-container input:hover ~ .checkmark, .checkbox-container input:active ~ .checkmark, .checkbox-container input:focus ~ .checkmark, .checkbox-container input:active:focus ~ .checkmark {
  background-color: #aaaaaa;
}

/* When the checkbox button is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #1d4a77;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.utilitybar .moderegis {
    text-align: center;
    background: #000000;
}
label span {
    color:#0D4273
}
.has-error p, .has-error label {
    color:#a94442 !important;
}
#heading {
    background-color: #3a75c4;
    padding-top:20px;
    padding-bottom:20px;
}
.text-right {
    text-align: right;
}

.slidecontainer {
  width: 100%;
}
.logo2 {
    padding-top:30px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.mb0 {
    margin-bottom:0px !important;
}
.alert-danger p {
    margin-bottom: 0px;
}
#cookieconsent {
    margin-bottom: 0px;
    background: #0d77bd;
    border: none;
    border-radius: 0px;
    color: white;
}
.close {
    text-shadow: none !important; 
    opacity: .8;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.close:hover {
    color: white;
    text-decoration: none;
}
:disabled {
    cursor: not-allowed;
}
.mobShow {
    display: none;
    height: 0px;
}

@media (min-width: 760px) {
#main_content .container, #footer .container {
    width: 760px !important;
}
}

@media (min-width: 1550px) {

    #banner .container {
	max-width: 1200px;
}
    
    #banner {
    position: relative;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    background-image: url("https://jupiterinfo.jupiteram.com/38643/images/banner3bis.jpg");
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top:84px;
}
    
}

@media (max-width: 760px) {
#main_content .container {
    width: 100% !important;
}  
}

@media (max-width: 768px) {
.radio {
	text-align:center;
	vertical-align:top;
	margin-top: 0;
    margin-bottom: 0;
	}
.redBox {
	width:100%;
}
.mobHide {
    display: none !important;
    height: 0px !important;
}
.mobShow {
    display: block !important;
	height: auto !important;
	margin-bottom:0px !important;
	margin-right:10px !important;
	padding-top:3px !important;
}
.text-right {
    text-align: left;
}
.logo2 {
    padding-top:20px;
}
h1 {
    font-size: 40px !important;
} 
#banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
}
@media (max-width: 576px) {
.radio-container {
    padding-left: 24px;
    margin-right: 10px;
}
    #banner .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
}
}
