/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
html{
    background-color: #f5f8f9;
}

body {
    background-color: #f5f8f9;
}
textarea {
    overflow: auto;
    min-height: 140px;
}
canvas{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
@media(min-width:768px) {
    body {
    }
}
/*关闭状态的行 开始*/
.form-close-line{
    background-color: #f4fff8;
}
/*关闭状态的行 结束*/
#wrapper {
    padding-left: 0;
    background-color: #f5f8f9;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #f2f6f7;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 0px 0px 10px 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

/**
**重写bootstrap的page-header
*/
.page-header{
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 1px solid #eee;
}
/*退出的类*/
.navbar-inverse .btn-link {
    color: #333;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: none;
    margin-top: 5px;
    color: #999;
}

.form-group .help{
    border-bottom: 1px dashed #888 ;
    cursor: help;
}
.nav .help{
    cursor: hand;
}
.nav .disabledhelp{
    cursor: not-allowed;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.page-select {
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.drop-filter{
    margin-top: 20px;
    padding-right: 6px;
    padding-left: 6px;
}
/****
文本框
*/
.a-active{
    outline: none;
    background-color: #000 !important;
    outline-offset: -2px;
}
.top-buffer { margin-top:20px; }

/**
改变后台首页的fa-xx的颜色
*/
.xiaolu-btn{

padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
/*帮助显示文档*/
.help{
    border-bottom: 1px dashed #888 ;
    cursor: help;
}
.relative {
    position: relative;
}

.absolute{
    position: absolute;
    top: 50px;
}
.table-hover > tbody > tr:hover{
    background-color: #c4e6ff;
}

.buttonOptions{
    color: #3192ff;
}
/*表格分页样式 start*/
.pagination {
    display: inline-block;
    padding-left: 0;
     margin: 2px 0;
    border-radius: 4px;
}
.padding-8{
    padding-top: 8px;
}
.display{
    display: inline-block;
}
/*表格分页样式 end*/

/*首页样式开始*/
.li-padding-left{
    padding-left: 19%;
}
.navbar-inverse {
    background-color: #20242f;
    border-color: #20242f;
}
@media (min-width: 768px){
    .navbar-header {
        float: left;
        width: 225px;
    }
    .huge{
        font-size: 24px;
    }

}

.site-logo{
    display: block;
    margin: 0 auto;
    left: 50%;
    padding-top: 20px;
    padding-bottom: 22px;
}

/*首页样式结束*/
/*面包屑开始*/
.users-nav-top{
    height: 74px;
    border-bottom: 1px solid #cedce0;
}

.breadcrumb-nav{
    border-radius: 0px;
    max-height: 51px;
}
#dropdown-menu-user{
 cursor: pointer;
}
#dropdown-menu-user>.user-icon{
    height: 21px;
    width: 21px;
    background: url("../images/fa-user.png") no-repeat center;
}
#dropdown-menu-user>.padding-right-10{
    padding-right: 10px;
    color: #949ea9;
}


/*继承重写*/
.container-fluid{
    padding-right: 0px;
}
.dropdown-menu{
    right: -1px;
    left: auto;
    width: 215px;
}
.caret {
    color: #828c99;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 9px dashed;
    border-top: 4px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/*导航样式*/
.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #20242f;
    position: fixed;
    top: 0px;
    width: 250px;
    height: 100%;
    color: #e1ffff;
}
.nav-side-menu .brand {
    background-color: #20242f;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    cursor: pointer;
    /*
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
  */
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.nav-side-menu li {
    padding-left: 0px;
}
.nav-side-menu li a {
    width: 250px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #7d8089;
    font-size: 14px;
    padding: 0px 0px 0px 47px;
}

.nav-side-menu li:hover {
    background-color: #000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
@media (max-width: 767px) {
    .nav-side-menu li a{
        width: 100%;
    }
    .a-active{
        width: 100px;
    }
}
@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

}
.strategy-search{
    padding-top: 20px;
    padding-right: 58px;
}
.game-search{
    padding-top: 20px;
    padding-right: 58px;
}
/*面包屑结束*/
.disable-success{
    background-color: #d8e3e5;
}
.provider-search {
    padding-top: 20px;
    padding-right: 58px;
}
.admin-user-search{
    padding-top: 20px;
    padding-right: 58px;
}
.center-margin-20{
    margin:0px 20px 0px 20px;
}
/*报表样式开始*/
.alert-background{
    background-color: #ffffff;
    color: #6f6f7e;
    font-size: 24px;
}
.alert-show{
    color: #287bff;
}
.alert-click{
    color: #24b659;
}
.alert-click-rate{
    color: #fd4f4d;
}
.alert-income{
    color: #fda939;
}
/*报表样式结束*/
.grid-view {
    background-color: #ffffff;
}
/*面包屑的样式开始*/
.breadcrumb{
    background-color: #ffffff;
    padding: 0px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #2b7bfe;
    content: ">";
}
.breadcrumb>li>a {
    color: #2b7bfe;
}
.breadcrumb>.active {
    color: #535353;
}
/*面包屑的样式结束*/
.disable-success {
    background-color: #d8e3e5;
}

.provider-search {
    padding-top: 20px;
    padding-right: 58px;
}

.admin-user-search {
    padding-top: 20px;
    padding-right: 58px;
}

.strategy-verify-form {
    padding-top: 20px;
    padding-right: 58px;
}

#strategy_form_control {
    margin-left: 0px;
    margin-right: 0px;
}

.strategy_form_btn {
    padding-right: 56px;
    padding-bottom: 56px;
}

.cloneTemplateStrategyList_b {
    margin-left: 68px;
}

.input_tip {
    color: #b8b8b8;
}
/*导航栏的斜杠颜色*/
.breadcrumb > li + li:before {
    color: #549aff;
}
/*主背景颜色开始*/
.main-group {
    padding: 0px 20px 0px 20px;
}
.panel-no-border{
    border:none;
}
/*主背景颜色结束*/
/*按钮指定宽度*/
.btn-added{
    padding: 11px 19.5px;
    background-color: #32b559;
    font-size: 14px;
    min-width: 123px;
    border-color: #32b559;
}
.add-search{
    padding: 11px 19.5px;
    background-color: #2b7bfe;
    font-size: 14px;
    min-width: 123px;
}
.form-success{
    padding: 11px 19.5px;
    background-color: #32b559;
    font-size: 14px;
    min-width: 123px;
}
.form-cancel{
    padding: 11px 19.5px;
    background-color: #a1a9b1;
    font-size: 14px;
    min-width: 123px;
}
/*表格头部开始*/
.grid-header{
    background-color: #f8fafb;
}
.grid-header a{
    font-size: 15px;
    color: #606e73;
    font-weight: bold;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 10px;
}
.grid-view {
    padding-bottom: 20px;
}
/*表格头部结束*/
/*表单开始*/
.form-title{
    color: #549aff;
    font-size: 28px;
    padding-top: 20px;
    padding-left: 8px;
    margin-bottom: 10px;
}
.form-ad{
    color: #549aff;
}
/*表单结束*/
.footer-h1{
    padding-left: 40px;
}
.form-position{
    margin-left: 30px;
}
/*按钮宽度和颜色开始*/
.btn-cannel{
    background-color: #b1b8bf;
    color: #ffffff;
    padding: 11px 19.5px;
    font-size: 14px;
    min-width: 123px;
}
.btn-update{
    padding: 11px 19.5px;
    background-color: #337AB7;
    font-size: 14px;
    min-width: 123px;
    border-color: #337AB7;
}
.btn-search{
    padding: 11px 19.5px;
    background-color: #3192FF;
    font-size: 14px;
    min-width: 123px;
    border-color: #3192FF;
}
/*按钮宽度和颜色结束*/
.col-margin-27{
    padding-left: 27px;
}
.col-right-padding-30{
    padding-right: 30px;
}
/*筛选条件的样式修改*/
.dropdown-right{
    right:auto;
}
.form-black{
    color: #000000;
}
/*第三方广告报表开始*/
.search-query-date{
    min-width: 100px;
    min-height: 38px;
    background-color: #ebeff0;
    border-color: #ebeff0;
    margin: 0 20px;

    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari 和 Chrome */
    border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url("ie-css3.htc.html"); /* 通知IE浏览器调用脚本作用于'box'类 */
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){
    border-radius: 5px;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child){
    border-radius: 5px;
}
.search-query-date.active, .search-query-date:active,.search-query-date:active:hover,.search-query-date:hover {
    color: #ffffff;
    background-color: #3591ff;
    border-color: #3591ff;
}
.search-query-date.active.focus, .search-query-date.active:focus, .search-query-date.active:hover, .search-query-date:active.focus, .search-query-date:active:focus, .search-query-date:active:hover, .open>.dropdown-toggle.search-query-date.focus, .open>.search-query-date:focus, .open>.search-query-date:hover{
    color: #ffffff;
    background-color: #3591ff;
    border-color: #3591ff;
}
.coop-btn{
    background-color: #2b7bfe;
    min-width: 114px;
    min-height: 38px;
}
.show-amount-btn{
    min-width: 120px;
    min-height: 38px;
}
.chart-border{
    width: 30px;
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 6px;
}
.chart-click{
    border: 2px solid #3192ff;
    background-color: #3192ff;
}
.chart-show{
    border: 2px solid #22bf6c;
    background-color: #22bf6c;
}
.chart-click-rate{
    border: 2px solid #ffaa31;
    background-color: #ffaa31;
}
.chart-profit{
    border: 2px solid #ba5cf5;
    background-color: #ba5cf5;
}
.chart-amount{
    border: 2px solid #ff6b98;
    background-color: #ff6b98;
}
.datetimepicker{
    min-width: 269px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 300px;
}
.fl{
    float: left;
    margin-right: 10px;
}
.selected{
    display: block;
}
.inner>li>a:after{
    clear:both;
    content:"";
    display:table;
    content:"";
    line-height:0;
}
/*第三方广告报表结束*/
/*广告位管理*/
.panel-center{
    margin-right: 20px;
    margin-left: 20px;
}
.panel-added{
    margin-right: 30px;
}
.header-border{
    margin-top: 35px;
}
.panel-text{
    float: left;
    padding-top: 25px;
}
.panel-head{
    height: 50px;
}
@media (min-width: 992px){
    .custom-col-md-8 {
        width: 60.666667%;
    }
}
/*清除缓存按钮开始*/
#remove-cache{
    cursor:pointer;
}
.dropdown-top{
    margin-right: 21px;
    margin-top: 6px;
}
/*清除缓存按钮结束*/
/*谷歌排行榜样式*/
.open>.dropdown-menu{right: auto}
.dropdown-width{width: auto}
.pack-name-logo{width: 40px;height: 40px;margin-right: 8px;}
.rank-date-time{float: left; font-weight: bold; margin-top: 7px;}
.margin-top-10{margin-top: 10px;}
.form-horizontal .form-group{margin-bottom: 0}
.label-top{margin-left: 5px;}
.up-color{margin-left: 5px;color: #b1b8bf}
.down-color{margin-left: 5px;color:#ff5c41}
.minus-color{margin-left: 5px;color: #22bf6c}
.margin-left-8{margin-left: 8px;}
.google_a:link{text-decoration:none;}
