@font-face {
    font-family: 'switzerlandcondblackregular';
    src: url('../fonts/switzcob-webfont.eot');
    src: url('../fonts/switzcob-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/switzcob-webfont.woff2') format('woff2'),
    url('../fonts/switzcob-webfont.woff') format('woff'),
    url('../fonts/switzcob-webfont.ttf') format('truetype'),
    url('../fonts/switzcob-webfont.svg#switzerlandcondblackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* logo */
.navbar-kontor {
    border: none;
}

.site-header {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}

.site-header .header-top > ul > li.ht-lang a {
    line-height: 30px;
    color: #fff;
}

.hb-logo {
    font-size: 38px;
    font-family: "switzerlandcondblackregular";
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
}

.hb-logo:hover {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.4);
}

.hb-logo .font {
    color: #fff;
    display: inline;
}

.hb-logo .font span {
    color: #000;
}

.hb-logo .icon {
    color: #fff;
    position: relative;
    right: 5px;
    top: -15px;
    font-size: 0.8em;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #eb0e00;
}

@media (min-width: 992px) {
    #section-client {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .hb-logo {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .hb-logo {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 25px;
    }
}

.blog-sidebar .sidebar-categories ul li ul {
    margin-left: 10px;
    font-weight: 400;
    margin-top: 5px
}

.blog-sidebar .sidebar-categories ul li ul li a {
    font-weight: 400;
}

.sidebar-api h4 {
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
}


#ajaxModal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.modal .modal-body .form-group{
    margin-bottom:5px;
}

#sidebar-client li i {
    margin-right: 5px;
}

.section-header {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

a {
    text-decoration: none !important;
}

p.bg {
    padding: 15px;
}

.top-buffer-10 {
    margin-top: 10px;
}

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

.nav-side > li.current a {
    background-color: #eee;
}

.nav-side > li a, .nav-side > li a:hover, .nav-side > li a:focus {
    text-decoration: none;
    color: #000;
    outline: 0;
}

.nav-pills > li.top-menu > a, .nav-pills > li.top-menu > a:focus, .top-menu > li.active > a:hover {
    color: #fff;
    background-color: #eb0e00;
    font-weight: 600;
}



#section-breadcrumb a {
    color: #000;
}

#captcha {
    margin-bottom: 0
}

table.table {
    font-size: 13px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ccc;
}
.table .unread {
    font-weight: 600
}

.table.table-fixed td {
    word-wrap: break-word;
    word-break: break-all;
}

.contact-list .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    margin-right: 10px;
    border: 1px solid #e7eaeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

#section-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.credit-status li, ul.credit-status .label{
    font-size: 12px;
}


/* FOOTER */

.site-footer {
    padding-top: 15px;
    padding-bottom: 10px;
}

.site-footer a {
    color: #000;
}

.site-footer .footer-bottom .fb-copyright {
    float: none;
}

.site-footer .footer-bottom .fb-copyright,
.site-footer .footer-bottom .fb-contact {
    text-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.bg-red, .bg-danger{
    background-color: #ff7070;
}
.bg-green, .bg-success{
    background-color: #90ee90;
}
