body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #1D1D1D;
    line-height: 17px;
}

.main-content {
    /* height: 100vh; */
}

.dynamic-content {
    padding: 15px 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.login-header.dashboard-header.pns_head {
    background: #041A37;
    border: 0;
    min-height: 68px;
    padding-top: 9px;
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
}

.allow-sidebar {
    border-left: 260px solid #041A37 !important;
}

.me_icon {
    display: inline-block;
    vertical-align: sub;
    margin-right: 7px;
}

.right-navigation {
    width: calc(100% - 225px);
}

.me_icon .sidebar-toggle {
    background: none;
    padding-left: 0;
    padding-top: 11px;
}

.me_icon .sidebar-toggle svg {
    width: 28px;
}

.left-ul-navigation li a {
    background: #063779;
    text-transform: uppercase;
    font-weight: 600;
}

.side-bar {
    background: #092851;
}

.left-ul-navigation li a:hover {
    background: #005BAF;
}

.pns_head.dashboard-header .logo-wrapper img {
    height: 40px;
    min-width: inherit;
}

.main-section {
    height: 100vh;
    display: table;
    width: 100%;
    padding-top: 68px;
}

.main-section .side-bar {
    top: 0;
}

.log_out {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding-top: 7px;
    display: inline-block;
    padding: 7px 10px;
}

a.log_out:hover {
    background: #063779;
    color: #fff;
}

.log_out span {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 8px;
}

.user_pro {
    margin: 25px 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
}

.use_img {
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.use_img img {
    width: 100%;
}

.us_name {
    color: #E1AA12;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin: 10px 0;
}

.us_name span {
    font-weight: 600;
    display: block;
}

.pro_edit {
    width: 100%;

}

.pro_edit ul li {
    list-style: none;
}

.pro_edit ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    text-align: center;
    display: table;
    width: auto;
    padding: 0;
    border: 0;
    line-height: normal;
    margin: 0 auto 5px;
    font-weight: 500;
}

.pro_edit ul li a:hover {
    color: #E1AA12;
}

.side_menu {
    width: 100%;
    margin-bottom: 25px;
}

.side_menu ul {
    list-style: none;

}

.pen_box .ag_new.bank_det {
    margin-bottom: 18px;
}

.side_menu ul li {
    display: block;
}

.side_menu ul li a {
    font-size: 12.5px;
    color: #fff;
    padding: 10px 0 10px 20px;
    border: 0;
    font-weight: 400;
    border-right: 8px solid transparent;
    -webkit-transition: 0.20s;
    -moz-transition: 0.20s;
    -o-transition: 0.20s;
    transition: 0.20s;
}

.side_menu ul li a:hover, .side_menu ul li.active a {
    background: #041A37;
    border-right: 4px solid #E1AA12;
    padding-left: 25px;
    color: #E1AA12;
}


ul.sub_menu_main {
    width: 90%;
    margin-left: 13px;
    display: none;
    position: static !important;
}

.sub_icon {
    position: absolute;
    right: 55px;
    top: 18px;
}

.sub_icon svg {
    width: 12px;
    fill: #fff;
    transform: translateY(-50%) rotate(90deg) !important;
}

.sub_open .sub_icon svg {
    transform: translateY(-50%) rotate(-90deg) !important;
}

.sub_menu_main li a svg {
    width: 12px;
    fill: #fff;
    margin-right: 5px;
}

.sub_menu_main li a span {
    display: inline-block;
    margin-right: 12px;
}

.side_menu ul li.sub_menu_box.sub_open {
    background: #041A37;
}

.side_menu ul li.sub_menu_box.sub_open ul.sub_menu_main {
    display: block;
}

.side_menu .sub_open ul li a:hover {
    border: 0;
    background: #000000;
}

.pen_box .ag_new {
    padding: 0px;
    margin-bottom: 12px;
}

.dwa_search-head h1.bor_botm {
    padding: 0;
    padding-bottom: 7px;
    font-size: 18px;
    margin: 0px 11px 5px 0;
    font-weight: 500;
    color: #333333;
    border-bottom: 0;
}

.pen_box, .robo_font {
    font-family: 'Roboto', sans-serif;
}

div .pen_box .control-label {
    font-size: 12px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 4px;
    min-height: 18px;
}

div .pen_box .control-label.form_label {
    color: #444444;
}

.alert-warning {
    padding: 20px;
    color: #7E5E01;
    font-size: 14px;
    background: #FFF3CD;
    margin-bottom: 25px;

}

.alert-warning h2 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
    color: #7E5E01;
}

.pen_box .form-control:focus {
    border-color: #66afe9;
}

.pen_box .form-control.show_error {
    border-color: red;

}

textarea.form-control {
    padding: 10px;
    margin-bottom: 25px;
}

.pen_box .form-control {
    border: 1px solid #A19D9D;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.thrid_btn {
    background: #00B0A6;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 7px 15px;
}

.thrid_btn img {
    display: inline-block;
    margin-right: 6px;
}

.dwn_btn {
    margin-bottom: 7px;
}

.pl-0 {
    padding-left: 0;
}

.right_btn_margin {
    margin-left: 5px;
}

.left_btn_margin {
    margin-right: 5px;
}

.d_block {
    display: block;
}

.ag_new .control-label.dis_data {
    font-size: 14px;
    font-weight: 700;
    color: #1D1D1D;
    margin-bottom: 23px;
    min-height:17px;
    overflow-wrap: break-word;
}

.ag_box .table-responsive .table_basic {
    border-collapse: collapse;
    width: 100%;
}

.ag_box .table-responsive .table_basic tr td {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 5px;
    border: 0;
}

