            
body {
  text-align: center;
  padding: 0px;
  margin: 0px;
border: 1px solid #d8d8d8;
    border-radius: 10px;
}
td, th, p, input, textarea, select,ul,li,div, span {
  font-family: Verdana;
  font-size: 9pt;
  color: #555555;
}
td, th, p, textarea, ul,li, div {
  line-height: 22px;
}
a:link, a:visited {
  color: #336699;
}
table {
  empty-cells: show;
}
#form_builder__edit_link {
  float: right;
}
.req {
  color: #aa0000;
}
.fb_error {
  margin-top: 16px;
  padding: 8px;
  box-shadow: 1px 2px 2px #878787;
  background-color: #ffefef;
}


/* page sections */
.ts_page:after {
  -moz-transform: translate(0pt, 0pt);
  background: none repeat scroll 0 0 transparent;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.2);
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.ts_page {
  margin: 0px auto 0px;
 
  position:relative;
 
  text-align: left;
 
}
.ts_header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border: 3px solid #CCCCCC;
  height: 140px;
  background: #3a3a3a; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #777777 0%, #999999 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#3a3a3a), color-stop(100%,#4f4f4f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #3a3a3a 0%,#4f4f4f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #3a3a3a 0%,#4f4f4f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #3a3a3a 0%,#4f4f4f 100%); /* IE10+ */
  background: linear-gradient(45deg,  #3a3a3a 0%,#4f4f4f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#4f4f4f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}
.ts_header h1 {
  margin: 56px 50px;
  padding: 0px;
  font-size: 20px;
  color: white;
}
.ts_content {
	position: absolute;
   width: 100%;
    height: 100%;
}
.ts_continue_block {
  margin-top: 16px;
  padding: 8px;
  box-shadow: 1px 2px 2px #878787;
  background-color: #E9F9E7;
}
.ts_continue_block input {
  float: right;
}

.ts_continue_button {
  margin-top: -14px;
    padding-left: 100px;
}
.highlighted_cell {
  color: #990000;
  background-color: #ffffee;
  text-align: center;
}
.light_grey {
  color: #999999;
}
.ts_field {
  width: 100%;
    padding: 6px 6px 26px;
    list-style: none;
    margin: 0px;
}
.ts_review_table td {
  border-bottom: 1px solid #efefef;
  padding: 3px 5px 2px;
}
h2 {
  font-size: 24px;
}
h3 {
    color: #4c90f4;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0 !important;   
    height: 19px;  
    font-weight: bold;
    text-align: center;
}


/* navigation */
ul#css_nav {
  clear: both;
  width:100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
ul#css_nav li {
  float: left;
  background-color: #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  list-style: none;
  text-align:center;
  margin: 0px 2px 20px 0px;
  color: #666666;
  font-size: 11px;
  line-height: 20px;
}
ul#css_nav li.css_nav_current_page {
  background-color: #999999;
  color: white;
}
ul#css_nav li a:link, ul#css_nav li a:visited {
  display: block;
  text-decoration: none;
  color: white;
  background-color: #999999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul#css_nav li a:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.nav_1_pages li {
  width: 100%;
}
.nav_2_pages li {
  width: 50%;
}
.nav_3_pages li {
  width: 33%;
}
.nav_4_pages li {
  width: 24.7%;
}
.nav_5_pages li {
  width: 19.5%;
}
.nav_6_pages li {
  width: 16%;
}
.nav_7_pages li {
  width: 13%;
}
.nav_8_pages li {
  width: 12%;
}

/* notifications */
.notify {
  border: 1px solid #336699;
  background-color: #ffffee;
  color: #336699;
  padding: 8px;
  width: 400px;
}
.notify li { color: #336699; }
.error {
  font-size: 8pt;
  border: 1px solid #cc0000;
  background-color: #ffffee;
  color: #cc0000;
  padding: 8px;
  width: 550px;
}
.error span {
  color: #cc0000;
  font-weight: bold;
  margin-bottom: 4px;
}

/* for the code / markup editor */
.editor {
  background-color: white;
  border: 1px solid #999999;
  padding: 3px;
}
ul#css_nav li a:hover {
  background-color: #2e425a;
}
h3 a:hover {
  background-color: #c9e2ff;
  color: black;
}
/*thuy addnew*/
input.cf_size_medium {
     width: 100% !important;
    /* border-top-left-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
    /* border: 1px solid #ccc; */
    height: 21px !important;
    border: none;
}
.cf_datepicker {
    width: 89%;
    border-radius: 12px;
    height: 30px;
    background-color: #ecf3fe;
    border: none !important;
}
.pl-10{
	padding-left:10px;
}
td, th, p, input, textarea, select, ul, li, div, span
{
  font-size: 12pt !important;
}
.ts_continue_button input {
    padding-left: 40px;
    color: white;
    /* padding: 2px 10px; */
    border-radius: 3px;
    border: 0px;
    cursor: pointer;
    background-image: url(https://img.vietnamnetad.vn/html/2021/Layer-1.png);
    font-family: -webkit-pictograph;
    font-weight: bold;
    font-size: 18px;
    height: 27px;
    width: 87px;
}

 
