html{
}	
html body.light-theme{
	color:#333;
	line-height:1.4em;
	font-size: 0.9rem;
	padding: 0!important;
	margin: 0!important;
	position: relative;
	width:100%;
	max-width:100%;
	height:100%;
}
html body.dark-theme{
	color:#FFF;
	line-height:1.4em;
	font-size: 0.9rem;
	padding: 0!important;
	margin: 0!important;
	position: relative;
	width:100%;
	max-width:100%;
	height:100%;
}
html body .row{
	margin:auto!important;
}
.dir-ltr{
   direction:ltr!important;
}
html body .container{
	width:100%;
	max-width:100%;
}
* {
  box-sizing: border-box;
}
.border-none{
   border:none!important;
}
.bg-none,.bg-none:focus{
   background:none!important;
}
img{
	border:0px;
	max-width:100%;
	height:auto;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
html .light-theme a{
	text-decoration:none;
	color:#333;
}
html .light-theme a:hover{
	color:#333;
}
html .dark-theme a{
	text-decoration:none;
	color:#FFF;
}
html .dark-theme a:hover{
	color:#FFF;
}
html div{
	min-height:1px;
}
html p{
	color:#333;
	padding:0px;
	margin:0px;
}
html ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
html li{
	margin: 0;
	padding: 0;
	list-style: none;
}
html small, .small, .smalldark, .img_caption, .contenttoc {
    font-size:12px;
}
noscript{
	display: block!important;
}
.row > div{
	position: relative;
}
.rounded-small{
	border-radius:5px!important;
}
.rounded{
	border-radius:10px!important;
}
.rounded-2{
	border-radius:20px!important;
}
.rounded-3{
	border-radius:30px!important;
}
.pace-done{
}
.pace.pace-inactive{
	display:none!important;
}
.fs-10{
   font-size:10px!important;
}
.fs-11{
   font-size:11px!important;
}
.fs-12{
   font-size:12px!important;
}
.fs-13{
   font-size:13px!important;
}
.fs-14{
   font-size:14px!important;
}
.fs-15{
   font-size:15px!important;
}
.fs-16{
   font-size:16px!important;
}
.fs-17{
   font-size:17px!important;
}
.fs-18{
   font-size:18px!important;
}
.fs-19{
   font-size:19px!important;
}
.fs-20{
   font-size:20px!important;
}
.fs-30{
   font-size:30px!important;
}
.fs-40{
   font-size:40px!important;
}
.fs-50{
   font-size:50px!important;
}
.fs-25{
   font-size:25px!important;
}
.fs-35{
   font-size:35px!important;
}
.fs-45{
   font-size:45px!important;
}
.fs-55{
   font-size:55px!important;
}
.w-bold{
   font-weight: 700!important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
   background-color: #3b69b5 !important;
   color: #FFF !important;
}
.nav-link{
   color: #3b69b5 !important;
}
					