@import url('http://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {
    font-family: Roboto;
    src: url('http://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
}

/*oct 2*/
.search-focus > .dd3-content{
    background: -webkit-linear-gradient(top, #ffc000 0%, #ffc000 100%);
}
html, body{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;  
    background: #ececec;



}


a, a:hover{
    text-decoration:none;
}

.k-item:hover .k-link{
    color:#000;

}

.k-item.k-state-hover{
    background: #26c6da ;

}
.k-item.k-state-focused{
    background: #26c6da;
}
.k-link.k-state-border-down{
    background: #26c6da !important;
}

.k-menu .k-item>.k-link, .k-menu-scroll-wrapper .k-item>.k-link, .k-popups-wrapper .k-item>.k-link{
    border-right: 1px solid #d8cccc;
}
.k-menu .k-animation-container .k-menu-group{
    padding:0;
}
.k-menu-group .k-item{
    border-bottom: 1px solid #d8cccc !important;
}
.k-menu-group .k-item:last-child{
    border-bottom: none !important;
}
#menu {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);  
    background-color: #003c93;
    color: #fff;
    font-weight: bold;
}

ul#menu > li > a{
    color:#fff;
}

ul#menu ul > li > a{
    color:#000;
}

/*global*/
.floatWrap:after,#example:after{
    content:"";
    display:block;
    clear:both;
}
.floatWrap,#example{
    display:inline-block
}
.floatWrap,#example{
    display:block
}
.clear{
    clear:both
}


.login-logo > img {
    width: 100%;
    height: auto;
    /* margin-left: 100px; */
    margin-bottom: 15px;

}

.login-wrapper {
    margin-top: 7%;
    margin-bottom: 8%;
}
.input-group-addon{
    padding: 5px 10px;
}

/**18-5-18 harish**/
.navbar-brand{
    padding: 10px 15px;
}
.search-bg{

    padding: 2px 2px 2px 55px;
    margin: 5px auto 0 140px;
    border: 0;
    border-radius: 10px;
    background: white;
}
.search-bg::placeholder{

    color: black;
}
.search-bg:focus{
    color:white;
    background: rgba(255, 255, 255, 0.3);
}
.navbar-form .input-group> .search-bg{
    width: 180%;
}
.glyphicon-search{
    color: black;
    position: relative;
    left: 170px;
    top: 5px;
}
/*notification*/
.bg-notification .badge-notify{
    background: red;
    position: relative;
    top: -13px;
    left: -9px;
}
.badge{
    padding: 2px 5px;
    font-size: 10px;
}
.bg-notification>li>a{
    padding-top: 25px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover .bg-bell{
    background: transparent;
}
.fa-check{
    color: green;
}
/***logout***/
.badge-notify2{
    background: red;
    position: relative;
    float: right;
}
.badge-notify3{
    background: #36c6d3;
    position: relative;
    float: right;
}
.badge{
    min-width: 15px;
    padding: 2px 5px;
    font-size: 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
}
.dropdown-menu-right{
    padding: 0;
    border: 0;
    margin: 0;
}
.dropdown-menu-right > li{
    background-color: #003c93;
    
}
.dropdown-menu-right > li:hover{
    background-color: #fff;
}

.dropdown-menu-right > li > a{
    color: white;
	padding: 5px 10px;
}
.dropdown-menu-right > li > a > i{
    padding-left: px;
    padding-right: 15px;
}


/************bread crumbs***************/



/****************new headder css******************/
/*download*/
.navbar-default .dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 330px;
    max-height: 360px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
    background-color: #fafafa;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
    content: "";
    clear: both;
    display: block;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
    background-color: #fcfcfc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
    border-bottom: none;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}
.navbar-default .dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
}
.navbar-default .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
}
.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
    font-size: 12px;
    font-weight: normal;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
    font-weight: bold;
    font-size: 11px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
    margin: 5px 0;
    width: 100%;
    border-color: white;
}
.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff,#f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
    background-image: linear-gradient(#fff,#fff);
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333;
}




/**********pannel**********/
.panel-default>.panel-heading{
    background-color: white;
    padding: 20px 15px;
}
.panel-heading > .panel-title > .pull-right i{
    padding: 0px 10px;
}
/**********footer**********/
.footer-bottom {
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: orangered;
    font-weight:bold;
}
.border-none{
    border: none !important;
}
/* custom table */
thead th {
    background: #003c93;
    color: #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px;

}
/* custom table */


/* custom by rj */

.btn-primary {
    background: #ffc000;
}

.btn-success{
    background: green;
}

.btn-danger{
    background: #cc3333;
}

.btn{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    border:none;
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
}





.panel-heading{
    padding: 15px 20px 10px;
}

.panel .panel-heading .caption {
    color: #666;
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;

}

.panel .panel-heading .actions {
    padding: 6px 0 14px;
}

.panel .panel-heading .actions {
    float: right;
    display: inline-block;
    padding: 6px 0;
}



/*card css */
.md-card {
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border: none;
    margin-top:20px;
    margin-bottom:20px;
}


.md-card .md-card-toolbar {
    height: 48px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(0,0,0,.12);
    background: #fff;
}

