﻿body {
    padding-top: 5px;
    padding-bottom: 20px;
    font-family: sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.page-header-wrap{
    text-align: center;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}
.tab-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.add-client-btn{
    display: block;
}

.selected {
    margin: 0;
    background-color: #428bca;
    color: #fff;
    border-radius: 2px;
    padding: .5rem;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 500;
}
    .selected:hover {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }
.not-selected {
    color: #428bca;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 500;
}
    .not-selected:hover {
        text-decoration: none;
        color: #428bca;
        cursor: pointer;
    }
.view-advertiser {
    color: #428bca;
    font-size: 1.5rem;
    padding-right: .5rem;
}
.edit-client {
    color: #428bca;
    font-size: 1.5rem;
    padding-left: .5rem;
}
.icon-align{
    text-align: center;
    vertical-align: middle;
}
.table-wrap table.dataTable thead .sorting:after {
    bottom: 12px;
    right: 15px;
}
.select-box-alignment{
    padding: 0 0 1rem;
}
.select-box-alignment select{
    padding:.5rem;
}
.label-wrap label{
    white-space: pre-wrap;
    padding-right: 2px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2em;
    text-align:start !important;
}
.accordian-heading-wrap {
    display:flex;
    justify-content:space-between;
    align-items:center;
    border: 1px solid #c9c9c9;
}
.accordian-btn{
    border:none;
    background:none;
}
    .accordian-btn:active {
        border: none;
        background: none;
    }
    .accordian-btn:hover {
        border: none;
        background: none;
        text-decoration:none;
    }

    .accordion-container {
        position: relative;
        max-width: 500px;
        height: auto;
        margin: 10px auto;
    }

    .accordion-container > h2 {
        text-align: center;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

    .set > a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #555;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .set > a i {
            float: right;
            margin-top: 2px;
        }

        .set > a.active {
            background-color: #3399cc;
            color: #fff;
        }

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
    position: relative;
    z-index: 1;
}

    .content p {
        padding: 10px 15px;
        margin: 0;
        color: #333;
    }
.acrdpad 
{
    padding-top: 10px !important;
}
.btn-alignment-wrap{
    display:flex !important;
    justify-content:flex-end !important;
}