@charset "UTF-8";
/* CSS Document */
/* material-icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../../modules/dtlive3/font/material-icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

/* MODULO ELEARNING */
.myCourses .iconCourse {
	width: 27%;
	text-align: right;
}

.iconCourse img, .tipo img {
	height: 23px;
	padding-right: 3px;
	float: right;
}

.iconCourse .sp_popup_show img, .iconCourse .sp_popup_show_null img {
	border-left: 1px solid #333;
	padding-left: 10px;
}

.iconCourse div {
	padding: 0px !important;
}

#module-dtsaw2-view #center_column {
	border-right: 15px solid #f3f3f3;
}


#module-dtsaw2-view #center_column .titleCourse .titleBox {
	padding-bottom: 15px;
}

#module-dtsaw2-view #center_column .titleCourse .navBox {
	padding-top: 10px;
}

#module-dtsaw2-view #center_column .titleCourse .navBox strong {
	font-size: 17px;
}

#module-dtsaw2-view .titleCourse .navBox div {
	width: 100%;
	padding: 10px;
	background-color: #86c838;
	text-align: center;
}

#module-dtsaw2-view .titleCourse .navBox div a {
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
}

#module-dtsaw2-view .titleCourse .navBox div a:hover, #module-dtsaw2-view .titleCourse .navBox div a:focus {
	color: #ffffff !important;
	text-decoration: underline;
}

#module-dtsaw2-view #center_column .titleCourse .navBox a {
	color: #000;
	text-decoration: underline;
}
	
#module-dtsaw2-view #center_column .titleBox h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: "Myriad Pro", "Myriad Web Pro", Arial, Helvetica, sans-serif !important;
	font-weight: 500;
	letter-spacing: -1px;
}

#module-dtsaw2-view #center_column .infoBox .unitCourse, #module-dtsaw2-view #center_column .infoBox .infoCourse {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #dfdfdf;
	clear: both;
	width: 100%;
}

#module-dtsaw2-view #center_column .infoBox .infoCourse {
	margin-top: 10px;
}

#module-dtsaw2-view #center_column .infoBox .unitCourse {
	height: 53px;
}

#module-dtsaw2-view #center_column .infoBox .labelRis  {
	display: inline-block;
	float: left;
	font-weight: bold;
	padding: 8px 10px 0 0;
}

#module-dtsaw2-view #center_column .infoBox .pullLeft  {
	float: left;
	padding: 3px;
	margin-right: 3px;
}

#module-dtsaw2-view  .selectStep  {
	border: 1px dotted #86c838;
	background-color: #e5f7d0;
}

#module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox1, #module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox2, #module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox3 {
	display: inline-block;
	width: 30%;
}

#module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox2 {
	display: inline-block;
	width: 38%;
}

#module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox3 a {
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
}

#module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox3 img {
	float: left;
	padding-right: 10px;
}

#module-dtsaw2-view #center_column .navBox .navCourse {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #dfdfdf;
	width: 100%;
	text-align: center;
}

.logoCourse img {
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}


/* BTN NAVIGAZIONE */

#module-dtsaw2-view #center_column .backBtn, #module-dtsaw2-view #center_column .nextBtn, #module-dtsaw2-view #center_column .backBtnD, #module-dtsaw2-view #center_column .nextBtnD {
	width: auto;
	display: inline-block;
	padding: 5px;
	margin-bottom: 8px;
	margin-top: 5px;
}

#module-dtsaw2-view #center_column .backBtn, #module-dtsaw2-view #center_column .backBtnD {
	border-right: 1px solid #bbb;
}

#module-dtsaw2-view #center_column .backBtn a, #module-dtsaw2-view #center_column .nextBtn a, #module-dtsaw2-view #center_column .backBtnD a, #module-dtsaw2-view #center_column .nextBtnD a {
	display: inline-block;
	margin: 10px;
	width: 31px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}

#module-dtsaw2-view #center_column .backBtn a {
	background-image: url(../../../modules/dtsaw2/img/Skin3.0/backU.png);
}

#module-dtsaw2-view #center_column .nextBtn a {
	background-image: url(../../../modules/dtsaw2/img/Skin3.0/nextU.png);
}

#module-dtsaw2-view #center_column .backBtn a:hover {
	background-image: url(../../../modules/dtsaw2/img/Skin3.0/backM.png);
}

#module-dtsaw2-view #center_column .nextBtn a:hover {
	background-image: url(../../../modules/dtsaw2/img/Skin3.0/nextM.png);
}