.md-card .md-card-content {
    padding: 16px;
}

.md-card .md-card-toolbar .md-card-toolbar-actions {
    float: right;
    padding-top: 10px;
}

.md-card .md-card-toolbar:after, .md-card .md-card-toolbar:before {
    content: " ";
    display: table;
}

.md-card .md-card-toolbar:after, .md-card .md-card-toolbar:before {
    content: " ";
    display: table;
}



.md-icon {
    font-size: 24px;
    line-height: 32px!important;
    height: 32px!important;
    color: #727272;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background 280ms ease-out,color 280ms ease-out;
    transition: background 280ms ease-out,color 280ms ease-out;
    width: 32px!important;
    text-align: center;
    -webkit-tap-highlight-color: transparent;

}


.md-icon+.md-icon {
    margin-left: 4px;
}

.md-card .md-card-toolbar .md-icon+.md-card-dropdown {
    margin-left: 4px;
}

.md-card .md-card-toolbar .md-card-toolbar-actions .md-card-dropdown {
    display: inline-block;
    position: relative;
}

.md-card .md-card-toolbar-heading-text {
    font: 500 16px/50px Roboto,sans-serif;
    color: #212121;
    margin: 0;
    float: left;
    overflow: hidden;
    height: 48px;
}

.k-item .k-link .k-sprite{
    color:white !important;
    font-size:13px !important;
    line-height:13px !important;
}

/*card css */

#tot-wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -44px;
    padding: 0 0 60px;
}


.footer {
    width: 100%;
    margin-bottom: 0px !important;
    position: relative;
    height: auto;
}

.footer-bottom{
    padding:0px 15px;
}

/* custom by rj */

/* form */
.form-control{
    border-radius: 0px;
    height: 28px;
    padding: 4px 10px;
}


.k-menu .k-item>.k-link{
    /* padding: 10px 12px;*/
    padding: 10px 13px 10px 14px;
}
ul.k-menu li:last-child .k-link{
    border:none;
    border-right:none;

}

/* form */





/*************target achivement***********/
.chart-bar-font h3 , .chart-bar-font p{
    color: #656565;
}
.chart-bar-font h3{
    font-size: 21px;
}
.chart-bar-font p{
    font-size: 85%;
}

/********tab***********/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 0;
    border-radius: 0;
    border-top: 3px solid #003c93;
}
.nav-tabs {
    border-bottom: 0;
}
.navtab-bg{
    background:#ecf4ff;
}
.navtab-bg > li >a {
    font-family: sans-serif;
    font-weight: 600;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #003c93;
}


.form-btn-action .btn{
    margin-left:10px;
}


.target-bar{
    margin-top:20px;
    margin-bottom:0px;
}




/************bread crumbs***************/
/*bread crumbs left*/
.bc-title i{
    color: #00b59f;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 16px;
}
.bc-items{
    color: #357ae8;
    font-size: 16px;
    font-family:  Helvetica;
}
.breadcrumb{
    font-size: 13px;
    margin-left: 15px;
    background-color: transparent;  
    padding-top: 13px;

}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #727272;
    content: "\276F";
}
/*
.bc-icon > div > button{
    background: transparent;
    border: none;
    color: #333333;
    font-size: 20px;    
}
*/
.bc-icon  a > i{
    font-size: 21px;
    padding: 8px 13px 8px 13px;
    color: hsl(0, 0%, 66%);
}
.bc-icon a:hover{
    text-decoration: none;
}
.bc-icon > .rmv-bdr-for-active > i{
    background: white;
    color: #0099ff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding-top: 11px;
}


.more-bt-bg1  tr td > a{
    font-size: 20px;
    padding: 30px;
    color:#a8a8a8;
}
.more-bt-bg1  tr td p{
    text-align: center;
    font-size: 12px;
}
.btn.active
{
    color: #0099ff;
    background-color:#fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;

}

/*
.bc-icon > a > i{
    padding: 0 15px;
    color: #a8a8a8; 
}*/
.width-for-search{
    width: 240px;
    padding-left: 12px;
}
.bc-search-btn{
    width: 50px;
    margin-left: 5px;

    border: 0px;
    padding-top: 4px;
    padding-bottom: 3px;
    border-radius: 0;
}
.bc-search-dropdown{
    border: 0;
    padding: 3px 5px;
    background: #e5e5e5;
    border: 1px  solid #CCC;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
}

/************bread crumbs***************/






/* header by raja */

