main, div, p, li {
    font-family: Avenir,Helvetica,Arial,sans-serif;
}
li > a {
        font-family: Avenir,Helvetica,Arial,sans-serif;
    }


.auto-style2 {
    width: 690px;
}

.auto-style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 20px;
    height: 50px;
    text-transform: uppercase;
    background-color: #515a6e;
    vertical-align: middle;
    width: 690px;
}
.auto-style
 {
    color: orange;
}
.auto-style4 {
    background-color: #E3E5DC;
    width: 690px;
    height: 261px;
}

.auto-style5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.65em;
    text-transform: uppercase;
    color: #FFF;
    background-color: #122E87;
    padding-left: 18px;
    line-height: 16px;
    width: 690px;
}


.auto-style6 {
    height: 261px;
}
.input-number {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    overflow: hidden;
}
.input-unit {
    margin-bottom: 4px;
    display: inline;
}
.role-types-content {

    width: 100%;
}
.tab-content {
    font-size: 12px;
    background-color: #e9eaec;
    width: 100%;
    text-align: center;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
    color: #515a6e;
}
.no-input {
    width: 100%;
}
.condition-input {
}
.condition-title {
  
   
    vertical-align: bottom;
}
.condition-content {
   
    vertical-align: middle;   
    height: auto;
}
.condition-content1 {
    vertical-align: middle;
    height: auto;
}
.condition-name {
   
    font-size: 12px;
    float: left;
    padding-right: 10px;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.condition {
    border-bottom: 1px solid #c1c1c1;
}
.btn {
    display: inline-block;
    font-weight: $btn-font-weight;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: $btn-border-width solid transparent;
    text-decoration: none;
}
.show-row {
    display: inline-block;
    overflow: hidden;
}
.red{
    color:red !important;
}
.grey {
    color: grey !important;
}
.temp-cell {
    vertical-align: top;
}
.selected-area {
    display: table-cell;
}
.show-role-cell, .account-role-cell{
    display: inline-block;
    cursor: pointer;
    width:auto;
}
.show-role-cell:hover {
    -webkit-box-shadow: 0 0 8px lightgray;
    -moz-box-shadow: 0 0 8px lightgray;
    box-shadow: 0 0 8px lightgray;
}
.account-role-cell{
    overflow: hidden;
    /*margin-right: 2px;*/
}
.ar-name{
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    overflow: hidden;
    height: 28px;
}
.recommends, .roles-selected{
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    border: 1px solid lightgray;
}
.roles-selected{
    min-height: 40px;
}
.recommend-title{
    width: 100%;
    font-size: 25px;
    text-align: center;
}
.app-img {
    width: 40px;
    text-align: center;
}
.title {
    width: 64px;
}
.title-img {
    width: 60px;
}
.card-unit-img {
    width: 80px;
    text-align: center;
    border-width: 0px
}
.card-unit-name {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    width: 80px;
    text-align: center;
    word-break: break-all;
    white-space: normal !important;
    font-weight: bolder;
}
.recommend-area {
    width: 2000px;
}
.div-role-selected{
    border: 3px solid #14B9C8;
    opacity:0.5;
    filter:Alpha(opacity=50); /* IE8 ä»¥åŠæ›´æ—©çš„æµè§ˆå™¨ */
}
.div-role-selected-cnt{
	position:absolute;
	margin-top:0px;
	margin-left:70px;
	font-weight:bold;
	color:red !important;
}
.account-role-selected{
    border: 2px solid #14B9C8;
}
.tool-bar{
    text-align: right;
}
.ui-hot{
    display: inline-block;
    width: 30px;
    height: 27px;
    background-image: url("/app/web/img/hot_sm.png");
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 29px;
    background-size: 24px 27px;
    position: relative;
    top: 4px;
}
.account-cell{
    width: 100%;
    margin: 2px 0;
    border: 1px solid lightgray;
}
.account-roles-div{
    /*margin-left: 8px;*/
    margin-left: 4px;
}
.account-cell:hover{
    background-color: #f2f2f2;
}

.role-name-p{
    height: 35px;
    overflow: hidden;
    font-size: 13px;
}
#show-more-games:hover {
    /*background-color: lightblue;*/
}
.game-cell a:hover{
    -webkit-box-shadow:  5px 5px 8px lightgray;
    -moz-box-shadow:  5px 5px 8px lightgray;
    box-shadow:  5px 5px 8px lightgray;
}
.nav-item{
    border: none;
    border-radius: 0;
}
.nav-tabs .nav-link {
    border: none;
    color: #000;
}
.nav-tabs .nav-link:hover{
    color: #fff;
}
.nav-item:hover{
    background-color: #14B9C8;
    border: none;
    color: white;
}
.nav-tabs .nav-link.active {
    color: white;
    background-color: #14B9C8;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.copy-input {
    width: 10px;
    opacity:0;
    filter:alpha(opacity=0); /* é’ˆå¯¹ IE8 ä»¥åŠæ›´æ—©çš„ç‰ˆæœ¬ */
}
.copy-button {
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff !important;
    background-color: #2d8cf0;
    border-color: #2d8cf0;
}
.temp-cell{
    /*padding: 0.25rem;*/
    padding-left: 0.25rem;
    max-width: 100%;
    border: 1px solid white;
}
.temp-cell2{
    /*padding: 0.25rem;*/
    max-width: 100%;
    border: 1px solid white;
}
.recommend-cell{
    display: inline-block;
    width: 19%;
    text-align: center;
    margin-left: 5px;
}
.abt-extera{
    display: inline-block;
    width: 50%;
    text-align: right;
    height: 40px;
    line-height: 34px;
    float: right;
    margin-right: 10px;
}
.abt-extera i{
    font-style:normal;
    margin-left: 15px;
}
/****************************/
.nav-tabs {
    border-bottom: 2px solid #14B9C8;
    font-size: 19px;
}
.search-con {
    /*font-family: "MicrosoftYaHei-Bold", "Microsoft YaHei", "SimSun", "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";*/
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 38px;
    font-weight: bold;
    color: #000
    /*color:#e9eaec;*/
    /*background-color:orange;*/
}
.shot-line {
    width: 3px;
    height: 20px;
    display: inline-block;
    background-color: #ffad33;
    margin-right: 8px;
    padding: 1px;
    position: relative;
    /*bottom: -3px;*/
    margin-left: 5px;
}
.shot-line2{
    width: 4px;
    height: 32px;
    display: inline-block;
    /*background-color: #12A7B4;*/
    background-color: #fff;
    margin-right: 8px;
    padding: 1px;
    position: relative;
    bottom: -3px;
    margin-left: 3px;
}
.part-title {
    width: 100%;
    border-bottom: 1px solid #ffad33;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
}
.left-title{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-style: normal;
    position: relative;
    bottom: 3px;
}
.account-bar {
    display: inline-block;
    height: 36px;
    /*line-height: 36px;*/
    font-style: normal;
    position: relative;
    /*bottom: 2px;*/
    width: 100%;
    background-color: #e9eaec;
    color: #515a6e;
    text-align: left;
    font-size: 9px;
}
.account-id {
    color:red;
}
.account-bar-title {
    display: inline-block;
    padding-left:4px;
    padding-right:4px;
    vertical-align:middle;
}
.left-bar{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-style: normal;
    position: relative;
    bottom: 3px;
    /*color: #000;*/
}
.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
.btn-outline-secondary, .btn-outline-success, .my-dropdown {
    /*color: #14B9C8;
    background-color: transparent;
    background-image: none;
    border-color: #14B9C8;*/
    color: #fff;
    background-color: #19be6b;
    border-color: #19be6b;
    width:100%
}
.btn-sec {
    /*color: #14B9C8;
    background-color: transparent;
    background-image: none;
    border-color: #14B9C8;*/
    color: #fff;
    background-color: #19be6b;
    border-color: #19be6b;
    
}
.btn-outline-secondary:hover,.btn-outline-success:hover,.form-control:hover {
    background-color:#34C3D2;
    border-color: #34C3D2;
    color: #fff;
}
.btn-outline-secondary:active,.btn-outline-success:active {
    background-color:#34C3D2 !important;
    border: 1px solid transparent !important;
}
select, button {
    font-family: Avenir,Helvetica,Arial,sans-serif;
}
.form-control {
    width: auto;
    color: #14B9C8;
    background-color: transparent;
    background-image: none;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #14B9C8;
    border-radius: .25rem;
    cursor: pointer;
    font-weight: 400;
    position:relative;
    top: 2px;
}
.form-control>option::-ms-expand{ display: none; }
.form-control:hover>option {
    background-color: white;
    /*background-image: none;*/
    color: #000;
}
.form-control>option {
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari å’Œ Chrome */
    appearance:none;
	border: 1px solid #14B9C8;
}
.form-control>option:hover {
	background-color:#34C3D2 !important;
}
.form-control:hover>option:hover {
	background-color:#34C3D2 !important;
}
/***********************************************************************/
.select{
    width: 200px;
    display: inline-block;
    color: #14B9C8;
    background-color: transparent;
    background-image: none;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
}

