﻿.nav-side-menu {
  /*overflow: auto;*/ /*'KLCHO20160526 CANNOT PUT OVERFLOW BECAUSE THE CONTENT MISSING'*/
   overflow: auto;
    /*font-family: Segoe UI;*/
    font-family:'Segoe UI';
    font-size: 15px;
    font-weight: 500;
  background-color: #cbcfd8; /*body*/
  position: fixed;
  /*padding-left: 50%;*/
  /*left:25%;*/
  /*top: 6%;*/
  width: 25%;
  height: 100%;
  color: #223E4A; /*logo Font color*/
  border:none;
  transition: all .4s ease 0s;
}
.nav-side-menu .brand {
  background-color: #0072c5; /*logo background*/
  color: #FFFFFF; /*logo Font color*/
  line-height: 30px;
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight : bold;
  border-width:2px;
    border-style:solid;
    border-bottom-color:#aaa;
    border-right-color:#aaa;
    border-top-color:#ddd;
    border-left-color:#ddd;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
  
}

.nav-side-menu .Ekiosk {
  background-color: #e7e8e9; /*ekiosk background*/
  line-height: 30px;
  display: block;
  text-align: left;
  font-size: 12px;
  border-width:2px;
  height : 100%;
  font-family:"Segoe UI"
    /*border-style:solid;
    border-bottom-color:#aaa;
    border-right-color:#aaa;
    border-top-color:#ddd;
    border-left-color:#ddd;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;*/
  
}

.nav-side-menu .toggle-btn {
  display: none;
}

 .toggle-btn2 {
    /*display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;*/
    display:block;
      right: 10px;
    top: 0px;
    padding: 3px;
    background-color: #aaaaaa;
    color: #000;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 1px;
    margin-top: 4px;
   z-index:99999;
  }

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #7e9aaf; /*SELECTED ROW*/
  /*background-color:#ff9c3c;*/
    border-width:2px;
    border-style:solid;
    border-bottom-color:#7e9aaf;
    border-right-color:#7e9aaf;
    border-top-color:#7e9aaf;
    border-left-color:#7e9aaf;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
  color:#FFFFFF;
}

#flag { 
  width: 400px; height: 80px; background: #231f20; position: relative;
  margin-left: 35px;
  color: white;
  line-height: 80px;
  text-align: center;
}

#flag:before { 
  content: ""; 
  position: absolute; 
  top: 0; 
  left: -35px;
  width: 0; 
  height: 0; 
  border-top: 40px solid #231f20; 
  border-bottom: 40px solid #231f20; 
  border-left: 35px solid transparent;

}

#flag:after { 
  content: ""; 
  position: absolute; 
  left: 400px; 
  bottom: 0; 
  width: 0; 
  height: 0; 
  border-top: 40px solid transparent;

  border-bottom: 40px solid transparent;

  border-left: 45px solid #231f20;
}

/*.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #ff9c3c;
}
.nav-side-menu ul .sub-menu li:active a.active,
.nav-side-menu li .sub-menu li:active a.active {
  color: #ff9c3c;
}*/

.nav-side-menu ul .main-menu li,
.nav-side-menu li .main-menu li {
  padding-left:3em;
  background-color: #FFFFFF; /*main menu*/ 
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
   color: #223E4A;
   border:none;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  padding-left:3em;
  background-color: #e7e8e9; /*Sub menu*/ 
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
   color: #223E4A;
   border:none;
}

.nav-side-menu ul .detailsub-menu li,
.nav-side-menu li .detailsub-menu li {
    padding-left:5em;
  background-color: #e7e8e9; /* detail Sub menu*/ 
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
  border:none;
}

.nav-side-menu ul .detailsub-menu li .active,
.nav-side-menu li .detailsub-menu li .active{
     border-left: 3px solid #d19b3d;
  background-color: #0370c9; /*Details SELECTED ROW*/
  /*background-color:#ff9c3c;*/
    border-width:2px;
    border-style:solid;
    border-bottom-color:#0370c9;
    border-right-color:#0370c9;
    border-top-color:#0370c9;
    border-left-color:#0370c9;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
  color:#FFFFFF;

}

