@charset "utf-8";
/* common css */
body {
  font-family: Verdana, Lucida, Helvetica, Arial, "Microsoft Yahei", sans-serif;
  line-height: 175%;
}
body, html {
	height: 100%
}
a {
	color: #4a89dc
}
a:focus, a:hover {
	color: #2363b6
}
.f-l-15 {
    letter-spacing: 1.5px!important;
}
.p-a-md {
    padding: 20px!important;
}
.p-a-lg {
    padding: 30px!important;
}
.p-b-lg, .p-y-lg {
    padding-bottom: 30px!important;
}
.p-t-lg, .p-y-lg {
    padding-top: 30px!important;
}
.m-b-lg, .m-y-lg {
    margin-bottom: 30px!important;
}
.m-t-lg, .m-y-lg {
    margin-top: 30px!important;
}
.m-t-0 {
    margin-top: 0!important;
}
.m-b-t-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.m-x-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
.text-white, a.text-white:focus, a.text-white:hover {
    color: #fff!important;
}
.text-lighten {
    color: rgba(255,255,255,.5)!important;
}
a.text-lighten:focus, a.text-lighten:hover {
	color: rgba(255,255,255,.8)!important
}
.text-muted {
    color: #888!important;
}
.text-uppercase {
    text-transform: uppercase;
}
a.text-muted {
	color: #337ab7!important
}
.bg-white {
    background: #fff!important;
}
.f-w-700 {
    font-weight: 700!important;
}
.light-bs {
    -webkit-box-shadow: 0 0 0 6px rgba(255,255,255,.2);
    -moz-box-shadow: 0 0 0 6px rgba(255,255,255,.2);
    box-shadow: 0 0 0 6px rgba(255,255,255,.2);
}


.form-control {
    height: 40px;
    border-color: rgba(220,220,220,1);
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: border-color ease-in-out .3s;
    -o-transition: border-color ease-in-out .3s;
    transition: border-color ease-in-out .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
  border-color: #4a89dc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn {
    padding: 9px 12px;
    border-radius: 0px;
    height: 40px;
}
.btn-default {
	color: #555;
	background-color: #fff;
	border-color: #e1e8ed
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
	color: #333;
	background-color: #fafafa;
	border-color: #e1e8ed
}
.btn-primary {
    background-color: #4a89dc;
	border-color: #4a89dc
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #2973d4;
	border-color: #2973d4
}
.btn-success {
    background-color: #81c784;
    border-color: #81c784;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
	background-color: #65ba68;
	border-color: #65ba68;
}
.btn-info {
	background-color: #4fc3f7;
	border-color: #4fc3f7
}
.btn-info.focus, .btn-info:focus, .btn-info:hover {
	background-color: #28b6f5;
	border-color: #28b6f5
}
.btn-warning {
	background-color: #f6bb42;
	border-color: #f6bb42
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
	background-color: #f4ad1b;
	border-color: #f4ad1b
}
.btn-danger {
	background-color: #ef5350;
	border-color: #ef5350
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
	background-color: #ec2e2b;
	border-color: #ec2e2b
}


/*rs-wrapper*/
#rs-wrapper {
	position: relative;
	min-height: 100%;
	background-color: #f5f5f5;
	z-index: 1
}
#rs-wrapper:after, #rs-wrapper:before {
	content: "";
	display: table
}
#rs-wrapper:after {
	clear: both
}
.bg-transparent {
    background: rgba(0,0,0,.15)!important;
}

