
.alert{
    margin: 15px 0px;
}

.alert p {
    margin: 0px;
}
.form-control {
    height: auto!important;
    font-size: 13px;
    padding: 9px 15px;
}
span.sku-text {
    font-size: 9px;
    display: block;
    width: 122px;
    text-align: center;
    border: 1px dotted;
    padding: 8px;
}
body {
    background: #F2F3F7;
    font-size: 14px;
}
.panel {
    background: white;
    padding: 20px;
}

.navbar {
    padding: 5px 0px;
}
a.navbar-brand img {
    max-width: 90px;
}
.nav-link {
    font-size: 12px;
    opacity: 1;
    color: black !important;
    margin-right: 15px;
}
.container {
    max-width: 100% !important;
    width: 95% !important;
}

.nav-container{
    padding:0px 5px;
}
.nav-container {
    padding: 0px 20px;
    box-shadow: 0px 0px 5px 6px #e1e1e1;
    margin-bottom: 30px;
    background:white;
}


.step-container {
    margin-bottom: 20px;
}

.step-container h2 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    background: #e9e9e9;
    padding: 13px 15px;
    margin-top: 20px;
}

.step-container h2 span {
    background: #6dab30;
    color: white;
    padding: 19px 9px;
    margin-right: 6px;
}

.step-content-container h3 {
    font-size: 14px;
    margin-top: 25px;
}


.shinyleaf-links-navigation li a {
    background: #7c7c7c;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
}

.shinyleaf-links-navigation li a.active {
    background: #135d4e;
}

.shinyleaf-links-navigation li a:hover {
    text-decoration: none;
}

.shinyleaf-links-navigation li {
    display: inline;
}

.shinyleaf-links-navigation li {
    list-style-type: none;
}

.shinyleaf-links-navigation ul {
    padding: 0px;
}



h2, .h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
/* .btn {
    border-radius: 0px;
    font-size: 12px;
    border-radius: 5px;
    padding: 1px 5px;
} */
.btn-create {
    background: #9b59b6;
    color: white;
}
.btn-create:hover{
    color:white;
    background: #8e44ad;
}
.btn-back {
    background: #d7d3d3;
    color: white;
}


.status-icon {
    background: #333;
    display: inline-block;
    color: white;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    padding: 6px 0px 5px;
    background: red;
}
.status-icon.check-icon {
    background: green;
}
.status-icon.pending-icon {
    background: #7d7d7d;
}


.table>thead>tr>th, .table>tbody>tr>th, 
.table>tfoot>tr>th, .table>thead>tr>td, 
.table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
}

h3 {
    font-size: 20px;
    background-color: #16a085;
    padding: 10px 15px;
    color: white;
    margin-bottom: 15px;
    font-weight: bolder;
}

.label {
    display: block;
    padding: 9px 0px;
    font-size: 12px;
    text-transform: uppercase;
    margin:0px;
}



.label-block {
    display: block;
    padding: 5px 0px;
    width: 70px;
    max-width: 100%;
    min-width: 98px;
    margin: 0 auto;
}
.label-contacted {
    background: #3498db;
}
.label-gift-sent {
    background: #f39c12;
}
.label-gift-delivered {
    background: #63a463;
}
.label-passed-screening {
    background: #27ae60;
}
.label-purged {
    background: #e74c3c;
}
.label-blacklisted {
    background: black;
}
.label-reviewed {
    background: #16a085;
}
.label-canceled {
    background: #e67e22;
}
.label-offered {
    background: #3498db;
}
.label-ordered {
    background: #135d4e;
}
.label-biased {
    background: #e74c3c;
}
.recommendation-products-header{
    font-size: 10px;
}
.recommendation-products-add {
    color: #2c3e50;
    font-size: 13px;
}

h2.heading-title {
    background: #2c3e50;
    color: white;
    font-size: 15px;
    padding: 8px 10px 8px 39px;
    position: relative;
    margin: 15px 0px;
}
h2.heading-title .step {
    background: #27ae60;
    padding: 6px;
    font-size: 18px;
    position: absolute;
    padding: 10px 7px;
    color: #fff;
    top: -2px;
    left: 8px;
}
h2.heading-title .step span {
    font-size: 12px;
    position: relative;
    top: 0px;
}
h1 {
    font-size: 27px;
    display: block;
    font-weight: bolder;
    color: #2c3e50;
}

.comment-container .full-content {
    display: none;
}
.comment-container .show-more,
.comment-container .show-less{
    color: red;
    cursor:pointer;
}


.table {
    font-size: 13px;
}
.table .header {
    font-size: 12px;
}

table.tablesorter thead .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, 
table.tablesorter thead tr .headerSortUp {
    background-color: #33333317;
}



small span {
    color: black;
    font-weight: normal;
}
small {
    color: #d35400;
    font-weight: bolder;
}
span.name {
    display: block;
    margin: 0px;
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 5px;
}
span.referrals-count-status.not-empty {
    background: #27ae60;
}
span.referrals-count-status.empty {
    background: #e74c3c;
}
span.referrals-count-status.referrals-count-all.not-empty {
    background: #3498db;
}
span.referrals-count-status {
    width: 90px;
    text-align: center;
    display: block;
    background: #3333;
    border-radius: 2px;
    padding: 1px 0px;
    color: white;
    font-size: 13px;
    margin: 0 auto;
}
span.referrals-count-status.referrals-count-invalid.not-empty {
    background: #e74c3c;
}
span.referrals-count-status.referrals-count-invalid.empty {
    background: #27ae60;
}
.referral-status {
    background: #2c3e501a;
    border: 1px solid #33333329;
}

@media (min-width: 1200px){
    .container {
        width: 90%;
    }
}


.crm-header-container h1 {
    background: #2c3e50;
    color: white;
    padding: 9px;
    font-size: 23px;
    position: relative;
    padding-left: 72px;
    margin-bottom: 15px;
    font-weight: normal;
}
.crm-header-container h1 .step {
    background: #e67e22;
    height: 60px;
    display: inline-block;
    position: absolute;
    padding: 21px 10px 0px 11px;
    top: -8px;
    left: 20px;
    font-size: 16px;
}
.crm-header-container ul {
    padding: 0px;
}
.crm-header-container ul li {
    display: inline-block;
    list-style-type: none;
}


.crm-header-actions .crm-header-label,.crm-header-actions ul {
    display: inline-block;
}

.crm-header-actions .crm-header-label {
    font-size: 12px;
    margin-right: 7px;
    opacity: .5;
    text-transform: uppercase;
    position: relative;
    top: 1px;
}
.crm-header-container {
    margin-bottom: 30px;
}
.crm-header-actions {
    text-align: right;
}

.crm-guides-container {
    background: #f8f8f8;
    border-radius: 5px;
    color: #333;
    padding: 20px;
    margin: 15px 0px;
}
.crm-guides-container h2 {
    font-size: 16px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 10px;
}
.crm-guides-container p,.crm-guides-container li {
    margin-bottom: 0px;
}