.nav-side-menu ul .detailsub-menu li a,
.nav-side-menu li .detailsub-menu li a
{
     margin: 0px;
      display: block; 
      width: 100%; 
      height: 100%; 

}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #c0e0e7;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  /*content: "\f105"; klcho*/
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
  border:none; /*border for root */
}
.nav-side-menu li a {
  text-decoration: none;
  color: #223E4A; /*font color ALL subdetail and detail color*/
  border : none;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d; /*HOver color*/
  background-color: #c0e0e7;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

 .loaderIphone{
position: fixed;
	
	position: fixed;
	top:40%;
  margin-top: -50px;
	
	/*left: 0px;*/
	/*top: 0px;*/
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
	
}

.iframe{
    -webkit-overflow-scrolling: touch;
    overflow:scroll;
    /* position:fixed; to make the screen scrollable*/
     position:relative;
    top: 0px;
    width: 100%;
  height: 100vh;
 
  /*top:6%*/
}

  .TDdrop
  {
      
  }

.iframemain{
     -webkit-overflow-scrolling: touch;
    overflow:auto;
     position: fixed;
     top: 5%;
    width: 100%;
  height: 100%;
}

.menubar{
overflow: auto;
     position: fixed;
    top: 0px;
    width: 100%;
  height: 100%;
  
}

.menubar{
overflow: auto;
     position: fixed;
    top: 0px;
    width: 100%;
  height: 100%;
  
}


#menubar.active {
    left: 0%;
    
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
    transition: all .5s ease .0s;
    
}

  .diviframeIphone
  {
     -webkit-overflow-scrolling: touch;
      overflow-y: Scroll;
/* height: 850px;*/
    width: 75%;
    /* left: 15px; */
    left: 25%;
	/*top:25px;*/
    position: relative;
  }

  .diviframe
  {
     -webkit-overflow-scrolling: touch;
     /*overflow-y: Scroll;*/
  /*height: 850px;*/
    width: 75%;
    /* left: 15px; */
    left: 25%;
	/*top:25px;*/
    position: relative;
  }

#testiframe.active {
    left: 0%;
     width: 100%;
      /*position: fixed;*/ /*KLCHO20160810 CLICK ACTION
    /*KLCHO20160809*/
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
    transition: all .5s ease .0s;
    
}

  #diviframe.active
  {
     -webkit-overflow-scrolling: touch;
     overflow: Hidden;
    height: 100%;
    width: 100%;
    /* left: 15px; */
    left: 0%;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
    transition: all .5s ease .0s;
    position: relative;
  }



.my-icon {
    position: relative;
}
.my-icon > i {
    position: absolute;
    display: inline-block;
    width: 3em;
    height: 0.375em;
    background-color: #1142AA;
    left: 0em;
    top: 0em;
}
.my-icon > i+i {
    position: absolute;
    display: inline-block;
    width: 3em;
    height: 0.375em;
    background-color: #1142AA;
    left: 0em;
    top: 0.75em;
}
.my-icon > i+i+i {
    position: absolute;
    display: inline-block;
    width: 3em;
    height: 0.375em;
    background-color: #1142AA;
    left: 0em;
    top: 1.5em;
}



@media (min-width: 1000px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
 
}

@media (max-width: 767px),(max-device-width:480px) {
  .iframe{
     position: relative;
    width: 100%;
     margin-bottom: 10px;
     left:0%;
     width: 100vw;
  /*height:1000px;*/
   height: 100vh;
   background-color : white; /*KLCHO20160523*/
}

    .diviframe
  {
     -webkit-overflow-scrolling: touch;
     overflow: Hidden;
    height: 100%;
    width: 100%;
    /* left: 15px; */
    left: 0%;
    top:0px;
    position: relative;
  }

  .diviframeIphone
  {
     -webkit-overflow-scrolling: touch;
      overflow: Scroll;
    height: 100%;
    width: 100%;
    /* left: 15px; */
    left: 0%;
    top:0px !important;
	/*top:25px;*/
    position: relative;
  }

     .TDdrop
  {
      display:block;
  }

  .menubar{
overflow: auto;
     position: relative;
    top: 0px;
    width: 100%;
  height: 23px; /*KLCHO20160523*/
  
}

  #menubar.active {
    left : 0%;
     width: 100%;
    
    
}

  #testiframe.active {
    left: 0%;
   
    
    
}

  #diviframe.active
  {
     -webkit-overflow-scrolling: touch;
     overflow: none;
    height: 100%;
    width: 100%;
    /* left: 15px; */
    left: 25%;
  
    position: relative;
  }

  .nav-side-menu {
    position: relative;
    width: 100%;
    top:4%;
    margin-bottom: 10px;
  }

  
 

  .nav-side-menu .toggle-btn {
    /*display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;*/
    display:block;
      right: 10px;
    top: 0px;
    padding: 3px;
    background-color: #aaaaaa;
    color: #000;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 1px;
    margin-top: 4px;
   
  }

     .nav-side-menu .toggle-btn.square {
        top: 13px;
        height: 0.367em;
    }

  .nav-side-menu .toggle-btn.square2{
    top: 23px;
    height : 0.367em;
    
  }

  .brand {
    text-align: left !important;
    font-size: 11px;
    padding-left: 20px;
    line-height: 30px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  
}
body {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
}


#facebook-icon {
    background: red;
    text-indent: -999em;
    width: 100px;
    height: 110px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 15px solid red;
    border-bottom: 0;
}
#facebook-icon::before {
    content: "/20";
    position: absolute;
    background: red;
    width: 40px;
    height: 90px;
    bottom: -30px;
    right: -37px;
    border: 20px solid #eee;
    border-radius: 25px;
}
#facebook-icon::after {
    content: "/20";
    position: absolute;
    width: 55px;
    top: 50px;
    height: 20px;
    background: #eee;
    right: 5px;
}
