#pageData{
	height:198px;
	overflow-y:auto;
	border:1px solid #aaa;
	padding:10px;
	background:#efefef;
}
.pages{
	list-style:none;
	padding-left:0;
	margin-bottom:0;
}
.pages ul{
	list-style:none;
	margin-bottom:0;
}
.card-body{
	background:#d6d6d6;
}
.cmsNav ul li{
	width:100%;
	border-bottom:1px solid #eee;
}
.cmsNav ul li:first-child{
	border-top:1px solid #eee;
}
.cmsNav ul li a{
	display:inherit;
	padding:5px 0;
	text-decoration:none;
	outline:none;
}
.newVersion{
	background:#eee;
	padding:10px 15px 2px 0;
}
.planDetails p{
    margin-bottom: 5px;
}
.planDetails span{
	color : #007bff;
}
.hidden{
	display:none;
}
label span{
	color:#f00;
}
.bg-grey-darker {
    background-color: #566086 !important;
}
.addNew{
	border-radius: 50%;
	border: 2px solid #007bff;
}
td i {
    width: 15px;
}
table tr:hover td{
	background: #dbdbdb;
	color: #000;
}
table a:hover{
	text-decoration: none;
}
.bigdata th{
	padding: 2px !important;
}
.bigdata td{
	padding: 1px !important;
	font-size: 12px;
	position: relative;
}
table .input-data input{
	padding: 0;
	text-align: center;
	height: 23px;
}
table .rest input{
	background: #555;
	color: #fff;
}
table .input-data .dateRef{
	display: none;
	width: 100%;
    text-align: center;
    position: absolute;
    background: #000;
    top: -100%;
    z-index: 1;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 100%;
}
table tr:hover td .dateRef{
	display: block;
}
/*Item Table*/
.no-fancy tr:hover td{
	font-weight: normal;
}
.item-table td{
	vertical-align: middle;
 }
.right{
	text-align: right !important;
}
.total-table{
	background: #f6f6f6;
	padding: 15px;
}
.total-table td{
	border: 0;
	height: 40px;
	vertical-align: middle;
}
.total-table tr:hover td{
	background: none;
}
.total-table td input,.total-table td select {
	height: 34px;
	border-radius: 5px;
	border: 1px solid #d3d8de;
	background: #fff;
}
.total-table td input{
	width: 100px;
}
#corporate{
	display: none;
}
.datepicker{
	z-index: 9999 !important;
}
.form-check label span{
	margin-left: 5px;
	background: #000;
	position: absolute;
    padding: 0 5px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    display: none;
}