/*@import url(https://fonts.googleapis.com/css?family=Lato);*/
/*@import url(https://fonts.googleapis.com/css?family=Lato:700,400,300,100);*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font-family: Verdana, sans-serif; font-size: 11px; line-height: 1.4em; background: #eee; }

@media screen and (min-width: 1280px) {
    #ssosessions-page #container { width: 1280px; }
}

@media only screen and (max-width: 960px) {
    #container { width: 100%; }
    #content {
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

body#cas {
    background: #153e50; /* Old browsers */
}

a:link, a:visited {
    color: #257bb2;
}

a:hover {
    color: #1764a4
}

p {
    /* margin-bottom: 1.4em; */
}

header {
    overflow: hidden;
    padding: 20px 0;
}

#logo {
    display: block;
    background: url(../images/logo.png) no-repeat;
    text-indent: -999em;
    float: left;
    height: 100px;
    width: 80%;
    margin-right: 40px;
    border: 0px;
}

header h1 {
    float: right;
    width: 119px;
    height: 95px;
   # background: url(../images/cas-logo.png) no-repeat;
    text-indent: -999em;
}

#content {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#msg {
    padding: 5px 20px;
}

#msg.errors {
   	border: 1px solid #ffd2d2;
    color: #b74d46;
    padding-left: 26px;
    background: url(../images/error.png) no-repeat 5px center;
    background-size: 16px 16px;
}

#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/success.png) no-repeat 20px center; }
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.png) no-repeat 20px center; }
#msg.question { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/question.png) no-repeat 20px center; }
#msg.warn { border: 1px dotted #960; color: #960; padding-left: 100px; background: #ffbc8f url(../images/info.png) no-repeat 20px center; }

.errors {
    border: 1px dotted #BB0000;
    color: #BB0000;
    padding-left: 100px;
    padding-top:5px;
    margin-bottom:5px;
    background: url(../images/error.png) no-repeat 20px center;
}

#serviceui.serviceinfo {
    border: 1px dotted #0066FF;
    color: black;
    padding-left: 10px;
    padding-top: 5px;
}

#servicedesc {
    vertical-align:middle;
    padding-left: 30px;
    width: 90%;
}

/*登录*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F2F4F9 inset;
  -webkit-text-fill-color: #333;
}

.login-info{
    margin-top: 20px;
}
#login .row {
    box-sizing: border-box;
    /* padding: 10px 0; */
    display: flex;
    align-items: center;
    background-color: #F2F4F9!important;
}

#login label {
    margin-bottom: 2px;
}

#login .check{
    margin-top: 18px;
    background-color: transparent!important;
}
#login .check label {
    color: #AAB3BD;
    display: inline;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
     user-select:none;
}

#login input[type=text], 
#login input[type=password] {
    background-color: #F2F4F9!important;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 5px;
    padding-left: 20px;
    border: none;
    outline: none;
    transition: .3s linear all;
    width:100%;
    height: 46px;
    line-height: 46px;
    
}
#login input::-webkit-input-placeholder{
    color: #dde0eb!important;
    /* font-size: 16px; */
}
#login input:-moz-placeholder{
    color: #dde0eb!important;
    /* font-size: 16px; */
}
#login input::-moz-placeholder{
    color: #dde0eb!important;
    /* font-size: 16px; */
}
#login input:-ms-input-placeholder{
    color: #dde0eb!important;
    /* font-size: 16px; */
}
.input__prefix{
    display: inline-block;
    width: 64px;
    text-align: center;
    border-right: 1px solid #dde0eb;
}
.input__prefix img{
    width: 18px;
    height: 19px;
}
.inp {
	outline: none;
}
.inp:focus {
	/* border: 1px solid #52A8EC !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important; */
}

#login .btn-submit {
    background: #0078FF;
    border: 0;
    outline:none;
    color: white;
    width: 100%;
    height: 44px;
    line-height: 44px;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    transition: all .3s linear;
    margin-top: 20px;
    letter-spacing: 20px;
    font-size: 16px;
}
#login .btn-reset {
    background: #eee;
    padding: 10px 20px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#login .btn-submit:hover, 
#login .btn-reset:hover {
    cursor: pointer;
}

#login .btn-submit:hover {
    background: #0078FF;
}

#login .btn-reset:hover {
    background: #d4d4d4;
}

#sidebar {
    width: auto;
    height: 100%;
}