#module-dtsaw2-view #center_column .backBtnD a, #module-dtsaw2-view #center_column .backBtnD a:hover {
	background-image: url(../../../modules/dtsaw2/img/Skin3.0/backD.png);
	cursor: default;
}

#module-dtsaw2-view #center_column .nextBtnD a, #module-dtsaw2-view #center_column .nextBtnD a:hover {
	background-image: url(../../../modules/dtsaw2/img/Skin3.0/nextD.png);
	cursor: default;
}

/* INDICE CORSO */

#module-dtsaw2-view #center_column .navbar {
	margin-top: 0px;
	margin-bottom: 0px;
}

#module-dtsaw2-view #center_column .navbar-header {
	color: #000000;
	background-color: #ffffff;
	float: none;
	border-top: 1px solid #aaa;
	padding-top: 10px;
}

#module-dtsaw2-view #center_column .navbar-default .navbar-toggle {
    border-color: #cccccc;
}

#module-dtsaw2-view #center_column .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

#module-dtsaw2-view #center_column .titleNavBar {
	font-size: 20px;
	padding-bottom: 10px;
	padding-left: 3px;
}

#module-dtsaw2-view #center_column .navbar-default {
    border: 0px none;
	background-color: #ffffff;
	margin-left: -5px;
}

#module-dtsaw2-view #center_column .navbar-collapse {
	font-size: 13px;
    max-height: 355px !important;
    overflow: auto !important;
    padding-left: 0;
    padding-right: 0px !important;
}

#module-dtsaw2-view #center_column .navbar-collapse li {
    padding: 3px 5px 3px 10px;
	line-height: 100%;
}

#module-dtsaw2-view #center_column .navbar-collapse .active {
    background-color: #e7efda;
}
	
@media (max-width: 992px) {

/* MODULO ELEARNING */

#module-dtsaw2-view #center_column .backBtn, #module-dtsaw2-view #center_column .nextBtn {
	width: auto;
	display: inline-block;
	padding: 0px;
	margin-bottom: 3px;
}

#module-dtsaw2-view #center_column .navbar-collapse {
	font-size: 13px;
    overflow: hidden !important;
    padding-left: 0;
    padding-right: 0px !important;
}

#module-dtsaw2-view #center_column h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.logoCourse img {
	width: 30%;
	border-top: 0px none;
	padding-top: 0px;
}

.logoCourse {
	border-top: 1px solid #ccc;
    clear: both;
    padding-bottom: 10px;
    text-align: center;
    top: 10px;
}

}

@media (max-width: 768px) {
	
#module-dtsaw2-view #center_column .titleCourse .navBox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	text-align: right;
}

#module-dtsaw2-view #center_column .titleCourse .navBox div {
	display: inline-block;
}

#module-dtsaw2-view #center_column .titleCourse .navBox a {
}

#module-dtsaw2-view #center_column .titleCourse .titleBox {
	padding-bottom: 5px;
}

	
	/* INDICE CORSO */

#module-dtsaw2-view #center_column .navbar {
	margin-top: 15px;
	margin-bottom: 0px;
}

#module-dtsaw2-view #center_column .navbar-header {
	color: #ffffff;
	background-color: #cccccc;
}

#module-dtsaw2-view #center_column .navbar-default .navbar-toggle {
    border-color: #cccccc;
}

#module-dtsaw2-view #center_column .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

#module-dtsaw2-view #center_column .titleNavBar {
	position: relative;
	font-size: 20px;
	top: 12px;
	left: 15px;
	float: left;
}

#module-dtsaw2-view #center_column .navbar-default {
    border: 0px none;
	background-color: #ffffff;
}

#module-dtsaw2-view #center_column .navbar-collapse {
    max-height: 250px;
	padding-left: 0px;
}

#module-dtsaw2-view #center_column .navbar-collapse li {
    padding: 3px 5px;
}

#module-dtsaw2-view #center_column .navbar-collapse .active {
    background-color: #e7efda;
}
	
/* MODULO ELEARNING */

#module-dtsaw2-view #center_column .infoBox .labelRis  {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}

#module-dtsaw2-view #center_column .infoBox .pullLeft  {
	float: none;
}

#module-dtsaw2-view #center_column .infoBox .unitCourse {
	height: auto;
}

#module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox1, #module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox2, #module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox3 {
	display: block;
	width: 100%;
}

#module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox2, #module-dtsaw2-view #center_column .infoBox .infoCourse .infoBox3 {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #888;
}

