/* Payment Policy Page*/

#paypolicyPage .customTab{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: fixed;
    left: 53px;
    height: 100vh;
	background-color: #fff;
	width:150px;
}
#paypolicyPage .customTab li{
	background: none;
	color: #222;
	padding: 20px 15px;
	cursor: pointer;
	text-align:center;
	border-bottom: 1px solid #f3f3f3f3;
}
#paypolicyPage .customTab li.current{
	background: #8fbee4;
	color: #fff;	
}
#paypolicyPage .tabContent{
	display: none;
	background: #ededed;
	margin-left:15%;
	background-color: #fff;
	margin-top: 30px;
	min-height:100px;
	overflow-y: auto;
}
#paypolicyPage .tabContent.current{
	display: inherit;
}
#paypolicyPage .tabContent h3{
	margin:0;
	padding:10px 15px;
}
#paypolicyPage .payTable td:first-child{
	width: 90%;
}
#paypolicyPage .payTable th {
	font-size:14px;
	padding:10px !important;
	border-bottom:1px solid #333;
}
#paypolicyPage .payTable td {
	font-size:12px;
	border-bottom:1px solid #ddd;
	padding:10px !important;
}


/* Dashboard Add Employee Form */

.frmDiv {
	position: relative;
	padding:20px;
	border:1px solid #e8e8e8;
	min-height: 280px;
    box-shadow: 0 0 5px #eee;
    border-radius: 6px;
}
.frmDiv .frmDivlegend {
	position: absolute;
    top: -10px;
    margin: 0;
    left: 50%;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    transform: translateX(-50%);
    padding: 1px 5px;
}

#widgetsPage {
	margin-top:30px;
	background-color: #fff;
}

#widgetsPage .cardWid{
	position:relative;
	padding: 15px;
    text-align: center;
    margin: 10px;
    width: 85%;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 6px;	
}
#widgetsPage .cardWid.active{
	border: 3px solid #bdf181;
}
#widgetsPage .cardWid .activeTag {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	font-size:11px;
	background-color: #bdf181;;
}
#widgetsPage .cardWid i{
	font-size: 40px;
	color: rgba(0,0,0,0.6);
}
#widgetFiles {
	margin-top:30px;
	background-color: #fff;
	padding:20px;
}
#widgetFiles ul {
	margin: 0;
}
#widgetFiles h4 {
	margin:0;
	margin-bottom:30px;
}
#widgetFiles ul li{
	display: inline;
    padding: 5px 20px;
    background-color: #673ab7;
    border-radius: 5px;
    margin-right: 20px;
}
#widgetFiles ul li a{
	color: #fff;
}