/* NAV TABS */


/* login */

.login-page {
  /* background: #FFF; */
  /* background-image: url('../images/bg_main.jpg'); */
  /* padding-top: 20px; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: url('../images/bg_main.jpg') center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed
  }
.login-box-body, .register-box-body {
	background: #FFF;
	padding: 20px 80px;
	border-top: 0;
	color: #111111;
	width: 540px;
	margin: auto;
}
.login-box, .register-box {
  width: 95%;
  top: 8%;
  margin: auto;
  position: relative;

}

.login-logo2{
  background-image: url('../images/login_logo.png');
  background-size: cover;
  margin: 0px auto;
  width: 568px;
  height: 47px;
  margin-bottom: 15px;
}

/* index */


.nav-tabs-custom > .nav-tabs > li > a > i{
  margin-top: -10px;
  right: -5px;
  position: relative;
  color: #999
}


.navbar-nav>.user-menu>.dropdown-menu>li.user-header>div>label {
  z-index: 5;
  color: #fff;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  margin-top: 10px;
}
.content-header>.breadcrumb>li>a {
  color: #72afd2;
  text-decoration: underline;
}

table.dataTable > thead > tr > th{
  text-align: left;
}

table.dataTable > tbody > tr > td{
  text-align: left;
}

.table-col-text-align{
  text-align: center;
}

td.table-col-action2{
  max-width: 80px;
}

td > a:hover{
  cursor: pointer;
}

.ztree *{
  font-size: 14px;
}
.ztree li{
  line-height: 16px;
}

.user-image2{
  display: inline-block;
  /* float: left;
  width: 25px;
  height: 25px;
  margin-right: 5px; */
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>div.headimg {
  z-index: 5;
  height: 80px;
  width: 80px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255,255,255,0.2);
  left: 50%;
  margin-left: -40px;
  position: relative;
  font-size: 54px;
  color: white;  
}

@media screen and (max-width: 768px) {
 

  .hhhh{
    display: none;
  }
}

.dl-horizontal dt {
  width: 280px;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 300px;
}

.center {
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.top-margin2 { 
  margin-top:2px;
}

.top-margin5 { 
  margin-top:5px;
}

.top-padding5 { 
  padding-top:5px;
}

.right-margin5 {
  margin-right: 5px;
}

.row-bordered:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0 15px;
}

.border_top_dotted::before {
  content: "";
  display: block;
  border-top: 1px dashed #eee;
  margin: 0 15px;
}

/* horizontal timeline*/
.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 70vw;
  height: 140px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input {
  width: 25px;
  height: 25px;
  background-color: #CCCCCC;
  border-color: #517394;
  position: relative;
  border-radius: 50%;
}

/* .input:hover {
  cursor: default;
} */

.input.clickable:hover {
  cursor: pointer;
  background-color: #517394;
}

.input:last-child::after:hover{
  background-color: white;
}

.input::before, .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #AEB6BF;
  width: 8vw;
  height: 5px;
  /* max-width: 50px; */
}
.input::before {
  left: calc(-8vw + 12.5px);
}

.input:first-child::before{
  left: 0px;
  width: 0px;
}

.input::after {
  right: calc(-8vw + 12.5px);
}

.input:last-child::after{
  right: 0px;
  width: 0px;
}

.input.active {
  background-color: #CCCCCC;
}
.input.active::before {
  background-color: #AEB6BF;
}
.input.active::after {
  background-color: #AEB6BF;
}
.input.active span {
  font-weight: 700;
}
.input.active span::before {
  font-size: 13px;
}
.input.active span::after {
  font-size: 12px;
}
.input.active ~ .input::before, .input.active ~ .input::after {
  background-color: #AEB6BF;
}

.input.active ~ .input {
  background-color: #00a65a;
}

.input.active ~ .input.clickable:hover {
  background-color: #517394;
}

.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before, .input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  content: attr(data-year);
  width: 100px;
  transform: translateX(20px) translateY(-25px);
}

.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}

.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  margin-top: 100px;
  max-width: 1000px;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

.input.current {
  background-color: #dd4b39;
}

@media (min-width: 1250px) {
  .input::before {
    left: -80px;
  }

  .input::after {
    right: -80px;
  }

  .input:first-child::before{
    left: 0px;
  }
  
  .input:last-child::after{
    right: 0px;
  }
}
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }
  .input::before, .input::after {
    height: 3px;
  }
  .input::before {
    left: calc(-7vw + 8.5px);
  }
  .input::after {
    right: calc(-7vw + 8.5px);
  }
  .input:first-child::before{
    left: 0px;
  }
  .input:last-child::after{
    right: 0px;
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #AEB6BF;
  }
  .input::before, .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ECF0F1;
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }

  .input:first-child::before{
    left: 0px;
  }
  .input:last-child::after{
    right: 0px;
  }
}

.cnt-left.dataTable td {
  text-align: left;
}

.cnt-left.dataTable td.td-center {
  text-align: center;
}

.fin-table-input-col{
  max-width: 150px;
  width: 100px;
} 

.fin-tbl-rowspan-col{
  display: table-cell;
  vertical-align:middle !important;
  text-align: center;
  max-width: 150px;
}

.fin-input{
  width: 100px;
} 

.tooltip-inner {
  max-width: 500px;
}

.captcha {
  /**padding: 0px;**/
  display: table-cell; 
  vertical-align: middle;
  text-align: center;
}

.captcha img {

}

.bold {
  font-weight: bold;
}

.result-head{  
  text-align: center;
  vertical-align: middle !important;
}

.result-remark{
  width: 50px;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  
}

