@import url( PALLADIO/CSS/Schoolportal_Modifications.css);

/*.RadAsyncUpload span.ruFileWrap input.ruButton {color:#6C6C6C!important;}*/
.RadAsyncUpload ul li input.ruButton {color:#6C6C6C!important;}

ul li {
	list-style-type: none;
}
.Logo_Nav {
	padding-top: 34px;
	padding-bottom: 20px;
}

ul.dnnAdminTabNav li a {color:#333!important;}

.registerGroup a img {
    width: 25px;
    height: 25px;
}

/* For the Login PopuP */
ul.dnnActions li {
	float: none;
}
.dnnForm ul.dnnActions, .DnnModule ul.dnnActions, ul.dnnActions, .dnnFormItem label, .dnnFormItem .dnnFormLabel {
	margin: 0px;
	padding: 0px;
}

.LoginPanel {
	width: 100%;
	padding-right: 0px;
  height:200px;
}

label.dnnBoxLabel {width:35%!important;}

.dnnFormPopup .dnnModalCtrl {width:75px!important;}

.dnnForm {
	min-width: 100px;
	max-width: 90%;
	margin: auto;
}
.dnnForm.dnnLoginService .dnnLabel {
	width: 100%;
}

.dnnLoginRememberMe {
	padding-left: 0%;
	display: inline-block;
}
.dnnLoginService {
	display: inline-block;
}

.dnnLoginService .dnnFormItem label, .dnnLoginService .dnnFormItem .dnnFormLabel, .dnnLoginService .dnnFormItem .dnnTooltip, .dnnSendPasswordContent .dnnFormItem label, .dnnSendPasswordContent .dnnFormItem .dnnFormLabel, .dnnSendPasswordContent .dnnFormItem .dnnTooltip{
	display: block;
text-align: left;
margin-right: 10px;
font-weight: bold;
float: left;
margin-top: 3px;
width: 90%;
}
.dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
	width: 90%;
	min-width: 100px;
}
.dnnSendPasswordContent ul.dnnActions {
	padding: 0px 0px 0px 5%;
}
.dnnSendPasswordContent {
	width: 90%;
}
.dnnSendPasswordContent input[type="text"] {
	width: 90%;
}
.dnnFormPopup .ui-dialog-title {
	font-size: 12px;
}

@media (max-width: 480px) {
.dnnFormPopup .ui-dialog-title {
	font-size: 8px;
}
.breadcrumb_style, .date_style {font-size:10px;}
}

/* --------------- */
/* For Nav-Tab */

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background-color: #00b0e6;
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Responsive Tables */
@media only screen and (max-width: 1024px) {
/* Force table to not be like tables anymore */
#no-more-tables > table, #no-more-tables > table > thead, #no-more-tables > table > tbody, #no-more-tables > table > tbody > th, #no-more-tables > table > tbody > tr > td, #no-more-tables > table > tbody > tr {
	display: block;
	width: 100%;
}
#no-more-tables > table > thead > tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables > table > tbody > tr {
	float: left;
}
#no-more-tables > table > tbody > tr > td {
	position: relative;
	white-space: normal;
}
#no-more-tables > table > tbody > tr > td:before {
	position: absolute;
}
}