body{
	position:relative;
}
.label {
    padding: .3em .6em .3em;
}
.bg-color-red{
	background-color: #ff5725!important;
}
.bg-color-green{
	background-color: #14CCAA!important;
}
.bg-color-yellow{
	background-color: #ffbc25!important;
}
.fadein {
  -webkit-animation: fadein 0.5s ease 0s forwards;
}
.animated.delay-x1{
  -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-x2{
  -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-x3{
  -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-x4{
  -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-x5{
  -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.delay-x6{
  -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

/*Login*/
.navbar-login .header-dropdown-list{
	margin-right:45px;
}
.navbar-login .header-dropdown-list>li>.dropdown-toggle{
	color:#fff;
	font-weight:bold;
}
.login-page .background{
  background-image: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
/*  background-size: cover; 			ANU 2026-08-21 0805	*/
  background-position: center center;
  background-repeat: no-repeat;
}
.login-page .logo-gdc{
	display:inline-block;
	height:70px;
}
@media (max-width: 991px){
	.login-page .logo-gdc{
		height:60px;
	}
}
@media (max-width: 767px){
	.login-page .logo-gdc{
		margin:auto;
		height:50px;
	}
}
.login-page .logo-gdc img{
	height:100%;
}
.login-page .login-subtitle{
	color: #fff;
	font-weight:300;
	font-size: 22px;
}
@media (max-width: 991px){
	.login-page .login-subtitle{
		font-size: 20px;
	}
}
@media (max-width: 767px){
	.login-page .login-subtitle{
		font-size: 18px;
		margin-bottom: 30px;
	}
}
.login-page #content {
	/* padding:60px; */
	padding:10px;
}
@media (max-width: 767px){
	.login-page #content {
		padding:0 30px;
	}
}
.login-page .login-module {
	border:10px solid rgba(255,255,255,0.4);
	border-radius:4px;
	min-width: 380px;
	max-width: 400px;
	float:right;
}
@media (max-width: 767px){
	.login-page .login-module {
		float:none;
		margin:auto;
		min-width: auto;
	}
}
.login-page .client-form header,
.login-page .smart-form fieldset,
.login-page .smart-form footer  {
	background:rgba(255,255,255,1);
}
.login-page .smart-form .input input {
	height:38px;
	font:14px/16px 'Open Sans', Helvetica, Arial, sans-serif;
	padding:10px;
}
.login-page .smart-form .icon-append {
	top:8px;

}
.login-page #main{
	margin-left:0;
}
.login-page .remember{
	margin-top:12px;
}
.login-page .client-form footer .btn-link{
	margin-top:16px;
	font-size:13px;
}

.smart-form footer .btn{
    height: 38px;
    font: 600 13px/26px 'Open Sans',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.login-page .smart-form .input-w-icon{
	margin:10px 30px 30px;
}
.login-page .smart-form .input-w-icon i{
	top:8px;
}
.login-page .smart-form .input-w-icon input{
	padding-left:40px;
}
.modal-password-recovery {
	text-align: center;
}
.modal-footer-centered{
	text-align:center!important;
}
#login #header #logo {
	margin-top: 9px;
}
@media (max-width: 767px){
	.sm-centered{
		text-align: center;
	}
}
.yourlobal {
	font-size: 16px;
	letter-spacing: -1px;
	color: #fcad24;
	font-weight: 300;
	font-family: 'Open Sans';
	margin-top: -4px;
	margin-left: 6px;
	margin-bottom: 0px;
}
#logo-group{
	width: auto!important;
}
#logo{
	padding:0;
	margin:0;
	width:auto;
}
#logo.logo-adm {
	display: inline-block;
	vertical-align: middle;
	padding:5px;
}
#logo.logo-adm img{
	width:120px;
	display: inline-block;
}
#logo.logo-adm i{
	vertical-align: middle;
	color:#fff;
	opacity:0.7;
	font-weight:bold;
	font-style: inherit;
	font-size:14px;
	display: inline-block;
	padding-left:5px;
}
@media (max-width: 767px){
	#logo.logo-adm i{
		display: none;
	}
}
.smart-form *, .smart-form :after, .smart-form :before {
	-moz-box-sizing: inherit;
}
.smart-form .radio input+i:after {
	-webkit-box-sizing: content-box !important;
}
.green{
  color: green;
}
.section-title{
	padding: 0!important;
    margin: 30px 0!important;
}
.form-action{
	margin-top: 15px;
	margin-bottom: 30px;
	text-align:right;
}
.jarviswidget header .nav-tabs>li>a {
    padding: 10px 15px 9px!important;
}
.jarviswidget header .widget-toolbar{
	display: none!important;
}
.btn {
    padding: 5px 12px;
    font-size: 14px;
}
/*Layout*/
#header {
    display: block;
    height: 49px;
    position: relative;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #3a3633;
    background-image:none;
}
#ribbon{
	display:none;
}
.login-info{
	border-top:1px solid #525151;
	box-shadow:none;
}
.login-info img{
	border-radius: 100%;
    border: 0!important;
    width: 25px;
    margin-right: 5px;
}
.header-dropdown-list>li>.dropdown-toggle{
	color: #fff;
}
#header .btn-header>:first-child>a {
    min-width: 15px;
    border:0;
    background:transparent;
    color: #fff;
}
nav ul li a {
    padding: 10px 10px 10px 8px;
}
nav>ul>li>a>i {
    margin-right: 3px;
    width: 28px;
    opacity:0.7;
}
nav>ul>li.active>a>i,
nav>ul>li:hover>a>i {
    opacity:1;
}
nav>ul>li>a>i>img{
	width: 100%;
}
.jarviswidget>header {
    height: 40px;
}
.jarviswidget>header h2 {
    line-height: 38px;
    font-size: 16px;
    font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1400px){
	.jarviswidget>header h2 {
    	font-size: 14px;
	}
}
.jarviswidget-ctrls .button-icon {
    min-width: 38px;
    height: 38px;
}
.jarviswidget-ctrls a {
    line-height: 38px;
}
.jarviswidget>header>.widget-icon {
    height: 38px;
    line-height: 38px;
}
.smart-form .label{
    margin-bottom: 6px!important;
    line-height: 1!important;
    padding:0!important;
}
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea {
    height: 40px!important;
    font: 14px/16px 'Open Sans',Helvetica,Arial,sans-serif!important;
}
.smart-form .icon-append,
.smart-form .icon-prepend {
    width: auto!important;
    height: 29px!important;
    font-size: 14px!important;
    line-height: 30px!important;
    min-width: 26px!important;
}
.smart-form .select i {
    top: 14px!important;
}
.upload-photo{
    margin: 18px 2px;
    border: 1px solid #ddd;
    padding: 3px;
}
/*Dashboard*/
.dash-points{
	min-height: 323px;
}
.dash-points header .num-points{
	float: right;
	color:#2a86a0;
	font-size: 18px;
	line-height: 1;
    padding: 10px;
}
@media (min-width: 992px) and (max-width: 1400px){
	.dash-points header .num-points {
	    font-size: 14px;
	    padding: 12px 6px 12px 0;
	}
}
.dash-points .row-stats{
	border-bottom:1px solid #ddd;
	padding: 24px 10px 25px;
	display: block;
}
@media (max-width: 1400px){
	.dash-points .row-stats {
    	padding: 18px 10px 19px;
	}
}
.dash-points .row-stats:last-child{
	border-bottom: 0;
}
.dash-points a.row-stats{
	color: inherit;
	text-decoration: none;
}
.dash-points a.row-stats:hover{
	color: inherit;
	text-decoration: none;
}
.dash-points .row-stats .text{
	font-size: 12px;
	font-weight: 600;
	color:#666;
	line-height: 1;
}
.dash-points .row-stats .text span{
	font-size: 12px;
	font-weight: 400;
	color:#666;
	line-height: 1;
}
.dash-points .row-stats .progress{
	display: block;
    width: 100%;
    height: 10px;
    margin:5px 0;
}
.dash-points .row-stats p{
	font-size: 12px;
	font-weight: 400;
	color:#666;
	line-height: 1;
	margin-bottom: 0;
}
.dash-preact{
	min-height: 323px;
}
.dash-preact .widget-body{
	min-height: 281px;
    max-height: 281px;
    overflow-x: auto;
}
.task-description{
   white-space: nowrap;
   text-overflow:ellipsis;
   overflow: hidden;
   max-width:1px;
}
.dash-upgrade{
	margin-bottom: 30px;
}
.dash-upgrade .upgrade-body{
	padding: 20px 20px 10px;
	color: #fff;
	border:0;
	border-bottom: 2px solid #ddd;
	position: relative;
	text-align: center;
	background-color: #2A85A0;
    background-image: -moz-linear-gradient(top,#2A85A0,#29A8AC);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2A85A0),to(#29A8AC));
    background-image: -webkit-linear-gradient(top,#2A85A0,#29A8AC);
    background-image: -o-linear-gradient(top,#2A85A0,#29A8AC);
    background-image: linear-gradient(to bottom,#2A85A0,#29A8AC);
    background-repeat: repeat-x;
    min-height: 323px;
}
.dash-upgrade .upgrade-body i{
	width: 56px;
	height:56px;
	display: inline-block;
	margin:auto;
}
@media (min-width: 992px) and (max-width: 1400px){
	.dash-upgrade .upgrade-body i{
		width: 45px;
		height: 45px;
	}
}
.dash-upgrade .upgrade-body i svg{
	width: 100%;
}
.dash-upgrade .upgrade-body h1{
	font-size: 20px;
	line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1400px){
	.dash-upgrade .upgrade-body h1{
		font-size: 18px;
	}
}
.dash-upgrade .upgrade-body h1 b{
	font-weight: bold;
}
.dash-upgrade .upgrade-body p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1400px){
	.dash-upgrade .upgrade-body p{
		font-size: 13px;
		font-weight: 400;
	}
}
.dash-upgrade .upgrade-body .upgrade-button{
	display: block;
	margin-bottom: 12px;
}
.dash-upgrade .upgrade-body .upgrade-button a{
	margin:auto;
	color: #fff;
}
.dash-upgrade .upgrade-body .upgrade-button a.btn-link{
	font-weight: 600;
	text-decoration:underline;
	font-size: 14px;
}
.dash-upgrade .upgrade-body small{
	display: block;
	font-size: 11px;
	line-height: 1;
}
.member-status{
	padding: 13px 2px;
	float: right;
}
.member-status p{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	text-align: right;
	vertical-align: middle;
	margin: 0;
}
.member-status p b{
	font-weight: bold;
}
.member-status p span.label-status{
	line-height: 1;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	top: -3px;
    margin-left: 5px;
    padding: 2px 7px;
}

/*Profile*/
.btn-transparent{
	background: transparent;
}
.widget-points-position{
	float: right;
	text-align: right;
}
@media (max-width: 767px){
	.widget-points-position{
		float: left;
		text-align: left;
	}
}
.widget-points{
	max-width: 310px;
	padding: 20px;
	text-align: center;
	border:2px solid #57889C;
	display: inline-block;
}
@media (max-width: 767px){
	.widget-points{
		max-width:inherit;
		width: 100%;
		text-align: left;
	}
}
.widget-points h1{
    font-size: 18px;
    color: #57889C;
    line-height: 1.3;
    margin-top: 0;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.widget-points .stats-container{
	position: relative;
}
.widget-points .stats-container small{
	display: block;
	text-align: center;
	position: absolute;
    bottom: 55px;
    left: 0;
    font-size: 16px;
    color: #57889c;
    width: 100%;
}
.dash-news .carousel{
	max-height: 170px;
	margin-bottom: 10px;
	overflow: hidden;
}
.dash-news .carousel .carousel-inner>.item img{
	width: 100%;
	height: 100%;
}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #6aa779; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 1px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}