.tablelocload {
    height: 45px;
    width: 500px;
}

.tablelocload:empty {
    animation: loading 1.5s infinite linear;
    background: #f4f4f496;
    background-image: -webkit-linear-gradient(to right, #dedfe1 0%, #f2f3f5 20%, #dedfe1 40%, #dedfe1 100%);
    background-image: linear-gradient(to right, #dedfe1b5 0%, #f2f3f5 20%, #dedfe1 40%, #ecececc9 100%);
    background-repeat: no-repeat;
}

@keyframes loading {
    0% {
        background-position: -100px;
    }

    50% {
        background-position: 200px;
    }

    100% {
        background-position: 300px;
    }
}
.form-control
{
    height: 45px!important;
    background-color: #ffffff!important;
    padding: 8px!important;
}
.pcoded-header.header-blue {
    background: linear-gradient(to right,#9db928,#9db928)!important;
}
.pcoded-navbar .pcoded-inner-navbar>li.active>a:before, .pcoded-navbar .pcoded-inner-navbar>li.pcoded-trigger>a:before {
    background-color: #9db928;
}
.pcoded-navbar.menu-light .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active>a:before, .pcoded-navbar.menu-light .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.pcoded-trigger>a:before, .pcoded-navbar.menu-light .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
    background: #9db928;
}
.page-header .page-header-title+.breadcrumb>.breadcrumb-item a {
    color: #9db928;
}
.user-profile-list table tbody tr:hover {
    box-shadow: 0 0 6px 0 #9db928;
}
.user-profile-list table tbody tr:hover td {
    background: #9db928;
}
.user-profile-list table tbody tr .overlay-edit {
    background: #9db928;
}

.model_item_form .overlay-edit .btn {
    border-radius: 50%;
    margin: 0 3px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.font16
{
    font-size: 16px;
}
.theme-btn
{
     background: #9db928!important;
     border-color: #9db928!important;
}
.text-right
{
    text-align: right;
}
.damage-in-box
{
    width: 100px;
    height: 30px!important;
    left: 10px;
    position: relative;
    margin-right: 0px;
}
.text-red
{
    color: #FB2B2B;
}
.text-green
{
    color: #9db928;
}
.f10
{
    font-size: 10px;
}
@media print {
  .noPrint{
    display:none;
  }
}
.theme_text_clr
{
    color: #9db928;
}
.menu_icon
{
    width: 19px;
    top: 4px;
    position: relative;
}
.navbar-collapsed .menu_icon
{
    top: 0px;
    position: relative;
}
.bg-green
{
    background:#1bd7a1;
}
.bg-blue
{
    background:#2a81e3;
}
.bg-orange
{
    background:#ff650c;
}
.bg-pink
{
    background:#e9345b;
}
.bg-purple
{
    background:#6e66c1!important;
}
.bg-lime
{
    background:#9db928;
}
.menu_icon_dash
{
    width: 30px;
    position: relative;
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar>li>a>.pcoded-micon+.pcoded-mtext {
    position: absolute;
    top: 3px!important;
}
.mr-l-18
{
  margin-left: 18%;
}
.navbar-collapsed .mr-l-18 {
        margin-left: 0%!important;
}
.ownload
{
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 12%);
    z-index: 1;
    position: absolute;
}
.ownspinner
{
    position: fixed;
    top: 300px;
    width: 2.3rem;
    height: 2.3rem;
    z-index: 1;
    color: #9db928;
}
.input-group-text {
    color: #9db928!important;
}

.auth-wrapper {
    background: linear-gradient(45deg,#9db928,#9db928)!important;
}
.vertical-align-middle
{
    vertical-align: middle!important;
}
.table>:not(caption)>*>* {
    padding: 0.4rem;
}
.pcoded-header.header-blue .dropdown .profile-notification .pro-head {
    background: #9db928!important;
}
.vertical-align-top
{
    vertical-align: top!important;
}
.pageaction
{
    position: absolute;
    right: 19px;
}
.ck-content
{
  height: 150px;
}
thead, tbody, tfoot, tr, td, th
{
    vertical-align: middle;
}
.searchdata
{
    height: 40px;
    margin-top: 23px;
    margin-left: 5px;
}