/*!
 * FIFACOIN.COM
 * v1.0
 * distribution.css
 * 2017-05-10
 */
.distribution-entry {
    background-color: #150d16;
    width: 100%;
	min-width:510px;
    height: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
}
.container-bg {
    height: 964px;
    margin: 0 auto;
    background-image: url("../images/distribution/lawn.jpg");
    background-repeat: no-repeat;
}

.logo {
    margin-left: -60px;;
}

.distribution-entry .container {
    padding: 0;
}

.container-login-container {
    position: relative;
    padding-top: 140px;
    width: 510px;
    margin: 0 auto;
    text-align: center;
}

.logo-font {
    margin-top: 26px;
}

.distribution-entry h3 {
    margin-top: 13px;
    margin-bottom: 37px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-left: 5px;
}

.container-login {
    position: relative;
    width: 100%;
    height: 342px;
    background-color: #fff;
    padding: 36px 32px;
    border-radius: 12px;
}

.form-lg-group {
    border-bottom: 1px solid #c7c8cb;
    text-align: left;
    margin-bottom: 16px;
}

.img-code {
    margin-left: 15px;
}

.verify {
    display: inline-block;
    width: 295px;
    margin-left: -2px;
}

.distribution-entry input {
    border: none;
    font-size: 20px;
    color: #747b89;
    width: 100px;
}

.distribution-entry .iconfont {
    color: #747b89;
    font-weight: normal;
    font-size: 40px;
    vertical-align: sub;
}

.distribution-entry input:focus {
    outline: none;
}

.distribution-entry label {
    margin-bottom: 0;
}

.btn-login {
    position: absolute;
    width: 238px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #ff8900;
    color: #fff;
    font-size: 35px;
    border: none;
    border-radius: 12px;
    top: 360px;
    left: 0;
}

.btn-sign-up {
    position: absolute;
    width: 238px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fff;
    color: #ff8900;
    font-size: 35px;
    border: none;
    border-radius: 12px;
    top: 360px;
    right: 0;
}

.btn-login:focus {
    outline: none;
}

@media (min-width: 768px) {
    .container-bg {
        width: 990px;
    }
}

@media (min-width: 992px){
    .container-bg {
        width: 1280px;
    }
}


@media (min-width: 1200px){
        .container-bg {
            width: 1544px;
        }
    }

.management {
    height: 1018px;
    font-size: 14px;
    color: #333;
}

.left-container {
    float: left;
    width: 300px;
    font-size: 15px;
    height: 1018px;
    min-height: 1080px;
}

.left-logo {
    background-color: #fbbf02;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left-nav {
    background-color: #2f333e;
    height: 100%;
}

.left-menu-list {
    color: #fff;
}

.left-menu-list_item {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
}

.left-menu-list_item.active,.sub-menu li.active {
    color: #f2a506;
}

.sub-menu {
    display: none;
    background-color: #1d2025;
}

.active {
    display: block;
}


.sub-menu li{
     padding: 16px 60px;
     color: #999;
     cursor: pointer;
 }

.iconfont-item {
    margin-right: 14px;
}

.icon-arrow {
    position:absolute;
    right: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform 2s;
    -moz-transition: transform 2s;
    -ms-transition: transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
}

.active .icon-arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.iconfont {
    vertical-align: middle;
}

.distribution-entry input.user {
    width: 350px;
}

.main-container {
    float: left;
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    min-height: 1080px;
    background-color: #f3f3f3;
}

.main-container_header {
    color: #666;
    background-color: #fff;
    padding: 10px 30px;
    border-bottom: 1px solid #e4e4e4;
}
.main-container_header ul {
    display: inline-block;
    margin-right: 25px;
}

.btn-refresh {
    width: 90px;
    text-align: center;
    border: #d6d6d6 1px solid;
    border-radius: 3px;
}

