@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:600,700,400&display=swap');

body {
	margin:0px;
	padding:0px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#f2f2f2;
	font-weight:normal;
	text-decoration:none;
}

a {
	text-decoration:none;
}

/* Formating header div */

#header_div {
	height:auto;
	width:100%;
	min-width:650px;
	min-height:25px;
	background-color:#000;
	border-bottom:1px solid #000;
	padding:0px;
	margin:0px;
}

#menu_header_div {
	/*other css settings */
	height:auto;
	width:100%;
	min-width:650px;
	min-height:40px;
	border-bottom:1px solid #cccccc;
	padding:0px;
	background-color:#f2f2f2;
	color:#737373;
	overflow:hidden;
	margin:0px;
}

#body_div {
	padding:0px;
	width:100%;
	background-color:#f2f2f2;
	min-width:650px;
	min-height:400px;
	overflow:hidden;
}

/* Formating footer div */

#footer_div {
	background-color:#f2f2f2;
	color:#666666;
	width:100%;
	min-width:650px;
	margin-top:150px;
}

#footer_product {
	font-size:1.2em;
	text-align:center;
	margin:40px 0px 0px 0px;
}

#footer_copyright {
	text-align:center;
	margin:40px 0px 0px 0px;
}

#footer_terms {
	text-align:center;
	margin:20px 0px 20px 0px;
	font-size:12px;
	cursor:pointer;
}

.css-inputbox-label {
	padding:8px;
	width:100px;
}

.css-inputbox {
	border:1px solid #B9B9B9;
	padding:7px;
	color:#666;
	border-radius:2px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	-webkit-appearance:none;
	outline:none;
}

.css-inputbox-red {
	border:1px solid #e60000;
	padding:7px;
	color:#666;
	border-radius:2px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	-webkit-appearance:none;
	outline:none;
}

.css-inputbox-display {
	border:1px solid #B9B9B9;
	padding:7px;
	color:#666;
	border-radius:2px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
}

.css-dotted-border-left, .css-dotted-border-all {
	border-left:1px dashed #B9B9B9;
}

.css-dotted-border-right, .css-dotted-border-all {
	border-right:1px dashed #B9B9B9;
}

.css-dotted-border-top, .css-dotted-border-all {
	border-top:1px dashed #B9B9B9;
}

.css-dotted-border-bottom, .css-dotted-border-all {
	border-bottom:1px dashed #B9B9B9;
}

.css-border-left, .css-border-all {
	border-left:1px solid #B9B9B9;
}

.css-border-right, .css-border-all {
	border-right:1px solid #B9B9B9;
}

.css-border-top, .css-border-all {
	border-top:1px solid #B9B9B9;
}

.css-border-bottom, .css-border-all {
	border-bottom:1px solid #B9B9B9;
}

.css-border-radius-top-left, .css-border-radius-all {
	border-top-left-radius:2px;
}

.css-border-radius-top-right, .css-border-radius-all {
	border-top-right-radius:2px;
}

.css-border-radius-bottom-left, .css-border-radius-all {
	border-bottom-left-radius:2px;
}

.css-border-radius-bottom-right, .css-border-radius-all {
	border-bottom-right-radius:2px;
}

input::-webkit-input-placeholder {
   	color:#CCCCCC;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
}

input:-moz-placeholder { /* Firefox 18- */
   	color:#CCCCCC;  
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
}

input::-moz-placeholder {  /* Firefox 19+ */
   	color:#CCCCCC;  
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
}

input:-ms-input-placeholder {  
   	color:#CCCCCC;  
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
}

.arrow {
  border: solid #333333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.menu-task-display {
	float:left; 
	font-weight:400; 
	color:#737373;
}

.menu-task-dropdown {
	float:left; 
	font-weight:400; 
	color:#737373;
}

.menu-item {
	float:right; 
	cursor:pointer; 
	font-weight:600; 
	margin-right:20px;
	color:#737373;
}

.menu-item-disabled {
	float:right; 
	font-weight:600; 
	cursor:not-allowed; 
	margin-right:20px;
	color:#737373;
}

.menu-item:hover {
	color:#333333;
}

.menu-item-green {
	float:right; 
	cursor:pointer; 
	font-weight:600; 
	margin-right:20px;
	color:#008000;
}

.menu-item-green:hover {
	color:#006600;
}

/* Customize checkbox */
/* Customize the label (the container) */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #d9d9d9;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-list-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-list-container-ais {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-list-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-list-container-ais input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.list-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  margin:10px;
  background-color: #d9d9d9;
}

