﻿
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

html,body {
	font-family:'Roboto', sans-serif;
	font-size:20px;
    font-weight:300;
	line-height:28px;
	margin:0px;
	padding: 0;
	width:100%;
	height:100%;
	min-height:100%;
}

body.glit-userisadmin{
    margin-left: 0 !important;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Normal, .NormalDisabled, .NormalDeleted {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	line-height:28px;
    font-weight:300;
}
body { 
	height:100%;
	min-height:100%;
	position:absolute;
}
.DNNEmptyPane{
    display:none;
}
#Form {
    height:100%;
}
img {max-width:100%;}
body .nopaddingbottom {padding-bottom:0;}
ul ul, ul ol, ol ol, ol ul { margin-left:0; }
.footer {padding:30px 0 0 0;}
.copyrightrow > * {display:inline-block; float:left; padding-right:20px;}
.copyrightrow a {text-decoration:none;}
#desktopnavirow {position:fixed;width:100%;z-index:1;top:0;}
.glit-userisadmin #desktopnavirow {top:53px}
.glit-iseditmode #desktopnavirow {position:relative;top:0px}
#mobilenavirow {position:fixed;width:100%;z-index:100;top:0;}
.glit-iseditmode #mobilenavirow,
.glit-userisadmin #mobilenavirow {position:relative;}
#desktopnavirow [class*="col-"],
#mobilenavirow [class*="col-"] {padding-bottom:0;}
#contentwrapper {min-height:300px;padding-top:30px;}

.center {text-align:center;}

.transition {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.rounded {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#scroll_top {
    bottom: 5px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 5px;
    padding:0 5px;
    z-index: 200;
    display: none;
}
#logo img {
    width:200px
}
#logoTablet {
    width:170px;
}

.glitmoduleanchor{
position:absolute;
margin-top:-100px;
}
.footer .title {
    text-decoration: none;
    font-size: 25px;
    line-height: 32px;
    padding: 10px 0 11px 0;
    display: block;
}

.copyright{
    padding:10px 0;
}
.footer a,
.copyright a {
    text-decoration:none;
}
.copyright a,
.copyright #dnn_dnnLogin_loginGroup,
.copyright #dnn_dnnRegister_registerLink {
    display:inline-block;
    float:left;
    padding-right:15px;
}

.right a, .right .loginGroup{float:right!important;}
.nopaddingbottom.small{font-size:small;}
.copyright .loginGroup{padding-right:0!important;}

.highlight {
    padding:15px;
}
.noexternicon .glit.external.icon {display:none;}