@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
@import 'manage.css';
@import 'animate.css';
* {
	margin: 0;
	padding: 0;
	/*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	*/
	font-family: 'Open Sans', sans-serif;
}
/** Container Divs **/
.launch-history-row {
	height: 600px !important;
}	

table.netd-table {
	height: 600px;
}
.launch-history-row ul {
	max-height: 600px !important;
}	
/* body */
body {
	font-size: 0.95em;
	color: #333;
}
body.frameless {
	background-color: #fff;
}
body.frameless::before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	background-color: #ff6100;
	/* background: transparent url('custom/bg-main-navigation.png') top left repeat-x; */
	height: 146px;
	width: 100%;
	z-index: -1;
}
/* main-document-div */
body #main-document-div {
	width: 100%;
}
body.frameless #main-document-div {
	width: 100%;
	max-width: 1024px;
	min-width: 900px;
	margin: 0 auto;
}
/* logo */

.universal-search #search-course-container #universal-search-advanced-selector select{
color: white;
	
}
div.logo-container {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.logo-container a {
	text-indent: -9999px;
	display: block;
	width: 503px;
	height: 97px;
	margin-left:20px;
	background: transparent url('custom/logo-lau.png') center left no-repeat;
	background-size: auto 70%;
	outline: none;
}
div.logo-container a:hover {
	animation: pulse 0.5s;
	-webkit-animation: pulse 0.5s;
}
/* welcome greeting */
div.greeting {
	display: none;
}
/* document-body */
div#document-body {
	position: relative;
	padding: 30px 40px;
	background: rgba(255,255,255,0.6);
}
/** NAVIGATION TOP **/
div#navigation-container { /* height of the whole navigation container, it also pushes the body down */
	height: 200px;
	margin-bottom: 20px;
	position: relative;
}
body.frameless div#navigation-container {
	margin-bottom: 30px;
}
/** Main Navigation **/
div#navigation-container-side {
	display: none;
}
div.main-menu-container { /*position of the main navigation */
	position: absolute;
	top: 97px;
	left: 0px;
}
div.main-menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.main-menu-container ul li {
	float: left;
	background: transparent;
}
div.main-menu-container ul li a {
    display: block;
    padding: 0 20px;
    margin: 0;
    line-height: 30px;
    border-radius: 10px;
    color: #fff;
    border: 3px solid #ff6100;
}
/* First Level */
div.main-menu-container ul li a:hover, div.main-menu-container ul li.clicked a, div.main-menu-container ul li.current a {
    /* background: #ff6100; */
    border-radius: 10px;
    border: 3px solid #fff100;
}
/* Drop Down */
div.main-menu-container ul.submenu {
	display: none;
	width: auto; /* Width to help Opera out */
	background: #ff6100;
	position: absolute;
	margin: 0;
	padding: 10px;
	z-index: 999;
}
div.main-menu-container ul.submenu li {
	float: none;
	white-space: nowrap;
	min-width: 200px;
}
div.main-menu-container ul.submenu li a { /* NORMAL */
	transition: all 0.2s linear;
	padding: 8px 10px;
	color: #fff;
	font-size: 0.923em;
	margin-bottom: 1px;
	border: none;
	background: transparent;
	border-radius: 0;
	line-height: inherit;
 *line-height:1;
}
div.main-menu-container ul.submenu li a:hover { /* MOUSEOVER */
	background:#ff6100; /*rgba(196,33,22,0.8);*/
	border-radius: 5px;
	color: #fff;
	padding-left: 20px;
}
/** Secondary Navigation **/
div.sec-menu-container {
	position: absolute;
	height: 68px;
	top: 0;
	padding-top: 40px;
	right: 10px;
	padding-right: 207px;
	background-repeat: no-repeat;
	background-image: url(custom/logo-itau2.png);
	background-position: right;
}
div.sec-menu-container ul, div.sec-menu-container li {
}
div.sec-menu-container li {
	display: inline-block;
	width: 32px;
	height:40px;
	vertical-align:middle;
	text-align: center;
}
div.sec-menu-container li a {
	font-size: 0px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: rgb(255, 241, 0);
	line-height: 30px;
}
div.sec-menu-container li a::before {
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	transition: all 0.1s linear;
}
div.sec-menu-container li a:hover::before {
	color: #ffffff;/* rgba(199,33,53,1);*/
	font-size: 25px;
}
div.sec-menu-container li a.username::before {
	content: "\f007";
}
div.sec-menu-container li a.manage-center::before {
	content: "\f013";
}
div.sec-menu-container li a.help::before {
	content: "\f128";
}
div.sec-menu-container li a.contact-us::before {
	content: "\f003";
}
div.sec-menu-container li a.logout::before {
	content: "\f011";
}
#third-links-container ul {
	position: absolute;
	top: 13px;
	left: 400px;
}
#third-links-container ul li {
	float: left;
	display: block;
}
#third-links-container ul li a {
	font-size: 0.923em;
	border-right: 1px solid #ccc;
	padding: 0 10px;
}
/* search box */
#navigation-container .universal-search {
	position: absolute;
	top: 37px;
	right: 360px;
	background: rgba(255,255,255,0.2);
	border: 2px solid #fee901;
	/* height: 35px; */
	padding: 0px;
	margin: 0px;
	border-radius: 10px;
	padding: 0px 9px;
}
#navigation-container #search-course-container {
	border: 0px;
	box-shadow: none;
	height: auto;
	background: none;
	/* padding: 2px 10px; */
	border-radius: 9px;
}
#navigation-container #search-course-container input[type="submit"] {
	background: transparent url('images/customize/icn-search.png') no-repeat center !important;
	width: 25px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	border: none !important;
	text-indent: -1000em;
 *width:55px;
 *background-position:90% 60%;
 *color:#fff;
 *text-indent:0;/*For IE7*/
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#navigation-container #search-course-container span.search-label {
	display: none;
}
#navigation-container .universal-search #search-course-container #universal-search-form .search-text {
	background: transparent;
	color: #fff;
}
#KEYW {
	background-color: rgba(255,255,255,0.7);
	border: 0px;
}
/*** HOME PAGE ONLY ***/
div#home-page div#navigation-container { /* height of the whole navigation container, it also pushes the body down */
	height: 200px;
}
div#home-page div.greeting {
	display: block;
	font-weight: 400 !important;
	font-size: 20px;
	font-weight: 100;
	color: #ff6100;
	position: absolute;
	top: 179px;
	left: 10px;
	max-width: 550px;
	animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
}
div#home-page div#main-content > h2 {
	display: none;
}
div#home-page div#document-body {
	background: transparent;
	padding: 0px;
}
/* widgets */

