.font-w-700 {
  font-weight: 700; }

.border-shadow {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(51, 51, 102, 0.5);
          box-shadow: 0px 0px 8px 2px rgba(51, 51, 102, 0.5); }

.grayscale {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }
  .grayscale:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }

.d-flex.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.d-flex.justify-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.d-flex.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.d-flex .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.va-T {
  vertical-align: top; }

.fileuploader-has-info .fileuploader-info,
.fileuploader-has-info .fileuploader {
  width: 50%;
  margin: 0; }

.fileuploader-has-info .fileuploader-info {
  padding: 20px 15px; }

.fileuploader-has-info .fileuploader li.fileuploader-item {
  border: 1px solid #eee; }
  .fileuploader-has-info .fileuploader li.fileuploader-item a {
    text-decoration: none; }

.fileuploader-has-info:hover li.fileuploader-item {
  background-color: rgba(33, 33, 33, 0.55) !important; }
  .fileuploader-has-info:hover li.fileuploader-item .title-name {
    color: #fff !important; }
  .fileuploader-has-info:hover li.fileuploader-item span {
    color: #333 !important; }

.fileuploader-only .fileuploader {
  margin: 0; }
  .fileuploader-only .fileuploader li.fileuploader-item {
    border: 1px solid #eee; }

.tool-btn.horizontal .btn-with-seven-items ~ ul {
  width: 830px !important; }

.yearline-outbox, .yearline, .info-input {
  position: relative; }
  .yearline-outbox:before, .yearline-outbox::after, .yearline:before, .yearline::after, .info-input:before, .info-input::after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1; }

.yearline-outbox {
  border-bottom: 1px solid #9e8a3f;
  z-index: 1;
  margin-bottom: 50px; }
  .yearline-outbox .empty-hidden {
    visibility: hidden; }
  .yearline-outbox:before {
    width: 205px;
    height: 264px;
    right: 30px;
    background-image: url("../images/temp/yearline/tree-2.png"); }
  .yearline-outbox::after {
    width: 47px;
    height: 105px;
    right: 10px;
    background-image: url("../images/temp/yearline/man-2.png"); }
  .yearline-outbox .yearline:before {
    width: 31px;
    height: 98px;
    right: 274px;
    background-image: url("../images/temp/yearline/man-1.png"); }
  .yearline-outbox .yearline::after {
    width: 24px;
    height: 94px;
    right: 232px;
    background-image: url("../images/temp/yearline/woman-2.png"); }
  .yearline-outbox .yearline .building-dec {
    width: 12%;
    padding-bottom: 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain; }
    .yearline-outbox .yearline .building-dec:before {
      content: '';
      position: absolute;
      bottom: 0;
      z-index: 0;
      width: 85px;
      height: 97px;
      left: -155px;
      background-image: url("../images/temp/yearline/couple.png"); }
  .yearline-outbox .yearline .info-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .yearline-outbox .yearline .info-input:before {
      width: 46px;
      height: 91px;
      right: 275px;
      background-image: url("../images/temp/yearline/woman-1.png"); }
    .yearline-outbox .yearline .info-input::after {
      width: 205px;
      height: 288px;
      right: 40px;
      background-image: url("../images/temp/yearline/tree-1.png"); }
  .yearline-outbox .yearline .input-dec {
    width: 100px;
    height: 12px;
    margin-right: 5px; }

ul.forms #month-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ul.forms #month-list .month {
    cursor: pointer;
    font-size: 2.5rem;
    padding-right: 5px;
    letter-spacing: 5px;
    font-weight: 600;
    position: relative;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    ul.forms #month-list .month::before {
      content: '';
      position: absolute;
      margin: auto;
      height: 2px;
      background: grey;
      width: 35px;
      background-color: #f4ce24;
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
      bottom: -2px;
      opacity: 0; }
    ul.forms #month-list .month::after {
      content: '';
      display: inline-block;
      margin: auto 10px;
      width: 2px;
      height: 20px;
      background: grey;
      -webkit-transform: rotate(20deg);
          -ms-transform: rotate(20deg);
              transform: rotate(20deg);
      position: relative;
      bottom: -2px; }
    ul.forms #month-list .month:last-child::after {
      display: none; }
    ul.forms #month-list .month:hover, ul.forms #month-list .month.active {
      color: #f4ce24; }
      ul.forms #month-list .month:hover::before, ul.forms #month-list .month.active::before {
        opacity: 1; }

