.rememberme{padding-left:19px;}
header .navbar-nav > li > a {padding-top: 30px;padding-bottom: 30px;height: 80px;}
header .navbar-static-top .sidebar-toggle {
	height: 80px;
	padding: 30px 15px;
}
label.error{
  color:#dd4b39 !important;
  font-weight: normal;
}
.logo-wrapper
{
	margin-bottom: 10px;
}
.right-span {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.left-span {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.payslip-month {
    margin: 30px 0;
    font-weight: bold;
}

.table-slip, .table-slip thead
{
	border: 1px solid #000;
}

 .table.table-slip > thead > tr > th {
    border-bottom: 1px solid #000 !important;
}

.table-slip tr td:nth-child(3n) {
    border-right: 1px solid rgb(0, 0, 0);
}
.tr-border td {
    border: 1px solid #000;
    border-right: none;
    border-left: none !important;
    border-top: 1px solid #000 !important;
}

.leave-class tr td, .leave-class tr th {
    border: 1px solid #000 !important;
}

.table > tbody > tr > td
{
	border-top: 1px solid transparent;
}

.loader {
        position: fixed;
        display: none;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999999999999999999999999;
        background: url('../images/gif-load.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.5);
    }
ul.treeview-menu > li > #formsubmit {
	padding: 5px 5px 5px 15px !important;
	display: block;
	font-size: 14px;
}
ul.treeview-menu > li > #formsubmit  > a > .fa, ul.treeview-menu > li > #formsubmit  > a > .glyphicon, ul.treeview-menu > li > #formsubmit  > a > .ion {
	width: 20px;
}


/* front */
 .with-border > h1{
	 margin-top: 0px;
	 margin-bottom: 0px;
}
#clock {
  color: #605ca8;
  font-size: 32px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top:0;
  margin-bottom:0;
}
#calc-contain{
  position: relative;
  width: 400px;
  border: 2px solid black;
  border-radius: 12px;
  margin: 0px auto;
  padding: 20px 20px 20px 20px;
}
#agh{
  position: relative;
  float: right;
  margin-top: 15px;
}
#agh p{
  font-size: 20px;
  font-weight: 900;
}
#calc-contain input[type=button] {
  background: lightGray;
  width: 29%;
  font-size: 20px;
  font-weight: 900;
  border-radius: 7px;
  margin-left: 10px;
  margin-top: 10px;
}
#calc-contain input[type=button]:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#calc-contain input[type=button]:hover {
  background-color: #003300;
  color: white;
}

#calc-contain input[type = text] {
  position: relative;
  display: block;
  width: 100%;
  margin: 5px auto;
  font-size: 20px;
  padding: 10px;
}
#calc-contain .cust-button{width:100%;}
#calc-contain .btn.bg-purple.cust-button {
	font-size: 22px;
	font-weight: bold;
}
ul.p-menu {
	position: relative;
	display: inline-block;
  padding: 0;
}
ul.p-menu > li {
	position: relative;
	float: left;
	list-style: none;
}
ul.p-menu > li > a {
	width: 120px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}
ul.p-menu > li.active > a {
  background-color: #605ca8 !important;
}
.space3{margin-top: 30px;}
#calc-contain #pin-error {width: 100%;}

.custform #button.showpass,.custform #button.showpin{
  position: relative;
  float: right;
  right: -20px;
  bottom: 28px;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  background-position: 0 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-tap-highlight-color: rgba(255, 255, 255, 0);
  -o-tap-highlight-color: rgba(255, 255, 255, 0);
  tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.custform #button.showpass .fa.fa-eye,.custform #button.showpin .fa.fa-eye {
	font-size: 22px;
	color: #000;
}
.custform #button.showpass:active,.custform #button.showpin:active { background-position: -44px 0px; }

.small-box .inner a {color: #fff;}
.small-box .icon a {color:rgba(0,0,0,0.15);}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px){
 .box-solid .text-center img {width: 40%;}
.with-border h1 {text-align: center;font-size:24px;margin-top:0px;margin-bottom:0px;}
#clock {text-align: center;margin-top:0px;margin-bottom:0px;font-size:24px;}
#calc-contain {
    width: 300px;border: 1px solid black;padding: 0px;
}
ul.p-menu > li > a {
    width: 95px;padding: 10px;font-size: 16px;font-weight: bold;

}
#calc-contain input[type="button"] {
	width: 30%;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 18px;
}
ul.p-menu{margin-bottom:0px;}
#calc-contain .btn.bg-purple.cust-button {font-size: 18px;font-weight: bold;}
.box-body {padding:5px;}

.with-border > h1{display: none;}

header .navbar-nav > li > a {padding-top: 0;padding-bottom: 0;height: auto;position: relative;display: inline-block;float: left;}
.main-header .navbar-right {float: none;width: auto;position: relative;display: inline-block;margin-top: 25px;float: right;}
header .nav > li {display: inline-block;}
.main-sidebar, .left-side {padding-top: 175px;}
.table-responsive .btn.bg-orange {margin-bottom: 10px;}
}
.sidebar-menu > li > form {padding: 12px 5px 12px 15px;}
.sidebar-menu > li > form > a > .fa, .sidebar-menu > li > form > a > .glyphicon, .sidebar-menu > li > form > a > .ion {width: 20px;}
.skin-blue .sidebar-menu > li:hover > form, .skin-blue .sidebar-menu > li.active > form {
	color: #fff;
	background: #1e282c;
	border-left-color: #605ca8;
}
.skin-blue .sidebar-menu > li > form {
	border-left: 3px solid transparent;
}
.sidebar-menu > li > form > a {
	width: 100%;
	position: relative;
	display: block;
}
