/******** Default Behaviour Tags ********/
/****************************************/
/* RESET STYLE */

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  outline: none;
}
body {
  font-size: 11px;
  background: #fff;
  min-width: 980px;
}
a {
  color: #dd4103;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
select,
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  border: #ccc solid 1px;
  font-size: 11px;
}
input,
textarea {
  padding: 2px 1px 2px 2px;
}
h1 {
  color: #000;
  font-size: 20px;
  line-height: normal;
  margin: 0 0 10px;
}
h2 {
  font-size: 15px;
  color: #333;
  margin: 0 0 10px;
}
h3 {
  font-size: 13px;
  color: #333;
  margin: 0 0 10px;
}
h4 {
  font-size: 12px;
  color: #333;
  margin: 0 0 10px;
}
h5,
h6 {
  font-size: 13px;
  color: #333;
  margin: 0 0 10px;
}
img,
fieldset {
  border: 0;
}
option {
  padding: 1px;
}
.hidden {
  display: none;
}
/***********/
ol,
ul {
  list-style-type: none;
}
dt {
  font-weight: bold;
  text-transform: uppercase;
}
/***********/
th,
td {
  text-align: left;
  padding: 5px;
}
thead {
  font-weight: bold;
}
p {
  line-height: 16px;
}
/********** Common Classes ********/
.clear {
  height: 0;
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.verysmall {
  min-width: 70px !important;
  width: 70px !important;
}
.small {
  min-width: 100px !important;
  width: 150px !important;
  padding: 2px 0px 2px 6px;
}
.medium {
  width: 150px;
}
.large {
  width: 300px;
}
.message {
  color: #f00;
}
/********** Common Structure (for all templates) ********/
/************header
	****************************/
/*#header{ background:url(../images/bgd_header.jpg) 100% 0 no-repeat #FFCC00; height:80px; border-bottom:#fff solid 1px; position:relative }*/
#header {
  height: 80px;
  border-bottom: #fff solid 1px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
#header h1 {
}
#header .header__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#header .header__right h2 {
  font-size: 28px;
}
#header .header__right h3 {
  font-size: 20px;
}
.topnav {
  margin-left: 290px;
  background: url(../images/whiteleftcurve.gif) 0 0 no-repeat #fff;
  height: 17px;
  padding: 1px 15px 0 15px;
}
.topnav li {
  display: block;
  float: left;
  background: url(../images/ico_arrow_01.gif) 0 5px no-repeat;
  padding: 0 0 0 7px;
  margin-right: 10px;
  font-weight: bold;
}
.topnav li a {
  color: #333;
}
.topnav li a:hover {
  text-decoration: none;
  color: #cc6600;
}

/************nav
	****************************/
#nav {
  background: #015cb1;
  height: 32px;
  margin-bottom: 1px;
}
#nav li {
  display: block;
  float: left;
  border-right: #dfe7f1 solid 1px;
}
/* #nav li:last-child {border:none}*/
#nav li .last {
  border: none;
}
#nav li a {
  display: block;
  float: left;
  padding: 7px 15px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
}
#nav li a:hover {
  background: #015cb1;
  text-decoration: none;
  z-index: 1;
}
#nav .current > a,
#nav ul li > ul .current > a,
#nav ul li > ul li > ul .current > a {
  background-color: #5289d0;
}
/* Just sub menu links */
#subMenusContainer a,
#nav li li a {
  text-align: left;
}

/* All menu links on hover or focus */
#nav a:hover,
#nav a:focus,
#subMenusContainer a:hover,
#subMenusContainer a:focus,
#nav a.mainMenuParentBtnFocused,
#subMenusContainer a.subMenuParentBtnFocused {
  color: #fff;
  text-decoration: none;
}

/* sub menu links on hover or focus */
#nav a.mainMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus {
  color: #fff;
  text-decoration: none;
  background: #5289d0;
}
#subMenusContainer a:hover,
#subMenusContainer a:focus,
#subMenusContainer a.subMenuParentBtnFocused {
  color: #fff;
  text-decoration: none;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn {
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused {
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn {
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused {
  text-decoration: none;
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW {
  display: none;
  position: absolute;
  overflow: hidden;
}

/* All ULs and OLs */
#nav ul,
#nav ol,
#subMenusContainer ul,
#subMenusContainer ol {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1em;
}

#subMenusContainer ul {
  padding: 5px 0;
}

/* All submenu OLs and ULs */
#nav ol,
#nav ul,
#subMenusContainer ul,
#subMenusContainer ol {
  background: #015cb1;
  left: 0;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li {
  position: relative;
}
#nav .first {
  background: none;
  padding-left: 0;
}
/* main menu ul or ol elment */
#nav {
  display: flex;
  z-index: 5;
  justify-content: space-between;
  align-items: center;
}

#subMenusContainer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: visible;
  z-index: 9999;
  font-size: 11px;
}
#subMenusContainer li a {
  padding: 5px 15px;
  width: 200px;
  color: #ddd;
  display: block;
}
/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li {
  float: none;
}

#nav li li a {
  /* Just submenu links*/
  position: relative;
  float: none;
}

#nav li ul {
  /* second-level lists */
  position: absolute;
  width: 14.8em;
  margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  margin-top: 2.9em;
}

/* third-and-above-level lists */
#nav li ul ul {
  margin: -1em 0 0 -1000em;
}
#nav li:hover ul ul {
  margin-left: -1000em;
}

/* lists nested under hovered list items */
#nav li:hover ul {
  margin-left: 0;
}
#nav li li:hover ul {
  margin-left: 14.8em;
  margin-top: -2.5em;
}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {
  margin-left: 0;
  margin-top: 2.9em;
}
#nav li li a:focus + ul {
  left: 0;
  margin-left: 1010em;
  margin-top: -2.5em;
}
#nav li li a:focus {
  left: 0;
  margin-left: 1000em;
  width: 12em;
  margin-top: 0;
}
#nav li li li a:focus {
  left: 0;
  margin-left: 2010em;
  width: 12em;
  margin-top: 0;
}
#nav li:hover a:focus {
  margin-left: 0;
}
#nav li li:hover a:focus + ul {
  margin-left: 14.8em;
}

#nav li li li a:focus + ul {
  left: 0;
  margin-left: 1010em;
  margin-top: -2.5em;
}
#nav li li li a:focus {
  left: 0;
  margin-left: 1000em;
  width: 12em;
  margin-top: 0;
}
#nav li li li li a:focus {
  left: 0;
  margin-left: 2010em;
  width: 12em;
  margin-top: 0;
}

/************main
	****************************/
#main {
  width: 100%;
  overflow: hidden;
  padding-bottom: 150px;
}

/************lev
	/* ****************************/
