/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

#userguide {
top: 20%;
outline: none;
}

.menuapplicationform {
    position: relative;
    height: 450px;
    background-image: url("../images/Application_background.png");
    background-size: cover;
    background-repeat: no-repeat;
}
/*
// overlay //
.menuapplicationform::before {
   
    position: absolute;
    inset: 0;
     background: rgba(255, 255, 255, 0.5);
    color: white;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

// content เธ•เน�เธญเธ�เธญเธขเธนเน�เน€เธซเธ�เธทเธญ overlay //
.menu-overlay-content {
    position: relative;
    z-index: 2;
}

// เน�เธซเน� content เธญเธขเธนเน�เธ�เธ� overlay //
.menuapplicationform > * {
    position: relative;
    z-index: 2;
} */


.menucertificateform {
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  /*background-color: #E2F8F9;*/
  background-image: url("../images/Certificate_background.png");
}
.menuactivateform {
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  /*background-color: #E2F8F9;*/
  background-image: url("../images/Activate_background.png");
}

.menutokenform {
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  /*background-color: #E2F8F9;*/
  background-image: url("../images/Token_background.png");
}

.selectheader {
  font-weight: bold !important;
  color: #000 !important;
  background: #F3F3F3 !important;
}


.signin-box {
    background: rgba(255, 255, 255, 0.8); /* เธ�เธฒเธงเน�เธ�เธฃเน�เธ� */
    padding: 15px 17px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    width: 380px;
    margin: 0 auto;
}


/* CUSTOMIZE THE jumbotron
-------------------------------------------------- */
.formcontent {
	padding-top: 7%;
    padding-bottom: 5%;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #0B0B3B;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.nav-wrapper a{
  color: white !important;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 380px;
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* List Group CSS 
----------------------------------------------------*/
.list-group-definesize{
    max-height: 240px;
    overflow-y:scroll; 
}

/*Form element for delete space inline
---------------------------------------------------*/
.formElement {
    float:left;
}

/* sidebar 
---------------------------------------------------*/
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* all links */
.bs-docs-sidebar .nav>li>a {
    color: #999;
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}

/* active & hover links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover, 
.bs-docs-sidebar .nav>li>a:focus {
    color: #563d7c;                 
    text-decoration: none;          
    background-color: transparent;  
    border-left-color: #563d7c; 
}
/* all active links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
    font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a, 
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
    display: none;           
}
/* show active nested list */
.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;           
}

.fixed {
    position: fixed;
}

/* Validate box and error style
-------------------------------------------------- */
.my-error-class {
    color:#FF0000;  /* red */
}
.my-valid-class {
    
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