a.btn-refresh {
    display: inline-block;
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.btn-refresh .iconfont {
    color: #f2a506;
    margin-right: 5px;
}

.main-container_header li {
    display: inline;
    padding-right: 14px;
    padding-left: 20px;
}

.main-container_header li+li {
    border-left: #d6d6d6 solid 1px;
}

.main-container_header .header {
    float: right;
}

.main-container_nav {
    height: 52px;
    font-size: 16px;
    background-color: #fff;
    background-image: url('../images/distribution/ea.png');
    background-repeat-y: no-repeat;
}

.main-container_nav ul {
    padding-left: 5px;
}

.main-container_nav li {
    float: left;
    padding: 15px 25px;
}

.main-container_nav li a {
    color: #333;
}

.main-container_nav li a:hover {
    font-weight: bold;
    color: #f2a506;
}


.main-container_nav li.active {
    background-image: url(../images/distribution/dc.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
}

.main-container_body {
    padding-left: 30px;
    padding-right: 30px;
}

.breadcrumb {
    padding: 15px 0;
    color: #666;
}

.main-container_body .row{
    margin: 0;
}

.list-search .col-sm-9 {
    padding: 0;
    padding-top: 18px;
    background-color: #fff;
}

.btn-check {
    font-size: 16px;
    width: 80px;
    background-color: #00a0e9;
    color: #fff;
    border-radius: 2px;
    border: none;
    line-height: 1;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-left: 10px;
    height: 38px;
}

.datetime {
    width: 160px;
    height:38px;
    border: 1px solid #d6d6d6;
    color: #333;
    padding-left: 10px;
    padding-right: 5px;
    background-image: url('../images/distribution/date-icon.png');
    background-repeat: no-repeat;
    background-position: 135px center;
}



.data-panel {
    padding-left: 20px;
    color: #999;
    margin-bottom: 17px;
}

.dropdown-menu {
    width: 200px;
    height: 200px;
    background-color: red;
}

.data-panel .dropdown {
    display: inline-block;
}

.data-content {
    width: 318px;
    height: 268px;
    background-color: #fff;
    border: 1px solid #e1e2e6;
    border-radius: 0;
    margin-top: -1px;
}

.table>thead>tr>th {
    color: #333;
    padding-left:0;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
}

.table>tbody>tr>td {
    padding-left:0;
    border-top: none;
    border-bottom: 1px solid #e4e4e4;
}
.table>thead>tr>th:first-child {
    padding: 10px 0 10px 18px;
}

.table>tbody>tr>td:first-child {
    padding: 10px 0 10px 18px;
}

.table {
    margin-bottom: 0;
    border-top: 1px solid #e4e4e4;
}

.no{
    width: 7%;
    font-weight: bold;
}

.title{
    width: 68%;
}

.time{
    width: 15%;
}

.operation{
    width: 10%;
}

.pagination>li>a, .pagination>li>span {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    width: 35px;
    height: 35px;
    margin-left: -1px;
    line-height: 1;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dfdfdf;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    width: 90px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}

.pagination span {
    vertical-align: text-top;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    width: 69px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li>a:hover {
    color: #fff;
    background-color: #fbbf02;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    cursor: default;
    color: #fff;
    background-color: #fbbf02;
    border-color: #fbbf02;
}

.list-search>nav>span {
    padding-left: 18px;
    width: -moz-calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    display: inline-block;
    font-size: 12px;
}

.list-search nav>span {
    padding-left: 18px;
    width: -moz-calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    display: inline-block;
    font-size: 12px;
}

.pagination {
    vertical-align: middle;
}

.change-password .col-sm-9 {
    padding: 30px;
    padding-bottom: 0;
    background-color: #fff;
}

.change-password .control-label {
    float: left;
    width: 13%;
    text-align: right;
    font-weight: normal;
    padding-right: 0;
    font-size: 14px;
    color: #666;
}

.change-password .markk {
    font-size: 20px;
    color: #e74c3c;
    vertical-align: text-top;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.change-password .form-control {
    border-radius: 0;
    height: 40px;
    border: 1px solid #e4e4e4;
}

 .warning {
    display: inline-block;
    color: #e74c3c;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.btn-save {
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding:14px 12px;
    color: #fff;
    background-color: #f2a506;
    border-radius: 3px;
    border: 0;
}

.change-password .col-sm-2 {
    margin-left: 13%;
}

.basic-info .col-sm-6 {
    background-color: #fff;
    padding: 10px 30px;
}

.basic-info td:first-child {
    padding-right: 24px;
    text-align: right;
    color: #666;
}

.basic-info td:last-child {
    font-weight: bold;
}

.basic-info td{
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1;
}

 .active-i {
    font-weight: bold;
    color: #22ac38;
}

 .inactive {
    font-weight: bold;
    color: #e74c3c;
}

.affiliate-link caption {
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.affiliate-link table {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
}

.affiliate-link tbody {
    padding: 10px 30px;
}

.affiliate-link .dashboard {
    margin-bottom: 20px;
}

.affiliate-link td:first-child {
    width: 280px;
    padding-right: 24px;
    text-align: right;
    color: #666;
}

.affiliate-link td:last-child {
    font-weight: bold;
}

.affiliate-link td{
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1;
}

.affiliate-link .btn-save {
    width: 100%;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f2a506;
}

.affiliate-link .price {
    color: #f2a506;
}

.affiliate-link-banner .row {
    margin-left:  -15px;
    margin-right: -15px;
}

.img-header-bg {
    text-align: center;
    background-color: #fbbf02;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-content1 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.img-content2 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.img-container-1 {
    background-color: #fff;
}

.img-container-1 img {
    width: 55%;
}

.img-container-2 {
    background-color: #fff;
}

.img-container-2 img {
    width: 92%;
}

.img-container-inner {
    background-color: #fff;
    margin-bottom: 30px;
}


.img-container-inner img {
    width: 96%;
}

.img-container-inner:first-child img{
    width: 61.8%;
}

.img-link {
    padding: 21px 18px;
    color: #666;
}

.payment .col-sm-9 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #fff;
}

.payment .control-label {
    float: left;
    width: 205px;
    text-align: right;
    font-weight: normal;
    padding-right: 0;
    font-size: 14px;
    color: #666;
}

.payment .markk {
    font-size: 20px;
    color: #e74c3c;
    vertical-align: text-top;
}

.payment .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.payment .form-control {
    border-radius: 0;
    height: 40px;
    border: 1px solid #e4e4e4;
}

.payment .warning {
    display: inline-block;
    width: 20%;
    color: #e74c3c;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.order-management {
    padding-top: 20px;
    background-color: #fff;
}

.payment .col-sm-2 {
    margin-left: 205px;
}

.order-id {
    width: 12%;
}

.email {
    width: 14%;
}

.console {
    width: 14%;
}

.balance {
    width: 9%;
}

.withdraw {
    width: 9%;
}

.regi-date {
    width: 13%;
}

.status {
    width: 8%;
}

.operation {
    width: 15%;
}

.order-management .data-panel label {
    color: #333;
    margin-right: 6px;
}

.affiliate-account {
    width: 300px;
    height: 38px;
    color: #999;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 13px;
}

.data-panel .caret {
    position: absolute;
    color: #000;
    left: 276px;
    top: 16px;
    border-top: 6px dashed;
}

.list-search {
    overflow: hidden;
}

.notice2 {
    height: 1080px;
    background-color: #f6f6f6;
}

.notice2-panel {
    width: 48%;
    min-width: 282px;
    min-height: 570px;
    margin: 69px auto 0;
    padding: 29px 4% 18px;
    background-color: #fff;
    box-shadow: 0 4px 6px #d6d6d6;
    overflow: hidden;
}

.notice2-header {
    padding-left: 9%;
    padding-right: 9%;
    text-align: center;
}

.notice2-header h1 {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-top: 54px;
    margin-bottom: 18px;
}

.notice2-header p {
    color: #999;
}

.notice2-body {
    padding-top: 24px;
    padding-bottom: 44px;
    border-bottom: 1px solid #d6d6d6;
}

.notice2-body p {
    margin-bottom: 20px;
}

.notice2-footer {
    text-align: right;
    color: #666;
}

.notice2-footer span {
    margin-right: 2px;
}

.notice2-footer img {
    margin:0 2px;
}

.img-group-n {
    margin-top: 15px;
}

.available {
    width: 160px;
    height: 38px;
    color: #666;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 13px;
}


.order-history .caret {
    position: absolute;
    color: #000;
    left: 135px;
    top: 16px;
    border-top: 6px dashed;
}

.affiliate-id {
    width: 160px;
    height: 38px;
    color: #999;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 13px;
}

.sub-account {
    width: 400px;
    height: 38px;
    color: #999;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 13px;
}

.col-sm-9 {
    overflow-x: hidden;
}

::-webkit-input-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-moz-placeholder{color:#999;}

.order-grp {
  float: right;
    margin-top: 10px;
}

.order-grp li {
    display: inline-block;
    color: #333;
    font-size: 12px;
}

.order-grp li+li {
    border-left: 1px solid #dcdcdc;
    padding-left: 9px;
}

.order-grp li {
    padding-right: 5px;
}

.order-history {
    background-color: #fff;
    padding-top: 20px;
}

.btn-confirm {
    width: 100px;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    background-color: #5cc691;
    border: none;
    border-radius: 3px;
}

.commission {
    background-color: #fff;
    padding: 30px;
}

.tip {
    padding-bottom: 13px;
    border-bottom: 1px solid #e4e4e4;
}

.tip h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 9px;
    font-weight: bold;
}

.tip p {
    margin-bottom: 12px;
}

.text-primary {
    color: #f2a506;
}

.text-primary-b {
    color: #f2a506;
    font-weight: bold;
}

.account-info {
    color: #666;
    margin-bottom: 12px;
}

.text-warning {
    color: #e74c3c;
    background-color: transparent;
}


.my-account h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #e74c3c;
    font-weight: bold;
}

.commission-account td:first-child {
    color: #666;
    text-align: right;
}

.commission-account td:last-child {
    font-weight: bold;
    padding-left: 21px;
}

.commission-account td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.commission-account {
    padding:10px 0 0 0;
    overflow-x: hidden;
}

.commission-account [type='text'] {
    width: 422px;
    height:40px;
    padding-left: 13px;
    border: 1px solid #e4e4e4;
}

.commission-account .bs {
   padding-top: 10px;
    padding-bottom: 0;
}

.account-check a {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.account-check a.checked {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 6px solid #f2a506;
    border-radius: 50%;
}

.paypal {
    margin-right: 46px;
}

.my-account {
    width: 75%;
    background-color: #fff;
    padding: 27px 30px 30px;
}

.my-account h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.my-account p {
    margin-bottom: 6px;
}

.my-account-header {
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.my-account input {
    width: 94%;
    padding-left: 13px;
    height: 40px;
    border: 1px solid #eee;
}

.my-account span {
    font-size: 12px;
}

.text-muted {
    color: #999;
}

.account-body {
    color: #666;
}

.account-body caption {
    padding-top: 19px;
    padding-bottom: 4px;
    font-size: 16px;
    color: #333;
}

.account-body td:first-child {
    padding-right: 19px;
    text-align: right;
}

.account-body td:nth-child(2) {
    width: 30%;
}

.account-body td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.account-body .btn-save {
    margin-top: 10px;
}


.main-container_body .text-panel {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .container {
        width: 1320px;
    }
}

.container {
    margin-top: 46px;
    padding: 0;
}

.content {
    border: none;
}

.content {
    padding: 33px 31px 155px;
    background-color: #fff;
}

.content h1 {
    margin: 0;
    padding-bottom: 21px;
    line-height: 1;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #333;
}

.page-logo {
    width: 300px;
    padding: 2px 0 4px 35px;
    background-color: #fbbf02;
}

.distribution-entry main {
    background-color: transparent;
}

main {
    background-color: #f3f3f3;
}

table {
    width: 100%;
}

.content caption {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-top: 28px;
    padding-bottom: 7px;
}

.content th {
    width: 16.4%;
    text-align: right;
    padding-right: 17px;
}

.content .markk {
    font-size: 24px;
    color: #e74c3c;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    margin-left: 20px;
}

.type {
    display: inline-block;
    min-width: 73px;
    height: 40px;
    background-color: #f9f9f9;
    line-height: 1;
    padding: 13px 8px;
    text-align: center;
}

.content td, .content th{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.type:first-of-type {
    margin-right: 50px;
}

table input {
    height: 40px;
    padding-left: 13px;
    border: 1px solid #e4e4e4;
}

.inputtext {
    width: 300px;
}

.caret {
    position: absolute;
    color: #000;
    left: 120px;
    top: 16px;
    border-top: 6px dashed;
}

.select1 {
    background-color: #fff;
    width: 142px;
}

.dropdown2 {
    position: relative;
    display: inline-block;
}

.comfire-text {
    color: #f2a506;
    font-size: 14px;
}

.comfire-text a.sl {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid #f2a506;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.comfire-text a.sl.active {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 6px solid #f2a506;
    border-radius: 50%;
}

.comfire-text a {
    color: #f2a506;
    text-decoration: underline;
}

.content table {
    margin-top: 10px;
}

table:last-child {
    border-top: 1px #eee solid;
    margin-top: 43px;
}

table:last-child td {
    padding-top: 20px;
}

table .btn-save {
    margin-top: 10px;
}

caption span {
    font-weight: normal;
}

.content1 {
    height: 856px;
    padding: 34px 33px 16px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
}

.content1 h1 {
    margin: 0;
    padding-bottom: 21px;
    line-height: 1;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #333;
}

.content1 h3 {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.content1 h3:first-child {
    margin-top: 19px;
}

.terms {
    margin-top: 5px;
    height: 765px;
    overflow-y: hidden;
}



.content .iconfont {
    margin-right: 11px;
    font-size: 25px;
    cursor: pointer;
}

.content .icon-weibiaoti11 {
    color: #0ea042;
}

.content .icon-jianshao {
    color: #bc1d1a;
}

.add-ad {
    margin-right: 37px;
}


.btn-agree {
    width: 135px;
    height: 40px;
    margin-top: 38px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding:14px 12px;
    color: #fff;
    background-color: #f2a506;
    border-radius: 3px;
    border: 0;
}