.ag_box .table-responsive .table_basic tr td:nth-child(2) {
    font-weight: 600;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.blue_bg .ag_box, .blue_bg .ag_box table, .blue_bg .ag_box .table-responsive table td {
    background: #E9F5FF;
}

.blue_bg .ag_box .table-responsive table tr:hover td {
    background: #FFFBF2;
}

.ag_box .table-responsive .table_basic tr.blue_bg td {
    background: #E9F5FF;
}

.ag_box .table-responsive .table_basic tr.font_blue td {
    color: #00519D;
    font-weight: 700;
    font-size: 13px;
}
.ag_box .table-responsive table .font_blue td {
    color: #00519D;
    font-weight: 700;
    font-size: 13px;
}
th[align="center"]{
    text-align: center;
}
h2.bor_botm span{
    font-size: 12px;
}
.ag_box .table-responsive .table_basic tr.grd_total td {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    background: #EFEFEF;
    padding: 15px;
}

.min_height_box .ag_box {
    min-height: 205px;
}

.green-color {
    color: #22AA6B !important;
}

.red-color {
    color: #ff0007 !important;
}
.orang-color{
    color: #a57100 !important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.big_tx {
    font-size: 16px;
}

.ra_btn {
    display: flex;
    align-items: center;
    margin-bottom: 25px;


}

.ra_btn input[type="radio"] {
    height: auto;
    margin: 0 5px 0 0;
}

.ra_btn label {
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.ra_btn input[type="radio"]:checked + label {
    color: #5084e4;

}

.out_radio {
    display: flex;
    margin-top: 5px;
}

.out_radio .in_radio {
    margin-right: 35px;
}

.blue_bg1 {
    background: #E9F5FF;
    padding: 15px 0;
}

.ag_new .sm_title span {
    font-weight: 600;
    color: #005baf;
}

.ag_box .table-responsive table th[align="right"] {
    text-align: right;
}

.green_active {
    background: #C5FFE4;
    color: #22AA6B;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 500;
}

.orange_active {
    background: #fff8c1;
    color: #a76400;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 500;
}

.red_inactive {
    background: #FFDDDD;
    color: #FF4747;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 500;
}

.ag_box .table-responsive table td a.edit_btn, a.edit_btn {
    background: #118750;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    /* padding: 6px 12px; */
    padding: 4px 12px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-left: 0;
}
.ag_box .table-responsive table td a.edit_btn:focus{
    background:  #117446;
}


.ag_box .table-responsive table td a.edit_btn:hover, a.edit_btn:hover{
    background: #117446;
}
.ag_box .table-responsive table td a.edit_btn:hover {
    background: #117446;
}

.back_btn {
    background: #1D1D1D;
    border-radius: 3px;
    padding: 8px 10px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 10px;
}
a.edit_btn.cu_btn_edit{
    height: 35px;
    line-height: 30px;
    border-radius: 0 3px 3px 0;
}

.back_btn:hover {
    background: #000;
    color: #fff;
}

.back_btn svg {
    margin-right: 5px;
}

.per_name {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-left: 20px;
}

.edit_btn {
    font-size: 12px;
    color: #22AA6B;
    font-weight: 600;
    margin-left: 0px;



}

.edit_btn a {
    color: #22AA6B;
    display: inline-block;
    padding: 0;
    -webkit-transition: 0.20s;
    -moz-transition: 0.20s;
    -o-transition: 0.20s;
    transition: 0.20s;
    transform: scale(1);
}
.edit_btn a:hover{
    transform: scale(1.1);
}
.mt-20{
    margin-top: 20px !important;
}

.mt-15{
    margin-top: 15px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-5{
    margin-top: 5px !important;
}

.edit_btn a:hover {
    color: #E1AA12;
}

.edit_btn a:hover svg path {
    fill: #E1AA12;
}

.add_btn {
    border-radius: 3px;
    padding: 8.1px 20px;
    margin-bottom: 8px;
    background: #005BAF;
    border-color: #005BAF;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.add_btn:hover {
    color: #fff;

}

.modal .ag_box .table-responsive .table_basic tr.font_blue td {
    color: #000;
}

.modal .ag_box .table-responsive .table_basic tr.grd_total td {
    font-size: 18px;

}

.edit_btn a svg {
    vertical-align: bottom;
    margin-left: 9px;
    margin-right: 5px;
}

.stat_show {
    background: #C5FFE4;
    font-size: 15px;
    color: #22AA6B;
    padding: 8px 35px;
    display: inline-block;
    font-weight: 600;
}

.per_status {
    display: flex;
    justify-content: space-between;
}

.legal_btn a {
    background: #fff;
    border: 1px solid #005BAF;
    font-size: 15px;
    color: #005BAF;
    padding: 8px 35px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
}

.legal_btn a:hover {
    background: #005BAF;
    color: #fff;
}

.stat_show.red_in {
    background: #fff8c1;
    color: #a76400;
    font-weight: 600;
}
.stat_show.red_in_close {
    background: #FF5F5F;
    color: #FFDDDD;
    font-weight: 600;
}

.text-msg{
    font-size: 13px;
    padding: 6px 0 0;
    color: #9f0000;
}
.ag_new .control-label.dis_data.red_color {
    color: #FFA9A9;
}

.ag_box.t_box_view {
    margin: 15px 0 0 0;
    width: 440px;
    float: right;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background: #F3F3F3;

}

.modal-title {
    font-size: 18px;
    color: #005BAF;
    font-weight: 500;
    padding-left: 10px;
}

.modal {
    font-family: 'Roboto', sans-serif;
}

.modal .modal-body {
    padding: 17px 25px 0;
}

.info_text {
    position: relative;
    top: -15px;
    font-size: 12px;
}
.info_text span{
    font-weight: 600;
}

.btn-primary {
    border-radius: 3px;
    padding: 8.1px 25px;
    background: #005BAF;
    border-color: #005BAF;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-primary:hover, .add_btn:hover{
    background-color: #204d74;
}

.btn-default {
    border-radius: 3px;
    padding: 8.1px 20px;
    background: #C3C3C3;
    border-color: #C3C3C3;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-default:hover {
    background: #666;
    border-color: #666;
    color: #fff;
}

.modal-footer {
    padding: 0 25px 25px 0;
    border-top: 0;
}


.out_box {
    background: #fff;
    padding: 0;
    min-height: auto;
    overflow: hidden;

}

.pad_left {
    padding-left: 10px;

}

.ag_new {

}

.pad_right {

    padding-right: 10px;
}

.ag_box {
    background: #fff;
    padding: 15px 15px 0px 15px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: table;
    width: 100%;
}

.ag_new.second {
    border-top: 5px solid #E2E2E2;
    padding: 0;
    min-height: 60vh;

}

.ag_new.second .form-control {
    margin-bottom: 18px;
}

.empty_msg {
    min-height: calc(60vh - 86px);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.empty_msg p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 25px;
    position: relative;
    z-index: 3;
}

.header_fliter {
    background: #F7F7F7;
    padding-top: 7px;
    border-bottom: 1px solid #E2E2E2;
    padding: 7px 0 0 8px;
}

.ag_new.second {
    position: relative;
}

.data_visible.ag_new.second:before {
    height: 0%;
}

.input_withbtn {
    display: flex;
    margin-bottom: 25px;
}

.input_withbtn input.form-control {
    margin-bottom: 0;
}

.input_withbtn .btn {
    border-radius: 0 3px 3px 0;
}

.ag_new.second:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(234, 234, 234, 0.6);
    height: 100%;
    z-index: 2;
    margin-bottom: 29px;
    -webkit-transition: 0.20s;
    -moz-transition: 0.20s;
    -o-transition: 0.20s;
    transition: 0.20s;
}

.modal .ag_box.t_box_view {
    width: 50%;
}

.not_edit:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(234, 234, 234, 0);
    height: 100%;
    z-index: 2;
    margin-bottom: 29px;
    -webkit-transition: 0.20s;
    -moz-transition: 0.20s;
    -o-transition: 0.20s;
    transition: 0.20s;
}

.not_edit {
    opacity: 0.5;
}

div .pen_box .control-label .dis_les {
    font-size: 12px;
    font-weight: 500;
    color: #1D1D1D;
    margin-bottom: 23px;
    opacity: 0.4;
}
div .pen_box .control-label.out_side{

    font-size: 12px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 23px;

}

.text-red {
    color: #ff0000;
}

.ag_new .control-label {
    font-size: 12px;
    font-weight: 400;
    color: #777777;
}

.ag_new input, .ag_new select {
    height: 35px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: none;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.ag_new datepicker input{
    height: 25px;
    border-radius: 4px;
    box-shadow: none;
    color: #fff0;
    font-weight: 600;
    margin-bottom: 0px;
}

.ag_new select.m_bo {

    margin-bottom: 15px;
}

.clear_fit {
    font-size: 12px;
    color: #8B8B8B;
    font-weight: 700;
    margin: 0 0 0 15px;
    display: inline-block;
    position: relative;
    top: 9px;
}

.ag_new .btn_blue_new {
    border-radius: 3px;
    padding: 8.1px 20px;
    margin-top: 23px;
    background: #005BAF;
    border-color: #005BAF;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}


.thrid_btn:hover {
    background: #04938b;
    border-color: #04938b;
}

.ag_new .btn_blue_new:hover {
    background: #0F3D98;
    border-color: #0F3D98;
}

.ag_new .dwa-search-head {
    display: block;
    margin-bottom: 0;
}

.ag_new .sm_title {
    font-size: 15px;
    color: #000;
    padding: 6px 0 10px;
    margin: 0 0 8px 0;
}

.ag_box table {
    width: 100%;
    max-width: 100%;
    background: #fff;
}

.table_data_view {
    display: none;
}

.ag_box .table-responsive table th {
    font-weight: 600;
    font-size: 14px;
    padding: 6px 10px 6px 15px;
    color: #005baf;
    background: #EEF6FF;
    border-top: 1px solid #CFE7FF !important;
    border: 1px solid #CFE7FF;
}

.custom_alert {
    background: #DEFCE9;
    border-radius: 20px;
    width: 615px;
    min-height: 100px;
    position: fixed;
    box-shadow: 0 2px 38px rgb(0 0 0 / 16%);
    z-index: 9;
    left: 30%;
    top: 10%;
    padding: 20px 30px;
    color: #22AA6B;
}

.inside_alert {
    display: flex;
    align-items: center;
}

.aler_icon {
    margin-right: 20px;
}

.aler_text h2 {
    font-size: 20px;
    color: #22AA6B;
    font-weight: 600;
    margin: 5px 0 10px;
    padding: 0;

}

.aler_text p {
    margin: 0;
}

.ag_box .table-responsive table td {
    color: #000;
    font-size: 13px;
    border: 0;
    border: 1px solid #D4D4D4;
    padding: 6px 10px 6px 15px;
    background: #fff;
    font-weight: 400;
}

.ag_box .table-responsive table td a {
    text-decoration: underline;
    color: #003A6F;
}

.ag_box tbody tr:hover td {
    background: #FFFBF2;
}

.ag_box .search_block, .ag_pop .search_block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 12px;
}

.ag_box .total_results, .ag_pop .total_results {
    margin-right: 8px;
    font-size: 12px;
}

.dwa_search {
    display: flex;
    margin-bottom: 0px;
}

.ag_box .search_block .form-control, .ag_pop .search_block .form-control {
    height: 35px;
    width: 215px;
    font-size: 12px;
    padding-left: 10px;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 0;
}

.m-0 {
    margin: 0 !important;
}

.ag_box .search_block button.btn, .ag_pop .search_block button.btn {
    border-radius: 0 2px 2px 0;
    background: #005BAF;
    border-color: #005BAF;
    color: #fff;
    margin-left: 0px;
}

.m_top_15 {
    margin-top: 15px;
}


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

.custom-pagination .pagination {
    margin: 0px;
    font-weight: 600;
}

.custom-pagination .pagination > li > a,
.custom-pagination .pagination > li > span {
    border: none;
    height: 30px;
    width: 30px;
    margin-left: 2px;
    text-align: center;
    padding: 6px 6px;
    text-decoration: none !important;
}

.ag_box .table-responsive table td .custom-pagination a {
    text-decoration: none;
}

.custom-pagination .pagination > li > a i,
.custom-pagination .pagination > li > span i {
    font-size: 20px;
}

.custom-pagination .pagination > .active > a,
.custom-pagination .pagination > .active > a:focus,
.custom-pagination .pagination > .active > a:hover,
.custom-pagination .pagination > .active > span,
.custom-pagination .pagination > .active > span:focus,
.custom-pagination .pagination > .active > span:hover {
    color: #fff;
    background-color: #005BAF;
    border-color: #005BAF;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.custom-pagination .pagination > li > a:focus,
.custom-pagination .pagination > li > a:hover,
.custom-pagination .pagination > li > span:focus,
.custom-pagination .pagination > li > span:hover {
    color: #000;
    background-color: #eee;
    border-color: #eee;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
}


/*-- login style --*/
.login {
    width: 100%;
    height: 100%;
    background: url(../images/pension-ui/login_bg.jpg) 0 0 no-repeat rgba(8, 25, 48, 1);
    background-size: 100%;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}

.login_header {
    background: url("../images/pension-ui/login_header.jpg") 0 0 no-repeat;
    background-size: cover;
    height: 84px;
    overflow: hidden;
    margin-bottom: 8px;
    width: 100%;
}

.login-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.login_header img {
    max-width: 230px;
    margin-top: 14px;
}

.login_main {
    display: flex;
    width: 100%;
}

.left_login {
    width: 432px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.right_login {
    background: rgba(8, 25, 48, 0.9);
    width: calc(100% - 432px);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.inner_rht_login {
    padding: 15px 30px;
}

.inner_rht_login h1 {
    color: #fff;
    font-size: 37px;
    letter-spacing: 1.8px;
    margin: 10px 0 15px;
    font-family: 'Bebas Neue', cursive;
    line-height: normal;
    padding: 0;
}

.inner_rht_login h2 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 8px 0;
    letter-spacing: 0.2px;
    border-left: 0;
    border-right: 0;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.lo_txt {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    line-height: 25px;
    margin-bottom: 45px
}

.list_heading {
    position: relative;
    font-size: 25px;
    letter-spacing: 1.8px;
    font-family: 'Bebas Neue', cursive;
    margin: 0 0 25px 0;
}

.list_heading:after {
    width: 64%;
    height: 1px;
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 6px;
}

.list_box {
    width: 100%;

}

.list_box ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.list_box ul li {
    float: left;
    width: 49.9%;
    min-height: 64px;
    margin-bottom: 10px;
}

.lst_inner {
    display: flex;
    align-items: center;
}

.lst_img {
    width: 60px;
}

.lst_img svg {
    width: 60px;
}

.lst_txt {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
    margin-left: 10px;
}

.lst_txt span {
    display: block;
    font-weight: 300;
}

.text_field {
    width: 100%;
    margin-bottom: 13px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .1);
    border: 1px solid #bdbdbd;
    min-height: 40px;
    border-radius: 3px;
}

.text_field:focus-within{
    border: 1px solid #0f3298;
    box-shadow: 1px 2px 4px rgba(15, 50, 152, .1);
}
.icon {
    display: inline-block;
    width: 13%;
    vertical-align: top;
}

.no_padding {
    padding: 0;
}

.icon img {
    display: table;
    margin: 9px auto 0;
}

.text {
    display: inline-block;
    width: 80%;
}

.text input {
    width: 100%;
    height: 40px;
    border: 0;
    outline: none;
    color: #323232;
    font-size: 13px;
}

.text input::-webkit-input-placeholder { /* Edge */
    color: #BDBDBD;
}

.text input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBDBD;
}

.text input::placeholder {
    color: #BDBDBD;
}

.outer_forgot {
    width: 100%;
    margin: 10px 0;
    display: table;
}

.forgot {
    float: left;
    width: 50%;
}

.forgot a {
    color: #00357c;
    font-weight: 500;
    font-size: 16px;
    margin-top: 9px;
    display: block;
    cursor: pointer;
    font-style: italic;
}

.login_btn {
    float: left;
    width: 50%;
}

.login_btn .password-policy {
    float: right;
    margin-top: 6px;
    color: #3c3179;
    text-decoration: underline;
}

.sub_btn {
    background: #0f3298;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 11.5px 29px;
    float: right;
    border: 0;
    border-radius: 4px;
}

.sub_btn:hover {
    background: #0d1c39;
}

.login_part {
    width: 100%;
    padding: 16px 25px 16px;
    min-height: 220px;
    position: relative;
    overflow: hidden;
}

.login_part1, .login_part2, .login_part3, .login_part4 {
    transition: 0.5s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    position: relative
}

.slide_2 .login_part1 {
    left: -110%;
}

.slide_2 .login_part2 {
    right: 23px;
}

.slide_3 .login_part2 {
    right: 250%;
}

.slide_3 .login_part3 {
    right: 23px;
}

.slide_4 .login_part3 {
    right: 250%;
}

.slide_4 .login_part4 {
    right: 25px;
}

.login_part1 {
    left: 0;
}

.login_part2, .login_part3, .login_part4 {
    position: absolute;
    right: -110%;
    top: 25px;
    width: 88%;

}

.login_title {
    font-size: 20px;
    color: #40464e;
    margin: 10px 0 25px;
    font-weight: 400;
}

.note_box {
    display: table;
    width: 100%;
    padding: 15px 25px;
    min-height: 500px;
    background: #fff3cd;
}

.not_title {
    font-size: 21px;
    color: #856439;
    margin: 10px 0 25px 0;
    font-weight: 600;
}

.inn_note ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inn_note ul li {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 30px;
}

.inn_note ul li span {
    font-weight: 600;
    display: block;
}

.log_footer {
    width: 100%;
    background: #041a37;
    padding: 15px 0;
}

.log_footer p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 55px;
}

.error_msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 7px 8px;
    border-radius: 5px;
    position: relative;
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.text_field.er_r {
    border-color: #E67476;
}

.text_field.er_r .text input {
    color: #ff0000;
}
.tab_outer_box{
    width: 80vw;
    overflow: hidden;
}

@media print {
    * {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        box-sizing: border-box;
    }
    .modal-open .pen_box.ng-scope{
        display:none;
    }
    .modal-open .modal.check_pension.hidden-print{
        display: block !important;
    }

    .pay_title{
        margin-top: 30px !important;
      }
      .mainpayslip .usr_main_div,.mainpayslip .ag_box{
          padding:0;
      }
      #payslip .modal-content{
          border: 0 !important;
          box-shadow: none !important;
      }
      .payslip-box img{
          margin-bottom: 10px;
      }
      #payslip{
          display: none;
      }
      .modal-open #payslip{
        display: block;
      }
      .modal-content{
          width: 98%;
          border: 0;
          box-shadow: none;
      }
          .mainpayslip{
              border: 0;
          }
          .payslip-box .title_pay{
              margin-top: 30px !important;
          }
          .payslip-box .sub_pay{
              margin-bottom: 30px !important;
          }
      .payslip-box .col-xs-7{
          width:100%;
      }

      .modal-content .ag_new .control-label.dis_data{
          margin-bottom: 10px;
      }
      .payslip-box .col-xs-7 .col-lg-4{
          width:33% !important;
      }
      .payslip-box .usr_main_div.ag_new.blue_bg{
          border:1px solid #cdcdcd;
          border-right:0;
          border-left:0;
          margin:6px 0;
          padding:10px 0 !important;
      }

      #payslip .modal .modal-body{
        padding:0;
      }
      .payslip-box{
          border:0 !important;
      }
      .modal-dialog.modal-lg{
          width:100% !important;
          border:0;

      }

    .pagebreak {
        clear: both;
        page-break-after: always;
    }
    .main-section, .main-content{
        height: auto;
        display: block;
    }
    .month_view_payment{
        padding: 0  !important;
    }
    .tab_outer_box{
        width: 100%;
        overflow:visible;

    }
