/* Minification failed. Returning unminified contents.
(3700,43): run-time error CSS1046: Expect comma, found '0'
(3700,47): run-time error CSS1046: Expect comma, found '/'
(3701,51): run-time error CSS1046: Expect comma, found '0'
(3701,55): run-time error CSS1046: Expect comma, found '/'
(3903,45): run-time error CSS1046: Expect comma, found '0'
(3903,49): run-time error CSS1046: Expect comma, found '/'
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    background-color: #E5E5E5;
    font-size: .925rem;
}

#wrapper {
    margin-left: 277px;
    transition: all .3s ease-in-out;
    height: 100vh;
    padding: 0;
}

.display-none {
    display: none;
}

#wrapper.fullwidth {
    margin-left: 0;
}

.span {
    color: rgb(58, 58, 58);
}

select {
    padding: 10px 10px;
    font-size: 13px;
    line-height: 18px;
    color: rgb(58,58, 58);
}
/** -------------------------------- -- Sidebar -------------------------------- */
.sidebar {
    background-color: #006531;
    width: 277px;
    transition: all .3s ease-in-out;
    transform: translateX(0);
    z-index: 9999999;
    height: 100vh;
    position: fixed;
    overflow-y: auto;
}

    .sidebar::-webkit-scrollbar {
        width: 5px;
    }

    .sidebar::-webkit-scrollbar-thumb {
        background-color: rgba(42, 235, 177, 0.3);
        outline: 1px solid rgba(42, 235, 177, 0.3);
    }

    .sidebar .close-aside {
        position: absolute;
        top: 7px;
        right: 7px;
        cursor: pointer;
        color: #EEE;
    }

    .sidebar .sidebar-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
    }

        .sidebar .sidebar-header .brand {
            width: 147px;
            margin: 40px 0 20px;
            outline: none;
        }

            .sidebar .sidebar-header .brand img {
                width: 100%;
                background: white;
            }

            .sidebar .sidebar-header .brand a {
                text-decoration: none;
                outline: none;
            }

.categories {
    width: 100%;
    padding: 190px 0 0 0;
}

.sidebar > ul > li {
    padding: 30px 15px;
    border-bottom: 1px solid #ffffffb0;
    text-align: left;
    list-style: none;
}

    .sidebar > ul > li:last-child {
        border-bottom: none;
    }

.sidebar ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    /* padding: 0 20px;*/
}

    .sidebar ul > li > a:hover {
        color: #008340;
    }

    .sidebar ul > li > a.current {
        color: #008340;
    }

    .sidebar ul > li > a:not(:only-child):after, .sidebar ul > li > a:visited:not(:only-child):after {
        padding-left: 4px;
        content: ' \025BE';
    }
    /* Start numbers */
    .sidebar ul > li > a > .num {
        line-height: 0;
        border-radius: 3px;
        font-size: 14px;
        padding: 0px 5px
    }

.sidebar ul > li > i {
    font-size: 18px;
    margin-right: .7rem;
}

.sidebar ul > li.has-dropdown > a:after {
    content: '\eb3a';
    font-family: unicons-line;
    font-size: 1rem;
    line-height: 1.8;
    float: right;
    transition: all .3s ease-in-out;
}

.sidebar ul .opened > a:after {
    transform: rotate(-90deg);
}
/* Start dropdown menu */
.sidebar ul .sidebar-dropdown {
    padding-top: 10px;
    padding-left: 2px;
    display: none;
}

    .sidebar ul .sidebar-dropdown.active {
        display: block;
    }

    .sidebar ul .sidebar-dropdown > li {
        list-style: none;
    }

        .sidebar ul .sidebar-dropdown > li > a {
            font-size: 14px;
            padding: 8px 4px;
            display: block;
            list-style: none;
        }
/* End dropdown menu */
.show-sidebar {
    transform: translateX(-270px);
}
/**/
@media (max-width: 767px) {
    .sidebar ul > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sidebar .search {
        padding: 10px 0 10px 30px
    }
}

.navbar {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

    .navbar .dropdown-menu {
        right: auto !important;
        left: 0 !important;
    }

    .navbar .navbar-nav > li > a {
        color: #EEE !important;
        line-height: 55px !important;
        padding: 0 10px !important;
    }

.show-sidebar {
    transform: translateX(-290px);
}

.navbar .navbar-header {
    width: 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

.header-width .navbar-header {
    width: 70px;
}

.header-width .navbar-header {
    display: block;
}

.humber {
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.navbar-sidetoggle {
    background: none;
    outline: none;
    width: 30px;
    box-shadow: none;
    border: none;
    font-size: 30px;
    color: #000;
    cursor: pointer;
}

/*.navbar-sidetoggle i {
    font-size: 30px;
    color: #000;
    cursor: pointer;
}*/

.navbar-brand {
    width: 100%;
    transition: all .3s ease-in-out;
}

    .navbar-brand a {
        padding: 0;
        margin: 0;
    }

    .navbar-brand img {
        width: 100%;
        background: #fff;
    }

.navbar .search-header {
    width: 50%;
    padding: 0 5% 0 0;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover {
    background-color: transparent !important;
    color: #FFF !important
}

.header-wrapp {
    padding: 15px 15px;
    background: #E5E5E5;
    height: 100px;
    background: #E5E5E5;
    position: fixed;
    width: 85%;
    z-index: 80;
    top: 0;
}

#wrapper.fullwidth .header-wrapp {
    width: 100%;
}
/*============================*/
/**************************** Login Css start here *********************/
.login-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    width: 100%;
    height: 100vh;
}

    .login-wrap > .login-home {
        position: absolute;
        top: 3%;
        left: 15%;
    }

        .login-wrap > .login-home a {
            color: #01823f;
            text-decoration: none;
            font-size: 14px;
        }

            .login-wrap > .login-home a i {
                margin-right: 5px;
                font-size: 20px;
            }

.login-box {
    width: 700px;
    border: solid 1px #ccc;
    padding: 30px 35px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    position: relative;
}

    .login-box::before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -10;
        background-color: rgba(1, 109,53, .1);
    }

    .login-box form {
        width: 100%;
    }

    .login-box .am-row, .login-box .amc-row {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

        .login-box .am-row .login-left {
            width: 100%;
        }

    .login-box .amc-row {
        justify-content: center;
    }

.forgot-left {
    width: 80%;
    padding: 15px 15px 0;
    float: left;
}

.login-box .am-row .login-left {
    width: 48%;
    padding: 0;
}

.login {
    width: 150px;
    margin: auto
}

    .login img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.form-group {
    width: 100%;
}

.login-name {
    font-weight: 600;
    font-size: 30px;
    color: #555;
    margin: 10px 0;
}

.line-height-am {
    line-height: 18px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 16px 24px;
    color: #212529;
    font-size: 14px;
    width: 89%;
    margin-bottom: 20px;
}

.login-left {
    width: 45%;
    padding: 0 15px;
    float: left;
}

.line-height-am:focus {
    color: #212529;
    background-color: rgb(238, 253, 240);
    border-color: #018440b5;
    outline: 0;
    border: 1px solid #00823f38;
}

.login-btn-am, .cancel-btn-am {
    font-size: 16px;
    background-color: #01823f;
    color: #fff;
    line-height: 25px;
    padding: 10px 35px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    margin: 0 5px;
    cursor: pointer;
}

.login-btn-am {
    width: 150px;
}

.cancel-btn-am {
    background-color: #b92804;
    padding: 10px 50px;
}

.login-btn-am i {
    font-size: 16px;
    font-weight: normal;
    padding-left: 4px;
}

.p-3 {
    padding: 1rem;
}

.mt-3 {
    margin-top: 1rem;
}

.rounded-pill {
    border-radius: 100rem;
}

.login_btn_am:hover {
    background-color: #035603;
    color: #fff;
}

.forget-password-am {
    color: #4c4c4c;
    font-size: 16px;
    text-decoration: none;
    line-height: 30px;
}

    .forget-password-am:hover {
        color: #01823f;
    }

.text-center {
    text-align: center;
}

.capchar {
    width: 120px;
    margin-top: 20px;
}

.capchar-btn {
    text-decoration: none;
    padding-top: 17px;
    color: #008341;
    padding-left: 5px;
}

.d-flex {
    display: flex;
}

.login-button-center {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: row;
}

.login-body {
    background: url(/wwwroot/theme1/img/dashboardbg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.captcha-div {
    margin-bottom: 20px;
    margin-top: 33px;
}

#mainCaptcha {
    padding: 10px 7px;
    font-size: 20px;
    border-radius: 3px;
}

#refresh {
    position: relative;
    left: 230px;
    width: 30px;
    height: 30px;
    bottom: 45px;
    background-image: url(rpt.jpg);
}

#txtInput, #Button1 {
    position: relative;
    left: 40px;
    bottom: 40px;
}

.capchar-btn {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.error {
    color: #ff0000;
    font-size: 12px;
    bottom: 0;
    font-weight: 300;
}
/**************************** Login Css end here *********************/
/**************************** Header Css start here *********************/
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.header_destop {
    display: block;
}

.d-flex-headtop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.search-header {
    width: 45%;
}

    .search-header input {
        width: 100%;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        background: #F9F9F9;
        padding: 15px 18px;
        outline: none;
        border: none;
    }

        .search-header input::-webkit-input-placeholder {
            color: rgb(218, 218, 218);
        }

        .search-header input ::-moz-placeholder {
            color: rgb(218, 218, 218);
        }

        .search-header input :-ms-input-placeholder {
            color: rgb(218, 218, 218);
        }

        .search-header input:-moz-placeholder {
            color: rgb(218, 218, 218);
        }

.header-right {
    width: 45%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
    ;
}

.header2 {
    display: none;
}

#header {
    background-color: #d8f3dc;
    padding-bottom: 6px;
    border-radius: 0 0 30px 30px;
}

.header_top {
    width: 100%;
    padding: 9px 0px 7px;
}

.logo {
    width: 90px;
}

    .logo img {
        width: 100%;
    }

.search_with {
    width: 100%;
}

.search_row {
    padding: 5px 15px;
    line-height: 29px;
}

.search_tp, .search-tp {
    top: 7px;
    padding: 1px 8px;
    cursor: pointer;
}

    .search_tp i {
        color: #D3D3D3;
        font-size: 19px;
    }

.search_btn {
    color: #006530;
    border: none;
    box-shadow: 0 0 7px #f6f6f6b5;
    font-weight: 600;
    font-size: 15px;
    padding: 0 36px;
    margin-left: 17px;
    background-color: #d0efd5bf;
    line-height: 17px;
}

.input-group {
    position: relative;
    width: 100%;
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        width: 100%;
        outline: none;
    }

.input-group-append {
    position: absolute;
    right: 7px;
    top: 4px;
    background-color: transparent;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: 0px;
}

.right-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
    border-left: solid 2px #f7f7f7b8;
    align-items: center;
}

.border_right_am {
    border-left: solid 2px #f7f7f7b8;
    margin-left: 16%;
    height: 67px;
    display: flex;
    align-items: center;
    float: left;
    padding-right: 12px;
}

.welcome-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 6px 18px;
    -webkit-border-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-radius: 6px;
    border-top-right-radius: 6px;
    width: 75%;
    position: relative;
    box-shadow: -3.08176px -3.08176px 7.7044px 1.54088px rgba(255, 255, 255, 0.31), 2.31132px 4.62264px 5.39308px 0.77044px rgba(215, 215, 215, 0.57);
}

    .welcome-box h2 {
        width: 85%;
        line-height: 25px;
        word-break: break-word;
        font-size: 18px;
        font-weight: 600;
        color: #006531;
        text-align: left;
    }

    .welcome-box a {
        display: flex;
        flex-direction: column;
        padding: 3px;
        outline: none;
        cursor: pointer;
    }

        .welcome-box a img {
            width: 50px;
            border-radius: 100%;
            border: 1px solid #7dbb57;
            padding: 3px;
            background: #d8f3dc;
        }

    .welcome-box::before {
        content: '';
        position: absolute;
        right: 3px;
        top: 33px;
        width: 0;
        height: 0;
        border-top: solid 7px rgba(0, 0, 0, 0.5);
        border-left: solid 7px transparent;
        border-right: solid 7px transparent;
    }

.welcome-drop-down, .notification-drop-down {
    position: absolute;
    width: 210px;
    display: none;
    flex-direction: column;
    top: 67px;
    right: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #E5E5E5;
    z-index: 99;
    padding: 0;
    margin: 0;
}

    .welcome-drop-down:after, .notification-drop-down:after {
        content: '';
        position: absolute;
        right: 30px;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #e5e5e5;
        z-index: -99;
    }

    .welcome-drop-down li, .notification-drop-down li {
        list-style: none;
        width: 100%;
    }

        .welcome-drop-down li a, .welcome-drop-down li a:hover, .notification-drop-down li a, .notification-drop-down li a:hover {
            padding: 15px 12px;
            display: block;
            width: 100%;
            color: #000;
            text-align: left;
            word-break: break-word;
            border-bottom: 1px solid #eee;
            font-size: 13px;
        }

            .welcome-drop-down li a:hover, .notification-drop-down li a:hover {
                color: #fff !important;
            }

