/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.header {
	 background: rgb(0,45,98);
	background: -moz-linear-gradient(270deg, rgba(0,45,98,1) 0%, rgba(0,50,103,1) 17%, rgba(1,125,150,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(0,45,98,1) 0%, rgba(0,50,103,1) 17%, rgba(1,125,150,1) 100%);
	background: linear-gradient(270deg, rgba(0,45,98,1) 0%, rgba(0,50,103,1) 17%, rgba(1,125,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002d62",endColorstr="#017d96",GradientType=1); 
	padding: 80px 0 155px 0;
}

h1, h2	{
	font-family: 'Open Sans', sans-serif;
}

h1 {
	color: #FFF;
	margin-top: 16px;
	font-size: 30px;
	line-height: 30px;
}

h2 {
	color: #ffffffa6;
	font-size: 25px;
	margin-top: 0;
	line-height: 25px;
}

.logo {
	width: 90px;
}

.title-left, .title-right {
	float: left;
}

.title-left {
	margin-right: 22px;
}

.clear {
	clear: both;
}

.content {
	position: relative;
    top: -87px;
}

.video {
	width: 100%;
    background: black;
}

#video {
    width: 100%;
}

.play-icon, .list-index {
	width: 64px;
    height: 64px;
    float: left;
}

.play-icon {
	background: #002d62;
    border-radius: 7px;
}

.play-icon img {
	width: 24px;
    margin: 20px;
}

#submodule-list .submodule {
    width: 200px;
}

.submodule {
	float: left;
	margin-left: 15px;
}

.submodule .title {
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;

    margin-top: 10px;
}

.submodule .duration {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.now-playing .submodule .title {
	color: #FFF;
}

.now-playing .submodule .duration {
	color: #ffffffa6;
}

.other-submodule .submodule .title {
	color: #000;
}

.other-submodule .submodule .duration {
	color: #000000a6;
}


.now-playing, .other-submodule {
	clear: both;
	width: 100%;
    height: 64px;
}

.now-playing {
	margin-bottom: 38px;
    display: inline-flex;
}

.other-submodule .list-index {
	width: 64px;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    padding: 23px 0;
    font-weight: 700;
    color: #484848;
}


.other-submodule {
    margin: 0;
    border-bottom: 1px solid #CCC;
    height: 64px;
    opacity: 0.5;
    display: -webkit-inline-box;
    height: auto;
}

.other-submodule.watched {
    opacity: 1;
    cursor: pointer;
    display: -webkit-inline-box;
    height: auto;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bd-example > .btn, .bd-example > .btn-group {
    margin: .25rem .125rem;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}
.btn-primary {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
}

.controller {
	margin-top: 15px;
    text-align: right;
}

body {
	background: #f5f4fa;
}

.welcome {
	float: right;
    position: relative;
    top: -82px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: right;
}

.benvenuto {
	font-size: 12px;
    font-weight: 300;
}

.btn-outline {
	color: #6c6c6c;
    font-weight: 300;
}

.vjs-big-play-button {
    left: 50% !important;
    margin: -24px 0 0 -45px !important;
    top: 50% !important;
}

.quiz {
    background: #FFF;
    padding: 50px;
    min-height: 400px;
}

.quiz h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 35px;
}

.quiz .counter {
    margin-bottom: 8px;
    font-weight: 300;
    text-transform: uppercase;
}

label.form-check-label {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    display: inline;
    margin-left: 11px;
}

.form-check-input {
    transform: scale(1.5);
}

.form-check {
    margin-bottom:  1.5em !important;
}

@media only screen and (max-width: 1200px) {
    .welcome, .sidebar { display: none; }
    .main { width: 100% }
}


@media only screen and (max-width: 768px) {
    .title-left { display: none; }
    .header { padding: 35px 0 105px 0;}
}


.answ-check {
    margin-left: 10px;
    font-weight: 700;
}

.correct {
    color: #16a085 !important;
}

.wrong {
    color: #c0392b !important;
}

.end {
    color: #16a085 !important;
    font-weight: 700;
}