@charset "UTF-8";
:root {
  --link_color_1_sBlue: #3288FD; }

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_bg2 {
  background: linear-gradient(to top, rgba(0, 135, 0, 0.5), rgba(0, 135, 0, 0.5), rgba(0, 170, 255, 0.3), rgba(0, 170, 255, 0.1), rgba(0, 170, 255, 0.1), rgba(0, 170, 255, 0.5), rgba(0, 135, 0, 0.5)); }

.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_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; }

.name_bg {
  padding-left: 15px !important; }

.name_bg h2 {
  padding: 0 !important;
  margin: 0 !important; }

.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: 10px solid #ccc;
  border-radius: 80px 0 80px 0;
  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;
  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: linear-gradient(to top right, #02779D, #02A7DC); }

.page_sub_header_area_bg {
  border-bottom: 1px solid #A7A7A7; }

.page_sub_header_bg {
  border-bottom: 1px solid transparent;
  padding: 3px 7px; }

.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: 10px; }
  .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; }

.invDateBG div {
  margin-bottom: 15px; }

.cl_address_bg {
  position: relative; }

.cl_address_bg .cl_address_num_line {
  position: absolute;
  top: 3px;
  right: 20px;
  color: #823800;
  font-size: 12px; }

.input_errorMsg_style {
  font-size: 13px;
  color: #f00;
  padding: 5px; }

.saveClientBtn {
  width: 100%;
  max-width: 80px; }

.display_none {
  display: none; }

.display_bloc {
  display: block; }