body, html{
    height: auto;
    width: 100%;
}
.hide_print_view {
    display: none;
}
.month_view_payment table td, .month_view_payment table th{
    font-size: 8px !important;
    padding: 3px 0px !important;
}
.month_view_payment{
    page-break-before: always;


}
    .dynamic-content {
        padding: 0;
    }

    .pen_box{
        padding: 0;
    }

    .login-header, .footer-content {
        display: none;
    }

    .no_print, .thrid_btn {
        display: none;
    }

    .pen_box .ag_new {
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    .ag_box .row {
        display: table-row;
    }

    .col-xs-12 {
        padding: 0;
    }

    .ag_box .row .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
        display: table-cell;
        padding: 0;
        width: 50%;
    }

    .ag_box .row .col-lg-8.col-md-8.col-sm-12.col-xs-12 {
        width: 50%;
    }

    .ag_box .table-responsive .table_basic tr td {
        padding: 0;
        font-size: 12px;
    }

    div .ag_box .table-responsive table th {
        border-top: 1px solid #777 !important;

    }

    .ag_box .table-responsive table th, .ag_box .table-responsive table td {
        padding: 3px;
        font-size: 11px;
        border: 1px solid #777;
    }

    .pl-0 {
        padding-left: 15px;
    }

    div .pen_box .control-label {
        font-size: 10px;
        margin-bottom: 0;
        text-transform: capitalize;
        min-height: 10px;
    }

    .ag_box table {
        margin-bottom: 0;
    }

    .ag_new .control-label.dis_data {
        font-size: 11px;
        margin-bottom: 5px;
        text-transform: capitalize;
        line-height: 12px;
        word-break: break-word;
    }

    .print_b1 {
        display: table-cell;
        width: 60%;
    }

    .ag_new .print_r3 .control-label.dis_data {
        word-break: normal;
    }

    .print_b2 {
        display: table-cell;
        width: 40%;
    }

    .print_b2 .col-xs-12 {
        width: 50%;
        display: table-cell;
    }

    .dwa_search-head h1.bor_botm {
        font-size: 13px;
        padding: 0;
        margin: 0;
        padding-left: 15px;
        border-bottom: 1px solid #000;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-bottom: 5px;
    }

    .print_p7 .dwa_search-head h1.bor_botm {
        padding-left: 0px;
    }

    .print_p7 .ag_box {
        padding: 0;
    }

    .row.print_r3 {
        width: 34%;
        display: table-cell;

    }

    /*.ag_box .table-responsive .table_basic tr.grd_total td {
        display: none;
    }*/

    .table-responsive.print_r4 {
        width: 65%;
        display: table-cell;
    }

    .table-responsive.print_r4 table th {


    }

    .container-fluid.p-0 {

    }

    .print_r6 {
        width: 50%;
        display: table-cell;
    }

    .print_r7 {
        width: 50%;
        display: table-cell;
    }

    .ag_box .table-responsive .table_basic tr td:nth-child(2) {
        font-weight: 400;
    }

    .ag_box .table-responsive .table_basic tr.grd_total td {
        font-size: 14px;
        padding: 0;
    }


}


