﻿body {
    margin:0px;
    padding:0px;
    font-family:"Microsoft JhengHei",PMingLiU,MingLiu,"Segoe UI","Helvetica",Garuda,Arial,sans-serif !important; 
    display: flex;
    min-height: 100vh;
    flex-direction: column; 
    background-color:#fcfcfc;
}

form {
    display: flex;
    min-height: 100vh;
    flex-direction: column;  
}

.mtl_ .btn i {
    line-height:42px;
}
.mtl_ .input-field label {
    color:#363636;
}

main 
  {
    flex: 1 0 auto;
  }


/***************************
   Text Inputs + Textarea
****************************/
.mtl_ ::-webkit-input-placeholder {
  color: #636363;
  
}

.mtl_ :-moz-placeholder {
  /* Firefox 18- */
  color: #636363;
  
}

.mtl_ ::-moz-placeholder {
  /* Firefox 19+ */
  color: #636363;
  
}

.mtl_ :-ms-input-placeholder {
  color: #636363;
  
}


.container.mtl_ {
    z-index:9;
    position:relative;
}

.bgAlpha {    
    background:white \9; /* IE8 */
    filter:alpha(opacity=80) \9; /* IE8 */
    background-color: rgba(255, 255, 255, 0.75);
}
.bgAlpha.t3 {
    background-color: rgba(255, 255, 255, 0.3);
}
.bgAlpha.t4 {
    background-color: rgba(255, 255, 255, 0.4);
}
.bgAlpha.t5 {
    background-color: rgba(255, 255, 255, 0.5);
}
.bgAlpha.t6 {
    background-color: rgba(255, 255, 255, 0.6);
}


.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
    padding:0;
    margin:0;
    list-style:none;
}
.cb-slideshow:after { 
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left; */
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/ApplicationForms_bg1.png);     
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/ApplicationForms_bg2.png);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/ApplicationForms_bg3.png);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay:  20s;
    -ms-animation-delay:  20s;
    animation-delay:  20s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/ApplicationForms_bg4.png);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay:  30s;
    -ms-animation-delay:  30s;
    animation-delay:  30s;
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(https://tympanus.net/Tutorials/CSS3FullscreenSlideshow/images/5.jpg);
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay:  40s;
    animation-delay:  40s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(https://tympanus.net/Tutorials/CSS3FullscreenSlideshow/images/6.jpg);
    -webkit-animation-delay: 50s;
    -moz-animation-delay:  50s;
    -o-animation-delay:  50s;
    -ms-animation-delay:  50s;
    animation-delay: 50s;
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay:  10s;
    -moz-animation-delay:  10s;
    -o-animation-delay:  10s;
    -ms-animation-delay:  10s;
    animation-delay:  10s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay:  20s;
    -ms-animation-delay: 20s;
    animation-delay:  20s;
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay:  40s;
    -ms-animation-delay:  40s;
    animation-delay:  40s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 50s;
    -moz-animation-delay:  50s;
    -o-animation-delay:  50s;
    -ms-animation-delay:  50s;
    animation-delay:  50s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
    .s-btn-block {width:100%;margin:0px 0px 15px;}
}



.login_Bg {
    position:fixed;
    z-index:0;
    width:100%;
    height:100%;
    background-image:url("/images/login_bg.png");
    background-position:center;
    background-size:cover;
}
.navbar-fixed {
    z-index:1;
}
.pagination li {
    vertical-align:middle;
}
    .pagination li.active {
        background-color:#757575  ;
    }
.applyContent {
    padding:16px 0px;
}
.input-field label.active {
    font-size:1rem;
}
input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label, input[type=text]:disabled + label, input[type=text][readonly="readonly"] + label, input[type=password]:disabled + label, input[type=password][readonly="readonly"] + label, input[type=email]:disabled + label, input[type=email][readonly="readonly"] + label, input[type=url]:disabled + label, input[type=url][readonly="readonly"] + label, input[type=time]:disabled + label, input[type=time][readonly="readonly"] + label, input[type=date]:disabled + label, input[type=date][readonly="readonly"] + label, input[type=datetime-local]:disabled + label, input[type=datetime-local][readonly="readonly"] + label, input[type=tel]:disabled + label, input[type=tel][readonly="readonly"] + label, input[type=number]:disabled + label, input[type=number][readonly="readonly"] + label, input[type=search]:disabled + label, input[type=search][readonly="readonly"] + label, textarea.materialize-textarea:disabled + label, textarea.materialize-textarea[readonly="readonly"] + label {
    color:rgba(0,0,0,0.45);
}
input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:disabled, input[type=text][readonly="readonly"], input[type=password]:disabled, input[type=password][readonly="readonly"], input[type=email]:disabled, input[type=email][readonly="readonly"], input[type=url]:disabled, input[type=url][readonly="readonly"], input[type=time]:disabled, input[type=time][readonly="readonly"], input[type=date]:disabled, input[type=date][readonly="readonly"], input[type=datetime-local]:disabled, input[type=datetime-local][readonly="readonly"], input[type=tel]:disabled, input[type=tel][readonly="readonly"], input[type=number]:disabled, input[type=number][readonly="readonly"], input[type=search]:disabled, input[type=search][readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
    color:rgba(0,0,0,0.45);
}
.input-field label {
    color:#999;
}
.none{
    display:none;
    }

.text-mid {
    vertical-align:middle;
}