body {
    font-size: 16px;
    background-color: #f2f3f4;
    font-family: 'Poppins', sans-serif;
  }


  .page-link {
    position: relative;
    display: block;
    padding: 0.4rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 12px;
    font-weight: 500;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00aa69;
    border-color: #00aa69;
}

.mandatory {
    color: red;
    margin-left: 2px;
    font-size: large;
    vertical-align: middle;
    line-height: 0px;
}

  .p_type_one {
    font-size: 12; 
    color: #999999; 
    font-weight: 600;
    margin-bottom: 0px;
  }

  .h5_span {
    color: #00aa69;
    font-weight: 600;
  }

  .h5_span span{
    font-size: 12px;
    margin-left: 30px;
  }

  .h5_span_percent {
      color: #e4be3b;
  }
  
  #sidebar-wrapper {
    position: fixed;
    z-index: 2;
    top: 65px;
    bottom: 0px;
    width: 250px;
    left: -250px;
    background-color: #fff;
    transition: left .3s ease;
    overflow-y: auto;
  }
  
  #sidebar-wrapper.active {
      left: 0px;
  }
  
  #sidebar-wrapper .sidebar-header {
      padding: 10px 20px;
      background: #585454;
  }
  
  .sidebar-header{
      display: none;
  }
  
  #header-nav{
    z-index: 2;
    background-color: #00aa69;
    position: sticky;
    width: 100%;
    top: 0;	
  }
  
  .navbar-header .toggle-btn {
    padding-top: 8px;
    padding-right: 15px;
  }
  
  /*** Menu Items***/
  .sidebar-menu {
      margin: 0px;
      list-style: none;
      margin-top: 30px;
      padding-left: 20px;
  }
  
  .sidebar-menu .panel-title {
    display: block;
    padding: 12px 16px 12px 0px;
    color: #555;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

  .sidebar-menu .panel-body ul{
    padding-left: 19px;
}
 
.sidebar-menu .panel-title a {
    color: inherit;
}
    .sidebar a:hover {
        
    text-decoration: none !important;
    }
  .sidebar-menu .panel-body a{
    color: #9d9d9d;
    font-size: 12px;
    text-decoration: underline;
}
 
.sidebar-menu a {
    text-decoration: none !important;
}

  .sidebar-menu a span.span-icon {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
}
  
  .sidebar-menu ul ul a{
      /* padding-left: 40px */
  }
  
  .sidebar-menu a.active,
  .sidebar-menu a:hover {
      color: #00aa69 !important;
      font-weight: 600 !important;
      /* font-size: 12px; */
  }
  
  .sidebar-menu ul {
      padding: 0px;
      margin: 0px;
      list-style: none;
  }
  
  .sidebar-menu li {
      list-style: none;
      padding: 5px;
      
  }

  .sidebar-menu .panel-title .caret {
    transition: transform 0.3s;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 5px;
}
.sidebar-menu .panel-title.collapsed .caret {
    transform:  rotate(0deg);
}
.sidebar-menu .panel-title:not(.collapsed) .caret {
    transform:  rotate(90deg);
}
  
  .logo_img {
      height: 35px;
  }
  
  .overlay {
      /* full screen */
      width: 100vw;
      height: 100vh;
      /* transparent black */
      background: rgba(0, 0, 0, 0.8);
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      /* middle layer, i.e. appears below the sidebar */
      z-index: 1;
  }

  .action-wrap {
    margin: 0;
}

  .action-wrap > li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}

.user_dropdown::after{
    display: none;
}

.user_img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.user .dropdown-menu-right {
    padding: 12px;
}

.person-detail a {
    color: #fff;
    margin: 0 25px;
    font-size: 18px;
}

li.add-on .dropdown > a {
    background: transparent;
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border: 2px solid;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

li.add-on .dropdown > a::after {
    display: none;
}

.add-on ul.dropdown-menu {
    background: #3FBBA2;
    color: #fff;
    margin: 0;
    border-radius: 0;
    min-width: 200px;
    left: -145px;
}

/* dashboard page */

.dashboard_numbers {
    position: relative;
    background-color: #fff;
    margin-top: 15px;
    padding: 0px 7%;
    border-radius: 5px;
    overflow: auto;
    min-height: 72px;
}

.dashboard_numbers span:nth-child(1) {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.dashboard_numbers span:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
    color: #9d9d9d;
}

.top_calc {
    float: left;
    margin-top: 17px;
}

.top_calc h4{
    font-weight: 600;
    margin-bottom: 0px;
}

.top_calc h6{
    font-size: 12px;
    font-weight: 600;
    color: #9d9d9d;
}

.dash_icon_div {
    position: absolute;
    right: 7%;
    top: 6px;
    display: inline-block;
    background: #d1f0e7;
    padding: 18px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
}

.dash_icon_div img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    max-width: 100%;
    height: auto;
}

