/* for only show */
.Represent .content_box{
    margin-bottom: 8px;
    background: #fff;
    padding: 15px;
}
.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 {
    margin: 0;
    padding: 0;
    background: #fff;
    min-height: 100vh;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-family: var(--regular);
}
.head-container{
    max-width: 1880px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Common Variable store for colors */
:root {
    --grey: #727E8C;
    --black: #000;
    --theme: #18486e;
    --theme_hover: #0e3758;
    --blue: #397eed;
    --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 */
a {
    color: var(--black);
}
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 */

.tag_blue {
    padding: 6px 10px;
    font-size: 13px;
    color: #6993FF;
    background-color: #E1E9FF;
    border-radius: 4px;
    font-family: var(--semibold);
}
.tag_green {
    color: #32745d;
    background: #c7ffd8;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    font-family: var(--semibold);
}
.tag_red {
    color: #ff5151;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    background-color: #ffdedb;
    font-family: var(--semibold);
}
.tag_grey {
    color: #333;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    background-color: #e3e3e3;
    font-family: var(--semibold);
}
.blue {
    color: var(--blue);
    font-family: var(--medium);
}
.grey {
    color: #5c5c5c;
    font-weight: 500;
}
.DarkBlue {
    color: #18486e;
    font-weight: 500;
    font-size: 14px;
}
.theme_color{
    color: var(--theme);
}
.btn-outline{
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
/* background colors */

.bg_darkblue{
    background: #dcecff;
}
.bg_lightblue {
    background-color: #e9ebff;
}
.bg_lightgreen {
    background-color: #effff0;
}
.bg_blue{
    background: #ecf5ff;
}
/* .bg_lightblue{
    background: #f4f4fa;
} */
.bg_theme{
    background: var(--theme);
    color:#fff;
}
.bg_Dblue{
    background: #d0e6ff;
}
.bg_grey {
    background: #f3f3f3;
}
.bg_lightgrey {
    background: #f9f9f9;
}
.bg_lightred {
    background: #fff6f6;
}
.bg_darkgrey {
    background: #ececec;
}
body .c_w{
    color: #fff;
}
body .w_100{
    width: 100%;
}

/* spacing css */
.text_white {
    color: #fff;
}
.w_100{
    width: 100%;
}
.d_block{
    display: block;
    width: 100%;
}
body .d_flex{
    display: flex;
    /* align-items: center; */
    flex-direction: row;
}
.D-flex {
    display: flex;
    justify-content: space-between;
}
body .align_center{
    align-items: center;
}
body .flex_column{
    flex-direction: column;
}
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_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;
}
.p_25 {
    padding: 25px 15px;
}
.pt_5{
    padding-top: 5px;
}
.pt_10{
    padding-top: 10px;
}
.mt_90 {
    margin-top: 90px;
}
.mr_15 {
    margin-right: 15px;
}
.mr_10 {
    margin-right: 10px;
}
.mt_10 {
    margin-top: 10px;
}
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_5{
    margin-left: 5px;
}
.ml_18{
    margin-left: 18px;
}
.ml_36{
    margin-left: 36px;
}
.ml_10{
    margin-left: 10px;
}
.ml_15{
    margin-left: 15px;
}
.ml_30{
    margin-left: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.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_50 {
    margin: 50px 0;
}
.mtb_30 {
    margin: 30px 0;
}
.mtb_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.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;
}
.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_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_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;
}
.btnUms-block{
    display: block;
    width: 100%;
}
.btnUms-flat{
    border-radius: 0;
}

/* Button Options */
.btnUms-xsm{
    font-size: 12px;
}
.btnUms-blue{
    background-color: #5886FF;
    border-color: #5886FF;
    color: #fff;
}
.btnUms-blue:hover{
    background-color: #5886FF;
    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;
}

/* 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;
}