#lev {
  width: 200px;
  float: left;
  padding-right: 10px;
}
#lev li {
  display: block;
  background: url(../images/ico_arrow_01.gif) 10px 20px no-repeat;
  padding: 7px 0 7px 20px;
  font-weight: bold;
  border-bottom: #ccc dotted 1px;
}
#lev li a {
  color: rgb(66, 65, 65);
  display: block;
  padding-right: 10px;
  position: relative;
  display: block;
  padding: 5px 1px;
  text-decoration: none;
  z-index: 10;
}
#lev li a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  background-color: red;
  bottom: 0px;
  left: 0px;
  transition: all 0.3s ease-in-out;
}
#lev li a:hover {
  color: #333;
}
#lev li a:hover::after {
  transform: scaleX(1);
}
/* #lev li a:hover { text-decoration:none; color:#dd4103 } */
#lev li ul {
  padding-top: 5px;
}
#lev li li {
  font-weight: normal;
  border-bottom: none;
  background-position: 8px 14px px;
  padding: 3px 0 3px 15px;
}
#lev .current {
  background: url(../images/ico_arrow_02.gif) 10px 12px no-repeat;
}
#lev .current .current {
  background-position: 5px 8px;
}
#lev .current > a,
#lev .current2 > a {
  color: #dd4103;
}
#lev .currentsub {
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
#lev p {
  padding: 0 0 0 10px;
}
.levInner {
  background: none repeat scroll 0 0 #e7edf6;
  border-radius: 0 10px 10px 0;
  padding: 10px 0;
  width: 100%;
  margin: 0 0 10px 0;
}
/************content
	****************************/
#content {
  margin: 0 15px 0 15px;
}
.manage {
  margin-left: 210px !important;
}
#content p {
  margin-bottom: 10px;
}
.left-content-right .innerContent,
.content-right .innerContent {
  margin-right: 215px;
}
.content-right #content {
  margin-left: 15px;
}
.content #content {
  margin: 0 15px;
}
.contType {
  border: #555 solid 1px;
  padding: 10px;
  margin-bottom: 0px;
}
.tableContent table {
  margin: 0 0 15px 0;
  border-bottom: #c8cfd9 solid 3px;
}
.tableContent td input {
  float: left;
  margin: 0 3px 0 0;
  text-align: left;
  padding: 0 5px;
  height: 20px;
}
.tableContent td .position {
  width: 30px;
  height: 20px;
  float: left;
  margin: 0 3px 0 0;
  text-align: right;
}
.tableContent td .price {
  width: 90px;
  height: 20px;
  float: left;
  margin: 0 3px 0 0;
  text-align: right;
}
.tableContent td .small {
  width: 120px;
  float: left;
}
.tableContent td .verysmall {
  width: 50px;
  float: left;
}
.tableContent td .medium {
  width: 200px;
  float: left;
}
.tableContent td .large {
  width: 470px;
  float: left;
  height: 200px;
}
.tableContent td select {
  height: 21px;
}
.tableContent th {
  padding: 7px 5px;
  background: #c8cfd9;
  color: #000;
  white-space: nowrap;
  vertical-align: top;
}
.tableContent th a {
  color: #000;
  text-decoration: underline;
}
.tableContent th a:hover {
  color: #000;
  text-decoration: none;
}
.tableContent td {
  padding: 14px 4px;
  border-bottom: #dedede solid 1px;
  color: #666;
}
.tableContent td img {
  margin: 0 1px;
}
.tableContent td a {
  color: #666;
  text-decoration: underline;
  color: blue;
}
.tableContent td a:hover {
  color: #dc4b1c;
}
.tableContent .bgType {
  background-color: #ebe9e9;
}
.tableContent .box3 {
  width: 13px;
  height: 13px;
  border: none;
  padding: 0;
  margin: 0;
}
.tableContent td .btnOK {
  width: 40px;
  height: 20px;
  background: #ef8710;
  margin: 0;
  padding: 0;
  font-size: 0.912em;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border: #e07a04 solid 1px;
}
.tableContent td p {
  display: block;
  overflow: hidden;
}

/* error box ------------*/
.errorBox {
  border: #cc0000 solid 1px;
  padding: 10px 10px 10px 40px;
  background: url(../images/error_icon.gif) 10px 10px no-repeat #ffcccc;
  margin-bottom: 15px;
}

/* info box ------------*/
.infoBox {
  border: #33cc00 solid 1px;
  padding: 10px 10px 10px 40px;
  background: url(../images/success_icon.png) 10px 10px no-repeat #ebf8a4;
  margin-bottom: 15px;
}

/* bradcrumb --------*/
.breadcrumb {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 15px 0 0 0;
}
.breadcrumb li {
  display: block;
  float: left;
  background: url(../images/ico_arrow_01.gif) 100% 5px no-repeat;
  font-weight: bold;
  padding: 0 15px 0 0;
  margin-right: 10px;
}
.breadcrumb .last {
  background: none;
}

/*********************/
.latestUpdate {
  float: right;
  margin: 0 0 5px 10px;
}
.latestUpdate table {
  background: #333;
}
.latestUpdate td {
  background: #fff;
  text-align: left;
  vertical-align: top;
}

.formContent fieldset p {
  width: 100%;
  overflow: hidden;
}
.formContent fieldset .left {
  width: 50%;
  float: left;
}
.formContent fieldset .right {
  width: 50%;
  float: right;
}
.formContent fieldset label {
  width: 200px;
  float: left;
  margin-right: 10px;
  text-align: right;
}
.formContent fieldset label .unper {
  text-transform: uppercase;
  width: 150px;
}
.formContent fieldset input {
  width: 350px;
  float: left;
  margin-right: 5px;
}
.formContent fieldset p #dynamicInput {
  width: 500px;
  float: left;
  margin-right: 5px;
}
.formContent fieldset .long {
  width: 470px;
  float: left;
  margin-right: 5px;
}
.formContent fieldset select {
  width: 200px;
  float: left;
  height: 20px;
}
.formContent fieldset .listbox {
  width: 200px;
  float: left;
  height: 200px;
}
.formContent fieldset .small {
  width: 120px;
  float: left;
  margin-right: 9px;
}
.formContent fieldset .verysmall {
  width: 50px;
  float: left;
}
.formContent fieldset .medium {
  width: 200px;
  float: left;
}
.formContent fieldset textarea {
  width: 350px;
  float: left;
  height: 100px;
}
.formContent fieldset .large {
  width: 470px;
  float: left;
  height: 200px;
}
.formContent fieldset .box {
  width: 13px;
  height: 13px;
  border: none;
  margin-top: 2px;
}
.formContent fieldset .lbl {
  width: auto;
  margin-right: 35px;
}
.formContent fieldset .btn {
  margin-left: 210px;
}
.formContent fieldset .btn input {
  width: auto;
  float: none;
  padding: 4px 10px;
  background: #555;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.helpIcon {
  float: left;
  position: relative;
}
.helpIcon:hover .alertPopup {
  display: block;
}
.alertPopup {
  display: none;
  position: absolute;
  left: 10px;
  top: 12px;
  width: 200px;
  background: #fafafa;
  border: #999 solid 1px;
  padding: 0 10px 10px 10px;
}
.alertPopup h4 {
  padding: 3px 10px;
  color: #fff;
  margin: 0 -10px 5px -10px;
  display: block;
  background: #f27f1a;
}
.boxTyle {
  width: 100%;
  margin-bottom: 10px;
  min-height: 20px;
}
#dynamicInput {
  padding-left: 210px;
  overflow: hidden;
}
#listPhoto {
  padding-left: 210px;
  overflow: hidden;
}