@media only screen and (max-width: 767px) and (min-width: 280px) {
    .login_main {
        display: block;
    }

    .left_login, .right_login {
        width: 100%;

    }

    .inner_rht_login h2 {
        line-height: 28px;
    }

    .inner_rht_login {

        display: table;
        width: 100%;
    }

    .log_footer p {
        text-align: center;
    }

    .log_footer img {
        float: none !important;
        margin: 0 auto 10px;
        display: table;
    }
}

/*-- login style --*/

.custom-tooltip {
    position: relative;
    display: inline-block;
}

.custom-tooltip .fa-info-circle {
    color: #939393;
    font-size: 14px;
}

.custom-tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #616161;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /*left: -50%;*/
    /*left: 0;*/
    /*margin-left: -60px;*/
    transition: opacity 0.3s;
    font-size: 11px;
}

.custom-tooltip .tooltiptext::after {
    content: "";
    position: inherit;
    top: 100%;
    left: 50%;
    /*margin-left: -2.5px;*/
    border-width: 5px;
    border-style: solid;
    border-color: #616161 transparent transparent transparent;
}

.custom-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.payslip-box {
    padding: 20px 0;
    background: #EEEEEE;
}

.payslip-box img {
    height: 82px !important;
}

.py_table {
    border: 0 !important;
    border-collapse: collapse !important;
}