.dash_graph_div {
    background-color: #fff;
    margin-top: 15px;
}


.today_color {
    margin-top: 20px;
    border-left: 3px solid #00ab78;
    padding-left: 20px;
    margin-bottom: 0;
}

.yesterday_color {
    margin-top: 20px;
    border-left: 3px solid #077761;
    padding-left: 20px;
    margin-bottom: 0;
}

.thismonth_color {
    margin-top: 20px;
    border-left: 3px solid #a6d66d;
    padding-left: 20px;
    margin-bottom: 0;
}

.today_number {
    color: #9d9d9d;
    padding-left: 20px;
}


.prog_type_one {
    background-color: #fff;
    border-radius: 0px;
}

.prog_type_one .progress-bar{
    background-color: #00aa69;
    border-radius: 0px;
}

.primary_div_one {
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 20px;
	min-height:calc(100vh - 81px);
	margin-bottom:15px;
}

.form_label_one {
    font-size: 12px;
    margin-top: 7px;
    color: #303030;
}

.input_type_one {
    font-size: 12px;
}

.select_type_one {
    font-size: 12px;
}

.error {
    font-size: 12px;
    margin-bottom: -5px;
    color: #d9534f;
}

.block_btn_one {
    width: 100%;
    background-color: #00aa69;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.btn_type_one {
    background-color: #00aa69;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    min-width: 100px;
    padding: 6px 25px;
	border:1px solid #00aa69;
}

.cstm_pills {
    display: inline-flex;
}

.cstm_pills .nav-link {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.cstm_pills .nav-item{
    border: 1px solid #ccc;
    border-radius: 0px;

}

.cstm_pills .nav-item:first-child {
    border: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;

}

.cstm_pills .nav-item:last-child {
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0px;

}

.cstm_pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #00aa69;
    background-color: transparent;
}

.tbl_type_one {
    font-size: 11px;
    color: #797979;
	border: 1px solid #dee2e6 !important;
	position: relative;
	margin-top: 6px;
}

.tbl_type_one thead{
    background-color: #fff;
    color: #13aa73;
}

.tbl_type_one thead th{
    padding: 6px 8px;
    text-transform: uppercase;
	border-bottom: 1px solid #dee2e6 !important;
}

.tbl_type_one tr td{
    vertical-align: middle;
    padding: 6px 8px;
	border-top: none !important;
}

.tbl_type_one::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background: #009966;
    height: 2px;
    width: 100%;
    top: -5px;
    left: 0px;
}

.status_cell a {
    color: #00aa69;
    text-decoration: none;
}

.increement_btn {
    border: 2px solid #00aa69;
    border-radius: 100%;
    color: #00aa69;
    font-weight: 600;
    padding: 5px 6px;
    margin-top: 3px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 10px;
}

.decreement_btn {
    border: 2px solid #00aa69;
    border-radius: 100%;
    color: #00aa69;
    font-weight: 600;
    padding: 5px 8px;
    margin-top: 3px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 10px;
}

.minus_btn {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    border-right: none;
    font-size: 10px;
    height: 32px;
}

.plus_btn {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    border-left: none;
    font-size: 10px;
    height: 32px;
}

.number-spinner input {
    font-size: 12px;
    height: 32px;
}

.plan_trail a{
    color: #00aa69;
}

.plan_notAssign a{
    color: #b52b2b;
}

.plan_gold a{
    color: #7a6710;
}

.plan_premium a{
    color: #c48421;
}

.view_icon_one {
    background-color: transparent;
	color: #999999;
	display: inline-block;
	/* width: 25px; */
	height: 25px;
	border-radius: 0.25em;
	text-align: center;
	margin-right: 10px;
}

.view_icon_one a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999999;
    display: inline-block;

}

.edit_icon_one {
    background-color: transparent;
	color: #999999;
	display: inline-block;
	/* width: 25px; */
	height: 25px;
	border-radius: 0.25em;
	text-align: center;
	margin-right: 10px;
}

.edit_icon_one a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999999;
    display: inline-block;

}

.table_select {
    width: 100%;
    height: 20px;
    color: #000;
    border: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600
}

.custom-file-label {
    overflow: hidden;
}

/* 01/02/2021 */

.top_bar_div {
    background-color: #fff;
}

.top_bar_div > div:first-child {
    float: left;
    margin-right: 6%;
}

.prog_type_two, .prog_type_two .progress-bar {
    background-color: transparent;
    text-align: end;
    color: #585454;
    font-weight: 600;
}

.prog_type_three .progress-bar {
    background-color: #00aa69;
    border-radius: 15px;
}


