@font-face{
    font-family: 'KohinoorDevnagriRegular';
    src: url('../fonts/KohinoorDevanagari-Regular.woff2');
    src: url('../fonts/KohinoorDevanagari-Regular.eot');
    src: url('../fonts/KohinoorDevanagari-Regular.ttf');
    src: url('../fonts/KohinoorDevanagari-Regular.woff');
}
@font-face{
    font-family: 'KohinoorDevanagariSemibold';
    src: url('../fonts/KohinoorDevanagari-Semibold.woff');
    src: url('../fonts/KohinoorDevanagari-Semibold.woff2');
    src: url('../fonts/KohinoorDevanagari-Semibold.eot');
    src: url('../fonts/KohinoorDevanagari-Semibold.ttf');
}
@font-face{
    font-family: 'KohinoorDevanagariLight';
    src: url('../fonts/KohinoorDevanagari-Light.ttf');
    src: url('../fonts/KohinoorDevanagari-Light.woff');
    src: url('../fonts/KohinoorDevanagari-Light.woff2');
    src: url('../fonts/KohinoorDevanagari-Light.eot');
}
*{
    margin: 0;
    padding: 0;
}
/*body{
    padding-top: 92px;
}*/
html, body {
    width: 100%;
    /*height: 100%;*/
    /*background-color: #083755;*/
}
:focus {
    outline: none !important;
    outline-offset: 0 !important;
}
/*main-header*/
.main-header{
    font-family: 'KohinoorDevnagriRegular';
    width: 100%;
    min-height: 80px;
    position: fixed;
    top:0;
    z-index: 4;
    background-color:#064770;
}
.main-header .header-row {
    padding: 15px;
}
.main-header .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
}
.main-header .logo {
    margin-right: 15px;
}
.main-header .search {
    padding: 9px 0;
    width: 100%;
}
.main-header .search input{
    background-color: #f5f5f5;
    color: #636363;
    font-size: 14px;
    padding: 8px 67px 8px 30px;
    width: 100%;
    height: 36px;
    border: none;
    float: left;
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.main-header .search input::-ms-clear {
    display: none; 
}
.btn.active, .btn:active {
    -webkit-box-shadow:none;
    box-shadow:none;
}
#search_home_main::before {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    top: 7px;
    left: 10px;
    color: #636363;
}
.main-header .search .ui-autocomplete-input.ui-autocomplete-loading {
    background: #fff url(images/ui-anim_basic_16x16.gif) no-repeat;
    background-position: right 45px bottom 10px;
}
.mark, mark {
    padding: 0;
    background-color: none;
}
mark {
    color: #5fad3c;
    background: none;
}

.search .searchbtn {
    border-radius: 0px;
    background-color: #083755;
    border: 0;
    color: #fff;
    position: absolute;
    width: 36px;
    height: 36px;
    right: 0;
}
.user-account{
    display: block;
}
.user-inputbox{
    width: 45%;
    float: left;
    margin-right: 15px;
    margin-left: 0;
}
.user-pwd{
    width: 52%;
    margin-left: 15px;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
.user-pwd input{
    padding: 8px 60px 8px 10px !important;
}
.main-header .user-account input{
    background-color: #f5f5f5;
    width: 100%;
    color: #636363;
    font-size: 14px;
    padding: 8px 10px;
    border: none;
    border-radius: 0;
}
.main-header .login{
    border-radius: 0;
    background-color: #083755;
    color:#fff;
    border:none;
    padding:8px 10px;
    position: absolute;
    right: 15px;
    top: 0;
}
.main-header .forgot-pwd {
    color: #fff;
}
.request-progress {
    position: relative;
    width: 0;
    height: 3px;
    background: #5fad3c;
    transition: width .3s;
}
.request-progress.hide {
    opacity: 0;
    transition: opacity 1.3s;
}
.ui-keywords{
    border: 0;
}
.ui-keywords a{
    color: #083755;
}
.ui-keywords.ui-widget.ui-widget-content{
    border:0;
}
.ui-keywords .ui-menu-item-wrapper .keyword-icon {
    padding: 5px 10px;
}
.ui-keywords .ui-menu-item-wrapper .keyword-hint{
    padding: 15px 15px 15px 0;
}
.ui-keywords .ui-menu-item-wrapper .keyword-category {
    padding: 15px 10px 15px 0px;
    text-align: right;
    color: #083755;
}
.ui-keywords .ui-menu-item-wrapper.ui-state-active {
    border: 0;
    margin: 0px;
    background-color: rgba(95, 173, 60, 0.3);
    color: #424242;
}
.ui-keywords .ui-menu-item-wrapper.ui-state-active a,
.ui-keywords .ui-menu-item-wrapper.ui-state-active a:hover{
    color: #424242;
}
.main-header .header-overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 84px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.main-header .header-overlay.visible {
    opacity: 1;
    visibility: visible;
}
/** Footer **/
.home-footer-section {
    font-family: 'KohinoorDevnagriRegular';
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 15px;
}
.home-footer-section .footerlinks{
    text-align: right;
}
.home-footer-section a {
    color: #fff;
    text-decoration: none;
}
.home-footer-section a:after {
    content: "";
    width: 1px;
    display: inline-block;
    height: 12px;
    background: #fff;
    vertical-align: middle;
    margin: 0 2px 0 7px;
}
.home-footer-section a:last-child:after{
  display: none;
}
.home-footer-section.footer-black {
    color: #fff;
    background-color: #064770;
    padding: 15px;
}
.home-footer-section.footer-black a{
    color: #fff;
}
.home-footer-section.footer-black a:after{
    background: #fff;
} 
#search-message {
    position: absolute;
    bottom: -15px;
    color: white;
    padding: 3px 12px;
}
@media(max-width:991px){
    .home-footer-section .copyright, .home-footer-section .footerlinks {
        font-size: 10px;
        text-align: center;
        float: none;
    }
    .home-footer-section .footerlinks a {
        font-size: 10px;
    }
}
@media (max-width: 767px){
    body{
        padding-top: 0;
    }
    .main-header {
        position: inherit;
    }
    #search_home_main::before {
        display: none;
    }
    .main-header .search input {
        padding: 8px 58px 8px 8px;
    }
    .main-header .search .ui-autocomplete-input.ui-autocomplete-loading {
        background-position: right 39px bottom 10px;
    }
    .search .close-btn {
        right: 39px;
    }
}
/** autocomplete **/
.search .ui-menu-item{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; 
}
.search .ui-menu-item:nth-child(2n){
    background: #f1f1f1;
}
.ui-keywords {
    font-family: 'KohinoorDevnagriRegular';
    border: none;
}
.ui-keywords .ui-menu-item .ui-state-active{
    background-color: rgba(95, 173, 60, 0.3);
}