.header {
    height: 65px;
    padding: 0 2rem;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(45deg, #26c6da 0%, #0288d1 100%);
}

@media (min-width:1200px){
    .header__logo {
        min-width: calc(270px - 2rem);
        width:500px;
    }
}

.search{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    margin-right:2.5rem;
    position:relative;
    display:none;
}
@media (max-width:1199.98px){
    .search{
        padding:0 1.5rem;
        position:absolute;
        left:0;
        top:0;
        height:100%;
        width:100%;
        background-color:#FFF;
        z-index:11;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        transition:-webkit-transform .3s;
        transition:transform .3s;
        transition:transform .3s,-webkit-transform .3s
    }
    .search:not(.search--toggled){
        -webkit-transform:translate3d(0,-105%,0);
        transform:translate3d(0,-105%,0)
    }
    .search__inner{
        max-width:600px;
        margin:0 auto;
        width:100%
    }
}
.search__inner{
    position:relative;

}

.search__inner i{
    color: #FFF;
}

.search__text{
    border:0;
    border-radius:2px;
    height:40px !important;
    padding:0 30px 0 30px;
    width:100%;
    transition:background-color .3s,color .3s;
        font-size: 16px;
    font-weight: 400;
}
@media (min-width:992px){
    .search__text{
        background-color:rgba(255,255,255,.2);
        color:#FFF
    }
    .search__text::-webkit-input-placeholder{
        color:#FFF;
        opacity:1
    }
    .search__text:-ms-input-placeholder{
        color:#FFF;
        opacity:1
    }
    .search__text::placeholder{
        color:#FFF;
        opacity:1
    }
    .search__text:focus{
        background-color:#FFF;
        color:#495057
    }
    .search__text:focus::-webkit-input-placeholder{
        color:#606a73;
        opacity:1
    }
    .search__text:focus:-ms-input-placeholder{
        color:#606a73;
        opacity:1
    }
    .search__text:focus::placeholder{
        color:#606a73;
        opacity:1
    }
}
.search__helper{
    position:absolute;
    left:0;
    top:0;
    font-size:1.3rem;
    height:100%;
    width:3rem;
    text-align:center;
    line-height:4rem;
    cursor:pointer;
    transition:color .3s,-webkit-transform .4s;
    transition:color .3s,transform .4s;
    transition:color .3s,transform .4s,-webkit-transform .4s
}
@media (max-width:1199.98px){
    .search__text{
        background-color:#f6f6f6;
        color:#495057
    }
    .search__text::-webkit-input-placeholder{
        color:#606a73;
        opacity:1
    }
    .search__text:-ms-input-placeholder{
        color:#606a73;
        opacity:1
    }
    .search__text::placeholder{
        color:#606a73;
        opacity:1
    }
    .search__helper{
        color:#495057;
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg);
        line-height:2.9rem
    }
    .search__helper:before{
        content:'\f301'
    }
    .search__helper:hover{
        opacity:.9
    }
}
.search--focus .search__helper{
    color:#606a73;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    line-height:2.9rem
}
.search--focus .search__helper:before{
    content:'\f301'
}

.top-nav {
    margin: 0 0 0 auto;
    padding: 0;
}

.header::after {
    display: block;
    clear: both;
    content: "";
}


.top-nav{
    margin:0 0 0 auto;
    padding:0
}
.top-nav>li{
    display:inline-block;
    vertical-align:middle
}
.top-nav>li>a{
    display:block;
    color:#FFF;
    border-radius:2px;
    line-height:100%;
    position:relative;
    transition:background-color .3s
}
.top-nav>li>a:not(.header__nav__text){
    padding:.5rem .15rem;
    min-width:50px
}
.top-nav>li>a:not(.header__nav__text)>.zmdi{
    font-size:1.65rem;
    line-height:100%
}
.top-nav>li>a.active,.top-nav>li>a:hover{
    /*background-color:rgba(255,255,255,.2)*/
}
.top-nav>li .dropdown-menu--block{
    padding:0
}



@media (max-width:575.98px){
    .top-nav>li{
        position:static
    }
    .top-nav>li .dropdown-menu--block{
        left:20px;
        width:calc(100% - 40px);
        top:62px
    }
}



/* top-nav dropdown */
.header .top-nav .dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 330px;
    max-height: 360px;
}
.header .top-nav .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
    background-color: #fafafa;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li:after {
    content: "";
    clear: both;
    display: block;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li:hover {
    background-color: #fcfcfc;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li:last-child {
    border-bottom: none;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}
.header .top-nav .dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
}
.header .top-nav .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
}
.header .top-nav .dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li a {
    font-size: 12px;
    font-weight: normal;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li {
    font-weight: bold;
    font-size: 11px;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li hr {
    margin: 5px 0;
    width: 100%;
    border-color: white;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff,#f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}
.header .top-nav .dropdown-menu.notify-drop .drop-content > li p.time:hover {
    background-image: linear-gradient(#fff,#fff);
}
.header .top-nav .dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}
.header .top-nav .dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}
.header .top-nav .dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333;
}
.header .top-nav .dropdown-menu.notify-drop{
    left:auto;
    right:0;
}

/* top-nav dropdown */


.breadcrumb-wrap{
    border-bottom: 1px solid #ccc;
}
.breadcrumb-wrap .bc-icon{
    color: #00b59f;
    padding-left: 20px;
    font-size: 16px;
}

.breadcrumb-wrap .bc-title{
    padding-top: 8px !important;
}

.breadcrumb-wrap .bc-form-actions{
    text-align: right;
    padding-top : 4px;
}


.btn:hover{
    /*background:#002449;*/
}

/* header by raja */

/* custom */

.table-border>tbody>tr>td{
    border-top:0px ;
    /*width:77%;*/
}

.table-border>tbody>tr>td.width{

    width:25%;
}
.table-border>tbody>tr>td.wdt-8{

    width:8%;
}
.table-border>tbody>tr>td.wdt-12{

    width:12%;
}

.table-border{
    margin-bottom:0px;

}

.form-129{
    width:129%;
}

.pl-2{
    padding-left:2px;
}

.pr-28{
    padding-right:28px;
}
.t-40{
    width:40%;
}

.wdt-44{
    width:44%;
}
.wdt-75{
    width:75%;
}



.bc-form-actions .btn-primary{
    background:#00b59f;
}

.bc-form-actions .btn-primary:hover{
    background:#499e93;
}
.ml-38{
    margin-left:38px;
}






/* header by raja */


/* may 24 table filter */

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: #eee
}