.dialog-body-fixheight{
  height: 450px;
}

.st-table table {
  margin-left: auto;
  margin-right: auto;
  width: 56vw;
}

.st-table td {
  width: 14vw;
  vertical-align: top;
  padding: 15px;
}

.st-table td > button, .st-table td > div {
  margin-bottom: 2px;
}

.btn-gap{
  margin-right: 10px;
}

.kh-table th {
  text-align: center;
}

.kh-table td {
  text-align: right;
}

.kh-table input.input-sm {
  width: 100px;
  height: 20px;
  padding: 2px 15px 2px 1px;
}

.kh-table .form-control-feedback {
  width: 10px;
}

.kh-table input.txt-input {
  width: 240px;
}

.kh-table input.small-padding {
  padding-right: 20px;
}

.kh-table td.left {
  text-align: left;
}

.kh-table td.right {
  text-align: right;
}

.kh-table td.center {
  text-align: center;
}

.kh-table td.ywgs {
  max-width: 200px;
  overflow-wrap: break-word;
}

.yw-table th.dc{
  height: 1px;
  line-height: 1px;
  min-width: 100px;
  border: 0px;
  padding: 0px;
}

.table-title {
  background-color: rgb(155, 205, 253);
  display: block;
  padding: 5px 5px 0px 5px;
  width: 180px;
}

.font-small {
  font-size: 0.8em;
}

.red {
  color: red;
}

body:not(.modal-open){
  padding-right: 0px !important;
}

.scroll-bar {
  overflow-x: auto;
}

.no-wrap {
  white-space: nowrap;
}


table.inner-table>tbody>tr>td, 
table.inner-table>tbody>tr>th, 
table.inner-table>tfoot>tr>td, 
table.inner-table>tfoot>tr>th, 
table.inner-table>thead>tr>td, 
table.inner-table>thead>tr>th {
  padding: 2px;
}

table.inner-table{
  margin-bottom: 0px;
}



span.popup-slt-airport-info{
  word-break:normal;
  width:auto; 
  display:block; 
  white-space:pre-wrap;
  word-wrap : break-word ;
  overflow: hidden ;
}

.bg-light-yellow div.timeline-body {
  background-color: #FFFFC8;
}

.border_top_dotted {
  border-top: 1px dashed #eee;
  padding-top: 10px;
}

pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

td.report-desc {
  width: 200px;
  text-align: right;
}

.left-margin-20 {
  margin-left: 20px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.fileinput-upload-button {
  background-color: orange;
}

table.others-tbl-th>thead>tr>th{
  max-width: 32px;
}

#otherInfoEditorTable>tbody>tr>td,
#otherInfoEditorTable>thead>tr>th{
  padding: 4px;
}

#logTable>tbody>tr>td,
#logTable>thead>tr>th{
  padding: 4px;
}


td.name-col {
  max-width: 96px;
}

input.remark{
  width: 100%;
}

.side-td {
  vertical-align: top;
  position: relative;
  padding-bottom: 40px;
}

.side-td p {
  padding-left: 20px;
}

.to-bottom {
  display: block;
  height: 20px; 
  position: absolute;
  bottom: 18px;
}

.aligin-top {
  vertical-align: top;
}

.dj-opt-preview {
  width: 100px;
  text-align: left;
}
#gx-body {
  overflow-x: auto;
}

.form-group .control-label {
  text-align: left;
}

#pjb-preview {
  margin: 0 auto;
}

#pjb-preview th, #pjb-preview td {
  min-width: 100px;
  padding: 5px;
}

#pjb-preview th:first-child, #pjb-preview td:first-child {
  max-width: 200px;
  word-break: keep-all;
}

#pjb-preview th {
  font-weight: bolder;
  text-align: center;
}

#pjb-preview i {
  margin-right: 2px;
}

.show-pjb {
  overflow: auto;
}

.right-padding-100 {
  padding-right: 100px;
}

.border {
  border: 1px solid #eee;
}

.bottom-padding50 {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width:1200px;
  }
}

@media (min-width: 768px) {
  .modal-xxl {
    width: 98%;
    max-width:1900px;
  }
}

div.modal-body {
  display: block;
  overflow: scroll;
}

.pjb-table th, .pjb-table td {
  min-width: 80px;
}

.pjb-table td {
  font-size: 0.9em;
}

.pjb-table th:first-child, .pjb-table td:first-child {
  min-width: 70px;
  max-width: 70px;
  word-break: break-all;
  word-wrap: break-word;
}

.nav-tabs li.active a {
  font-weight: bolder;
}

.myd-sel {
  display: block;
  word-wrap: none;
  width: 60px;
}

.myd-sel {
  cursor: pointer;
}

div.myd-row {
  display: inline-block;
  word-break:keep-all;
  white-space:nowrap;
}

td.myd-col {
  vertical-align: top;
  word-wrap: break-word;
  word-break: break-all;
  width: 80px;
}

td.myd-col div{
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  width: 80px;
}

.myd-selected {
  width: 90%;
  border-radius: 5px;
  border: #CCCCCC solid 1px;
  padding: 10px;
}

.myd-selected span {
  margin-right: 5px;
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
}

pre.remark {
  border: none;
  background: transparent;
  padding: 0px;
}

.align-top {
  vertical-align: top;
}

.mydr-table .seq{
  width: 20px;
}

.mydr-table .fn{
  width: 300px;
}

.mydr-table .click{
  width: 110px;
}

.pjb-title {
  text-align: center;
}

.bottom-margin5 {
  margin-bottom: 5px;
}

.word2 {
  width: 50px;
}

.bolder {
  font-weight: bolder;
}
