/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

.navbar-nav > li > a, .navbar-brand {
    /*padding-top:12px !important; */
    padding-bottom:0 !important;
    height: 58px;
}
.navbar {min-height:58px !important;}

.nav > li > a {
  padding:10px 10px!important;
  line-height: 38px!important;
}


/* login */

.l_form_wrapper {
  margin:100px 90px;
  width: auto;
}
.login_form_wrapper {
  margin:10px auto;
  position: relative;
  /*border:#e0e0e0 1px solid;*/
  border-radius:5px;
}
.login_form_wrapper2 {
  margin:10px auto;
  position: relative;
  height:30px;
  line-height: 30px;
  padding:0 10px;
}
.input_label {
  position: absolute;
  height:30px;
  line-height: 30px;
  top: 0;
  left: 10px;
  width:80px;
  font-weight: bold;
}
.input_label2 {
  height:30px;
  line-height: 30px;
  display:inline;
  width:200px;
  margin-left:10px;
}
#checksaveid {
  vertical-align: text-top;
}
.login_input_wrapper {
  width:auto;
  height:30px;
  padding:0 10px;
  margin:0 0 0 100px;
  position: relative;
  zoom:1;
}
.login_input_wrapper input {
  position: absolute;
  display: block;
  width:93%!important;
  padding:6px 5px!important;
  height:16px;
  margin:0;
  outline:none;
  border:1px solid #e0e0e0;
  background:transparent;
  -webkit-appearance:none;
  box-shadow: 0 0 0 1000px white inset;
}
.button_login {
  display: block;
  position: relative;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#cacaca));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #cacaca);
  background-image: -moz-linear-gradient(top, #f0f0f0, #cacaca);
  background-image: -o-linear-gradient(top, #f0f0f0, #cacaca);
  background-image: linear-gradient(top bottom, #f0f0f0, #cacaca);
  border-radius:4px;
  height:40px;
  line-height:40px;
  color:#333!important;
  text-decoration: none;
  font-size:16px;
  font-weight: bold;
  width:100%;
  margin:0 auto;
  border:1px solid #bbb;
  -webkit-appearance:none;
  box-shadow: 0 0 2px #555;
  /*behavior: url('/css/PIE.php');*/
}
.paging_wrapper {
  margin:20px auto 10px;
  text-align: center;
}
.button_item {
  display: inline;
  position: relative;
  background-color: #f0f0f0;
  color:#333!important;
  text-decoration: none;
  font-size:13px;
  margin:0 4px!important;
  padding: 6px 15px!important;
  border-radius:3px;
  border:1px solid #bbb;
  -webkit-appearance:none;
  /*box-shadow: 0 0 2px #555;*/
  zoom:1;
  /*behavior: url('/css/PIE.php');*/
}



/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
