/* for only show */
/* hr {
    margin: 20px 0 !important;
} */
.redicon {
    color: #d63030;
    cursor: pointer;
    transition: all 0.2s ease;
}
.redicon:hover {
    color: #b41f1f;
}
.text-center {
    text-align: center !important;
}
.overflow_scroll {
    overflow: scroll;
}
.line{
    border-top: 1px solid #eee;
}
button:focus{
    outline: none !important;
}
.Represent .content_box{
    margin-bottom: 8px;
    background: #fff;
    padding: 15px;
}
.check_asd .Infoicon {
    cursor: pointer;
}

.Represent .content_box .pageLists{
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.Represent .content_box .pageLists a{
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 10px 15px;
}
.Represent .content_box .pageLists a:hover{
    background-color: #0e3758;
    color: #fff;
}
.Represent .content_box .SectionsdwName{
  font-size: 20px;
}
body .f_15 {
    font-size: 15px;
}
.m_auto{
    margin: 0 auto;
}
.h_50{
    height: 50px !important;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    min-height: 100vh;
    font-size: 13px !important;
    font-family: 'Poppins', sans-serif !important;
    font-family: var(--regular) !important;
}
.head-container{
    max-width: 1910px;
    margin: 0 auto;
    padding: 0 25px;
}
.black {
    color: #000;
}
.medium {
    font-family: var(--semibold);
}
/* Common Variable store for colors */
:root {
    --grey: #727E8C;
    --black: #000;
    --theme: #18486e;
    --theme_hover: #0e3758;
    --blue: #2871e7;
    --b_color: #ced4da;
}
/* Common Variable store for fonts */
:root {
    --light: 'poppinslight';
    --regular: 'poppinsregular';
    --medium: 'poppinsmedium';
    --semibold: 'poppinssemibold';
    --bold: 'poppinsbold';
}

.common_table td a:focus{
    outline: none;
    text-decoration: none;
}
/* Text Formating css */
body a {
    color: var(--black);
}
body a:hover {
    text-decoration: none !important;
    color: var(--theme);
}
p {
    font-size: 13px;
    line-height: 20px;
    color: var(--grey);
    font-family: var(--regular);
}
.btn:focus {
    outline: none;
}
/* common-colors */

.as_lightyellow {
    background-color: #fdfbe7;
}
.as_lightblue {
    background-color: #e7f3fd;
}
.as_lightgreen {
    background-color: #e7fdf5;
}
.as_lightred {
    background-color: #fde7e7;
}
.as_lightorange {
    background-color: #fdf5e7;
}
.as_lightgrey {
    background-color: #f1f1f1;
}

.Assign_button_ass {
    min-width: 120px;
    margin-left: 10px;
}
.max_sorting {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}


.tag_blue {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 26px;
    color: #265fe5;
    background-color: #E1E9FF;
    border-radius: 4px;
    font-family: var(--medium);
}
.tag_green {
    color: #357a62;
    font-size: 13px;
    line-height: 26px;
    background: #e3ffeb;
    padding: 6px 10px;
    border-radius: 4px;
    font-family: var(--medium);
}
.tag_red {
    font-size: 13px;
    line-height: 26px;
    color: #ff5151;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    background-color: #fce7e5;
    font-family: var(--medium);
}
.tag_grey {
    color: #333;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 4px;
    background-color: #e3e3e3;
    font-family: var(--medium);
}
.tag_yellow {
    font-size: 13px;
    line-height: 26px;
    color: #d19b07;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    background-color: #fdf6d3;
    font-family: var(--medium);
}
.text_red{
    color: #bd1919;
    font-family: var(--regular);
}
.text_green{
    color: #026947;
    font-family: var(--regular);
}
.text_grey {
    color: #555555;
    font-family: var(--regular);
}

.green {
    color: #3c851a;
    font-family: var(--regular);
}
body .lightblue {
    color: #0882e3 !important;
    font-family: var(--regular);
}
body .lightblue:hover {
    color: #034c88 !important;
}
body .blue {
    color: var(--blue) !important;
    font-family: var(--regular);
}
.grey {
    color: #5c5c5c;
    font-family: var(--regular);
    transition: all .3s ease;
}
.grey:hover {
    color: #313131;
}
.lightgrey {
    color: #9b9b9b !important;
    font-family: var(--regular);
    transition: all .2s ease;
}
.lightgrey:hover {
    color: #535353;
}
.lightestgrey {
    color: #000;
}
.font_15{
    font-size: 15px;
}
.DarkBlue {
    color: #18486e;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s ease;
}
.DarkBlue:hover {
    color: #0f324e;
}
.DarkBlue .fa-edit {
    font-weight: 600;
}
label.w_500 {
    font-weight: 500;
}
.w_50px {
    width: 50px;
}
.theme_color{
    color: var(--theme);
}
.btn-outline{
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.border_grey {
    border: 1px solid #ccc;
}

.mar_6_15{
    margin: 6px 15px;
}
.devide{
    margin: 0 -15px;
    display: flex;
    position: relative;
   /*  align-items: center; */
}
.devide_one{
    width: 50%;
    margin: 6px 15px;
}
.devide_two{
    width: 50%;
    margin: 6px 15px;
}
.p_15_10 {
    padding: 15px 10px;
}
.line_through{
    text-decoration: line-through;
}

/* background colors */
.bg_light_orange{
    background-color: #fff8f8;
    border: 1px solid #f7e5e5;
}
.content_Text span.now_Button {
    background-color: #ffffff;
    padding: 8px;
    font-size: 12px;
    line-height: 37px;
    color: #000000;
    border-radius: 5px;
    transition: all .3s ease;
}
.content_Text span.now_Button:hover {
    background-color: #fff;
    color: #04c;
   
}
.bg_lightorange{
    background: #fff8f8;
}
.bg_lightyellow{
    background: #fff9da;
}

.bg_darkblue{
    background: #dcecff;
}
.bg_lightblue {
    background-color: #f0f2ff;
}
.bg_lightgreen {
    background-color: #effff0;
}
.bg_blue{
    background: #ecf5ff;
}
/* .bg_lightblue{
    background: #f4f4fa;
} */
.bg_theme{
    background: var(--theme);
    color:#fff;
}

.bg_light_yellow{
    background-color: #fff75e;
}
.bg_light_orange{
    background-color: #ffc5b2;
}


.bggreen{
    background-color: green;
    font-family: var(--semibold);
    color: #fff;
}
.bgyellow{
   background-color: yellow;
    font-family: var(--semibold);
}
.p_5{
    padding: 5px;
}
.p_7{
    padding: 7px;
}
.bg_Dblue{
    background: #d0e6ff;
}
.bg_grey {
    background: #f3f3f3;
}
.bg_lightgrey {
    background: #f9f9f9;
}
.bg_lightred {
    background: #ffe8e8;
}
.lightred {
    color: #fa4d4d;
    transition: all .2s ease;
}
.bg_red_medium {
    background: #ffcbcb;
}
.bg_darkgrey {
    background: #ececec;
}
.border_2_red{
    border: 2px solid #f32727;
}
body .c_w{
    color: #fff;
}
body .w_20{
    width: 20%;
}
body .w_10{
    width: 10%;
}
body .w_30{
    width: 30%;
}
body .w_50{
    width: 50%;
}
body .w_60{
    width: 60%;
}
body .w_70{
    width: 70%;
}
.m_6_15{
    margin: 6px 15px;
}
/* spacing css */
.text_white {
    color: #fff;
}
.text_yellow {
    color: #b7940e;
}
.w_100{
    width: 100%;
}
.d_block{
    display: block;
    width: 100%;
}
body .d_flex{
    display: flex;
    /* align-items: center; */
    flex-direction: row;
}
body .d_wrap {
    flex-wrap: wrap;
}
.D-flex {
    display: flex;
    justify-content: space-between;
}
body .j_center {
    justify-content: center;
}
body .align_center{
    align-items: center;
}
body .flex_column{
    flex-direction: column;
}
body .display_flex{
    display: flex;
}
body .d_flex_sb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .d_flex_center{
  justify-content: center;
}
body .d_flex_end{
  justify-content: flex-end;
}
body .align_No_center{
    align-items: flex-start;
}
body .flex_wrap{
    flex-wrap: wrap;
}
.m_15 {
    margin: 15px;
}
.m_bottom {
    margin-bottom: 70px !important;
}
body .m_0{
    margin: 0;
}
.m_both{
    margin: 0 4px;
}
.f_right{
    float: right;
}
body .pl_10{
    padding-left: 10px;
}
.p_10 {
    padding: 10px !important;
}
.p_15 {
    padding: 15px !important;
}
.pr_10 {
    padding-right: 10px;
}
.pr_15 {
    padding-right: 15px;
}
.p_25 {
    padding: 25px 15px;
}
.ptb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pt_5{
    padding-top: 5px;
}
.ptb_5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.pt_10{
    padding-top: 10px;
}
.mt-4 {
    margin-top: -4px !important;
}
.ml_8 {
    margin-left: 8px;
}
.mt_8 {
    margin-top: 8px;
}
.mt_5 {
    margin-top: 5px;
}
.mt_90 {
    margin-top: 90px;
}
.mr_5 {
    margin-right: 5px;
}
.mr_15 {
    margin-right: 15px;
}
.mr_30 {
    margin-right: 30px;
}
.mr_40 {
    margin-right: 40px;
}
.mr_20 {
    margin-right: 20px;
}
.mr_10 {
    margin-right: 10px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_25 {
    margin-top: 25px;
}
.max_height_400 {
    max-height: 400px;
}
/* .w_100{
    width: 100px;
} */
.w_50{
    width: 50%;
}
body .plr_12 {
    padding-left: 12px;
    padding-right: 12px;
}
body .pl_15{
    padding-left: 15px;
}
.mt_100 {
    margin-top: 100px;
}
.pt_100 {
    padding-top: 100px;
}
.pt_80 {
    padding-top: 80px;
}
.ml_50{
    margin-left: 50px;
}
.ml_60{
    margin-left: 60px;
}
.ml_5{
    margin-left: 5px !important;
}
.ml_18{
    margin-left: 18px;
}
.ml_25{
    margin-left: 25px;
}
.ml_36{
    margin-left: 36px;
}
.ml_10{
    margin-left: 10px;
}
.ml_15{
    margin-left: 15px;
}
.mb_0{
    margin-bottom: 0;
}
.mb_5{
    margin-bottom: 5px;
}
.ml_30{
    margin-left: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.mt_50 {
    margin-top: 50px;
}
.mt_60 {
    margin-top: 60px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_30 {
    margin-top: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_3 {
    margin-bottom: 3px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mtb_10 {
    margin: 10px 0;
}
.mtb_50 {
    margin: 50px 0;
}
.mtb_30 {
    margin: 30px 0;
}
.mtb_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mtb_15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.ptb_15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mtb_8 {
    margin: 8px 0;
}
.mb_8 {
    margin-bottom: 8px;
}
.mt_5 {
    margin-top: 5px;
}
.mt_15 {
    margin-top: 15px;
}
.mb_15 {
    margin-bottom: 15px;
}
.p_tb_100_lr_15 {
    padding: 10px 15px 100px;
}
.p_tb_15 {
    padding: 15px 0;
}
.pb_10 {
    padding-bottom: 10px;
}
.pb_15 {
    padding-bottom: 15px;
}
.ptb_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb_15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pt_12 {
    padding-top: 12px;
}
.pb_12 {
    padding-bottom: 12px;
}
.ptb_12 {
    padding-top: 12px;
    padding-bottom: 12px;
}
.plr_15 {
    padding-left: 15px;
    padding-right: 15px;
}
.pb_20 {
    padding-bottom: 20px;
}
.pb_50 {
    padding-bottom: 50px;
}
.pb_70 {
    padding-bottom: 70px;
}
.pb_100 {
    padding-bottom: 100px;
}
.m_lr_10 {
    padding: 0 10px;
}
.m_lr_15 {
    padding: 0 15px;
}

.pt_15 {
    padding-top: 15px;
}
.pt_30 {
    padding-top: 30px;
}
.p_tb_15 {
    padding: 15px 0;
}
.p_tb_40 {
    padding: 40px 0;
}
.p_tb_5 {
    padding: 5px 0;
}
.p_lr_15 {
    padding: 0 15px;
}
.b_top_dashed{
    border-top: 1px dashed #ccc;
}
.b_bottom_dashed{
    border-bottom: 1px dashed #ccc;
}
.b_top {
    border-top: 1px solid rgb(66, 66, 66);
}
.b_left {
    border-left: 1px solid #ccc;
}
.b_right {
    border-right: 1px solid rgb(66, 66, 66);
}
.b_left_grey {
    border-left: 1px solid #b4b4b4;
}
.b_right_grey {
    border-right: 1px solid #b4b4b4;
}
.b_right_dashed {
    border-right: 1px dashed #b4b4b4;
}
.b_bottom{
    border-bottom: 1px solid rgb(66, 66, 66);
}
.border_bottom {
    border-bottom: 1px solid #ccc;
}
.p_relative{
    position: relative;
}
.border_devide{
    position: relative;
}
.border_devide:after{
    content: "";
    position: absolute;
    background: #ccc;
    height: 100%;
    width: 1px;
    left: calc(100% + 15px);
    top: 0;
}
.uppertext{
    text-transform: uppercase;
}
.border_grey{
    border: 1px solid var(--b_color);
}
.bold{
    font-family: var(--semibold);
}
.approverdrop {
    width: 70%;
}
body .TableButton{
    padding: 5px 15px;
    border-color: #e0e0e5;
    display: inline-block;
    background-color: #F4F4FA;
}
body .TableButton:focus{
    text-decoration: none;
}
.chek_list input[type=checkbox]{
    margin-top: 0;
}
a.enablebutton {
    background-color: #3ea14d;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    transition: all .3s ease;
}
a.enablebutton:hover {
    color: #fff;
    background-color: #268835;
}
a.ViewBtn {
    position: absolute;
    right: 67px;
    top: 7px;
    z-index: 1;
    font-weight: 500;
    color: #5c80f7;
    background-color: #f1f1f1;
    padding: 1px 9px;
    border-radius: 4px;
}
/* common btn */
.btnUms-toggle {
    height: 23px;
    width: 23px;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnUms{
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    line-height: normal;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-family: var(--regular);
}
/* .btnUms .fas{
    padding-right: 5px;
} */
.btnUms:hover{
    background-color: #e9ecef;
    cursor: pointer;
}
.btnUms:focus{
    outline: none;   
    text-decoration: none; 
}
button.btn.list_btn.dropdown-toggle:focus-within {
    outline: none;
    border: 0;
}
.btn:active {
    box-shadow: none;
}


/* Button Sizes */
.btnUms-xs{
    font-size: 10px;
    padding: 0 8px;
}
.btnUms-sm{
    font-size: 13px;
    padding: 0 10px;
    height: 24px;
}
.btnUms-md{
    font-size: 14px;
    padding: 0 12px;
}
.btnUms-lg{
    font-size: 18px;
    padding: 0 16px;
}
.btnUms-xl{
    font-size: 22px;
    padding: 0 20px;
}
.btnUms-xtra-large{
    font-size: 14px;
    padding: 9px 25px;
    display: block;
    width: 100%;
    height: auto;
}


/* special button Class */
.tag_blue_gradient{
    font-weight: 600;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    background-color: #E1E9FF;
    border-radius: 4px;
    background-image: linear-gradient(310deg,#2152ff,#21d4fd);
}
.tag_green_gradient {
    font-weight: 500;
    background: linear-gradient(87deg,#2dce89,#2dce48)!important;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
}
.tag_grey_gradient {
    font-weight: 500;
    background: linear-gradient(87deg,#ebebeb,#dddddd)!important;
    color: #333;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
}
.tag_orange_gradient{
    font-weight: 600;
    padding: 4px 8px;
    color: #ffffff;
    background-color: #b99447;
    border-radius: 4px;
    background-image: linear-gradient(310deg,#f53939,#f7c71c);
}
.bg-light-green{
    background-color: #f9fffd;
}
.disable{
    cursor: not-allowed !important;
    opacity: .65;
    box-shadow: none;
}
.disable_op{
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
    pointer-events: none;
}
.disable_opwithopa{
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none;
}
.btnUms-block{
    display: block;
    width: 100%;
}
.btnUms-flat{
    border-radius: 0;
}

/* Button Options */
.btnUms-xsm{
    font-size: 12px;
}
.btnUms-green{
    background-color: #10a152;
    border-color: #10a152;
    color: #fff;
}
.btnUms-green:hover{
    background-color: #0c8141;
    color: #fff;
}
.btnUms-blue{
    background-color: #446fdf;
    border-color: #446fdf;
    color: #fff;
}
.btnUms-blue:hover{
    background-color: #305dcf;
    color: #fff;
}
.btnUms-maroon{
    background-color: #8e2825;
    border-color: #8e2825;
    color: #fff;
}
.btnUms-maroon:hover{
    background-color: #7e1c19;
    color: #fff;
}
.btnUms-maroon:focus{
    background-color: #7e1c19;
    color: #fff;
}
.btnUms-theme{
    background-color: var(--theme);
    border-color: var(--theme);
    color: #fff;
    font-family: var(--regular);
}
.btnUms-theme:hover{
    background-color: var(--theme_hover);
    color: #fff;
}
.btnUms-theme:focus{
    color: #fff;
    outline: none;
}
.btnUms-default{
    background-color: #F4F4FA;
    border-color: #e0e0e5;
    color: #333;
}
.btnUms-default:hover{
    background-color: #e9ecef;
    color: #2b2b2b;
}
.btnUms-pink{
    background-color: #F1547E;
    border-color: #F1547E;
    color: #fff;
}
.btnUms-pink:hover{
    background-color: #db456d;
    color: #fff;
}
.btnUms-default:focus{
    color: #2b2b2b;
}
.btnUms-primary{
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.btnUms-primary:hover{
    background-color: #0069d9;
    color: #fff;
}
.btnUms-primary:focus{
    color: #fff;
}
.btnUms-secondary{
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btnUms-secondary:hover{
    background-color: #5a6268;
    color: #fff;
}
.btnUms-secondary:focus{
    color: #fff;
}
.btnUms-success{
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}
.btnUms-success:hover{
    background-color: #218838;
    color: #fff;
}
.btnUms-success:focus{
    color: #fff;
}
.btnUms-info{
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.btnUms-info:hover{
    background-color: #138496;
    color: #fff;
}
.btnUms-info:focus{
    color: #fff;
}
.btnUms-danger{
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btnUms-danger:hover{
    background-color: #c82333;
    color: #fff;
}
.btnUms-danger:focus{
    color: #fff;
}
.btnUms-warning{
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff;
}
.btnUms-warning:hover{
    background-color: #e0a800;
    color: #fff;
}
.btnUms-warning:focus{
    color: #fff;
}

.btnUms-orange{
    background-color: #ec7733;
    border-color: #ec7733;
    color: #fff;
}
.btnUms-orange:hover{
    background-color: #cc5d1d;
    color: #fff;
}



/* Outline buttons */
.btnUms-outline-theme{
    color: #18486E;
    border-color: #18486E;
    background-color: #fff;
}
.btnUms-outline-theme:hover{
    color: #fff;
    background-color: #18486E;
    border-color: #18486E;
}
.btnUms-outline-white{
    color: #fff;
    border-color: #fff;
    background: transparent;
    padding: 10px 15px;
}
.btnUms-outline-white:hover{
    color: #18486E;
    background-color: #fff;
    border-color: #fff;
}
.btnUms-outline-primary{
    color: #007bff;
    border-color: #007bff;
}
.btnUms-outline-primary:hover{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btnUms-outline-secondary{
    color: #6c757d;
    border-color: #6c757d;
}
.btnUms-outline-secondary:hover{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btnUms-outline-success{
    color: #28a745;
    border-color: #28a745;
}
.btnUms-outline-success:hover{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btnUms-outline-info{
    color: #138496;
    border-color: #138496;
}
.btnUms-outline-info:hover{
    color: #fff;
    background-color: #138496;
    border-color: #138496;
}
.btnUms-outline-danger{
    color: #dc3545;
    border-color: #dc3545;
}
.btnUms-outline-danger:hover{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btnUms-outline-warning{
    color: #ffc107;
    border-color: #ffc107;
}
.btnUms-outline-warning:hover{
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.createbox .Createnewrow{
    margin-left: auto;
    font-family: var(--regular);
    font-size: 14px;
}
/* common section asset css */
.control-demo{
    margin: 100px 0;
}

@media only screen and (max-width: 767px) {
    .head-container{
        padding: 0 15px;
    }
}

span.SubText {
    font-size: 12px;
    color: #B5B5C3;
    display: block;
}