.list-checkmark-ais {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  margin:10px;
  background-color: #d9d9d9;
}

/* On mouse-over, add a grey background color */
.checkbox-list-container:hover input ~ .list-checkmark {
  background-color: #ccc;
}

.checkbox-list-container-ais:hover input ~ .list-checkmark-ais {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-list-container input:checked ~ .list-checkmark {
  background-color: #000000;
}

.checkbox-list-container-ais input:checked ~ .list-checkmark-ais {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.list-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.list-checkmark-ais:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-list-container input:checked ~ .list-checkmark:after {
  display: block;
}

.checkbox-list-container-ais input:checked ~ .list-checkmark-ais:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-list-container .list-checkmark:after {
  left: 7px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-list-container-ais .list-checkmark-ais:after {
  left: 7px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.module-menu-item {
	color:#333333;
	cursor:pointer;
}

.module-menu-item:hover {
	color:#000000;
	font-weight:600;
	cursor:pointer;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(242,242,242,0.5);
    z-index: 6;
}

.preloader2 {
   width:75px;
   height:75px;
   display:inline-block;
   position:fixed;
   top:50%;
   left:50%;
   padding:0px;
   border-radius:100%;
   border:3px solid;
   border-top-color:rgba(0,0,0, 0.65);
   border-bottom-color:rgba(0,0,0, 0.15);
   border-left-color:rgba(0,0,0, 0.65);
   border-right-color:rgba(0,0,0, 0.15);
   -webkit-animation: preloader2 0.8s linear infinite;
   animation: preloader2 0.8s linear infinite;
}

@keyframes preloader2 {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}

@-webkit-keyframes preloader2 {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}

.css-highlight:hover {
	background-color:#FFC;
}

.css-highlight-red	{
	background-color:#ffe6e6;
}

.css-highlight-dash {
	overflow:hidden; 
	margin:10px; 
	border:1px solid #ffffff;
}

.css-highlight-dash:hover {
	border: 1px dashed #B9B9B9;
	background-color: #FFC;
}

.css-action-button-disabled {
	overflow: hidden;
	width: fit-content;
	padding: 10px 10px 10px 10px;
	color: #999999;
	cursor: not-allowed;
	background-color: #e6e6e6;
	font-weight:400;
	border: 1px solid #B9B9B9;
	border-radius: 2px;
}

.css-action-button {
	overflow: hidden;
	width: fit-content;
	padding: 10px 10px 10px 10px;
	color: #000000;
	cursor: pointer;
	background-color: #e6e6e6;
	font-weight:400;
	border: 1px solid #B9B9B9;
	border-radius: 2px;
}

.css-action-button:hover {
	background-color: #d9d9d9;
}

.css-dropdown {
	position:relative;
	display:inline-block;
}

.css-dropdown-menu {
	overflow: hidden;
	width: fit-content;
	padding: 10px;
	color: #000000;
	cursor: pointer;
	background-color: #e6e6e6;
	font-weight:400;
	border: 1px solid #B9B9B9;
	border-radius: 2px;
	font-size:15px;
}

.css-dropdown-menu-nobox {
	overflow: hidden;
	width: fit-content;
	padding: 10px;
	color: #000000;
	cursor: pointer;
	font-weight:400;
	font-size:13px;
}

.css-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 0px;
	z-index: 1;	
}

.css-dropdown-content-item {
	cursor:pointer;
	padding:15px 20px 15px 20px;
	color:#333333;
}

.css-dropdown-content-item-disabled {
	cursor:not-allowed;
	padding:15px 20px 15px 20px;
	color:#cccccc;
}

.css-dropdown-content-item:hover {
	color: #000000;
}

.css-dropdown:hover .css-dropdown-content {
	display: block;
}

.container {
	width: 800px;
    margin: 50px auto;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 30%;
    float: left;
    font-size: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.progressbar li:before {
    width: 40px;
    height: 40px;
    content: counter(step);
    counter-increment: step;
    line-height: 40px;
	font-weight:600;
    border: 2px solid #333333;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #333333;
    top: 20px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #ff6600;
}

.progressbar li.active:before {
    border-color: #ff6600;
}

.progressbar li.active + li:after {
    background-color: #ff6600;
}

.progressbar-new {
    counter-reset: step;
}

.progressbar-new li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.progressbar-new li:before {
    width: 40px;
    height: 40px;
    content: counter(step);
    counter-increment: step;
    line-height: 40px;
	font-weight:600;
    border: 2px solid #333333;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar-new li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #333333;
    top: 20px;
    left: -50%;
    z-index: -1;
}

.progressbar-new li:first-child:after {
    content: none;
}

.progressbar-new li.active {
    color: #ff6600;
}

.progressbar-new li.active:before {
    border-color: #ff6600;
}

.progressbar-new li.active + li:after {
    background-color: #ff6600;
}

.stepdisplay {
	font-size: 18px;
	overflow: hidden;
	
}

.stepdisplay:before {
    width: 40px;
    height: 40px;
    counter-increment: section;
    content: counter(section);
    line-height: 40px;
	font-weight:600;
    border: 2px solid #333333;
    display: block;
    text-align: center;
    margin: 10px;
    border-radius: 50%;
    background-color: white;
	float:left;
}

/* Customize the label (the container) */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
  background-color: #000000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.tab-menu-selected {
	float:left; 
	overflow:hidden; 
	font-size:16px; 
	width:calc((100% / 3) - 40px); 
	padding:20px; 
	text-align:center; 
	background-color:#e6e6e6;
	border-bottom:5px solid #ff9933; 
}

.tab-menu {
	float:left; 
	overflow:hidden; 
	font-size:16px; 
	width:calc((100% / 3) - 40px); 
	padding:20px; 
	text-align:center; 
	background-color:#e6e6e6;
	border-bottom:5px solid #cccccc; 
}

.tab-menu:hover {
	background-color:#d9d9d9;
	cursor:pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff3300;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #669900;
}

input:focus + .slider {
  box-shadow: 0 0 1px #669900;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.mini-switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
}

.mini-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.mini-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff3300;
  -webkit-transition: .4s;
  transition: .4s;
}

.mini-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .mini-slider {
  background-color: #669900;
}

input:focus + .mini-slider {
  box-shadow: 0 0 1px #669900;
}

input:checked + .mini-slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.data-line:hover .action-panel {
	display:block;
}

.data-line .action-panel {
	display:none;
}

.tab-menu-isactive {
	overflow:hidden; 
	color:#0044cc; 
	padding:10px 20px 10px 20px; 
	font-weight:600; 
	font-size:1.2em; 
	width:fit-content;
	border-bottom:2px solid #0044cc; 
}

.tab-menu-notactive {
	overflow:hidden; 
	color:#666666; 
	padding:10px 20px 10px 20px; 
	font-weight:600; 
	font-size:1.2em; 
	width:fit-content; 
	cursor:pointer
}

.calendar-past {
	overflow:hidden;
	color:#cccccc; 
	font-size:13px; 
	padding:10px 10px 8px 10px; 
	font-weight:600;
}

.calendar-today {
	overflow:hidden;
	color:#ff0000; 
	font-size:16px; 
	padding:8px 10px 8px 10px; 
	font-weight:700;
}

.calendar-future {
	overflow:hidden;
	color:#000000; 
	font-size:13px; 
	padding:10px 10px 8px 10px; 
	font-weight:600;
}

.public-holiday {
	background-color:#ffe066;
}

.container-loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.earned-leave-summary-class {
	position: fixed;
	background-color: #f9f9f9;
	width: 400px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 0px;
	z-index: 5;
	top: 50px;
	right: 50px
}

.earnedleavesummaryheader-class {
	cursor:move;
	padding:10px;
	font-weight:600;
	float:left;
	width:330px;
	border-bottom:1px solid #B9B9B9;
	text-overflow:ellipsis; 
	white-space:nowrap;
	overflow:hidden;
}

.earnedleavesummaryclose-class {
	cursor:pointer;
	padding:10px 10px 10px 10px;
	font-weight:600;
	float:right;
	width:29px;
	border-left:1px solid #B9B9B9;
	border-bottom:1px solid #B9B9B9;
	text-align:center
}

.earnedleavesummaryclose-class:hover {
	background-color:#FFC;
}

.list-items:nth-child(odd) {
	background-color:#f2f2f2;
}

.show-more {
	display:none;
}

.show-less {
	display:initial;
}

.setup-proceed-green {
	overflow:hidden; 
	font-size:1.4em; 
	font-weight:600; 
	margin-top:40px; 
	float:right;
	cursor:pointer;
	color:#008000;
}

.setup-proceed-disabled {
	overflow:hidden; 
	font-size:1.4em; 
	font-weight:600; 
	margin-top:40px; 
	float:right;
	cursor:not-allowed;
	color:#cccccc;
}

.menu-active {
	color:#0033cc; 
	cursor:pointer
}

.menu-disabled {
	color:#cccccc; 
}