.select_default{
    width: 200px;
    display: inline-block;
    /*color: #14B9C8;*/
    color: #fff;
    /*background-color: transparent;*/
    background-color: #34C3D2;
    background-image: none;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 17px;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #34C3D2;
    border-radius: .25rem;
    cursor: pointer;
    font-weight: 400;
    position:relative;
    top: 2px;
    text-align: center;
}

/*è¿™è¾¹å°±æ˜¯ä¸‰è§’å½¢çš„cssä»£ç ï¼Œä½¿ç”¨ä¼ªç±»å’Œå®šä½å®žçŽ°å³ä¸‰è§’*/
.select_default:after{
    content:"";
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fff;
    -webkit-transform-origin:5px 2.5px;
    -moz-transform-origin:5px 2.5px;
    -ms-transform-origin:5px 2.5px;
    -o-transform-origin:5px 2.5px;
    transform-origin:5px 2.5px;
    -webkit-transition: all .5s ease;
    Â -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position:absolute;
    right:3px;
    top:14px;
    /** ç®­å¤´å‘ä¸‹**/
    -webkit-transform:rotate(180deg);
    Â -moz-transform:rotate(180deg);
    Â -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    Â transform:rotate(180deg);
    /*border-bottom:5px solid #34C3D2;*/
}
.select_default:hover{
    /*background-color:#34C3D2;*/
    /*border-color: #34C3D2;*/
    color: #fff;
    border-radius: .25rem;
    /*background-color:#fff;*/
    /*border-color: #fff;*/
    /*color: #34C3D2;*/
}
.select:hover{
    /*background-color:#34C3D2;*/
    /*border-color: #34C3D2;*/
    /*color: #fff;*/
    /*background-color:#fff;*/
    /*border-color: #fff;*/
    /*color: #34C3D2;*/
}
/*.select_default.rotate:after{*/
    /*-webkit-transform:rotate(180deg);*/
    /*Â -moz-transform:rotate(180deg);*/
    /*Â -ms-transform:rotate(180deg);*/
    /*-o-transform:rotate(180deg);*/
    /*Â transform:rotate(180deg);*/
    /*!*border-bottom:5px solid #34C3D2;*!*/
    /*color: #fff;*/
