
.button-container {
	float: left;
	display: inline-block;
}


#features-item .feature-icon i{
	font-size: 50px;
	text-align: left;
	color: #56cda1;
}

#toTop {
	display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 100px; /* Place the button at the bottom of the page */
    right: 24px; /* Place the button 30px from the right */
    z-index: 1; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #448cff; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    font-size: 18px; /* Increase font size */
	height: 60px;
	width: 60px;
    
	background-color: rgb(51, 51, 51);
    border-radius: 4px 4px 0px 0px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    display: block;
    height: 35px;
    position: fixed;
    right: 130px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: 0.9;
    z-index: 10000;
    transition: all 0.2s ease-in-out 0s;
}

#toTop:hover {
    background-color: #448cff; /* Add a dark-grey background on hover */
}

#toTop span {
	top: -7px;
}

#requestClients {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 24px; /* Place the button at the bottom of the page */
    right: 90px; /* Place the button 30px from the right */
    z-index: 1; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #448cff; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 5%; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#requestClients:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

 
form#register .field-container input#textbox {
	display: block;
    width: 100%;
    line-height: 24px;
    height: 52px;
    font-size: 14px;
    border: 1px solid  #7b7a7a;
    padding: 13px 20px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
	border: 1px solid #82c3c5;
}

h4.features-desc {
	text-align: justify;
}

h4.panel-title a {
	display: block;
}

h3.center-text, h2.left {
	font-weight: 700;
    /* color: #5695cd; */
    font-size: 44px;
    padding-left: 60px;
    text-align: center;
}
h2.left {
	font-weight: 700;
    /* color: cadetblue; */
    font-size: 44px;
    padding-left: 60px;
    text-align: left;
	padding-left: 0 !important;
}

img.newsfeed-icon {
	/* float: left;
	margin: 0 20px 5px; */
	width: 50%;
}

input[type="checkbox"] {
	margin-right: 10px !important;
}
 
input#pseg-title,input#pseg-order, input#page-description, input#page-title {
	width: 100%;
} 

input#submit.btn-info {
/* 	margin-left: 15px; */
    padding: 10px 17px 10px 17px;
	margin-left: 30px;
}

label.error,span.error, .short_explanation {
	color: #dd0d0d;
	font-family: DIN,Tahoma,sans-serif;
}

label.success,span.success, .short_explanation {
	color: #0ddd4b;
	font-family: DIN,Tahoma,sans-serif;
}

label {
	color: #7b7070;
}
p#footNotes {
	text-align: center;
	margin-top: 10px;
}

p.text-indent {
	text-indent: 30px;
}
#post-category ul li, #page-category ul li {
	list-style: none;
	margin-bottom: 15px;
}


.sec-title h2.left:before {
    position: absolute;
    content: '';
    /* background: #c7372d; */
	background: #ffb426;
    width: 50px;
    height: 2px;
    left: 0px;
    bottom: -15px;
}

section table.table-style tbody td {
	padding: 20px 16px 10px 16px;
}
/* 
select, input[type="text"], input[type="password"], input[type="number"],input[type="email"],input[type="tel"], textarea {
    font-family: "Roboto", sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
	background-color: #ffffff;
    color: #333333;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    border: 1px solid #c9c8c8;
} */ 

#search-container input, #search-container select {
    display: inline-block;
}

#search-container select {
    width: auto;
}

#employee-filter #search-container select {
    width: 100%; 
}


section h1.page-title {
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 600;
   /*  color: #5695cd; */
    text-transform: capitalize;
    margin: 50px 0;
}
.sec-title h2.center:before {
    position: absolute;
    content: '';
   /*  background: #c7372d; */
	background: #ffb426;
    width: 50px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

#search-container {
    /* display: inline-block; */
    /* float: right; */
}

section .btn.search {
	margin: 1px;
    padding: 8px !important;
    vertical-align: top;
    height: 30px;
}

#sidebar-container {
	margin: 20px 0 0 0 !important;
    float: left;
	padding-bottom: 15px;
}

#start-end-per.search.search-list.search-wrp {
	display: inline-flex;
    float: right;
}