.errormsg label {
  color: #f00;
}
.errormsg input,
.errormsg select,
.errormsg textarea {
  border: #f00 solid 1px;
}
.error-container label {
  color: #f00;
}
.error-container .select-drop__top {
  border: #f00 solid 1px;
}

.message {
  border-bottom: 3px solid #84a7db;
  border-top: 3px solid #84a7db;
  padding: 10px 10px 10px 45px;
  margin-bottom: 0px;
  background: url(../images/notice-info.png) no-repeat 4px center #c3d2e5;
  font-weight: bold;
  color: #0055bb;
}

.message2 {
  border-bottom: 3px solid #de7a7b;
  border-top: 3px solid #de7a7b;
  padding: 10px 10px 10px 45px;
  margin-bottom: 15px;
  background: url(../images/notice-alert.png) no-repeat 4px center #e6c0c0;
  font-weight: bold;
  color: #cc0000;
}

.paging {
  width: 100%;
  overflow: hidden;
}
.paging li {
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.paging li a {
  border: 1px solid #cccccc;
  color: #555555;
  display: block;
  float: left;
  height: 15px;
  padding: 1px 6px;
  cursor: pointer;
}
.paging li a:hover {
  background: none repeat scroll 0 0 #cccccc;
  color: #ffffff;
  text-decoration: none;
}
.paging li .paging {
  color: #cc6600;
  text-decoration: none;
}
.paging .current {
  font-weight: bold;
  padding: 2px 4px;
}
.first {
  padding-top: 5px;
}
.listBtn {
  float: right;
}
.listBtn a {
  display: block;
  float: left;
  background: #555;
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  margin-left: 10px;
}
.listBtn a:hover {
  text-decoration: none;
}
.listBtn input {
  display: block;
  float: left;
  background: #555;
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  margin-left: 10px;
}
/*********************/
.tabContent {
  width: 100%;
  position: relative;
}
.tabs {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: #ef8710 solid 2px;
}
.tabs li {
  display: block;
  float: left;
  margin-right: 2px;
}
.tabs li a {
  display: block;
  float: left;
  background: #555;
  color: #ccc;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.tabs li a:hover {
  color: #fff;
  text-decoration: none;
}
.tabs .current a {
  background: #ef8710;
  color: #fff;
}

.search-block {
  position: absolute;
  right: 5px;
  top: 5px;
  left: 300px;
}
.search-block input {
  float: left;
  margin-right: 5px;
  width: 7vw !important;
  height: 15px;
}
.search-block fieldset {
  display: flex;
  justify-content: flex-end;
}
.search-block select {
  float: left;
  margin-right: 5px;
  width: 9vw;
  height: 21px;
  padding: 0px;
}
.search-block .btnSearch {
  width: 70px;
  border: none;
  margin: 0;
  background: #ef8710;
  color: #fff;
  cursor: pointer;
  height: 21px;
  font-weight: bold;
}

.searchs {
  position: absolute;
  right: 0;
  top: -15px;
  float: right;
}
.searchs td {
  padding: 0px;
  margin: 0px;
}
.searchs input {
  float: left;
  margin-right: 5px;
  width: 80px;
  height: 15px;
}
.searchs select {
  float: left;
  margin-right: 5px;
  min-width: 150px;
  height: 20px;
  padding: 2px;
}
.searchs .btnSearch {
  width: 70px;
  border: none;
  margin: 0;
  background: #ef8710;
  color: #fff;
  cursor: pointer;
  height: 21px;
  font-weight: bold;
}
/*********************/
.contType2 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.contType2 h3 {
  border-bottom: #ccc solid 2px;
  padding-bottom: 5px;
}
.contType2 h3 a {
  float: right;
  font-weight: normal;
  font-size: 0.912em;
}
.infoType {
  width: 47%;
  float: left;
  margin-right: 5%;
}
.infoType.last {
  margin-right: 0;
}
.infoType fieldset {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.infoType fieldset input {
  width: 200px;
  float: left;
  margin-right: 5px;
  height: 15px;
}
.infoType fieldset .btnSubmit {
  width: 70px;
  border: none;
  margin: 0;
  background: #555;
  color: #fff;
  cursor: pointer;
  height: 21px;
}

.tblType th {
  background: #c8cfd9;
  padding: 7px 5px;
  border-bottom: #dedede solid 1px;
}
.tblType td {
  border-bottom: #dedede solid 1px;
}
.tblType .bgType td {
  background: #ebe9e9;
}

/************context
	****************************/
#contextual {
  width: 200px;
  float: right;
  margin: 0;
}
.contextInfo {
  border: #ebebeb solid 1px;
  border-top: none;
  padding: 10px;
}
#contextual h2 {
  font-size: 13px;
  background: #ebebeb;
  padding: 3px 10px;
  margin: 0;
  border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
}
.listStyle li {
  background: url(../images/ico_li.gif) 0 6px no-repeat;
  padding: 0 0 0 10px;
  margin: 0 0 7px 0;
}

/************footer
	****************************/
#footer {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #555;
}
#footer ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: center;
}
#footer li {
  display: inline;
  padding: 0 7px;
  border-left: #828282 solid 1px;
}
#footer li:first-child {
  border: none;
}
#footer li a {
  color: #ccc;
}
#footer li a:hover {
  color: #fff;
  text-decoration: none;
}
#footer p {
  color: #ccc;
}

/*------ User type */
.statusStaff {
}
.statusAdmin {
  color: #009933;
}
.statusFounder {
  color: #ff0000;
}
.statusSiteStaff {
  font-weight: bold;
}
.statusSiteAdmin {
  font-weight: bold;
  color: #009933;
}
.statusSiteFounder {
  font-weight: bold;
  color: #ff0000;
}
.statusEnabled {
}
.statusExport {
  color: #0000ff;
}
.statusImportBill {
  color: #000000;
}
.statusExportBill {
  color: #0000ff;
}
.statusdestroyBill {
  color: #ff0000;
}
.statusDisabled {
  color: #ff0000;
}
.statusDeleted {
  font-weight: bold;
  color: #ff0000;
}

/* @-webkit-keyframes my {
		0% { color: #f80a0a; }
		50% { color: #fff;  }
		100% { color: #f80a0a;  }
	}
	@-moz-keyframes my {
		0% { color: #f80a0a;  }
		50% { color: #fff;  }
		100% { color: #f80a0a;  }
	}
	@-o-keyframes my {
		0% { color: #f80a0a; }
		50% { color: #fff; }
		100% { color: #f80a0a;  }
	}
	@keyframes my {
		0% { color: #f80a0a;  }
		50% { color: #fff;  }
		100% { color: #f80a0a;  }
	}
	.btn-popup-reason{



				font-size:13px;
				font-weight:bold;
			-webkit-animation: my 3000ms infinite;
			-moz-animation: my 3000ms infinite;
			-o-animation: my 3000ms infinite;
			animation: my 3000ms infinite;

	} */
