﻿@charset "UTF-8";
/* --------- functions --------- */
/* --------- functions --------- */
/*cubic-bezier(0.94, 0.06, 0.05, 0.95)*/
.blinker-me {
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  80% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  80% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  80% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
/* --------- functions --------- */
/* --------- functions --------- */
.Arial {
  font-family: Arial, sans-serif !important;
}
.aL {
  text-align: left !important;
}
.aC {
  text-align: center !important;
}
.aR {
  text-align: right !important;
}
.fL {
  float: left !important;
}
.fC {
  float: center !important;
}
.fR {
  float: right !important;
}
.b {
  font-weight: bold !important;
}
@media (max-width: 980px) {
  .rwd-fr {
    float: right;
  }
  .display-block {
    display: inline;
  }
  .top-menu .inner,
  .cu-header .inner,
  .cu-content .inner,
  .cu-banner .inner,
  .cu-footer .inner {
    margin: auto;
    width: auto;
  }
  ul.app-icon li {
    display: inline-block;
  }
  ul.app-icon li a {
    display: inline-block;
    border: 0px solid red;
    margin-bottom: 10px;
  }
  ul.app-icon li a img {
    width: 190px;
  }
  .app-icon li a {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .ax-popover {
    max-width: 80%;
  }
}
@media (max-width: 640px) {
  label.control-label {
    display: block !important;
  }
  .form-control-static {
    background-color: #F8F8F8;
    padding-left: 3px;
    padding-right: 3px;
  }
  .trm {
    display: none;
  }
  .cu-header {
    background-color: #FFF;
    position: fixed;
    top: 0px;
    z-index: 15;
    display: block;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #CCC;
    padding-left: 75px;
  }
  .cu-header .cu-logo {
    margin-top: 15px;
    margin-left: 0px;
  }
  .cu-header .cu-logo .logo {
    display: none;
  }
  .cu-header .cu-logo .logo-responsive {
    display: inline;
  }
  .cu-banner .inner {
    overflow: hidden;
  }
  .cu-banner .inner .key-visual-img {
    width: auto;
  }
  .cu-container {
    margin-top: 69px;
    position: relative;
    z-index: 10;
  }
  #cityu-header-toolbar {
    margin-right: 10px;
    margin-top: 9px;
  }
  #cityu-header-toolbar #cityu-header-wa .cityu-wa-fontsize .cityu-wa-fontsize-0 {
    width: 32px;
  }
  #cityu-header-toolbar #cityu-header-wa .cityu-wa-fontsize .cityu-wa-fontsize-2 {
    width: 32px;
  }
  .cu-footer .inner {
    padding-top: 20px;
    padding-bottom: 10px;
    height: auto;
  }
  .cu-footer .inner .hr {
    display: none;
  }
  .cu-footer .inner .links li {
    display: block;
  }
  /* -- ax-mobile-table ----------------------------------------*/
  .mobile-display-only {
    display: inline;
  }
  table.ax-mobile-table {
    border: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  table.ax-mobile-table .c {
    text-align: left !important;
  }
  table.ax-mobile-table thead,
  table.ax-mobile-table tbody,
  table.ax-mobile-table tfoot,
  table.ax-mobile-table tr,
  table.ax-mobile-table th,
  table.ax-mobile-table td {
    -webkit-box-sizing: border-box !important;
    -khtml-box-sizing: border-box !important;
    -apple-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  table.ax-mobile-table > thead > tr > th {
    display: none;
  }
  table.ax-mobile-table > thead > tr > .ax-action-col {
    border-top: 1px solid #ddd !important;
    border-bottom: 0px solid red !important;
    width: auto !important;
    display: block !important;
    text-align: right !important;
  }
  table.ax-mobile-table > tbody > tr > td {
    padding-left: 40% !important;
    position: relative !important;
    border: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    text-align: left: !important;
  }
  table.ax-mobile-table > tbody > tr > td:before {
    display: block;
    -webkit-box-sizing: border-box !important;
    -khtml-box-sizing: border-box !important;
    -apple-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 38%;
    height: 100%;
    padding: 10px;
    font-weight: 400;
    background-color: #EEE;
    border-right: 1px solid #ddd;
    text-align: left !important;
  }
  table.ax-mobile-table > tbody > tr > td.mobile-row-num:before {
    display: none;
  }
  table.ax-mobile-table > tbody > tr > td.mobile-row-num {
    font-size: 1.5em !important;
    font-weight: 400 !important;
    padding: 8px 10px !important;
  }
  /* -- ui-datatable ----------------------------------------*/
  .rwd-inner {
    padding-top: 40px;
  }
  .page-title h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .page-title.rwd {
    padding-left: 10px;
    border: 0px solid red;
    position: fixed;
    left: 0px;
    top: 70px;
    width: 100%;
    background-color: #FFF;
    z-index: 100;
  }
  .ax-ge-3-icons div[class*='col-'] {
    border: 0px solid red;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ax-ge-3-icons a {
    border: 0px solid red;
    font-size: 16px;
    padding-left: 50px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .ax-ge-3-icons a .ax-icon {
    left: 0px;
  }
  /*.ax-ge-4-icons .form-group {
    text-align: center;
  }
  .ax-ge-4-icons .form-group .btn {
    display: inline-block;
    margin: 0px;
    margin-bottom: 40px;    
  }*/
  .area-req .area-btn {
    display: block;
  }
  .area-req .area-btn label {
    font-size: 16px;
  }
  .area-req .area-btn label input[type=checkbox] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transform: scale(1.3);
    -khtml-transform: scale(1.3);
    -apple-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  .checkbox-inline {
    width: 45%;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
    margin: 0px;
    margin-right: 0px !important;
    margin-bottom: 5px !important;
    font-size: 15px;
  }
  .checkbox-inline input[type=checkbox] {
    -webkit-transform: scale(1.3);
    -khtml-transform: scale(1.3);
    -apple-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    position: relative;
    margin-left: 8px;
    margin-right: 5px;
    vertical-align: bottom;
  }
  .ax-icons > ul > li {
    display: inline-block;
  }
  .ax-icons.list > ul > li {
    -webkit-transform-origin: 0% 0%;
    -khtml-transform-origin: 0% 0%;
    -apple-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -apple-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    width: 83% !important;
  }
  .ax-icons.list > ul > li > a {
    font-size: 1.1em;
    margin-right: 10px;
  }
  .PILO-table tr td {
    vertical-align: top;
    font-size: 14px;
  }
  .panel-group .panel.panel-checkbox .panel-heading .panel-title input[type=checkbox] {
    -webkit-transform: scale(1.3);
    -khtml-transform: scale(1.3);
    -apple-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  .panel-group .panel.panel-checkbox .panel-body .checkbox-group {
    padding-left: 15px !important;
  }
  .ax-action-menu {
    float: none !important;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 185%;
    line-height: 1.6em;
  }
  h2 {
    font-size: 120%;
  }
  h3 {
    font-size: 110%;
  }
  h4 {
    font-size: 100%;
  }
  h5 {
    font-size: 90%;
  }
  h6 {
    font-size: 80%;
  }
  .ax-ge-3-icons .btn {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ge-req-table .empty-cell {
    width: 10px;
  }
  .ge-req-table .ax-col-list li span {
    position: relative;
    display: block !important;
    width: 100%;
    font-weight: bold;
  }
  .ge-req-table .ax-col-list li div.indent-1 {
    margin-left: 5px;
  }
}
@media (max-width: 360px) {
  .circle-icon {
    font-size: 15px;
    margin: 0px 5px 0px 5px;
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 320px) {
  .checkbox-inline {
    width: 48%;
  }
}