body.calendar-box .tooltipster-base {
  pointer-events: auto; }

#calendar table th {
  background-color: unset; }

#calendar table tr:hover {
  background-color: unset; }

#calendar table thead th, #calendar table thead td {
  text-align: left;
  padding-bottom: 3px;
  font-weight: 700; }

#calendar table tbody tr {
  background: none; }

#calendar .fc-day-header.fc-sat {
  color: green; }

#calendar .fc-day-header.fc-sun {
  color: red; }

#calendar .fc-past {
  background: #f2f2f2; }

#calendar .fc-other-month {
  opacity: 1; }

#calendar .fc-event {
  border-radius: 50px; }

#calendar .fc-widget-header {
  border: none; }

.fc-content {
  color: black; }

.fc td, .fc th {
  border-width: 2px !important; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left !important; }

[type="checkbox"].checkbox2radio ~ label::before, [type="checkbox"].checkbox2radio ~ label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 3px 4px 3px 0;
  width: 1.6rem;
  height: 1.6rem;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease; }

[type="checkbox"].checkbox2radio ~ label::before {
  border-radius: 50%;
  border: 1px solid #5a5a5a;
  top: -3px; }

[type="checkbox"].checkbox2radio ~ label::after {
  border-radius: 50%;
  border: 1px solid #5a5a5a;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }

[type="checkbox"].checkbox2radio:checked ~ label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  margin: 3px 4px 3px 0;
  width: 1.6rem;
  height: 1.6rem;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  border: 1px solid #5a5a5a; }

[type="checkbox"].checkbox2radio:checked ~ label::after {
  border-radius: 50%;
  border: 1px solid #424242;
  background-color: #424242;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

[type="radio"].with-gap:checked ~ label::after {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important; }

[type="radio"].with-gap-small:checked ~ label::after {
  -webkit-transform: scale(0.5) !important;
      -ms-transform: scale(0.5) !important;
          transform: scale(0.5) !important; }

.absolute-r-t {
  position: absolute;
  right: 0;
  top: 0; }

#sideBarMenu ul.ordntu .dd-item .dd-nodrag {
  padding-left: 60px; }

#sideBarMenu ul.ordntu .dd-item .section-heading > div:not(.noti) {
  margin-top: 10px; }

#sideBarMenu ul.ordntu .dd-item .noti {
  margin-left: 5px;
  margin: 0;
  display: inline-block;
  position: relative;
  top: initial;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 0;
  color: #ffffff;
  background: #666;
  font-size: 1.2rem;
  border-radius: 50%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

#sideBarMenu ul.ordntu .dd-item .dd-list {
  text-align: left; }

.progress-wrapper.radio-box.inline > div {
  display: block;
  width: 180px;
  text-align: center;
  margin-bottom: 40px; }

.progress-box {
  position: relative;
  border: 1px solid #000000;
  padding: 10px; }
  .progress-box > div:not(.progress-title) {
    display: inline-block; }
  .progress-box .cc-arrow-down {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 4rem;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto; }

.height-table-wrap {
  height: 500px;
  overflow-y: auto; }

ul.ntu-form #addPaper,
ul.ntu-form #deletePaper,
ul.ntu-form #addProject,
ul.ntu-form #deleteProject,
ul.ntu-form #addData,
ul.ntu-form #deleteData {
  display: none; }