/*left css*/
.full-height-content, .full-height-content.fixed {
	position: relative;
	width: 100%;
	display: block
}
.bg-grad-trans {
}
.center-content {
	position: relative;
	display: inline-block;
	right: auto;
	bottom: auto;
	left: auto;
	top: auto;
	margin-right: auto;
	margin-left: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none
}
.login-footer {
	z-index: 2;
	padding: 15px;
	text-align: center;
	display: block;
	border-top: 1px solid #e1e8ed;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-top: 0;
	background: 0 0;
	border-width: 0
}
.rsi {
    position: relative;
    top: 2px;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30%;
    height: 50px;
    padding: 12px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rsi i {
    font-size: 26px;
    display: block;
    margin: 0 auto 10px;
    color: rgba(255,255,255,.5);
    cursor: pointer;
    -webkit-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s;
}
.rsi i:hover {
    color: #fff;
}

/*right css*/
.help-block {
    font-size: 12px;
    color: #999;
}
.right-side .control-label {
    font-weight: 500;
}

/*checkbox radio*/
.checkbox-custom, .radio-custom {
    position: relative;
}
.checkbox-custom label, .radio-custom label {
    padding-left: 30px;
}
.checkbox-custom input[type=checkbox], .radio-custom input[type=radio] {
	display: none
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-top: 6px;
	margin-left: -22px
}
.checkbox-custom .checker, .radio-custom .checker {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	z-index: 9;
	width: 20px;
	height: 20px;
	background: #fff;
	content: "";
	font-size: 12px;
	color: #555;
	left: 0;
	top: 2px;
	-webkit-box-shadow: inset 0 0 0 2px rgba(220,220,220,1);
	-moz-box-shadow: inset 0 0 0 2px rgba(220,220,220,1);
	box-shadow: inset 0 0 0 2px rgba(220,220,220,1)
}
.radio-custom .checker {
	border-radius: 10px
}
.checkbox-custom .checker:after, .radio-custom .checker:after {
	position: absolute;
	z-index: 9;
	width: 20px;
	height: 20px;
	content: "\e013";
	text-align: center;
	line-height: 20px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out
}
.radio-custom .checker:after {
	content: "";
	background: #555;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out
}
.checkbox-custom input[type=checkbox]:checked+.checker, .radio-custom input[type=radio]:checked+.checker {
	-webkit-box-shadow: inset 0 0 0 2px rgba(85,85,85,1);
	-moz-box-shadow: inset 0 0 0 2px rgba(85,85,85,1);
	box-shadow: inset 0 0 0 2px rgba(85,85,85,1)
}
.checkbox-custom input[type=checkbox]:checked+.checker:after, .radio-custom input[type=radio]:checked+.checker:after {
	opacity: 1
}
.radio-custom input[type=radio]:checked+.checker:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}
.checkbox-custom input[type=checkbox]:checked:disabled+.checker, .checkbox-custom input[type=checkbox]:disabled+.checker, .radio-custom input[type=radio]:checked:disabled+.checker, .radio-custom input[type=radio]:disabled+.checker {
	opacity: .4
}
.checkbox-custom.checkbox-primary .checker, .checkbox-custom.checkbox-primary input[type=checkbox]:checked+.checker, .radio-custom.radio-primary .checker, .radio-custom.radio-primary input[type=radio]:checked+.checker {
	color: #4a89dc;
	-webkit-box-shadow: inset 0 0 0 2px #4a89dc;
	-moz-box-shadow: inset 0 0 0 2px #4a89dc;
	box-shadow: inset 0 0 0 2px #4a89dc
}
.radio-custom.radio-primary .checker:after {
	background: #4a89dc
}
.checkbox-custom.checkbox-success .checker, .checkbox-custom.checkbox-success input[type=checkbox]:checked+.checker, .radio-custom.radio-success .checker, .radio-custom.radio-success input[type=radio]:checked+.checker {
	color: #81c784;
	-webkit-box-shadow: inset 0 0 0 2px #81c784;
	-moz-box-shadow: inset 0 0 0 2px #81c784;
	box-shadow: inset 0 0 0 2px #81c784
}
.radio-custom.radio-success .checker:after {
	background: #81c784
}
.checkbox-custom.checkbox-info .checker, .checkbox-custom.checkbox-info input[type=checkbox]:checked+.checker, .radio-custom.radio-info .checker, .radio-custom.radio-info input[type=radio]:checked+.checker {
	color: #4fc3f7;
	-webkit-box-shadow: inset 0 0 0 2px #4fc3f7;
	-moz-box-shadow: inset 0 0 0 2px #4fc3f7;
	box-shadow: inset 0 0 0 2px #4fc3f7
}
.radio-custom.radio-info .checker:after {
	background: #4fc3f7
}
.checkbox-custom.checkbox-warning .checker, .checkbox-custom.checkbox-warning input[type=checkbox]:checked+.checker, .radio-custom.radio-warning .checker, .radio-custom.radio-warning input[type=radio]:checked+.checker {
	color: #f6bb42;
	-webkit-box-shadow: inset 0 0 0 2px #f6bb42;
	-moz-box-shadow: inset 0 0 0 2px #f6bb42;
	box-shadow: inset 0 0 0 2px #f6bb42
}
.radio-custom.radio-warning .checker:after {
	background: #f6bb42
}
.checkbox-custom.checkbox-danger .checker, .checkbox-custom.checkbox-danger input[type=checkbox]:checked+.checker, .radio-custom.radio-danger .checker, .radio-custom.radio-danger input[type=radio]:checked+.checker {
	color: #ef5350;
	-webkit-box-shadow: inset 0 0 0 2px #ef5350;
	-moz-box-shadow: inset 0 0 0 2px #ef5350;
	box-shadow: inset 0 0 0 2px #ef5350
}
.radio-custom.radio-danger .checker:after {
	background: #ef5350
}


@media (min-width:769px) {
.full-height-content {
	position: absolute!important;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 50%!important
}
.full-height-content.fixed {
	position: fixed!important
}
.full-height-content.right-side {
	right: 0;
	left: auto
}
.center-content {
	position: absolute;
	z-index: 10;
	display: block;
	right: auto;
	bottom: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}
}