#sidebar-content {
    padding-left: 20px;
}

#list-providers ul {
    margin-bottom: 3em;
}

#list-languages h3, #list-providers h3 {
    margin-bottom: 1.4em;
}

#list-languages ul li, #list-providers ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2em;
}

footer {
    padding: 20px;
    color: white;
}

footer a:link, footer a:visited {
    color: white;
}

@media only screen and (max-width: 960px) {
    header { padding: 20px; }
    #container { width: 100%; }
    #content {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}


/**
 * SSO Sessions Styles
 */
#loadingMessage {
    font-size: 14px;
}

#cas-sessions, #no-cas-sessions {
    display: none;
}
#no-cas-sessions div {
    margin-top: 2em;
}

.ssoSessions #content {
    border-radius: 4px;
    padding: 20px;
}

#container-stable {
    margin: 20px 0 20px;
}

.ssoSessions .btn-success {
    background: #70ba61;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ssoSessions .sorting_desc, .ssoSessions .sorting_asc {
    background-color: rgba(239, 239, 239, 0.8);
}
.ssoSessions #removeAllSessionsButton.btn .badge {
    color: #000;
    padding-right: 9px;
}

.ssoSessions .adminPanels {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2em;
    margin-top: 1em;
    padding-bottom: 1em;
}

.ssoSessions .adminPanels .panel-default>.panel-heading {
    background-color: #fff;
    border-bottom: none;
}
.ssoSessions .adminPanels .panel-default>.panel-heading h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20pt;
}

.ssoSessions .adminPanels .panel-default > .panel-heading:after {
    position: absolute;
    font-family: FontAwesome;
    top: -5px;
    right: 30px;
    font-size: 70pt;
    color: #153e50;
    opacity: 0.1;
}
.adminPanels .users-panel.panel-default > .panel-heading:after {
    content: "\f0c0";
}

.adminPanels .usage-panel.panel-default > .panel-heading:after {
    content: "\f201";
}

.adminPanels .tickets-panel.panel-default > .panel-heading:after {
    content: "\f145";
}


.ssoSessions td.details-control {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 10pt;
    color: #337ab7;
}
.ssoSessions td.details-control:after {
    content: "\f067";
    /*content: "\002B"; - thinner plus sign */
}
.ssoSessions tr.shown td.details-control:after {
    content: "\f068";
    /*content: "\002D"; - thinner minus sign */
}

.row-detail-wrapper {
    /*background-color: cornsilk;*/
    background-color: #d9edf7;
}
.ssoSessions .row-detail thead {
    display: none;
}
.ssoSessions .row-detail {
    /*font-size: 8pt;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ssoSessions .field-label {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 8pt;*/
    /*font-weight: bold;*/
}

.principal_attributes td:first-child {
    width: 30%;
}
table.principal_attributes>tbody>tr>td {
    border-top-color: #E6E6E6;
}

.adminPanels .panel-body {
    padding-top: 5px;
}
.adminPanels .panel-body span {
    font-family: 'Lato', sans-serif;
    font-size: 30pt;
    font-weight: 100;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#alertBox {
    display: none;
}

/**
 SB Admin Styles
 */

.huge {
    font-size: 30pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.semi-huge {
    font-size: 18pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
/**
 * Statistics View
 */

.statisticsView {
    display: none;
}

.statisticsView .progress-meter .background {
  fill: #DFEAFD;
}
.statisticsView .progress-meter .foreground {
  fill: #2E7AF9;
}
.statisticsView .progress-meter text {
  font-family: 'Lato' sans-serif;
  font-size: 25pt;
  font-weight: 300;
}
.statisticsView .progress-meter .text2 {
  font-family: 'Georgia' sans-serif;
  font-size: 10pt;
}

.modal {
    display: none;
}

/**
 * Runtime Statistics Gauge styles
 */
.statisticsView .runtimeStatistics .background {
  fill: #DFEAFD;
}
.statisticsView .runtimeStatistics .foreground {
  fill: #2E7AF9;
}
.statisticsView .runtimeStatistics text {
  font-family: 'Lato' sans-serif;
  font-size: 25pt;
  font-weight: 300;
}
.statisticsView .runtimeStatistics .text2 {
  font-family: 'Georgia' sans-serif;
  font-size: 10pt;
}
#uptime-panel {
    display: none;
}
#uptime {
    font-family: 'Lato', sans-serif;
    font-size: 16pt;
}

