﻿body {
    font-family: 'Noto Serif', sans-serif;
}
.cusTextbox {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1%;
  margin-top: 1%;
}
.cusBtnSearch {
  margin-bottom: 1%;
  margin-top: 1%;
}
.cusTextboxRead {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1%;
  margin-top: 1%;
  background: #cccccc
}
.single-line {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1%;
  margin-top: 1%;
}
.Calender-box{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 4px;
    margin-top: 4px;
}
.color-background{
     background-color:#F8F7F7;
        }

.line{
    border:1px solid #000000;
    align-content:flex-start;
}
.border-login{
     border:2px solid  #000000;
     background-color:white;
     border-radius:4px;
}
.center{
    text-align:center;
}
.left{
    text-align:left;
}
.right{
    text-align:right;
}
.custext-login {
     color: #000000;
     font-size: 16px;
        }
.buttonfont {
    font-weight:bold;
    margin:1.5%;
}
.marginObject {
    margin:1%;
}
.headertable {
    color:#0000CC;
}
.selectwidth{
    margin:1%;
    width:100%;
}
.buttondedault{
    float:left;
    margin:1%;
}
.buttonSave{
    float:right;
    margin:1%;
    font-weight:bold;
}
.mtopbot{
    margin-top:4px;
    margin-bottom:4px;
}
.thhearder{
    background-color:#DDDDDD;
}
#textcenter{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ceter-vertical {
    text-align: left; 
}
.homeheadertable{
    color:#0000CC;
    height: 75px;
}

.dropdown {
  position: absolute;
}


.dropdown,
.dropdown{
  margin: 0px;
  padding: 0px;
}


.dropdown{
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight:bold;
}

.dropdown a {
  background-color: #990000;
  display: block;
  padding: 8px 20px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: auto;

}

.dropdown a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px 5px 5px;
}

.dropdown ul {
  background-color: #990000;
  border: 0;
  color: #ffffff;
  display: none;
  left: 0px;
  position: absolute;
  top: 54px;
  width: 280px;
  list-style: none;
  overflow: auto;
}

.dropdown span.value {
  display: none;
}

.dropdown ul li a {
  padding: 5px;
  display: block;
  color:white;
}

.dropdown ul li a:hover {
  background-color:black;
  color:white;
}
.font-size {
    font-size:13px;
}
@media all and (max-width: 750px) 
    {
      .myclass a {
      color:white;
    }  
}

.input-validation-error 
{
    border: 1px solid #a94442 !important;
}
.checkbox {
    display: inline-block;
}
.headertable th{
    text-align:center;
}
.headertable td{
    display: table-cell;
    text-align: center;
    vertical-align: middle !important;

}

