 input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
input[type=number] {
    -moz-appearance: textfield;}
.container{
    -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mapid { 
    height: 355px;
    border-radius: .3rem;
}
#noMapDiv { 
    height: 385px;
    border-radius: .3rem;
}
.carousel {
    margin-bottom: 2.8rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 11rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
   /* height: 55rem;*/
}
.carousel-item > img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    min-width: 100%;
    
}

.carousel-item2 {
    height: 40rem;
}
.carousel-item2 > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 40rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
   

.item-title {
    background-color: #F2F2F2;
    padding: 30px;
    margin: 20px 0 30px;
}

.item-title > p {
    margin: 0 0 0 0;
}
.item-title .title {
    font-size: 25px;
}
.item-title .data {
    font-size: 14px;
}
.backbottom{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
    width: 80px;
}
.leavebottom{
    display: flex;
}


.carousel-caption{
    /*background-color: rgba(0, 0, 0, .50);*/
    color: #FFFFFF;
}

.map .staff_no_area{
    background: rgba(0,0,0,0.3);
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0,  .37);
    border-radius: 4rem;
}
#noMapDiv{
    background: rgba(0,0,0,0.5);
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0,  .37);
    border-radius: 4rem;
    color: #FFF;
}
.map input[type=number] {
  width: calc(100% - (40px));
  padding: 12px 20px;
 margin:20px;
  box-sizing: border-box;
  border: 0px solid #1b81be;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
        font-size: 20px;
    border-radius: 4rem;
    
}
.map input[type=number]:focus {
        border: 5px solid #68bcff;
    margin: 0;
    width: 100%;
}

.map input[type=text] {
    width: calc(100% - (40px));
    padding: 0px 20px;
    margin: 20px;
    box-sizing: border-box;
    border: 0px solid #1b81be;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-size: 2em;
    border-radius: 4rem;
    text-align: center;
    display: inline-block;
    line-height: normal;
    line-height: 4.6rem;
        font-weight: 700;
}
  .map input[type=text]:focus {
          border: 3px solid #68bcff;
      margin: 0;
      width: 100%;
      
  }
.map input[type=text]::placeholder{
    font-size: 20px;
    font-weight: 400;
    
}
.map input[type=text]#temp{
    margin: 0;
    width: 100%;
    
    border: 1px solid #fff;
    
}
.map input[type=text]#temp::placeholder{
    color: #fd7e14;
        font-weight: 400;
    
}
.map .carousel-caption {
    right: 5%;
    left: 5%;
        top: 11%;
}
.map .btn_area {
       margin: 30px 20px 50px 20px;
}
.map .btn_area p{
    display: contents;
}
.map .btn_area p button {
    width: calc((100% - (1.3rem)) / 2);
    font-weight: bold;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, .37);
    border: 2px;
    font-size: 1.5rem;
}
.map .btn_area p button.btn-lg{
        padding: 1.5rem 1rem;
     border-radius: 4rem;
}
#mapid{
    box-shadow: 0px 10px 20px -10px rgb(0, 0, 0,.37);
}
#noMapDiv{
    box-shadow: 0px 10px 20px -10px rgb(0, 0, 0,.37);
}
.map .btn_area p button.btn-primary1 ,.map .btn_area p button.btn-primary2{
    color: #ffffff;
     -webkit-transition: 0.5s;
  transition: 0.5s;
}
.map .btn_area p button.btn-primary1 {
    background-color: rgba(255,152,0,.85);
    border: 2px solid #ff8100;
}
.map .btn_area p button.btn-primary2 {
    background-color:rgba(11,94,215,.85);
    border: 2px solid #0549ad;
}
.map .btn_area p button.btn-primary2.work_on_send{
    width: 100%;
    background: rgba(0,0,0,.7);
    border: 1px solid #ff9800;
    line-height: 100%;
    padding: 13px;
}
.map .btn_area p button.btn-primary1:hover,.map .btn_area p button.btn-primary2:hover{
    font-size: 30px;
}
.map .btn_area p button.btn-primary1:hover {
    color: #ff9800;
    background-color: #FFFFFF;
    border: 4px solid #ff9800;
    
}
.map .btn_area p button.btn-primary2:hover {
    color: #0b5ed7;
    background-color: #FFFFFF;
    border: 4px solid #0b5ed7;
}
.map .btn_area p button.btn-primary2.work_on_send:hover{
    background: #000000;
     border: 2px solid #ff9800;
    color: #fff;
}
.map input[type=text]#temp:focus{
     border: 2px solid #ff9800;
}
.news .unit-tit{
    letter-spacing: 2px;
}
.news .row {
    padding-left: 5%;
    padding-right: 5%;
}
.slide .carousel-item{
    /* background-image: url(https://picsum.photos/1920/850); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 800px;
}
.clockin{
    background: #FFF;
}
.map .row {
        margin-top: 110px;
    margin-bottom: 50px;
    }
.checkin-success .carousel-caption {
    bottom: 4rem;
    max-width: 1100px;
    margin: 0 auto;
}
.checkin-success .t1{
        font-size: 3rem;
    text-shadow:0px 2px 5px rgba(0, 0, 0,.50);
}
.checkin-success .t2{
   /* background: rgba(0,0,0,.5);*/
    font-size: 1.2rem;
    padding: 20px;
    border-radius: 50px;
    /*border: 1px solid rgba(255, 255, 255,.63);*/
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0 ,.37);
}
.checkin-success .t2.on{
   background-color: rgba(255,152,0,.85);
    border: 2px solid #ff8100;
}
.checkin-success .t2.off{
        background-color: rgba(11,94,215,.75);
    border: 2px solid #0549ad;
}
.checkin-success p button{
        margin-top: 50px;
}
#loadingDiv{
    position:fixed; 
    z-index:999; 
    top:50%; 
    left:50%; 
    margin-left: -70px;
    display:none;
}
/*******************************************576******************/
@media (min-width: 576px) {


    .news .row {
        padding-left: 0%;
        padding-right: 0%;
    }


}
/*******************************************768******************/
@media (min-width: 768px) {

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
 
}
/*******************************************992******************/
@media (min-width: 992px) {
    .map .row {
        max-width: 1200px;
        
    }
    .news .row  {
    max-width: 1200px;
    margin: 0 auto;
}
   .checkin-success .t1 {
       font-size: 5rem;
   }
     .checkin-success p.area {
      max-width: 600px;
         margin: 0 auto;
         margin-bottom: 1rem;
   }
    .checkin-success .t2{
  
        font-size: 1.7rem;}
}
/*******************************************1200******************/
@media (min-width: 1200px) {
    .map .row {
        max-width: 600px;
        margin: 0 auto;
        margin-top: 100px;
    margin-bottom: 50px;
    }

    .carousel {
        margin-bottom: 3.8rem;
    }

    .slide .carousel-item {
        /* background-image: url(https://picsum.photos/1920/920); */
        /* min-height: 920px; */
    }
}
