/* =================== Global Styles ======================================= */
.general-button,
.footer .general-intormation .navigation a.general-button {
    color: #fff;
    background: #749257;
}
.general-button i {
    background:url(../images/opacity-controller-40x-white.png);
    color: #000;
    opacity: 0.4;
}
.general-button.reset,
.general-button.back {
    background: #667a88;
    color: #fff;
}

/* =================== header ============================================== */

.header .logo {
    border: 2px solid white;
    background: #000;
}

.tagline {
    color: #fff;
}
.tagline .overlay {
    background: #000;
    opacity: 0.4;
}
.general-information
{
    background: #3c5126;
    color: #fff;

}
.general-input-type-text.figure.highlight {
    background: #cee6b9;
    border: 2px dashed #a3b78d;
}
.selling .general-input-type-text.figure.highlight {
    background: #f7efc9;
    border: 2px dashed #b2b78d;
}

/* =================== Add Details ============================================ */

.selling-head {
    color: #4b7138;
}

/* =================== Extra info ============================================= */

.input-section.highlight {
    border: 2px dashed #e1e1e1;
    background: #f7fbf2;
}

/* =================== Report Component ======================================= */

.quote-data {
    background: url(paper-texture.jpg) repeat;
}

/* =================== Footer ================================================= */

.footer, body {
    background-color: #273442;
}
.footer .general-intormation .navigation a {
    color: #c5cace;
}
.footer .general-intormation p {
    color: #a1adb9;
}
/* =================== admin ================================================= */
.general-other-inputs {
    background:#fbfdff;
    }
    
.tabs {
    border-bottom:1px solid #8998a4;
    }
    
.tabs span {
    background:#3a678c;
    color:#fff;
    }
    
.image-upload .logo {
    border:2px solid #fff;
    }
    
.top-header-bar {
    background:#010101;
    color:#fff;
    }

.header-image {
    background:#000;
    }
    
.header-image .main-header {
    border-bottom:1px solid #e1e1e1;
    }
    
.featured-text-area {
    background:#3c5126;
    color:#fff;
    }
    
.template-body h1:hover,.template-body p:hover,.general-button-wrapper:hover {
    border:1px dashed #e1e1e1;
    }
    
.footer-template {
    background:#283441;
    color:#cbd2da;
    }
    
.changer:hover,.color-changer:hover {
    color:#ff9500;
    }
    
.uploader,.color-changer,.header-image textarea,.featured-text-area textarea {
    color:#fff;
    }
    
.template-body h1,.template-body p,.general-button-wrapper {
    border:1px dashed #fff;
    }