/* Bootstrap Customizations for Khomp Theme */

/* Headers BEGIN */
h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}
/* Headers END */

/* Fixed Container BEGIN */
.container-fixed {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fixed:before, .container-fixed:after {
    content: " ";
    display: table
}

.container-fixed:after {
    clear: both;
}

@media ( min-width : 1200px) {
    .container-fixed {
        width: 1170px;
    }
}
/* Fixed Container END */

/* Anchor BEGIN */
a {
    color: #4e7147;
}

a:hover {
    color: #000; /*#253622;*/
}
/* Anchor END */

/* Inputs BEGIN */
.form-control:focus {
    border-color: #4e7147;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(78, 113, 71, .6);
    box-shadow: none;
}
/* Inputs END */

/* Labels BEGIN */
label {
    font-weight: 400;
}

.label-success {
    background-color: #84b636;
}

.label-primary {
    background-color: #4e7147;
}

.label-warning {
    background-color: #ac814d;
}
/* Labels END */

/* Buttons BEGIN */
.btn {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    box-shadow: 0px 1px 2px #666;
    border: none;
}

.btn-success {
    background-color: #84b636;
    border-color: #649616;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #649616;
    border-color: #447600;
}

.btn-default {
    background-color: #dddddd;
    border-color: #bdbdbd;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #bdbdbd;
    border-color: #9d9d9d;
}

.btn-primary {
    background-color: #4e7147;
    border-color: #2e5127;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2e5127;
    border-color: #0e3107;
}

.btn-warning {
    background-color: #cca16d;
    border-color: #ac814d;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #ac814d;
    border-color: #8c612d;
}
/* Buttons END */

/* Code BEGIN */
code {
    color: #4E7147;
    background-color: #F2F2F2;
}
/* Code END */