@charset "UTF-8";
:root {
  --link_color_1_sBlue: #3288FD; }

/* dnA Control | By: Md. Anayet Hossain. Sohag */
@font-face {
  font-family: 'code';
  src: url("fonts/CourierNew.ttf") format("truetype"); }
html {
  font-family: sans-serif;
  margin: 0;
  padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  background: url("../../img/BG_-Box_-SilverWhite_-001.png");
  scroll-behavior: smooth; }

html,
body {
  height: 100%; }

.full_height {
  height: 100%; }

.max_width {
  width: 100%;
  max-width: 1278px; }

.body_contain_bg {
  /*background: rgba(255,255,255,.7);*/
  min-height: 100vh; }

.body_contain {
  text-align: justify;
  background: rgba(255, 255, 255, 0.7);
  min-height: 100vh;
  padding-bottom: 20px; }

.header_bg {
  background: #095B00; }

.cn_name_area_bg {
  color: #fff; }

.cn_name_area_bg strong {
  font-size: 26px;
  display: block; }

.site_header_text_bg {
  background: url("../../img/header_bg_001.png") repeat-x;
  border-bottom: 10px solid #00aaff; }

.header_padding {
  padding: 10px 0 15px 0; }

.cn {
  font-size: 35px;
  font-weight: 700;
  text-shadow: 2px 2px 6px #666;
  color: #000; }

.cn_slogan {
  font-size: 25px;
  text-shadow: 2px 2px 6px #666;
  color: #000; }

.max_width_95_center {
  max-width: 95%;
  margin: 0 auto; }

.max_width {
  width: 100%;
  max-width: 1200px; }

.max_width_center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.min_hight_500 {
  min-height: 500px; }

.text_align_justify {
  text-align: justify; }

/*//////////////////////// Add Start ///////////////////////////////////////////////////////*/
/*//////////////////////// Add Start ///////////////////////////////////////////////////////*/
.password_bg {
  position: relative !important; }

.password_bg input,
.password_bg label {
  padding-right: 35px !important; }

.password_bg .eyeIcon_1_style {
  position: absolute !important;
  top: 30% !important;
  right: 10px !important;
  width: 22px;
  height: 22px;
  padding-top: 3px;
  cursor: pointer;
  border-left: 1px solid #ccc; }

.password_bg .eyeIcon_2_style {
  position: absolute !important;
  top: 10px !important;
  right: 5px !important;
  width: 22px;
  height: 22px;
  padding-top: 3px;
  cursor: pointer; }

.logo_name_bg {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.cn_name_area_bg {
  padding-left: 15px !important; }

.name_bg h2 {
  padding: 0 !important;
  margin: 0 !important;
  color: #f2f2f2; }

.header_logout_area_bg {
  padding: 15px 0; }

.top_profile_small_img {
  width: 60px !important;
  height: 60px !important;
  border: 1px solid #999;
  border-radius: 50%;
  padding: 5px;
  margin: 0 !important; }

.logout_dropdown_area_bg {
  padding: 10px;
  border: 1px solid #ccc; }

.logout_dropdown_panel_bg {
  display: flex;
  justify-content: space-between; }

.dropdown_profile_pic_bg {
  position: relative;
  display: inline-block; }

.dropdown_profile_pic {
  width: 80px;
  height: 80px;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.dropdown_profile_pic_bg .change_pic_btn_1 {
  position: absolute;
  left: -5px;
  bottom: -5px;
  padding: 0;
  transition: .4s;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  font-size: 20px !important;
  color: #0034ff;
  background: rgba(252, 255, 202, 0.8);
  width: 35px;
  height: 35px; }

.dropdown_profile_pic_bg .change_pic_btn_1:hover {
  color: #fff;
  border: 1px solid #ccc;
  background: #0034ff; }

.dropdown_name_bg i {
  width: 25px;
  text-align: right; }

.dropdown_name_bg a {
  text-decoration: none;
  color: #389fff; }

.dropdown_name_bg a:hover {
  text-decoration: none;
  color: #FB9400; }

.logout_btn_bg {
  display: flex !important;
  justify-content: space-between; }

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 0;
  font-size: 16px;
  border: none;
  border-radius: 5px; }

.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 0 !important;
  margin-top: 0 !important; }

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 501;
  right: 0;
  border-radius: 5px;
  text-align: center;
  background: #fff; }

.dropdown_content_detail a {
  padding: 5px 0;
  text-decoration: none;
  text-align: left;
  display: block;
  color: #001BF0; }

.dropdown_content_detail a:hover {
  color: #724300; }

.logout_btn {
  color: #000;
  padding: 5px 30px;
  margin: 10px 0;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: 100% !important;
  max-width: 150px !important;
  border: 1px solid #ffb923;
  border-radius: 5px 5px 30px 30px;
  background: #fdffe6; }

.logout_btn:hover {
  background-color: #ffb923;
  color: #fff; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown-content:after {
  position: absolute;
  content: " ";
  top: -11px;
  right: 21px;
  border: 7px solid transparent;
  border-bottom: 7px solid #000; }

.dropdown:hover .dropbtn {
  background-color: transparent; }

.content_1st {
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px; }

.top_profile_2nd_img {
  border-radius: 50%; }

.a_link_1 {
  text-decoration: none;
  color: #478fff; }

.a_link_1:hover {
  text-decoration: none;
  color: #000dff; }

.scrollup {
  font-size: 40px;
  color: #969696;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-shadow: 1px 1px 1px #999; }

.scrollup:hover {
  color: #14C400; }

.login_logo_bg {
  position: relative; }

.login_logo_bg_demo_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.login_form_input {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px #666;
  background: rgba(255, 255, 255, 0.7); }

.border_left_ccc {
  border-left: 1px solid #ccc; }

.border_right_ccc {
  border-right: 1px solid #ccc; }

.height_100vh {
  min-height: 100vh; }

.link_1 {
  text-decoration: none !important;
  color: #4185FC; }

.link_1:hover {
  text-decoration: none;
  color: #FD8601; }

.login_form_button_area_bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }

.menu_area_bg {
  padding: 5px 0;
  background: #013a08; }

.page_sub_header_area_bg {
  border-bottom: 1px solid #a7a7a7; }

.page_sub_header_bg {
  border-bottom: 1px solid transparent;
  padding: 3px 20px; }

.back_btn_bg a {
  text-decoration: none;
  font-size: 30px;
  color: #8C8C8C; }

.back_btn_bg a:hover {
  text-decoration: none;
  font-size: 30px;
  color: #FF7E00; }

.page_sub_header {
  text-align: right;
  font-size: 20px; }

.perPG_heading {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }
  .perPG_heading .small {
    font-size: 12px;
    font-weight: 400;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 5px solid #999; }

.page_body_height {
  min-height: 700px; }

.display_none {
  display: none; }

/*.dropdown_list_area_bg {
	border-left: 2px solid #B3B2B2 !important;
	box-shadow: 3px 3px 7px 0 #666;
}*/
.dropdown_list_bg {
  border: 1px solid #ccc;
  border-top-color: transparent;
  padding: 5px;
  padding-left: 10px;
  background: #fff;
  display: block;
  cursor: pointer;
  z-index: 999; }

.dropdown_list_bg:first-child {
  border-top-color: #ccc !important; }

.dropdown_list_bg a {
  text-decoration: none !important;
  color: #000; }

.dropdown_list_bg:hover {
  border: 1px solid #ccc;
  background: #E2FFDA; }

.dropdown_list_active {
  border: 1px solid #ccc;
  background: #E2FFDA; }

.dropdown_list_bg a {
  text-decoration: none !important;
  color: #000; }

.input_percent_bg {
  padding-right: 25px;
  background: #fff url("../../img/Percent-Icon_-001.png") no-repeat center right 5px; }

.page_sub_body_area_bg {
  margin-top: 10px;
  background: #fff; }

.body_main_content_area_bg {
  background: #fff; }

.bg_white {
  background: #fff; }

.bg_f2f2f2 {
  background: #ccc; }

.footer_bg {
  background: linear-gradient(to right top, #333, #000);
  margin-top: 20px;
  padding: 20px 0; }

.footer_menu {
  padding: 0 5px; }

.footer_menu h6,
.footerAddress h6,
.visitorBG h6 {
  display: block;
  text-decoration: none;
  color: #f2f2f2;
  border-bottom: 1px solid #464646;
  padding-bottom: 5px; }

.footer_menu a,
.footerAddress a {
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px 0 #000;
  color: #909090; }

.footer_menu a:hover,
.footerAddress a:hover {
  display: block;
  text-decoration: none;
  color: #00F3FF; }

.footerAddress {
  font-size: 13px;
  color: #f2f2f2; }

.footerAddress span {
  display: block !important;
  margin-top: 20px; }

.footerAddress i {
  width: 100%;
  max-width: 20px;
  text-align: left; }

.visitorBG h5 {
  color: #FFCD8D;
  font-size: 25px; }

.Copyright {
  color: #626161; }

/* Develop start */
/* Develop start */
.DevelopedBy {
  position: relative;
  color: #666; }

.DevelopedBy .developedTooltips_bg {
  position: absolute;
  top: -153px !important;
  right: 0 !important;
  width: 100%;
  max-width: 300px;
  border: 2px solid #ccc;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 10px;
  text-align: left; }

.DevelopedBy .developedTooltips_bg::after {
  position: absolute;
  content: "▼";
  right: 30px;
  bottom: -22px;
  color: #f2f2f2;
  border: 7px solid transparent;
  border-rop: 7px solid #f2f2f2; }

.DevelopedBy a {
  text-decoration: none;
  color: #666; }

.DevelopedBy a:hover {
  display: block;
  text-decoration: none;
  color: #32FF00; }

/* Develop end */
/* Develop end */
.visiblaty_hidden {
  visibility: hidden; }

.item_header td {
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #000;
  background: linear-gradient(to top, #f2f2f2, #fff); }

.border_td_1px td {
  border: 1px solid #000;
  border-top: none;
  border-bottom: none; }

.item_tab_min_height {
  min-height: 500px !important; }

.td_border_000 td {
  border: 1px solid #000; }

.border_000 {
  border: 1px solid #000; }

.border_left_000 {
  border-left: 1px solid #000; }

.border_right_000 {
  border-right: 1px solid #000; }

.inword_area_bg {
  display: flex;
  justify-content: flex-start; }

.inwordText_bg {
  width: 100%;
  max-width: 70px; }

.inwordValue_bg {
  width: 100%; }

.inv_sign_area_bg {
  text-align: center !important;
  border-top: 1px solid #000; }

#td_border_none td {
  border: 1px solid transparent !important; }

#td_border_tp td {
  border: 1px solid transparent !important; }

.border_none_td {
  border: none !important; }

.border_top_000 {
  border-top: 1px solid #000; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.print_top_panel_bg {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pad_bg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 10px; }

.cn_name_address_bg {
  padding-left: 20px; }

.pg_num_area_bg {
  width: 100% !important;
  display: flex;
  justify-content: center !important;
  align-items: center; }

.paginationBul_style {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  width: 35px !important;
  height: 35px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #116fff;
  color: #116fff;
  background: #fff;
  margin: 0 !important;
  transition: .3s; }

.paginationBul_style:hover {
  background: #116fff !important;
  color: #fff !important;
  transition: .3s; }

.paginationBul_style.active {
  border: 1px solid #116fff;
  color: #116fff;
  background: #DAFFD2;
  transition: .3s; }

.paginationBul_style.active:hover {
  border: 1px solid #116fff !important;
  color: #116fff !important;
  background: #DAFFD2 !important;
  cursor: not-allowed !important;
  transition: .3s; }

.paginationBul_style_FL {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  height: 35px !important;
  width: 70px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #116fff;
  color: #116fff;
  background: #fff;
  margin: 0 20px !important;
  transition: .3s; }

.paginationBul_style_FL:hover {
  background: #116fff !important;
  color: #fff;
  transition: .3s; }

.paginationBul_style_FL.active {
  border: 1px solid #116fff;
  color: #116fff;
  background: #DAFFD2;
  transition: .3s; }

.paginationBul_style_FL.active:hover {
  border: 1px solid #116fff !important;
  color: #116fff !important;
  background: #DAFFD2 !important;
  cursor: not-allowed !important;
  transition: .3s; }

.actionArea_bg button {
  margin: 3px 0; }

.border_top_ccc_td td {
  border-top: 1px solid #ccc; }

.border_top_ccc_te tr {
  border-top: 1px solid #ccc; }

.a_inv_no_view:hover {
  color: #fff;
  background: #4483F3; }

.a_link_1_orange {
  text-decoration: none;
  color: orange;
  font-size: 13px; }

.a_link_1_orange:hover {
  text-decoration: none;
  color: deepskyblue; }

.settings_label_link_000_1 {
  text-decoration: underline;
  color: #0D8000; }

.bg_action_no {
  background: #FBFAED; }

.eventList_bg_1 {
  margin: 5px 0; }

.eventList_month_bg {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  display: block !important;
  background: #FFFEF3;
  padding-left: 7px;
  border-top: 2px solid #999;
  border-bottom: 1px solid #999; }

.appendTab_Striped_1 thead {
  background: #ecffe9;
  border-bottom: 1px solid #ccc; }

.appendTab_Striped_1 thead td {
  padding: 0 12px; }

.appendTab_Striped_1 tbody tr:nth-child(odd) {
  background: #f2f2f2; }

.appendTab_Striped_1 tbody tr:nth-child(even) {
  background: #fff; }

.appendTab_Striped_1 .addBtn_style {
  font-size: 22px;
  font-weight: 600;
  border: 1px solid #ccc;
  background: linear-gradient(to top, #ccc, #fff);
  color: #0c5a00;
  padding: 0 7px;
  margin: 3px; }

.appendTab_Striped_1 .addBtn_style:hover {
  border: 1px solid #ccc;
  background: #49ff00;
  color: #124E01; }

.appendTab_Striped_1 .addBtn_style:active {
  border: 1px solid #ccc;
  background: #00b3ff;
  color: #124E01; }

.report_list_tab_1 {
  font-size: 12px; }

.report_list_tab_1 thead td,
.report_list_tab_1 thead th {
  font-weight: 500;
  border-top: 1px solid #ccc;
  border-bottom: 2px double #999;
  padding-top: 7px;
  padding-bottom: 7px; }

.report_list_tab_1 tbody td {
  border-bottom: thin double #ccc; }

.report_list_tab_1 tbody tr:nth-child(odd) {
  background: #F8FFF7; }

.report_list_tab_1 tbody tr:nth-child(even) {
  background: #FDFFF3; }

.report_list_tab_plain_1 {
  font-size: 14px; }

.report_list_tab_plain_1 thead td,
.report_list_tab_plain_1 thead th {
  font-weight: 500;
  border-top: 1px solid #ccc;
  border-bottom: 2px double #999;
  padding-top: 7px;
  padding-bottom: 7px; }

.report_list_tab_plain_1 tbody tr {
  border-bottom: 1px double #999; }

.report_list_tab_plain_1 tbody td {
  padding: 3px; }

.report_list_tab_plain_1 tfoot tr {
  border-top: 2px solid #999; }

.report_list_tab_plain_1 tfoot td {
  padding: 3px;
  font-weight: 500; }

.a_link_1 {
  text-decoration: none;
  color: #1578ff; }

.a_link_1:hover {
  text-decoration: underline;
  color: #FF6E00; }

.a_link_1:active {
  text-decoration: underline;
  color: #028B00; }

.btn_link_1 {
  border: 1px solid transparent;
  background: transparent;
  color: #1578ff; }

.btn_link_1:hover {
  border: 1px solid transparent;
  background: transparent;
  color: #1578ff;
  text-shadow: 1px 1px 3px #999; }

.btn_link_1:active {
  border: 1px solid transparent;
  background: transparent;
  color: #FF6E00; }

.btn_toolbar_1 {
  border: 1px solid transparent;
  border-bottom: 1px solid #0244a1;
  background: transparent;
  color: #0244a1;
  transition: .3s; }

.btn_toolbar_1:hover {
  border: 1px solid transparent;
  border-bottom: 1px solid #0ab404;
  background: transparent;
  color: #0ab404;
  transition: .3s; }

.btn_toolbar_1:active {
  border: 1px solid transparent;
  background: transparent;
  color: #ff9100;
  transition: .3s; }

.btn_link_1_small {
  font-size: 80%;
  border: 1px solid transparent;
  background: transparent;
  color: #1578ff;
  padding: 0 !important;
  margin: 0 !important; }

.btn_link_1_small:hover {
  border: 1px solid transparent;
  background: transparent;
  color: #1578ff;
  text-shadow: 1px 1px 3px #999; }

.btn_link_1_small:active {
  border: 1px solid transparent;
  background: transparent;
  color: #FF6E00; }

.font_14 {
  font-size: 14px; }

.main_body_container_area_bg {
  min-height: 600px; }

.sidebar_left_area_bg {
  position: sticky;
  top: 140px;
  background: #013A08;
  width: 350px;
  min-height: 100vh; }

.main_body_container_bg {
  width: 1200px !important;
  min-height: 600px !important;
  padding: 0 20px 20px 30px;
  display: inline; }

.main_body_bg {
  padding: 10px; }

.form_required_note {
  font-style: italic; }

.form_required_note span {
  color: #f00;
  font-weight: 500; }

.insertForm_style_1 {
  background: #f2f2f2;
  padding: 20px;
  border: 1px solid #ccc; }

.insertForm_style_2 {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc; }

.text_field_each_bg {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 10px 10px 10px;
  border: 1px solid #ccc;
  background: #fff; }

.light_red_bg {
  background: #FFDBDB; }

.light_red_bg_i {
  background: #FFDBDB !important; }

input[type="readonly"] {
  background: #b5b5b5; }

.text_field_each_bg .add_close_btn {
  position: absolute;
  top: 45px;
  right: -30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1px; }

.text_field_each_bg .add_side_btn_bg {
  position: absolute;
  bottom: 20px;
  right: -50px;
  display: flex;
  flex-direction: column; }

.text_field_each_bg .add_side_btn_bg button {
  margin-top: -1px;
  font-weight: 900; }

.disabled_area {
  opacity: .5;
  pointer-events: none; }

.disabled_area_4 {
  opacity: .4;
  pointer-events: none; }

.disabled_area_3 {
  opacity: .3;
  pointer-events: none; }

.add_btn {
  width: 70px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1px;
  margin-bottom: 5px; }

.card_bg {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.card_each_bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  box-shadow: 0 0 7px #999;
  background: #fff url("../../img/WASO Logo_ TP_ 50_ 001.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 60%;
  transition: .3s; }

.card_each_bg:hover {
  transform: scale(1.05);
  transition: .3s; }

.card_each_bg .card_footer {
  width: 100%;
  padding: 10px 15px;
  display: block; }

.card_each_bg .card_icon {
  border: 1px solid #999;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s; }

.card_each_bg .card_icon i {
  font-size: 100px;
  border: 1px solid transparent;
  overflow: hidden; }

.card_each_bg:hover i {
  color: #0A8200;
  transition: .3s; }

.card_each_bg:hover .card_icon {
  border: 1px solid #0A8200;
  transition: .3s; }

.card_content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.card_heading {
  font-size: 17px;
  text-align: center;
  margin: 20px 0; }

.divider_line_001 {
  padding: 2px;
  background: #ccc;
  border-radius: 20px;
  width: 100%; }

.card_details {
  margin-top: 15px;
  font-size: 13px;
  text-align: justify; }

.card_icon_bg {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }

.card_icon_bg i {
  font-size: 50px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  cursor: pointer;
  transition: .3s; }

.card_icon_bg i.actI {
  border: 2px solid #0A8200;
  transition: .3s; }

.card_icon_bg i:hover {
  transform: scale(1.05);
  box-shadow: 0 0 7px #999;
  transition: .3s; }

.icon_small_view_bg {
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: 20px; }

.card_each_bg {
  background: #fff url("../../img/WASO Logo_ TP_ 50_ 001.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 60%; }

.alertMsg_style {
  color: #f00;
  display: none; }

label {
  padding-bottom: 3px; }

.rating_list_bg .dataTables_filter {
  text-align: left !important; }

.rating_list_bg .row:first-child {
  align-items: center !important; }

.dataTables_length {
  text-align: right !important; }

.dataTables_length select {
  border-color: #999; }

.rating_list_bg .dataTables_filter input.formA-main formA-sm-1 {
  width: 100% !important;
  border-color: #999; }

.icon_in_list {
  font-size: 40px; }

.table_bg {
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc; }

.manage_tab_1 {
  font-size: 15px;
  border: 1px solid #ccc; }

.manage_tab_1 th,
.manage_tab_1 td {
  border: thin solid #f2f2f2;
  border-collapse: collapse;
  padding: 4px 7px; }

.btn_list_view,
.btn_list_print,
.btn_list_edit,
.btn_list_delete {
  font-size: 14px;
  border: 1px solid #ccc;
  background: linear-gradient(to top, #e5e5e5, #fff);
  color: #00028E;
  padding: 3px 10px; }

.btn_list_view:hover,
.btn_list_print:hover {
  font-size: 14px;
  border: 1px solid #ccc;
  background: #00028E;
  color: #fff;
  padding: 3px 10px; }

.btn_list_edit:hover {
  font-size: 14px;
  border: 1px solid #ccc;
  background: #EF8500;
  color: #fff;
  padding: 3px 10px; }

.btn_list_delete:hover {
  font-size: 14px;
  border: 1px solid #ccc;
  background: #FF0003;
  color: #fff;
  padding: 3px 10px; }

.table_bg .colA-12c-4 {
  text-align: left !important; }

.dataTables_filter {
  text-align: left !important; }

.ratingList_paginate {
  display: flex;
  justify-content: center;
  align-items: center; }

.pagination {
  text-align: center !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }

.rating_input_tab {
  font-size: 12px;
  border: 1px solid #666;
  margin-bottom: 30px; }

.rating_input_tab:last-child {
  margin-bottom: 0px; }

.rating_input_tab td {
  border-collapse: collapse;
  border: 1px solid #ccc; }

.rating_input_tab:nth-child(1) {
  background: #FCFDDD; }

.rating_input_tab:nth-child(2) {
  background: #DDF2FD !important; }

.rating_input_tab:nth-child(3) {
  background: #D5FBE2 !important; }

.rating_input_tab .bgColor_4 {
  background: #FFFFFF; }

.rating_input_tab input,
.rating_input_tab select {
  display: inline-block !important;
  font-size: 12px;
  width: 100%;
  border: 1px solid #999;
  padding: 2px 3px;
  text-align: center; }

.rating_input_tab select {
  text-align: left; }

.rating_input_tab input:focus,
.rating_input_tab select:focus {
  outline: none;
  border: 1px solid #00BD2F;
  box-shadow: 1px 1px 3px #999; }

.tsbSection_style {
  padding: 7px;
  border: 1px solid #999; }

.external_memember_bg {
  padding: 20px;
  background: #FFFFF5;
  border: 1px solid #ccc; }

.lebel_heading {
  font-size: 105%;
  font-size: 500;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #999; }

.analyst_memember_bg {
  padding: 20px;
  background: #FDF7F6;
  border: 1px solid #ccc; }

input {
  border-color: #ccc; }

.searchDropdown_bg {
  position: relative; }

.searchDropdown_bg > .searchDropdown_style {
  position: absolute;
  top: 20px;
  left: 0;
  width: 460px;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 44px;
  background: #fff;
  z-index: 100 !important; }

.searchDropdown_style .hoverTooltip_1 {
  overflow: visible;
  z-index: 99999; }

.searchDropdown_style::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.searchDropdown_style:hover::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  background: #037219;
  border-radius: 10px; }

::-webkit-scrollbar-thumb:hover {
  background: #018E1D; }

.load_back_btn {
  font-size: 15px;
  padding: 4px 15px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 30px 0 0 30px;
  color: #0419B9;
  transition: .3s; }

.load_back_btn:hover {
  background: transparent;
  border: 1px solid #0419B9;
  color: #0419B9;
  transition: .3s; }

.load_back_btn:active {
  background: #0419B9;
  border: 1px solid #0419B9;
  color: #fff;
  transition: .3s; }

.code_writer_bg {
  position: relative;
  padding-left: 2px; }

.border_bottom_b5b5b5 {
  border-bottom: 1px solid #b5b5b5; }

.code_writer_num_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  text-align: right;
  padding: 10px 5px 5px 5px;
  color: #999;
  display: inline-block;
  z-index: 5; }

.code_writer_num_bg,
.code_writer {
  font-family: "code";
  font-size: 16px;
  font-weight: 700; }

.code_writer {
  padding: 10px;
  border: 1px solid #ccc;
  color: #0116B2;
  width: 100%;
  height: 100%;
  min-height: 250px;
  background: #fff;
  tab-size: 3; }

.code_writer:focus {
  outline: none;
  border: 1px solid #0116B2; }

/* media library */
.multi_img_form_view_bg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: .5rem;
  padding: 10px;
  border: 1px solid #fff;
  background: #f2f2f2; }

.multi_img_form_view_bg .each_item_bg {
  position: relative;
  padding: 10px;
  padding-top: 25px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: move;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.multi_img_form_view_bg .each_item_bg input {
  cursor: text; }

.multi_img_form_view_bg .each_item_bg .move_icon {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
  color: #999; }

.multi_img_form_view_bg .each_item_bg .img_cont {
  margin-top: 10px;
  margin-bottom: 20px; }

.multi_img_form_view_bg .each_item_bg img {
  width: 100%;
  max-width: 160px;
  height: 100%;
  object-fit: contain; }

.multi_img_form_view_bg .each_item_bg .each_close {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  font-size: 22px;
  padding: 0;
  border: 1px solid transparent;
  color: #f00;
  background: #fff;
  transition: .3s; }

.multi_img_form_view_bg .each_item_bg .each_close:hover {
  border: 1px solid transparent;
  color: #f00;
  background: #fff;
  transform: scale(1.2);
  transition: .3s; }

/* media library */
/*//////////////////////// Add Again ///////////////////////////////////////////////////////*/
/*//////////////////////// Add Again ///////////////////////////////////////////////////////*/
.pgnA-bg {
  width: 100%; }

.pgnA-bg.pgnA-center {
  text-align: center; }

.pgnA-squire-1 {
  list-style: none;
  padding: 0;
  margin: 0; }

.pgnA-squire-1 li {
  margin: -2px;
  display: inline; }

.pgnA-squire-1 .pgnA-btn {
  text-decoration: none;
  padding: 7px;
  color: #00028e;
  border: 1px solid #ccc;
  width: 35px;
  height: 35px;
  display: inline-block;
  transition: .3s; }

.pgnA-squire-1 .pgnA-btn.fl {
  border-radius: 50%; }

.pgnA-squire-1 .pgnA-link a,
.pgnA-squire-1 .pgnA-ind a {
  text-decoration: none;
  padding: 7px;
  color: #00028e;
  border: 1px solid #ccc;
  width: 35px;
  height: 35px;
  display: inline-block;
  transition: .3s; }

.pgnA-squire-1 .pgnA-btn:hover {
  text-decoration: none;
  border: 1px solid rgba(14, 0, 199, 0.6);
  background: linear-gradient(to top, #f2f2f2, #fff);
  transition: .3s; }

.pgnA-squire-1 .pgnA-btn:active {
  text-decoration: none;
  color: #fff;
  border: 1px solid #00028e;
  background: #00028e;
  transition: .3s; }

.pgnA-squire-1 .pgnA-btn.disabled,
.pgnA-squire-1 .pgnA-btn.disabled:hover {
  text-decoration: none;
  color: #B5B5B5;
  border: 1px solid #ccc;
  background: #f2f2f2;
  cursor: default;
  pointer-events: none; }

.pgnA-squire-1 .pgnA-btn.active {
  text-decoration: none;
  color: #fff;
  border: 1px solid #00028e;
  background: linear-gradient(to top, #00028e, #008df4);
  transition: .3s; }

.pgnA-squire-1 .pgnA-ind-previous {
  margin-right: 10px; }

.pgnA-squire-1 .pgnA-ind-next {
  margin-left: 10px; }

.pgnA-squire-1 .display-none,
.pgnA-res-msg-bg.display-none {
  display: none; }

.pgnA-res-msg-bg {
  width: 100%;
  font-weight: 500;
  font-size: 90%;
  padding-top: 5px; }

.pgnA-res-msg-bg.left {
  text-align: left; }

.pgnA-res-msg-bg.center {
  text-align: center; }

.pgnA-res-msg-bg.right {
  text-align: right; }

.form_1_style {
  padding: 15px; }

.searchForm_bg_style {
  padding: 15px;
  border: 1px solid var(--border_color_002);
  border-top: 5px solid var(--border_color_002);
  border-bottom: 5px solid var(--border_color_002);
  background: var(--bg_f2f2f2_333_switch); }
  .searchForm_bg_style .field_1_style {
    width: 100%; }
  .searchForm_bg_style .field_2_style {
    width: 100%;
    max-width: 250px !important; }

.search_headerInfo_bg_style {
  border: 1px solid var(--border_color_002);
  padding: 5px; }

.search_headerInfo_style {
  font-size: 20px;
  font-weight: 500;
  color: #333; }

.search_headerInfo_HL1_style {
  color: #25a300; }

.list_item_bg {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

/*//////////////////////// Add End ///////////////////////////////////////////////////////*/
/*//////////////////////// Add End ///////////////////////////////////////////////////////*/
/*fresh btn*/
.fresh_link_btn_1 {
  border: 1px solid transparent;
  background: transparent;
  color: #001DFF;
  transition: .3s; }

.fresh_link_btn_1:hover {
  color: #DB4B00;
  transition: .3s; }

.fresh_link_btn_1:active {
  color: #22FF01;
  transition: .3s; }

.fresh_link_btn_1:disabled,
.fresh_link_btn_1:disabled:hover {
  color: #ccc;
  transition: .3s; }

.fresh_link_cls_btn_1 {
  border: 1px solid transparent;
  background: transparent;
  color: #666;
  transition: .3s; }

.fresh_link_cls_btn_1:hover {
  color: #ff0003;
  transition: .3s; }

.fresh_link_cls_btn_1:active {
  color: #22FF01;
  transition: .3s; }

.fresh_link_cls_btn_1:disabled,
.fresh_link_cls_btn_1:disabled:hover {
  color: #ccc;
  transition: .3s; }

.fresh_link_cls_btn_2 {
  border: 1px solid transparent;
  background: transparent;
  color: #ff0003;
  transition: .3s; }

.fresh_link_cls_btn_2:hover {
  color: #920002;
  transition: .3s; }

.fresh_link_cls_btn_2:active {
  color: #22FF01;
  transition: .3s; }

.fresh_link_cls_btn_2:disabled,
.fresh_link_cls_btn_2:disabled:hover {
  color: #ccc;
  transition: .3s; }

/*fresh btn*/
.tab_normal_hea_cen thead {
  font-weight: 500;
  border-bottom: 2px solid #666; }

.tab_normal_hea_cen thead td {
  font-weight: 500;
  border: 1px solid #666;
  padding: 5px; }

.tab_normal_hea_cen tbody td {
  font-weight: normal;
  border: 1px solid #666;
  padding: 5px; }

.tab_normal_hea_cen tfoot {
  font-weight: 500;
  border-top: 2px solid #666; }

.tab_normal_hea_cen tfoot td {
  font-weight: normal;
  border: 1px solid #666;
  padding: 5px; }

.tab_border_only_bottom thead {
  font-weight: 500;
  border-bottom: 2px solid #666; }

.tab_border_only_bottom thead td {
  font-weight: 500;
  border-bottom: 1px solid #666;
  padding: 5px; }

.tab_border_only_bottom tbody td {
  font-weight: normal;
  border-bottom: 1px solid #666;
  padding: 5px; }

.tab_border_only_bottom tfoot {
  font-weight: 500;
  border-top: 2px solid #666; }

.tab_border_only_bottom tfoot td {
  font-weight: normal;
  border-bottom: 1px solid #666;
  padding: 5px; }

.tab_view_striped_1 thead td {
  font-weight: 400;
  color: #fff;
  padding: 5px;
  background: #666;
  border: 1px solid #666; }

.tab_view_striped_1 thead th {
  font-weight: normal;
  color: #fff;
  padding: 5px;
  background: #666;
  border: 1px solid #666; }

.tab_view_striped_1 tbody td {
  font-weight: normal;
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.tab_view_striped_1 tbody td:last-child {
  border-right: 1px solid #ccc; }

.tab_view_striped_1 tbody td:first-child {
  border-left: 1px solid #ccc; }

.tab_view_striped_1 tbody tr:hover {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white);
  transition: .3s; }

.tab_view_striped_2 {
  border: 1px solid #333;
  padding: 5px; }

.tab_view_striped_2 tr:nth-child(even) {
  background: rgba(154, 179, 151, 0.1); }

.tab_view_striped_2 tr:nth-child(odd) {
  background: rgba(200, 186, 186, 0.1); }

.tab_view_striped_3 tr:nth-child(even) {
  background: #eef3ec; }

.tab_view_striped_3 tr:nth-child(odd) {
  background: #f5ffef; }

.cellpadding_tab_td td {
  padding: 5px; }

.cellspacing_tab {
  border-spacing: 5px;
  border-collapse: separate; }

.tab_td_border_333 td {
  border: 1px solid #333; }

.tab_td_border_666 td {
  border: 1px solid #666; }

.tab_td_border_999 td {
  border: 1px solid #999; }

.tab_td_border_ccc td {
  border: 1px solid #ccc; }

.tab_td_border_none td {
  border: none; }

.tab_td_padding_margin_0 td {
  padding: 0;
  margin: 0; }

.tab_td_border_bottom_ccc td {
  border-bottom: 1px solid #ccc; }

.tab_td_padding_5 td {
  padding: 5px; }

.tab_td_padding_10 td {
  padding: 10px; }

.tab_border_ccc_padding_10 {
  border: 1px solid #ccc;
  padding: 10px; }

@media only screen and (max-width: 800px) and (min-width: 10px) {
  .login_pg_logo_s {
    width: 70px !important;
    height: auto; }

  .login_pg_logo_l {
    display: none; } }
.text_justify {
  text-align: justify; }

.text {
  text-decoration: none; }

.read_more_link {
  text-decoration: none !important;
  font-style: italic;
  color: #007cff;
  transition: .3s; }

.read_more_link:hover {
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #ccc;
  color: #001DFF;
  transition: .3s; }

.read_more_link_o {
  text-decoration: none !important;
  font-style: italic;
  color: #FF7600;
  transition: .3s; }

.read_more_link_o:hover {
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #ccc;
  color: #001DFF;
  transition: .3s; }

.c1_text_view a {
  text-decoration: none !important; }

.a_link_btn_001 {
  text-decoration: none;
  padding: 7px 15px;
  color: #fff;
  border: 2px solid #00aaff;
  background: linear-gradient(to right, #6bcdff, #007bb8);
  transition: .3s; }

.a_link_btn_001:hover {
  text-decoration: none;
  padding: 7px 15px;
  color: #00aaff;
  border: 2px solid #00aaff;
  background: #fff;
  transition: .3s; }

.a_link_btn_002 {
  text-decoration: none;
  padding: 7px 15px;
  color: #00aaff;
  border: 2px solid #00aaff;
  background: #fff;
  transition: .3s; }

.a_link_btn_002:hover {
  text-decoration: none;
  padding: 7px 15px;
  color: #fff;
  border: 2px solid #00aaff;
  background: linear-gradient(to right, #6bcdff, #007bb8);
  transition: .3s; }

.green_1 {
  color: #1ac100; }

.green_2 {
  color: #0c5c00; }

.mahsA-tooltip {
  position: relative;
  z-index: 19; }

.mahsA-tooltip .mahsA-tooltip-popup {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000f00;
  border: 1px solid #666;
  padding: 7px 10px;
  overflow: visible;
  box-shadow: 0 0 5px #999;
  display: none; }

.mahsA-tooltip.tooltipA-dark .mahsA-tooltip-popup {
  background: #000f00;
  color: #fff;
  border: 1px solid #333; }

.mahsA-tooltip .mahsA-tooltip-popup:after {
  content: " ";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #666; }

.mahsA-tooltip.tooltipA-dark .mahsA-tooltip-popup:after {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #000f00; }

.mahsA-tooltip:hover .mahsA-tooltip-popup {
  display: block; }

/* ====== Sweet Alert 2 Start === */
/* ====== Sweet Alert 2 Start === */
/* ====== Sweet Alert 2 Start === */
.cBtn {
  margin: 0 5px; }

.sweetAlert2_text {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #000; }

.sweetAlert2_text h3 {
  width: 100%;
  text-align: center;
  padding: 15px 0; }

.sweetAlert2_text h3 .aprIcon {
  font-size: 300%;
  padding: 10px;
  color: #28a745; }

.sweetAlert2_text h3 .nAprIcon {
  font-size: 300%;
  padding: 10px;
  color: #fd7e14; }

.sweetAlert2_text h3 .nAprIconE {
  font-size: 300%;
  padding: 10px;
  color: #E800FF; }

.sweetAlert2_text h3 .disIcon {
  font-size: 300%;
  padding: 10px;
  color: #ffc107; }

.sweetAlert2_text h3 .delIcon {
  font-size: 300%;
  padding: 10px;
  color: #f00; }

/* ====== Sweet Alert 2 End === */
/* ====== Sweet Alert 2 End === */
/* ====== Sweet Alert 2 End === */
/*Flex*/
.flex_space_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flex_flex_start_center {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.font_size_30 {
  font-size: 30px; }

.font_size_20 {
  font-size: 20px; }

.font_size_12 {
  font-size: 12px; }

.font_size_14 {
  font-size: 14px; }

.font_size_15 {
  font-size: 15px; }

.font_size_16 {
  font-size: 16px; }

.font_size_18 {
  font-size: 18px; }

.font_size_25 {
  font-size: 25px; }

.border_bottom_1_666 {
  border-bottom: 1px solid #666; }

.font_weight_900 {
  font-weight: 900; }

.font_weight_800 {
  font-weight: 800; }

.font_weight_700 {
  font-weight: 700; }

.font_weight_600 {
  font-weight: 600; }

.font_weight_500 {
  font-weight: 500; }

.color_skyblue {
  color: #0BAFFF; }

.color_green {
  color: #01A000; }

.color_blue {
  color: blue; }

.color_orange {
  color: #E89E00; }

.color_red {
  color: #f00; }

.color_blue_2 {
  color: #001FB1; }

.color_royal_blue {
  color: #000A78; }

.color_ccc {
  color: #ccc; }

.color_999 {
  color: #999; }

.color_666 {
  color: #666; }

.color_333 {
  color: #333; }

.color_000 {
  color: #000; }

.margin_5 {
  margin: 5px; }

.margin_10 {
  margin: 10px; }

.margin_20 {
  margin: 20px; }

.margin_30 {
  margin: 30px; }

.margin_top_0 {
  margin-top: 0; }

.margin_bottom_0 {
  margin-bottom: 0; }

.margin_left_0 {
  margin-left: 0; }

.margin_right_0 {
  margin-right: 0; }

.margin_left_5 {
  margin-left: 5px; }

.margin_right_5 {
  margin-right: 5px; }

.margin_left_30 {
  margin-left: 30px; }

.margin_right_30 {
  margin-right: 30px; }

.margin_left_10 {
  margin-left: 10px; }

.margin_left_right_10 {
  margin: 0 10px; }

.margin_left_right_15 {
  margin: 0 15px; }

.margin_left_right_20 {
  margin: 0 20px; }

.margin_left_right_30 {
  margin: 0 30px; }

.margin_right_10 {
  margin-right: 10px; }

.margin_off {
  margin: 0; }

.margin_top_100 {
  margin-top: 100px; }

.margin_20 {
  margin: 20px; }

.margin_top_10 {
  margin-top: 10px; }

.margin_top_20 {
  margin-top: 20px; }

.margin_top_bottom_20 {
  margin: 20px 0; }

.margin_top_bottom_5 {
  margin: 5px 0; }

.margin_top_bottom_30 {
  margin: 30px 0; }

.margin_top_5 {
  margin-top: 5px; }

.margin_top_10 {
  margin-top: 10px; }

.margin_20 {
  margin: 20px; }

.margin_bottom_50 {
  margin-bottom: 45px; }

.margin_bottom_50 {
  margin-bottom: 45px; }

.margin_bottom_40 {
  margin-bottom: 40px; }

.margin_bottom_35 {
  margin-bottom: 35px; }

.margin_bottom_30 {
  margin-bottom: 30px; }

.margin_bottom_25 {
  margin-bottom: 25px; }

.margin_bottom_20 {
  margin-bottom: 20px; }

.margin_bottom_15 {
  margin-bottom: 15px; }

.margin_bottom_10 {
  margin-bottom: 10px; }

.margin_bottom_5 {
  margin-bottom: 5px; }

.margin_left_20 {
  margin-left: 20px; }

.margin_right_20 {
  margin-right: 20px; }

.margin_left_10 {
  margin-left: 10px; }

.padding_marging_0 {
  padding: 0;
  margin: 0; }

.padding_top_bottom_10 {
  padding: 10px 0; }

.padding_top_bottom_20 {
  padding: 20px 0; }

.padding_top_bottom_30 {
  padding: 30px 0; }

.padding_top_20 {
  padding-top: 20px; }

.padding_top_30 {
  padding-top: 30px; }

.padding_top_15 {
  padding-top: 15px; }

.padding_top_7 {
  padding-top: 7px; }

.padding_top_5 {
  padding-top: 5px; }

.padding_top_10 {
  padding-top: 10px; }

.padding_bottom_20 {
  padding-bottom: 20px; }

.padding_bottom_15 {
  padding-bottom: 15px; }

.padding_bottom_10 {
  padding-bottom: 10px; }

.padding_bottom_5 {
  padding-bottom: 5px; }

.padding_top_none {
  padding-top: 0; }

.padding_10 {
  padding: 10px; }

.padding_TB_15_LR_10 {
  padding: 15px 10px; }

.padding_TB_10_LR_10 {
  padding: 10px; }

.padding_3 {
  padding: 3px; }

.padding_5 {
  padding: 5px; }

.padding_10 {
  padding: 10px; }

.padding_3_th_td th,
.padding_3_th_td td {
  padding: 3px; }

.padding_5_margin_5 {
  padding: 5px;
  margin: 5px; }

.padding_5_left_right {
  padding: 0 5px; }

.padding_10_left_right {
  padding: 0 10px; }

.padding_15_left_right {
  padding: 0 15px; }

.padding_20_left_right {
  padding: 0 20px; }

.padding_20 {
  padding: 20px; }

.padding_15 {
  padding: 15px; }

.padding_5 {
  padding: 5px; }

.padding_right_5 {
  padding-right: 5px; }

.padding_right_10 {
  padding-right: 10px; }

.padding_right_15 {
  padding-right: 15px; }

.padding_right_20 {
  padding-right: 10px; }

.padding_right_20 {
  padding-right: 10px; }

.padding_right_25 {
  padding-right: 25px; }

.padding_left_5 {
  padding-left: 5px; }

.padding_left_10 {
  padding-left: 10px; }

.padding_left_15 {
  padding-left: 15px; }

.padding_left_20 {
  padding-left: 20px; }

.padding_left_25 {
  padding-left: 25px; }

.padding_left_30 {
  padding-left: 30px; }

.padding_top_none {
  padding-top: 0; }

.border_ccc {
  border: 1px solid #ccc; }

.border_top_ccc {
  border-top: 1px solid #ccc; }

.border_top_skyBlue_10 {
  border-top: 10px solid #3E78FF; }

.border_bottom_ccc {
  border-bottom: 1px solid #ccc; }

.border_left_ccc {
  border-left: 1px solid #ccc; }

.border_right_ccc {
  border-right: 1px solid #ccc; }

.border_right_red {
  border-right: 1px solid #f00; }

.border_left_999 {
  border-left: 1px solid #999; }

.border_right_999 {
  border-right: 1px solid #999; }