::-webkit-scrollbar-track:hover {
    border: 1px solid #ddd;
    background-color: #ddd
}

.filterDetails-wrap::-webkit-scrollbar-track {
    background-color: #464646
}

.filterDetails-wrap::-webkit-scrollbar-track:hover {
    border: 1px solid #464646;
    background-color: #464646
}

::-webkit-scrollbar-thumb {
    min-height: 25px;
    background-color: #bbb;
    box-shadow: inset 1px 1px 0 #aaa, inset 0 -1px 0 #aaa
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
    box-shadow: inset 1px 1px 0 #999, inset 0 -1px 0 #999
}

.onward_filterDetails,
.return_filterDetails {
    background-color: #eeeded;
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    color: #000;
    width: 100%;
    margin-top: 20px;


}

.onward_filterDetails ul li,
.return_filterDetails ul li {
    padding: 3px 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    
}

.onwords-list .md-checkbox {
    line-height: 1.2;
}

.onwords-list .md-checkbox label>.box {
    height: 15px;
    width: 15px;
}

.filter-header {
    padding: 10px 5px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.onward_filterDetails ul {
    max-height: 123px;
    padding: 0px;
    margin-bottom: 10px;
    overflow: auto;
}

.onward_filterDetails input[type=checkbox],
.onward_filterDetails label,
.return_filterDetails input[type=checkbox],
.return_filterDetails label {
    vertical-align: middle;
    font-weight: 300;
    margin-right: 3px;
    text-transform: capitalize;

    margin-top: 0px!important;
    width: 15px;
    height: 15px;
    background: transparent;
}

.onward_filterDetails .form-group.form-md-line-input {
    padding-top: 0px;
}



.onward_filterDetails .status {
    margin-top: 17px!important;
    color: #999!important;
    font-weight: 400!important;
    font-size: 14px!important;
    margin-bottom: 17px;
}


.form-group.form-md-line-input .input-group .input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #c2cad8;
}

.form-group.form-md-line-input .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #c2cad8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

/* form custom */


/* form custom */


/*  table filter */


/* bs eql 5 col */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* bs eql 5 col */


/* datatable custom css */

/*.adv-flt-btn {
    display: inline-block;
    padding: 8px 14px 7px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}*/

.dataTables_paginate .pagination li a{
    padding: 4px 11px;
}

/*
 .dataTables_paginate .pagination li a {
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    color: #46aad7 !important;
}
@media (min-width: 768px){
.dataTables_wrapper .input-group>.form-control{
width:100% !important;
}

}
.dataTables_wrapper .input-group>.form-control{
width:100% !important;
}

.current {
    background-color: #00b59f   !important; //#b0006a  #740f58
}

.dataTable tbody tr:hover, .dataTable tbody td:hover{
 background-color: #00b59f   !important; 
 color:#fff;
}


table.dataTable th.focus, table.dataTable td.focus {
    outline: 3px solid #337ab7;
    outline-offset: -1px;
}*/

/* datatable custom css */



input:checked  {
    background-color:#911;
    color:#fff;
}

/*.adv-flt-btn{   

    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #003c93;
}*/


/* Active log feed 04.06.2018 by senthil*/
.activity-feed {
    padding: 0px 15px 0px 15px;
}
.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb;
}
.activity-feed .feed-item:last-child {
    border-color: transparent;
}
.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f37167;
}
.activity-feed .feed-item .date {
    position: relative;
    top: -4px;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 13px;
}
.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}
/* Active log feed */
/* Email setting */
.test_box[class*=col-] {
    float: none;
    padding-right: 12px;
    padding-left: 14px;
}
/* Email setting */

/* custom datatable css */
div.dataTables_wrapper div.dataTables_filter input{
margin-left:0px;
width: 80%;
}

/* custom datatable css */
div.dataTables_wrapper div.dataTables_filter input{
margin-left:0px;
width: 80%;
}

.adv-flt-btn, .table-tool-btn-group > .btn {
        padding: 4px 8px;
    margin-left: 5px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 4px;
	opacity: 1;
}

tr.current{
background-color: #E6FF99;
}

table.dataTable>tbody>tr:hover td{
background-color: #E6FF99;
}

table.dataTable th.focus, table.dataTable td.focus{
background-color: #E6FF99;
outline : 2px solid yellow;
}


/* custom datatable css */

/*image close button 11.06.2018 by senthil*/
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: #f01818;
    line-height: 24px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
}
/*image close button*/