.thread-dump-view {
    height: 600px;
    overflow-y: auto;
}

#metricsGauges strong {
    display: block;
}

#metricsGauges .panel {
    width: 100%;
}

#metricsGauges ul {
  height : auto;
  overflow : hidden;
}

#metricsGauges li {
  float : left;
  width : 80px;
  height: 80px;
  margin: 0 0 10px 10px;
  background : #d8d8d8;

}
#metricsGauges ul li:nth-child(5n + 1) {
  clear : left;
}


.statisticsView .equal, .statisticsView .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.statisticsView .section {
    margin-bottom: 25px;
}

#viewSsoSessions {
    color: white;
}

.statisticsView .adminPanels.container-fluid {
    padding-right: 0;
}

/**
 * View Configuration Styles
 */
#viewConfigError {
    display: none;
}
#view-configuration {
    display: none;
}
/*app-style*/
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}
.ht-bar {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 0;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
    box-shadow: 0 0 1px rgba(0, 0, 0, .85);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ht-bar-nav {
    text-align: center;
}
.ht-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
    width: 100%;
    color: #333;
}
.app-wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.app-wrap{
    width:100%;
    min-width: 320px;
    max-width:500px; 
    height: 100%;
    margin: 0 auto;
    padding-top: 44px;
    -webkit-overflow-scrolling: touch;
    background:#fff;
}
.app-wrap .errors {
	padding:15px 15px 0 60px !important;
	margin:10px !important;
}
.app-wrap .errors.user-error {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.login-logo {
    text-align: center;
    padding: 70px 0 30px 0;
}
/*fontPic*/
@font-face {
    font-family: 'iconfont';
    font-weight: normal;
    src: url('iconfont.ttf') format('truetype');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*login-form*/
.input-group {
    position: relative;
    margin-top: 10px;
}
.input-row {
    position: relative;
    height: 40px;
    clear: left;
    overflow: hidden;
}
.input-label {
    width: 19%;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.1;
    float: left;
    padding: 13px 0px 13px 15px
}
.input-text {
    width: 81%;
    float: right;
    line-height: 21px;
    height: 40px;
    padding: 10px 15px 10px 5px;
    font-size: 14px;
    border: none;
    outline: none;
    background: none;
}
.input-text.input-code {
	float:left;
	width:40%;
}
.input-hr {
	width:100%;
	height:1px;
}
.input-hr:before,
.input-group:after,
.input-row:after {
    position: absolute;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
.input-hr:before {
    right: 0;
    left: 0;
}
.input-row:after {
    right: 0;
    bottom: 0;
    left: 15px;
}
.input-row-psw:after {
    left: 0;
}
.input-row-psw .active {
    color: #70ba61;
}
.input-submit {
    margin: 25px 10px 0;
}
.input-submit .btn-submit {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    font-size: 18px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #70ba61;
    color: #fff;
}
.input-icon {
    font-size: 32px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #999;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.input-clear {
    font-size: 26px;
    right: 3px;
    display: none;
}
.input-remember,
.input-forget {
	padding:10px 10px 0;
}
.input-forget {
	padding-bottom:15px;
	overflow:hidden;
}
/* 收藏提示 */
.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;
	background: #efefef;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet{
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	/*background-color: rgba(255,255,255,0.8);*/
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {

}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon{
	width: 1.6em;
	height: 1.6em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.5em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}


/*yxz 修改登录页面*/
/*head*/
.login-head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #fafafa;
}
.login-hd {
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
    overflow: hidden;
}
.login-img {
    float: left;
    display: block;
}
.login-img img {
	/* margin-top: 5px;
    width: 125px; */
    width: 200px;
    margin-top: -40px;
}
.head-left {
    float: left;
    /* margin-left: 10px; */
    margin-left: -20px;
}
.head-left,
.head-right {
    font-size: 20px;
    color: #2fb6e6;
    font-weight: bold;
}
.head-right {
    float: right;
}
.login-bd {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: url('.'); */
    background: url(../images/login-bg1.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: -webkit-linear-gradient(#44a4f7,#b2dafb);
    background: -moz-linear-gradient(#44a4f7,#b2dafb);
    background: linear-gradient(#44a4f7,#b2dafb); */
}
.login-bd #msg {
	position:relative;
	z-index:10;
}
.login-box {
    position: absolute;
    width: 1045px;
    height: 612px;
    background-color: #2864b487;
    border-radius: 6px;
}
.login-left {
    float: left;
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-company-logo{
    width: 149px;
    height: 73px;
}
.login-company-name{
    width: 224px;
    height: 18px;
}
.login-right {
    float: right;
    width: calc(100% - 400px);
    height: 100%;
    background-color: #F0F7FC;
    box-sizing: border-box;
    padding: 60px 100px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    /* -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dedede;
    background: #fff;
    box-shadow: 0px 0px 10px 1px #ccc; */
}
.login-title-container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    background-color: #dfeafd;
    padding: 20px;
    cursor: pointer;
}
.login-arrow{
    width: 20px;
    height: 20px;
    vertical-align:middle;
}
.login-content-title{
    cursor: pointer;
    user-select: none;
    color: #000;
    font-size: 20px;
}
.login-content-title:hover{
    color: #000;
}
.login-content{
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 40px;
    border-radius: 6px;
    box-shadow: 2px 0px 50px 0px #b5c1ced9;
    /* box-shadow: 0px 0px 10px 1px #ccc; */
}
#login h2 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    color: #45494D;
    letter-spacing: 1px;
}
#login h2::after{
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    background: #0078FF;
    margin-top: 14px;
}
.login-uname{
    margin-top: 20px;
}
.login-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.login-icon-a {
    top: 32px;
    left: 106px;
    background: url(../images/login-icon-a.png) no-repeat center;
    background-size: 36px 40px;   
}
.login-icon-b {
    top: 50px;
    right: 64px;
    background: url(../images/login-icon-b.png) no-repeat center;
    background-size: 36px 40px;   
}
.login-icon-c,
.login-icon-f {
    top: 180px;
}
.login-icon-c {
    right: 20px;
    background: url(../images/login-icon-c.png) no-repeat center;
    background-size: 36px 36px;   
}
.login-icon-d,
.login-icon-e {
    bottom: 50px;
}
.login-icon-d {
    right: 80px;
    background: url(../images/login-icon-d.png) no-repeat center;
    background-size: 40px 36px;   
}
.login-icon-e {
    left: 80px;
    background: url(../images/login-icon-e.png) no-repeat center;
    background-size: 40px 40px;   
}
.login-icon-f {
    left: 20px;
    background: url(../images/login-icon-f.png) no-repeat center;
    background-size: 36px 36px;   
}
.login-word,
.icon-word {
	position: absolute;
    left: 50%;
    color: #fff;
    font-style: normal;
    text-align: center;
}

.login-word {
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: bold;
    line-height:22px;
}
.icon-word {
    bottom: -20px;
    width: 160%;
    transform: translateX(-50%);
    font-size:15px;
    font-weight: bold;
}
.login-pic {
    width: 360px;
    height: 360px;
    margin: 0 auto;
    background: url(../images/login-left.png) no-repeat;
    background-size: 360px 360px;
}

.login-title {
    text-align: center;
    padding: 5px 0 20px;
    color: #333;
    font-size: 16px;
}
.copyright {
    /* position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    width: 100%;
    text-align: center;
    line-height:50px; */
}
.copyright,
.copyright a {
	 color: #666;
}
.rg-fg a {
	text-decoration: none;
}

.circle,
.little-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
}
.circle {
    width: 45px;
    height: 45px;
}
.little-circle {
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.2);
}
.circle1 {
    top: 10%;
    left: 10%;
}
.circle-b {
    width:30px;
    height: 30px;
}
.circle-b .little-circle {
    width: 20px;
    height: 20px;
}
.circle2 {
    top: 1%;
    right: 50%;
}
.circle3 {
    top: 10%;
    right: 2%;
}
.circle4 {
    top: 18%;
    left: 13%;
}
.line {
    position: absolute;
    background: rgba(255,255,255,.1);
    width: 160px;
    height: 2px;
}
.line1 {
    left: 0%;
    top: 30%;
    transform: rotate(30deg);
}
.line2 {
    right: 0%;
    top: 30%;
    transform: rotate(-20deg);
}
.line3 {
    right: 40%;
    top: 30%;
    transform: rotate(-40deg);
}
.login-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.login-bg img {
    display: block;
    width: 100%;
}

#login .btn-row{
    background-color: transparent!important;
}
input[type="checkbox" i] {
    color: #AAB3BD;
}