.statusDestroyed {
  font-weight: bold;
  color: #380606;
}
.statusCompleted {
  font-weight: bold;
  color: #009900;
}
.statusContacted {
  font-weight: bold;
  color: #ff5e00;
}
.statusNotpayment {
}
.statusPayment {
  color: #009900;
}
.statusDelivery {
  color: #0023fb;
}
.statusDelived {
  font-weight: bold;
  color: #0023fb;
}
/* items per page -----*/
.infoType2 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.item-pages {
  float: left;
  overflow: hidden;
}
.item-pages label {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.item-pages select {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 21px;
  padding: 0px;
}
.listCategory {
  float: right;
  overflow: hidden;
}
.listCategory select {
  float: left;
  margin-right: 5px;
  min-width: 150px;
  height: 21px;
  padding: 0px;
}
.listCategory .btnSubmit2 {
  width: 70px;
  border: none;
  margin: 0;
  background: #555;
  color: #fff;
  cursor: pointer;
  height: 21px;
  font-weight: bold;
}

.btn input {
  background: none repeat scroll 0 0 #555555;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  height: 25px;
  margin: 0 5px 0 0;
  width: 70px;
}
.btnexport input {
  background: none repeat scroll 0 0 #555555;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  height: 25px;
  margin: 0 5px 0 0;
  width: 70px;
  margin-left: 10px;
  text-align: center;
  float: left;
}
.datetime {
  color: #fff;
  padding: 0 10px 0 10px;
}
.datetime strong {
  color: #fff;
}
.datetime a {
  color: #fff;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}

/***** Form View Order ***********/
.formView {
  width: 100%;
  overflow: hidden;
}
.formView p {
  font-size: 12px;
  margin-left: 10px;
}
.formView strong {
  color: #0330fd;
  text-transform: none;
}
.formView label {
  min-width: 180px;
  float: left;
  margin-right: 10px;
  text-align: left;
}
.formView .infoCustomer {
  width: 49%;
  float: left;
  border: 1px solid #cccccc;
}
.formView .infoCustomer h3 {
  margin: 5px 0 10px 10px;
}
.formView .infoOrder {
  width: 100%;
  float: right;
  border: 1px solid #cccccc;
}
.formView .infoOrder h3 {
  margin: 5px 0 10px 10px;
}
.formView .infoOrder table {
  width: 96%;
  margin: 5px 0 10px 10px;
}
.infoOrder td .last {
  float: right;
}

/* popup2 -------------*/
.popup2 {
  width: 480px;
  position: absolute;
  left: 0;
  top: -10000px;
  background: #fff;
  padding: 10px;
  border: #ef8710 solid 2px;
}
.btnClose2 {
  text-align: right;
  margin-bottom: 10px;
}
.btnClose2 a {
  text-decoration: underline;
}
.btnClose2 a:hover {
  text-decoration: none;
}
.popupInne2r {
  width: 100%;
}
.popupInner2 ul {
  background: url(../images/bgd_line_04.gif) 0 100% repeat-x #fff;
  width: 100%;
  overflow: hidden;
  border-bottom: #ddd solid 1px;
  border-top: #ddd solid 1px;
  height: 23px;
  margin-bottom: 15px;
}
.popupInner2 fieldset p {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.popupInner2 fieldset label {
  display: block;
  float: left;
  width: 100px;
  margin-right: 5px;
}
.popupInner2 fieldset input {
  float: left;
  width: 370px;
  border: #b5b5b5 solid 1px;
  border-top: #dbdadb solid 1px;
}
/******************/
.contType3 {
  width: 100%;
  overflow: hidden;
}
.listFile {
  width: 35%;
  float: left;
  margin-left: 210px;
}
.listFile li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.listFile li a {
  color: #555;
}
.listFile li a:hover {
  color: #cc6600;
}
.listFile .btnDelete {
  float: right;
  margin-left: 10px;
  text-decoration: underline;
}
.listFile .btnDelete:hover {
  text-decoration: none;
}
.listPhoto {
  width: 75%;
  float: left;
  margin-left: 210px;
}
.listPhoto li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  height: 100px;
}
.listPhoto .btnDelete {
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 8px;
  color: #fff;
}
/* Multi upload*/
div.multiupload {
  border: 1px outset gray;
  float: left;
  padding: 3px;
  background: #eee;
}
div.multiupload div.list {
  border: 1px inset gray;
  background: #fff;
}
div.multiupload div.list div.item {
  margin: 1px;
  background: #eee;
}
div.multiupload div.list div.item:hover {
  background: #ccc;
}
div.multiupload div.list img {
  float: left;
  margin: 3px;
  cursor: pointer;
}
/* icons */
.icons {
  width: 100%;
  overflow: hidden;
}
.icons ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.icons li {
  width: 80px;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 68px;
}
.icons li a {
  color: #555;
}
.icons li a:hover {
  color: #cc6600;
  text-decoration: none;
}
.icons li.last {
  margin-right: 0;
}
#content .icons li p {
  margin-bottom: 25px;
}
/* .center { text-align:center; padding-left:21px; padding-bottom:5px} */
.right {
  text-align: left;
}
.addProduct {
  display: none;
}
#close {
  display: none;
}
#requestdetail {
  font-size: 19px;
  color: #f00;
}
#report_print em {
  font-size: 9px;
}
/* Add css by Quoc Minh */
.tabContainer {
  width: 100%;
  overflow: hidden;
  display: block;
  clear: both;
  margin-bottom: 15px;
}