/**datepicker design **/
.ui-datepicker-trigger {
    float: right !important;
    position: absolute !important;
    right: 18px !important;
    top: 3px !important;
    width: 22px !important;
}
.not_hlp {
    color: #999;
}
.tagcolor {
    //color: blue;
    font-size: 10px;
}



/* wantad form checkbox*/
.n-w-e-s a input {
    visibility: hidden;
    position: absolute;
}
.facing li {
    border: 1px solid #dbdbdb;
    padding: 10px 0px 10px 0;
    margin-left: -1px;
    margin-bottom: -1px;

}

.facing li:hover {
cursor:pointer;

}

.facing  li.active{
    background-color: #0078d6;
    color: #fff;
}

.facing  li input{
 visibility: hidden;
 position: absolute;
}

/*28.06.2018*/
.text-align{
text-align:right;
}



/* dropzone skin for multiple upload */
.dropzone-wrap .image-upload-wrap{
    text-align: center;
	background: linear-gradient(45deg, #26c6da 0%, #0288d1 100%);
    border: 1px dotted #ddd;
    margin-bottom: 25px;
}

.dropzone-wrap.drop-contains-file .image-upload-wrap{
    width: 188px;
    transition: all .3s;
    float: left;
}

.dropzone-wrap .image-upload-wrap .dropzone {
    padding: 24px 10px;
}



.dropzone-wrap .dz-preview {
    float: left;
    width: 20%;
    padding: 0 10px 20px;
    box-sizing: border-box;
    position: relative;
}

.dz-default.dz-message{
color:#fff;
font-size: 14px;
}


.dropzone-wrap .dz-image.thumbnail {
    padding: 0;
    border-radius: 0;
    min-height: 148px;
    line-height: 68px;
    margin-bottom: -1px;
    text-align: center;
    cursor: pointer;
}

.dropzone-wrap .dz-preview.active .thumbnail {
    position: relative;
    border: 3px solid #008bcf;
    box-shadow: rgba(0,139,207,.6) 0 0 14px 0, inset 0 0 0 1px #008bcf;
}


 .dz-preview .thumbnail {
    border-radius: 0;
    overflow: hidden;
    position: relative;
}


.dz-image.thumbnail {
    padding: 0;
    border-radius: 0;
    min-height: 148px;
    line-height: 68px;
    margin-bottom: -1px;
    text-align: center;
    cursor: pointer;
}

#edit_airline_media_ads .thumbnail img{
    padding-top: 10px;
    height: 70px;
    width: 100px;
}
.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    
}


.dz-image.thumbnail>img.loader {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -10px;
    min-height: 48px;
}


.dz-image.thumbnail>img, .tagimg img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%!important;
    border-radius: 0;
    transform: translateY(-50%) scale(1);
    min-height: 148px;
    opacity: 1;
}



.dz-image.thumbnail>img {
    -moz-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
}


.pap_row .pap_col.addphoto .pap_col1 {
    width: 188px;
    transition: all .3s;
    float: left;
}


 .dz-remove {
    float: right;
    font-size: 12px;
    font-weight: 200;
    position: absolute;
    top: -7px;
    right: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    line-height: 12px;
    background-color: #333;
    color: #fff;
    opacity: 1;
    box-shadow: none;
}


.dropdownatag a {
    font-size: 12px;
    color: #666;
    border: 1px solid #e2e2e2;
    padding: 8px;
    display: block;
    line-height: 10px;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
}

.dropzone-wrap .dropdownatag .dropdown-menu li {
    padding: 6px 11px;
    cursor: pointer;
    font-size: 12px;
}




.dropdownatag .dropdown-menu {
    top: 87%;
    min-width: 168px;
    left: 10px;
}

.dropdownatag a i {
    float: right;
}


.dz-progress {
    background-color: #d7d7d7;
    bottom: 20px;
    left: 10px;
    right: 10px;
    position: absolute;
    z-index: 4;
}

.data-dz-errormessage {
    position: absolute;
    z-index: 99;
    top: 14px;
    left: 14px;
    color: red;
    font-weight: 700;
}