.tableCustom{
    border-collapse: collapse;
    width: 100%;
}
.tableCustom td, th, tr {
    border: 1px solid #ddd;
    padding: 8px;
    border:1px dashed  #dddddd;
}
/*.tableCustom tr:nth-child(even) {
    background-color: #f2f2f2;
    border:1px dashed gray;
}*/
.tableCustom tr:hover {
    background-color: #ddd;
}
.tableCustom th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f2f2f2;
    border:1px dashed #dddddd;
}
#carImageTable td{
    display: table-cell;
    text-align: center;
    vertical-align: middle !important;
}
setTitle
{
    font-size:25px;
    font-style:italic;
    font-weight:200;
}
.imgCustom {
    width: 500px !important;
    height: 500px !important;
}
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #990000;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
#applDocStatus_table  tr:first-child {
    color: #0000CC;
}
#applicationhistory_table  tr:first-child {
    color: #0000CC;
}
#rowB tr:nth-child(2) {
    color: #0000CC;
}
#rowCB tr:nth-child(2) {
    color: #0000CC;
}
#rowBUS tr:nth-child(2) {
    color: #0000CC;
}
#rowREP tr:nth-child(2) {
    color: #0000CC;
}
#rowOWN tr:nth-child(2) {
    color: #0000CC;
}
#rowSHA tr:nth-child(2) {
    color: #0000CC;
}
#rowG tr:nth-child(2) {
    color: #0000CC;
}
#rowCG tr:nth-child(2) {
    color: #0000CC;
}
#rowBCIC tr:nth-child(2) {
    color: #0000CC;
}
#rowCBCIC tr:nth-child(2) {
    color: #0000CC;
}
#rowBUSCIC tr:nth-child(2) {
    color: #0000CC;
}
#rowREPCIC tr:nth-child(2) {
    color: #0000CC;
}
#rowOWNCIC tr:nth-child(2) {
    color: #0000CC;
}
#rowSHACIC tr:nth-child(2) {
    color: #0000CC;
}
#rowGCIC tr:nth-child(2) {
   color: #0000CC;
}
#rowCGCIC tr:nth-child(2) {
    color: #0000CC;
}
#rowBCA tr:nth-child(2) {
    color: #0000CC;
}
#rowCBCA tr:nth-child(2) {
    color: #0000CC;
}
#rowBUSCA tr:nth-child(2) {
    color: #0000CC;
}
#rowREPCA tr:nth-child(2) {
    color: #0000CC;
}
#rowOWNCA tr:nth-child(2) {
    color: #0000CC;
}
#rowSHACA tr:nth-child(2) {
    color: #0000CC;
}
#rowGCA tr:nth-child(2) {
    color: #0000CC;
}
#rowCGCA tr:nth-child(2) {
    color: #0000CC;
}
.cmt {
    border-radius: 4px;
    border: 1px solid #dadada;
}
.cmtTextarea {
    width: 100%;
    border: none;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
    width: 100%;
    height: 150px;
}
.btnMargin {
    margin: 1%;
}
.btnMarginFile {
    margin: 5px;
}
.margin0{
    margin:0px;
}
.lineCustomize {
    margin: 1%;
    border-bottom: 1px solid #dadada;
}
.lineLeft {
    margin: 1%;
    border-left: 2px solid #000000;
}
.floatRight{
    float:right
}
.floatLeft {
    float: left
}
.sizeImage {
    width: 50px;
    height: 50px;
    margin: 5px;
}
.sizeImage100 {
    height: 100px;
    margin: 5px;
}
.sizeDivImage {
    width: 60px;
    height: 50px;
}
.userCommunication{
    padding: 0px;
}
.fontWeightBold {
    font-weight: bold;
}
.pointer {
    cursor: pointer;
}
.margin-top5 {
    margin-top: 5%
}
.margin-top3 {
    margin-top: 3%
}
#meeting-number-noti, #schedule-number-noti, #car-number-noti, #quotation-number-noti {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 4px;
    background: red;
    color: white;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
    font-size: 12px;
    left: 25px;
    z-index: 101;
}
.modal-dialogz {
    position: absolute;
    left: 60%;
    top: 5%;
}
.bell {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.communicateNotifycation {
    background: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    border-radius: 0 0 2px 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    color: #1d2129;
    overflow: visible;
    position: absolute;
    top: 38px;
    width: 430px;
    z-index: 3;
    right: 0;
}
.hidden{
    display: none;
}
.margin10{
    margin: 10px
}
.comdition {
    padding-top: 4px; 
    padding-bottom: 4px;
}

.my-custom-scrollbar-notify {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y-notify {
    display: block;
}

.underlineHover:hover {
    text-decoration: underline;
}

.checkboxNotify{
    width: 10px;
    height: 10px;
    padding: 0px;
    margin-top: 20px;
}

.margin1{
    margin: 1%
}

.validation-summary-errors {
    font-weight: 600;
    font-style: italic;
    font-size: 90%;
    margin: 10px 0;
    padding: 15px 15px 10px 15px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    border: 1px solid transparent;
    border-radius: 4px;
}

.validation-summary-success {
    color: #4ba74b;
    font-weight: bold;
    padding: 15px 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0);
}

.validation-summary-valid {
    display: none;
}

.margin-top-2 {
    margin-top: 2%
}
.margin-top-bot-1 {
    margin-top: 1%;
    margin-top: 1%;
}
.middle {
    border-bottom-width: 0px;
    vertical-align: middle;
}
.btn-Export {
    color: white;
    background: #999999;
}
.div-button {
    margin-top: 2%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 0%;
}
.search-Condition {
    padding-top: 5px;
    padding-bottom: 5px
}

.point-setting-status {
    padding: 2px;
    border-radius: 5px;
    color: white;
}
    .point-setting-status._0 {
        background-color: red;
    }
    .point-setting-status._1 {
        background-color: forestgreen;
    }
    .point-setting-status._2 {
        background-color: darkgray;
    }

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}

.e-none {
    display: none;
}

.error {
    color: rgb(169, 68, 66);
    font-weight: normal;
}

#tablePointSetting > tbody > tr {
    vertical-align: top !important;
}

.action-button {
    margin-top: 20px;
}

#gridview-data > .tableCustom {
    margin-top: 10px;
}
.action-button > div {
    padding: 0;
    margin-right: 7px;
    width: auto;
}
.action-button button.btn-export {
    color: white;
    background: #999999;
}

.result-action {
    margin-top: 10px;
}

.resp-message > .message > li {
    color: red;
}

.point-history-status {
    padding: 2px;
    border-radius: 5px;
    color: white;
}

.point-history-status._EXPD {
    background-color: #efcc00;
}

.point-history-status._USED {
    background-color: red;
}

.point-history-status._CAN {
        background-color: red;
}

.point-history-status._NTUS {
    background-color: darkgray;
}

#tableProduct > tbody > tr {
    vertical-align: top !important;
}

#conditions .control-search {
    margin-top: 7px;
}

.layout-full-width {
    margin-right: 10px;
    margin-left: 10px;
}

.warning-passpord {
    width: 30px;
    height: 30px;
}

.icon-idcard, .icon-idcard-b, .icon-idcard-c, .icon-idcard-g, .icon-idcard-cg {
    display: table !important;
    top: 5px;
    right: 0px;
    position: absolute;
    z-index: 999;
}
    .icon-idcard-b > .warning-passpord, .icon-idcard-c > .warning-passpord, .icon-idcard-g > .warning-passpord, .icon-idcard-cg > .warning-passpord {
        display: table-cell;
        position: relative !important;
    }
    .icon-idcard > .cic-result-icon, .icon-idcard-b > .cic-result-icon, .icon-idcard-c > .cic-result-icon, .icon-idcard-g > .cic-result-icon, .icon-idcard-cg > .cic-result-icon {
        display: table-cell;
        position: relative !important;
        color: limegreen;
        font-size: 25px;
        vertical-align: top;
    }
.text-55 {
    width: 55px;
}
.text-90-Percent {
    width: 90%;
}
.apprver-chart {
    border: 1px dashed #dddddd;
}
.margin-top-bot-5 {
    margin-top: 5%;
    margin-bottom: 5%
}
.padding-1 {
    padding: 1% 1% 1% 1%
}

.btn-showapp {
    border: 0;
    padding: 0 18px;
    background-color: white;
}

    .btn-showapp:hover {
        background-color: #f2f2f2;
    }