/* Minification failed. Returning unminified contents.
(323,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '5'
(926,13): run-time error CSS1035: Expected colon, found '}'
 */
/*!
 * 
 * Training Erp Design
 * 
 */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600');

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
    background: #E4E8EB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    /*color: #c52d2f;*/
    color: #313ea0;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        /*color: #031b4c;*/
        text-decoration: none;
        cursor: pointer;
    }

hr {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #fff;
}

.header_content {
    background-color: #313ea0;
    padding: 7px 0 7px 0;
    /*margin-bottom: 24px;
    border-bottom: 4px solid #031240;*/
    /*background: rgba(183,222,237,1);
background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(50%, rgba(113,206,239,1)), color-stop(51%, rgba(33,180,226,1)), color-stop(100%, rgba(183,222,237,1)));
background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );*/
}

.header_wrapper.trn_menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.header_content .head_sec_1 {
    text-align: left;
    margin-top: 0px;
}

.head_sec_1 h1 {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 7px;
    vertical-align: bottom;
}

.header_content .head_sec_1 img {
    display: inline-block;
}

.header_content .head_sec_1 .rcv_logo {
    margin-right: 20px;
    width: 50px;
}

.header_content .head_sec_1 .yojna_logo {
    width: 180px;
}

.header_content .head_sec_2 {
    color: #fff;
    font-size: 19px;
    line-height: 1.5;
}

.header_content .head_sec_3 {
    text-align: right;
}

    .header_content .head_sec_3 img {
        width: 100px;
    }

.header_wrapper {
}

    .header_wrapper.page .logo {
        text-align: left;
    }

        .header_wrapper.page .logo img {
            width: 60px;
        }

    .header_wrapper.page .header_right {
        text-align: right;
        color: #313ea0;
        font-size: 20px;
        margin-top: 12px;
    }

        .header_wrapper.page .header_right .fa {
            margin-right: 4px;
            margin-left: 14px;
        }

        .header_wrapper.page .header_right a {
            color: #031b4c;
        }

.page_content, .page_content_left {
    padding-top: 12px;
    /*margin-top: 130px;*/
}

    .page_content.popup_overlay {
        min-height: initial;
    }

    .page_content.tmenu {
        margin-top: 0;
        padding-top: 30px;
        background: #fff !important;
    }

.page_content_inner {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 15px;
}

.third_menu .page_content_inner {
    padding: 15px 15px 5px;
    border-bottom: 0;
}