/* dropzone skin for multiple upload */
/*navigation - wanted page*/
.n-w-e-s {
    background: #e6e6e6;
    width: 89px;
    font-size: 12px;
    height: 89px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-left: 50px;
    transform: rotate(45deg);
    position: absolute;
    top:-13px;
}
.n-w-e-s a {
    float: left;
    width: 50%;
    padding: 6px;
    height: 45px;
    cursor: pointer;
    color: #333;
}
.n-w-e-s a:nth-child(1) {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: right;
    padding-top: 12px;
    padding-left: 20px;
}
.n-w-e-s a b {
    font-weight: 400;
}
.n-w-e-s a:nth-child(1) b {
    transform: rotate(45deg);
    display: block;
}
.n-w-e-s a:nth-child(2) {
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-top: 27px;
}
.n-w-e-s a:nth-child(2) b {
    transform: rotate(-45deg);
    display: block;
}
.n-w-e-s a:nth-child(3) {
    border-right: 1px solid #ddd;
    text-align: left;
    padding-right: 18px;
    padding-top: 18px;
}
.n-w-e-s a:nth-child(3) b {
    transform: rotate(-45deg);
    display: block;
    padding-top: 6px;
}
.n-w-e-s a:nth-child(4) {
    text-align: left;
    padding-top: 0px;
    padding-left: 16px;
}
.n-w-e-s a:nth-child(4) b {
    transform: rotate(45deg);
    display: block;
    margin-left: -3px;
    padding-top: 5px;
}
.n-w-e-s a.active {
    background: #008bcf;
    color: #fff;
}
li.user-acc::after{
    border: none;
}
.my-acc li::after{
    border: none;
}
/*navigation - wanted page*/
.n-w-e-s {
    background: #e6e6e6;
    width: 89px;
    font-size: 12px;
    height: 89px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-left: 50px;
    transform: rotate(45deg);
    position: absolute;
    top:-13px;
}
.n-w-e-s a {
    float: left;
    width: 50%;
    padding: 6px;
    height: 45px;
    cursor: pointer;
    color: #333;
}
.n-w-e-s a:nth-child(1) {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: right;
    padding-top: 12px;
    padding-left: 20px;
}
.n-w-e-s a b {
    font-weight: 400;
}
.n-w-e-s a:nth-child(1) b {
    transform: rotate(45deg);
    display: block;
}
.n-w-e-s a:nth-child(2) {
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-top: 27px;
}
.n-w-e-s a:nth-child(2) b {
    transform: rotate(-45deg);
    display: block;
}
.n-w-e-s a:nth-child(3) {
    border-right: 1px solid #ddd;
    text-align: left;
    padding-right: 18px;
    padding-top: 18px;
}
.n-w-e-s a:nth-child(3) b {
    transform: rotate(-45deg);
    display: block;
    padding-top: 6px;
}
.n-w-e-s a:nth-child(4) {
    text-align: left;
    padding-top: 0px;
    padding-left: 16px;
}
.n-w-e-s a:nth-child(4) b {
    transform: rotate(45deg);
    display: block;
    margin-left: -3px;
    padding-top: 5px;
}
.n-w-e-s a.active {
    background: #008bcf;
    color: #fff;
}
li.user-acc::after{
    border: none;
}
.my-acc li::after{
    border: none;
}
/*home  ad*/
.pannelfooter1
{
    padding: 10px 100px!important;
    background-color: #002449!important;
    color: #fff!important;
    font-weight: bold!important;
}

.home-add-form input{
    margin: 1px 0 0;
}
#ppt-sell-rent label{
    padding-right: 25px;
}
.property-type li{
    border: 1px solid #dbdbdb;
    padding: 10px 0px 10px 0;
    margin-left: -1px;
    margin-bottom: -1px;
}
.property-type li:hover{
    background: #dbdbdb;
}
.property-type li label{
    padding: 0;
}
.property-type li label input{
    display: none;
}
.property-type li label p{
    padding-top: 10px;
}
.uploade-cover span{
    margin-bottom: 10px;
}
.uploade-cover span.text-muted{
    font-size: 12px;
}
.room-num .btn-circle {
    border-radius: 50%;
}
.room-num  .form-group label.active{
    background-color: #0078d6;
    color: #fff;
}
.room-num  .btn.active.focus{
    outline: none!important;
    border: none!important;
}
.amenities  .form-group label{
    width: 100%;
    padding: 8px 0px 8px 0px;
}
.amenities  .form-group label.active{
    background-color: #0078d6;
    color: #fff;
}
.amenities .form-group label.btn{
    text-align: left;
}
.amenities .form-group label i{
    padding-left: 10px;
    padding-right: 10px;
    float: left;    
}
.amenities .form-group label span{
    float: left;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    width: 78%;
}
.amenities.furnishing{
    margin-left: -15px;
    margin-right: -15px;
}
li.selected {
    background-color: #ffc000;
    color: #e53935;
}
.share-contact label{
    padding-right: 25px;
}
.share-contact input[type=radio] {
    margin-top: 1px;
}
.post-button button{
    padding: 10px 50px;
}
.user-acc .dropdown-toggle span{
    background: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: white;
    padding-left: 3px;
    top: 0px;
    padding-top: 2px;
}
.user-acc .dropdown-menu{
    padding:0;
}
.user-acc .my-account-layer ul li{
    color: #333;
    border-bottom: 1px solid #f2f2f2;
}
.drop-layers > ul > li > a{
    padding: 10px 10px;
    position: relative;
    text-decoration: none;
    display: block !important;
    cursor: pointer;
}
.drop-layers > ul > li > a.btn{
    padding: 2px 10px;
}
.search-layer li:nth-child(3) > a{
    padding: 10px 10px;
    position: relative;
}
#list-field
{
    display:inline-block;
}
.drop-layers ul li a:hover, .drop-layers ul li a:focus, .search-layer ul li a:hover, .search-layer ul li a:focus {
    background-color: #ffc000;
    color: #002449 !important;
    -webkit-transition: all,0.5s,ease-out;
    -moz-transition: all,0.5s,ease-out;
    transition: all,0.5s,ease-out;
    outline: 0 none !important;
}
 ul {
    list-style: none;
}
/*9-7-18*/
.steplist {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #008bcf;
    text-align: center;
    color: #fff;
    vertical-align: middle!important;
    font-size: 15px;
    margin-right: 5px;
    padding-top: 2px;
}