.inv_productHeader_bg {
  border: 1px solid #ccc;
  background: linear-gradient(to top, #f2f2f2, #fff); }

.inv_productDetails_bg {
  background: #F4FFF2;
  border: 1px solid #ccc !important; }

.inv_productTotal_bg {
  background: #FFFDF2;
  border: 1px solid #ccc; }

.client_area_bg {
  position: relative; }

.client_area_bg .searchDropdown_style {
  position: absolute;
  width: 100%;
  max-height: 500px;
  top: 35px;
  left: 10px;
  overflow-y: auto;
  z-index: 50; }

.dropdown_list_bg {
  border: 1px solid #ccc;
  padding: 5px;
  padding-left: 10px;
  background: #fff;
  display: block;
  cursor: pointer; }

.dropdown_list_bg a {
  text-decoration: none !important;
  color: #000; }

.dropdown_list_bg:hover {
  border: 1px solid #ccc;
  background: #f2f2f2; }

.dropdown_list_active {
  border: 1px solid #ccc;
  background: #f2f2f2; }

.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; }

.TD_btn_style {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #4660ff;
  color: #4660ff;
  background: #fff; }

.TD_btn_style:hover {
  border: 1px solid #4660ff;
  background: #4660ff;
  color: #fff; }

.TD_btn_style:focus {
  border: 1px solid #4660ff;
  background: #8aaf60;
  color: #fff; }

.inv_btn_area_bg {
  background: #fff2f2; }

.inv_btn_area_bg td {
  padding: 20px 10px !important; }

.inv_btn_area_bg button {
  padding: 7px 30px !important;
  margin-left: 10px; }

.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; }

/*Invoice Print Style Start*/
.invoice_print_tab {
  font-size: 12px;
  width: 100%;
  max-width: 700px; }

.invoice_name_tag_td {
  padding: 30px; }

.invoice_name_tag {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4 30px;
  margin-bottom: 30px;
  border: 1px solid #666;
  background: #DBDBDB; }

.invoice_print_tab tbody {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.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; }

.c_address {
  height: 100px; }

.invoice_no_panel_bg {
  width: 100%; }

.invoice_no_item_bg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0; }

.invoice_no_value_bg {
  text-align: center !important;
  width: 100%;
  max-width: 90px;
  padding: 5px 7px;
  border: 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; }

.client_name_bg {
  width: 100%;
  min-height: 100% !important;
  border: 1px solid #000 !important;
  padding: 5px; }

.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; }

.print_inv_cn {
  font-size: 22px;
  color: #930002; }

.print_inv_address {
  font-size: 12px; }

.td_padding_5 td {
  padding: 5px; }

.invSearch_bg {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.inv_manageTab tr {
  border-bottom: 1px solid #999;
  padding: 15px 0; }

.inv_manageTab tbody tr:hover {
  background: #fff; }

.inv_manageTab td {
  padding: 5px; }

.inv_manageTab_header td {
  font-weight: 600;
  border-bottom: 3px solid #999; }

.dateArea_bg {
  width: 100% !important;
  padding: 20px 0;
  background: #fdffdc;
  border-bottom: 2px solid #ccc; }

.dateField_bg {
  width: 100%;
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right; }

.dateField_bg {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.datePanel_bg {
  padding-right: 20px; }

.dateEach_bg {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 !important; }

.dateEach_bg input {
  width: 100% !important;
  max-width: 220px !important; }

.dateEach_bg span {
  width: 100% !important;
  max-width: 80px !important;
  padding-right: 10px !important; }

.switchArea_bg {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.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; }

.invBack_Btn_style {
  font-size: 16px;
  font-weight: 700;
  height: 35px !important;
  width: auto !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #116fff;
  border-radius: 30px 0 0 30px;
  color: #116fff;
  background: #fff;
  margin: 0 20px !important;
  padding-left: 20px;
  transition: .3s; }

.invBack_Btn_style:hover {
  color: #fff;
  background: #116fff;
  transition: .3s; }

.invBack_Btn_style:focus {
  color: #333;
  background: #FFF3A5;
  transition: .3s; }

.list_single_area_bg_style {
  position: relative;
  border: 1px solid #ccc;
  background: linear-gradient(to right, #fff, #f2f2f2, #fff);
  padding: 30px;
  margin: 15px 0; }

.list_single_area_bg_style .sl_bg {
  position: absolute;
  top: 15px;
  left: -17px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #014E0A;
  color: #fff; }

.list_single_area_bg_style .cb_bg {
  position: absolute;
  left: -15px;
  top: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  border: 2px solid #ccc;
  background: #fff; }

.list_single_step_bg_style {
  margin-bottom: 20px; }

.list_single_step_bg_style strong {
  font-size: 16px; }

.list_single_step_bg_style label {
  display: block; }

.actionArea_bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ccc; }

.actionArea_bg button {
  margin: 3px 0; }

.list_contact_person_header {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #ccc; }

.list_contact_person_tab td {
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.border_top_ccc_td td {
  border-top: 1px solid #ccc; }

.border_top_ccc_te tr {
  border-top: 1px solid #ccc; }

.list_single_side_bg {
  background: linear-gradient(to right, #fff, #f2f2f2, #fff);
  border: 1px solid #ccc;
  padding: 10px; }

.file_Old_edit_bg {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.file_Old_edit_bg a {
  text-decoration: none !important;
  color: #5993FB;
  margin-left: 20px; }

.file_Old_edit_bg a:hover {
  text-decoration: none !important;
  color: #F08D00; }

.load_formItem_bg_1 {
  padding: 20px;
  background: #F3FFF5;
  border: 1px solid #ccc;
  border-top: none; }

.invList_view_style {
  padding: 10px !important;
  border: 1px solid #ccc !important; }

.invViewBtn_style {
  color: #286FFF;
  background: transparent;
  border: 1px solid transparent; }

.invViewBtn_style:hover {
  color: #EB9200;
  background: transparent;
  border: 1px solid transparent; }

.attachment_tab_1 td {
  font-size: 12px;
  border: thin solid #ccc;
  padding: 5px; }

.a_inv_no_view {
  text-decoration: none;
  font-size: 14px;
  color: #4483F3;
  padding: 3px 1px;
  margin: 0 3px;
  border-radius: 2px; }

.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; }

.settings_label_link_000_1:hover {
  text-decoration: none;
  color: #2100F9; }

.color_green_1 {
  color: #0D8000; }

.createNew_btn_style {
  padding: 7px 25px;
  color: #AFE5FF;
  background: #00045A;
  border: 2px solid #00045A;
  border-radius: 30px; }

.createNew_btn_style:hover {
  color: #00045A;
  background: #AFE5FF;
  border: 2px solid #00045A; }

.createNew_btn_style:focus {
  color: #00045A;
  background: #fff;
  border: 2px solid #00045A; }

.createNew_btn_style:disabled {
  color: #ccc;
  background: #f2f2f2;
  border: 2px solid #ccc; }

.createNew_btn_style:disabled:hover {
  color: #ccc;
  background: #f2f2f2;
  border: 2px solid #ccc;
  cursor: not-allowed; }

.search_numRow_bg {
  margin-bottom: 10px !important; }

.bg_action_yes22222222222222222 {
  background: #fff; }

.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; }

.border_red {
  border: 1px solid #f00; }

.id_num_view_nd_style {
  padding: 5px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  font-size: 16px;
  text-align: center;
  display: block; }

.alertMsg_style {
  font-size: 12px;
  color: #f00;
  display: none; }

.ins_step_header_bg_1 {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 15px;
  margin-bottom: 5px;
  background: linear-gradient(to right, #fff, #e5e5e5);
  border: 1px solid #ccc;
  border-radius: 0 30px 30px 0; }

.required_field_msg {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc; }

.for_the_checkbox_bg {
  padding: 7px 20px;
  background: #fffeee;
  border: 1px solid #999;
  border-radius: 30px 0 0 30px; }

.for_the_checkbox_bg.active {
  border-radius: 30px 0 0 0; }

.for_the_bg_style {
  margin-top: 20px;
  border: 1px solid #ccc; }

.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_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; }

.viewed_msg_1 {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 5px 20px;
  margin: 10px 0;
  border-left: 5px solid #BDBDBD; }

.hints_load_bg_style {
  position: relative;
  font-size: 13px;
  padding: 3px 3px 3px 30px;
  margin: 5px 0 10px 15px;
  border: 1px solid #137000;
  background: #EBFFEA; }

.hints_load_bg_style .hintsClose_btn_style {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  font-weight: 600;
  color: #FF4F00;
  background: #fff;
  border: 1px solid #FF4F00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s; }

.hintsClose_btn_style:hover {
  color: #fff;
  background: #FF4F00;
  border: 1px solid #FF4F00;
  transition: .3s; }

.hintsClose_btn_style:active {
  color: #fff;
  background: #016405;
  border: 1px solid #FF4F00;
  transition: .3s; }

.hints_load_bg_style .status_img {
  position: absolute;
  top: 47px;
  right: 100px;
  transform: rotate(15deg); }

.hints_all_item_bg {
  padding: 10px;
  border: 1px solid #137000;
  background: #FFF; }

.hints_all_item_heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ccc; }
  .hints_all_item_heading .heading_l {
    font-weight: 500;
    color: #0F7600;
    display: inline-block; }
  .hints_all_item_heading .heading_r {
    text-align: right;
    display: inline-block; }

.hints_all_item_bg.notFound {
  font-size: 14px;
  border-color: #f00 !important;
  background: #FFF4F4;
  padding-right: 25px; }

.slip_data_ajax_each_bg {
  padding: 15px;
  border-bottom: 1px solid #ccc; }

.slip_data_ajax_each_bg:last-child {
  border-bottom: none; }

.slip_data_ajax_flat_name_bg {
  padding: 3px 7px 3px 20px;
  border-left: 5px solid #ccc; }

.slip_no_bg_style_1 {
  text-align: center;
  width: 120px;
  display: block;
  padding-right: 20px; }
  .slip_no_bg_style_1 .slip_no {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: #333; }
  .slip_no_bg_style_1 .slip_no_title {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 3px; }

/*.list_view_tab_2 {
	.odd {
		background: #E1FFE1;
	}
	
	.even {
		background: #FFEAEA;
	}	
}*/
.list_view_tab_2 .odd {
  background: #FFFEF4; }
.list_view_tab_2 .even {
  background: #F8F8F8; }

.list_view_tab_2 td {
  border-bottom: thin solid #ccc; }

.list_view_tab_2 thead tr {
  border: thin solid #999;
  border-bottom: thin solid #ccc;
  background: linear-gradient(to top, #f2f2f2, #fff); }

.list_view_tab_2 thead td {
  padding-top: 7px;
  padding-bottom: 7px; }

.list_hints_bg {
  border: thin solid #fff;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 7px; }

.list_flat_name_bg {
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  padding: 4px 15px;
  width: 80px;
  display: block;
  color: #4D4D4D;
  border: 1px solid #ccc; }

.list_slip_name_bg {
  width: 120px;
  display: inline-block; }
  .list_slip_name_bg .list_slip {
    font-size: 30px;
    padding: 0 7px; }
  .list_slip_name_bg .list_unit_checkbox_bg {
    font-size: 11px;
    border: thin solid #ccc;
    border-radius: 80px;
    padding: 5px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2)); }

.bg_tp_tab tr,
.bg_tp_tab th,
.bg_tp_tab td {
  background: transparent !important; }

.search_res_key_color_1 {
  color: #339300; }

.num_atts_style {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 0px;
  background: #0C4B00;
  color: #fff;
  border: 1px solid #999;
  border-radius: 30px;
  display: block; }

.help_tag {
  cursor: help; }

/*//////////////////////// 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; }

.msgA-over-cc-1,
.msgA-msg-cc-1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  display: block;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.2);
  display: none; }

.msgA-over-cc-1 .msgA-popup-box,
.msgA-msg-cc-1 .msgA-popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc; }

.msgA-msg-cc-1 i.yes {
  font-size: 50px;
  color: #318200; }

.msgA-msg-cc-1 i.no {
  font-size: 50px;
  color: #f00; }

.msgA-msg-cc-1 i.warring {
  font-size: 50px;
  color: #CC5F00; }

.msgA-msg-cc-1 i.help {
  font-size: 50px;
  color: #008CFF; }

.msgA-msg-cc-1 i.question {
  font-size: 50px;
  color: #006C8E; }

.msgA-msg-cc-1 .msgA-msg {
  font-size: 18px;
  font-weight: 500;
  text-align: center; }

.msgA-popupA-1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px #999;
  z-index: 999;
  display: none;
  transition: .3s; }

[class^="msgA-popupA-full-"], [class*=" msgA-popupA-full-"] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  display: block;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
  display: none; }

.msgA-popup-box {
  overflow: visible; }

.msgA-popupA-full-tl-1 .msgA-popup-box {
  position: absolute;
  top: 20px;
  left: 20px; }

.msgA-popupA-full-tc-1 .msgA-popup-box {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto; }

.msgA-popupA-full-tr-1 .msgA-popup-box {
  position: absolute;
  top: 20px;
  right: 20px; }

.msgA-popupA-full-lc-1 .msgA-popup-box {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%); }

.msgA-popupA-full-cc-1 .msgA-popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.msgA-popupA-full-rc-1 .msgA-popup-box {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.msgA-popupA-full-bl-1 .msgA-popup-box {
  position: absolute;
  left: 20px;
  bottom: 20px; }

.msgA-popupA-full-bc-1 .msgA-popup-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto; }

.msgA-popupA-full-br-1 .msgA-popup-box {
  position: absolute;
  bottom: 20px;
  right: 20px; }

.msgA-popup-box {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid #c2c2c2;
  display: inline-block; }

.msgA-scroll-y .msgA-popup-box {
  max-height: 95vh;
  overflow-y: auto; }

.msgA-popup-box.msgA-popup-tp {
  background: transparent; }

.msgA-popup-box.boxA-300 {
  width: 300px; }

.msgA-popup-box.boxA-400 {
  width: 500px; }

.msgA-popup-box.boxA-500 {
  width: 400px; }

.msgA-popup-box.boxA-500 {
  width: 500px; }

.msgA-popup-box.boxA-600 {
  width: 600px; }

.msgA-popup-box.boxA-700 {
  width: 700px; }

.msgA-popup-box.boxA-800 {
  width: 800px; }

.msgA-popup-box.boxA-900 {
  width: 900px; }

.msgA-popup-box.boxA-1000 {
  width: 1000px; }

.msgA-popup-box.boxA-1100 {
  width: 1100px; }

.msgA-popup-box.boxA-1200 {
  width: 1200px; }

.msgA-popup-box.boxA-500 {
  width: 500px; }

.msgA-popup-box .btnA-msg-pos-tr {
  position: absolute;
  top: 5px;
  right: 5px; }

.btnA-msg-close-symbol-1 {
  width: 28px;
  height: 30px;
  font-size: 27px;
  text-align: center;
  line-height: 0;
  padding-bottom: 7px !important;
  color: #8F8686;
  background: linear-gradient(to top, #f2f2f2, #fff);
  border: 1px solid #A49C9C;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: .3s; }

.btnA-msg-close-symbol-1:hover {
  color: #f00;
  background: transparent;
  border: 1px solid #f00;
  transition: .3s; }

.btnA-msg-close-symbol-1:active {
  color: #009310;
  background: transparent;
  border: 1px solid #009310;
  transition: .3s; }

.btnA-msg-close-1 {
  font-size: 16px;
  text-align: center;
  padding: 2px 20px;
  color: #8F8686;
  background: linear-gradient(to top, #f2f2f2, #fff);
  border: 1px solid #A49C9C;
  transition: .3s; }

.btnA-msg-close-1:hover {
  color: #f00;
  background: linear-gradient(to top, #f2f2f2, #fff);
  border: 1px solid #f00;
  transition: .3s; }

.btnA-msg-close-1:active {
  color: #009310;
  background: transparent;
  border: 1px solid #009310;
  transition: .3s; }

.msgA-popup-header {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

.msgA-popup-footer {
  text-align: right;
  padding-top: 5px;
  margin-top: 20px;
  border-top: 1px solid #ccc; }

.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 ///////////////////////////////////////////////////////*/
.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; }

/* ====== 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_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; }
