@charset "UTF-8";
@import url(font.css);
* {
  box-sizing: border-box;
}

*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: transparent;
  -webkit-tap-highlight-color: transparent;
  background: #EFF5FF;
  color: #18305B;
}

body {
  min-width: 320px;
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
  background: #EFF5FF;
  font-family: 'roboto';
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
  letter-spacing: .5px;
  color: #18305B;
  word-break: break-all;
  padding: 0;
  margin: 0;
}

@-ms-viewport {
  width: device-width;
}
p {
  line-height: 1.75;
}

/*a:link,
a:visited {
  color: #0074BF;
}*/
/*a:link:hover,
a:visited:hover {
  color: rgba(0, 116, 191, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}*/

.link {
  color: #0074BF;
  text-decoration: underline;
  cursor: pointer;
}
.link:hover {
  color: rgba(0, 116, 191, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input,
button,
optgroup,
textarea,
select {
  margin: 0;
  font-family: 'roboto', sans-serif;
  font-size: 15px;
  line-height: 1;
}


input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"]{
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  border: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.1rem dotted ButtonText;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[role="button"] {
  cursor: pointer;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

/* text-align */
.tx_left {
  text-align: left !important;
}

.tx_right {
  text-align: right !important;
}

.tx_center {
  text-align: center !important;
}

/* Hide and display   */
.hidden {
  display: none !important;
}

.display {
  display: block !important;
}

.fadein {
  animation: 0.5s fadeIn forwards;
}

.fadeout {
  animation: fadeOut 3s ease 0s 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 560px) {
  .hidden_pc {
    display: none !important;
  }
}

@media screen and (max-width: 559px) {
  .hidden_sp {
    display: none !important;
  }
}

/* Alignment adjustment */
.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

/* side slide */
@keyframes RightToLeft {
  0% {
    transform: translateX(20rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes LeftToRight {
  0% {
    transform: translateX(-20rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes TopToBtm {
  0% {
    transform: translateY(-30rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes BtmToTop {
  0% {
    transform: translateX(30rem);
  }
  100% {
    transform: translateX(0);
  }
}
/* margin and padding */
.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.5rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
  position: relative;
}

.mt3 {
  margin-top: 3rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
  position: relative;
}

.mb05 {
  margin-bottom: 0.5rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
  position: relative;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.ml1 {
  margin-left: 1rem !important;
}

.mr1 {
  margin-right: 1rem !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.er{
  color: #ff2f00;
  padding: 10px 0;
  display: block;
}
#side_bar{
  padding-top: 85px;
  width: 237px;
  height: 100vh;
  background: #18305B;
  position: relative;
  float: left;
  overflow-y: auto;
}
.toggle{
    width: 40px;
    height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../img/Arrow_Left_Square.png) no-repeat 7px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1000;
}
#side_bar.small .toggle{ 
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  right: 22px;
}
#side_bar.small{
  width: 90px;
}
#side_bar.small .user_name, #side_bar.small .department,#side_bar.small .menu span{
  opacity: 0;
  overflow: hidden;
}
#side_bar.small .menu .sub_menu{
  display: none;
}
#side_bar.small .menu, #side_bar.small .menu .outer_group > div{
  height: 60px;
}
#side_bar.small #logout span{
  opacity: 0;
  overflow: hidden;
}
#side_bar.small .icon_user {
    width: 45px;
    height: 45px;
}
#side_bar .icon_user{
  width: 77px;
  height: 77px;
  background: url(../img/user.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.user_name{
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.department{
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 600;
}
.menu{
  padding: 5px 0px;
  margin-bottom: 15px;
  cursor: pointer;
}
.outer_group{
  padding: 2px 30px;
  margin-bottom: 10px;
}
.menu:hover .outer_group, .menu.active .outer_group{
  background: #06152E;
  border-left: 3px solid #fff
}
.menu a, .menu div{
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  display: block;
  position: relative;
}
.menu .outer_group > div{
  padding-left: 40px;
  background-size: 24px 24px;
  line-height: 35px;
}
.menu #main_page{
  background: url(../img/Home.png) no-repeat 0px;
}

.menu #home{
  background: url(../img/Stroke.png) no-repeat 0px;
}
.menu #document{
  background: url(../img/Document.png) no-repeat 0px;
}
.menu #chart{
  background: url(../img/Chart.png) no-repeat 0px;
}
.menu #ticket_star{
  background: url(../img/Ticket_Star.png) no-repeat 0px;
}
.menu #star{
  background: url(../img/Star.png) no-repeat 0px;
}
.menu #order{
  background: url(../img/Order.png) no-repeat 0px;
}
.menu #container{
  background: url(../img/Container.png) no-repeat 0px;
}
.menu #folder{
  background: url(../img/Folder.png) no-repeat 0px;
}
.menu .outer_group > div span{
  display: block;
  background: url(../img/Arrow_Down.png) no-repeat right 0px top 5px;
}
.menu.active .outer_group > div span{
  background: url(../img/Arrow_Up.png) no-repeat right 0px top 11px;
}
.menu .sub_menu{
  display: none;
}
.menu .sub_menu a{
  display: none;
  padding: 10px 0;
  margin-left: -10px;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 18px;
  padding-left: 50px;
}
.menu .sub_menu a.current{
  background: #06152E
}
.menu.active .sub_menu{
  display: block;
}
.main_menu {
  background: no-repeat !important;
}
#logout{
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding-left: 70px;
  background-size: 24px 24px;
  line-height: 35px;
  background: url(../img/Logout.png) no-repeat 30px;
  color: #fff;
  margin-top: 100px;
  height: 60px;
}
#logout span{
  height: 60px;
  display: block;
  line-height: 60px;
}
#side_bar #logout:hover{
  background: #06152E url(../img/Logout.png) no-repeat 30px;
  border-left: 3px solid #fff
}
#page_content{
  flex: 1 1 0%;
  overflow-y: auto;
  height: 100vh;
  padding: 20px 0;
}
#content-menu{
  margin: 0 20px;
  background: #fff;
  padding: 20px 80px;
  min-height: calc(100vh - 40px);
}
#content{
  margin: 0 20px;
  background: #fff;
  padding: 10px 10px;
  min-height: calc(100vh - 40px);
}

.hidden {
  display: none !important;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 12px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #C5D9FE; 
  border-radius: 12px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #C0C3C7; 
}