ol, ul {
    list-style: none;
}

.display-none {
    display: none;
}

.pt20 {
    padding-top: 20px;
}

.pl10 {
    padding-left: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml10 {
    margin-left: 10px;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.red {
    color: red;
}

.g9 {
    color: gray;
}

.green {
    color: green;
}


#login {
    padding: 30px 0;
}

#login .logo {
    text-align: center;
    display: block;
    font-size: 50px;
}

#login h3 {
    color: #323438;
    font-size: 24px;
    text-align: center;
}

#login form {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    max-width: 460px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 42px 48px;
    background: #FFF;
}

#login form strong {
    margin-bottom: 10px;
    display: block;
}

#login .actions {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 10px;
}

#login form .fields {
    margin-bottom: 20px;
}

.rel {
    position: relative;
}

#sidebar {
    background: #2A313A;
    border-right: 1px solid #3C434D;
    width: 230px;
    position: absolute;
    height: 100%;
}

.game_icon {
    max-width: 41px;
    max-height: 41px;
    position: relative;
    top: 14px;
    margin-right: 12px;
}

.card-list {
    margin: 15px 15px 0 15px;
    padding-bottom: 20px;
    overflow: hidden;
}

.card-list .card-item {
    float: left;
    margin: 5px 5px 5px 5px;
    padding-bottom: 20px;
    position: relative;
    background: white;
    border: 1px solid #e3e3e3;
    width: 151px;
}

.card-list .card-item:hover {
    background: #e5e5e5;
}

li.card-item:before {
    content: '';
    position: absolute;
    width: 63px;
    height: 25px;
    display: block;
    left: -3px;
    top: 10px;
}

.card-list .card-item a.img-link {
}


.card-list .card-item a img {
    width: 90px;
    height: 90px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.card-list .card-item h4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: black;
}

.card-list .card-item p {
    margin-top: 5px;
    text-align: center;
}


.card-list .card-item a.btn {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: block;
    width: 100px;
}

#sidebar span.name {
    position: relative;
    top: 16px;
    font-size: 20px;
}

#sidebar span.sologan {
    position: relative;
    font-size: 12px;
}

.state {
    position: relative;
    background: linear-gradient(#3D4A5D, #3F4C5C),#686E78;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -moz-box-shadow: inset rgba(255,255,255,0.16) 0 1px 0;
    color: #FFF;
    padding: 0 20px;
    height: 63px;
    margin-bottom: 20px;
}

.menusection {
    margin-bottom: 35px;
}

.menusection h3 {
    padding-left: 23px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-shadow: 1px 1px #000;
}

.menusection ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}
.menusection > ul li {
    margin: 3px 0;
}

.menusection  li a {
    color: #ECF6FF;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 10px 9px 10px;
    padding-left: 23px;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    display: inline-block;
    width: 100%;
    -webkit-transition: background 0.13s linear;
    -moz-transition: background 0.13s linear;
    -ms-transition: background 0.13s linear;
    -o-transition: background 0.13s linear;
    transition: background 0.13s linear;
}

.menusection li.option a:hover {
    background: #343E4E;
}

.menusection li.option a.active {
    background: #202E3F;
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background-color: #545E6F;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5B6479), color-stop(100%, #4C5566)),#686E78;
    background: -webkit-linear-gradient(#5B6479, #4C5566),#686E78;
    background: -moz-linear-gradient(#5b6479, #4c5566),#686e78;
    background: -o-linear-gradient(#5b6479, #4c5566),#686e78;
    background: linear-gradient(#5B6479, #4C5566),#686E78;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0,inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 1px 0,inset rgba(255,255,255,0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0,inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.menusection li.option ul.submenu li a.active {
    background: #343E4E;
    box-shadow: none;
}

.option a i {
    font-size: 19px;
    margin-right: 9px;
    min-width: 17px;
    text-align: center;
    position: relative;
    top: 1px;
}
.option a i.glyphicon-chevron-down {
    float: right;
    font-size: 10px;
    top: 7px;
    right: 7px;
    min-width: inherit;
    color: #C4CFDA;
}
.menusection .submenu {
    margin-top: 0;
}
.submenu li a {
    padding-left: 53px;
}

.submenu {
    display: none;
}

#content {
    background: #FFF;
    margin-left: 230px;
    padding: 40px;
    padding-top: 67px;
    position: relative;
    /*
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    */
}

.menubar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    padding: 20px 40px;
    z-index: 99;
    background: linear-gradient(#3D4A5D, #3F4C5C),#686E78;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -moz-box-shadow: inset rgba(255,255,255,0.16) 0 1px 0;
    color: #FFF;
}



select#id_server_select {
    width: 180px;
}
#chart_well {
    margin:30px 0 30px;
    background: #fff;
    border:1px solid #BEBEBE;
    padding:10px 10px;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #ededed;
}
.btn-outline{
	color:#66afe9;
	background-color:transparent;
	border-color:#66afe9;
    border:1px #66afe9 solid;
}

.btn-outline:hover,.btn-outline:focus,.btn-outline:active{
	color:#fff;
	background-color:#66afe9;
	border-color:#66afe9;
    border:1px #66afe9 solid;
}

.btn-outline-inverse{
	color:#3F4C5C;
	background-color:transparent;
	border-color:#3F4C5C;
    border:1px #3F4C5C solid;
}

.btn-outline-inverse:hover,.btn-outline-inverse:focus,.btn-outline-inverse:active{
	color:#fff;
	text-shadow:none;
	background-color:#3F4C5C;
	border-color:#3F4C5C;
    border:1px #3F4C5C solid;
}



.popover {
    max-width: 950px!important;
}
/*
.popoveropover_n {
    max-width: 948px!important;
    width: 948px;
    margin-left: 385px;
}
.popover_n.bottom > .arrow {
    left: 9.5%;
}
*/
/* metric方块 */
.metrics {
    margin-top: 30px;
    font-family: "Helvetica Neue", Arial;
    border: 1px solid #000;
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    background-color: #363e4a;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303d4f), color-stop(100%, #435266)),#686e78;
    background: -webkit-linear-gradient(#303d4f, #435266),#686e78;
    background: -moz-linear-gradient(#303d4f, #435266),#686e78;
    background: -o-linear-gradient(#303d4f, #435266),#686e78;
    background: linear-gradient(#303d4f, #435266),#686e78;
    border-radius: 5px;
}
html, body {
    height: 100%;
}

#main {
    height: 100%;
    background: #fff;
}

body {
    font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif ;
    background: #2A313A;
}
.metrics .metric {
    float: left;
    width: 25%;
    padding: 23px 0;
    text-align: center;
    border-right: 1px solid #526075;
}

.metrics .metric .field {
    color: #f4f4f4;
    margin-bottom: 9px;
    display: inline-block;
    font-size: 14px;
}

.metrics .metric .data {
    display: block;
    color: #fff;
    font-size: 27px;
    text-shadow: 1px 1px #000;
}