.hz_menu a {
    background-color: #3bb3e0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 5px 20px 2px 20px;
    padding-right: 50px;
    display: inline-block;
    width: 90%;
    margin-bottom: 13px;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
    /*background: linear-gradient(#12c3b5, #098077);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px #1ea3d4, 0px 5px 0px 0px #0e6788, 0px 10px 5px #909090;
}

    .hz_menu a:active {
        top: 3px;
        background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
        background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(62,184,229)), color-stop(1, rgb(44,160,202)) );
        color: #fff;
        -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
        -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
        -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
        box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    }

    .hz_menu a::before {
        /*background-color:#20a89d;*/
        background-image: url(../images/right_arrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -9px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    }

    .hz_menu a:active::before {
        top: 50%;
        margin-top: -12px;
        -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
        -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
        -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
        box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    }

    .hz_menu a:hover, .hz_menu a:focus {
        color: #fff;
    }

.popup_overlay.page_content.error_msg {
    z-index: 99;
}

    .popup_overlay.page_content.error_msg .popup_div {
        width: 50%;
        margin: 12% auto 0;
    }

    .popup_overlay.page_content.error_msg .error_msg_content {
        text-align: center;
        padding: 27px 15px 27px;
        font-size: 17px;
        color: #f92804;
    }

    .popup_overlay.page_content.error_msg .show_btn_bg.popup_head {
        margin-bottom: 0;
        text-align: center;
        cursor: pointer;
        font-size: 17px;
        background: linear-gradient(#092479, #313ea0);
    }

        .popup_overlay.page_content.error_msg .show_btn_bg.popup_head:hover {
            background: linear-gradient(#17c4bb, #17c4bb);
        }

.link_btn {
    cursor: pointer;
    text-decoration: underline;
    color: #313ea0;
    font-weight: bold;
}

    .link_btn:hover {
        color: #1036ad;
    }

.left_page_link_outer {
    /*background: #c1c1c1;*/
    /*background: linear-gradient(#f2faff, #dcf2ff);
       background: linear-gradient(#154dfd, #668af5);
       background: linear-gradient(#aabaef, #a4b5e6);
   border: 2px solid #d3f1ff;
       border: 2px solid #677ec5;
   height: 456px;*/
    overflow: auto;
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
}

.left_page_link {
}

.left_page_link_outer .left_page_link a {
    background-color: #3bb3e0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    position: relative;
    5 padding-right:50px;
    width: 240px;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #E8E8E8;
    -webkit-border-radius: 5px;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    display: inline-block;
    padding: 7px 10px 5px 10px;
    background: linear-gradient(#5bbee2, #1b8bb5);
    background: linear-gradient(#0c236b, #092786);
    color: #fff;
}

.left_page_link a:active {
    top: 3px;
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(62,184,229)), color-stop(1, rgb(44,160,202)) );
    color: #fff;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.left_page_link a::before {
    /*background-color:#2591b4;
	content: "\f03c";*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.left_page_link a:active::before {
    top: 50%;
    margin-top: -12px;
    -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}

.left_page_link a:hover, .left_page_link a:focus {
    background: linear-gradient(#1b8bb5, #1b8bb5);
}

.left_page_link .page_link_item {
    width: 42%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}

.left_page_link .menu_head {
    margin-bottom: 30px;
    font-size: 22px;
}

.trn_block {
    margin-bottom: 10px;
}

    .trn_block h2 {
        background-color: #313ea0;
        color: #fff;
        margin-bottom: 0;
        font-weight: 300;
        padding: 10px 9px 8px 9px;
        font-size: 19px;
        text-align: left;
    }

        .trn_block h2 i {
            margin-right: 15px;
        }

.trn_block_head {
    background-color: #313ea0;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 9px 8px 9px;
    font-size: 19px;
    margin-top: 20px;
}

    .trn_block_head h3 {
        padding: 0;
        margin: 0;
        font-weight: 300;
        color: #fff;
        font-size: 19px;
    }

.trn_block h3 i {
    margin-right: 15px;
}

.trn_block_head .btn_wrapper.inline_div .btn_wobg {
    color: #fff;
    font-size: 18px;
}

.trn_block .trn_block_div {
    background: #f0f1ff;
    border: 1px solid #ddd;
    padding: 10px 10px;
    min-height: 155px;
    height: 170px;
    overflow-y: auto;
    vertical-align: top;
}

    .trn_block .trn_block_div ul {
        list-style: none;
        padding-left: 0;
    }

        .trn_block .trn_block_div ul li {
            margin-bottom: 10px;
            display: block;
        }

            .trn_block .trn_block_div ul li a {
                color: #444;
                font-size: 16px;
            }

                .trn_block .trn_block_div ul li a:hover {
                    text-decoration: underline;
                }

.trn_block .trn_block_foot {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.form-control {
    width: 290px;
    height: 32px;
    padding: 0 6px;
    border: 2px solid #ccc;
    background: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.sec_level_menu_div_inner {
}

.sec_level_menu_div {
    margin-top: 130px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
/* main menu styles */
.top_header {
    background: #4655c4;
}

.menu_wrapper {
    min-height: 48px;
}

.menuholder {
    float: none;
    font: normal bold 15px/35px sans-serif;
    overflow: hidden;
    position: relative;
}

    .menuholder .shadow {
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 1);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 1);
        background: #888;
        box-shadow: 0 0 20px rgba(0, 0, 0, 1);
        height: 10px;
        left: 5%;
        position: absolute;
        top: -9px;
        width: 90%;
        z-index: 100;
    }

    .menuholder .back {
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        -webkit-transition-duration: .4s;
        background-color: rgba(0, 0, 0, 0.5);
        height: 0;
        width: 100%;
    }

    .menuholder:hover div.back {
        height: 250px;
    }

ul.menu {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}

    ul.menu li {
        float: left;
        margin: 0 8px 0 0px;
    }

        ul.menu li > a {
            color: #fff;
            display: block;
            padding: 0 10px;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            font-weight: 400;
            font-size: 14px;
        }

        ul.menu li.red {
            background: #a00;
        }

        ul.menu li.orange {
            background: #da0;
        }

        ul.menu li.yellow {
            background: #aa0;
        }

        ul.menu li.green {
            background: #060;
        }

        ul.menu li.blue {
            background: #00a;
        }

        ul.menu li.violet {
            background: #682bc2;
        }

        ul.menu li:hover > a, ul.menu li > a:hover {
            color: #fff;
        }

        ul.menu li a.red:hover, ul.menu li:hover a.red {
            background: #c00;
        }

        ul.menu li a.orange:hover, ul.menu li:hover a.orange {
            background: #fc0;
        }

        ul.menu li a.yellow:hover, ul.menu li:hover a.yellow {
            background: #cc0;
        }

        ul.menu li a.green:hover, ul.menu li:hover a.green {
            background: #080;
        }

        ul.menu li a.blue:hover, ul.menu li:hover a.blue {
            background: #00c;
        }

        ul.menu li a.violet:hover, ul.menu li:hover a.violet {
            background: #8a2be2;
        }

.menu li:hover div.subs, .menu li a:hover div.subs {
    width: 100%;
}

.pers_trn {
    color: #fff;
    margin-top: 7px;
}

.menu_left {
    text-align: right;
    margin-top: 2px;
    margin-bottom: 0;
    display: inline-block;
}

.top_right {
    text-align: right;
}

.open > .dropdown-menu {
    display: block;
}

.lang_div {
    color: #fff;
    margin-top: 6px;
    display: inline-block;
}

.menu_left .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown button {
    cursor: pointer;
}

.menu_left > div {
    display: inline-block;
    color: #fff;
}

.menu_left label {
    font-weight: normal;
}

.menu_left a.Frm_Head {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
    padding: 4px 10px 6px 10px;
    border-radius: 5px;
    margin-left: 8px;
    text-align: center;
}

    .menu_left a.Frm_Head:hover {
        background: #b61318;
        background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
        background: -moz-linear-gradient(top, #c9151b, #a11115);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
    }

.date_panel {
    background: #4655c4;
    color: #fff;
    width: 90%;
    float: left;
    padding: 6px 5px 3px 5px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 12px;
}

    .date_panel.new {
        width: 100%;
    }

.t_notify .dropdown-menu {
    white-space: inherit;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .t_notify .dropdown-menu > li > a {
        white-space: inherit;
        min-width: 210px;
    }

.login_bg_rcvp {
    background: #384c57 url(../images/erp-img.jpg) top center no-repeat;
    /*background-size: 100% 120%;*/
    /*height: 640px;*/
}

    .login_bg_rcvp .login_bg {
        position: relative;
        z-index: 1;
        max-width: 380px;
        text-align: center;
        margin: 30px 5% 0 auto;
        background: rgb(22, 41, 60) center no-repeat;
        /*background-size: 35% 33%;*/
        /*background-position: center 18%;*/
        padding: 4px 17px 0px 17px;
        box-shadow: 0px 1px 3px 2px #151515;
        border-radius: 2px;
    }

    .login_bg_rcvp .login_bg_head {
        /*padding: 9px 0px 15px 0px;*/
        overflow: hidden;
        /*border-bottom: 4px double #353535;*/
        color: #FFF;
    }

.login_bg_head .form-top-right {
    margin-top: 0;
    font-size: 48px;
    color: #999;
    text-align: right;
}

.login_bg_head .form-top-left {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin-top: 16px;
    vertical-align: bottom;
}

.login_bg_rcvp .login_bg_body {
    padding: 20px 0px 5px 0px;
}

.login_bg_rcvp .login_bg .txt {
    height: 40px;
    width: 100%;
    margin: 0;
    margin-bottom: 16px;
    padding: 0 10px;
    vertical-align: middle;
    background: rgb(7, 18, 27);
    border: 2px solid #12283e;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.login_bg_rcvp .login_bg input:-webkit-autofill:hover,
.login_bg_rcvp .login_bg input:-webkit-autofill:focus,
.login_bg_rcvp .login_bg input:-webkit-autofill:active {
    background-color: rgb(7, 18, 27) !important;
}

.login_bg_rcvp .login_bg .txt:focus {
}

.login_bg_rcvp .login_bg .error {
    display: none;
}

.login_bg_rcvp .login_bg .hindienglish_txt, .login_txt span {
    font-size: 16px;
    margin-bottom: 4px;
    display: inline-block;
    color: #fff;
}

.login_bg_rcvp .login_bg .btn {
    border-radius: 5px;
    padding: 6px 15px 5px 15px;
    font-size: 17px;
    background: #00a2d1;
    background: linear-gradient(#00a2d1, #006482);
    border-radius: 2px;
    margin: 0 5px;
    border: none;
    color: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .login_bg_rcvp .login_bg .btn:hover {
        background: linear-gradient(#006482, #00a2d1);
    }

    .login_bg_rcvp .login_bg .btn.cancel {
        background: linear-gradient(#555, #111);
    }

        .login_bg_rcvp .login_bg .btn.cancel:hover {
            background: linear-gradient(#111, #555);
        }

.mobile_login {
    text-align: right;
    color: #fff;
    font-size: 17px;
}

    .mobile_login span {
        cursor: pointer;
    }

        .mobile_login span i {
            margin-right: 10px;
            font-size: 21px;
            vertical-align: text-bottom;
        }

.forgot_div {
    margin: 0px 0 0px;
    display: inline-block;
    width: 100%;
}

    .forgot_div .forgot_pass {
        text-align: left;
    }

    .forgot_div .un_block_pass {
        text-align: right;
    }

    .forgot_div a {
        color: #fff;
        font-size: 16px;
        text-decoration: underline;
    }

        .forgot_div a:hover {
            color: #eee;
        }

.header_wrapper.page {
    padding: 15px 0 1px 0;
}

.trn_home_content {
    background: #fff;
    width: 100%;
    min-height: 400px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #3c4aad;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 14px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu.t_menu_admin {
}

    .dropdown-menu.t_menu_admin li {
    }

        .dropdown-menu.t_menu_admin li a i {
            background: #3c4aad;
            color: #fff;
            padding: 4px 4px 4px 4px;
            width: 24px;
            text-align: center;
            margin-right: 8px;
            border-radius: 4px;
        }

        .dropdown-menu.t_menu_admin li:nth-child(odd) a {
        }

            .dropdown-menu.t_menu_admin li:nth-child(odd) a i {
                color
            }

        .dropdown-menu.t_menu_admin li:nth-child(even) a i {
        }

        .dropdown-menu.t_menu_admin li.t_last {
            margin-top: 3px;
            padding-top: 0px;
            padding-bottom: 0px;
            border-top: 1px solid #ddd;
        }

            .dropdown-menu.t_menu_admin li.t_last a {
                color: #a50c09;
            }

                .dropdown-menu.t_menu_admin li.t_last a:hover {
                    background: #e2afaf;
                }

                .dropdown-menu.t_menu_admin li.t_last a i {
                    background: #a50c09;
                    color: #fff;
                    padding: 4px 4px 4px 4px;
                    width: 22px;
                    text-align: center;
                    margin-right: 8px;
                    border-radius: 4px;
                }

.home_slide {
    margin-top: 12px;
    margin-bottom: 22px;
}

.news_box {
    margin-bottom: 10px;
}

    .news_box .news_box_head {
        background: #3c4aad;
        padding: 8px 10px 8px 10px;
        border-top: 3px solid #313ea0;
        color: #fff;
    }

        .news_box .news_box_head .fa {
            margin-right: 0px;
        }

        .news_box .news_box_head p {
            margin-bottom: 0;
            display: inline-block;
            margin-left: 12px;
        }

        .news_box .news_box_head a {
            font-size: 14px;
        }

    .news_box .news_box_list {
        background:#f0f1ff;
        border: 1px solid #ddd;
        padding: 10px 10px 0 10px;
        margin-bottom: 0;
        border-bottom: 0;
        min-height: 220px;
    }

        .news_box .news_box_list li {
            border-bottom: 1px dotted #ccc;
            margin-bottom: 5px;
        }

        .news_box .news_box_list p {
            font-size: 12px;
            color: #585858;
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 5px;
            line-height: 1.2;
            display: inline-block;
            margin-right: 10px;
        }

            .news_box .news_box_list p .fa {
                margin-right: 5px;
            }

        .news_box .news_box_list a {
            display: block;
            font-size: 15px;
            line-height: 1.2;
            font-weight: 400;
            margin-bottom: 1px;
            color: #3c4aad;
        }

    .news_box .pagination > li {
        display: inline;
    }

    .news_box .pull-right {
        float: right !important;
    }

    .news_box .pagination {
        float: right;
    }

        .news_box .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 1px 9px 1px 9px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #fff;
            /* border: 1px solid #244b8c; */
            margin: 0 1px;
            background: #253a5d;
        }

    .news_box .panel-footer {
        padding: 5px 11px 10px;
        border: 1px solid #ddd;
        border-top: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.PanelBorder.box_wrapper {
    border: 2px solid #ddd;
    background: #fff;
    margin-bottom: 0;
    padding-top: 12px;
    display: inline-block;
    width: 100%;
}

.socialIconBox {
    top: 130px;
    width: 53px;
    height: 260px;
    display: none;
    left: -25px;
    position: fixed;
    margin-right: 0px;
    z-index: 9999;
    background-color: #fff;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 7px;
    -webkit-box-shadow: 10px -4px 14px -9px rgba(0,0,0,0.31);
    -moz-box-shadow: 10px -4px 14px -9px rgba(0,0,0,0.31);
    box-shadow: 10px -4px 14px -9px rgba(0,0,0,0.31);
}

.trn_bottom_home {
    margin-top: 20px;
    margin-bottom: 28px;
}

.bootom_box_item h4 {
    margin-bottom: 8px;
    font-size: 19px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.snip0060 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    background: #000000;
    text-align: left;
    border: 1px solid #ddd;
}

    .snip0060 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .snip0060 img {
        opacity: 1;
        width: 100%;
    }

    .snip0060 figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .snip0060 figcaption > div {
            height: 60%;
            overflow: hidden;
            width: 100%;
            position: relative;
        }

        .snip0060 figcaption::before {
            position: absolute;
            top: 50%;
            right: 0;
            left: 100%;
            height: 2px;
            content: '';
            opacity: 0;
            background-color: rgba(255, 255, 255, 0);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
        }

    .snip0060 i,
    .snip0060 p {
        margin: 0;
        opacity: 0;
        width: 100%;
    }

    .snip0060 i {
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        position: absolute;
        font-size: 28px;
        display: block;
        bottom: 0px;
        left: 48%;
        background: #000000;
        -webkit-transform: translate3d(0%, 50%, 0);
        transform: translate3d(0%, 50%, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip0060 p {
        padding: 10px 35px;
        font-weight: 500;
        -webkit-transform: translate3d(0%, -50%, 0);
        transform: translate3d(0%, -50%, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip0060 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        color: #ffffff;
    }

    .snip0060.blue {
        background: #091b27;
    }

        .snip0060.blue i {
            background: #2980b9;
        }

    .snip0060.red {
        background: #2e0e0a;
    }

        .snip0060.red i {
            background: #c0392b;
        }

    .snip0060.yellow {
        background: #4d2909;
    }

        .snip0060.yellow i {
            background: #e67e22;
        }

    .snip0060.green {
        background: #061c10;
    }

        .snip0060.green i {
            background: #27ae60;
        }

    .snip0060.navy {
        background: #000000;
    }

        .snip0060.navy i {
            background: #34495e;
        }

    .snip0060:hover img,
    fiure.snip0060.hover img {
        opacity: 0.35;
    }

    .snip0060:hover figcaption i,
    .snip0060.hover figcaption i,
    .snip0060:hover figcaption p,
    .snip0060.hover figcaption p,
    .snip0060:hover figcaption h3,
    .snip0060.hover figcaption h3 {
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        opacity: 1;
    }

    figre.snip0060:hover figcaption::before,
    .snip0060.hover figcaption::before {
        background: rgba(255, 255, 255, 0.8);
        left: 30px;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }



.PanelBorder.box_wrapper.bottom_space_none {
    margin-bottom: 0;
    border-bottom: 0;
}

    .PanelBorder.box_wrapper.bottom_space_none.bottom_border_none {
        border-bottom: 0;
    }

.page_content .container .page_heading.master, .page_content_left .container .page_heading.master {
    text-align: left;
    border-bottom: 2px solid #1690c7;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #20aaf5), color-stop(0.5, #1e9dd8), color-stop(0.51, #3ca7d8), color-stop(1, #61b7de));
    background-image: -moz-linear-gradient(center bottom, #20aaf5 0%, #0d83b9 50%, #279ed4 51%, #4FC3F7 100%);
    background-color: #125dbe;
    /* background: linear-gradient(rgb(26, 145, 162), rgb(11, 98, 111)); */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #35bfb3), color-stop(0.5, #31b1a6), color-stop(0.51, #45bdb3), color-stop(1, #3ee0d2));
    background-image: -moz-linear-gradient(center bottom, #35bfb3 0%, #31b1a6 50%, #45bdb3 51%, #3ee0d2 100%);
    border-bottom: 2px solid #1c9e93;
    background: #007cc2;
    background: linear-gradient(#0b97e6, #1182c3);
    background: linear-gradient(#5bbee2, #1b8bb5);
    border-bottom: 2px solid #024e79;
    background: linear-gradient(#0c2984, #313ea0);
    border-bottom: 2px solid #05164a;
    color: #fff !important;
    overflow: hidden;
    padding: 10px 10px 9px 14px;
    font-size: 23px;
    background: linear-gradient(#313ea0, #313ea0);
}

.btn_wrapper {
    margin: 10px 0 10px 0;
    text-align: center;
}

    .btn_wrapper.inline_div {
        display: inline-block;
        text-align: left;
        margin: 0px;
    }

        .btn_wrapper.inline_div .btn {
            padding: 5px 10px 5px;
            vertical-align: baseline;
        }

    .btn_wrapper .btn, .btn_wrapper .btn_Hindi {
        background-color: #f7892c;
        background-color: #27e8d8;
        background: linear-gradient(#f7892c, #a9540c);
        background: linear-gradient(#27e8d8, #1d9289);
        background: linear-gradient(#0b97e6, #086da7);
        background: linear-gradient(#5bbee2, #1b8bb5);
        background: linear-gradient(#0a2579, #4655c4);
        background: linear-gradient(#0f32a0, #4655c4);
        background: linear-gradient(#223f98, #09163e);
        border: none;
        color: #fff;
        font-size: 16px;
        padding: 9px 15px 8px 15px;
        border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all ease-in-out .4s;
        -moz-transition: all ease-in-out .4s;
        -o-transition: all ease-in-out .4s;
        transition: all ease-in-out .4s;
    }

        .btn_wrapper .btn:hover, .btn_wrapper .btn_Hindi:hover {
            background: linear-gradient(#a9540c, #f7892c);
            background: linear-gradient(#1d9289, #27e8d8);
            background: linear-gradient(#086da7, #0b97e6);
            background: linear-gradient(#1b8bb5, #5bbee2);
            background: linear-gradient(#4655c4, #0a2579);
            background: linear-gradient(#4655c4, #0f32a0);
            background: linear-gradient(#09163e, #223f98);
            background: linear-gradient(#008b8b, #008b8b);
        }

        .btn_wrapper .btn.btn_click {
            background: linear-gradient(#008b8b, #008b8b);
        }

        .btn_wrapper .btn.red {
            background: #b0171f;
        }

            .btn_wrapper .btn.red:hover {
                background: #b0171f;
            }

        .btn_wrapper .btn.green {
            background: #039844;
        }

            .btn_wrapper .btn.green:hover {
                background: #039844;
            }

        .btn_wrapper .btn.olive {
            background: #6b8e23;
        }

            .btn_wrapper .btn.olive:hover {
                background: #6b8e23;
            }

        .btn_wrapper .btn.pink {
            background: #ff3e96;
        }

            .btn_wrapper .btn.pink:hover {
                background: #ff3e96;
            }

        .btn_wrapper .btn.crimson {
            background: #dc143c;
        }

            .btn_wrapper .btn.crimson:hover {
                background: #dc143c;
            }

        .btn_wrapper .btn.orange {
            background: #ee7600;
        }

            .btn_wrapper .btn.orange:hover {
                background: #ee7600;
            }

        .btn_wrapper .btn.yellow {
            background: #fff68f;
        }

            .btn_wrapper .btn.yellow:hover {
                background: #fff68f;
            }

        .btn_wrapper .btn.cyan {
            background: #00f5ff;
        }

            .btn_wrapper .btn.cyan:hover {
                background: #00f5ff;
            }

        .btn_wrapper .btn.teal {
            background: #008b8b;
        }

            .btn_wrapper .btn.teal:hover {
                background: #008b8b;
            }

        .btn_wrapper .btn.gold {
            background: #cdad00;
        }

            .btn_wrapper .btn.gold:hover {
                background: #cdad00;
            }

        .btn_wrapper .btn.plum {
            background: #dda0dd;
        }

            .btn_wrapper .btn.plum:hover {
                background: #dda0dd;
            }

        .btn_wrapper .btn.maroon {
            background: #cd2990;
        }

            .btn_wrapper .btn.maroon:hover {
                background: #cd2990;
            }

        .btn_wrapper .btn.blue {
            background: #1874cd;
        }

            .btn_wrapper .btn.blue:hover {
                background: #1874cd;
            }

        .btn_wrapper .btn.skyblue {
            background: #1874cd;
        }

            .btn_wrapper .btn.skyblue:hover {
                background: #009acd;
            }

        .btn_wrapper .btn.btn_icon {
            background: linear-gradient(#223f98, #09163e);
        }

            .btn_wrapper .btn.btn_icon:hover {
                background: linear-gradient(#09163e, #223f98);
            }

    .btn_wrapper.inline_div .btn_wobg {
        color: #313ea0;
        font-size: 15px;
        font-weight: 600;
    }

        .btn_wrapper.inline_div .btn_wobg:hover {
            text-decoration: underline;
        }

.frm_hindi a.Frm_Txt_Hindi {
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px 3px 15px;
    display: inline-block;
    border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.btn_wrapper .btn.cancel {
    background-color: #565656;
    background: linear-gradient(#afafaf, #2d2d2d);
    color: #fff;
    font-size: 16px;
    padding: 9px 15px 8px 15px;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

    .btn_wrapper .btn.cancel:hover {
        background: linear-gradient(#2d2d2d, #afafaf);
    }

fieldset legend {
    background: linear-gradient(#008b8b, #008b8b);
}

.legend.one fieldset legend {
    background: linear-gradient(#008b8b, #008b8b);
}

.legend.two fieldset legend {
    background: linear-gradient(#008b8b, #008b8b);
}

.legend.three fieldset legend {
    background: linear-gradient(#008b8b, #008b8b);
}

.legend.four fieldset legend {
    background: linear-gradient(#008b8b, #008b8b);
}

.show_btn_bg {
    background: linear-gradient(#3c4aad, #3c4aad);
    /*background: linear-gradient(#17c4bb, #17c4bb);*/
    color: #fff;
    /*color: rgb(10, 101, 96);*/
    font-size: 17px;
    padding: 7px 5px 7px 15px;
    margin-bottom: 0;
}

    .show_btn_bg.tab_head {
        margin-bottom: 15px;
    }

    .show_btn_bg.popup_head {
        margin-bottom: 15px;
        background: linear-gradient(#313ea0, #313ea0);
    }

    .show_btn_bg.in_content_box {
        margin-bottom: 15px;
        background: linear-gradient(#008b8b, #008b8b);
    }

    .show_btn_bg.one {
    }

    .show_btn_bg.two {
    }

    .show_btn_bg.three {
    }

    .show_btn_bg.four {
    }

    .show_btn_bg.five {
    }

    .show_btn_bg.six {
    }

    .show_btn_bg.seven {
    }

    .show_btn_bg.in_content_box.one {
    }

    .show_btn_bg.in_content_box.two {
    }

    .show_btn_bg.in_content_box.three {
    }

    .show_btn_bg.in_content_box.four {
    }

    .show_btn_bg.in_content_box.five {
    }

    .show_btn_bg.one {
    }

table .show_btn_bg {
    background: linear-gradient(#313ea0, #313ea0);
    border-bottom-color: #128882;
}

.show_btn_bg.non_grad {
    background: rgb(245, 245, 245);
    border: 2px solid #d8d8d8;
    background-color: #f5f5f5;
    color: #444;
}

    .show_btn_bg.non_grad .btn {
        color: #fff;
        background: linear-gradient(#27e8d8, #1d9289);
        background: linear-gradient(#5bbee2, #1b8bb5);
        border: none;
    }

        .show_btn_bg.non_grad .btn:hover {
            background: linear-gradient(#1b8bb5, #5bbee2);
        }

.show_btn_bg label, .show_btn_bg span, .show_btn_bg #lbl {
    font-weight: normal;
}

#Div1 .show_btn_bg #lbl {
    font-weight: normal !important;
    font-size: inherit !important;
}

.show_btn_bg label {
    margin-bottom: 0;
}

.page_content.about .PanelBorder.box_wrapper {
    padding: 22px 23px 15px 22px;
}

.page_content.about ul {
    list-style: none;
}

    .page_content.about ul li {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 5px;
    }

.page_content.about p {
    font-size: 17px;
    line-height: 1.7;
}

.page_content.about .about_red_text {
    color: #3c4aad;
    font-weight: bold;
}

.page_content .panel_box_item, .page_content_left .panel_box_item {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
}

.panel_box_item .Frm_Txt {
    margin-top: 12px;
    display: inline-block;
}

.search_input_div {
    position: relative;
    width: 290px;
}

    .search_input_div .search_input_txt {
        width: 93%;
        height: 32px;
        padding: 0 4px;
        border: 2px solid #ccc;
        background: #fafafa;
        position: absolute;
        top: 0;
        left: 0;
    }

.page_content .panel_box_item .ddl, .page_content .panel_box_item .ddl_Hindi {
    width: 290px;
    height: 32px;
    padding: 0 6px;
    border: 2px solid #ccc;
    background: #fff;
    margin-bottom: 10px;
}

    .page_content .panel_box_item .ddl:focus, .page_content .panel_box_item .ddl_Hindi:focus {
        border: 2px solid #bbb;
        background: #fff;
    }

.page_content .panel_box_item .txt, .page_content .panel_box_item .txt_Hindi {
    width: 290px;
    height: 32px;
    padding: 0 6px;
    border: 2px solid #ccc;
    background: #fff;
    margin-bottom: 10px;
}

    .page_content .panel_box_item .txt:focus, .page_content .panel_box_item .txt_Hindi:focus {
        border: 2px solid #bbb;
        background: #fff;
    }

.panel_box_item input[disabled].txt, .panel_box_item input[disabled].txt_Hindi, .panel_box_item input[disabled].ddl, .panel_box_item input[disabled].ddl_Hindi {
    background: #ececec !important;
}


.page_content_left .panel_box_item .ddl, .page_content_left .panel_box_item .ddl_Hindi {
    width: 290px;
    height: 32px;
    padding: 0 6px;
    border: 2px solid #ccc;
    background: #fff;
    margin-bottom: 10px;
}

    .page_content_left .panel_box_item .ddl:focus, .page_content_left .panel_box_item .ddl_Hindi:focus {
        border: 2px solid #bbb;
        background: #fff;
    }

.page_content_left .panel_box_item .txt, .page_content_left .panel_box_item .txt_Hindi {
    width: 290px;
    height: 32px;
    padding: 0 6px;
    border: 2px solid #ccc;
    background: #fff;
    margin-bottom: 10px;
}

    .page_content_left .panel_box_item .txt:focus, .page_content_left .panel_box_item .txt_Hindi:focus {
        border: 2px solid #bbb;
        background: #fff;
    }

.page_content .show_btn_bg .panel_box_item .txt, .page_content .show_btn_bg .panel_box_item .txt_Hindi,
.page_content .show_btn_bg .panel_box_item .ddl, .page_content .show_btn_bg .panel_box_item .ddl_Hindi {
    border: 2px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    color: #222;
}

.panel_box_item input[type="radio"], .panel_box_item input[type="checkbox"] {
    margin-bottom: 15px;
    display: inline-block;
}

.panel_box_item .panel_lbl span {
    background: #eee;
    padding: 8px 12px 7px 9px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    display: inline-block;
}

.panel_box_item .panel_lbl_wobg span {
    padding: 3px 12px 3px 0px;
    margin-bottom: 12px;
    display: inline-block;
}

.page_content table tr.GridHead {
    margin: 0px;
    padding: 0px;
    background: linear-gradient(#27d8c9, #169c92);
    background: linear-gradient(#0b97e6, #1182c3);
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

.GridHead {
    background: linear-gradient(#0b97e6, #1182c3);
    background: linear-gradient(#5bbee2, #1b8bb5);
    background: linear-gradient(#313ea0, #051444);
    color: #fff;
}

table tr {
    background: #fff;
}

.page_content .GridHead th {
    text-align: center;
    padding: 11px 6px 10px 6px;
}

.page_content_left .GridHead th {
    text-align: left;
}

.page_content table, .page_content_left table {
    border-color: #ccc;
    width: 100%;
}

    .page_content table tr:nth-child(even), .page_content_left table tr:nth-child(even) {
        background: #eee;
    }

    .page_content table td, .page_content table th {
        text-align: center;
        padding: 9px 6px 9px 6px;
        border: 1px solid #d6d6d6;
    }

    .page_content_left table td {
        padding: 9px 6px 9px 6px;
        border: 1px solid #d6d6d6;
        font-size: 15px;
    }

    .page_content_left table th {
        padding: 9px 6px 9px 6px;
        font-size: 15px;
    }

    .page_content table th, .page_content_left table th {
        background: linear-gradient(rgb(48, 173, 218), rgb(11, 97, 128));
        border: 1px solid rgb(36, 182, 234);
        background: linear-gradient(#41bb43, #145f16);
        border: 1px solid #58b159;
        background: linear-gradient(#27d8c9, #169c92);
        border: 1px solid #25d0c1;
        background: linear-gradient(#0b97e6, #1182c3);
        border: 1px solid #0e70a9;
        background: linear-gradient(#5bbee2, #1b8bb5);
        border: 1px solid #2c85b9;
        background: linear-gradient(#0c2984, #313ea0);
        border: 1px solid #153aaf;
        background: linear-gradient(#313ea0, #051444);
        border: 1px solid #153aaf;
        color: #fff;
        font-weight: normal;
        font-size: 15px;
    }

.page_content .GridHead td, .page_content .GridHead th,
.page_content_left .GridHead td, .page_content_left .GridHead th {
    border: 1px solid #153aaf;
}

.page_content_left .GridHead th, .page_content_left .GridHead th {
    background: linear-gradient(#313ea0, #051444);
    font-weight: normal;
}

.page_content table td .txt, .page_content_left table td .txt,
.page_content table td .ddl, .page_content_left table td .ddl {
    height: 32px;
    padding: 0 4px;
    border: 2px solid #ccc;
    background: #fafafa;
    margin-bottom: 0;
}

.page_content table td input[disabled].txt, .page_content_left table td input[disabled].txt,
.page_content table td input[disabled].ddl, .page_content_left table td input[disabled].ddl {
    background: #e0e0e0;
}

.page_content table td .txt:focus, .page_content_left table td .txt:focus,
.page_content table td .ddl:focus, .page_content_left table td .ddl:focus {
    border: 2px solid #bbb;
    background: #fff;
}

.page_content table tr.GridHead {
    margin: 0px;
    padding: 0px;
    background: linear-gradient(#27d8c9, #169c92);
    background: linear-gradient(#0b97e6, #1182c3);
    background: linear-gradient(#5bbee2, #1b8bb5);
    background: linear-gradient(#313ea0, #051444);
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
}

table td .tbl-icon, table th .tbl-icon {
    font-size: 14px;
    cursor: pointer;
    padding: 5px 8px 5px;
    border-radius: 4px;
    background: #008b8b;
    border: none;
    color: #fff;
}

    table td .tbl-icon.red {
        background: #b0171f;
    }

    table th .tbl-icon.red {
        background: #b0171f;
    }

    table td .tbl-icon.pink {
        background: #ff3e96;
    }

    table th .tbl-icon.pink {
        background: #ff3e96;
    }

    table td .tbl-icon.crimson {
        background: #dc143c;
    }

    table th .tbl-icon.crimson {
        background: #dc143c;
    }

    table td .tbl-icon.orange {
        background: #ee7600;
    }

    table th .tbl-icon.orange {
        background: #ee7600;
    }

    table td .tbl-icon.yellow {
        background: #fff68f;
    }

    table th .tbl-icon.yellow {
        background: #fff68f;
    }

    table td .tbl-icon.green {
        background: #039844;
    }

    table th .tbl-icon.green {
        background: #039844;
    }

    table td .tbl-icon.cyan {
        background: #00f5ff;
    }

    table th .tbl-icon.cyan {
        background: #00f5ff;
    }

    table td .tbl-icon.teal {
        background: #008b8b;
    }

    table th .tbl-icon.teal {
        background: #008b8b;
    }

    table td .tbl-icon.olive {
        background: #6b8e23;
    }

    table th .tbl-icon.olive {
        background: #6b8e23;
    }

    table td .tbl-icon.gold {
        background: #cdad00;
    }

    table th .tbl-icon.gold {
        background: #cdad00;
    }

    table td .tbl-icon.plum {
        background: #dda0dd;
    }

    table th .tbl-icon.plum {
        background: #dda0dd;
    }

    table td .tbl-icon.maroon {
        background: #cd2990;
    }

    table th .tbl-icon.maroon {
        background: #cd2990;
    }

    table td .tbl-icon.blue {
        background: #1874cd;
    }

    table th .tbl-icon.blue {
        background: #1874cd;
    }

    table td .tbl-icon.skyblue {
        background: #009acd;
    }

    table th .tbl-icon.skyblue {
        background: #009acd;
    }

    table td .tbl-icon:hover, table th .tbl-icon:hover {
        /*background: linear-gradient(#3352b1, #4865bf);*/
    }

table td .tbl-btn {
    background: linear-gradient(#41bb43, #145f16);
    background: linear-gradient(#2ad0c2, #11776f);
    background: linear-gradient(#5bbee2, #1b8bb5);
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

    table td .tbl-btn:hover {
        background: linear-gradient(#145f16, #41bb43);
        background: linear-gradient(#11776f, #2ad0c2);
        background: linear-gradient(#1b8bb5, #5bbee2);
    }

html input[disabled].txt, html input[disabled].ddl {
    background: #fafafa !important;
}

.page_content table.old_table, .page_content_left table.old_table {
}

    .page_content table.old_table tr:nth-child(even), .page_content_left table.old_table tr:nth-child(even) {
        background: none;
    }

    .page_content table.old_table tr td, .page_content_left table.old_table tr td {
        padding: 0;
        border: 0;
        font-size: initial;
    }

.page_content table.table_border, .page_content_left table.table_border {
}

    .page_content table.table_border tr:nth-child(even), .page_content_left table.table_border tr:nth-child(even) {
        background: none;
    }

    .page_content table.table_border tr td, .page_content_left table.table_border tr td {
        padding: 9px 6px 9px 6px;
        border: 1px solid #d6d6d6;
    }

.nomination_field_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.div_nomination_field {
    width: 80%;
    position: absolute;
    top: 5%;
    left: 10%;
    background: #fff;
    z-index: 1001;
    box-shadow: 0px 0px 7px 7px #737373;
}

.nomination_field_head {
    background: linear-gradient(#4adc4c, #24a027);
    background: linear-gradient(#31e8d9, #1ec7ba);
    text-align: right;
    width: 100%;
    overflow: hidden;
    color: #fff;
}

    .nomination_field_head .close_div {
        padding: 8px;
        font-size: 24px;
        cursor: pointer;
    }

.nomination_field_body {
    padding: 30px 25px 10px 25px;
    overflow: auto;
    height: 540px;
}
/*========================== Tab Menu Css Start ========================*/
.TabbedPanels {
}

.TabbedPanelsTabGroup {
    list-style: none;
    margin-bottom: -3px;
    padding-left: 0;
    position: relative;
    text-align: left;
}

.TabbedPanelsTab {
    display: inline-block;
    background: linear-gradient(#2ad0c2, #11776f);
    background: linear-gradient(#0b97e6, #086da7);
    background: linear-gradient(#5bbee2, #1b8bb5);
    /*border: 2px solid #ddd;*/
    background: linear-gradient(#0c2984, #313ea0);
    /*border: 2px solid #092375;*/
    /*background: linear-gradient(#17c4bb, #17c4bb);*/
    /*border: 2px solid #07928b;*/
    border-bottom: none;
    color: #fff;
    padding: 12px 12px 12px 12px;
    font-size: 15px;
    text-decoration: none;
    margin: 0 0px;
    cursor: pointer;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .TabbedPanelsTab:hover {
        background: linear-gradient(#008b8b, #008b8b);
        color: #fff;
    }

.TabbedPanelsTabSelected:first-child {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.TabbedPanelsTabSelected:last-child {
    border-right: 2px solid #ddd;
}

.TabbedPanelsTabHover {
}

.TabbedPanelsTabSelected {
    padding-bottom: 13px;
    margin-top: -10px;
    background: #fff;
    color: #444;
    text-decoration: none;
    /*border: 2px solid #092375;*/
    /*border-top: 5px solid #6ea4c3;*/
    /*border-top: 5px solid #4655c4;*/
    /*border-top: 5px solid #4655c4;*/
    /*border-top: 5px solid #07928b;*/

    border-bottom: none;
    font-size: 14px;
    background: linear-gradient(#4655c4, #1b8bb5);
    color: #fff;
    text-transform: capitalize;
    outline-style: none;
    box-shadow: none;
}

.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}

.TabbedPanelsContentGroup {
}

.TabbedPanelsContent {
    padding: 24px 24px 20px 24px;
    background: #fff;
    border: 2px solid #ddd;
}

    .TabbedPanelsContent h2 {
        background: #666;
        font-size: 22px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin: 25px 0 24px 0;
        display: block;
        padding: 8px 10px 8px 10px;
        text-decoration: none;
    }

.tabberlive .tabbertabhide {
    display: none;
}

.tabber {
}

.tabberlive {
    margin-top: 1em;
}

ul.tabbernav {
    /* margin: 0; */
    /* padding: 3px 0; */
    /* border-bottom: 1px dashed #c1bc82; */
    /* font: bold 12px Verdana, sans-serif; */
}

    ul.tabbernav li {
        list-style: none;
        margin: 0;
        display: inline;
    }

        ul.tabbernav li a {
            padding: 3px 0.5em;
            margin-left: 3px;
            /* border: 1px dashed #c1bc82; */
            -moz-box-shadow: 2px 2px 5px #c1c1c1;
            border-bottom: none;
            background: #007cc2;
            text-decoration: none;
        }

            ul.tabbernav li a:link {
                color: #FFF;
            }

            ul.tabbernav li a:visited {
                color: #FFF;
            }

            ul.tabbernav li a:hover {
                color: #FFF;
                background: #4d4d4d;
                border-color: #227;
            }

        ul.tabbernav li.tabberactive a {
            background-color: #fff;
            color: #4d4d4d;
            border-bottom: 1px solid #fff;
        }

            ul.tabbernav li.tabberactive a:hover {
                color: #000;
                background: white;
                border-bottom: 1px solid white;
            }

.tabberlive .tabbertab {
    /* padding: 5px; */
    /* font-family: Verdana; */
    /* border: 1px dashed #c1bc82; */
    -moz-box-shadow: 2px 2px 5px #c1c1c1;
    border-top: 0;
}
    /* If desired, hide the heading since a heading is provided by the tab */ .tabberlive .tabbertab h2 {
        display: none;
    }

    .tabberlive .tabbertab h3 {
        display: none;
    }
/* Example of using an ID to set different styles for the tabs on the page */ .tabberlive#tab1 {
}

.tabberlive#tab2 {
}

    .tabberlive#tab2 .tabbertab {
        height: 200px;
        overflow: auto;
    }


.tabberlive .tabbertab {
    border: 1px solid #ccc;
    padding: 35px 0 30px 0;
    background: #f3f3f3;
    /* text-align: center; */
}

.tabberlive ul.tabbernav {
    margin-bottom: 6px;
    padding-left: 0;
}

    .tabberlive ul.tabbernav li {
        list-style: none;
        margin: 0;
        display: inline;
    }

        .tabberlive ul.tabbernav li a {
            background: #444;
            border: 1px solid #aaa;
            border-bottom: 0;
            padding: 10px 12px 10px 12px;
        }

ul.tabbernav li.tabberactive a {
    background: #f3f3f3 !important;
}

    ul.tabbernav li.tabberactive a:hover {
    }

.tabberlive .tabbertab table {
    width: 90% !important;
}

    .tabberlive .tabbertab table td {
        text-align: left;
    }

        .tabberlive .tabbertab table td input[type=text] {
            height: 28px;
            width: 150px;
            border: 1px solid #adadad;
        }

        .tabberlive .tabbertab table td select {
            height: 28px;
            width: 150px;
            border: 1px solid #adadad;
        }

.page_heading.master .lang_wrapper {
    text-align: right;
}

    .page_heading.master .lang_wrapper label {
        margin-bottom: 0;
        margin-right: 10px;
    }

.div_new_course {
    border: solid 2px gray;
    background: #fff;
    width: 50%;
    overflow: hidden;
}

.div_new_sponser {
    border: solid 2px gray;
    background: #fff;
    width: 90%;
    height: 320px;
    overflow: auto;
}

.show_btn_bg .btn, .frm_hindi a.Frm_Txt_Hindi {
    color: #fff;
    background: linear-gradient(#27e8d8, #26ccbe);
    background: linear-gradient(#086da7, #0b97e6);
    background: linear-gradient(#4655c4, #0a2579);
    background: linear-gradient(#12a59c, #076f6a);
    background: linear-gradient(#1ecabf, #0ca59d);
}

    .show_btn_bg .btn:hover, .frm_hindi a.Frm_Txt_Hindi:hover {
        color: #fff;
        background: linear-gradient(#26ccbe, #27e8d8);
        background: linear-gradient(#0b97e6, #086da7);
        background: linear-gradient(#076f6a, #12a59c);
        background: linear-gradient(#0ca59d, #1ecabf);
    }

    .show_btn_bg .btn.btn_icon {
        background: linear-gradient(#223f98, #09163e);
    }

        .show_btn_bg .btn.btn_icon:hover {
            background: linear-gradient(#09163e, #223f98);
        }

#PnlFacility fieldset legend {
    background: none;
}

.left_page_link_outer table td {
    text-align: left;
}

.left_page_link_outer a {
    color: #4655c4;
    font-size: 16px;
}

.left_page_link_outer .menu_head {
    color: #313ea0;
    font-size: 20px;
}

.tmenu_field .ddl, .tmenu_field .txt {
    width: 260px;
    height: 32px;
    background: #fff;
    border: 2px solid #9e9e9e;
    margin-bottom: 15px;
}

.highlite {
    padding: 15px 0 15px 0;
    margin-bottom: 15px;
    background: #d9f5f2;
    border-top: 2px solid #d0e5f3;
    border-bottom: 2px solid #d0e5f3;
    background: #e4f5ff;
    border-top: 2px solid #c7e9ff;
    border-bottom: 2px solid #c7e9ff;
}

.panel_box_item .Frm_Txt_Hindi, .panel_box_item .Frm_Txt {
    display: inline-block;
    margin-top: 8px;
}

.auroramenu li > ul {
    display: none;
}

.auroramenu-default,
.auroramenu-default ul {
    padding: 0;
    list-style-type: none;
}

    .auroramenu-default > li > a {
        border-bottom: 1px #4261B8 solid;
        border-bottom: 1px #0d1e50 solid;
    }

        .auroramenu-default > li > a:after {
            content: "▼";
            float: right;
            font-size: 0.7em;
        }

        .auroramenu-default > li > a.open:after {
            content: "▲";
        }

    .auroramenu-default a {
        color: #fff;
        background-color: #496ACA;
        /*background: linear-gradient(#5bbee2, #1b8bb5);*/
        background: #4655c4;
        display: block;
        padding: 8px 10px 6px 10px;
        border-bottom: 1px solid #071c61;
        font-size: 16px;
        transition: background-color 0.5s ease;
    }

        .auroramenu-default a:hover,
        .auroramenu-default a:focus {
            text-decoration: none;
        }

        .auroramenu-default a:hover {
            background-color: #50B4EF;
        }

    .auroramenu-default ul a {
        background-color: #4261B8;
        /*background: linear-gradient(#52a8c7, #52a8c7);*/
        background-color: #0a2475;
        font-size: 15px;
        padding: 6px 10px 4px 10px;
        border-bottom: 1px solid #0a1c56;
        padding-left: 20px;
    }

        .auroramenu-default ul a:hover {
            background: linear-gradient(#1b8bb5, #1b8bb5);
        }

.popup_overlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

    .popup_overlay .popup_div {
        width: 90%;
        background: #fff;
        margin: 0 auto;
        margin-top: 10%;
        overflow: auto;
        border-radius: 4px 4px 0 0;
    }

.welcome_page .header_wrapper {
    border-bottom: 4px solid #ddd;
    padding: 31px 0 17px 0;
    background: #fff;
    text-align: center;
}

.welcome_body {
    background: url(../images/welcome_bg.jpg) center;
    background: #384c57 url(../images/erp-img.jpg) top center no-repeat;
}

    .welcome_body .welcome_page {
        text-align: center;
    }

.welcome_content {
    background: rgba(255, 255, 255, 0.85);
    outline: 1px solid #b1b1b1;
    outline-offset: -20px;
    width: 565px;
    min-height: 300px;
    margin: 8% 5% 0 auto;
    padding: 50px 26px 10px 26px;
    text-align: center;
    background: #0a1626;
    outline: 1px solid #1e3a61;
    text-align: center;
    color: #fff;
}

    .welcome_content.under_cons {
        margin: 4% auto;
        min-height: 100px;
        background: #0a1626;
        outline: 1px solid #1e3a61;
    }

    .welcome_content img {
        max-width: 100%;
    }

    .welcome_content h2 {
        margin: 0 0 15px 0;
        font-size: 26px;
        color: #048dad;
        text-transform: capitalize;
    }

    .welcome_content .desc {
        font-size: 19px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .welcome_content .date {
        font-size: 17px;
        font-weight: 500;
    }

    .welcome_content .copyright {
        font-size: 17px;
        font-weight: 500;
    }

    .welcome_content .btn {
        font-size: 20px;
        color: #fff;
        display: inline-block;
        padding: 14px 27px 10px 26px;
        margin: 12px 0 34px 0;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        word-wrap: break-word;
        word-break: inherit;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border-radius: 4px;
        background: linear-gradient(#5bbee2, #1b8bb5);
        border: none;
        -webkit-box-shadow: 0 4px 0 #04718a;
        -moz-box-shadow: 0 4px 0 #04718a;
        box-shadow: 0 4px 0 #04718a;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .welcome_content .btn:hover {
            background-color: #0cccf9;
            background: linear-gradient(#1b8bb5, #5bbee2);
        }

.btn_Hindi.disabled, .btn_Hindi[disabled], fieldset[disabled] .btn_Hindi {
    pointer-events: painted;
    cursor: pointer;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.f_third_text {
    text-align: right;
}

.numberlist {
}

    .numberlist ol {
        counter-reset: li;
        list-style: none;
        *list-style: decimal;
        font-size: 16px;
        padding: 0;
        margin-bottom: 4em;
        margin-left: 30px;
    }

.third_menu .numberlist ol {
    margin-bottom: 0;
}

    .third_menu .numberlist ol li {
        width: 30%;
        margin-bottom: 10px;
    }

        .third_menu .numberlist ol li a {
            background: #e4e8eb !important;
            padding-left: 26px !important;
        }

.numberlist ol ol {
    margin: 0 0 0 2em;
}

.numberlist ol li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.numberlist a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #e4e8eb;
    color: #444;
    width: 365px;
    font-weight: bold;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
}

    .numberlist a:hover {
        text-decoration: underline;
    }

    .numberlist a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #17c4bb;
        height: 2.4em;
        width: 2.4em;
        line-height: 2.05em;
        border: .3em solid #fff;
        text-align: center;
        /* font-weight: bold; */
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        color: #FFF;
    }


.room_status_total {
    background: #1a970b;
    color: #fff;
}

.room_status_reserve {
    background: #b21111;
}

.room_status_left {
    background: #fdfae2;
}

.iframe_div {
    width: 100%;
    height: 99%;
    position: absolute;
    top: 1px;
    left: 0;
    border: none;
    padding: 88px 0 0px 0px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.dash_content {
    margin-top: 105px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.index_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.mob_div {
    width: 405px;
    height: 270px;
    background: #fff;
    margin: auto;
    margin-top: 12%;
    text-align: center;
    box-shadow: 0px 0px 10px 10px #737373;
    z-index: 1001;
}

    .mob_div.login_p_div {
        width: 460px;
        margin-top: 7%;
        overflow: hidden;
        padding-bottom: 10px;
        box-shadow: 0px 0px 8px 3px #171717;
    }

    .mob_div .mob_div_head {
        text-align: right;
        background: #061235;
        width: 100%;
        overflow: hidden;
        color: #fff;
    }

        .mob_div .mob_div_head .close_div {
            padding: 5px;
            font-size: 24px;
            cursor: pointer;
        }

    .mob_div .mob_div_body {
        padding: 20px 36px 10px 36px;
    }

.otp_msg {
    display: block;
    color: red;
    font-size: 16px;
    margin-bottom: 15px;
}

.mob_div .txt {
    width: 100%;
    height: 40px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 2px solid #ddd;
    font-size: 16px;
    color: #888;
    float: right;
    border-radius: 0px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .mob_div .txt.mob_no {
        display: inline-block;
    }

    .mob_div .txt:focus {
        background: #fff;
        border: 2px solid #bbb;
    }

.mob_div .btn {
    background: #061235;
    border-radius: 5px;
    padding: 5px 10px 4px 10px;
    font-size: 15px;
    margin: 0 5px;
    float: right;
    color: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .mob_div .btn.mob_btn {
        display: inline-block;
        margin-bottom: 25px;
    }

    .mob_div .btn:hover {
        background: #3c4aad;
    }

    .mob_div .btn.cancel {
    }

        .mob_div .btn.cancel:hover {
        }

.bell_div {
    position: relative;
}

    .bell_div .t_bell {
        font-size: 19px;
        cursor: pointer;
    }

    .bell_div .bell_stats {
        background: #597ce6;
        color: #ffffff;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 1.5;
        font-size: 12px;
        border-radius: 100%;
        position: absolute;
        right: -14px;
        top: -5px;
    }

.table_wrapper_res {
    overflow: auto;
}

.bell_div.top_menu {
    display: inline-block;
    margin-right: 8px;
    vertical-align: sub;
}

.dropdown.bell_div.top_menu {
    vertical-align: inherit;
}

.control_fancy_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

    .control_fancy_checkbox input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_fancy_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #aaa;
}

.control_fancy_checkbox:hover input ~ .control_fancy_indicator,
.control_fancy_checkbox input:focus ~ .control_fancy_indicator {
    background: #aaa;
}

.control_fancy_checkbox input:checked ~ .control_fancy_indicator {
    background: #6b8e23;
}

.control_fancy_checkbox:hover input:not([disabled]):checked ~ .control_fancy_indicator,
.control_fancy_checkbox input:checked:focus ~ .control_fancy_indicator {
    background: #6b8e23;
}

.control_fancy_checkbox input:disabled ~ .control_fancy_indicator {
    background: #aaa;
    opacity: 0.6;
    pointer-events: none;
}

.control_fancy_indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control_fancy_checkbox input:checked ~ .control_fancy_indicator:after {
    display: block;
}

.control_checkbox .control_fancy_indicator:after {
    left: 7px;
    top: 5px;
    width: 6px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control_checkbox input:disabled ~ .control_fancy_indicator:after {
    border-color: #7b7b7b;
}

.show_btn_bg .plus_minus_icon {
    background: #fff;
    color: #008b8b;
    padding: 2px 4px 2px 4px;
}

.trg_paggination_wrapper {
    text-align: right;
}

.trg_pagination {
    display: inline-block;
}

    .trg_pagination span {
        color: black;
        float: left;
        padding: 5px 11px 5px 11px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        cursor: pointer;
    }

        .trg_pagination span.active {
            background-color: #313ea0;
            color: white;
            border: 1px solid #313ea0;
        }

        .trg_pagination span:hover:not(.active) {
            background-color: #ddd;
        }

.ST_TRG_Class {
    background: #008b8b;
    color: white;
}

.slide-submit {
    background: #f3f5f6;
    background: rgb(7, 18, 27);
    border: 2px solid #12283e;
    /*box-shadow:0 0 0 1px #ccc;*/
    border-radius: 2px;
    text-align: right;
    padding: .8em 1em;
    font-size: .75em;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    margin-top: 8px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: .2s
}

.slide-submit-text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.slide-submit-thumb {
    position: absolute;
    top: 0;
    left: 0px;
    width: 44px;
    height: 100%;
    background: linear-gradient(#006482, #00a2d1);
    /*box-shadow:inset 0 0 0 3px #f3f5f6,inset 0 0 0 4px rgba(0,0,0,0.17);*/
    text-shadow: 0 -1px #828282;
    border-radius: 0px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    font-family: serif;
    color: #fff
}

    .slide-submit-thumb:hover, .draggable {
        background: #1BA5FD;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .slide-submit-thumb:active {
        background: linear-gradient(#006482, #00a2d1);
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

.slide-success {
    /*background:#1BA5FD;*/
    text-align: left;
    color: #fff;
}

    .slide-success .slide-submit-thumb {
        /*background:rgb(7, 18, 27);*/
        /*box-shadow:inset 0 0 0 3px #1BA5FD,inset 0 0 0 4px rgba(0,0,0,0.17);*/
        color: #fff;
        pointer-events: none
    }
/*# sourceMappingURL=slide-to-submit.css.map */
#sticky.stick {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px 0 4px 0;
    z-index: 999;
    background: #fff;
    border-bottom: 2px solid #eee;
}

.btn_wrapper.stick {
    margin-top: 0;
}

.trg_progress {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 999;
}

    .trg_progress img {
        margin: 15% auto 0;
        display: block;
    }


.ajax__calendar {
    /*display:block !important;
    visibility: visible !important;*/
}

.ajax__calendar_container {
    width: 212px !important;
    padding-left: 15px !important;
}

.ajax__calendar_body {
    height: 170px !important;
    width: 176px !important;
}

.ajax__calendar_container tr {
    background: #fff !important;
}

.ajax__calendar_container td {
    border: none !important;
    padding: 3px 3px !important;
}

.ajax__calendar .ajax__calendar_day {
    text-align: center;
    line-height: 1.5;
}

.ajax__calendar .ajax__calendar_footer {
    margin-bottom: 14px;
}

.fooetr_link {
    margin-top: 15px;
}

    .fooetr_link a {
        background: linear-gradient(#61cdf5, #1f7a9c);
        /*background: linear-gradient(#19b7aa, #0c6f67);*/
        background: linear-gradient(#3360ea, #0c236b);
        padding: 7px 9px 7px 9px;
        border-radius: 4px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        margin: 0 7px 0 2px;
    }

        .fooetr_link a:hover {
            background: linear-gradient(#1f7a9c, #61cdf5);
            background: linear-gradient(#0c236b, #3360ea);
            /*background: linear-gradient(#0c6f67, #19b7aa);*/
        }

.footer_container {
    background: #313ea0;
    padding: 9px 0 0px 0;
    color: #fff;
    margin-top: 20px;
    text-align: left;
}

    .footer_container a {
        color: #fff;
    }

.trn_menu_wrapper {
    background-color: #ecebf2;
    border-color: #243f6d;
    z-index: 99;
    position: relative;
}

    .trn_menu_wrapper .header_toggle {
        color: #fff;
        font-size: 26px;
        cursor: pointer;
        position: absolute;
        right: 5%;
        top: 10px;
    }





.menu-container {
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.trn_menu_wrapper .menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.trn_menu_wrapper .menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.trn_menu_wrapper .menu > ul {
    margin: 0 auto;
    margin-left: 10px;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

    .trn_menu_wrapper .menu > ul:before, .menu > ul:after {
        content: "";
        display: table;
    }

    .trn_menu_wrapper .menu > ul:after {
        clear: both;
    }

    .trn_menu_wrapper .menu > ul > li {
        float: left;
        padding: 0;
        margin: 0;
    }

        .trn_menu_wrapper .menu > ul > li a {
            text-decoration: none;
            padding: 15px 15px 15px 15px;
            display: block;
            color: #fff;
        }

        .trn_menu_wrapper .menu > ul > li:hover {
            background: #f0f0f0;
        }

            .trn_menu_wrapper .menu > ul > li:hover > a {
                color: #333;
            }

        .trn_menu_wrapper .menu > ul > li > ul {
            display: none;
            width: 100%;
            background: #fff;
            padding: 20px;
            position: absolute;
            z-index: 99;
            left: 0;
            margin: 0;
            list-style: none;
            box-sizing: border-box;
            border: 2px solid #ccc;
            border-top: none;
        }

            .trn_menu_wrapper .menu > ul > li > ul:before, .trn_menu_wrapper .menu > ul > li > ul:after {
                content: "";
                display: table;
            }

            .trn_menu_wrapper .menu > ul > li > ul:after {
                clear: both;
            }

            .trn_menu_wrapper .menu > ul > li > ul > li {
                margin: 0;
                padding-bottom: 0;
                list-style: none;
                width: 25%;
                background: none;
                float: left;
            }

                .trn_menu_wrapper .menu > ul > li > ul > li a {
                    color: #4655c4;
                    padding: 3px 0;
                    font-size: 16px;
                    width: 90%;
                    display: block;
                    border-bottom: 1px solid #ccc;
                }

                .trn_menu_wrapper .menu > ul > li > ul > li > ul {
                    display: block;
                    padding: 0;
                    margin: 10px 0 0;
                    list-style: none;
                    box-sizing: border-box;
                }

                    .trn_menu_wrapper .menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
                        content: "";
                        display: table;
                    }

                    .trn_menu_wrapper .menu > ul > li > ul > li > ul:after {
                        clear: both;
                    }

                    .trn_menu_wrapper .menu > ul > li > ul > li > ul > li {
                        float: left;
                        width: 100%;
                        padding: 4px 0;
                        margin: 0;
                        font-size: .8em;
                    }

                        .trn_menu_wrapper .menu > ul > li > ul > li > ul > li a {
                            border: 0;
                        }

            .trn_menu_wrapper .menu > ul > li > ul.normal-sub {
                width: 300px;
                left: auto;
                padding: 10px 20px;
            }

                .trn_menu_wrapper .menu > ul > li > ul.normal-sub > li {
                    width: 100%;
                }

                    .trn_menu_wrapper .menu > ul > li > ul.normal-sub > li a {
                        border: 0;
                        padding: 1em 0;
                    }

                        .trn_menu_wrapper .menu > ul > li > ul.normal-sub > li a:hover {
                            color: #fff;
                        }


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Animation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {

    .menu-container {
        width: 100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

        .menu > ul > li {
            width: 100%;
            float: none;
            display: block;
        }

            .menu > ul > li a {
                padding: 1.5em;
                width: 100%;
                display: block;
            }

            .menu > ul > li > ul {
                position: relative;
            }

                .menu > ul > li > ul.normal-sub {
                    width: 100%;
                }

                .menu > ul > li > ul > li {
                    float: none;
                    width: 100%;
                    margin-top: 20px;
                }

                    .menu > ul > li > ul > li:first-child {
                        margin: 0;
                    }

                    .menu > ul > li > ul > li > ul {
                        position: relative;
                    }

                        .menu > ul > li > ul > li > ul > li {
                            float: none;
                        }

    .menu .show-on-mobile {
        display: block;
    }
}










@media screen and (max-width: 1300px) {
    .third_menu .numberlist ol li {
        width: 36%;
    }
}

@media screen and (max-width: 1200px) {
    .third_menu .numberlist ol li {
        width: 36%;
    }
}

@media screen and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .head_sec_1 h1 {
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .head_sec_1 h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .page_content, .page_content_left {
        margin-top: 0 !important;
    }

    .fooetr_link a {
        margin-bottom: 10px;
        display: inline-block;
    }

    .menu_left {
        text-align: center;
    }

    ul.menu {
        padding-left: 0;
    }

        ul.menu li {
            margin-bottom: 10px;
            width: 45%;
        }

    .left_page_link_outer {
        margin-top: 15px;
    }

    .header_content .head_sec_1, .header_content .head_sec_2, .header_content .head_sec_3 {
        text-align: center;
        margin-bottom: 0px;
    }

    .header_wrapper.page .logo {
        text-align: center;
    }

    .header_wrapper.page .header_right {
        text-align: center;
    }

    .panel_box_item .ddl, .panel_box_item .ddl_Hindi,
    .panel_box_item .txt, .panel_box_item .txt_Hindi {
        width: 260px !important;
    }

    .nomination_field_body {
        height: 280px;
    }

    .btn_wrapper .btn, .btn_wrapper .btn_Hindi {
        margin-bottom: 12px;
    }

    .numberlist a {
        width: 100%;
    }

    .page_content_inner {
        padding: 15px 15px;
    }

    .numberlist ol {
        margin-left: 10px;
    }

        .numberlist ol li {
            display: block;
            margin-right: 5px;
        }

    .head_sec_1 h1 {
        display: none;
    }

    .dash_content {
        margin-top: 138px;
    }

    .sec_level_menu_div_inner {
        margin-top: 137px;
    }

    .header_wrapper.trn_menu {
        /*position:static;*/
    }

    .sec_level_menu_div_inner {
        margin-top: 0px;
    }

    .sec_level_menu_div {
        margin-top: 0px;
    }

    .trn_menu_wrapper .header_toggle {
        right: 65px;
    }

    .dash_content {
        margin-top: 0px;
    }

    .iframe_div {
        /*top: 145px;*/
        padding: 148px 0 0px 0px;
    }

    .mob_div.login_p_div {
        width: 280px;
    }

    .pers_trn {
        text-align: center;
        margin-bottom: 10px;
    }

    .top_right {
        text-align: center;
    }

    #sticky.stick {
        position: fixed;
        /*top: 0 !important;*/
    }
}

@media screen and (max-width: 640px) {
    .left_page_link .page_link_item {
        width: 98%;
        margin-right: 0%;
        display: inline-block;
        vertical-align: top;
    }

    .menu.side {
    }

    .hz_menu a {
        width: 98%;
    }

    .date_panel {
        width: 98%;
    }

    .panel_box_item {
        text-align: center !important;
    }

        .panel_box_item .ddl, .panel_box_item .ddl_Hindi,
        .panel_box_item .txt, .panel_box_item .txt_Hindi {
            width: 260px !important;
        }

    .login_bg_rcvp .login_bg {
        max-width: 300px;
        margin: 20px auto;
    }

        .login_bg_rcvp .login_bg .btn {
            margin-bottom: 15px;
        }

    .nomination_field_body {
        padding: 5px 5px 5px 5px;
    }
}

@media screen and (max-width: 480px) {
    .menu.side li {
        width: 90%;
    }

    .welcome_content {
        width: 95%;
    }

        .welcome_content .btn {
            font-size: 16px;
            padding: 8px 8px 5px 8px;
        }

    .mob_div {
        width: 95%;
    }
}

@media (min-width: 992px) {
    body {
    }
}