.logoCourse img {
	width: 50%;
	padding-top: 10px;
}

.logoCourse {
	text-align:center;
	border-top: 0px none;
	padding-top: 0px;
	margin-top: 0px;
	top: 0px;
}

}






/* MY COURSES */

.myCourses label {
	display: none;
	visibility: hidden;
}

.myCourses .category-name {
	font-size: 33px;
}

.myCourses .page-heading {
border-bottom: 0px none;
}

.myCourses .page-heading span.heading-counter {
	color: #333333;
    font: normal 15px Arial,Helvetica,sans-serif;
}

.myCourses .rowHead {
	background-color: #8ecf58;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

.myCourses .rowEven {
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
}

.myCourses .rowOdd {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.myCourses .rowEven div, .myCourses .rowOdd div, .myCourses .rowHead div {
	padding: 8px 10px;
	display: inline-block;
	vertical-align: top;
}



.myCourses .tipo {
	width: 5%;
}

.myCourses .dataIsc {
	width: 12%;
}

.myCourses .courseTitle {
	width: 55%;
}

.myCourses .courseTable {
	margin-top: 15px;
}

.myCourses .search {
	padding: 10px 0px 0px;
}

.myCourses .search div:first-child {
	padding-right: 10px;
	margin-right: 10px;
	/*border-right: 1px solid #111;*/
}

.myCourses .search div {
	display: inline;
}

.myCourses .search input {
	border: 1px solid #aaa;
	padding: 3px 5px;
}

.myCourses .clear {
	clear: both;
}

@media (max-width: 992px) {
.myCourses .rowHead .iconCourse {
	display: none;
	visibility: hidden;
}

.myCourses .rowEven .iconCourse, .myCourses .rowOdd .iconCourse {
	clear: both;
	display: block;
	width: 100%;
	border-top: 1px dotted #ccc;
	text-align: right;
}

.myCourses .courseTitle {
	width: 75%;
}

.myCourses .dataIsc {
	width: 20%;
}


}

@media (max-width: 768px) {
	
.myCourses label {
	display: inline-block;
	visibility: visible;
	padding-right: 7px;
}

.myCourses .rowHead {
	display: none;
	visibility: hidden;
}

.myCourses .courseTitle {
	clear: both;
	display: block;
	width: 100%;
	border-top: 1px dotted #ccc;
}

.myCourses .dataIsc {
	width: 100%;
}

}

@media (max-width: 490px) {
	
.myCourses .search div:first-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px none;
	padding-bottom: 10px;
}

.myCourses .search div {
	display: block;
}

.myCourses .search {
	float: left !important;
	padding: 10px;
	background-color: #e7f3da;
	width: 100%;
}

}



/* BTN CORSO */

.pb-center-column .subsBtnBox {
	position: relative;
}

.pb-center-column .courseSubscr a {
	background-color: #8ecf58;
    color: #ffffff;
	border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.42857;
    margin: 10px 0;
    padding: 10px 16px;
	text-align: center;
	width: fit-content;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.pb-center-column .courseSubscr a:hover {
	text-decoration: underline;
}

.subsBtnBox .waitPopup {
	background-color: #e5e4e4;
	text-align: center;
    border: 1px solid #999;
    box-shadow: 5px 5px 5px #ccc;
    padding: 8px 20px;
    top: 0;
	left: 90px;
    z-index: 1000;
	visibility: hidden;
	display: none;
}

.subsBtnBox .waitPopup img {
	padding-bottom: 0px;
}

@media (max-width: 490px) {
.subsBtnBox .waitPopup {
	margin-right: 10px;
	}
}

/*MYCOURSES*/
.table.mycourses thead th {
    vertical-align: middle;
    border-right: 1px solid #fff;
    background-color: #039a9a;
    color: #fff;
    font-size: 16px;
    height: 38px;
}
.table.mycourses thead th, .table.mycourses tbody td {
    padding: 5px 15px;
    border: 0 none;
}
.table.mycourses thead th:first-child, .table.mycourses tbody td:first-child {
    width: 150px;
}
.table.mycourses thead th:last-child, .table.mycourses tbody td:last-child {
    text-align: center;
    border: 0 none;
    width: 150px;
}
.table.mycourses tbody td label {
    display: none;
}
.iconCourse .icoGrey {
    color: #999;
}
.iconCourse .icoGreen {
    color: #0F9B00;
}
.iconCourse .icoRed {
    color: #CA0003;
}