.calendar-row {
	height: 34px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color: #494949;
	color:#fff;
}
.bg-black {
  background: #494949;
  color:#fff !important;
}
.bg-black a { color:#fff !important; }

.calendar-row .bulk-action-dropdown { float:left; }
.calendar-row .bulk-action-dropdown .btn-black { font-family:'DIN Regular' !important; font-weight:normal !important; }
.calendar-row .bulk-action-dropdown .dropdown-10 { right:auto; border-radius: 0 5px 5px 5px !important; }
.pagination-outer {
  display:inline-block;
  padding:0 13px;
  line-height:30px;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.calendar-row {
  text-align:center;
}
.calendar-row .pagination-outer {
  float:left;
  line-height: 29px; 
}
.calendar-row .pagination-num, .calendar-row .pagination-text {
  color:#fff;
}
.calendar-row .pagination-num {
  display: inline-block;
  padding: 0 3px;
  font-family: 'DIN Bold';
}
.menu { margin:0; }
.menu li {
  display:inline-block;
}
.menu li a {
  display:block;
  padding:7px 5px;
  text-decoration:none;
  text-transform:uppercase;
}
.menu li.active a {
  color:#fff;
  font-family: 'DIN Bold';
}
.calendar-row .menu {
  float:right;
  margin-right:10px;
}
.calendar-date-outer {
  display:inline-block;
  padding:2px 25px;
  position:relative;
  font-size:12px;
  line-height:20px;
  text-transform:uppercase;
  font-family: 'DIN Bold';
  letter-spacing:0.5px;
}
.calendar-date-outer > .mdi-chevron-left {
  position:absolute;
  left:0;
  font-size:20px;
}
.calendar-date-outer > .mdi-chevron-right {
  position:absolute;
  right:0;
  font-size:20px;
}
.cal-text, .calendar-icon {
  display:inline-block;
  float: left;
}
.calendar-date-outer .calendar-icon {
  margin-left:2px;
  width:15px;
  height:15px;
  margin-top: 1px;
}
.calendar-date-outer .calendar-inner {
  cursor:pointer;
  float:left;
}
.calendar-date-outer .days li.active {
  background: #fff;
  border:solid 1px #4282be;
  color: #0a0a14;
  border-radius: 50%;
}
.calendar-date-outer .dropdown-calender {
  right:0;
  left:auto;
}
.calendar-date-outer .calendar-outer:after {
  content:"";
  width: 0; 
   height: 0; 
   border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
  position:absolute;
  top:0px;
  right:25px;
  margin-top:-8px;
}
.text-ellipsis-200 {
  max-width:200px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.altone-tables.leave-table .thead .th:first-child, .altone-tables.leave-table .thead .th:last-child {
  border-radius:0px;
}
.timesheet-table {
  background:#fff;
}
.timesheet-table td {
  vertical-align:top;
}
/*.timesheet-table td {
  border:solid 1px #f2f2f2;
}
.timesheet-table tr:first-child td {
  border-top:none;
}
.timesheet-table tr td:first-child {
  border-left:none;
}
.timesheet-table tr td:last-child {
  border-right:none;
}
.timesheet-table tr:last-child td {
  border-bottom:none;
}*/
.time-hour-col {
  width:40px;
  height:50px;
  text-align:center;
  vertical-align:middle;
  font-size:12px;
  color: #adadad;
}
.timehalf-hour-list > li {
  display:block;
  min-height:25px;
  max-height:25px;
  height:25px;
  line-height:24px;
  position:relative;
  overflow:visible;
  position:relative;
}
.timehalf-hour-list > li .alert {
  position:relative;
  height:50px;
  z-index:5;
  line-height:20px;
  margin-right:2px;
}
.alert-info {
  background:#f0f5fb;
  border:solid 1px #4282be;
  color:#4282be;
  font-family:'DIN Bold';
  letter-spacing:-0.2px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.timehalf-hour-list > li:before {
  content:'';
  display:block;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  height:1px;
  border-bottom:solid 1px #f2f2f2;
}
/*.timehalf-hour + .timehalf-hour {
  border-top:solid 1px #f2f2f2;
}*/
.expected-time {
  color:#777;
}
.expected-time .text-label {
  margin-left:10px;
}
.expected-out-time {
  padding-left:10px;
  color:#777;
  border-top:dashed 1px #adadad;
}
.timehalf-hour-list > li.expected-time:before {
  border-bottom:dashed 1px #adadad;
  left:-40px;
  right:0px;
}
.in-time-block {
  display:block;
  position:relative;
}
.in-time-block:after {
  content:'';
  position:absolute;
  top:50%;
  left:0px;
  right:0px;
  z-index:0;
  height:1px;
  background-color: #70cf00;
}
.in-time-block span {
  display:inline-block;
  padding:0px 10px;
  background:#fff;
  color: #494949;
  font-weight:bold;
  position:relative;
  height:22px;
  z-index:1;
}
.hour-time-list-outer {
  width:40px;
}
.hour-time-list-outer {
  border-right:solid 1px #f2f2f2;
}
.hour-time-list-outer .hour-time-list li {
  display:block;
  clear:both;
  min-height:50px;
  max-height:50px;
  padding:10px 0;
  text-align:center;
  border-bottom:solid 1px #f2f2f2;
  font-size:12px;
  color: #adadad;
}
/*.project-1 {
  background:url(../images/svg-small/project1.png) repeat;
}*/
.legends-controller {
  padding: 15px 0 0px 0;
  text-align: right;
}
.legends-text-holder {
  display: inline-block;
}
.legends-controller {
  text-align: right;
}
.legends-controller .mdi-close {
  font-size: 16px;
  color: #adadad;
  margin-right: 5px;
  cursor: pointer;
  float: left;
}
.legends-controller .lc-text {
  color: #4282be;
  font-size: 12px;
  font-family: 'DIN Bold';
  display: inline-block;
  height: 22px;
  line-height: 20px;
  float: right;
  cursor: pointer;
}
.legends-block {
  display: block;
  background-color:#f4f4f4;
  padding: 15px;
  color:#494949;
}
.legends-block ul li {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.approved-indicator {
  display: inline-block;
  background-color:#e2f5cc;
  border: solid 1px #adadad;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.legends-block ul li + li::before {
  content: "|";
  display: inline-block;
  margin-right: 10px;

}
.legends-block ul + ul {
  padding-top: 14px;
}
.rejected-indicator {
  display: inline-block;
  background-color: #fad2ce;
  border: solid 1px #adadad;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.error-indicator {
  display: inline-block;
  background-color:#f3bdf3;
  border: solid 1px #adadad;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.warning-indicators {
  display: inline-block;
  background-color: #f9d592;
  border: solid 1px #adadad;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.pending-indicator {
  display: inline-block;
  background-color:#e2edf7;
  border: solid 1px #adadad;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.weekoff-indicator {
  display: inline-block;
  background-color: #f4f4f4;
  border: solid 1px #adadad;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.legends-block .leave-indicator {
  margin-right: 5px;
}
.no-data-found {
  display: block;
  padding: 10px;
  text-align: center;
  background: #fff;
  color: #a2a2a2;
}
.legends-controller .mdi-format-list-bulleted {
  font-size: 16px;
  color: #6da4d8;
  margin-right: 5px;
  cursor: pointer;
  float: left;
  line-height: 20px;
}

.shift-roster-calendar {
  width: 100%;
  table-layout: fixed !important;
  background-color: #f5f5f5;
  color: #777;
  font-size: 13px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-collapse: collapse !important;
}
.shift-roster-calendar th {
  text-align: center;
  vertical-align: middle;
  height: 32px;
  border-bottom: solid 1px #ebebeb;
  color: #494949;
}
.shift-roster-calendar th label {
  margin: 0px;
}
.shift-roster-calendar td {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #e5e5e5;
  height: 165px;
  position: relative;
  font-family: 'DIN Medium';
  color: #494949;
}
.shift-roster-calendar tr:last-child td {
  border-bottom: 0px;
}
.src-col {
  width: 60px;
}
.shift-roster-calendar td.src-w-c {
  background-color: #fff;
}
.shift-roster-calendar td.src-w-c.roster1 {
  background-color: #f0fbe5;
}
.shift-roster-calendar td.src-w-c.roster2 {
  background-color: #f2e5fb;
}
.shift-roster-calendar td.src-w-c.roster1 .src-shift-roster, 
.shift-roster-calendar td.src-w-c.roster2 .src-shift-roster {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: right;
  font-family: 'DIN Bold';
  padding: 10px;
}
.shift-roster-calendar td.src-w-c.roster1 .src-shift-roster {
  color: #749b4e;
}
.shift-roster-calendar td.src-w-c.roster2 .src-shift-roster {
  color: #a07aba;
}
.shift-roster-calendar td.src-w-c.src-h {
  background-color: #f8774e;
  color: #fff;
}
.shift-roster-calendar td.src-w-c.src-h .mdi-airplane {
  font-size: 26px;
  display: inline-block;
  transform: rotate(90deg);
}
.src-ht {
  font-family: 'DIN Regular';
  font-size: 12px;
}
.src-hn {
  font-family: 'DIN Medium';
  font-size: 13px;
}
.shift-roster-calendar td.src-w-cc {
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  color: #aeaeae;
  font-family: 'DIN Regular';
}
.shift-roster-calendar td.src-w-offc {
  border-right: 0;
}
.shift-roster-calendar td .src-cd {
  position: absolute;
  left: 0;
  right: 0;	
  top: 0;
  text-align: right;
  padding: 10px;
  font-size: 16px;
}
.shift-roster-calendar td .src-cd.unactive {
  color: #aeaeae;
}
.src-wo {
  color:#aeaeae;
  font-size: 16px;
}
.datepickerview {
  position: relative;
}
.datepickerview material-datepicker {
  display: block;
  position:absolute;
  width: 100%;
  height: 100%;
  top:0;
}
.cdo-mt-4 {
  margin-top: 4px;
}
.datepickerview .calender_icon2 {
  margin-left: 5px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.datepickerview material-datepicker .datepicker {
	width: 100%;
}
.datepickerview material-datepicker .datepicker input {
  opacity: 0;
}