.tabToggle {
  height: 30px;
  background: url(../images/line_tab.gif) repeat-x 0 100%;
  padding: 2px 0 0 3px;
  overflow: hidden;
  display: block;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.tabToggle li {
  height: 30px;
  margin: 0 0 0 3px;
  padding: 0;
  display: block;
  float: left;
  background: none;
}
.tabToggle li:first-child {
  margin: 0;
}
.tabToggle li a {
  height: 30px;
  display: block;
  background: url(../images/bg_tab_l.gif) no-repeat 0 0;
  padding: 0 0 0 5px;
  color: #fff;
  text-align: center;
  float: left;
  font-size: 12px;
  overflow: hidden;
}
.tabToggle li a span {
  background: url(../images/bg_tab_r.gif) no-repeat 100% 0;
  padding: 10px 12px 8px 5px;
  color: #fff;
  text-align: center;
  float: left;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
}
.tabToggle li a:hover,
.tabToggle li a.active {
  background: url(../images/bg_tab_active_l.gif) no-repeat 0 0;
  color: #2d2d2d;
  text-decoration: none;
}
.tabToggle li a:hover span,
.tabToggle li a.active span {
  background: url(../images/bg_tab_active_r.gif) no-repeat 100% 0;
  color: #2d2d2d;
}
.tabToggle li:first-child a:hover,
.tabToggle li:first-child a.active {
  background: url(../images/bg_tab_active_l_first.gif) no-repeat 0 0;
}

.tabToggle li a.active {
  cursor: default;
}
.tabToggle li a.active span {
  cursor: default;
}

/*.tabToggle {height:30px;  background:url(../images/line_tab.gif) repeat-x 0 100%; padding:2px 0 0 3px;  overflow:hidden; display:block;
-webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px;
}
.tabToggle li {height:30px; margin:0 0 0 3px; padding:0; display:block; float:left; background:none;}
.tabToggle li:first-child {margin:0;}
.tabToggle li a {height:30px; display:block; background:url(../images/bg_tab_l.gif) no-repeat 0 0;    padding:0 0 0 5px;  color:#FFF; text-align:center;  float:left; font-size:12px; overflow:hidden;}
.tabToggle li a span, .tabToggle li .active{background: url(../images/bg_tab_r.gif) no-repeat 100% 0;   padding:10px 12px 8px 5px;  color:#FFF; text-align:center;  float:left; font-size:12px; cursor:pointer; font-weight:bold;}
.tabToggle li a:hover, .tabToggle li a.active, .tabToggle li .active {background: url(../images/bg_tab_active_l.gif) no-repeat 0 0;  color:#2d2d2d; text-decoration:none;}
.tabToggle li a:hover span, .tabToggle li a.active  span{background: url(../images/bg_tab_active_r.gif) no-repeat 100% 0;  color:#2d2d2d; }
.tabToggle li:first-child a:hover, .tabToggle li:first-child a.active {background: url(../images/bg_tab_active_l_first.gif) no-repeat 0 0;}
.tabToggle li a.active { cursor:default; }
.tabToggle li a.active  span{cursor:default;}*/
.tabContent2 {
  border-bottom: 1px solid #c3c3c3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  clear: both;
  overflow: hidden;
  padding: 10px;
}
.news-tabs-list ul {
  border: medium none;
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
}
.news-tabs-list li {
  background: none repeat scroll 0 0 transparent;
  display: block;
  float: left;
  line-height: 16px;
  margin: 0;
  padding: 0;
  width: 49%;
}
.news-tabs-list li .news-tabs-list-item {
  margin-bottom: 10px;
  overflow: hidden;
  padding: 8px 0 0 45px;
}
.news-tabs-list li:first-child .news-tabs-list-item {
  padding-left: 0;
}
.news-tabs-list li h4 {
  clear: left;
  display: block;
  overflow: hidden;
  width: 100%;
}
.news-tabs-list li a,
.news-tabs-list-item h4 a {
  color: #2c6aa9;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 16px;
  text-decoration: none;
}
.news-tabs-list li p {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
}
.news-tabs-list li img {
  float: left;
  margin-right: 10px;
}
.news-page-detail {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 15px 10px;
}
.news-detail-title {
  clear: both;
  display: block;
  min-height: 25px;
  overflow: hidden;
}
.news-detail-title h3 {
  clear: none;
  color: #2b69a8;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
}
.news-detail-author-info {
  color: #848484;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
}
.news-detail-author-info h5,
.news-tabs-list-item h4 span {
  color: #848484;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 8px;
}
.contentEditor {
  clear: both;
  margin-top: 20px;
  font-size: 12px;
}
.new-detail-relate {
  background: url("../images/bg_news_detail_other.gif") repeat-x scroll 0 0 transparent;
  border: 1px solid #dfdfdf;
  border-radius: 5px 5px 5px 5px;
  padding: 0 0 10px;
  margin-top: 20px;
}
.news-list-relate-line {
  background: none repeat scroll 0 0 #e0e0e0;
  border-radius: 2px 2px 2px 2px;
  height: 4px;
  margin-top: 10px;
  padding: 0;
}
.new-detail-relate .news-list-relate-line {
  margin-top: 5px;
}
.news-relate {
  border: medium none;
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
.new-detail-relate .news-relate {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.new-detail-relate .news-relate-title {
  padding-left: 10px;
}
.news-relate .news-relate-title {
  border: medium none;
  clear: both;
  color: #2c6aa9;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  padding-bottom: 5px;
}

.new-detail-relate .news-list-relate {
  padding-left: 10px;
}
.news-list-relate li {
  background: url("../images/bullet_3.png") no-repeat scroll 0 11px transparent;
  border-top: 1px dotted #cccccc;
  display: block;
  float: left;
  margin: 4px 0 0;
  overflow: hidden;
  padding: 6px 10px 0;
  width: 100%;
}
.news-list-relate li:first-child {
  border: medium none;
  margin-top: 0;
}

.news-list-relate li a {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 16px;
}
.news-list-relate li a:hover {
  color: #2687e7;
  text-decoration: underline;
}
.news-list-relate li .news-item-date {
  color: #848484;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 18px;
}
.tableContent #formType table {
  padding: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
}
.tableContent .formContent {
  padding: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
.userUpload {
  color: #848484;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 8px;
}
#listmenu li ul {
  z-index: 9999;
}
.download_document {
  border-top: 1px solid #969696;
  padding-top: 10px;
  text-align: left;
  width: 100%;
}
.download_document .down {
  background: url("../images/down.gif") no-repeat scroll 0 5px transparent;
  margin-left: 5px;
  padding: 6px 5px 6px 20px;
  color: #dd4103;
}
.email-detail-title-other {
  background: url("../images/ico_email_file.png") no-repeat scroll 0 0 transparent;
  clear: none;
  color: #177ee5;
  font-size: 11px;
  font-weight: normal;
  height: auto;
  margin: 0 0 5px;
  padding: 2px 0 8px 20px;
}
.email-detail-title-other a {
  color: #177ee5;
  display: inline;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  margin-right: 10px;
}

#nav li ul {
  display: none;
  margin: 0 !important;
  left: 0 !important;
  top: 32px;
}
#nav li:hover > ul,
#nav li:focus > ul {
  margin-left: 0;
  display: block;
}
#nav li li:hover > a,
#nav li li:focus > a {
  color: #fff;
  background: #5289d0;
}
#nav li ul ul {
  left: 14.8em !important;
  top: 0;
}