.notification-drop-down {
    width: 300px;
    top: 66px;
}

    .notification-drop-down:after {
        right: 2px;
        top: -18px;
        border-bottom: 18px solid #fffafa;
    }

    .notification-drop-down li a {
        background-color: transparent;
        height: auto;
        padding: 8px 12px;
    }

        .notification-drop-down li a:hover {
            height: auto;
            border-radius: 0;
            padding: 8px 12px;
        }

        .notification-drop-down li a, .notification-drop-down li a:hover {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
            align-items: center;
        }

    .notification-drop-down .icon {
        width: 20%;
        width: 20%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .notification-drop-down .icon img {
            width: 100%;
            border: 1px solid #006530;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

    .notification-drop-down .content-n {
        width: 76%;
        flex-flow: column;
        font-size: 13px;
        line-height: 18px;
        word-break: break-all;
    }

    .welcome-drop-down li:last-child, .notification-drop-down li:last-child {
        border-bottom: none;
    }

.logout, .logout:focus, .logout:visited, .logout:hover, .viewall-noti, .viewall-noti:focus, .viewall-noti:visited, .viewall-noti:hover {
    width: 100%;
    padding: 15px 12px;
    border: none;
    outline: none;
    background: #006531;
    color: #fff !important;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center !important;
}

    .logout:focus, .logout:visited, .logout:hover, .viewall-noti:focus, .viewall-noti:visited, .viewall-noti:hover {
        background: #038b45;
        border: none;
        outline: none;
    }

.searchicon, .nav-mobile {
    display: none;
}

.notification {
    width: 60px;
    position: relative;
}

    .notification a, .notification a:hover {
        display: inline-block;
        text-decoration: none;
        background-color: #006530;
        position: relative;
        padding: 4px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        width: 33px;
        height: 32px;
    }

        .notification a:hover {
            background-color: #058d45;
        }

.setting i:hover {
    color: #058d45;
}

.notification a i {
    font-size: 15px;
    color: #fff;
}

.notification a .no_card {
    position: absolute;
    top: -21px;
    background-color: #ff0000;
    padding: 6px;
    font-size: 13px;
    color: #fff;
    right: -15px;
    font-weight: normal;
    height: 30px;
    width: 30px;
}

.setting {
    width: 40px;
}

    .setting a {
        text-decoration: none;
        display: inline-block;
    }

        .setting a i {
            font-size: 30px;
            color: #006530;
        }

.navigation {
    background-color: #006531;
    border-radius: 0 0 30px 30px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1;
}

    .overlay.active {
        display: block !important;
    }

.navigation.active {
    display: block !important;
    left: 0;
}
/**************************** Header Css End here *********************/
/***********NAVGATION CSS************/
.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

nav {
    text-align: center;
}

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

        nav ul li {
            float: left;
            position: relative;
        }

            nav ul li a, nav ul li a:visited {
                display: block;
                padding: 22px 30px;
                line-height: 18px;
                background: #006531;
                text-decoration: none;
                font-size: 14px;
                font-weight: normal;
            }

            nav ul li a {
                background: transparent;
            }

                nav ul li a:hover, nav ul li a:visited:hover {
                    background: #008340;
                    color: #ffffff;
                }

.navbar-dropdown li a {
    background: #006531;
}

nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}

nav ul li ul li {
    min-width: 190px;
}

    nav ul li ul li a {
        padding: 15px;
        line-height: 20px;
    }

.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}

    .navbar-dropdown li a {
        border-bottom: 1px solid #ffffff3b;
        text-align: left;
    }
/*HUMBER CSS*/
#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #006530;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

    #navbar-toggle span:before {
        top: -10px;
    }

    #navbar-toggle span:after {
        bottom: -10px;
    }

#navbar-toggle.active span {
    background-color: transparent;
}

    #navbar-toggle.active span:before, #navbar-toggle.active span:after {
        top: 0;
    }

    #navbar-toggle.active span:before {
        transform: rotate(45deg);
        background: #fff;
    }

    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
        background: #fff;
    }

.d-colume {
    flex-direction: column;
}
/**************************** main Css start here *********************/
.main {
    width: 100%;
    padding: 100px 15px 40px;
    min-height: calc(100vh - 40px);
    overflow: hidden;
}

.participatory {
    width: 100%;
    margin-bottom: 20px;
}

.nurserie {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .nurserie img {
        width: 100%;
    }

.form-control:focus {
    outline: none;
    border: 1px solid #00823f38;
    background-color: rgb(238, 253, 240);
}

.form-control, .form-control2 {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 18px;
    color: rgb(58,58, 58);
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e9e7e7;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    height: 40px;
    /*  -webkit-appearance: none;
    -moz-appearance: none;*/
}

    .form-control:focus, .form-control2:focus, .headAdd input[type=date]:focus, .headAdd input[type=search]:focus {
        padding: 10px 10px;
        font-size: 13px;
        line-height: 18px;
        outline: none;
        border: 1px solid #00823f38;
        background-color: rgb(238, 253, 240);
        color: rgb(0, 0, 0);
        height: 40px;
    }

.login-label {
    padding-bottom: 10px;
    color: rgb(58,58,58);
    float: left;
    font-size: 14px;
}

.search-header input::-webkit-input-placeholder, .form-control2::-webkit-input-placeholder {
    color: #bdbdbd;
}

.search-header input ::-moz-placeholder, .form-control2 ::-moz-placeholder {
    color: #bdbdbd;
}

.search-header input :-ms-input-placeholder, .form-control2:-ms-input-placeholder {
    color: #bdbdbd;
}

.search-header input:-moz-placeholder, .form-control2:-moz-placeholder {
    color: #bdbdbd;
}

.search-header input:focus, .form-group select:focus {
    color: rgb(0, 0, 0);
    border: 1px solid #00823f38;
}
/**************************** main Css end here *********************/
/**************************** footer Css start here *********************/
.min-footer {
    width: 100%;
    /* position: fixed;
     */
    bottom: 0;
    background: #fff;
    margin: auto;
}

.footer-top-section {
    width: 100%;
    border-top: dashed 2px #0184409c;
    padding: 10px 0 10px;
    background: #E5E5E5;
}

.footer-list {
    width: 82%;
    margin: 0 auto;
    text-align: center;
}

    .footer-list ul {
        list-style: none;
        margin: 0 auto;
        padding: 0px;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

        .footer-list ul li {
            line-height: 20px;
            padding: 10px;
            justify-content: space-between;
        }

            .footer-list ul li a {
                text-decoration: none;
                font-size: 16px;
                color: #006531;
                font-weight: 400;
                line-height: 31px;
                padding: 5px 10px;
                border-bottom: 2px solid #006531;
            }

                .footer-list ul li a:hover {
                    text-decoration: none;
                    font-size: 16px;
                    color: #07ac56;
                    font-weight: 400;
                    line-height: 31px;
                    padding: 5px 10px;
                    border-bottom: 2px solid #07ac56;
                }

.footer-bg {
    background-color: #006531;
    padding: 10px 0;
    width: 100%;
}

.footer {
    text-align: center;
}

    .footer p {
        font-size: 14px;
        color: #fff;
    }

.footer-list p {
    font-size: 15px;
    color: #006531;
    font-weight: 400;
    padding-top: 10px;
}
/**************************** footer Css end here *********************/
/*************CIRCLE CSS**************/
.boxshadow {
    box-shadow: 2px 1px 2px #4646461f;
}

.radius-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.radius-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.white-bg {
    background-color: #fff;
}

.flex-just-center {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.circle_section, .circle-section {
    width: 100%;
    margin: auto;
}

.content-showdata {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    position: relative;
}

    .content-showdata .form-set {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.width {
    width: 50%;
}

.width-35 {
    width: 35%;
}

.min-height {
    min-height: 280px;
}

.content-showdata .form-set .form-row, .headAdd {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    /*padding: 10px;*/
    /*flex-wrap: wrap;
    */
}

.mb-30 {
    margin-bottom: 30px;
}

.content-showdata .form-set .form-row-new {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 10px;
    /*flex-wrap: wrap;
    */
}

.headAdd {
    padding: 10px 0 15px;
    justify-content: space-between;
}


    .headAdd h2 {
        font-size: 20px;
        line-height: 18px;
        color: #006531;
        font-weight: 700;
    }

    .headAdd .addnew, .table-content .addnew-new, .headAdd .backbutton, .table-content .addnew, .headAdd .backbutton {
        background: #16a159;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        padding: 10px 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        outline: none;
        border: none;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0, 20%);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0,0, 20%);
    }

        .headAdd .addnew:focus, .table-content .addnew:hover, .headAdd .backbutton:focus, .headAdd .backbutton:hover, .table-content .addnew:focus, .table-content .addnew:hover, .headAdd .backbutton:focus, .headAdd .backbutton:hover {
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
            outline: none;
            background: #058d45;
        }

    .headAdd .backbutton {
        background: #006530;
    }

        .headAdd .backbutton i {
            margin-right: 6px;
            font-size: 12px;
        }

.savecancel-wrapp i {
    margin: 0 12px;
    font-size: 12px;
}

.content-showdata .form-set .form-row input[type="text"], .content-showdata .form-set .form-row input[type="number"], .content-showdata .form-set .form-row input[type="password"], .content-showdata .form-set .form-row select, .content-showdata .form-set .form-row textarea {
    padding: 10px 10px;
    font-size: 13px;
    line-height: 18px;
    color: rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ced4da;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}

    .content-showdata .form-set .form-row input:focus, .content-showdata .form-set .form-row input:focus, .content-showdata .form-set .form-row select:focus, .content-showdata .form-set .form-row textarea:focus {
        outline: none;
        border: 1px solid #00823f38;
        background-color: rgb(238, 253, 240);
        color: rgb(0, 0, 0);
        width: 100%;
        box-sizing: border-box;
    }

    .content-showdata .form-set .form-row input::-webkit-input-placeholder, .content-showdata .form-set .form-row select, .content-showdata .form-set .form-row textarea::-webkit-input-placeholder {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }

    .content-showdata .form-set .form-row input ::-moz-placeholder, .content-showdata .form-set .form-row select, .content-showdata .form-set .form-row textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #bdbdbd;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }

    .content-showdata .form-set .form-row input :-ms-input-placeholder, .content-showdata .form-set .form-row select, .content-showdata .form-set .form-row textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #bdbdbd;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }

.content-showdata .form-set .form-row input:-moz-placeholder, .content-showdata .form-set .form-row select {
    /* Firefox 18- */
    color: #e5e5e5;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.content-showdata .form-set .form-row option:not(:first-of-type) {
    color: black;
}

.content-showdata .form-set .form-row label {
    width: 100%;
    padding: 30px 0 0;
}

.content-showdata .form-set .form-row .col-75 {
    width: 75%;
}

.content-showdata .form-set .form-row .col-80 {
    width: 80%;
}

.content-showdata .form-set .form-row .col-72 {
    width: 72%;
}

.content-showdata .form-set .form-row .col-65 {
    width: 65%;
}

.content-showdata .form-set .form-row .col-49 {
    width: 49%;
}

.content-showdata .form-set .form-row .col-48 {
    width: 48%;
}

.content-showdata .form-set .form-row .col-45 {
    width: 45%;
}

.content-showdata .form-set .form-row .col-46 {
    width: 46%;
}

.content-showdata .form-set .form-row .col-40 {
    width: 40%;
}

.content-showdata .form-set .form-row .col-35 {
    width: 35%;
}

.content-showdata .form-set .form-row .col-32 {
    width: 32%;
}

.content-showdata .form-set .form-row .col-27 {
    width: 27%;
}

.content-showdata .form-set .form-row .col-25 {
    width: 25%;
}

.content-showdata .form-set .form-row .col-24 {
    width: 24%;
}

.content-showdata .form-set .form-row .col-22 {
    width: 22%;
}

.content-showdata .form-set .form-row .col-19 {
    width: 19%;
}

.content-showdata .form-set .form-row .col-18 {
    width: 18%;
}

.content-showdata .form-set .form-row .col-17 {
    width: 17%;
}

.content-showdata .form-set .form-row .col-16 {
    width: 16%;
}

.content-showdata .form-set .form-row .col-15 {
    width: 15%;
}

.content-showdata .form-set .form-row .col-14 {
    width: 14%;
}

.content-showdata .table-content {
    width: 100%;
}

    .content-showdata .table-content .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 25px;
    }

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.savecancel-wrapp {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0 5px;
}

    .savecancel-wrapp .print {
        background: #fbb008;
        color: white;
        font-size: 14px;
        cursor: pointer;
        padding: 12px 35px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
        border: none;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        outline: none;
    }

     .savecancel-wrapp .back {
        background:#db1111;
        color: white;
        font-size: 14px;
        cursor: pointer;
        padding: 12px 35px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
        border: none;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        outline: none;
    }


    .savecancel-wrapp .savebutton, .savecancel-wrapp .cancebutton, .body-content .ft-modal .yesbutton, .body-content .ft-modal .nobutton {
        background: #59aa24;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        padding: 12px 35px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
        border: none;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 20%);
        outline: none;
    }

        .savecancel-wrapp .savebutton:focus, .savecancel-wrapp .savebutton:hover, .savecancel-wrapp .cancebutton:focus, .savecancel-wrapp .cancebutton:hover, .body-content .ft-modal .yesbutton:focus, .body-content .ft-modal .yesbutton:hover, .body-content .ft-modal .nobutton:focus, .body-content .ft-modal .nobutton:hover {
            box-shadow: 0px 15px 20px rgba(89, 170, 36, 0.4);
            outline: none;
        }

    .savecancel-wrapp .cancebutton, .body-content .ft-modal .nobutton {
        background: #d72e2e;
        margin: 0 20px;
    }

        .savecancel-wrapp .cancebutton:focus, .savecancel-wrapp .cancebutton:hover, .body-content .ft-modal .nobutton:focus, .body-content .ft-modal .nobutton:hover {
            box-shadow: 0px 15px 20px rgba(215, 46, 46, 0.4);
            outline: none;
        }

.width-98 {
    width: 98%;
}

.width-94 {
    width: 94%;
}

.width-95 {
    width: 95%;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.d-flex-button {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    /*flex-wrap: wrap;*/
}

    .d-flex-button .prview, .d-flex-button .edit, .d-flex-button .delete, .clsEdit,.clsDelete, .btnAddNew {
        background: #fabb00;
        border: none;
        outline: none;
        border-radius: 3px;
        padding: 3px 7px;
        color: #000;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 13px;
        cursor: pointer;
        margin-left: 5px;
        white-space: nowrap;
    }

    .d-flex-button .edit, .clsEdit, .btnAddNew {
        background: #006531;
        color: #fff;
    }

        .d-flex-button .edit:focus, .edit:focus, .edit:hover, .d-flex-button .edit:hover, clsEdit:focus, clsEdit:hover, .btnAddNew:hover {
            background: #16a159;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
            outline: none;
        }

    .d-flex-button .delete {
        background: #d72b3c;
        color: #fff;
        outline: none;
    }


    .d-flex-button .prview:focus, .d-flex-button .prview:hover {
        background: #fbc00f;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        outline: none;
    }

    .d-flex-button .delete:focus, .d-flex-button .delete:hover {
        background: #b91f2e;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        outline: none;
    }
/*=====TABLE CSS=======*/
table {
    border: 1px solid #d8f3dc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    /*table-layout: fixed;
    */
    text-align: left;
    vertical-align: middle;
    box-shadow: 1px 1px 4px rgba(0, 0, 0,14%);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 14%);
    -moz-box-shadow: 1px 1px 4px rgba(0,0, 0, 14%);
}

    table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table thead {
        width: 100%;
    }

        table thead tr {
            background-color: #006531;
        }

            table thead tr th {
                color: #fff;
                font-family: 'Poppins', sans-serif;
                text-transform: capitalize;
                font-weight: 400;
                font-size: 15px;
                padding: 15px 0;
            }
