th, td {
	white-space: nowrap;
	border:1px solid #000000;
	text-align: center;
	height: 50px;
}

td{
	padding-bottom: 10px;
}

.first-col {
    position: absolute;
	width: 15%;
	margin-left: -15%;
	padding:0px;
        overflow: hidden;
            text-align: left;
}

.gedit-body{
    padding:5px;
    padding-left:15px
}

.table-wrapper {
    overflow-x: scroll;
    width: 84%;
    margin: 0 auto;
    margin-right: 0% !important;
}
.highlighted {
  padding : 0px !important;
  position:relative;
}

.highlighted:after {
    font-family: "lindo-fonts" !important;
    content: '\e217';
    color: #66bd89;
    font-size: 13px;
    border: 1px solid #6cd897;
    border-radius: 150px;
    padding: 2px 2px 2px 2px;
    outline: none;
}

.day-busy{
    background-color: #fe2822;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.day-planned{
	background-color: #f9ad26;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.holidays{
	background-color: rgba(246, 216, 216, 0.5);
}

.leave{
	background-color: rgba(144, 140, 212, 0.5);;
}

#popupHoliday{
	width: 3000px;
	display: none;
	position: fixed;
	left: 300px;
	top: 200px;
}

#empHeading{
    padding-top: 12px !important;
    font-size: 14px;
    font-weight: 600;
    color: #525252;
}

.emptyLeave{
	width: 80%;
	height: 80%;
}

.popover-title {
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 6px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: black;
    border-radius: 5px !important;
}
.popover-content {
    color: red;
    font-size: 10px;
    padding: 0px !important;
}

.popover{
	padding: 0px !important;
	border-radius: 5px !important;
	z-index: 10000;
}

.hour-edit{
    display:none;
	float: right;
    width: 20px;
    height: 20px;
    background: none;
    border: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    color: #ffffff;
}

.hour-edit i{
    font-size:20px;
}

.dateCols{
	padding: 0px !important;
}

#gant-chart-edit .modal-dialog {
    width: 75%;
    margin: 30px auto;
}

#gant-chart-edit .table-wrapper {
    overflow-x: scroll;
    width: 85%;
    margin: 0 auto;
    margin-right: 1% !important;
}

.delete_emp_btn
{
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    color: #ed3b3b;
    position: absolute;
    left: -20px;
    top: -3px;
}

.hard_left {
  position:absolute;
  *position: relative; /*ie7*/
  left:0; 
  width:100px;
}
.next_left {
  position:absolute;
  *position: relative; /*ie7*/
  left:100px; 
  width:100px;
}
.outer {position:relative}
.inner {
  overflow-x:scroll;
  overflow-y:visible;
  width:1200px; 
  margin-left:200px;
}

/*table {
  table-layout: fixed; 
  width: 100%;
  *margin-left: -100px;ie7
}*/
/*td, th {
  vertical-align: top;
  border-top: 1px solid #ccc;
  padding:10px;
  width:100px;
}
th {
  position:absolute;
  *position: relative; /*ie7
  left:0; 
  width:100px;
}*/