div.day-number {
  background: #999;
  position: absolute;
  z-index: 2;
  top: -5px;
  right: -25px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  width: 20px;
  text-align: center;
}
td.calendar-day,
td.calendar-day-np {
  width: 120px;
  padding: 5px 25px 5px 5px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
/* calendar */
.calendar {
  border-left: 1px solid #999;
}
.calendar-day {
  min-height: 80px;
  font-size: 11px;
  position: relative;
}
.calendar-day {
  height: 80px;
}
.calendar-day:hover {
  background: #eceff5;
}
.calendar-day-np {
  background: #eee;
  min-height: 80px;
}
.calendar-day-np {
  height: 80px;
}
.calendar-day-head {
  background: #ccc;
  font-weight: bold;
  text-align: center;
  width: 120px;
  padding: 5px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.day-number {
  background: #999;
  position: absolute;
  z-index: 2;
  top: -0px;
  right: -25px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  width: 20px;
  text-align: center;
}
.day-number a {
  color: #fff;
  text-decoration: none;
}
.day-number a:hover {
  color: #000;
  text-decoration: none;
}
.calendar-day,
.calendar-day-np {
  width: 100px;
  padding: 5px 25px 5px 5px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.event {
  display: block;
  background-color: #ccc;
  width: 90px;
  height: 19px;
  text-align: center;
  margin: 1px 0px 1px 0px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -khtml-border-radius: 19px;
  border-radius: 19px;
}
.event a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.event a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
td.calendar-daycurrent {
  background: none repeat scroll 0 0 #dfe7f1;
  width: 100px;
  padding: 5px 25px 5px 5px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999999 !important;
}
/*view contract*/
.contRight {
  float: right;
  width: 49%;
  background: #dfe7f1;
  margin-top: 10px;
  border-bottom: #dfe7f1 solid 2px;
}
.contRightInner {
  overflow: hidden;
  margin: -8px 3px 1px;
  background: #fff;
  padding: 10px;
}
.contRight h3 {
  font-size: 14px;
  color: #333;
  line-height: 29px;
  padding-left: 7px;
}
.contLeft {
  float: left;
  width: 50%;
  background: #dfe7f1;
  margin-top: 10px;
  border-bottom: #dfe7f1 solid 2px;
}
.contLeftInner {
  overflow: hidden;
  margin: -8px 3px 1px;
  background: #fff;
  padding: 10px;
}
.contLeft h3 {
  font-size: 14px;
  color: #333;
  line-height: 29px;
  padding-left: 7px;
}
.viewcon {
  margin: -10px 3px -10px;
  overflow: hidden;
  background: #fff;
  padding: 10px;
}
.contOrderInner {
  width: 100%;
  background: #dfe7f1;
  margin-top: 10px;
  margin-bottom: 20px;
}
.contOrderInner h3 {
  font-size: 14px;
  color: #333;
  line-height: 29px;
  padding-left: 7px;
  margin-top: 2px;
}
.contLeftInner tr td {
  text-align: left;
}
.contRightInner tr td {
  text-align: left;
}
.price-input {
}
.tableContent td .price-input {
  width: 70px;
  height: 20px;
  float: left;
  margin: 0 3px 0 0;
  text-align: right;
}
/*update css*/
.update-percent {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  text-decoration: none;
}
.input-percent {
  width: 50px !important;
  margin: 3px 0 0 30px;
}
#addproduct td {
  border-bottom: none;
}
#contractreseller td {
  border-bottom: none;
}
/*------ User type */
.statusStaff {
}
.statusAdmin {
  color: #009933;
}
.statusFounder {
  color: #ff0000;
}
.statusSiteStaff {
  font-weight: bold;
}
.statusSiteAdmin {
  font-weight: bold;
  color: #009933;
}
.statusSiteFounder {
  font-weight: bold;
  color: #ff0000;
}
.statusEnabled {
}
.statusDisabled {
  color: #ff0000;
}
.statusWaitProcess {
  font-weight: bold;
  color: #ff0000;
}
.statusWaitConfirm {
  font-weight: bold;
  color: #0000ff;
}
.statusConfirm {
  font-weight: bold;
  color: #ffc000;
}
.statusUnpaid {
  font-weight: bold;
  color: #00b0f0;
}
.statusPaid {
  font-weight: bold;
  color: #92d050;
}
.statusDeleted {
  font-weight: bold;
  color: #ff0000;
}
.statusDestroyed {
  font-weight: bold;
  color: #7e4e67;
}
.statusCompleted {
  font-weight: bold;
  color: #0000ff;
}
.statusBlockRoom {
  font-weight: bold;
  color: #da9694;
}
.statusPaidHotel {
  font-weight: bold;
  color: #c4bd97;
}
.statusGotRoom {
  font-weight: bold;
  color: #cc00ff;
}
.statusOutRoom {
  font-weight: bold;
  color: #00f;
}
.statusNotpayment {
}
.statusPayment {
  color: #009900;
}
.statusDelivery {
  color: #0023fb;
}
.statusDelived {
  font-weight: bold;
  color: #0023fb;
}
/* items per page -----*/
.contOrderInner .viewcon p a:hover {
  text-decoration: none;
}
.contract-status {
  background-color: #dfe7f1;
  padding: 3px;
}
/*  POPUP */
.popup-sendtofriend {
  background: url("../images/bg_popup.jpg") no-repeat scroll 0 34px #ffffff;
  left: 0;
  position: absolute;
  top: -1000px;
  width: 400px;
}
.popup-sendtofriend h3 {
  background: none repeat scroll 0 0 #ff9a12;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 6px 0 10px 10px;
  text-transform: uppercase;
}
.popup-sendtofriend p {
  margin-bottom: 7px !important;
  margin-left: 10px !important;
  margin-top: 0 !important;
  overflow: hidden;
  width: 95%;
}
.popup-sendtofriend span {
  width: 150px !important;
}
.popup-sendtofriend .btn-close {
  float: right !important;
  font-weight: bold;
  margin: 0;
}
.popup-sendtofriend a {
  background: none repeat scroll 0 0 #fcb24d;
  border: 1px solid #f18c04;
  border-radius: 8px 8px 8px 8px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin: 0 0 10px;
  padding: 5px 0 0;
  text-align: center;
  width: 120px;
}
.popup-sendtofriend .button {
  background: none repeat scroll 0 0 #fcb24d;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  height: 24px;
  margin: 0;
  padding: 0;
  width: 86px;
}
.green {
  color: green;
  font-weight: bold;
}
.orange {
  color: orange;
  font-weight: bold;
}
.black {
  color: black;
  font-weight: bold;
}
.statusDeliveryF {
  color: #ff0000;
}
.statusDeliveryLate {
  color: #fa804b;
}
.bgType {
  background: #ebe9e9;
}
.contract-status a {
  color: indigo;
  font-weight: bold;
}
.contract-status a:hover {
  color: white;
}

/* new css */
#nav li a {
  cursor: pointer;
}
.menu__icon::before {
  content: "";
  display: block;
  background-image: url(../images/arrow-left.png);
  width: 8px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.menu__icon.active::before {
  background-image: url(../images/arrow-right.png);
}

#lev.active {
  position: absolute;
  left: -200px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  width: 250px;
  margin-left: auto;
  margin-right: 20px;
  border-left: 1px solid #dfe7f1;
  border-right: 1px solid #dfe7f1;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #015cb1;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items a,
.select-selected {
  color: #000000;
  padding: 7px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  line-height: 1.4;
  display: block;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #e7edf6;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 50vh;
  overflow: auto;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.4);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items a:hover,
.same-as-selected {
  background-color: #015cb1;
  color: #ffffff !important;
}
.custom-display {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
.custom-display::placeholder{
  color: #ffffff;
}

.combo_box {
  display: inline-flex;
  flex-direction: column;
  margin-right: 9px;
  float: left;
  width: 200px;
  margin-bottom: 24px;
}
.combo_box span {
  padding: 2px 2px 2px 6px;
  background: #015cb1;
  color: white;
}
.combo_box select {
  float: unset !important;
  margin-right: 0 !important;
}
.errorCombo {
  border: 1px solid red;
}

.text-box {
  width: 195px !important;
  margin-right: 9px !important;
}

.select-date {
  border-radius: 3px;
  background-color: #015cb1;
  color: white;
  padding: auto;
  width: 62px;
  height: 22px;
  font-size: 13px;
  margin-top: -3px;
}

.select-css {
  background-color: #015cb1;
  color: white;
  /* text-align: center; */
  /* padding: 4px 8px 6px 11px; */
}

.btnSearch {
  width: 70px;
  border: none;
  margin: 0;
  background: #ef8710;
  color: #fff;
  cursor: pointer;
  height: 21px;
  font-weight: bold;
}

.input_text {
  width: 140px;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
.input_text:focus {
  border-color: #015cb1;
  box-shadow: 0 0 8px 0 #015cb1;
}

.popup__delete {
  position: fixed;
  top: -50%;
  transition: all ease 0.5s;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background-color: white;

  padding: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 9999;

  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.popup__delete--toggle {
  top: 0;
}
.popup__delete h3 {
  font-size: 20px;
  margin: 0 0 16px 0;
}
.popup__delete textarea {
  font-size: 18px;
  width: 96.5%;
  resize: none;
  height: 66px;
  margin-bottom: 16px;
  padding: 4px;
}
.popup__btn__block {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.popup__btn {
  width: 40%;
  font-size: 14px;
  padding: 3px;
  font-weight: bold;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
}
.popup__btn:hover {
  opacity: 0.8;
}
.popup__btn__submit {
  background-color: #000000;
  color: white;
}
.popup__btn__cancel {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.total_price {
  display: flex;
  align-items: baseline;
}
.total_price__heading {
}
.total_price__table {
  margin-left: 20px !important;
  border-collapse: collapse;
}
.total_price__table tr {
}
.total_price__table tr td {
  padding: 10px 30px !important;
  border: #dedede solid 1px !important;
  font-weight: bold;
}

.search__block {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 10px;
}
.search__icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search__icon span {
  font-size: 12px;
  font-weight: bold;
}
.search__icon img {
  width: 26px;
  margin-left: 6px;
}
.search__block .search {
  position: absolute;
  right: 0;
  top: calc(100% + 3px);
  background-color: white;
  box-shadow: 0 0 4px 3px rgb(0 0 0 / 50%);
  border-radius: 3px;
  overflow: hidden;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
}
.search__block .appear {
  opacity: 1;
  pointer-events: all;
}
.search__block .search form fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 560px;
}
.search__block .search form fieldset select {
  width: 48%;
  float: unset;
  margin-right: 0;
  min-width: auto;
  margin-bottom: 12px;
}
.search__block .search input {
  margin-right: 0;
  font-size: 13px;
  height: 19px;
  font-weight: 600;
}
.search__block .search .btnSearch {
  width: 49% !important;
  margin-top: 12px;
  height: 23px;
}
.search__block .search .btnCloses {
  width: 49% !important;
  margin-top: 12px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #555555;
  color: white;
}
.search__block .date__block {
  display: flex;
  align-items: center;
  width: 49%;
  margin-top: 12px;
}
.search__block .date__block span {
  padding-right: 3px;
}
.search__block .date__block input {
  flex: 1;
}

.table__total {
  border: 1px solid #c3c3c3;
  border-collapse: collapse;
}
.table__total th,
.table__total td {
  border: 1px solid #c3c3c3;
}
.table__total th {
  max-width: 120px;
  min-width: 80px;
}
/* custom css */
.mt-60 {
  margin-top: 60px;
}
.none-border {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.block__plus {
  display: flex;
  align-items: center;
}
.icon__plus {
  font-size: 16px;
  margin-left: 8px;
}
.icon__plus i {
  color: #015cb1;
}

.table__scroll {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}
.table__scroll table th {
  white-space: nowrap;
}
.table__scroll table th,
.table__scroll table td {
  padding-left: 10px;
  padding-right: 10px;
}

.select-drop {
  position: relative;
  width: calc(50% - 6px);
  margin-bottom: 12px;
}
.select-drop__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  height: 23px;
  padding: 0 6px;
}
.select-drop__input {
  flex: 1;
  border: 0;
}
.select-drop__body {
  border: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.select-drop__body--active {
  height: auto;
  max-height: 180px;
  overflow: auto;
  border: 1px solid #ccc;
}
.select-drop__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  line-height: 1.3;
  font-size: 13px;
  padding: 0;
  border-bottom: 1px solid;
}
.select-drop__item span {
  display: block;
  width: 100%;
  padding: 5px 0 5px 5px;
}
.select-drop__item input {
  float: unset;
  width: auto !important;
}
.search__block__input {
  width: calc(50% - 11px) !important;
}

.popup-limit-date {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  visibility: hidden;
}
.popup-limit-date--toggle {
  visibility: visible;
}
.popup-limit-date > div {
  margin: auto;
  width: 300px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 14px;
}
.popup-limit-date div h3 {
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: bold;
}
.popup-limit-date div input {
  width: 100%;
  border: 1px solid black;
  outline: 0;
  font-size: 18px;
  border-radius: 8px;
}

.popup-limit-date > div a {
  width: 80px;
  height: 30px;
  border-radius: 14px;
  background-color: #015cb1;
  color: #ffffff;
  /* margin: 15px auto 0 auto; */
  /* margin: 15px 18px 1px -17px; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  float: left;

  text-align: center;
}
.date__block__new {
  display: inline;
  align-items: center;
}
.date__block__new input {
  float: unset;
}
.re-float {
  float: unset !important;
}

.select-drop__icon .icon_down {
  display: none;
  cursor: pointer;
}
.select-drop__icon .icon_up {
  display: block;
  cursor: pointer;
}
.select-drop__icon.select-drop__icon--active .icon_down {
  display: block;
}
.select-drop__icon.select-drop__icon--active .icon_up {
  display: none;
}
.btn_block_new {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.btn_new {
  padding: 7px 15px;
  border-radius: 4px;
  margin-right: 12px;
  margin-top: 12px;
  font-size: 14px;
  cursor: pointer;
}
.btn_new__agree {
  background-color: #015cb1;
  color: #ffffff;
}
.btn_new__reject {
  background-color: #e6c0c0;
  color: #cc0000;
}
.infoCustomer__width {
  width: 49%;
  float: left;
}
.infoCustomer__border {
  border: 1px solid #cccccc;
}

.select-drop__name {
  display: inline-block;
  width: 300px;
  margin-bottom: 0;
}
.select-drop__container {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.select-drop__input {
  width: 120px !important;
}
.select-drop__item--click {
  cursor: pointer;
}
.select-drop__item--click:hover {
  background-color: rgba(195, 195, 195, 0.2);
}

.block__table {
  width: 100%;
  height: 60vh;
  overflow: scroll;
  border: 10px solid white;
}
.block__table table {
  padding: 0 !important;
}
.block__table table thead {
  position: sticky;
  inset-block-start: 0;
}
.wid-250 {
  display: block;
  width: 250px;
}
.convert_num_to_string {
  display: inline-block;
}
.convert_num_to_string::first-letter {
  text-transform: uppercase;
}

.submit-limit-confirm {
  background-color: #0000ff !important;
}
.submit-limit-cancel {
  background-color: #fa0000 !important;
}
.submit-limit-today {
  background-color: #009933 !important;
}
.submit-limit-block {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 24px;
}

.btn_actions {
  display: flex;
  margin-top: 30px;
}
.btn_actions a {
  width: 120px;
  height: 30px;
  border-radius: 8px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  text-decoration: none;
}
.action__cancel {
  background-color: #fa0000 !important;
}
.action__disabled {
  background-color: #009933 !important;
}
.action__enable {
  background-color: #0000ff !important;
}
.flex__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/*css cua thu vien */
.viewer__images {
  display: flex;
  align-items: center;
  overflow-x: scroll;
}
.viewer__images li {
  margin-right: 2px;
  cursor: pointer;
}
.viewer__images li:hover {
  opacity: 0.8;
}
.viewer-toolbar > ul > li {
  height: 48px !important;
  width: 48px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px !important;
}

.image-upload-container {
  position: relative;
  display: inline-block;
}
.delete-image-upload {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dd4103;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delete-image-upload i {
  color: white;
  font-size: 10px;
}
.delete-image-upload:hover {
  opacity: 0.8;
}
.image-upload {
  position: relative;
  display: inline-block;
}
.image-upload img {
}

.item__link {
}
.item__link i {
  cursor: pointer;
}
.item__link i:hover {
  color: red;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger h5 {
  color: #a94442;
  font-size: 14px;
}
.alert-danger .listStyle {
  list-style: none;
}
.alert-danger .listStyle li {
  color: #a94442;
  font-size: 12px;
  background: none;
  padding-left: 0;
}
.alert > ul > li > i {
  margin-right: 5px;
  color: #a94442;
}

.btn_new__add {
  color: white;
  background-color: #cc00ff;
}

.popup-reason,
.popup-reason-add {
  position: fixed;
  top: -100%;
  transition: all linear 0.3s;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 24px 15px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}

.popup-reason--toggle,
.popup-reason-add--toggle {
  top: 0;
}

.popup-reason h3,
.popup-reason-add h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
}

.popup-reason textarea,
.popup-reason-add textarea {
  font-size: 15px;
  height: 60px;
  resize: none;
  padding: 3px;
  width: 300px;
}

.popup-reason-btn,
.popup-reason-btn-add {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 12px;
}

.popup-reason-btn button,
.popup-reason-btn-add button {
  width: 40%;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 3px;
  border-radius: 3px;
}

.popup-reason-btn button:hover,
.popup-reason-btn-add button:hover {
  opacity: 0.8;
}

#btn-ok,
#btn-ok-add {
  background-color: #015cb1;
  color: #ffffff;
}

#btn-cancel,
#btn-cancel-add {
  background-color: #e6c0c0;
  color: #cc0000;
}
.popup-transfer-rights__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
.popup-transfer-rights__modal.active {
  opacity: 1;
  visibility: visible;
}
.popup-transfer-rights {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  width: 300px;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all linear 0.3s;
}
.popup-transfer-rights.active {
  opacity: 1;
  visibility: visible;
}
.popup-transfer-rights h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.popup-transfer-rights form {
  text-align: center;
}
.popup-transfer-rights select {
  width: 100%;
  margin: 12px 0;
  border-radius: 8px;
  height: 30px;
  font-size: 14px;
}
.popup-transfer-rights select option {
}
.popup-transfer-rights__btn-block {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.popup-transfer-rights__btn {
  width: 36%;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-transfer-rights__btn:hover {
  opacity: 0.8;
}
.popup-transfer-rights__btn--cancel {
  background-color: #e6c0c0;
  color: #cc0000;
}
.popup-transfer-rights__btn--confirm {
  background-color: #015cb1;
  color: #ffffff;
}
.action__cancel {
  background-color: #fa0000 !important;
  cursor: pointer;
}
.export {
  text-align: right;
}
.export input {
  background-color: #00923f;
  color: white;
  padding: 5px;
  font-size: 17px;
  cursor: pointer;
}

.search_table {
  position: relative;
  display: block;
  width: 100%;
}
.search_table i {
  display: none;
}
.search_table input,
.search_table select {
  min-width: 86px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin-top: 4px;
  padding: 0;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
}
.search_table select {
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}
.chuyentygia__block {
}
.chuyentygia {
  display: flex;
}
.chuyentygia input {
  width: auto !important;
  float: unset !important;
  cursor: pointer;
}
.chuyentygia label {
  width: auto !important;
  float: unset !important;
}
.loader__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all ease 0.3s;
}
.loader__container.active {
  opacity: 1;
  visibility: visible;
}
.loader {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.select-drop--search {
  width: 100%;
}
.select-drop--search .select-drop__top {
  height: 18px;
  margin-top: 4px;
  background: white;
}
.select-drop--search .select-drop__body {
  position: absolute;
  background: white;
  border-radius: 4px;
}
.select-drop .select-drop__list {
  height: 250px;
  overflow-y: auto;
  padding-right: 6px;
}
.select-drop .select-drop__uncheck {
  margin-top: 8px;
  margin-left: auto;
  width: fit-content;
  outline: 0;
  border: 0;
  border-radius: 4px;
  padding: 4px 8px;
  color: white;
  background-color: red;
  display: block;

  cursor: pointer;
  transition: all linear 0.3s;
}
.select-drop .select-drop__uncheck:hover{
  opacity: 0.8;
}
.select-drop .select-drop__allcheck {
  margin-top: 8px;
  width: fit-content;
  outline: 0;
  border: 0;
  border-radius: 4px;
  padding: 4px 8px;
  color: white;
  background-color: #015cb1;
  display: block;

  cursor: pointer;
  transition: all linear 0.3s;
}
.select-drop .select-drop__allcheck:hover{
  opacity: 0.8;
}
.select-drop--search .select-drop__body--active {
  padding: 8px;
  max-height: 300px;
}
.select-drop--search .select-drop__item {
  width: 210px;
  white-space: pre-line;
  padding: 3px 0;
}
.search_group {
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.search_group label {
  width: 70px;
}
.search_group .search_table {
  flex: 1;
}
.search_group .search_table input {
  margin: 0;
}

.search_popup__open {
  height: 20px;
  padding: 0 6px;
  margin: 4px 0 0 0;
  font-size: 12px;
  font-weight: 600;
  color: black;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  border: 1px solid #ccc;
  background-color: white;
}
.search_popup__modal.active {
  opacity: 1;
  visibility: visible;
}
.search_popup__container{
  position: relative;
}
.search_popup {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 4px;

  padding: 20px;
  width: 260px;
  display: flex;
  flex-direction: column;
  background-color: white;

  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
  z-index: 999;
}
.search_popup.active {
  opacity: 1;
  visibility: visible;
}
.search_popup__close {
  position: absolute;
  top: 6px;
  right: 8px;
  cursor: pointer;

  font-size: 18px;
}
.search_popup__close:hover {
  opacity: 0.8;
}
.search_popup__heading {
  font-size: 18px;
  margin-bottom: 8px;
}
.search_popup__actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 6px;
}
.search_popup__btn {
  width: fit-content;
  margin-left: 6px;
  font-size: 12px;
  width: 70px;
  border-radius: 4px;
  outline: 0;
  padding: 3px 6px;
  background-color: #015cb1;
  color: white;
  border: 0;
  cursor: pointer;
}
.search_popup__btn--cancel{
  background-color: red;
}
.search_popup__btn:hover {
  opacity: 0.8;
}
.popup-success{
  position: fixed;
  z-index: 9999999;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 0.3s;
}
.popup-success.active{
  opacity: 1;
  top: 30px;
  visibility: visible;
}
.popup-success i{
  color: green;
  font-size: 20px;
}
.popup-success span{
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}
.js_find_option input{
  width: 195px !important;
  margin: 0;
}