/*
    table tbody tr td {
        padding: 8px;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
        font-weight: 300;
        font-size: 14px;
        border: 1px solid #d8f3dc;
       
    }*/

.table-no-row {
    width: 100px;
}

.table-status {
    width: 150px;
}

.table-th1 {
    width: 250px;
}
/* CHECK BOX CSS */
.check-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.check-box {
    position: relative;
    min-height: 85px;
    clear: both;
    display: flow-root !important;
    overflow: hidden;
}

    .check-box .span {
        margin-left: 30px;
        width: 80%;
        margin-top: 42px;
    }

.checkmark {
    position: absolute;
    top: 56px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 2px;
}

.check-box:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #01823F;
    border-radius: 2px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check-box .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    /* border: solid white;*/
    border: #008340 solid 1px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*MODAL POPUP CSS*/
.pop-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 530px;
    min-width: 300px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pop-show {
    visibility: visible;
}

.pop-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(40,43,49,.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pop-show ~ .pop-overlay {
    opacity: 1;
    visibility: visible;
}
/* Content styles */
.body-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

    .body-content .head {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding: 2px 0px;
    }

        .body-content .head h3 {
            font-size: 23px;
            font-weight: 700;
            width: 80%;
        }
/* Effect 1: Fade in and scale up */
.pop-effect .body-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.body-content .head .close {
    background: #d31b1b;
    border: none;
    outline: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: -10px;
}

    .body-content .head .close i {
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        font-weight: 300;
    }

.body-content .content {
    padding: 9px 25px 20px;
}

    .body-content .content .exclamation {
        display: flex;
        justify-content: center;
        padding: 2px;
    }

        .body-content .content .exclamation i {
            font-size: 50px;
            color: #fabb00;
        }

    .body-content .content h4 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        padding: 10px 0;
        color: #006531;
    }

    .body-content .content p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #000;
        text-align: center;
    }

.body-content .ft-modal {
    padding: 15px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #ebebeb;
}

.pop-show.pop-effect .body-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/***************** 14/01/2022 ***********/
.table-content .add-button-set, .addnew {
    position: absolute;
    right: 2%;
    top: 20px;
}

.table_no_row, .table-no-row {
    width: 70px;
}

.p-lt-tr {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
}

.border_top {
    border-top: 1px solid #d8f3dc;
}

.fontweight500 {
    font-weight: 500;
}

.border-right {
    border-right: 1px solid #d8f3dc;
    height: 57px;
}

.border-right2 {
    border-right: 1px solid #d8f3dc;
    height: 135px;
}

.mortality_box {
    width: 36%;
    margin: 35px auto 20px;
}

.input-fild, .input-fild:focus {
    padding: 9px 3px;
    font-size: 13px;
    line-height: 18px;
    color: rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ced4da;
    width: 100%;
}

    .input-fild:focus {
        outline: none;
        border: 1px solid #00823f38;
        background-color: rgb(238, 253, 240);
        color: rgb(0, 0, 0);
        box-sizing: border-box;
    }

table thead tr th {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: inherit;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 5px;
    line-height: 18px;
    border: 1px solid #d8f3dc;
}

table tbody tr td {
    padding: 8px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
    border: 1px solid #d8f3dc;
}

table.no-transform tbody tr td {
    text-transform: none !important;
}

.rad-label {
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 0px 16px;
    cursor: pointer;
    transition: .3s;
    position: relative;
}

    .rad-label:hover, .rad-label:focus-within {
        background: hsla(0, 0%, 80%, .14);
    }

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, hsl(128.9, 52.9%, 90%), hsl(154.5, 42.6%, 18.4%));
    position: relative;
}

    .rad-design::before {
        content: '';
        display: inline-block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: hsl(0, 0%, 90%);
        transform: scale(1.1);
        transition: .3s;
    }

.rad-input:checked + .rad-design::before {
    transform: scale(0);
}

.rad-text {
    color: #000;
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
    transition: .3s;
}

.box-shadow-none {
    box-shadow: none;
}
/*=====DASHBOARD=======*/
.dashboard-wraap {
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.head-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 0 20px;
}

    .head-title h2 {
        font-size: 26px;
        color: #000;
    }

.row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

.piechart-row {
    width: 65%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nublist, .seed-adv, .noti-list {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.nublist, .seed-adv {
    width: 49%;
}

.nublist {
    width: 100%;
}

    .nublist ul {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

        .nublist ul li {
            list-style: none;
            margin-bottom: 20px;
            width: 48.5%;
        }

            .nublist ul li:last-child {
                margin-bottom: 0;
            }

.set-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.green-bg {
    background: #006531;
}

.white-bg {
    background: #fff;
}

.left-radius-27 {
    -webkit-border-top-left-radius: 27px;
    -webkit-border-top-right-radius: 27px;
    -moz-border-radius-topleft: 27px;
    -moz-border-radius-topright: 27px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
}

.right-radius-27 {
    -webkit-border-bottom-right-radius: 27px;
    -webkit-border-bottom-left-radius: 27px;
    -moz-border-radius-bottomright: 27px;
    -moz-border-radius-bottomleft: 27px;
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
}

.radius-27 {
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.w-45, .w-55 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    word-break: break-all;
}

.w-45 {
    width: 45%;
    padding: 15px;
}

.w-55 {
    width: 55%;
    padding: 15px;
}

.num-fsize-70 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #006531;
}

.c-fsize-22 {
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: auto;
}

.plant-title {
    width: 100%;
    padding: 10px 25px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .box h5, .plant-title h5 {
        font-size: 24px;
        color: #006531;
        line-height: 36px;
        text-align: center;
        font-weight: 600;
    }

    .plant-title h5 {
        text-align: left;
        width: 75%;
    }

    .plant-title .form-control {
        width: 30%;
    }

.color-list {
    width: 100%;
    padding: 10px;
}

    .color-list ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .color-list ul li {
            padding: 0 7px;
            list-style: none;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

.color-code, .content-name {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding: 5px 0;
    font-size: 13px;
    line-height: 18px;
}

.value-1, .value-2, .value-3, .value-4 {
    width: 15px;
    height: 15px;
    background-color: #006531;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.value-2 {
    background-color: #5aaa25;
}

.value-3 {
    background-color: #01cd16;
}

.value-4 {
    background-color: #42d287;
}

.clearfix {
    width: 100%;
    clear: both;
    height: 5px;
}
/*==NOTIFICATION SECTION START===*/
.noti-list {
    padding: 17px;
    justify-content: flex-start;
}

    .noti-list h4 {
        font-size: 24px;
        color: #006530;
        margin-bottom: 15px;
    }

    .noti-list ul {
        width: 100%;
        overflow-y: auto;
        max-height: 422px;
    }

        .noti-list ul::-webkit-scrollbar {
            background-color: #fff;
            width: 16px
        }

        /* background of the scrollbar except button or resizer */
        .noti-list ul::-webkit-scrollbar-track {
            background-color: #fff
        }

            .noti-list ul::-webkit-scrollbar-track:hover {
                background-color: #fff;
            }

        /* scrollbar itself */
        .noti-list ul::-webkit-scrollbar-thumb {
            background-color: #2fa96a69;
            border-radius: 16px;
            border: 5px solid #fff
        }

            .noti-list ul::-webkit-scrollbar-thumb:hover {
                background-color: #2fa96a69;
                border: 4px solid #f4f4f4
            }


        .noti-list ul li {
            background: #D8F3DC;
            padding: 11px;
            font-size: 12px;
            text-transform: capitalize;
            line-height: 15px;
            list-style: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #292929;
            margin-bottom: 15px;
        }

            .noti-list ul li:last-child {
                margin-bottom: 0;
            }
/*==PIECHART==*/
.piechartWrapper {
    padding: 10px;
    text-align: center;
    width: 100%;
}

.piechart {
    position: relative;
    display: inline-block;
    margin: 20px 10px;
    color: #BBB;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
}

    .piechart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.piechart {
    color: #263238;
    font-size: 56px;
    font-weight: 700;
}
/*==SEED, PLANT, NORMAL AND TALL==*/
.plan-chart-width {
    /* width: 200px; */
    /* height: 300px; */
    position: relative;
    margin: auto;
}

.pieChart-wh {
    width: 300px;
    height: 300px;
    position: relative;
}

.chart {
    position: absolute;
    width: 100%;
    height: 100%;
}

.pieTip {
    position: absolute;
    float: left;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 18px 6px;
    border-radius: 2px;
    background: rgba(255,255,255,.97);
    color: #444;
    font-size: 19px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transform: all .3s;
    -moz-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
    transform: all .3s;
    pointer-events: none;
}

    .pieTip:after {
        position: absolute;
        left: 50%;
        bottom: -6px;
        content: "";
        height: 0;
        margin: 0 0 0 -6px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 6px solid rgba(255,255,255,.95);
        line-height: 0;
    }

.chart path {
    cursor: pointer;
}

.plan-chart-width .roate-lebal {
    font-size: 20px;
    color: #3D3D3D;
    transform: rotate(-90deg);
    position: absolute;
    right: -31%;
    top: 50%;
    font-weight: 600;
}
/*==SEED, PLANT, NORMAL AND TALL==*/
.species-wise {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
    border-left: 2px solid rgba(0, 101, 49, 0.09);
}

    .species-wise .species-lebal {
        font-size: 17px;
        color: #3D3D3D;
        font-weight: 600;
        text-align: left;
        position: relative;
        bottom: 0;
    }

#nursChart, #myChart {
    width: 100% !important;
}

#bar-chart {
    width: 100%;
    height: 300px;
    position: relative;
}

    #bar-chart::before {
        content: "";
        position: absolute;
        display: block;
        width: 240px;
        height: 30px;
        left: 155px;
        top: 254px;
        background: #FAFAFA;
    }

#pie-chart {
    width: 500px;
    height: 250px;
    position: relative;
}
/*==Nursery Expenditure===*/
.nursery-exp {
    width: 100%;
    padding: 10px;
}

#chartdiv {
    width: 100%;
    height: 400px;
}

.total-value {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
    font-size: 21px;
    color: #006531;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
}

    .total-value .number {
        padding: 0 10px 0 0;
    }
/*--PAGELOADER CSS--*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999999;
}

    #preloader > #status {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url(/wwwroot/Theme1/img/loader.gif);
        background-repeat: no-repeat;
        background-position: center;
        /* margin: -100px 0 0 -100px; */
        transform: translate(-50%, -50%);
    }

.j-c-s-betwen {
    justify-content: space-between;
}

.j-c-s-start {
    justify-content: flex-start;
}

.j-c-s-center {
    justify-content: center;
}

.j-c-s-start div {
    margin-right: 1.5%;
}

.content-showdata .form-set .form-row label sup {
    color: #e80e0e;
    font-size: 16px;
    line-height: 0;
}

.content-showdata .form-set .form-row.select-postion {
    position: absolute;
    width: 30%;
    top: 4px;
}

.pading-lft-riht {
    padding: 15px 0 0;
    clear: both;
    width: 100%;
}

.content-showdata .form-set.fliter-set {
    width: 100%;
    justify-content: flex-start;
}

    .content-showdata .form-set.fliter-set > .j-c-s-start {
        justify-content: flex-start;
    }

.form-set.fliter-set .col-100 {
    width: 100%;
}

.padd-top {
    padding: 25px 0 0;
}

    .padd-top.headAdd h2 {
        font-size: 18px;
        color: #21704f;
        font-weight: 600;
    }

.select-postion .col-100 {
    width: 100%;
}

.padd-top {
    padding: 25px 0 0;
}

    .padd-top.headAdd h2 {
        font-size: 18px;
        color: #21704f;
        font-weight: 600;
    }

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 50%;
}

.w-33 {
    width: 33.3%;
}

.border-top {
    border-top: none;
}

.border-bottom {
    border-bottom: none;
}

.border-rights {
    border-right: none
}

.border-left {
    border-left: none
}

.border-all {
    border: none;
}

.p-top {
    padding-top: 0;
}

.p-all {
    padding: 0;
}

.caption-h {
    margin: 0;
    padding: 0;
    height: 35px;
    font-size: 15px;
    font-weight: 600;
}

.border-height {
    height: 67.5px;
}

.color-white {
    color: #fff;
}

.col-100 {
    width: 100%;
}

.content-showdata .form-set .form-row.dsp-bg-darkgreen {
    background: #006531;
    padding: 0 10px 10px;
    margin: 15px 0 0;
}

.nursery-dis {
    width: 100%;
    overflow-x: scroll;
    padding: 2px 0 25px;
    margin: 15px 0;
}

.scroller {
    scrollbar-color: #d8f3dc;
    scrollbar-width: thin;
}

    .scroller::-webkit-scrollbar {
        height: 5px;
    }

    .scroller::-webkit-scrollbar-track {
        background: #fff;
    }

    .scroller::-webkit-scrollbar-thumb {
        background: #80ad62;
        border-right: 1px solid #fff;
    }

.nursery-dis table {
    table-layout: fixed;
}

    .nursery-dis table thead th, .nursery-dis table tbody td {
        width: 150px;
        padding: 12px;
    }

.nursery-dis .padd-top.headAdd h2 {
    font-size: 18px;
    line-height: 18px;
}
/*pagination css*/
#pagination-demo {
    display: inline-block;
    margin: 1.75em 0;
}

    #pagination-demo li {
        display: inline-block;
    }

        #pagination-demo li a {
            text-decoration: none;
        }