/*pricing 2*/
.pricing-form .panel:hover{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 #fcdc30!important;
    border-left: 1px solid #fcdc30;
    border-right: 1px solid #fcdc30;
}
.pricing-form .panel.freeadd{
    border-top: 4px solid #b2b2b2;
}
.pricing-form .panel.gold{
    border-top: 4px solid #ffc000;
}
.pricing-form .panel.platinum{
    border-top: 4px solid #0faa13;
}
.pricing-form .panel.pintotop{
    border-top: 4px solid #0faa13;
}
.pricing-form .panel.pintotop .pin{
    position: absolute;
    top: -10px;
    right: -60px;
    border-top: 45px solid #f60;
    border-left: 45px solid transparent;
}
.pricing-form .panel.pintotop .pin .glyphicon-pushpin{
    position: absolute;
    left: -21px;
    top: -40px;
    font-size: 16px;
    color: #fff;
}

.pricing-form .panel .panel-heading{
    background: #fff;
    border-bottom: none;
}
.pricing-form .panel .panel-heading h2{
    font-size: 17px;
    margin-top: 0%
}
.pricing-form .panel .panel-heading h1{
    margin: 10px 0 0 0;
    font-size: 23px;
}
.pricing-form .panel .panel-heading h1 .fa-inr{
    font-size: 20px;
}
.pricing-form .panel .panel-heading .duration{
    text-align: center;
    font-weight: bold;
    padding-top: 10px;   
    font-size: 12px;
}
.pricing-form .panel .panel-body{
    padding: 10px;
    min-height: 240px;
}
.pricing-form .panel  hr{
    margin: 0;
    width: 91%;
    margin-left: 11px;
}

.pricing-form .panel .panel-body ul li {
    line-height: 178%;
    padding-left: 25px;
    font-size: 13px;
}
.pricing-form .panel .panel-body ul li i{
    font-size: 12px;
    color: #0faa13;
    position: absolute;
    left: 25px;
    padding-top: 6px;
}

.pricing-form .panel .panel-body > a{
    position: absolute;
    width: 50%;
    bottom: 18%;
}
.pricing-form .panel .panel-footer{
    padding: 10px 0px;
    background-color: #b2b2b2;
}
.pricing-form .panel .panel-footer input{
    /* position: absolute;
    left: 18%; */
    margin-top: -2px;;
}
.pricing-form .panel .panel-footer a{
    /* padding: 10px 100px;
    background-color: #b2b2b2; */
    color: #002449;
    font-weight: bold;
}
/*
.pricing-form .panel .panel-footer::after{
    content: '';
    display: block;
    position: absolute;
    left: 45%;
    bottom: 5px;
    width: 0;
    height: 0;
    border-top: 15px solid #b2b2b2;
    border-right: 15px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 15px solid transparent;
}
*/
/*home  ad*/
#memebership-pln .owl-stage-outer{
    width: 96%;
    margin-left: 13px;
    height: 375px;
    overflow: hidden;
}
#memebership-pln .owl-stage .item{
    width: 235px;
}
#memebership-pln .owl-stage .owl-item{
    margin-left: 3px;
}
#memebership-pln .panel .panel-body ul li i {
    font-size: 12px;
    color: #0faa13;
    position: absolute;
    left: 15px;
    padding-top: 6px;
}
#memebership-pln .owl-prev.owl-prev-center2{
    left: 0;
}
#memebership-pln .owl-prev.owl-prev-center2 i.fa-chevron-left{
    margin-left: -5px;
}
#memebership-pln .owl-next.owl-next-center2 i.fa-chevron-right{
margin-right: -5px;
}

#memebership-pln .panel.pintotop .pin{
    right: -66px;
}
.pricing-form  .panel .panel-heading{
    padding:  10px 15px;
}
.pricing-form .panel .panel-body ul{
padding: 0%;
}

element.style {
}
#memebership-pln .owl-prev.owl-prev-center2 {
    left: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #002449;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-top: 10px;
    z-index: 999;
}
.owl-prev-center2 {
    float: left;
    position: absolute;
    top: 30%;
}
.owl-next-center2 {
    float: right;
    position: absolute;
    top: 30%;
    right: 0%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #002449;
    color: #FFF;
    text-decoration: none;
}

/*18.07.2018 */

.mr-4{
margin-right:4px;
}

.selectize-input{
	padding: 4px 8px;
	border-radius: 0px;
}


/**tags css 2.08.2018**/
.tags {
    margin-top: 20px;
}
.tags h4 {
    margin: 0 0 15px 0;
    padding: 0;
}
.tags a {
    border: 1px solid #ddd;
    display: inline-block;
    /* color: #717171; */
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,.1);
    box-shadow: 0 1px 1px 0 rgba(180,180,180,.1);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 2px;
    margin: 0 3px 6px 0;
    padding: 5px 10px;
}

.bootstrap-tagsinput input{

    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #666;
    font-size: 15px!important;
    margin: 3px 0;
    padding: 10px;
    width: 100%;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
}

