.igate-theme {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
.igate-theme .form-action .btn{
    margin-bottom: 5px;
}
.igate-theme .navbar-default {
    background-color: #fff;
    font-size: 15px;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #e7e7e7;
}
.igate-theme .igate-banner {
    min-height: 80px;
    padding: 10px 0;
    background: #013773 url("../../images/igate-banner.png") no-repeat;
    background-position: -250px 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.igate-theme .igate-content {
    min-height: 415px;
}
.igate-theme.none-header .igate-content {
    min-height: 0;
}
.igate-theme .igate-footer {
    background: #f1f1f1;
    padding: 20px 10px;
    border-top: 1px solid #e7e7e7;
}
.igate-theme .navbar-default .navbar-nav>li>a {
    font-weight: bold;
}
.igate-theme .igate-logo {
    position: relative;
    padding-left: 60px;
}
.igate-theme .igate-logo img {
    position: absolute;
    left: 0;
}
.igate-theme .igate-logo .igate-title {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    color: #fff;
    overflow: hidden;
}
.igate-theme .igate-logo .site-name,
.igate-theme .igate-logo .site-desc {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}
.igate-theme .navbar {
    min-height: 0;
}
.igate-theme .pagination li > a{
    margin-bottom: 15px
}
.igate-theme select.form-control.selectpicker{
    height: 34px;
}
@media (min-width: 768px) {
    .igate-theme .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .igate-theme .navbar-brand {
        height: auto;
        padding: 8px 15px;
    }
    .igate-theme .navbar {
        border-radius: 0px;
    }
    .igate-theme .igate-banner {
        background-position: center center;
    }
    .igate-theme .navbar-default .navbar-nav>.active>a, 
    .igate-theme .navbar-default .navbar-nav>.active>a:hover, 
    .igate-theme .navbar-default .navbar-nav>.active>a:focus {
        color: #fff;
        background-color: #F27D00;
    }
    .igate-theme .form-action .btn{
        margin-bottom: 0;
    }
    .igate-theme .pagination li > a{
        margin-bottom: 0
    }
}