.page-content {
    width: 100%;
}

.pagination-sm .page-link {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
}

.page-link {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(0, 101, 49);
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(0, 101, 49);
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: rgb(0, 101,49);
    border-color: rgb(0,101,49);
}

.page-link:focus, .page-link:hover {
    color: rgb(16, 105, 59);
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}

.just-center {
    justify-content: center;
}

.left-m-10 {
    margin-left: 10px;
}

.table-content .add-button-set button {
    margin-right: 5px;
}

    .table-content .add-button-set button:last-child {
        margin-right: 0;
    }

#btnAddExisting {
    background: #d72b3c;
}
/*10-02-2022*/
.content-showdata .form-set .form-row.flex-column {
    flex-direction: column;
}

.list-form ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 10px 0;
    padding: 0;
    justify-content: space-between;
}

    .list-form ul li {
        list-style: none;
        padding: 0 10px;
        width: 23%;
    }

        .list-form ul li:nth-child(1) {
            width: 2%;
            font-weight: 600;
        }

        .list-form ul li:nth-child(2) {
            width: 2%;
            order: 4;
        }

.col-19 {
    width: 19%;
}

.col-18 {
    width: 18%;
}

.col-16 {
    width: 16%;
}

.col-15 {
    width: 15%;
}

.col-30 {
    width: 30%;
}

.col-32 {
    width: 32%;
}

.col-49 {
    width: 49%;
}

.justify-space-between {
    justify-content: space-between;
}

.col-8 {
    width: 8%;
}

.col-22 {
    width: 23%;
}

.add-button {
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 75px;
    margin-left: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

    .add-button span {
        margin-left: 5px;
    }

    .add-button:focus, .add-button:hover {
        box-shadow: 0px 7px 10px rgba(89,170,36, 40%);
        outline: none;
    }

.add-button, .delete-button, .tree-meter, .locked-row, .unlocked-row, .edit-row {
    background: #16a159;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: 0px 3px 6px 0px rgba(0, 0,0, 20%);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0,0, 20%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0,0, 20%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}

.delete-button, .tree-meter, .locked-row, .unlocked-row, .edit-row {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .add-button i, .delete-button i, .tree-meter i, .locked-row i, .unlocked-row i, .edit-row i {
        font-size: 15px;
    }

.delete-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    background-color: #d71010;
    padding: 0;
}

.edit-row {
    background: #59aa24;
}

.locked-row {
    background: red;
}

.unlocked-row {
    background: #e7c819;
}

.tree-meter {
    background: #018342;
}

.delete-button:focus, .delete-button:hover {
    outline: none;
    background-color: #c50f0f;
}

#showdrop-down h2 span {
    color: gray;
    font-weight: 500;
    font-size: 0.8vw;
}

.content-showdata .form-set .form-row {
    flex-wrap: wrap;
    width: 100%;
}

#tech-table thead th tbody {
    height: 5em;
}

.content-showdata .form-set.fliter-set.w-50 {
    width: 50%;
}

.content-showdata .form-set.fliter-set.w-60 {
    width: 60%;
}

.content-showdata .form-set.fliter-set.w-70 {
    width: 70%;
}

.content-showdata .form-set.fliter-set.w-80 {
    width: 80%;
}

    .content-showdata .form-set.fliter-set.w-50 .form-control, .content-showdata .form-set.fliter-set.w-60 .form-control, .content-showdata .form-set.fliter-set.w-70 .form-control, .content-showdata .form-set.fliter-set.w-80 .form-control, .content-showdata .form-set.order-set.w-60 .form-control {
        border: 1px solid #d5d4d4;
    }

/*tooltip show button*/

.tooltip {
    display: inline;
    position: relative;
    font-size: 15px;
}

    .tooltip:hover {
        font-size: 15px;
    }

        .tooltip:hover:after {
            background: #111;
            background: rgba(0,0,0,.8);
            border-radius: 0.3em;
            bottom: 45px;
            color: #fff;
            content: attr(title);
            display: block;
            left: 50%;
            padding: 5px 15px;
            position: absolute;
            text-shadow: 0 1px 0 #000;
            white-space: nowrap;
            z-index: 98;
            transform: translate(-50%, -6%);
            font-size: 12px;
        }

        .tooltip:hover:before {
            border: solid;
            border-color: #111 transparent;
            border-color: rgba(0,0,0,.8) transparent;
            border-width: 0.8em 0.8em 0 0.8em;
            bottom: 35px;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            z-index: 99;
            transform: translate(-50%, 0%);
        }

.overflow-hidden {
    overflow: hidden;
}

.select-paging {
    height: 1.7rem;
    padding: 5px;
}

.forset-content .title-head {
    width: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #006531;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 10px;
    text-align: center;
    line-height: 37px;
    word-spacing: 1px;
}

.title-details {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #006531;
    text-align: center;
    word-spacing: 3px;
}

.border-none {
    border: none;
}
/*22-02-2022*/
.nublist ul li > .set-row {
    flex-direction: column;
}

    .nublist ul li > .set-row .w-45, .nublist ul li > .set-row .w-55 {
        width: 100%;
        padding: 32px 10px;
    }

.forset-content .title-head > .mb-title, .forset-content .title-details > .mb-contnet {
    display: none;
}

.headAdd input[type=date], .headAdd input[type=search] {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 18px;
    color: rgb(58,58,58);
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e9e7e7;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
}

.j-c-s-end {
    justify-content: flex-end;
}

    .j-c-s-end div:last-child {
        margin-right: 0;
    }
/*pop-modal-2*/
.pop-modal-2 {
    max-width: 730px;
    min-width: 730px;
}

.species-row {
    width: 171px;
}

.Diameter2 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    width: 100%;
    float: left;
}

.cost-norms {
    padding: 0 10px 5px;
    line-height: 47px;
    margin: 0;
    height: 49px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.heading-ft {
    font-weight: 600;
    font-size: 14px;
}

#spanDisposalHeader {
    padding: 0 5px;
}
/**/
.note {
    background: #edededee;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.gray-l {
    background: #edededee;
}

.note h2 {
    font-size: 18px;
    color: #21704f;
    font-weight: 600;
    margin-bottom: 5px;
}

.note h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0d8d57;
    padding-bottom: 5px;
}

.note p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}


.long-mr {
    margin: 0 !important;
    justify-content: space-between;
}

.w-48 {
    width: 48% !important;
}

.m-top-bottom {
    margin: 15px 0;
}

.pop-modal-2 {
    max-width: 730px;
    min-width: 730px;
}

.species-row {
    width: 171px;
}

.Diameter2 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    width: 100%;
    float: left;
}

.mtl-h {
    width: 100%;
    color: rgb(0,101,49);
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.grayl-bg {
    background: #eeeeee;
    padding: 0 15px;
    border: 1px solid #d8f3dc;
    margin-bottom: 20px;
}

.padd-inh {
    padding: 0 !important;
}

.five-m {
    margin-right: 1.5%;
}

.pop-modal-2 {
    max-width: 730px;
    min-width: 730px;
}

.species-row {
    width: 171px;
}

.Diameter2 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    width: 100%;
    float: left;
}

#divNewAddHide {
    width: 100%;
    padding-bottom: 20px;
}

.td-height {
    height: 50px;
}

.td-60 {
    height: 60px;
}

.td-70 {
    height: 70px;
}

.button-alg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expend-table {
    table-layout: fixed;
    border: none !important;
}

.dflex-center {
    justify-content: center;
}

.content-showdata .form-set.order-set {
    position: absolute;
    width: 30%;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .content-showdata .form-set.order-set.w-60 {
        width: 60%;
    }

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.no-w-space {
    white-space: nowrap
}

.td-50 {
    width: 50%;
}

.td-8-33 {
    width: 8.33%
}

.td-7-33 {
    width: 8.33%
}

.td-100 {
    width: 100%;
}

.CostStatement-table3, .border-all {
    border: none !important;
}

.td-50-px {
    width: 60px;
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;
}

.th-50-px {
    width: 64px;
}

.th-400-px {
    width: 400px;
}

.expend-flex-row {
    justify-content: center;
}

.fliter-set input[type=date] {
    border: 1px solid #d5d4d4;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

#ddlIsNew {
    margin-left: 35px;
    width: 20%;
}

.check-box .span {
    position: absolute;
    top: 15px;
}

.imgPhoto {
    margin: 0 0 0 20px;
}

#ddlDistrictFilter {
    width: 100%;
}

.mg-right {
    margin-right: 10px;
}

.inline-flex {
    display: inline-flex;
}

.postion-realtive {
    position: relative;
}

.error-ab .error {
    position: absolute !important;
    top: 105px;
}

.f-align-items, .content-showdata .form-set .form-row.f-align-items {
    align-items: flex-start;
}

.j-c-s-start-gray {
    justify-content: flex-start;
}

.margin-div-right {
    margin-right: 1.3%;
}

.nsre-report-table {
    width: 2500px !important;
}

div.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
}

div.table-responsive::-webkit-scrollbar {
    width: 8px;
}

.table-responsive thead, .table-responsive thead {
    top: -2px !important;
}

.expensedtable {
    overflow-x: auto;
    width: fit-content !important;
}

    .expensedtable > #tblMain {
        width: 2500px;
    }

.content-showdata .expend-scroll {
    width: 100%;
    overflow-x: scroll;
}

thead th, thead > td {
}
/*#divExport > table tbody tr td {
    word-break: break-all;
}*/
.nurserystockreturn-tabl {
    overflow-x: auto;
}

    .nurserystockreturn-tabl > .tables {
        width: 2500px;
    }

.table-layout {
    table-layout: fixed;
}

#tbody td {
    word-break: break-all;
}

.captcha-div input:read-only {
    background-color: lightcoral !important;
    border: none !important;
    width: 127px;
    font-weight: 600;
    text-align: center;
    word-spacing: -4px;
    font-size: 20px !important;
}

.captcha-div input:focus {
    border: none;
    outline: none;
}

.dptusr-wrapp select.disabled {
    background-color: #f0d7d7 !important;
}

.fncl-width {
    width: 100px;
}

.search-with input.hide-clear[type="search"]::-webkit-search-decoration,
.search-with input.hide-clear[type="search"]::-webkit-search-cancel-button,
.search-with input.hide-clear[type="search"]::-webkit-search-results-button,
.search-with input.hide-clear[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.pagination ul {
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding: 10px 0;
}

.list-message-b {
    display: flex;
    flex-direction: column;
    padding: 5px 15px;
}

    .list-message-b li {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
    }

.content-showdata .form-set.fliter-set.export-filter {
    position: static;
    left: inherit;
    top: inherit;
    transform: inherit;
    width: 100%;
}

    .content-showdata .form-set.fliter-set.export-filter > .j-c-s-start {
        justify-content: flex-start;
    }

.pdx-wrapp {
    position: absolute;
    right: 2%;
    top: 20px;
    width: 310px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .pdx-wrapp button {
        background: #16a159;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        outline: none;
        height: 38px;
        width: 38px;
        border: none;
        box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0,0, 20%);
        margin-left: 5px;
    }

    .pdx-wrapp > .pdf {
        background: #cb0634;
    }

    .pdx-wrapp > .print {
        background: #fbb008;
    }

.mg-bottom {
    margin-bottom: 10px;
}

.content-showdata .form-set.fliter-set .form-row-new {
    padding: 10px 0 20px;
    /* margin: 0 -16px; */
    border-bottom: 3px solid #80ad62;
    margin-bottom: 15px;
}

    .content-showdata .form-set.fliter-set .form-row-new div {
        padding: 0 10px;
    }

/*.content-showdata .form-set.fliter-set .form-row-new div:first-child {
    padding-left: 0;
}
*/
.pdx-wrapp button {
    display: inline;
}

    .pdx-wrapp button:hover:after {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        background: #444;
        border-radius: 4px;
        color: #fff;
        content: attr(title);
        margin: -10px auto 0;
        font-size: 14px;
        padding: 13px;
        width: 70px;
    }

    .pdx-wrapp button:hover:before {
        border: solid;
        border-color: #444 transparent;
        border-width: 10px 6px 0 6px;
        content: "";
        left: 45%;
        bottom: 40px;
        position: absolute;
        z-index: 999;
    }

.pdx-wrapp.tooltip:hover {
    font-size: inherit;
}

.pdx-wrapp button i {
    font-size: 15px;
}

.dashboard-wraap > .row {
    padding: 0;
}

.piechart-row > .row {
    padding: 0;
}

.childToggle {
    cursor: pointer;
}

.export-w-sel {
    width: 12%;
}

.nurery-disposal-dattable th, .nursery-table-expenditure th {
    padding: 10px 6px;
}

.radio-set {
    position: relative;
    width: 100%;
}

    .radio-set ul {
        display: flex;
        flex-flow: row wrap;
    }

        .radio-set ul li {
            position: relative;
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 0 50px 0 0;
        }

            .radio-set ul li + label {
                font-size: 14px !important;
            }

            .radio-set ul li [type="radio"]:checked,
            .radio-set ul li [type="radio"]:not(:checked) {
                position: absolute;
                left: -9999px;
            }

                .radio-set ul li [type="radio"]:checked + label,
                .radio-set ul li [type="radio"]:not(:checked) + label {
                    position: relative;
                    padding: 12px 0 0 30px;
                    cursor: pointer;
                    line-height: 20px;
                    display: inline-block;
                    color: #666;
                }

                    .radio-set ul li [type="radio"]:checked + label:before,
                    .radio-set ul li [type="radio"]:not(:checked) + label:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 10px;
                        width: 22px;
                        height: 22px;
                        border: 1px solid #0D8D57;
                        border-radius: 100%;
                        background: #fff;
                    }

                    .radio-set ul li [type="radio"]:checked + label:after,
                    .radio-set ul li [type="radio"]:not(:checked) + label:after {
                        content: '';
                        width: 14px;
                        height: 14px;
                        background: #0D8D57;
                        position: absolute;
                        top: 15px;
                        left: 5px;
                        border-radius: 100%;
                        -webkit-transition: all 0.2s ease;
                        transition: all 0.2s ease;
                    }

                    .radio-set ul li [type="radio"]:not(:checked) + label:after {
                        opacity: 0;
                        -webkit-transform: scale(0);
                        transform: scale(0);
                    }

                    .radio-set ul li [type="radio"]:checked + label:after {
                        opacity: 1;
                        -webkit-transform: scale(1);
                        transform: scale(1);
                    }

