
/* ---

/*Video control*/
/*video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls {
	overflow: hidden !important
}*/

/*video::-webkit-media-controls-enclosure {
	width: calc(100% +   32px);
	margin-left: auto;
}*/

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% +   30px); 
}

.divcourseTB {
	display: table-cell;
	width: 100%;
	height: auto;	
	top: 0;
	vertical-align: top; 		
}
	
video::cue {
	background: none;
	font-style: italic;
	font-size: 1.8em;
	opacity: 0.8;
}
/*End Video control*/

/*Button next page*/
.paginationbtn {
    display: inline-block;
   /* border: 1px solid #00a499;
	border-spacing: 2px;
	border-radius: 0.375em;*/
}

.paginationbtn a {
    color: black;
    float: left;
    padding: 2px 11px;
    text-decoration: none;   
	font-size: 0.7em;
}

.paginationbtn a.active {
    background-color: #00a499;
    color: white;
    border-radius: 5px;
}

.paginationbtn a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

.divNextPages {
	display: block;
	width: 100%;
	
}

/* Style The Dropdown Button */
.dropbtn {
    color: black;
    float: left;
    padding: 2px 11px;
    text-decoration: none;   
	font-size: 0.7em;
}

.dropaction {
    color: #cccccc;
    float: left;
    padding: 2px 11px;
    text-decoration: none;   
	font-size: 1.0em;	
}

/* The container <div> - needed to position the dropdown content */
.ddlrow {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.ddlrow-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.ddlrow-content a {
    color: black;
    padding: 1px 11px;
    text-decoration: none;
    display: block;
    font-size: 0.7em;
    border-radius: 2px;   
}

/* Change color of dropdown links on hover */
.ddlrow-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.ddlrow:hover .ddlrow-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.ddlrow:hover .dropbtn {
    background-color: #00a499;
    color: white;
    border-radius: 5px;
}

.ddlrow:hover .dropaction {
    /*background-color: #00a499;*/
    color: white;
    border-radius: 5px;
}
/*End Button next page*/