.pay_title {
    font-size: 18px !important;
    color: #000 !important;
    padding: 0 0 20px 0 !important;
    text-transform: uppercase !important;
}

.payslip-box .title_pay {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #1D1D1D !important;
    margin-top: 5px !important;
}

.payslip-box .sub_pay {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #1D1D1D !important;
}

.pay_title span {
    font-weight: 700 !important;
}

.side-bar::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.side-bar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.side-bar::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.side-bar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pensr_id_dets {
    position: absolute;
    font-size: 12px;
    top: 100px;
    left: 210px;
}
.login_header {
    margin-bottom: 0;
}

.below_header {
    background: #00498d;
    min-height: 44px;
    width: 100%;
    margin-bottom: 11px;
}

.below_header .navbar {
    margin: 0;
    border: 0;
    min-height: auto;
}

.below_header .navbar-collapse {
    padding: 0;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.below_header .nav li {
    border-radius: 0;
    border: 0;
}

.below_header .nav li a:hover {
    background: #0a5ca9;
}

.nav > li.active, .nav > li > a:hover {
    background: #0063c0;
}

.below_header .navbar-nav li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 25px;
    line-height: 14px;
}

.pensr_id_dets {
    position: absolute;
    font-size: 12px;
    top: 100px;
    left: 210px;
}