.view-file-a {
    padding: 4px 7px;
    color: #fff;
    text-decoration: none;
    background: #006531;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 3px;
}

#flAttachment {
    background-color: #e8e8e8 !important;
    border: 1px solid #b1a6a6 !important;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
}

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 0.075rem solid #ddd;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgb(0 0 0 / 5%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 30px;
    margin: 24px 0;
}

.file-custom:after {
    content: "Upload Attachment...";
    font-size: 12px;
}

.file-custom:before {
    position: absolute;
    top: -0.075rem;
    right: -0.075rem;
    bottom: -0.075rem;
    z-index: 6;
    display: block;
    content: "Browse";
    font-size: 14px;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 0.075rem solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
}

.pdx-top {
    top: 86px;
}

#divFilelink a {
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    padding: 9px;
    border-radius: 5px;
    text-decoration: none;
    color: #006531;
    display: block;
    width: 100%;
}

#txtOrderId {
    margin-top: 11px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.tfoot-td {
    background: #eeeeeeb5;
    text-align: right;
}

.title {
    font-weight: 700;
    font-size: 16px;
}

.tfoot-td > td {
    text-align: right;
}

.float-right {
    float: right;
}
/*****************/
.pn-ProductNav_Wrapper, .tab-wrapp {
    position: relative;
    padding: 0 11px;
    box-sizing: border-box;
}

.pn-ProductNav {
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    font-size: 0;
}

.js .pn-ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
}

    .js .pn-ProductNav::-webkit-scrollbar {
        display: none;
    }

.pn-ProductNav_Contents {
    float: left;
    transition: transform 0.2s ease-in-out;
    position: relative;
}

.pn-ProductNav_Contents-no-transition {
    transition: none;
}

.pn-ProductNav_Link {
    text-decoration: none;
    color: #808080;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid transparent;
    padding: 0 11px;
    font-family: 'Poppins';
    cursor: pointer;
}

    .pn-ProductNav_Link + .pn-ProductNav_Link {
        border-left-color: #eee;
    }

    .pn-ProductNav_Link[aria-selected=true] {
        font-size: 14px;
        color: #0d8d57;
        font-weight: 600;
        font-family: 'Poppins';
    }

.pn-Advancer {
    /* Reset the button */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    /* Now style it as needed */
    position: absolute;
    top: 0;
    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0;
    transition: opacity 0.3s;
}

    .pn-Advancer:focus {
        outline: 0;
    }

    .pn-Advancer:hover {
        cursor: pointer;
    }

.pn-Advancer_Left {
    left: 0;
}

[data-overflowing=both] ~ .pn-Advancer_Left, [data-overflowing=left] ~ .pn-Advancer_Left {
    opacity: 1;
}

.pn-Advancer_Right {
    right: 0;
}

[data-overflowing=both] ~ .pn-Advancer_Right, [data-overflowing=right] ~ .pn-Advancer_Right {
    opacity: 1;
}

.pn-Advancer_Icon {
    width: 16px;
    height: 35px;
    fill: #80ad62;
}

.pn-ProductNav_Indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: transparent;
    transform-origin: 0 0;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.section {
    display: none;
    padding: 15px 11px;
}

.active {
    display: block !important;
}

.pn-ProductNav_Contents ul li a:hover, .pn-ProductNav_Contents ul li a:visited:hover {
    background: transparent;
    color: #0d8d57;
}



@media (max-width: 4600px) {
    .header-wrapp {
        width: 94%;
    }
}

@media (max-width: 4200px) {
    .header-wrapp {
        width: 93.3%;
    }
}

@media (max-width: 3800px) {
    .header-wrapp {
        width: 92.7%;
    }
}

@media (max-width: 3600px) {
    .header-wrapp {
        width: 92.1%;
    }
}

@media (max-width: 3400px) {
    .header-wrapp {
        width: 91.8%;
    }
}

@media (max-width: 3200px) {
    .header-wrapp {
        width: 91.3%;
    }
}

@media (max-width: 3000px) {
    .header-wrapp {
        width: 90.7%;
    }
}

@media (max-width: 2700px) {
    .header-wrapp {
        width: 89.5%;
    }
}

@media (max-width: 2500px) {
    .header-wrapp {
        width: 88.5%;
    }
}

@media (max-width: 2400px) {
    .header-wrapp {
        width: 88%;
    }
    .nurserystockreport-table {
        width: 2415px !important;
    }
}

@media (max-width: 1920px) {
    .header-wrapp {
        width: 86.3%;
    }
}

@media (max-width: 1875px) {
    .header-wrapp {
        width: 86.1%;
    }
}

@media (max-width: 1850px) {
    .header-wrapp {
        width: 86%;
    }
}

@media (max-width: 1825px) {
    .header-wrapp {
        width: 85.7%;
    }
}

@media (max-width: 1800px) {
    .header-wrapp {
        width: 85%;
    }
}

@media (max-width: 1720px) {
    .header-wrapp {
        width: 84.8%;
    }

    .categories {
        padding: 170px 0 0 0;
    }
 
}

@media (max-width: 1700px) {
    .header-wrapp {
        width: 84.6%;
    }
}

@media (max-width: 1675px) {
    .header-wrapp {
        width: 84%;
    }
}

@media (max-width: 1650px) {
    .header-wrapp {
        width: 84%;
    }

    .categories {
        padding: 170px 0 0 0;
    }
}

@media (max-width: 1620px) {
    .header-wrapp {
        width: 83.6%;
    }

    .content-showdata .form-set .form-row label {
        height: 70px;
        align-items: center;
        display: flex;
    }

    .num-fsize-70 {
        font-size: 24px;
        line-height: 25px;
    }

    .forset-content .title-head {
        width: auto;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
    }

    .title-details {
        font-size: 16px;
    }
    .content-showdata .form-set.fliter-set .form-row-new {
        flex-flow: wrap;
        align-items: baseline;
    }
    .content-showdata .form-set.fliter-set .form-row-new div {
        padding: 0;
        margin-right:10px;  
        margin-bottom:10px;
    }
}

@media (max-width: 1567px) {
    .header-wrapp {
        width: 82.6%;
    }
    table tbody tr td {
        line-height: 14px;
        font-size: 13px;
    
    }
}

@media (max-width: 1530px) {
    .header-wrapp {
        width: 81.4%;
    }

    #divExport {
        overflow-x: auto;
    }

        #divExport > table {
            width: 1400px;
        }
    .nurseryconsolidatedreport-table {
        width: 1800px !important;
    }
}

@media (max-width: 1500px) {
    .header-wrapp {
        width: 82%;
    }
}

@media (max-width: 1470px) {
    .header-wrapp {
        width: 81.9%;
    }
}