.pra_trype_one {
    font-size: 12px;
    
}

.ul_type_one {
    list-style-type: none;
    font-size: 12px;
    padding-left: 20px;
}

.ul_type_one li i {
    font-size: 14px;
    padding-right: 20px;
}

.link_portal a{
    color: #3d93b6;
    font-size: 12px;
    font-weight: 600;
    float: right;
}

.link_portal a i{
    color: #3d93b6;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
}


.btn_immd {
    background-color: #aa1111;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn_period {
    background-color: #a08424;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.green_btn_one {
    background-color: #00aa69;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.gray_btn_one {
    background-color: #868686;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.green_txt_btn {
    border: 1px solid #ced4da;
    font-size: 12px;
    font-weight: 600;
    color: #00aa69;
    border-radius: 2px;
    min-width: 120px;
    margin-right: 15px;
}

.red_txt_btn {
    border: 1px solid #ced4da;
    font-size: 12px;
    font-weight: 600;
    color: #aa1111;
    border-radius: 2px;
    min-width: 120px;
    margin-right: 15px;
}

.blue_txt_btn {
    border: 1px solid #ced4da;
    font-size: 12px;
    font-weight: 600;
    color: #3d93b6;
    border-radius: 2px;
    min-width: 120px;
    margin-right: 15px;
}

.mdl_btn_one {
    background-color: #00aa69;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    min-width: 100px;
    padding: 6px 25px;
}

.cancel_btn_one { 
    background-color: #ccc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 48%;
    padding: 6px;
}

.save_btn_one { 
    background-color: #00aa69;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 48%;
    padding: 6px;
}

.rightSide_prgress {
    background-color: #fff;
    margin-top: 15px;
}

.rightSide_prgress p {
    font-size: 12px;
    color: #585454;
    font-weight: 600;
    margin-bottom: 5px;
}

.rightSide_prgress h6 {
    font-weight: 600;
}

.prog_type_four {
    border-radius: 15px;
    height: 10px;
}


.prog_type_four .progress-bar {
    background-color: #00aa69;
    border-radius: 15px;
}

.memo_toltip a {
    color: #3d93b6;
    
}

.tooltip-inner {
    background-color: #3d93b6;
    border-radius: .15rem;
    position: absolute;
    bottom: 6;
    width: 200px;
    left: -100;
    opacity: 1 !important;
    /* padding: 10px;
    position: relative; */
}
.tooltip .arrow::before{
    border-top-color:#3d93b6;
    position: absolute;

}


.col_circle_outer {
    display: flex;
    justify-content: space-between;
}

.col_circle_outer .col_circle {
    width: 19%;
}