/*-- check Report status --*/
.pag_title{
    font-size: 15px;
    font-weight: 700;
    color: #005BAF;
    padding: 0;
    margin: 0 0 10px 0;
}
.pag_title span{
    font-weight: 400;
    color: #333333;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}
.nav_tab_listing{
    list-style: none;
    -moz-column-count: 5;
-moz-column-gap: 20px;
-webkit-column-count: 5;
-webkit-column-gap: 20px;
column-count: 5;
column-gap: 20px;
margin-bottom: 15px;
}
.nav_tab_listing li{
    border: 0;
padding: 0;

}
.nav_tab_listing li.active{
    background: #fff;
}
div .nav_tab_listing li.active a{
    background: #005BAF;
    color: #fff;
    padding: 3px 9px;
    border-radius: 3px;
}


.nav_tab_listing li a:hover{
    padding: 3px 9px;
    border-radius: 3px;
    color: #000;
    background-color: #eee;
}
.nav_tab_listing li a{
    padding: 3px 0;
    color: #5C5C5C;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: 0.20s;
-moz-transition: 0.20s;
-o-transition: 0.20s;
transition: 0.20s;
}
.ag_new .btn_blue_new.arr_btn{
    margin-top: 0;
    margin-left: 30px;
}
.dwa_search-head h2.bor_botm, h2.bor_botm {
    padding: 0;
    padding-bottom: 7px;
    font-size: 18px;
    margin: 5px 11px 5px 0;
    font-weight: 500;
    color: #333333;
    border-bottom: 0;
}

.pen_box .arr_bill .form-control{
    margin-bottom: 10px;
}
.pen_box .arr_bill .control-label{
    color: #444444;
}

.pen_box .ag_box .table-responsive table th{
    padding: 6px 10px 6px 15px;
}

.pen_box .ag_box .table-responsive table td{
    padding: 6px 10px 6px 15px;
}
.pen_box .table-responsive{
    margin-bottom: 15px;
}
.pen_box .ag_box .table-responsive table th, .pen_box .ag_box .table-responsive table td{
    font-size: 12px;
}

.pen_box .usr_main_div .chosen-container-single .chosen-single{
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background: #fff;
    border-color: #A19D9D;
    border-radius: 3px;
}


.ag_box .table-responsive .table_basic tr td .tooltiptext table td {
    font-size: 12px;
    background: #fff;
}
.ag_box .table-responsive .table_basic tr td .tooltiptext table{
    margin-bottom: 3px;
}
.pl-0.print_r7 .table-responsive{
    overflow: visible;
}

.sticky_table_header{
    position:sticky;
    top: 0;
}
.back_btn svg{
    -webkit-transition: 0.20s;
    -moz-transition: 0.20s;
    -o-transition: 0.20s;
    transition: 0.20s;
    left: 0;
}
.back_btn:hover svg{
    position: relative;
    left: -5px;
}
.usr_main_div.cu_pendetail{
padding-left:0;
padding-right:0;
padding-top: 15px;
}


.m_content .ag_new{
    padding: 0;
}
.pen_box .ag_box .table-responsive table.sticky_header th {
 position: sticky;
 top:0px;
}
.er_du_box .ag_box{
    min-height: 200px;
}
.hide_all{
  display: none !important;
}
.pl-right{
    padding-left: 7px;
}
.m_content{
    margin-top: 8px;
}

.pen_box .chosen-container-single .chosen-single {
    border: 1px solid #A19D9D;
    height: 35px;
    font-size: 12px;
    box-shadow: none;
    color: #000;
    font-weight: 600;
    line-height: 31px;
    background: #fff;
    border-radius: 0;
}
.pen_box .chosen-container-single .chosen-single:focus, .pen_box .chosen-container.chosen-container-single.chosen-with-drop{
    border-color: #66afe9;
}
.pen_box .chosen-container .chosen-drop{
 z-index: 9999;
}
.pen_box .chosen-container.chosen-container-single{
    margin-bottom: 20px;
}

.pen_box ._720kb-datepicker-calendar{
    top: 35px;
    left: 3px;
}
.pen_box .chosen-container-single .chosen-single div b{
 background-position: 0 6px;
}

.pen_box datepicker .fa{
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
}

.pen_box datepicker input.form-control[readonly], .pen_box datepicker input.form-control{
    font-family: 'Roboto', sans-serif;
    padding-left: 11px;
    background: #fff;
}
.modal-header .close{
    margin-top: 2px;
    margin-right: 8px;
    opacity: 0.5;
    -webkit-transition: 0.20s;
    -moz-transition: 0.20s;
    -o-transition: 0.20s;
    transition: 0.20s;
    transform: rotate(0deg);
}
.modal-header .close:hover{
    opacity: 1;
    transform: rotate(0deg);
}
.modal-header .close svg{
    fill:red;
}

.pen_box .form-control[type="date"]{
    /* max-width: 200px; */
}

.dtpicdiv.tab_date{
 position: static;
 font-family: 'Roboto', sans-serif;
}
.dtpicdiv.tab_date input.seldate {
    width: 100%;
    margin-bottom: 0;
    height: auto;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    font-size: 12px;
    border: 1px solid #666;
    border-radius: 2px;
    font-weight: 500;
    padding-left: 5px;
}
.dtpicdiv.tab_date .fa-calendar{
    position: absolute;
    right: 9px;
    z-index: 99;
    top: 5px;
    opacity: 0.6;
}

.pen_box .btn.btn-secondary{
 background: #22AA6B;
 border-color: #22AA6B;
 color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

._720kb-datepicker-calendar-day._720kb-datepicker-today{
    color: #fff;
    color: #22AA6B;
}
.btn-save-table{
    border-radius: 3px;
    padding: 2px 10px;
    margin-bottom: 3px;
    background: #005BAF;
    border-color: #005BAF;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-save-table:hover{
    background: #204d74;
    border-color: #204d74;
}

.ag_box .table-responsive .table_basic tr td{
 padding-left: 0;
}
.pen_box .usr_main_div .chosen-container-single .chosen-single:hover, .pen_box .usr_main_div .chosen-container-single .chosen-single:focus, .pen_box .chosen-container.chosen-container-single:focus-within {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.sticky_mheader{
    position: sticky;
    top: 0;
    z-index: 9;
}
.pr-0{
    padding-right: 0;
}
.sel_date_year{
    display: flex;
}
.sel_d1{

}
.sel_y1{
    margin-left: 12px;
}
.ag_box .table-responsive table.table-font-14 tr td{
 font-size: 14px;
}
table.data_table_view tbody tr:hover td{
 background: #fff;
}

@media print {
    .usr_main_div.ag_new .ag_box table.table.table_basic tr td{
        border:1px solid #000 !important;
        padding:2px 5px !important;
    }
    .usr_main_div.ag_new.blue_bg .ag_box table.table.table_basic tr td{
        border:0!important;
    }
}
.back_btn svg{
    -webkit-transition: 0.20s;
    -moz-transition: 0.20s;
    -o-transition: 0.20s;
    transition: 0.20s;
    left: 0;
}
.back_btn:hover svg{
    position: relative;
    left: -5px;
}
.usr_main_div.cu_pendetail{
padding-left:0;
padding-right:0;
padding-top: 15px;
}


.m_content .ag_new{
    padding: 0;
}
.pen_box .ag_box .table-responsive table.sticky_header th {
 position: sticky;
 top:0px;
}
.er_du_box .ag_box{
    min-height: 200px;
}
.hide_all{
  display: none !important;
}
.pl-right{
    padding-left: 7px;
}
.m_content{
    margin-top: 8px;
}

.pen_box .chosen-container-single .chosen-single {
    border: 1px solid #A19D9D;
    height: 35px;
    font-size: 12px;
    box-shadow: none;
    color: #000;
    font-weight: 600;
    line-height: 31px;
    background: #fff;
    border-radius: 0;
}
.pen_box .chosen-container-single .chosen-single:focus, .pen_box .chosen-container.chosen-container-single.chosen-with-drop{
    border-color: #66afe9;
}
.pen_box .chosen-container .chosen-drop{
 z-index: 9999;
}
.pen_box .chosen-container.chosen-container-single{
    margin-bottom: 20px;
}

.pen_box ._720kb-datepicker-calendar{
    top: 35px;
    left: 3px;
}
.pen_box .chosen-container-single .chosen-single div b{
 background-position: 0 6px;
}

.pen_box datepicker .fa{
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
}

.pen_box datepicker input.form-control[readonly], .pen_box datepicker input.form-control{
    font-family: 'Roboto', sans-serif;
    padding-left: 11px;
    background: #fff;
}
.modal-header .close{
    margin-top: 2px;
    margin-right: 8px;
    opacity: 0.5;
    -webkit-transition: 0.20s;
    -moz-transition: 0.20s;
    -o-transition: 0.20s;
    transition: 0.20s;
    transform: rotate(0deg);
}
.modal-header .close:hover{
    opacity: 1;
    transform: rotate(0deg);
}
.modal-header .close svg{
    fill:red;
}

.pen_box .form-control[type="date"]{
    /* max-width: 200px; */
}

.dtpicdiv.tab_date{
 position: static;
 font-family: 'Roboto', sans-serif;
}
.dtpicdiv.tab_date input.seldate {
    width: 100%;
    margin-bottom: 0;
    height: auto;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    font-size: 12px;
    border: 1px solid #666;
    border-radius: 2px;
    font-weight: 500;
    padding-left: 5px;
}
.dtpicdiv.tab_date .fa-calendar{
    position: absolute;
    right: 9px;
    z-index: 99;
    top: 5px;
    opacity: 0.6;
}

.pen_box .btn.btn-secondary{
 background: #22AA6B;
 border-color: #22AA6B;
 color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

._720kb-datepicker-calendar-day._720kb-datepicker-today{
    color: #fff;
    color: #22AA6B;
}
.btn-save-table{
    border-radius: 3px;
    padding: 2px 10px;
    margin-bottom: 3px;
    background: #005BAF;
    border-color: #005BAF;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-save-table:hover{
    background: #204d74;
    border-color: #204d74;
}

.ag_box .table-responsive .table_basic tr td{
 padding-left: 0;
}
.pen_box .usr_main_div .chosen-container-single .chosen-single:hover, .pen_box .usr_main_div .chosen-container-single .chosen-single:focus, .pen_box .chosen-container.chosen-container-single:focus-within {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.sticky_mheader{
    position: sticky;
    top: 0;
    z-index: 9;
}
.pr-0{
    padding-right: 0;
}
.sel_date_year{
    display: flex;
}
.sel_d1{

}
.sel_y1{
    margin-left: 12px;
}
.ag_box .table-responsive table.table-font-14 tr td{
 font-size: 14px;
}
table.data_table_view tbody tr:hover td{
 background: #fff;
}

@media print {
    .usr_main_div.ag_new .ag_box table.table.table_basic tr td{
        border:1px solid #000 !important;
        padding:2px 5px !important;
    }
    .usr_main_div.ag_new.blue_bg .ag_box table.table.table_basic tr td{
        border:0!important;
    }
}
div ul.custom_tab{
   border: 0;
   font-family: 'Roboto', sans-serif;
   margin-bottom: 2px;
}
div ul.custom_tab>li{
    list-style: none;
    border: 0;
    margin: 0;
    float: left;
}


div ul.custom_tab>li>a{
   font-size: 12px;
   font-weight: 600;
   color: #9E9E9E;
  border: 0;
  border-radius: 2px 2px 0 0;
  padding: 13px 15px;
}
div ul.custom_tab>li.active>a,div ul.custom_tab.nav>li.hover>a,div ul.custom_tab.nav>li.focus>a,div>ul.custom_tab>li.active>a:hover  {
    background: #fff;
    color: #003B8C;
    border: 0;
}
div ul.custom_tab>li>a:hover{
    background: #d2d2d2;
    color: #000;
    border: 0;
}
.nav.custom_tab>li.active{
    background: #fff;
    border-radius: 2px 2px 0 0;
   }

  .notifa{
      background: #fff3cd;
      display: table;
    width: 100%;
    padding: 15px;
  }
  .notifa>.n_title{
    font-size: 16px;
    color: #7E5E01;
    margin: 0px 0 15px 0;
    font-weight: 500;
  }
  .notifa>.list_view{
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }
  .notifa>.list_view>li{
      font-size: 12px;
      color: #7E5E01;
      margin-bottom: 2px;
      line-height: 16px;
  }
.pr-5{
    padding-right: 5px;
}
.inner_cont{
    background: #F1F1F1;
    border-radius: 4px;
    display: table;
    width: 100%;
}
h2.bor_botm.small_text{
 font-size: 15px;
}
.no_wrap{
    white-space: nowrap;
}
.light_gray .ag_box{
    background: #F6F6F6;
}
.modal.light_gray .modal-body .ag_box.t_box_view{
   width: 40%;
}
.modal.light_gray .modal-body .ag_box.t_box_view tr td{
    text-align: right;
    background: #F6F6F6;
    padding: 3px 5px;
}
.font_blue{
 color: #005BAF !important;
}
.light_gray .btn-danger{
    background: #ED5454;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8.1px 20px;
    font-size: 12px;
}
.light_gray .btn-danger:hover{
    background: #bd2323;
}
.light_gray .btn-success{
    background: #56AE85;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8.1px 20px;
    font-size: 12px;
}
.light_gray .btn-success:hover{
    background: #198653;
}
.act_btn{
    width: 160px;
}
.pen_box .btn-success{
    background: #56AE85;
    padding: 2px 10px;
}
.pen_box .btn-danger{
    background: #ED5454;
    padding: 2px 10px;
}

.pen_box .btn-success:hover{
    background: #198653;

}
.pen_box .btn-danger:hover{
    background: #bd2323;

}
.ag_box .table-responsive table td .edit_btn_border, .edit_btn_border{
    border: 1px solid #118750;
    color: #118750;
    background: #fff;
    padding: 3px 12px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.ag_box .table-responsive table td .edit_btn_border:hover, .edit_btn_border:hover{
    background: #118750;
    color: #fff;
}

.ag_box .table-responsive table td .edit_btn_border:active, .edit_btn_border:active{
    background: #075f36;
    color: #fff;
}
.mb-5{
    margin-bottom: 5px !important;
}
.pen_box .ap_icon{
    position: relative;
    top: -1px;
}

.ag_box.t_box_view.arr_box{
    width: 300px;
    margin-top: 7px;
}
.ag_box.t_box_view.arr_box .table-responsive{
    margin-bottom: 0;
}
.ag_box.t_box_view.arr_box .table-responsive .table_basic tr.grd_total td{
    font-size: 15px;
}
div ul.custom_tab{
   border: 0;
   font-family: 'Roboto', sans-serif;
   margin-bottom: 2px;
}
div ul.custom_tab>li{
    list-style: none;
    border: 0;
    margin: 0;
    float: left;
}


div ul.custom_tab>li>a{
   font-size: 12px;
   font-weight: 600;
   color: #9E9E9E;
  border: 0;
  border-radius: 2px 2px 0 0;
  padding: 13px 15px;
}
div ul.custom_tab>li.active>a,div ul.custom_tab.nav>li.hover>a,div ul.custom_tab.nav>li.focus>a,div>ul.custom_tab>li.active>a:hover  {
    background: #fff;
    color: #003B8C;
    border: 0;
}
div ul.custom_tab>li>a:hover{
    background: #d2d2d2;
    color: #000;
    border: 0;
}
.nav.custom_tab>li.active{
    background: #fff;
    border-radius: 2px 2px 0 0;
   }

  .notifa{
      background: #fff3cd;
      display: table;
    width: 100%;
    padding: 15px;
  }
  .notifa>.n_title{
    font-size: 16px;
    color: #7E5E01;
    margin: 0px 0 15px 0;
    font-weight: 500;
  }
  .notifa>.list_view{
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }
  .notifa>.list_view>li{
      font-size: 12px;
      color: #7E5E01;
      margin-bottom: 2px;
      line-height: 16px;
  }
.pr-5{
    padding-right: 5px;
}
.inner_cont{
    background: #F1F1F1;
    border-radius: 4px;
    display: table;
    width: 100%;
}
h2.bor_botm.small_text{
 font-size: 15px;
}
.no_wrap{
    white-space: nowrap;
}
.light_gray .ag_box{
    background: #F6F6F6;
}
.modal.light_gray .modal-body .ag_box.t_box_view{
   width: 40%;
}
.modal.light_gray .modal-body .ag_box.t_box_view tr td{
    text-align: right;
    background: #F6F6F6;
    padding: 3px 5px;
}
.font_blue{
 color: #005BAF !important;
}
.light_gray .btn-danger{
    background: #ED5454;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8.1px 20px;
    font-size: 12px;
}
.light_gray .btn-danger:hover{
    background: #bd2323;
}
.light_gray .btn-success{
    background: #56AE85;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8.1px 20px;
    font-size: 12px;
}
.light_gray .btn-success:hover{
    background: #198653;
}
.act_btn{
    width: 160px;
}
.pen_box .btn-success{
    background: #56AE85;
    padding: 2px 10px;
}
.pen_box .btn-danger{
    background: #ED5454;
    padding: 2px 10px;
}

.pen_box .btn-success:hover{
    background: #198653;

}
.pen_box .btn-danger:hover{
    background: #bd2323;

}
.ag_box .table-responsive table td .edit_btn_border, .edit_btn_border{
    border: 1px solid #118750;
    color: #118750;
    background: #fff;
    padding: 3px 12px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.ag_box .table-responsive table td .edit_btn_border:hover, .edit_btn_border:hover{
    background: #118750;
    color: #fff;
}

.ag_box .table-responsive table td .edit_btn_border:active, .edit_btn_border:active{
    background: #075f36;
    color: #fff;
}
.mb-5{
    margin-bottom: 5px !important;
}
.pen_box .ap_icon{
    position: relative;
    top: -1px;
}

.ag_box.t_box_view.arr_box{
    width: 300px;
    margin-top: 7px;
}
.ag_box.t_box_view.arr_box .table-responsive{
    margin-bottom: 0;
}
.ag_box.t_box_view.arr_box .table-responsive .table_basic tr.grd_total td{
    font-size: 15px;
}
.acpt_he{
    min-height: 387px;
}
.gray_b{
    background: #F6F6F6;
    padding-top: 15px;
}


div .pen_box .gray_b .control-label{
    font-size: 14px;
    font-weight: 500;
}

.ag_new .gray_b .control-label.dis_data{
    font-size: 17px;
    font-weight: 600;
}
.no_wrap{
 white-space: nowrap;
}
.out1_b{
display: flex;
}
.lab_b{
    width: 65%;
    text-align: right;

}
.dat_b{
    text-align: right;
    font-weight: 600;
    width: 35%;
}
.modal .ag_box.t_box_view.w-350{
    width: 350px;
    background: none;
}
.pt-0{
    padding-top: 0 !important;
}
.text input.form-control:focus{
    box-shadow: none;
}
.stepping_box{
    width: 100%;
    background: transparent;
    display: flex;
    margin: 20px 0px 15px;
}
.stepping_box .circle{
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #707070;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    opacity: 0.3;
}
.stepping_box .circle +b{
    opacity: 0.3;
}
.stepping_box .circle svg path{
    stroke:#707070;
}
.stepping_box input[type="radio"]{
    opacity: 0;
}
.stepping_box label.radio-inline {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
    margin-right: 51px;
    padding-left: 0;
}
.stepping_box input[type="radio"]:checked + .circle{
    border: 1px solid #005BAF;
    opacity: 1;
}
.stepping_box input[type="radio"]:checked + .circle svg path{
    stroke:#005BAF;
}
.stepping_box input[type="radio"]:checked + .circle + b{
    color:#005BAF;
    opacity: 1;
}
.stepping_box label.radio-inline:after{
    content: '';
    display: block;
    width: 31px;
    height: 2px;
    background: #707070;
    position: absolute;
    right: -45px;
    opacity: 0.7;
}
.stepping_box label.radio-inline.last:after{
 display: none;
}
.btn.btn-notworking{
    opacity: 0;cursor: default;
}
.btn-default.btn-notworking:hover{
    background: #C3C3C3;
    border-color: #C3C3C3;
}
.pl-0{
    padding-left: 0;
}
.small_red{
    font-size: 14px;
    color: #d53232;
    margin-left: 10px;
    display: inline-block;
    font-weight: 500;
}
.ifsc_code_view{
    display: flex;
    margin-bottom: 20px;
}
.ifsc_code_view input[type="text"]{
    margin-bottom: 0;
}
.ifsc_code_view span{
    display: inline-block;
    width: auto;
    padding: 10px 17px;
}
.discard_btn{
    border-radius: 3px;
    padding: 8.1px 20px;
    background: #FFDDDD;
    border-color: #FFDDDD;
    color: #FF4747;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    position: relative;
    top: -7px;
}
.discard_btn:hover{
    background: #FF6969;
    border-color: #FF6969;
    color: #fff;
}
.light_color{
    color: #b5b5b5;
    font-weight: 400;
}
.pt-15{
    padding-top: 15px;
}
.bo_rad{
    border-radius: 4px 0 0px 4px;
}
.bo_rad_cont{
    border-radius: 0px 4px 4px 0px;
}
.header_view{
    background: #F6F6F6;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px 3px 0 0;
}

span.green_active[ng-show="x.status=='4'"] {
    background: #cfcfcf9c;
    color: #5a5a5a;
}