.bootstrap-tagsinput{
    box-shadow: none;
    width:100%;
    border: none;
    background: transparent;
}


.bootstrap-tagsinput {
    background: 0 0;
    border: 1px solid #d8d8d8;
    display: inline-block;
    padding: 8px 6px !important;
    margin-bottom: 10px;
    color: #444;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-shadow: none;

}

.bootstrap-tagsinput .tag {
    display: inline-block;
    margin-top: 2px;
    padding: 4px 6px;
    float:left;
}
.bootstrap-tagsinput input {
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555;
    box-shadow: none;

    font-size: 14px;
    float:left;
}


/**tags css**/

/* ajax loader starts 31-8-18 */
.ajax-loader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	display: none;
}

.ajax-bg {
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background: rgb(0, 0, 0);
}

.ajax-wrapper {
	width: 250px;
	height: 75px;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	font-size: 16px;
	z-index: 10;
	color: rgb(255, 255, 255);
}
/*ajax loader  ends 31-8-18 */
/*29.09.2018*/
.cf-th{
    background: #fff;
    color: #000;
    border-bottom:none !important;
}
.b-t-0{
    border-top:none !important;
}
/*29.09.2018*/

ol#menu-id a button{
margin-top: -5px;
}
.new-customer-addon-btn{
    padding: 4.5px 5.5px;
    font-size: 12px;
    margin-top: -5px;
    background-color: #eee;
    box-shadow: none;
    border: 1px solid #ccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
    text-transform: capitalize;
	outline: none;
}
.border-holder {
    border: 1px solid;
    padding: 5px 15px;
    /* margin-left: 16px; */
    margin-bottom: 20px;
    border-radius: 4px;
}
.entry-wrap {
    background: orange;
    padding: 16px 6px;
}
#purchase_table>thead>tr>th{
    vertical-align: middle;
}
.read-only-bg-rm{
    border: none!important;
    background: transparent!important;
    box-shadow: none!important;
}

input:focus, textarea:focus {
    background: #FF6347!important;
    color: white!important;
    border-color: yellow!important;
}

input:focus {border: 1px dotted black;}


/* input::-webkit-input-placeholder {
    color: #999;
} */
input:focus::-webkit-input-placeholder {
    color: #fff;
}
/* Firefox < 19 */
/* input:-moz-placeholder {
    color: #999;
} */
input:focus:-moz-placeholder {
    color: #fff;
}
/* Firefox > 19 */
/* input::-moz-placeholder {
    color: #999;
} */
input:focus::-moz-placeholder {
    color: #fff;
}

/* Internet Explorer 10 */
/* input:-ms-input-placeholder {
    color: #999;
} */
input:focus:-ms-input-placeholder {
    color: #fff;
}

/*  ajax list menu 27/10/18*/
.fs-24 {
    font-size: 24px;
}
/*  ajax list menu 27/10/18*/
.barcoad-list li{
display: block;
clear: both;
}



/* typeahead */
.suggestion-template {
    font-size: 12px;
    background: #f7f7f7;
    padding: 5px;
}
.shd {
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 5px 0px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 5px 0px rgba(0,0,0,0.23);
    -webkit-transition: all .8s ease-out;
}
/*.suggestion-template:hover {
    background-color: #c4bfc3 !important;
}*/
.suggestion-template.tt-cursor{
    background-color: #c4bfc3 !important;
}
/* typeahead */

.no-border {
    border: none!important;
}

.no-border{
    border:none!important;
}
.nest-btn-alg a button{
    margin-top: -4px;
    font-size: 11px;
    padding: 4px 7px;
    margin-right: 2px;
    box-shadow: none;
}
.reodercategory-savebtn{
    position: fixed;
    right: 30px;
    top: 36%;
}
/*10-11-18*/
#additemtbody .help-block{
	margin:0;
}
#detail_show  ul{
    display: block;
    clear: both;
}
.modern {
margin-top:25px;
}

/*Dashboard 14.11.2018*/
.modern .bg-primary {
    background-color: #007bff!important;
}
.modern .bg-aqua {
    background-color: #04c1c4 !important;
}
.modern .bg-danger {
    background-color: #dc3545!important;
}
.modern .bg-green {
    background-color: #00a65a !important;
}
.modern .card-body {
    padding: 1.25rem;
}
.modern .text-white {
    color: #fff!important;
}
.modern  p{
    font-weight: bold;
}
.modern .font-weight-bold {
    font-weight: 700!important;
}
.modern .widget-info a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-bottom: solid 2px #fff;
}
.modern .widget-info i{
    font-size: 29px;
    color: #fff;
}
.modern .widget-info{
    margin-bottom: 20px;
}

/*Dashboard 14.11.2018*/


.recenttable{
padding: 23px 21px 20px;

    border-bottom: 2px solid #f2f2f2;
    border-top-left-radius: .214rem;
    border-top-right-radius: .214rem;
	}
	.table-striped  thead  tr td,
.table-striped tbody tr td	{
	    padding: 10px;
		padding-left:21px;
		text-align:left;
		vertical-align:middle;
		}



#menu{
	height:40px;
}



.sweet-alert h2{
  margin-top: 25px;
}