﻿body {
    padding-top: 0;
    padding-bottom: 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* override bootstrap*/
.navbar {
    border-radius: 0;
}

.form-group .checkbox {
    width: 20px;
    height: 34px;
}

.table > tbody > tr > td {
    border-left: 0;
    border-right: 0;
}

.table > thead:first-child > tr:first-child > th {
    border-left: 0;
    border-right: 0;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
/**/
#logoutForm {
    color: white;
}

#bussiness-info th {
    text-align: center;
    background-color: #fafafa;
}

#bussiness-info {
    margin-top: 1em;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

/*tr:nth-child(even) {
    background-color: #dddddd;
}*/

.left-menu {
    width: 180px;
    text-align: center;
}

.left-menu-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.operation-col a {
    padding: 0 5px;
}

.head-navbar nav + nav {
    margin-top: -22px;
    margin-bottom: 0;
}

.sub-title {
    font-size: 20px;
}

/* payout applying - channel list*/

label.btn span {
    font-size: 1.5em;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #9d9d9d;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #337ab7;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #337ab7;
}

div[data-toggle="buttons"] label.active {
    color: #337ab7;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #9d9d9d;
    border-radius: 3px;
    color: #9d9d9d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    div[data-toggle="buttons"] label:hover {
        color: #337ab7;
    }

    div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.sidebar .nav-link {
    color: #333;
}