html{
    height: 100%;
}
body{
    background-color: #f9f9f9;
    font-size: 0.875rem;
    height: 100%;
}
body.home-bg-gradient-2{

}
body.home-bg{
    background-image: url(../img/bg.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
body.home-bg-gradient{ 
    background: #cdeb8e; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #cdeb8e 0%, #a5c956 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #cdeb8e 0%,#a5c956 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #cdeb8e 0%,#a5c956 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.home-bg header, body.home-bg-gradient header{
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 15px;
    padding: 50px;
}
body.home-bg-gradient-2 header{
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 15px;
}
body.home-bg-gradient-2 header .logo{
    margin: 5px auto;
}
a:hover{
    text-decoration: none;
    color: green;
}
a{
    color: #80c23a;
}
header{
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 15px;
}
.logo{
    width: 167px;
    height: 88px;
    margin: 5px 0px;
    background-image: url(../img/its-logo.png);
    background-repeat: no-repeat;
    display: block;
    background-size: contain;    
    background-position: center;
}
.l-menu{
    background-color: #fff;

}
.l-menu .small_title{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.l-menu .small_title h5{
    margin: 0px;
    font-size: 18px;
}
.l-menu-body{
    padding: 10px;
}
.l-menu-body label{
    font-weight: 500;
    line-height: 14px;
}
.l-menu-body a{
    display: block;
}
.l-menu-body select{
    margin-bottom: 8px;
}
.l-menu-body small{
    color: #212529;
}
.result{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}
.result .result-box{
    margin-bottom: 15px;
    border-bottom: 1px solid #f9f9f9;
}
.result .result-box:last-child{
    border-bottom: none;
}
.result-box h5{
    font-size: 18px;
}
header .input-group{
    margin: 30px 0px;
}
.search-btn{
    background-color: #80c23a;
}
.no-padding-left{
    padding-left: 0px;
}
.result-box .company{
    font-size: 15px;
    font-weight: 500;
}
.result-box .company span{
    font-weight: normal;
    color: #a2a0a0;
}
.l-menu-body select{
    height: 30px !important;
    font-size: 14px;
    padding: 3px 6px 5px 6px;
}
.form-control{
    border: 1px solid #dddfe0;
}
.input-group input.place-search{
    border-left: none;
}
.logo-box a img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    max-width: 150px;
    position: absolute;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.logo-box a:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.logo-box a{
    display: block;
    position: relative;
    height: 150px;
    width: 200px;
    float: left;
    margin: 2px;
    background-color: #fff;
    text-align: center;
}
.logo-box{
    width: 816px;
    margin: 70px auto;
    height: 508px;
    overflow-y: auto;
}
@media only screen and (min-width: 320px) and (max-width: 575px){
    .no-padding-left{
        padding-left: 15px;
    }
    .logo{
        margin: 0px auto;
    }
    .l-menu-body{
        margin-bottom: 15px;
    }
    header .input-group{
        margin: 15px 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px){
    .logo-box a{
        height: 130px;
        width: 176px;
    }
}
@media only screen and (min-width: 433px) and (max-width: 767px){
    .logo-box {
        width: 408px;
    }
    .logo-box a{
        width: 190px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 432px){
    .logo-box a{
        height: 100px;
        width: 136px;
    }
    .logo-box {
        width: 280px;
    }
    .logo-box a img{
        max-width: 112px;
    }
    .logo-box{
        margin: 15px auto;
    }
}
.read-more:hover{
    cursor:pointer;
} 


/* 9-11-2017 */
.input-box-outer{
    width: 300px;
    display: inline-block;
    margin-right: 20px;
}
.input-btn-outer{
    vertical-align: middle;
    float: right;
    margin: 28px 0px;
}
.input-group-outer{
    padding: 30px;
    display: block;
    margin: 140px auto;
    width: 815px;
    background-color: #80c23a;
    border-radius: 5px;
}
.input-box-outer label{
    font-weight: bold;
    color: #fff;
}
.input-box-outer small{
    color: #fff;
}
.c{
    clear: both;
}
a.job-link{
    color: #28a745;
}
.read-more{
    background-color: #80c23a;
    color: #fff;
    padding: 2px 7px;
    font-size: 10px;
    border-radius: 5px;
}
.footer-list{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}
.footer-outer{
    border-top: 1px solid #ccc;
    padding: 15px 0px 0px 0px; 
}
.browse{
    background-color: #efefef;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 992px){
    .input-group-outer{
        width: 100%;
    }
    .input-box-outer{
        width: 100%;
        margin:0px !important;
    }
    .input-btn-outer{
       float: none;
       margin: 10px 0px 0px 0px;
   }
}
.navbutton{
    position: absolute;
    width: 45px;
    text-align: center;
    height: 41px;
    font-size: 25px;
    z-index: 99;
    background-color: #80c23a;
    color: #fff;
    display: none;
}
.job-logo{
    width: 200px;
    display: block;
    margin: 0px auto;
}
.input-group-test input{
    float: left;
    width: 40%;
}
.input-group-test .twitter-typeahead{
    float: left;
    width: 40%;
}
.input-group-test .twitter-typeahead input{
    width: 100%;
}
.input-group-test{
    margin: 38px 0px;
}
.input-search-box2{
    border-top-right-radius:0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}
.input-search-box3{
    border-radius: 0;
}
.input-group-test button{
    border-top-left-radius:0px;
    border-bottom-left-radius: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 992px){
    .input-group-test input{
        width: 100%;
    }
    .input-group-test .twitter-typeahead{
        width: 100%;
    }
    .input-group-test{
        margin: 0px;
    }
    .input-group-test input{
        margin-bottom: 10px;
    }
    .input-group-test button{
        margin-bottom: 10px;
    }
    .input-search-box2{
        border-top-right-radius:.25rem;
        border-bottom-right-radius: .25rem;
    }    
    .input-search-box2{
        border-right: 1px solid #dddfe0;
    }
    .input-search-box3{
        border-radius: .25rem;
    }
    .input-group-test button{
        border-top-left-radius:.25rem;
        border-bottom-left-radius: .25rem;
    }
}
@media only screen and (min-width: 320px) and (max-width: 700px){
    .result-box h5, .result-box .company span{
        word-break: break-all;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px){
    .navbutton{
        display: block;
    }
    .no-padding-mob{
        padding: 0px !important;
    }
    .l-menu{
        background-color: #fff;
        box-shadow: 1px 0px 5px #ccc;
        width: 297px;
        position: absolute;
        z-index: 9;
        display: none;
    }
    .input-group-outer{
        margin: 30px auto;
    }
}
.search-job:hover{
    cursor:pointer;
}
#total-count-record{
    float: right;
}