@media (max-width: 1440px) {
    .header-wrapp {
        width: 83.4%;
    }
    /*=======HEADER SECTION NAVGATION START=============*/
    .logo {
        width: 80px;
    }

    .search-header {
        width: 40%;
    }

    .header-right {
        width: 40%;
    }

    .welcome-box {
        width: 90%;
    }

    .right-flex {
        padding-left: 14%;
    }

    nav ul li a, nav ul li a:visited {
        padding: 22px 10px;
    }

    .navbar-dropdown li a {
        text-align: left;
    }

    .navbar .search-header {
        width: 40%;
        padding: 0 5% 0 0;
    }

    .header-right {
        width: 40%;
    }

    .humber {
        justify-content: center;
    }

    .forset-content .title-head {
        font-size: 16px;
        padding: 5px 16px;
    }

    .title-details {
        font-size: 15px;
    }

    /*==SIDEBAR CSS===*/
    .sidebar {
        width: 250px;
    }

        .sidebar .sidebar-header .brand {
            width: 123px;
            margin: 27px 0 20px;
        }

        .sidebar > ul > li {
            padding: 15px 12px;
        }

        .sidebar ul > li > a {
            font-size: 14px;
        }

        .sidebar ul .sidebar-dropdown > li > a {
            font-size: 14px;
        }

    #wrapper {
        margin-left: 250px;
    }

    .welcome-box h2 {
        font-size: 17px;
        padding-right: 8px;
    }
    /*===FOOTER CSS===*/
    .footer_list ul li {
        padding: 6px;
    }
    /*==DASHBOARD CSS==*/
   
    .c-fsize-22 {
        font-size: 18px;
    }

    .piechart {
        font-size: 45px;
    }

    .head-title {
        padding: 0 0 10px;
    }

    .noti-list ul li {
        padding: 11px;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .nublist, .seed-adv {
        width: 49%;
        justify-content: flex-start;
    }
    .nublist {
        width: 100%;
    }

    .box, .piechartWrapper {
        justify-content: flex-start;
    }

    .plant-title {
        padding: 10px 25px 18px;
    }

    .piechartWrapper {
        padding: 10px 0px;
        text-align: center;
    }

    .box h5, .plant-title h5, .noti-list h4 {
        font-size: 20px;
    }

    .plan-chart-width {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

        .plan-chart-width .roate-lebal {
            font-size: 15px;
            right: -15%;
        }

    .species-wise {
        width: 100%;
    }

        .species-wise .species-lebal {
            font-size: 16px;
            bottom: 0;
        }

    .piechart-row > .row {
        align-items: stretch;
        padding: 0;
    }
}

@media only screen and (max-width: 1366px) {
    .header-wrapp {
        width: 82.6%;
    }
    /*==SIDEBAR CSS===*/
    .sidebar {
        width: 250px;
    }

        .sidebar .sidebar-header .brand {
            width: 123px;
            margin: 27px 0 20px;
        }

        .sidebar > ul > li {
            padding: 20px 12px;
        }
        /*    .sidebar ul > li > a {
        font-size: 18px;
    }*/
        .sidebar ul .sidebar-dropdown > li > a {
            font-size: 14px;
            padding: 8px 4px;
        }

    .welcome-box h2 {
        font-size: 16px;
        padding-right: 11px;
        line-height: 20px;
    }

    .head-title {
        padding: 0 0 10px;
    }
    .navbar .search-header {
        width: 40%;
        padding: 0 5% 0 0;
    }

    /*==FOOTER CSSS==*/
    .footer-list {
        width: 100%;
    }

    .footer_list ul li {
        padding: 5px;
    }

    .footer-list ul li {
        padding: 5px;
        justify-content: space-between;
    }

    .footer_list ul li a, .footer_list ul li a:hover {
        font-size: 14px;
        line-height: 25px;
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 1340px) {
    .header-wrapp {
        width: 82.1%;
    }

    .order-set > .headAdd {
        flex-direction: column;
    }

        .order-set > .headAdd > .w-33 {
            width: 100%;
        }

        .order-set > .headAdd > .form-set .form-row-new {
            padding: 20px 0;
        }

        .order-set > .headAdd .j-c-s-end {
            justify-content: flex-start;
        }
}

@media (max-width: 1300px) {
    .header-wrapp {
        width: 81.6%;
    }

    .navbar .search-header {
        width: 40%;
        padding: 0 5% 0 0;
    }
    .department-table  table{
        width:1500px;
    }
    .export-w-sel {
        width: 18%;
    }

    .nursery-table {
        overflow-x: scroll;
    }

    table {
        width: 100%;
        table-layout: fixed;
    }
    .form-set > .nursery-dis > table {
        width: 1200px;
    }
    .nurery-master-dattable, .nurery-inventory-dattable {
        width: 1300px;
    }
    .nurery-disposal-dattable, .nursery-table-expenditure {
        width: 1500px;
    }
    .content-showdata .form-set .form-row .col-32.month-six, .div-col-32.month-six {
        width: 100%;
        margin-bottom: 10px;
    }
    #txtOrderId {
        margin-top: 11px;
    }
 
}

    @media (max-width: 1260px) {
        .header-wrapp {
            width: 81%;
        }

        .navbar .search-header {
            width: 40%;
            padding: 0 5% 0 0;
        }

        .header-right {
            width: 35%;
        }

        .welcome-box {
            width: 100%;
        }

        .humber {
            justify-content: center;
        }

        .checkmark {
            top: 30px;
        }

        .content-showdata .form-set.fliter-set {
            position: relative;
            top: 0;
            left: 0;
            transform: inherit;
        }

            .content-showdata .form-set.fliter-set.w-50 {
                width: 100%;
            }

        .title-details {
            font-size: 15px;
        }

        .forset-content .title-head {
            font-size: 15px;
            padding: 5px 10px;
            text-align: center;
            line-height: 28px;
        }
        .content-showdata .form-set.fliter-set.w-50 > .j-c-s-center {
            justify-content: flex-start;
        }
        .content-showdata .form-set.fliter-set.expend-flt-width, .nurs-dis-report.content-showdata .form-set.fliter-set {
            width: 100%;
        }
        .check-box .span {
            margin-top: 17px;
        }
        .export-w-sel {
            width: 18%;
        }
        .nursery-table {
            overflow-x: scroll;
        }
        table {
            width: 100%;
            table-layout: fixed;
        }
    }

    @media (max-width: 1230px) {
        .header-wrapp {
            width: 80.6%;
        }

        .content-showdata .form-set .form-row .col-32, .content-showdata .form-set .form-row .col-49, .content-showdata .form-set .form-row .col-24, .content-showdata .form-set .form-row .col-40, .content-showdata .form-set .form-row .col-18, .content-showdata .form-set .form-row .col-19 {
            width: 48.5%;
        }

        .content-showdata .form-set.fliter-set > .j-c-s-start {
            justify-content: flex-start;
        }
    }

    @media (max-width: 1200px) {
        .sidebar {
            width: 240px;
        }

        #wrapper {
            margin-left: 240px;
        }

        .header-wrapp {
            width: 81.2%;
        }

        .navbar .search-header {
            width: 40%;
            padding: 0 5% 0 0;
        }
        /*==DASHBAORD==*/
        .head-title h2 {
            font-size: 22px;
        }

        .species-wise {
            width: 65%;
        }

        .plan-chart-width .roate-lebal {
            right: -22%;
            top: 46%;
        }

        .seed-adv {
            width: 50%;
        }

        .c-fsize-22 {
            font-size: 16px;
        }

        .radius-27 {
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

        .box h5, .plant-title h5, .noti-list h4 {
            padding-bottom: 10px;
        }

        table {
            width: 100%;
            table-layout: fixed;
        }

        .nursery-table {
            overflow-x: scroll;
        }

        table thead tr th {
            padding: 10px 11px;
            width: 300px;
        }
        .table_no_row, .table-no-row {
            width: 70px;
        }
    }

    @media only screen and (max-width: 1150px) {

        /*SIDEBAR CSS AND HEADER*/
        .sidebar {
            width: 230px;
        }

        #wrapper {
            margin-left: 230px;
        }

        .header-wrapp {
            width: 81%;
        }

        .navbar-sidetoggle i {
            font-size: 30px;
        }
        /*==FOOTER CSS==*/
        .footer_list {
            width: 90%;
        }

            .footer_list ul li a, .footer_list ul li a:hover {
                font-size: 14px;
                line-height: 26px;
                padding: 5px 10px;
            }
        /*dashboard css*/
        .piechart-row {
            width: 60%;
        }

        .head-title h2 {
            font-size: 20px;
        }

        .nublist, .seed-adv, .w-45, .w-55, .species-wise, .plan-chart-width {
            width: 100%;
            justify-content: flex-start;
        }

        .noti-list {
            width: 38%;
        }

        .nublist ul, .box, .piechartWrapper {
            margin-bottom: 20px;
        }

        .chart {
            position: relative;
            display: flex;
            justify-content: center;
        }


        .set-row {
            flex-direction: column;
        }

        .nublist ul {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
        }

            .nublist ul li {
                width: 48%;
            }

        .left-radius-27 {
            -webkit-border-top-left-radius: 15px;
            -webkit-border-top-right-radius: 15px;
            -moz-border-radius-topleft: 15px;
            -moz-border-radius-topright: 15px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            border-bottom-left-radius: 0;
        }

        .right-radius-27 {
            -webkit-border-bottom-right-radius: 15px;
            -webkit-border-bottom-left-radius: 15px;
            -moz-border-radius-bottomright: 15px;
            -moz-border-radius-bottomleft: 15px;
            border-bottom-right-radius: 15px;
            border-bottom-left-radius: 15px;
            border-top-right-radius: 0;
        }

        .num-fsize-70 {
            font-size: 24px;
        }

        .c-fsize-22, .total-value, .box h5 {
            font-size: 13px;
        }

        .nublist ul, .box, .piechartWrapper {
            margin-bottom: 0px;
        }

            .box h5, .plant-title h5, .noti-list h4 {
                font-size: 18px;
            }

        .row {
            padding: 0px 0;
        }

        .radius-27 {
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

        .plan-chart-width .roate-lebal, .species-wise .species-lebal {
            right: 0%;
            top: 0%;
            position: relative;
            width: 100%;
            transform: rotate( 0deg );
            text-align: center;
            padding:10px 0;
        }

        .species-wise .species-lebal {
            padding: 10px 0;
        }

        .box h5 {
            padding: 0 0 10px 0;
        }

        .color-list ul {
            justify-content: center;
            align-items: flex-end;
            padding: 20px 0;
        }

        .plant-title {
            flex-direction: column;
        }

            .plant-title .form-control {
                width: 100%;
            }

        #divExport > table {
            width: 1900px;
        }
        .check-box .span {
            margin-top: 17px;
        }
        .export-w-sel {
            width:20%;
        }
        .clsDivMortality {
            margin-bottom: 10px;
        }
   
    }

    @media only screen and (max-width: 1125px) {
        .header-wrapp {
            width: 80.5%;
        }
    }

    @media only screen and (max-width: 1100px) {
        .header-wrapp {
            width: 80%;
        }

        .content-showdata .form-set .form-row .col-32, .content-showdata .form-set .form-row .col-49, .content-showdata .form-set .form-row .col-24, .content-showdata .form-set .form-row .col-40,
        .content-showdata .form-set .form-row .col-18, .content-showdata .form-set .form-row .col-19 {
            width: 48%;
        }

        .welcome-box h2 {
            font-size: 13px;
            padding-right: 10px;
            line-height: 16px;
        }
        /* TABLE CSS */
        .nursery-table {
            overflow-x: scroll;
        }

        .headAdd h2 {
            font-size: 18px;
        }

        .table-content .addnew {
            position: absolute;
            right: 2%;
            top: 24px;
            font-size: 13px;
            padding: 10px 20px;
        }

        table {
            width: 100%;
            table-layout: fixed;
        }

            table thead tr th, table tbody tr td {
                padding: 6px;
                /* width: 341px;*/
            }

        .expend-table {
            table-layout: fixed;
        }
    }

    @media only screen and (max-width: 1070px) {
        .header-wrapp {
            width: 80%;
        }
       
    }

    @media only screen and (max-width: 1050px) {
        .header-wrapp {
            width: 79.5%;
        }

    /*    .nurs-dis-report > .form-set .form-row-new {
            width: 71%;
        }*/
        .content-showdata .form-set.fliter-set.expend-flt-width, .nurs-dis-report.content-showdata .form-set.fliter-set {
            width: 100%;
        }
        .content-showdata .form-set.fliter-set.expend-flt-width .col-32 {
            margin-right: 10px;
        }
        .login-wrap > .login-home {
            top: 3%;
            left: 2%;
        }
    }

    @media (max-width: 1024px) {
        .sidebar {
            width: 230px;
        }

        .sidebar .sidebar-header .brand {
            width: 100px;
            margin: 27px 0 20px;
        }

        #wrapper {
            margin-left: 230px;
        }

        .header-wrapp {
            width: 78.4%;
        }

        .right-flex {
            padding-left: 7%;
        }
        /*dashboard css*/
        .num-fsize-70 {
            font-size: 30px;
        }

        .nurserie_in h4 {
            line-height: 24px;
            margin-bottom: 10px;
        }

        .participatory p {
            font-size: 14px;
            color: #414141;
            line-height: 24px;
        }

        .c-fsize-22, .total-value, .box h5 {
            font-size: 14px;
        }
        /* form  css*/
        .form-control {
            width: 100%;
        }

        .footer_list ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
            flex-wrap: wrap;
        }

            .footer_list ul li {
                padding: 7px 12px;
            }

        .width-35 {
            width: 45%;
        }

        .content-showdata .form-set .form-row label {
            padding: 15px 0 8px;
        }

        .j-c-s-start {
            justify-content: space-between;
        }

        .j-c-s-start div {
            margin-right: 0;
        }

        .checkmark {
            top: 29px;
        }

        .check-box .span {
            margin-top: 10px;
        }

        .content-showdata .form-set .form-row .txtarea-any {
            width: 100%;
        }

        #divImgView {
            margin-left: 2%;
            width: 200px;
        }

        #divImgView img {
            width: 100%;
        }

        .order-set > .headAdd > .form-set .form-row-new div {
            margin-right: 1.5%;
        }

        .order-set > .headAdd > .form-set .form-row-new div:last-child {
            margin-right: 0;
        }

        .content-showdata .form-set.order-set {
            position: absolute;
            top: 8px;
            right: 10px;
            left: inherit;
            transform: inherit;
        }

        .content-showdata .form-set.order-set.w-60 {
            width: 80%;
        }

        .content-showdata .form-set.order-set.w-60 .col-24 {
            width: 22%;
        }

        .content-showdata .form-set.order-set.w-60 .col-24 > input[type=date] {
            padding: 8px 1px;
        }

        .nursery-reg-table, .CostStatement-table3 table {
            table-layout: inherit;
        }

        .piechart-row {
            align-items: flex-start;
        }

        .noti-list ul {
            max-height: 450px;
            overflow-y: auto;
        }
        #divExport > table {
            width: 1900px;
        }

        .speciestable{
         width:1000px;
        }
        .justify-space-between-id{
            justify-content:space-between;
        }
    }

    @media only screen and (max-width: 992px) {
        .humber {
            justify-content: flex-end;
            width: 55px;
            order: 3;
        }
        /*SIDEBAR CSS AND HEADER NAVGATION START */
        .categories {
            padding: 120px 0 0 0;
        }

        .navbar {
            justify-content: space-between;
        }

        .sidebar {
            margin-left: -232px;
        }

        .show-sidebar {
            margin-left: 290px !important;

        }

        .sidebar .sidebar-header .brand {
            width: 80px;
            margin: 15px 0 15px;
        }

        .header-wrapp {
            width: 100%;
            background: #fff;
            padding: 12px 15px 29px;
        }

        #wrapper {
            margin-left: 0px;
        }

        .navbar .navbar-header {
            display: block;
        }

        .right-flex {
            padding-left: 4%;
        }

        .navbar-header .navbar-brand {
            display: block;
        }

        .navbar .search-header {
            width: 100%;
            padding: 0 0 0 0;
            position: absolute;
            top: 82px;
            display: flex;
            justify-content: center;
            z-index: 99;
            left: 0;
            display: none;
            background: #e5e5e5;
            padding: 10px;
        }

        .navbar .search-header .d-flex {
            width: 84%;
        }

        .sidebar > ul > li {
            padding: 18px 12px;
        }

        .sidebar ul > li > a {
            font-size: 14px;
        }

        .sidebar ul .sidebar-dropdown > li > a {
            font-size: 14px;
            padding: 8px 15px;
        }

        .welcome-box {
            width: 50px;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 50px;
        }

            .welcome-box h2 {
                display: none;
            }

            .welcome-box a img {
                width: 42px;
                border-radius: 100%;
                border: none;
                padding: 0;
                background: #ffffff;
                align-items: center;
                justify-content: center;
                display: flex;
            }

            .welcome-box::before {
                right: -16px;
                top: 22px;
            }

        .header-right {
            width: auto;
            display: flex;
            justify-content: flex-end;
        }

        .head-title h2 {
            font-size: 20px;
            padding-bottom: 14px;
        }

        .searchicon, .nav-mobile {
            display: flex;
        }

        .right-flex {
            justify-content: space-around;
        }

        .current {
            display: flex !important;
        }

        .searchicon i {
            font-size: 30px;
            color: #006530;
        }
        /*SIDEBAR CSS AND HEADER NAVGATION END */
        .footer_list {
            width: 100%;
        }

        .footer_list ul li a:hover {
            font-size: 14px;
            line-height: 17px;
            padding: 2px 10px;
        }

        .footer_list ul li {
            padding: 4px 8px;
        }

        .footer_list p {
            font-size: 13px;
        }

        .footer-list ul li a {
            font-size: 15px;
            line-height: 24px;
        }
        /*=======HEADER SECTION NAVGATION END=============*/
        .main {
            padding: 120px 15px 40px;
        }

        table tbody tr td {
            font-size: 14px;
        }
        /* forms*/
        .content-showdata {
            width: 95%;
            margin: auto;
        }

        .width-35 {
            width: 50%;
        }

        .content-showdata .form-set .form-row .col-32, .content-showdata .form-set .form-row .col-49, .content-showdata .form-set .form-row .col-24, .content-showdata .form-set .form-row .col-40, .content-showdata .form-set .form-row .col-18, .content-showdata .form-set .form-row .col-19 {
            width: 48%;
        }

        .content-showdata .form-set .form-row .col-32 {
            margin-bottom: 10px;
        }

        .check-box .span {
            margin-top: 15px;
        }

        .content-showdata .form-set .form-row .txtarea-any {
            width: 100%;
        }

        #pagination-demo {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .navbar .navbar-header {
            width: 80px;
        }

        .num-fsize-70 {
            font-size: 24px;
        }

        .forset-content .title-head {
            font-size: 14px;
            padding: 5px 23px;
        }

        .content-showdata .form-set.order-set {
            position: relative;
            top: 0;
            left: 0;
            transform: inherit;
        }

            .content-showdata .form-set.order-set.w-60 {
                width: 100%;
            }

        .expend-flex-row {
            width: 45% !important;
        }

        .pieChart-wh {
            width: 250px;
            height: 250px;
        }
        .login-wrap > .login-home {
            top: 1%;
            left: 2%;
        }
        .pdx-wrapp {
            right: 6%;
            top: 79px;

        }
        .content-showdata .form-set.fliter-set .form-row-new{
            flex-wrap:wrap;
        }
        .content-showdata .form-set.fliter-set .form-row-new .col-24 {
            width: 30%;
            margin-bottom:15px;
        }
            .content-showdata .form-set.fliter-set .form-row-new .ip-col-48 {
                width: 48%;
            }
            .content-showdata .form-set.fliter-set .form-row-new .ip-col-45 {
                width: 45%;
            } 
    }

    @media only screen and (max-width: 832px) {

        /*SIDEBAR CSS AND HEADER NAVGATION START */
        .right-flex {
            width: 100%;
            justify-content: space-around;
        }

        .current {
            display: flex !important;
        }
        /*SIDEBAR CSS AND HEADER NAVGATION END */
        .content-showdata .form-set .form-row .col-49, .content-showdata .form-set .form-row .col-24, .content-showdata .form-set .form-row .col-40, .content-showdata .form-set .form-row .col-19 {
            width: 48.5%;
        }
        /*form*/
        .content-showdata .form-set .form-row .col-32 {
            width: 48.5%;
            margin-bottom: 10px;
        }

        .content-showdata .form-set .form-row .txtarea-any {
            width: 100%;
        }

        .forset-content .title-head, .title-details {
            font-size: 15px;
            padding: 5px 20px;
        }

        .forset-content .title-head > .deskt-title, .forset-content .title-details > .deskt-title {
            display: block;
        }

        .humber {
            justify-content: flex-end;
            width: 30px;
        }

        .num-fsize-70 {
            font-size: 25px;
        }
        .plan-chart-width .roate-lebal, .species-wise .species-lebal {
        
            padding: 4px 0 15px;
        }
        
    }

    @media only screen and (max-width: 768px) {
        .login-name {
            font-size: 21px;
        }

        .login-wrap {
            width: 100%;
            height: auto;
            padding: 40px 0;
        }

        .login-box {
            width: 90%;
        }

            .login-box .am-row {
                flex-direction: row;
                margin-bottom: 20px;
                flex-wrap: wrap;
            }

        /*.login-box .am-row .login-left {
            width: 100%;
            margin-bottom: 20px;
            padding: 0;
        }*/
        .login {
            width: 80px;
            margin: auto;
        }

        .table-fixed .table-th1 {
            width: 225px;
        }

        .table-th1 {
            width: 402px;
        }

        table tbody .form-control {
            width:100%;
        }

        table thead tr th {
            text-align: left;
            padding: 10px 9px;
        }
        /*form*/
        .content-showdata .form-set .form-row .col-32 {
            width: 48.5%;
            margin-bottom: 10px;
        }

        .content-showdata .form-set .form-row, .headAdd {
            padding: 10px 0;
        }

        .width-35 {
            width: 45%;
        }

        .content-showdata .form-set .form-row input[type="text"], .content-showdata .form-set .form-rowinput[type="password"], .content-showdata .form-set .form-row select, .content-showdata .form-set .form-row textarea {
            font-size: 12px;
        }

        .login-label {
            font-size: 13px;
        }

        .content-showdata .form-set.order-set.w-60 .col-24 {
            width: 46%;
            margin-bottom: 15px;
        }

        .content-showdata .form-set.order-set.w-60 > .dflex-center {
            flex-wrap: wrap;
        }

        .expend-flex-row {
            width: 100% !important;
        }
        .content-showdata .form-set.fliter-set .form-row-new .id-col-48 {
            width: 48%;
        }
        .content-showdata .form-set.fliter-set .form-row-new .id-col-47 {
            width: 47%;
        }
        .content-showdata .form-set.fliter-set .form-row-new .id-col-44 {
            width: 44%;
        }
    }

    @media only screen and (max-width: 767px) {
        /*SIDEBAR CSS AND HEADER NAVGATION START */

        .current {
            display: flex !important;
        }
        /*SIDEBAR CSS AND HEADER NAVGATION END */
        /*DASHBOARD START*/
        .piechart-row {
            width: 100%;
        }

        .noti-list,
        .nublist {
            width: 100%;
        }

        .nublist ul {
            flex-direction: row;
        }

        .set-row {
            flex-direction: row;
        }

        .seed-adv {
            width: 40%;
        }

        .w-45, .w-55 {
            padding: 22px;
        }

        .w-45 {
            width: 45%;
        }

        .w-55 {
            width: 55%;
        }

        .c-fsize-22, .box h5 {
            font-size: 18px;
        }

        .noti-list ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .noti-list ul li {
            padding: 11px;
            line-height: 20px;
            margin-bottom: 15px;
            width: 49%;
        }
        /*DASHBOARD END*/
        .table-content .addnew {
            right: 20px;
            top: 22px;
            font-size: 13px;
            padding: 7px 20px;
        }
        /*FOOTER CSS*/
        .footer-list {
            width: 100%;
        }

        .footer-list ul li {
            padding: 4px;
        }

        .footer-list ul li a {
            font-size: 14px;
            font-weight: 500;
            padding: 5px 10px;
            border-bottom: 1px solid #006531;
        }

        .forset-content .title-head, .title-details {
            font-size: 13px;
            padding: 4px 9px;
        }
        .setPosition {
            margin-bottom: 8px !important;
        }
        .species-master-table, .tehsil-table {
            width: 920px;
        }
        .sub-division-table {
            width: 750px;
        }
    }

    @media only screen and (max-width: 730px) {

        /*DASHBOARD START*/
        .piechart-row {
            width: 100%;
        }

        .noti-list {
            width: 100%;
        }

        .nublist {
            width: 100%;
        }

        .nublist ul {
            display: flex;
            flex-flow: row wrap;
        }

        .nublist ul li {
            width: 48.5%;
        }

        .set-row {
            flex-direction: column;
        }

        .seed-adv {
            width: 100%;
            margin-bottom:20px;
        }

        .left-radius-27 {
            -webkit-border-top-left-radius: 15px;
            -webkit-border-top-right-radius: 15px;
            -moz-border-radius-topleft: 15px;
            -moz-border-radius-topright: 15px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            border-bottom-left-radius: 0;
        }

        .right-radius-27 {
            -webkit-border-bottom-right-radius: 15px;
            -webkit-border-bottom-left-radius: 15px;
            -moz-border-radius-bottomright: 15px;
            -moz-border-radius-bottomleft: 15px;
            border-bottom-right-radius: 15px;
            border-bottom-left-radius: 15px;
            border-top-right-radius: 0;
        }

        .w-45, .w-55 {
            padding: 22px;
        }

        .w-45 {
            width: 100%;
        }

        .w-55 {
            width: 100%;
        }

        .num-fsize-70 {
            font-size: 40px;
        }

        .c-fsize-22, .box h5 {
            font-size: 18px;
        }

        .noti-list ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .noti-list ul li {
            padding: 11px;
            line-height: 20px;
            margin-bottom: 15px;
            width: 49%;
        }
        /*DASHBOARD END*/
        /*SIDEBAR CSS AND HEADER NAVGATION START */

        .current {
            display: flex !important;
        }

        .searchicon i {
            font-size: 25px;
        }

        .navbar {
            justify-content: space-between;
        }
        /*SIDEBAR CSS AND HEADER NAVGATION END */
        .num-fsize-70 {
            font-size: 25px;
        }

        .c-fsize-22, .box h5 {
            font-size: 16px;
        }

        .navbar .navbar-header {
            width: 60px;
        }

        .forset-content .title-head, .title-details {
            padding: 2px 14px;
        }

        .num-fsize-70 {
            font-size: 20px;
        }

        .c-fsize-22, .box h5 {
            font-size: 14px;
        }

        .order-set > .headAdd > .form-set .form-row-new {
            flex-wrap: wrap;
            justify-content: space-between;
            padding-bottom: 0;
        }

        .order-set > .headAdd > .form-set .form-row-new > .col-16 {
            width: 46%;
        }

        .order-set > .headAdd > .form-set .form-row-new > .col-12 {
            width: 8%;
            text-align: center;
        }

        .order-set > .headAdd > .form-set .form-row-new > .col-32 {
            width: 46%;
        }

        .order-set > .headAdd > .form-set .form-row-new div {
            margin-right: 0;
            margin-bottom: 15px;
        }

        .order-set > .headAdd > .form-set .form-row-new div:nth-child(3n+2) {
            margin-bottom: 0;
        }

        .order-set > .headAdd > .form-set .form-row-new div > #ddlOrderStatus {
            margin-top: 0;
        }

        .color-list {
            margin: 15px 0;
        }
        .select-paging {
            height: 1.9rem;
        }
      /*  table {
            table-layout: auto;
        }*/

        .pdx-ndisposalreport, .pdx-ndreturnreport{
            top: 74px !important;
        }
        .pdx-nurseryregister-report {
            top: 70px !important;
        }
    }

    @media only screen and (max-width: 576px) {

        .main {
            padding: 120px 15px 40px;
        }

        .navbar .search-header {
            top: 106px;
        }

        .forgot-left {
            width: 100%;
        }

        .welcome-drop-down:after {
            right: 3px;
        }

        .notification-drop-down:after {
            right: 107px;
        }

        .notification-drop-down:after {
            border-bottom: 18px solid #e5e5e5;
        }

        .notification-drop-down {
            top: 61px;
            right: -95px;
        }

        .notification-drop-down:after {
            top: -10px;
        }

        .login-name {
            font-size:24px;
        }
            
        .login-wrap {
            width: 100%;
            height: 100%;
        }

        .login-box {
            width: 90%;
            padding: 30px 15px;
        }

           
        /*=======HEADER SECTION NAVGATION START=============*/
        .forset-content .title-head, .title-details {
            padding: 4px 20px;
        }

        .right-flex {
            width: 100%;
            justify-content: space-between;
        }

        .welcome-box {
            background: transparent;
            box-shadow: none;
        }
        /*=======HEADER SECTION NAVGATION END=============*/
        /*DASHBOARD CSS*/
        .forset-content .title-head, .title-details {
            font-size: 12px;
            padding: 4px 9px;
        }

        .num-fsize-70 {
            font-size: 22px;
        }

        .c-fsize-22, .box h5 {
            font-size: 14px;
        }

        .nurserie_left, .nurserie_right {
            width: 100%;
        }

        .map-m-b, .participatory p {
            margin-bottom: 30px;
        }

        .nurserie_in h4 {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 7px;
        }

        .notifications_alit, .participatory p {
            font-size: 14px;
            line-height: 25px;
            font-weight: 400;
        }

        .noti-list ul li {
            padding: 11px;
            line-height: 20px;
            margin-bottom: 15px;
            width: 100%;
        }

        .noti-list {
            margin-top: 25px;
        }

        .pieChart-wh {
            margin: auto;
        }
        /* Forms*/
        .content-showdata .form-set .form-row .col-49, .content-showdata .form-set .form-row .col-24, .content-showdata .form-set .form-row .col-40, .content-showdata .form-set .form-row .col-18, .content-showdata .form-set .form-row .col-19, .content-showdata .form-set .form-row .col-46, .content-showdata .form-set .form-row col-48 {
            width: 100%;
            margin-bottom: 10px;
        }

        .content-showdata .form-set .form-row {
            padding: 0 0;
        }

        .input-group > .form-control, .input-group > .form-select {
            border: 1px solid #ddd;
        }

        .content-showdata .form-set .form-row .col-32, .width-35 {
            width: 100%;
        }

        .content-showdata .form-set .form-row {
            margin-bottom: 10px;
        }

        .headAdd h2 {
            font-size: 16px;
        }
        /*FOOTER WRAPP*/
        .footer_bg {
            padding: 10px;
            width: 100%;
        }

        .footer p {
            font-size: 13px;
        }

        .j-c-s-start div {
            margin-right: 0;
        }

        .check-box {
            min-height: 30px;
            margin: 0;
        }

        .content-showdata .form-set.fliter-set.w-50 .form-row-new .col-32 {
            width: 100%;
            padding: 10px 0;
        }

        .content-showdata .form-set .form-row-new {
            flex-wrap: wrap;
        }

        .title-details {
            font-size: 14px;
            line-height: 24px;
        }

        .welcome-box a img {
            width: 35px;
        }

        .expend-flex-row {
            width: 100%;
            justify-content: center;
            flex-direction: column !important;
        }

        .nurs-dis-report > .form-set .form-row-new w-60 {
            width: 100%;
        }

        .to-width {
            width: 100%;
            text-align: center;
        }

        .nurs-expend-report.form-set.fliter-set {
        }

        .nursery-reg-table, .CostStatement-table3 table {
            table-layout: inherit;
        }
        .nurs-dis-report.content-showdata .form-set.fliter-set .col-24{
            width:100%;
        }
        .sidebar ul > li {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .sidebar ul > li > a {
            font-size: 14px;
        }
        .sidebar ul .sidebar-dropdown li {
            padding-top: 5px;
            padding-bottom:5px;
        }
        .content-showdata .form-set.fliter-set.export-filter {
           width: 100%;
        }
        .content-showdata .form-set.fliter-set.w-50 .form-row-new .col-32.mg-right{
            margin-right:0;
        }
        .login-wrap > .login-home {
            top: 1%;
            left: 3%;
        }
        .content-showdata .form-set.fliter-set .form-row-new div {
            margin: 0 10px 10px 0;
            padding: 0;
        }
        .content-showdata .form-set.fliter-set .form-row-new .col-24{
            width:45%;
        }
        .table-content .add-button-set, .addnew, .table-content .addnew {
            position: static;
            right: 2%;
            top: 20px;
        }
        #ddlIsNew, .padd-top.headAdd > .w-33, .species-head {
            margin-left: 0;
            width: 100%;
        }
        .content-showdata .form-set.fliter-set .form-row-new {
            padding: 10px 0 30px;
        }
        .flt-top {
            top: 65px !important;
        }
        .pdx-wrapp {
            right: 6%;
            top: 31px;
        }
        .content-showdata .form-set .form-row label {
            height: auto;
        }
        .content-showdata .form-set.fliter-set .form-row-new .mb-col-44{
            width:44%;
        }
        .justify-space-between-mb{
            justify-content:space-between;
        }
        .content-showdata .form-set.fliter-set .form-row-new .smb-col-100 {
            width: 100%;
        }
        .content-showdata .form-set.fliter-set .form-row-new div {
            margin: 0 0 10px 0;
        }
        .content-showdata .form-set.fliter-set .form-row-new {
            justify-content: space-between;
        }
        .content-showdata .form-set.fliter-set .form-row-new .mb-col-48 {
            width: 48%;
        }

    }

    @media only screen and (max-width: 500px) {
        /*=======HEADER SECTION NAVGATION START=============*/
        .right-flex {
            border-left: none;
            width: 100%;
        }

        .logo {
            width: 55px;
        }

        .d-flex-headtop {
            position: relative;
        }

        .sidebar > ul > li {
            padding: 18px 12px;
        }

        .notification-drop-down {
            top: 60px;
        }

        .navbar .navbar-header {
            width: 60px;
        }
        /*=======HEADER SECTION NAVGATION END=============*/
        /*DASHBOARD CSS*/
        .nublist ul {
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 25px;
        }

        .nublist ul li {
            width: 100%;
            margin: 0 2% 8%;
        }

        .set-row {
            flex-direction: row;
        }

        .w-45 {
            width: 45%;
        }

        .w-55 {
            width: 55%;
        }

        .footer-list ul li a {
            font-size: 13px;
            padding: 3px 10px;
        }
        /* table box*/
        .content-showdata {
            width: 100%;
        }

        .humber, .searchicon {
            width: 50px;
        }

        .navbar {
            justify-content: space-between;
        }

        .plant-title {
            flex-direction: column;
        }

        .plant-title .form-control {
            width: 100%;
        }

        .forset-content .title-head, .title-details {
            font-size: 15px;
            line-height: 24px;
            padding: 4px 17px;
        }

        .welcome-box::before {
            right: -16px;
        }

        .order-set > .headAdd > .form-set .form-row-new > .col-32 {
            width: 100%;
        }

        .order-set > .headAdd > .form-set .form-row-new > .col-12 {
            height: 33px;
        }

        .forset-content .title-head > .deskt-title, .forset-content .title-details > .deskt-title {
            display: none;
        }

        .forset-content .title-head > .mb-title, .forset-content .title-details > .mb-contnet {
            display: block;
        }

        .export-w-sel {
            width: 100% !important;
        }

        .export-w-sel .addnew {
            position: relative;
            right: 0;
            top: 0;
        }

        .fliter-set > .j-c-s-start {
        }

        .table-content .addnew {
            position: static;
            margin-bottom: 10px;
        }

        .content-showdata .form-set.fliter-set.w-60 {
            width: 100%;
        }

        .table-content .add-button-set, .addnew {
            position: static;
            margin: 0px 0 5px;
        }

        .content-showdata .form-set.fliter-set {
            width: 100%;
        }

        .content-showdata .form-set.fliter-set .col-24 {
            width: 100%;
            margin-bottom: 10px;
        }

        #ddlDistrictFilter, .content-showdata .form-set .form-row .col-48 {
            width: 100%;
        }
        .content-showdata .form-set.fliter-set .form-row-new div {
            padding: 0;
        }
        .OldStockHide td {
            width: 216px;
            padding: 12px;
        }
        .content-showdata .form-set.fliter-set .form-row-new .smb-s-col-40 {
            width: 40%;
        }
        .content-showdata .form-set.fliter-set .form-row-new .smb-s-col-100 {
            width: 100%;
        }
       

    }

    @media only screen and (max-width: 400px) {
        /*=======HEADER SECTION NAVGATION START=============*/
        .navbar .navbar-header {
            width: 55px;
        }

        .logo {
            width: 55px;
        }

        .d-flex-headtop {
            position: relative;
        }

        .notification_box {
            width: 70%;
        }

        .setting a i, .notification a i, .searchicon i, .nav-mobile i {
            font-size: 24px;
        }

        .nav-mobile {
            top: 14px;
            right: 18px;
        }

        #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
            height: 3px;
            width: 25px;
        }

        .welcome-box a img {
            width: 35px;
        }

        .sidebar ul > li {
            padding: 15px 10px;
        }
        .sidebar ul > li > ul > li {
            padding-left: 0;
        }
        .sidebar ul .sidebar-dropdown > li > a, .sidebar ul .sidebar-dropdown > li > a:hover {
            padding: 8px 6px;
        }
        .notification-drop-down {
            top: 65px;
        }

        .forset-content .title-head, .title-details {
            font-size: 13px;
            line-height: 24px;
        }
        .savecancel-wrapp .savebutton {
            padding: 10px 12px;
        }
        .login-box .am-row {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

        .login-box .am-row .login-left {
            width: 100%;
            margin-bottom: 20px;
            padding: 0;
        }
        

    }

    @media only screen and (max-width: 320px) {
        .notification-drop-down {
            top: 69px;
            width: 280px;
        }

        .welcome-box::before {
            top: 14px;
        }

        .notification-drop-down {
            right: -104px;
        }
        /*=======HEADER SECTION NAVGATION=============*/
        .categories {
            padding: 105px 0 0 0;
        }

        .logo {
            width: 55px;
        }

        .d-flex-headtop {
            position: relative;
        }


        .notification_box {
            width: 75%;
        }

        .setting a i, .notification a i, .searchicon i, .nav-mobile i {
            font-size: 20px;
        }

        .welcome-box {
            width: 30px;
            height: 30px;
        }

            .welcome-box a img {
                width: 35px;
            }

        .notification a .no_card {
            height: 25px;
            width: 25px;
            padding: 1px 6px 4px 6px;
        }
        /*=======HEADER SECTION NAVGATION END=============*/
        /*FORM CSS*/
        .headAdd h2 {
            font-size: 16px;
            width: 100%;
            line-height: 20px;
        }

        .content-showdata .form-set .form-row {
            padding: 0 0px;
        }
    }

