html,
body {
    min-width: 970px;
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-weight: 300;
    color: #666;
}

/* Header BEGIN */
header {
    /*height: 137px;*/
}

#header-row-1 {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#header-logo {
    float: left;
    height: 60px;
    line-height: 60px;
}

#user-info {
    font-size: 15px;
}

#user-info ul li {
    line-height: 20px;
}

#user-info ul li i {
    font-size: 12px;
}

.signout {
    font-size: 12px;
    font-weight: 600;
    color: #d43f3a;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}

.signout:hover {
    text-decoration: none;
}

#header-row-2 {
    color: #fff;
    background-color: #4e7147;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 30px;
}

#breadcrumb {
    font-size: 14px;
}

#breadcrumb a {
    color: #fff;
    line-height: 26px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}

#breadcrumb a:hover {
    color: #84b636;
    text-decoration: none;
}
/* Header END */

/* Content BEGIN */
#content {
    padding-top: 100px;
    padding-bottom: 130px;
}

#content .content-header {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.1;
    font-size: 36px;
}

#content .content-header img {
    width: 75px;
    margin-right: 10px;
    border-radius: 40px;
}

#content .content-header h1 {
    display: inline;
}
/* Content END */

/* Footer BEGIN */
.wrap {
    /*min-height: 100%;*/
    margin: 0    auto;
}

.wrap:after {
    content: "";
    display: block;
}

#language {
    position: relative;
}

.lang-switcher {
    width: 100%;
    height: 28px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.lang-switcher .fa-globe {
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 5px;
}

.lang-switcher:hover {
    width: 100%;
    height: auto;
}

.lang-switcher>li>a {
    width: 100%;
    background-color: #4F7147;
    color: white !important;
    position: relative;
    padding: 3px 25px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
}

.lang-switcher>li>a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #4F7147;
    position: absolute;
    bottom: -12px;
    left: 30px;
    opacity: 0;
    transition: all 0.4s linear;
}

.lang-switcher:hover>li>a:after {
    opacity: 1;
}

.lang-switcher .lang-available {
    background-color: white;
    margin-top: 12px;
    border-radius: 25px;
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 9999;
    opacity: 0;
    transition: all 0.4s linear;
}

.lang-switcher:hover .lang-available {
    opacity: 1;
}

.lang-switcher:hover .footer-label {
    font-weight: 400 !important;
}

.lang-switcher .lang-available ul {
    padding: 0;
}

.lang-switcher .lang-available ul a {
    color: #7F7F7F;
    display: inline-block;
    width: 100%;
}

.lang-switcher .lang-available ul a:hover {
    background-color: #7F7F7F;
    color: white;
    border-radius: 3px;
}

#footer-logo {
    text-align: center;
    padding-top: 130px;
}

#footer-logo img {
    width: 200px;
}

#offices ul {
    margin-left: 15px;
    padding-left: 0px;
    list-style-type: disc;
}

#offices ul ul {
    margin-left: -15px;
    list-style-type: none;
}

#offices h5 {
    font-weight: inherit;
}

#social {

}

.newsletter-link {
    width: 210px;
    color: #507048;
    font-weight: 400;
    background-color: white;
    padding: 5px;
    border-radius: 25px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.newsletter-link:hover {
    color: #507048;
    font-weight: 600;
}

.social-icon {
    font-size: 33px;
    margin-right: 15px;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}

.social-icon:hover {
    color: #507048;
}

#qualityCertificate {
    margin-top: 20px;
}

#qualityCertificate img {
    width: 50px;
    margin: 0px 10px;
}

#qualitySupport {
    margin-top: 25px;
}

#qualitySupport img {
    width: 75px;
    margin: 0px 10px;
}

#footer-row-2 {
    height: 50px;
    line-height: 50px;
    background-color: #4e7147;
}

#footer-row-2 a {
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}

#footer-row-2 a:hover {
    color: #84B636;
}

.khomp-footer .footer-privacy-policy {
    margin-top: 15px;
    margin-bottom: -25px;
}

.khomp-footer .footer-privacy-policy a {
    color: white;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0
}

/* Footer END */

/* Primefaces Datatable + Bootstrap BEGIN */
.ui-datatable a.btn-default {
    color: #333;
}

.ui-datatable a.btn-primary,
.ui-datatable a.btn-success,
.ui-datatable a.btn-info,
.ui-datatable a.btn-warning,
.ui-datatable a.btn-danger {
    color: #fff;
}

.datatable-row-list {
    margin-bottom: 0px;
    padding-left: 20px;
}

.datatable-row-detail {
    margin: 10px 8px;
}

/* Primefaces Datatable + Bootstrap END */

/* Primefaces Autocomplete + Bootstrap BEGIN */
.form-control-autocomplete {
    position: relative;
}

.form-control-autocomplete .ui-autocomplete {
    position: relative;
}

.form-control-autocomplete .ui-autocomplete input {
    width: 100%;
    height: 34px;
}

/* Primefaces Autocomplete + Bootstrap END */

/* Home Buttons BEGIN */
.home-btn {
    width: 170px;
    height: 170px;
    display: block;
    text-align: center;
    padding: 15px;
    float: left;
    color: #333;
    -webkit-transition: .1s linear; /* Safari */
    transition: .1s linear;
}

.home-btn:hover {
    text-decoration: none;
    background-color: #eee;
}

.home-btn span {
    display: block;
}

.home-btn-icon {
    margin-bottom: 10px;
}

.home-btn-icon img {
    border-radius: 30px;
}

.home-btn-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.home-btn-desc {
    font-size: 12px;
}

.home-btn-icon img {
    width: 50px;
}

/* Home Buttons END */

/* Fast Navigation Buttons BEGIN */
#fastnav-row {
    background-color: #f2f2f2;
    height: 40px;
}

#fastnav-row * {
    line-height: 40px;
}

#fastnav .tooltip {
    line-height: 20px;
    font-size: 15px;
}

#fastnav .tooltip-inner {
    line-height: 20px;
    background-color: #4e7147;
}

#fastnav .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4e7147;
}

#fastnav .tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #4e7147;
}

#fastnav .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #4e7147;
}

.fastnav-btn {
    display: inline-block;
    padding: 0px 18px;
    color: #333;
    -webkit-transition: .1s linear; /* Safari */
    transition: .1s linear;
    font-size: 14px;
}

.fastnav-btn.fastnav-btn-active {
    text-decoration: none;
    background-color: #ddd;
}

.fastnav-btn:hover {
    text-decoration: none;
    background-color: #ddd;
    color: #4e7147;
}

.fastnav-btn-icon {
    width: 25px;
    border-radius: 15px;
}

.fastnav-btn-title {
    margin-left: 8px;
    font-weight: 600;
}

/* Fast Navigation Buttons END */