.tableList.table-style thead {
	background: #38474f !important;
    color: white;
}
table.table-style thead th, section table.table-style thead td, section table.table-style tbody td {
    padding: 9px;
    border-right: 1px solid #DADADA;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
	text-align: center;
}
.tableList.table-style {
	margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
    font-family: Helvetica, Arial, sans-serif;
}
#tablelist.w-mobile-tbl {
	/* padding: 15px 0px 30px 0; */
	padding: 15px 11px 30px 11px;
	overflow-x: auto;
    width: 100%;
}

table.tableList a.table-button  {
	padding: 0!important;
}
table.tableList td, table.tableList th {
    border: 1px solid #DCDCDC;
    padding: 10px;
}

#wrapper {
    background-color: #fff;
    font-family: Arial, "Lucida Grande", Sans-Serif;
}


/**** SLIDESHOW 
******************/
#slideshow { 
	width: 100%;
    position: relative;
    /* height: 358px; */
	height: 448px; 
    display: block;
    margin: 0 auto;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow #event-details{
margin: 30px 70px 30px 70px;
}


#slideshow #event-details #image img{
	height: 100%; 
	width: 100%; 
	object-fit: contain
} 

/* 
#slideshow > div > img {
	width:100%;
	height:100%;
	border-radius:20px;
} */

#slideshow:hover i, #slideshow:hover .slider-dots{
	opacity: 1;
	}

#slideshow.slidebtn {
	z-index:99;
	background:transparent;
	outline:none;
	border:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding:0 10px 0 10px;
	}

#slideshow.slidebtn:active,
#slideshow.slidedtn:focus {
	outline:none;}
	
.slidebtn {
	z-index:99;
	background:transparent;
	outline:none;
	border:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding:0 10px 0 10px;
	}

.slidebtn:active,
.slidedtn:focus {
	outline:none;}
	
.slidebtn i {
	color:#FFF;
	font-size:72px;
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	}

.prev {
  /*   position: absolute;  */
    top: 10px; 
    left: 10px; 
    bottom: 10px;
}

.slidebtn {
    position: absolute; 
    top: 102px; 
    right: 10px; 
    bottom: 10px;
}


.slider-dots {
	opacity: 0.2;
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  position:absolute;
  left:50%;
  bottom:3%;
  transform: translate(-50%, 0);
  z-index:99;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}

.slider-dots li {
  color: #000;
  display: inline;
  font-size: 48px;
  margin-right: 5px;
  cursor:pointer;
}

.slider-dots li.active-dot {
  color: #fff;
}
/***************/ 
#wrapper #main {
    padding: 0 auto;
    background-color: #fff;
    float: none;
    display: block;
    overflow: hidden;
}

#wrapper section {
	/*  overflow-x: auto;
	margin-right: 10px;
    float: right;
    display: block;
    margin: 30px auto;
    padding: 0 10px; */
} 

section table.table-style tr {
    border-bottom: 1px solid #E0E0E0;
}

section table.table-style tr:nth-child(odd) {
    background: none;
}

/* Forum
*****************/
.forumtable table{
	border-collapse: separate !important;
	border: 1px solid black;	
}

.forumtable #tq-title{
	text-align: left;
	padding-left: 30px;
}

.forumtable #tq-date{
	text-align: right;
	padding-right: 10px;
}

.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
} 

#wrapper .logo-mini .logo-image-large img{
	width: 219px;
    margin: 0 auto;
    display: block;
}

/* Public Main 
*****************/
.public-main .content{
	margin-top: 115px;
}

/* Emp Receivable Computation
************************************/
table#additional-table textarea.addl-remarks,
table#deduction-table textarea.ded-remarks {
	height: auto !important;
    line-height: 1.5em;
    padding: 2px;
}

/* Payslip Report
*********************/
#payslip-report span.fa-spinner  {  
	font-size: 55px !important;  
}

#payslip-report span.fa-check  {  
	color: green;
    border: 1px solid;
    padding: 15px;
    border-radius: 50px;
    font-size: 30px;
    margin-bottom: 10px;
}

#payslip-report button#dl-payslip.btn {
	background-color: DodgerBlue;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 15px;
    width: 170px;
    margin: 0 auto 20px;
}

#payslip-report button#dl-payslip.btn:hover {
	background-color: RoyalBlue; 
}
 
 