@font-face {
    font-family: FontAwesome;
    src: url(/wwwroot/theme1/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/wwwroot/theme1/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/wwwroot/theme1/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(/wwwroot/theme1/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(/wwwroot/theme1/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(/wwwroot/theme1/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.validation-summary {
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    box-sizing: border-box;
    min-width: 25%;
    max-width: 50%;
    z-index: 9999999 !important;
    position: fixed;
    right: 0;
    transition: transform 1.5s ease-in-out 0s;
    transform: translateX(100%);
}

.padded1 {
    padding: 0 24px;
}

.validation-summary .alert {
    min-height: 42px;
    border-radius: 6px;
    margin: 0;
    border-width: 1px 0;
    padding-top: .4em !important;
    padding-bottom: .4em !important;
    display: grid;
    grid-template-columns: 40px 90% auto;
    align-items: center;
    /*    box-shadow: 0 3px 6px rgb(32 33 36 10%);*/
    border: 2px solid lightgrey;
}

.validation-summary ul {
    margin: 7px 16px 7px 0;
    padding: 0;
    list-style-type: none;
}

.validation-summary li {
    line-height: 26px;
}

.validation-summary .alert-close {
    font-weight: bold;
    cursor: pointer;
    text-align: right;
}

.validation-summary .alert-success {
    background-color: #ccf9f2;
    color: #169582;
}

.alert-success i {
    color: #41d3bd;
}

.validation-summary .alert-danger {
    background-color: #ffcedb;
    color: #967981;
}

.alert-danger i {
    color: #967981;
}

.validation-summary .alert-warning {
    background-color: #fff7ce;
    color: #967981;
}

.alert-warning i {
    color: #967981;
}

.fa-times:before {
    content: "\f00d";
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    /*    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);*/
    background-color: #ffe2cc;
}

.validation-summary .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.validation-summary .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: x-large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.disabled {
    background: #e2e2e2;
}

select {
    color: black;
}

.upload-area {
    width: 100%;
    height: 100px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    /*margin-top: 100px;*/
    text-align: center;
    overflow: auto;
}

    .upload-area h5 {
        margin: 10px;
    }

    .upload-area:hover {
        cursor: pointer;
    }

    .upload-area h1 {
        text-align: center;
        font-weight: normal;
        font-family: sans-serif;
        line-height: 50px;
        color: darkslategray;
    }

#file {
    display: none;
}

/* Thumbnail */
.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size {
    font-size: 12px;
}

body .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
}

div.table-responsive {
    margin-top: 11px;
    float: left;
    /*max-height: calc(100vh - 200px);*/
    width: 100%;
    overflow-y: auto;
}

    div.table-responsive table {
        border: 1px solid lightgreen;
    }

.table-responsive thead, .table-responsive thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-responsive tbody {
    height: 3em;
}

input:read-only {
    background-color: #e8e8e8 !important;
    border: 1px solid #b1a6a6 !important;
}


.welcome-box h2 span {
    color: gray;
    font-weight: 500;
    font-size: 1vw;
}

.subtotal {
    background: yellow;
    padding: 5px 6px;
    border-radius: 5px;
    border: 1px solid;
}

input[type=date] {
    border-top: 1px solid;
}
/*Paging Start*/


.pagination {
    margin-top: 10px;
}

    .pagination ul {
        display: inline-flex;
    }

        .pagination ul li {
            display: inline-block;
            min-width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: #f1f1f1;
            color: #5a5a5a;
            border-radius: 3px;
            margin-left: 3px;
        }

            .pagination ul li:first-child {
                margin-left: 0;
            }

            .pagination ul li a {
                display: block;
                border-radius: 3px;
                padding-left: 12px;
                padding-right: 12px;
            }

                .pagination ul li a:hover {
                    background: #006531;
                    color: #ffffff !important;
                }

            .pagination ul li.current {
                background: #006531;
                color: #ffffff !important;
            }

            .pagination ul li.next {
                width: 40px;
            }
/*Paging End*/
.o-success {
    padding: 5px 10px;
    background: #01ce01;
    color: white;
    border-radius: 5px;
    word-break: keep-all;
}

.o-danger {
    padding: 5px 10px;
    background: #ce0101;
    color: white;
    border-radius: 5px;
    word-break: keep-all;
}

.o-lite-danger {
    padding: 5px 10px;
    background: #f6afaf;
    color: white;
    border-radius: 5px;
    word-break: keep-all;
}

input[type=date] {
    padding: 9px 10px;
}

.switch-color {
    color: blue !important;
}

.switch-color1 {
    color: green !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px 1em 10px .6em;
    border-bottom: 1px solid lightcyan;
}

ul.ui-autocomplete {
    border-radius: 8px;
}

.display-none {
    display: none;
}

.required {
    color: #fd0000;
    margin-left: 2px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.invoice-btn {
    margin-left: 10px;
    padding: 5px 10px 5px 10px;
    background: lightseagreen;
    color: white;
    border-radius: 3px;
    text-decoration: blink;
    word-break: keep-all;
}

.pop-modal-3 {
    max-width: 100%;
    width: 90%;
    /*top: 20%;*/
    z-index: 99999999;
}

.popoov {
    z-index: 9999999
}

.nowrap {
    white-space: nowrap;
}

.btnColor {
    cursor: pointer;
    color: chartreuse;
}

.setPosition {
    float: right;
    position: absolute;
    right: 30px;
    margin-bottom: 35px;
}

    .setPosition .addnew {
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .pagination {
        margin-top: 19px;
    }
}

/*///1.1.3*/
body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

    .sweet-alert .sa-error-container.show {
        padding: 10px 0;
        max-height: 100px;
        webkit-transition: padding 0.2s, max-height 0.2s;
        transition: padding 0.25s, max-height 0.25s;
    }

    .sweet-alert .sa-error-container .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ea7d7d;
        color: white;
        line-height: 24px;
        text-align: center;
        margin-right: 3px;
    }

    .sweet-alert .sa-error-container p {
        display: inline-block;
    }

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
        content: "";
        width: 20px;
        height: 6px;
        background-color: #f06e57;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -9px;
    }

    .sweet-alert .sa-input-error::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sweet-alert .sa-input-error::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sweet-alert .sa-input-error.show {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .sweet-alert input:focus {
        outline: none;
        box-shadow: 0px 0px 3px #c4e6f5;
        border: 1px solid #b4dbed;
    }

        .sweet-alert input:focus::-moz-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus:-ms-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus::-webkit-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

    .sweet-alert input::-moz-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input:-ms-input-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input::-webkit-input-placeholder {
        color: #bdbdbd;
    }

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}

.sweet-alert button {
    /*background-color: #089000;*/ /*!important;*/
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .sweet-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet-alert button:hover {
        background-color: #7ecff4;
    }

    .sweet-alert button:active {
        background-color: #5dc2f1;
    }

    .sweet-alert button.cancel {
        background-color: #C1C1C1;
    }

        .sweet-alert button.cancel:hover {
            background-color: #b9b9b9;
        }

        .sweet-alert button.cancel:active {
            background-color: #a8a8a8;
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
        }

    .sweet-alert button[disabled] {
        opacity: .6;
        cursor: default;
    }

    .sweet-alert button.confirm[disabled] {
        color: transparent;
    }

        .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

    .sweet-alert button::-moz-focus-inner {
        border: 0;
    }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert .sa-icon.sa-error {
        border-color: #F27474;
    }

        .sweet-alert .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block;
        }

        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #F27474;
            display: block;
            top: 37px;
            border-radius: 2px;
        }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px;
            }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px;
            }

    .sweet-alert .sa-icon.sa-warning {
        border-color: #F8BB86;
    }

        .sweet-alert .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #F8BB86;
        }

        .sweet-alert .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 7px;
            height: 7px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #F8BB86;
        }

    .sweet-alert .sa-icon.sa-info {
        border-color: #C9DAE1;
    }

        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #C9DAE1;
        }

        .sweet-alert .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #C9DAE1;
        }

    .sweet-alert .sa-icon.sa-success {
        border-color: #A5DC86;
    }

        .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
            content: '';
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .sweet-alert .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .sweet-alert .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .sweet-alert .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .sweet-alert .sa-icon.sa-custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}

    .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
        -ms-transform: rotate(45deg) \9;
    }

    .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
        -ms-transform: rotate(-45deg) \9;
    }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
}

    .la-ball-fall.la-dark {
        color: #333;
    }

    .la-ball-fall > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.la-ball-fall {
    width: 54px;
    height: 18px;
}

    .la-ball-fall > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: ball-fall 1s ease-in-out infinite;
        -moz-animation: ball-fall 1s ease-in-out infinite;
        -o-animation: ball-fall 1s ease-in-out infinite;
        animation: ball-fall 1s ease-in-out infinite;
    }

        .la-ball-fall > div:nth-child(1) {
            -webkit-animation-delay: -200ms;
            -moz-animation-delay: -200ms;
            -o-animation-delay: -200ms;
            animation-delay: -200ms;
        }

        .la-ball-fall > div:nth-child(2) {
            -webkit-animation-delay: -100ms;
            -moz-animation-delay: -100ms;
            -o-animation-delay: -100ms;
            animation-delay: -100ms;
        }

        .la-ball-fall > div:nth-child(3) {
            -webkit-animation-delay: 0ms;
            -moz-animation-delay: 0ms;
            -o-animation-delay: 0ms;
            animation-delay: 0ms;
        }

    .la-ball-fall.la-sm {
        width: 26px;
        height: 8px;
    }

        .la-ball-fall.la-sm > div {
            width: 4px;
            height: 4px;
            margin: 2px;
        }

    .la-ball-fall.la-2x {
        width: 108px;
        height: 36px;
    }

        .la-ball-fall.la-2x > div {
            width: 20px;
            height: 20px;
            margin: 8px;
        }

    .la-ball-fall.la-3x {
        width: 162px;
        height: 54px;
    }

        .la-ball-fall.la-3x > div {
            width: 30px;
            height: 30px;
            margin: 12px;
        }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

