.fixed-row {
    padding: 75px 0px 0px 0px;
}

.login_body {
    background: url(../images/body_bg.jpg) center top no-repeat;
    background-size: cover
}

.login_main_box {
    width: 350px;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    background: url(../images/login_bg.png) left top no-repeat #fff;
    box-shadow: 0px -20px 40px rgba(0,0,0,0.5);
    padding: 0px 20px 45px;
    display: table;
}

    .login_main_box .login-form-box {
        width: 100%;
        float: left;
        height: auto;
        margin: 150px 0px 0px 0px;
    }

        .login_main_box .login-form-box .logo-box {
            width: 100%;
            float: left;
            height: auto;
            text-align: center;
            margin: 0px 0px 20px 0px;
        }

            .login_main_box .login-form-box .logo-box img {
                width: auto;
                height: auto;
                max-height: 100px;
                display: inline-block;
            }

    .login_main_box .forgot_password {
        font-family: "robotoregular";
        font-size: 14px;
        color: #0849ad;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .login_main_box .forgot_password:hover {
            color: #000;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 25px;
    line-height: 22px;
    position: absolute;
    width: 100%;
}

.copyright_box {
    width: 100%;
    position: relative;
    z-index: 99;
    border-top: solid 1px #ddd;
    height: auto;
    font-size: 10px;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 0px 0px
}

    .copyright_box a {
        color: #0849ad;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .copyright_box a:hover {
            color: #000;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
/* DASHBOARD */
.top-row-main-box {
    width: 100%;
    float: left;
    height: auto;
    min-height: 60px;
    border-bottom: solid 1px #ddd;
}

    .top-row-main-box.stickeyrow {
        position: fixed;
        left: 0px;
        top: 0px;
        background: #fff;
        z-index: 9999;
    }

    .top-row-main-box .menuicon {
        width: 50px;
        float: left;
        height: auto;
        padding: 10px 10px 10px;
        font-size: 20px;
        color: #000;
        text-align: center;
    }

    .top-row-main-box .menu_title {
        width: auto;
        float: left;
        height: auto;
        max-width: 200px;
    }

        .top-row-main-box .menu_title .admin-desktop-logo {
            display: block;
            width: 100%;
            float: left;
            margin: 22px 0px 0px 10px;
        }

        .top-row-main-box .menu_title img {
            width: auto;
            max-width: 100%;
        }

    .top-row-main-box .top-links-box {
        width: calc(100% - 260px);
        float: left;
        height: auto;
        margin: 0px 0px 0px 0px;
    }

        .top-row-main-box .top-links-box ul {
            width: 100%;
            float: left;
            height: auto;
            margin: 0px;
            padding: 0px;
            list-style: none
        }

            .top-row-main-box .top-links-box ul li {
                width: 20%;
                float: left;
                height: auto
            }

                .top-row-main-box .top-links-box ul li a {
                    display: block;
                    color: #000;
                    font-size: 14px;
                    padding: 5px 10px;
                }

    .top-row-main-box .stickeyheader {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 18px;
        text-align: center;
        padding: 4px 0px 0px 0px;
        font-size: 22px;
    }

.dashmain_box {
    width: 100%;
    float: left;
    height: 100%;
    padding: 0px 0px 0px 0px;
}

    .dashmain_box .dropdown-menu > li > a {
        white-space: normal
    }

    .dashmain_box .right_content {
        width: 100%;
        float: left;
        height: auto;
    }

.login_panel_box {
    width: calc(100% - 250px);
    float: left;
    height: auto;
    min-height: 51px;
    padding: 0px 0px 0px 10px
}

.user-profile-box {
    width: auto;
    float: right;
    height: auto;
    margin: 23px 15px 0px 0px;
}

.top-search-main-box {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd
}

.top-search {
    width: 100%;
    float: left;
    padding: 0px 30px 0px 0px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ddd;
    position: relative;
    height: 34px;
    margin: 0px 0px 8px 10px;
}

    .top-search input[type="text"] {
        width: 100%;
        float: left;
        height: auto;
        border: none;
        box-shadow: none;
        padding: 5px 12px;
    }

    .top-search .form-control, .top-search .btn-default {
        border-color: #cbc7c7;
        background: none;
    }

    .top-search .form-control {
        border-right: none;
        -webkit-border-radius: 3px 0px 0px 3px;
        -moz-border-radius: 3px 0px 0px 3px;
        border-radius: 3px 0px 0px 3px;
    }

    .top-search .btn.btn-default {
        border-left: none;
        padding: 6px 12px;
        border: none;
        margin: 0px;
        -webkit-border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
        border-radius: 0px 3px 3px 0px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .top-search .btn-default:hover, .top-search .btn-default:focus {
        background: none;
    }

.user-profile-box .btn-group {
    float: right
}

.user-profile-box .btn {
    padding: 0px;
    background: none;
    font-family: "robotoregular";
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.user-profile-box .btn-primary:hover, .user-profile-box .btn-primary:focus {
    background: none !important;
    box-shadow: none !important;
    color: #000 !important;
}

.user-profile-box .dropdown-menu {
    right: 0px;
    left: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.user-profile-box .btn-primary.active, .user-profile-box .btn-primary:active, .user-profile-box .open > .dropdown-toggle.btn-primary {
    background: none !important;
    box-shadow: none !important;
    color: #000 !important;
}

.left_meni_list {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px;
    list-style: none;
    margin: 0px;
}

    .left_meni_list li {
        width: 100%;
        float: left;
        height: auto;
        padding: 10px;
        position: relative;
        border-bottom: solid 1px #ddd;
    }

        .left_meni_list li .menuexpand {
            position: absolute;
            right: 5px;
            top: 8px;
            padding: 5px 10px;
            z-index: 99;
            cursor: pointer;
        }

        .left_meni_list li a {
            font-family: "robotoregular";
            font-size: 14px;
            color: #000;
            display: block;
            position: relative;
            padding: 0px 0px 0px 30px;
        }

        .left_meni_list li:hover > a {
            color: #eb3232;
        }

        .left_meni_list li a i {
            margin: 0px 0px 0px 0px;
            position: absolute;
            left: 0px;
            top: 2px;
            font-size: 16px;
        }

        .left_meni_list li a span {
            display: inline-block;
            /*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
        }

        .left_meni_list li ul {
            width: 100%;
            float: left;
            height: auto;
            margin: 0px;
            padding: 0px 0px 0px 40px;
            list-style: none;
            display: none;
        }

            .left_meni_list li ul li {
                border-bottom: none;
                padding: 5px 0px;
            }

                .left_meni_list li ul li a {
                    padding: 0px 0px 0px 10px;
                    position: relative;
                }

                    .left_meni_list li ul li a:before {
                        content: "\f105";
                        position: absolute;
                        left: 0px;
                        top: -1px;
                        font-family: 'FontAwesome';
                    }

.dashmain_box .left_menu_box.mobile_menu .left_meni_list li a span {
    text-indent: -999px;
}

.dashmain_box .left_menu_box.mobile_menu .left_meni_list li .menuexpand {
    display: none !important;
}

.dashmain_box .left_menu_box.mobile_menu .left_meni_list li ul {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 0px 0px 10px;
    width: 200px;
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-left: none;
}

.dashmain_box .left_menu_box.mobile_menu .left_meni_list li:hover ul {
    display: block !important;
    left: 43px;
    top: -1px;
}

.dashmain_box .left_menu_box.mobile_menu .copyright_box {
    display: none;
}

.right_container_box {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px 10px;
}

.page_title {
    width: 100%;
    float: left;
    height: auto;
    background: #f9f9f9;
    border-bottom: solid 1px #ddd;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0px 20px 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    font-family: "robotoregular";
    font-size: 18px;
    color: #000;

}

.pagesubtitle {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: solid 1px #ddd;
    font-family: "robotoregular";
    font-size: 18px;
    color: #000;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
}
/*custome tables */
.tables {
    width: 100%;
    float: left;
    height: auto;
    display: table;
    margin: 0px 0px 20px 0px;
}

    .tables.tables-border {
        border-bottom: none;
    }

    .tables .tables-row {
        display: table-row;
    }

        .tables .tables-row .t-cell {
            display: table-cell;
            padding: 5px 10px;
        }

        .tables .tables-row .t-cell {
            display: table-cell;
            padding: 8px 10px;
            font-family: "open_sansregular";
            font-size: 13px;
            color: #000;
        }

    .tables.tables-border .tables-row .t-cell {
        border-bottom: solid 1px #f3f3f3;
    }

    .tables .tables-row .h-cell {
        display: table-cell;
        padding: 10px 10px;
        background: #eeeeee;
        font-family: "robotoregular";
        font-size: 15px;
        color: #000;
        border-bottom: solid 1px #f3f3f3;
    }

        .tables .tables-row .h-cell.short {
            position: relative;
            padding-right: 25px;
            cursor: pointer;
        }

            .tables .tables-row .h-cell.short.asc {
            }

                .tables .tables-row .h-cell.short.asc:after {
                    position: absolute;
                    right: 0px;
                    top: 50%;
                    transform: translateY(-50%);
                    content: "\f160";
                    font-family: 'FontAwesome';
                }

            .tables .tables-row .h-cell.short.desc:after {
                position: absolute;
                right: 0px;
                top: 50%;
                transform: translateY(-50%);
                content: "\f161";
                font-family: 'FontAwesome';
            }

    .tables.tables-strips {
    }

        .tables.tables-strips .tables-row:nth-child(even) {
            background: #fdfdfd;
        }

    .tables.tables-hover {
    }

        .tables.tables-hover .tables-row {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .tables.tables-hover .tables-row:hover {
                background: #fff8f8;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

.flexi-tables {
    width: 100%;
    float: left;
    height: auto;
}

    .flexi-tables.tables {
        table-layout: fixed;
    }

    .flexi-tables .w_3p {
        width: 3%;
    }

    .flexi-tables .w_4p {
        width: 4%;
    }

    .flexi-tables .w_5p {
        width: 5%;
    }

    .flexi-tables .w_6p {
        width: 6%;
    }

    .flexi-tables .w_7p {
        width: 7%;
    }

    .flexi-tables .w_8p {
        width: 8%;
    }

    .flexi-tables .w_9p {
        width: 9%;
    }

    .flexi-tables .w_10p {
        width: 10%;
    }

    .flexi-tables .w_11p {
        width: 11%;
    }

    .flexi-tables .w_12p {
        width: 12%;
    }

    .flexi-tables .w_13p {
        width: 13%;
    }

    .flexi-tables .w_14p {
        width: 14%;
    }

    .flexi-tables .w_15p {
        width: 15%;
    }

    .flexi-tables .w_20p {
        width: 20%;
    }

    .flexi-tables .w_25p {
        width: 25%;
    }

    .flexi-tables .w_30p {
        width: 30%;
    }

    .flexi-tables .w_35p {
        width: 35%;
    }

    .flexi-tables .w_40p {
        width: 40%;
    }

    .flexi-tables .w_45p {
        width: 45%;
    }

    .flexi-tables .w_50p {
        width: 50%;
    }

    .flexi-tables .w_55p {
        width: 55%;
    }

    .flexi-tables .w_60p {
        width: 60%;
    }

    .flexi-tables .w_65p {
        width: 65%;
    }

    .flexi-tables .w_70p {
        width: 70%;
    }

    .flexi-tables .w_75p {
        width: 75%;
    }

    .flexi-tables .w_80p {
        width: 80%;
    }

    .flexi-tables .w_85p {
        width: 85%;
    }

    .flexi-tables .w_90p {
        width: 90%;
    }

    .flexi-tables .w_95p {
        width: 95%;
    }

    .flexi-tables .w_100p {
        width: 10%;
    }

.fixed-tables {
    width: 100%;
    float: left;
    height: auto;
    overflow-x: auto;
}

    .fixed-tables .tables {
        table-layout: fixed;
    }

    .fixed-tables .w_30 {
        width: 30px
    }

    .fixed-tables .w_40 {
        width: 40px
    }

    .fixed-tables .w_50 {
        width: 50px
    }

    .fixed-tables .w_60 {
        width: 60px
    }

    .fixed-tables .w_70 {
        width: 70px
    }

    .fixed-tables .w_80 {
        width: 80px
    }

    .fixed-tables .w_90 {
        width: 90px
    }

    .fixed-tables .w_100 {
        width: 100px
    }

    .fixed-tables .w_110 {
        width: 110px
    }

    .fixed-tables .w_120 {
        width: 120px
    }

    .fixed-tables .w_130 {
        width: 130px
    }

    .fixed-tables .w_140 {
        width: 140px
    }

    .fixed-tables .w_150 {
        width: 150px
    }

    .fixed-tables .w_160 {
        width: 160px
    }

    .fixed-tables .w_170 {
        width: 170px
    }

    .fixed-tables .w_180 {
        width: 180px
    }

    .fixed-tables .w_190 {
        width: 190px
    }

    .fixed-tables .w_200 {
        width: 200px
    }

    .fixed-tables .w_210 {
        width: 210px
    }

    .fixed-tables .w_220 {
        width: 220px
    }

    .fixed-tables .w_230 {
        width: 230px
    }

    .fixed-tables .w_240 {
        width: 240px
    }

    .fixed-tables .w_250 {
        width: 250px
    }

    .fixed-tables .w_260 {
        width: 260px
    }

    .fixed-tables .w_270 {
        width: 270px
    }

    .fixed-tables .w_280 {
        width: 280px
    }

    .fixed-tables .w_290 {
        width: 290px
    }

    .fixed-tables .w_300 {
        width: 300px
    }

    .fixed-tables .w_310 {
        width: 310px
    }

    .fixed-tables .w_320 {
        width: 320px
    }

    .fixed-tables .w_330 {
        width: 330px
    }

    .fixed-tables .w_340 {
        width: 340px
    }

    .fixed-tables .w_350 {
        width: 350px
    }

    .fixed-tables .w_360 {
        width: 360px
    }

    .fixed-tables .w_370 {
        width: 370px
    }

    .fixed-tables .w_380 {
        width: 380px
    }

    .fixed-tables .w_390 {
        width: 390px
    }

    .fixed-tables .w_400 {
        width: 400px
    }

.dashmain_box .twitter-typeahead {
    margin: 0px;
}

.video-thumb-box {
    width: auto;
    float: left;
    height: auto;
}

    .video-thumb-box img {
        width: auto;
        height: auto;
        max-width: 150px;
        max-height: 80px;
    }

.youtube-video-thumb {
    width: 100%;
    float: left;
    height: auto;
    margin: 0px 0px 15px 0px;
}

    .youtube-video-thumb img {
        width: auto;
        height: auto;
        max-width: 300px;
        height: 120px;
        border: solid 1px #ddd;
        padding: 3px;
    }

.gridalterbackcolor {
    background: aliceblue;
}


/* added by NP on 31/10/2022 */
.img-border {
    border: 3px solid #084aae;
    border-radius: 10px;
}

.d-none{
    display: none;
}

.badge1 {
    background-color: #084aae;
    border-radius: 4px;
    color: white !important;
    padding: 0px 7px;
}

.pad-10{
    padding: 10px;
}