/*}*/
.rotate{
    /*color: #fff;*/
    border-radius: .25rem;
}
.rotate:hover{
    color: #34C3D2;
    background-color:#fff;
}
.select_item{
    margin:0;
    padding:0;
    display:none;
    list-style:none;
}
.select_item li{
    width: 200px;
    height:32px;
    line-height:32px;
    padding:0 10px;
    border-top:none;
}
ul:last-child{
    /*border: 1px solid #14B9C8;*/
    border-top: none;
}
.select_item li.hover{
    /*background-color:#34C3D2 ;*/
    /*color:white;*/
    background-color:#fff ;
    color:#34C3D2;
}
ul.select_item{
    position: relative;
    top: 0;
    right: 0;
    width: 200px;
    float: right;
    z-index: 10;
    /*background-color: white;*/
    background-color: #34C3D2;
    color: #fff;
}
/***********************************************************************/



.btn-secondary:focus {
     box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary2 {
    color: #14B9C8;
    background-color: #fff;
    border-color: transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    bottom: 7px;
    min-width: 63px;
    font-size: 15px;
    line-height: 20px;
}
.btn-secondary2:hover{
    background-color:#12A7B4;
    border-color: transparent;
    color: #fff;
}
.btn-secondary2:active{
    background-color:#12A7B4;
    border-color: transparent;
}