div#container-external-links {
    display: none;
}
#home-widgets div.side-widget {
    border: 1px solid #dedede;
    margin-bottom: 1rem;
    border-radius: 7px;
}
#home-widgets .widget-content { /* content only */
	/*background: #fff;*/
	width: 100%;
	padding: 0px;
	overflow-x: hidden;
}
#home-widgets .widget-content > div {
	padding: 10px;
}
#home-widgets .widget-content > table {
	margin: 20px;
}
#home-widgets .widget-header {
    color: #fff;
    background: #ff6100;
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 17px;
    font-weight: bold;
    /* text-transform: uppercase; */
}
#home-widgets div.html-widget .widget-content {
	padding: 0px;
}
/*** ELEMENTS STYLE ***/
/* links and type
-------------------------------------------------------- */
p {
	color: #444 !important;
}
a, a:active, a:visited {
	text-decoration: none;
	color: #ff6100;
	font-size: 1em;
	outline: none;
	line-height: 1.2;
}
a:hover, .button-no-bg:hover, .sec-menu-container li a:hover {
	color: #FF9800;
}
a.button:hover span {
	color: #ffffff;
}
a:hover big { /* manager menu link */
	color: #9E2319;
}
h1, h2 {
	text-align: left;
	line-height: 1.5;
}
body.frameless div#main-content h2:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 40px;
    font-size: 25px;
    font-weight: 100;
    position: absolute;
    top: -45px;
    color: #ff6100;
    margin: 0px;
    animation: fadeIn 0.8s;
    -webkit-animation: fadeIn 0.8s;
}
body.frameless h1, body.frameless h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.8em 0;
}
/*TABLE*/
table th, table td {
	padding: 3px;
}
table.sortable, table.netd-table {
	background: #fff;
}
table.sortable td {
	padding: 5px;
}
.widget-content table th, .widget-content table td {
	padding: 3px 0;
}
/* TABLE HEADERS
-------------------------------------------------------- */
th, .headers, .head1, .head2, .head3, .head5, .param_header, .viewHeader, div.side-widget .widget-header {
	background-color: #ff6100;
	color: #fff;
	font-weight: normal;
	padding: 5px;
}
th .tooltip.icon-question-sign, .sortable th a, .viewHeader a {
	color: #fff;
}
td.comp-center-intro {
	background-color: #eee;
}
table.netd-table thead tr th {
	padding: 8px 15px;
}
.career-summary-section h3, .career-summary-section table thead th {
	padding: 6px 15px;
}
/*Form*/
select {
	padding: 3px;
}
/* BUTTONS
-------------------------------------------------------- */
input[type="text"], input[type="password"] {
	padding: 4px 5px;
}
input[type="submit"], input[type="reset"], input[type="button"], .button, .abutton, .buttonfixed, .topbuttonfixed, .newskinbutton, .topbutton, .leftbutton, .mainbutton, button {
	padding: 3px 5px;
	margin: 0 2px 0 0;
	background: #ff6100;
	color: #fff;
	transition: all 0.2s linear;
	font-size: 0.9em;
}
input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="button"]:disabled, .button:disabled, .abutton:disabled, .buttonfixed:disabled, .topbuttonfixed:disabled, .newskinbutton:disabled, .topbutton:disabled, .leftbutton:disabled, .mainbutton:disabled, button:disabled, input[type="submit"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="button"]:disabled:hover, .button:disabled:hover, .abutton:disabled:hover, .buttonfixed:disabled:hover, .topbuttonfixed:disabled:hover, .newskinbutton:disabled:hover, .topbutton:disabled:hover, .leftbutton:disabled:hover, .mainbutton:disabled:hover, button:disabled:hover {
	background: #aaa;
	color: #808080;
}
.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover, .abutton:hover, .buttonfixed:hover, .topbuttonfixed:hover, .newskinbutton:hover, .topbutton:hover, .leftbutton:hover, .mainbutton:hover, button:hover {
	background-color: #ff6100;
	color: #fff;
}
/* Tabs 
---------------------------------*/
.tabs {
	margin-bottom: 4px;
	border-bottom: 5px solid #ff6100; /*rgba(196,33,22,1);*/
}
.tabs ul, .tabs ul li, .tabs a, .tabs a span {
	border: 0px;
	padding: 0px;
}
.tabs a {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    padding: 10px;
    margin: 0 1px;
    border-radius: 15px 15px 0 0;
    border: 1px solid #e8e8e8;
}
.tabs a:hover {
	background-color: #efefef;
	color: #ff6100;
	transition: all 0.2s linear;
	border-radius: 15px 15px 0 0;
}
.tabs a.selected {
	color: #fff;
	background: #ff6100; /*rgba(196,33,22,1);*/
	border-radius: 15px 15px 0 0;
}
/* Others */
.general-calendar-container .actions, .personal-calendar-container .actions {
	background: transparent;
}
.netd-table tbody tr:hover, table#system_configuration_table tbody tr:hover, b table tr:hover, #home-widgets .goals-container ul li a:hover, .netd-form li.align-horizontal:hover, .course-instance .submodule-list tr:hover, .assignment-selector ul li:hover, #home-widgets .home-catalog-courses li:hover, ul.sortable li:hover, #checklist-table tr:hover td, .events-list li:hover {
	background-color: #dfe7f1;
	border-radius: 15px 15px 0 0;
}
table.netd-table tbody tr td, table#system_configuration_table tbody tr td {
	border-bottom: 0px;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.netd-faceted-search h3 {
	color: #333;
}
.netd-filter-form {
	background: #fff;
}
.netd-filter-group label {
	color: #333;
}
#searchform-toggle {
	color: #fff;
	font-size: 0.8em;
	background: #ff6100;
}
#searchform-toggle:hover {
	color: #fff;
	background: #ff6100;
}
/* flex box */
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flex-item {
	webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin: 0px 15px;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	font-size: 0.8em;
	font-weight: 100;
}
#home-widgets div.grid_12 div.side-widget:first-child div.widget-content {
	background: rgba(255,255,250,0.4);
}