/*datepicker customization muj 05-02-21*/
.datepicker th{
    text-transform: inherit;
    font-size: 11px !important;
}
.datepicker th.dow {
    color: #42b26d;
    border-top: 1px solid;
    font-size: 11px !important;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background:linear-gradient(to left, #09a37a 0%, #26c061 100%) !important;
	background:-webkit-linear-gradient(to left, #09a37a 0%, #26c061 100%) !important;
    background:-moz-linear-gradient(to left, #09a37a 0%, #26c061 100%) !important;
    font-size: 11px !important;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled.disabled, 
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover, 
.datepicker table tr td span.active.disabled:hover.active, 
.datepicker table tr td span.active.disabled:hover.disabled, 
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active.disabled:hover:hover, 
.datepicker table tr td span.active.disabled:hover[disabled], 
.datepicker table tr td span.active.disabled[disabled], 
.datepicker table tr td span.active:active, 
.datepicker table tr td span.active:hover, 
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active:hover.disabled, 
.datepicker table tr td span.active:hover:active, 
.datepicker table tr td span.active:hover:hover, 
.datepicker table tr td span.active:hover[disabled], 
.datepicker table tr td span.active[disabled] {
    background-color: #0fa677;
    color: #fff;
    font-size: 11px !important;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #09a37a;
    background-image: -moz-linear-gradient(to bottom,#09a37a,#26c061);
    background-image: -ms-linear-gradient(to bottom,#09a37a,#26c061);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#09a37a),to(#26c061));
    background-image: -webkit-linear-gradient(to bottom,#09a37a,#26c061);
    background-image: -o-linear-gradient(to bottom,#09a37a,#26c061);
    background-image: linear-gradient(to bottom,#09a37a,#26c061);
    font-size: 11px !important;
}

.datepicker-dropdown {
    padding: 10px !important;
    font-size: 11px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50% !important;
    border: none;
    font-size: 11px !important;
    
}




/* The radio */
.radio {
 
    display: block;
   position: relative;
   padding-left: 30px;
   margin-bottom: 10px;
   cursor: pointer;
   font-size: 20px;
   color: #585454;
    font-weight: 600;
    font-size: 12px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
}

/* Hide the browser's default radio button */
.radio input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
}

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-color: #ced4da;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
   background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
   content: "";
   position: absolute;
   display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio input:checked ~ .checkround {
    border: 1px solid #00aa69;
 }

.radio input:checked ~ .checkround:after {
   display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00aa69;
}



/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff ;
    border-color: #ced4da;
    border-style:solid;
    border-width: 1px;
}


/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #00aa69;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
    background-color: #00aa69;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid ;
    border-color:#fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cstm_chk_label {
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 5px;
}

/* sweet Alterts */

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #00aa69;
    font-size: 12px;
    /* border: 1px solid #3e549a; */
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
  }

  .swal-modal {
    border: 3px solid #fff;
    border-radius: 0px;
    width: 320px;
  }

.fileContainer_four{
	/*background:#ccc; you can give it background img as well*/
    / background-image: url("./img/upload.png"); /
	width: auto;
	height: 50px;
	overflow:hidden;
	position:relative;
	font-size:16px;
	line-height: 31px;
	color:#434343;
	/ padding: 0px 41px 0 53px; /
	/ margin: 0 auto 60px auto; /
    margin-bottom: 20px;
	cursor: pointer !important;
}
.fileContainer_four .upld{
	overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}
.fileContainer_four input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}
.logoContainer_four{
	
    height: 100px;
 
}

.logoContainer_four_edit{
	
  //  height: 100px;
 
}
.modal-custom-header{
	background-color:#00aa69;

}
.modal-custom-header h6{
	color:#fff;

}


.users-role-content2{
	font-size:12px;
	border:1px solid #ddd;
	width:300px;
}

.roles-class{
	list-style-type:none;
	padding-left:0px;
	border:1px solid #ddd;
	min-height:50vh;
}

.roles-class li{
	border-bottom:1px solid #ddd;
	padding:5px;
	cursor:pointer;
	font-size:12px;
}

.roles-class-functions{
list-style-type:none;
	padding-left:0px;
	border:1px solid #ddd;
	min-height:60vh;
}

.roles-class-functions li{
	border-bottom:1px solid #ddd;
	padding:5px;
	cursor:pointer;
	font-size:12px;
}

.fucntions_roles_list{
	border: 1px solid #ddd;
	height: 300px;
	overflow : auto;
}

.fucntions_roles_list ul{
	list-style-type:none;
	padding-left:0px;
	
}

.fucntions_roles_list ul li{
	font-size:12px;
	padding:5px;
	cursor:pointer;
	
	
}
.fucntions_roles_list .side-panel li a {
    color: #444;
	display:block;
	padding-left:15px;

}

.fucntions_roles_list .side-panel li a.active {
    background: #eee;
    color: #444;
	padding-left:15px;

}
.btn_type_shift{
	background-color: #00aa69;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    border: 1px solid #00aa69;
	min-width:80px;
	padding:5px 0px;
	
}

.dataTables_length{
	font-size:12px;
}

.dataTables_filter{
	font-size:12px;
}
.tbl_type_one{
width:100% !important;
}

.dataTables_info{
	font-size:12px;
}
.logoContainer_four img{
	max-height: 100px;
	margin-top:15px;
	max-width: 200px



}
.logoContainer_four_edit img{
	max-height: 100px;
	margin-top:15px;
	max-width: 200px



}

#overlay_loader , .cv-spinner {
	display:none;
}

#user_list li a.active , #roles li a.active  {
    background: #eee;
	padding:5px;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
/*==================== Payment Page CSS Start====================*/

.tabular_hr {
    border-top: 2.5px solid #009966;
    margin-bottom: 2px;
}
.pdata_value {
    font-size: 12px;
    margin-bottom: 0.3rem;
}
.pdata_value > :first-child{
    font-size: 12px;
    color: #13aa73;
    min-width: 120px;
    display: inline-block;
}

.active2_btn{
	background-color: #5cb85c;
	color: #fff;
	padding: 0.5em 0.8em;
	font-weight: 500;
	border-radius: 0.25em;	
}

.deactive2_btn{
	background-color: #bb2124;
	color: #fff;
	padding: 0.5em 0.8em;
	font-weight: 500;
	border-radius: 0.25em;	
}
/*==================== Payment Page CSS End====================*/
  @media (min-width: 767px) {
    #sidebar-wrapper {
      left: 0px;
       top: 66px;
    }

    .navbar-header .toggle-btn {
        padding-top: 10px;
        padding-left: 20px;
        display : none;
    }
  
      .sidebar-header{
          display: block;
      }
      
      .sidebar-header .sidebar-close{
          display : none;
      }
  
      #content-wrapper{
          margin-left: 250px;
      }
  }