.search-keyword .ui-menu .ui-menu-item{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-keywords .ui-menu-item-wrapper {
    padding: 5px 100px 5px 60px !important;
    min-height: 60px;
    -webkit-align-items: center;
    align-items: center;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.ui-keywords .ui-menu-item .ui-menu-img-box {
    width: 50px;
    height: 50px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ui-keywords .ui-menu-item .ui-menu-img-box img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.ui-keywords .ui-menu-item .ui-menu-keyword-box {
    z-index: 2;
    font-size: 12px;
    font-weight: 900;
    color: #626262;
    width: 100px;
    word-wrap: break-word;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ui-keywords .ui-menu-item .ui-menu-content-box {
    line-height: 50px;
}
.ui-keywords .ui-menu-item .ui-menu-content-box p{
    margin: 0;
    font-size: 13px;
    line-height: 25px;
}
@media (max-width: 480px){
    .ui-keywords.ui-widget.ui-widget-content {
        max-height: 180px;
        overflow-y: auto !important;
    }
}
.user-location-group-container {
  position: relative;
}
/*  Search close button style
=================================*/
.ui-autocomplete-loading + .close-btn {
    display: none !important;
}
.search .close-btn {
    width: 16px;
    position: absolute;
    right: 45px;
    top: 11px;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.search .close-btn:hover,
.search .close-btn:focus {
    outline: none;
}
.search .close-btn .fa{
    color: #717171;
}
/*Datatable-Responsive*/
.toggle-content {
    display: none;
}
@media only screen and (max-width: 800px) {
    .data-list-view table,
    .data-list-view tbody,
    .data-list-view tbody tr,
    .data-list-view tbody td {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%;
    }
    .data-list-view thead {
        display: none;
    }
    .data-list-view td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        white-space: normal;
        text-align:left;
        padding-left: 30% !important;
    }
    .data-list-view td:before { 
        content: attr(data-title);
        position: absolute;
        top: 6px;
        left: 6px;
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
        width: 25%;
    }
    .toggle-content {
        display: inline-flex;
        padding: 2px 4px;
        border: none;
        background-color: transparent;
        position: absolute;
        right: 0;
    }
    .table-content .expanded .toggle-content i {
        transform: rotate(180deg);
    }
    .table-content .collapsed td:not(:first-child) {
        display: none;
    }
    .table-content .expanded td:not(:first-child) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .data-list-view .table-heading td {
        padding-left: 45% !important;
    }
    .data-list-view tbody th.heading-center {
        text-align: center;
        width: 100%;
    }
    .data-list-view tbody td.no-value {
        padding: 0;
        border: none;
    }
    .data-list-view .data-hide {
        display: none;
    }
    .data-list-view .full-width {
        width: 100%;
    }
    td[data-title]:not(.data-list-hide) {
        display: block;
        width: 100%;
        position: relative;
    }
}