.fields-label {
  display: block;
  min-height: 15px;
  font-family: 'DIN Regular';
}
.fields-label > span {
  color: #E71D09;
}
.comment-box {
  position: relative;
}

.comment-box:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 4px;
  background: url(../images/svg-small/comment.svg) no-repeat;
  z-index: 1;
}

.default-color {
  color: #494949 !important;
}

.black-color {
  color: #000 !important;
}

.white-color {
  color: #fff !important;
}

.light-gray-color {
  color: #adadad !important
}

.red-color {
  color: #e71d09 !important
}

.blue-color {
  color: #6da4d8 !important;
}

.green-color {
  color: #79b020 !important;
}

.light-color {
  color: #a8a8a8;
}

.head-title {
  display: inline-block;
  margin: 18px 0 7px;
  color: #494949;
  font-size: 18px;
}

.comment-box:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 4px;
  background: url(../images/svg-small/comment.svg) no-repeat;
  z-index: 1;
}

.comment-box .formfield-control {
  padding-right: 30px !important;
}

.fields-iconbutton {
  position: relative;
  padding-right: 40px;
}

.button-icon-field {
  position: absolute;
  right: 0;
  top: 0;
}

.btn-30 {
  padding: 0px !important;
  text-align: center;
  width: 30px;
  height: 30px;
}

.file-btn {
  display: inline-block;
  position: relative;
  line-height: 24px;
}

.file-btn input {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  left: -1px;
  top: -1px;
  opacity: 0;
  z-index: 1;
  height: 100%;
  font-size: 24px;
  cursor: pointer;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

.mb-block.st-jinie-block {
  padding: 10px 35px 10px 125px;
  position: relative;
  margin-bottom: 15px;
}

.mb-block.st-jinie-block .s-title {
  position: absolute;
  top: 13px;
  left: 15px;
}

.mb-block.st-jinie-block .mdi-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
}

.td .dropdown {
  display: inline-block;
}

.td .dropdown .formfield-control {
  color: #979797;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #fff;
}

.td .dropdown .dropdown-style {
  background: #fff;
  margin-top: -5px;
}

.td .dropdown .dropdown-style li a {
  background: none;
}

.btn-outline {
  background: none;
  border: dashed 1px #adadad;
  box-shadow: none;
  color: #adadad;
  font-weight: normal;
  font-size: 16px;
  font-family: "DIN Regular";
  line-height: 24px;
}

.outline-btn {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px dashed #adadad;
  margin: 7px 10px 7px 0;
  cursor: pointer;
}

.sno-col {
  width: 30px;
}

.date-col {
  width: 135px;
}

.no_hours-col {
  width: 110px;
}

.rable-radio-row {
  min-width: 322px;
}

.rable-radio-row,
.duration-fields {
  display: inline-block;
  float: left;
}

.rable-radio-row+.duration-fields {
  max-width: 310px;
}
.duration-fields {
  max-width:425px;
}
.time_pick .select-wrapper {
  background: #fff !important;
  margin-right: 2px;
}
.duration-fields .to {
  display: inline-block;
  width: 20px;
  height: 30px;
  text-align: center;
  line-height: 24px;
}

.duration-fields .dropdown+.btn {
  /*margin-left: 10px;*/
}

.time_pick {
  display: inline-block;
}

.leave-request {
  margin-bottom: 15px;
}

.leave-request .tr.weekoff .td {
  color: #adadad;
  vertical-align: middle;
}

.default-table.leave-request .tr .td {
  height: 50px;
}

.mfrom-top,
.rable-radio-row {
  margin-top: 7px;
}

.edit-image {
  cursor: pointer;
}

.leave-balance {
  margin-bottom: 15px;
}

.note {
  margin-bottom: 15px;
}

.tab-list-dropdown {
  display: inline-block;
  position: relative;
}

.tab-list .tab-list-dropdown>a {
  color: #4282be !important;
  letter-spacing: 0.5px;
  font-family: 'DIN Bold';
}

.tab-list .tab-list-dropdown>a .mdi {
  font-size: 24px;
  color: #494949;
  float: right;
  margin-left: 3px;
}

.tab-list .tab-list-dropdown.open>a .mdi {
  margin-left: 30px;
}

.tab-list .tab-list-dropdown.open>a {
  background: #fff;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.18);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: 'DIN Regular';
  color: #494949 !important;
}

.tab-list-dropdown .dropdown-style {
  margin-top: -2px;
}

.go-back {
  float: left;
  padding-right: 10px;
  background: #f0f1f2;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top:5px;
}

.go-back .btn {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.search-field {
  position: relative;
}

.search-field .mdi-magnify {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 20px;
  color: #adadad;
}

.search-section {
  padding: 10px;
  border-bottom: solid 2px #f5f5f5;
  font-family: 'DIN Regular';
}

.advanced-search-link {
  padding-top: 10px;
  text-align: right;
  height: 20px;
}

.advanced-search-link a {
  padding: 0px !important;
  text-transform: capitalize;
  color: #6da4d8 !important;
}

.af-datalisting li {
  padding: 15px;
  clear: both;
  display: block
}

.af-datalisting li .empimg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.af-datalisting li .datalist-details {
  float: left;
  text-transform: capitalize;
}

.af-datalisting li .af-datalisting-subdetails {
  text-transform: uppercase;
}

.select-emp-radio {
  margin-top: -7px;
}

.af-datalisting .radio label {
  font-family: 'DIN Regular';
}

.af-datalist-block {
  max-height: 400px;
  overflow: auto;
}

.st-holiday-table {
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.st-holiday-table tr td {
  padding: 5px 0;
}

.st-holiday-table tr td+td {
  text-align: right;
  font-family: 'DIN Bold';
  width: 66px !important;

}

.st-card {
  min-height: 103px;
  border-radius: 5px;
  background-color: #777777;
  margin-bottom: 5px;
  color: #e3e3e3;
  padding: 15px;
}

.st-card .simple-text-title {
  text-transform: uppercase;
}

.st-card .name-text-title {
  font-family: 'DIN Bold';
  color: #fff;
}

.st-card .simple-text-title,
.st-card .name-text-title,
.st-card .simple-text {
  margin-bottom: 5px;
}

.st-card .info-indicator {
  width: 10px;
  height: 10px;
}

.w40 {
  width: 40px;
}

.w20 {
  width: 20px;
}

.timesheet-status-outer {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: #d8d8d8;
}

.present_hours {
  display: block;
  height: 5px;
  border-radius: 3px;
  /* background:#6da4d8; */
}
.datepicker-field-2 {
	position:relative;
}