.sv-custom-login{
	margin: 0 auto 20px auto;
	width: 320px;
}
.content-wrapper.sv-login-container{
	padding-top:40px;
}
.dashboard-container{
	background:#fff;
}
.dash-box{
	padding-top:20px;
	padding-bottom:20px;
}
.emp-controls i{
	font-size:32px;
}
.pagination{
	margin-bottom:15px;
}
.panel-profile{
	font-size:18px;
}
.panel-profile label{
	font-size:14px;
}
.panel-profile .form-group{
	border-bottom:1px solid #000;
}
.user-logs-table{
	border:1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.employee-card .panel{
	min-height:110px;
}
.gender-radio{
	margin-top:0px!important;
}
.payslip .lined{
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}
.user-logs-table table thead tr th{
	text-align:center;
}
td.fc-event-container{
	padding: 5px;
}
td.fc-event-container div,.fc-content{
    padding: 5px 5px 5px 10px;
    border-radius: 2px;
    font-weight: normal;
	font-size:12px;
	margin-bottom: 5px;
}
td.fc-event-container .absent{
	background-color:#a94442;
	border-color:#a94442;
	color:#fff;
}
td.fc-event-container .late{
	background-color:#91d0ef;
	border-color:#91d0ef;
	color:#fff;
}
td.fc-event-container .present{
	background-color:#039BE5;
	border-color:#039BE5;
	color:#fff;
}
td.fc-event-container .realtime{
	background-color:#4d9f91;
	border-color:#039BE5;
	color:#fff;
}
td.fc-event-container .rest{
	background-color:#fcf8e3;
	border-color:#fcf8e3;
	color:#000;
}
.fc-ltr .fc-basic-view .fc-day-number {
    font-size: 18px;
}
.navbar-default a.hr-brand{
	font-weight: 500;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.navbar-default a.hr-brand:hover,.navbar-default a.hr-brand:focus{
	color:#fff;
}
.has-detached-left.sidebar-xs .navbar-default a.hr-brand span{
	display:none;
}
.login-heading{
	font-size: 10px;
}
.navbar-default .navbar-nav > li > a.login-heading:hover{
	cursor:default;
	background-color:transparent;
}
.side-right .panel .panel-heading{
	border-bottom:1px solid #ddd;
	font-size:18px;
}
.side-right .panel{
	margin-bottom:25px;
}
.panel-heading h2, .panel-body h2{
	margin:0 0 10px 0;
}
.panel-heading i.glyphicon{
	font-size:36px;
}
.timeline-content .panel-body .form-group{
	font-size:16px;
}
.img-wrap{
	width:200px;
	height:200px;
}
.media-body.list{
	vertical-align:middle;
}
.counter-icon {
  font-size: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
}
.tab-content > .has-padding {
    padding: 20px!important;
}
.emp-gender a h2, .emp-gender a .gender-tile-title{
	color:#333333;
}
.panel.quick-stats{
	min-height:160px;
	margin-top:20px;
}
.payroll-btn-grp a.btn{
	height:100%;
}
.payroll-btn-grp .match{
	margin-bottom:10px;
}
input[type=number].no-spinner::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.table.tk-cutoff > thead > tr > td, .table.tk-cutoff > tbody > tr > td{
	padding: 12px 9px;
}
.tk-cutoff input{
	border: 1px solid #ddd;
    border-radius: 3px;
    height: 36px;
    width: 55px;
    padding: 0 5px;
}
.bday-panel{
	overflow: auto;
}

/* new member page style */
.member-header{
	height:293px;
	background:url('../images/emp-header-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}
.member-header .page-title{
	padding-top:15px;
	padding-bottom:15px;
	color:#eceff0;
	text-shadow: 1px 1px 4px #000;
}
.emp-breadcrumb{
	background:#ff7043!important;
	border:1px solid #ff7043!important;
	box-shadow: 0px 1px 10px #303030;
	-moz-box-shadow: 0px 1px 10px #303030;
	-webkit-box-shadow: 0px 1px 10px #303030;
}
.emp-breadcrumb ul li a, .emp-breadcrumb .active{
	color:#ffffff;
	font-size:15px;
}
.emp-breadcrumb ul > li + li:before {
    color: #ffffff;
}
.emp-header-img{
	position:absolute;
    bottom: -110px;
    right: 20px;
	border:6px solid #fff;
	height:180px;
	width:180px;
}
.member-subheader{
	background:#ffffff;
	padding-bottom:30px;
	padding: 0 10px 30px 10px;
}
.member-subheader.fe{
	padding-bottom:50px;
}
.member-subheader h2{
	font-size:27px;
	margin-top:10px;
	margin-bottom:0px;
}
.member-subheader .position{
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
}
.member-subheader .message{
	font-size:17px;
	color:#fff;
	padding:3px 5px;
	background-color:#ff7043;
	border-radius: 8px;
}
.side-pills .nav-pills > li.active > a{
	background-color:#ff7043;
}
.side-pills .nav-pills > li > a{
	font-size:19px;
}
.side-pills .nav > li > a{
	padding: 3px 15px;
}
.emp-pills-content{
	border-left:1px solid #ddd;
}
.side-pills{
	border-right:1px solid #ddd;
}
.emp-pills-content .mem-heading{
	padding-top:0;
	border-bottom:2px solid #eceff0;
}
.emp-pills-content .mem-heading h2{
	font-size:26px;
	line-height:26px;
	margin-bottom:0;
}
.emp-pills-content .mem-body{
	font-size:17px;
	color:#222222;
}
.emp-content{
	padding-top:30px;
	background:#fff;
}
/* /new member page style */


/*.category-content .btn-block.btn-float span{
	min-height:50px;
}*/
/*@media(max-width:1600px){
	.employee-card .panel{
		min-height:110px;
	}
}*/
@media(max-width:1350px){
	.employee-card .panel{
		min-height:135px;
	}
}
@media(max-width:1025px){
	.employee-card .panel{
		min-height:135px;
	}
	.emp-header-img{
		transition:all ease-in-out 0.3s;
		right: 0px;
	}
}
@media(max-width:860px){
	.media-left{
		padding-right:10px;
	}
}
@media(max-width:768px){
	.employee-card .panel{
		min-height:auto;
	}
	.media-left{
		padding-right:20px;
	}
	.has-detached-left.sidebar-xs .navbar-default a.hr-brand span{
		display:block;
	}
	.match {
        height: auto !important;
    } 
}
@media (max-width: 480px){
	.sv-custom-login {
		width: 100%;
	}
}