/*fade in*/
#index_top > .container {
   -webkit-animation: fadeinfromright 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinfromright 2s; /* Firefox < 16 */
        -ms-animation: fadeinfromright 2s; /* Internet Explorer */
         -o-animation: fadeinfromright 2s; /* Opera < 12.1 */
            animation: fadeinfromright 2s;
}
@keyframes fadeinfromright {
   0% {
      opacity: 0;
      transform: translateX(40px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}   
}
/*hover*/
.box_outside:hover a {
  text-decoration: none;
}
.box_outside:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
/*start of header*/
#header {
  padding:30px 20px 10px 20px;
  background-color: #148be0;
  min-height: 125px;
}
#header_left>a {
  display: inline-block;
}
#header a img {
  width: 100%;
}
#header_left .header_title {
  display: inline-block;
  width: 235px;
  vertical-align: bottom;
  margin: 0 0 0;
}
#header_left .header_title a {
  color: white;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}
#header_left .header_title a:hover {
  text-decoration: none;
}
#header_left .header_title span {
  font-size: 38px;
}
#header_right #nav_tool {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 50%;
} 
#font-resize {
  cursor:pointer;
  display: inline-block;
  margin-right: 15px;
}
#font-resize .larger{
  font-size: 16px;
  margin-right: 10px;
}
#font-resize .reset{
  font-size: 14px;
  margin-right: 10px;
}
#font-resize .smaller{
  font-size: 12px;
  margin-right: 10px;
}
#font-resize a:hover {
  color:#ffcc33;
}
#font li {
  display: inline-block;
}
#font li a {
  color:white;
}
#search {
  display: inline-block;
  width:50%;
}
#search #input_img {
  float:left;
  margin-right: 7px;
  margin-top: 8px;
}
#search table input#query {
  background-color: #148be0;
    color: white;
    border-radius: 20px;
    text-align: left;
    border: 1px solid white;
    padding: 1px 0px 1px 7px;
}
.login_panel {
  min-height: 30px;
  margin-top:40px;
  -webkit-transform: skew(-45deg);
      -moz-transform: skew(-45deg);
      -o-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
      transform: skew(-45deg);
}
.login_panel .role_listing {
  background-color:#035c9c;
  padding: 5px 5px 5px 15px;
}
.login_panel .role_listing ul {
  padding: 0px;
  margin-bottom: 0px;
}
.login_panel .role_listing li {
  color: white;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  margin: 0px 0px 0px;
  display: inline-block;
}
.login_panel .role_listing li img {
  vertical-align: sub;
  padding-right: 4px;
}
.login_panel .staff img, .login_panel .supervisor img,.login_panel .functional_admin img, .login_panel .chief_admin img{
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
}
.login_panel .role_listing li:nth-child(1) {
  width: 15%;
}
.login_panel .role_listing li:nth-child(2) {
  width: 20%;
}
.login_panel .role_listing li:nth-child(3) {
  width: 32%;
}
.login_panel .role_listing li:nth-child(4) {
  width: 30%;
}
.login_panel .role_listing li a {
  color: #ffffff;
}
.login_panel .role_listing li a:hover{
  text-decoration: underline;
}
/*end of header/
/*start of main_menu*/
div#main_menu {
  background-color:#e6e6e6;
}
#main_menu .nav {
  text-align:center
}
#main_menu .nav>li {
  display: inline-block;
  margin:0 10px;
}
#main_menu .nav>li>a>img {
  margin-right: 5px;
}
#main_menu .nav>li a {
  color: black;
  font-weight: bold;
}
#main_menu .nav>li a:hover {
  background-color:#e6e6e6;
}
/*end of main menu*/
/*start of slider*/
#index_slider .camera_wrap .camera_pag .camera_pag_ul {
  margin-top: -60px;
  margin-right: 20px;
}
#index_slider .camera_wrap .camera_pag .camera_pag_ul li {
  border-radius: 0px;
  background:#cccccc;
}
#index_slider .camera_wrap .camera_pag .camera_pag_ul li > span　{
  background:#cccccc;
}
#index_slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #dae022;
}
#index_slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #dae022;
}
/*end of slider*/
/*start of index top area*/
#index_top {
  margin-top: -30px;
}
div.article_anywhere.index_notice {
  background-color: #e0e0e0;
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
}
div.article_anywhere.index_notice p, div.article_anywhere.index_notice .index_notice_area ul li {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  color: #19165e;
  font-weight: bold;
  padding: 20px 30px 0px 30px;
  line-height: 1.5;
}
/*end of index top area*/
/*start of scroll button*/
#scroll_button {
  text-align: center;
  margin-top: 10px;
}
#scroll_button a {
  cursor: pointer;
}
/*start of index middle*/
#index_middle {
  background-color:#c3d7de;
  margin-top:10px;
}
#index_middle .container {
  padding: 30px;
}

.box_outside .user_guides,.box_outside .glossary,.box_outside .video_demo {
  -webkit-transform: skew(-10deg);
      -moz-transform: skew(-10deg);
      -o-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
      transform: skew(-10deg);
      background: white;
  padding: 30px;
}
.box_outside .user_guides table ,.box_outside .glossary table, .box_outside .video_demo table {
  -webkit-transform: skew(10deg);
      -moz-transform: skew(10deg);
      -o-transform: skew(10deg);
      -ms-transform: skew(10deg);
      transform: skew(10deg);
  margin: 0 auto;
}
#index_middle .box_outside table tr td {
  padding: 5px;
}
#index_middle .box_outside table tr {
  text-align: center;
}
.box_outside table a {
  font-weight: bold;
  color: #005c9e;
  font-size: 18px;
}
/*end of index middle*/
/*start of index bottom*/
#index_bottom {
  background-color: #e0e0e0;
  margin: 3% 0;
}
#index_bottom .container {
  padding: 0px 30px 30px 30px;
}
.index_bottom_title h3 {
  font-weight: bold;
  color: #005c9e;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
/*end of index bottom*/
/*inner page general style*/
#inner_page.container {
  margin-top: 3%;
  min-height: 600px;
}
#inner_right_content {
  margin-left: 3%;
}
/*.what-s-new #inner_right_content {
  margin-left: 8%;
}*/
/* ----- Start of Inner Side Menu Style -----*/
 .site.what-s-new #side_menu, .site.contact-us #side_menu, .site.sitemap #side_menu {
  display: none;
}
#side_menu {
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 25%;
}
#side_menu .nav li {
  border-bottom: 2px dotted black;
}
#side_menu .nav li.active a {
  color:#0071bc;
}
#side_menu .nav li:last-child {
  border-bottom: 0;
}
#side_menu li a {
  color:#333333;
  font-weight: bold;
}
#side_menu li a:hover {
  background-color:#ffffff;
}
/* ----- End of Inner Side Menu ----- */
/* ----- Start of Breadcrumbs Style ----- */
#inner_right_content #breadcrumbs ul.breadcrumb {
  background-color: white;
}
.breadcrumb>li+li:before {
  display: none;
}
#breadcrumbs .breadcrumb li a{
  color: #02599b;
  font-weight: bold;
}
#breadcrumbs .breadcrumb li.active{
  color: #555555;
  font-weight: bold;
}
/* ----- End of Breadcrumbs Style ----- */
/* ----- Start of Inner Item Page Style ----- */
/*
.item-page .skew_bg_exception {
   background-color: #f2f2f2;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 20px 50px;
  margin-bottom: 5%;
}
*/
.item-page .skew_bg {
  width: 95%;
}
.item-page .inner_page_style .title{
  background: url('/20210325202438oe_/https://www.hro.cuhk.edu.hk/cupis/images/development/title_bg.png');
  height: 35px;
  padding: 0px 50px;
}
.item-page .inner_page_style .title.long {
    background: url(/20210325202438oe_/https://www.hro.cuhk.edu.hk/cupis/images/development/title_bg_l.png) !important;
    height: 59px !important;
}
.item-page .inner_page_style h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  padding-top: 5px;
}
.item-page .content{
  background-color: #f2f2f2;
  padding: 30px 50px;
  margin-bottom: 10px;
}
.item-page p{
  font-size: 16px;
  text-align: justify;
}
.item-page .inner_page_style ul{
  padding-left: 20px;
  font-size: 16px;
}
.item-page .inner_page_style li {
  list-style-image: url('/20210325202438oe_/https://www.hro.cuhk.edu.hk/cupis/images/development/list_icon.png');
  padding: 3px 0px;
  text-align: justify;
}
.item-page table, item-page .upcoming_activities_table {
  background-color: #f2f2f2;
  border: 3px solid #02599b;
}
.item-page table tr:first-child td {
  background-color: #02599b;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.item-page .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #cee4ef;
}
.item-page tbody>tr.highlight {
    background-color: #cee4ef;
}
.item-page .table-striped>tbody>tr {
    border-top: 3px solid #02599b;
    border-bottom: 3px solid #02599b;
}
.upcoming_activities_table>tbody>tr td, .table-condensed>tbody>tr td{
    border: 3px solid #02599b;
}
.item-page .whats_new_table tr:first-child td {
  background-color: #cee4ef;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.item-page .whats_new_table>tbody>tr:nth-of-type(odd) {
    background-color: #cee4ef;
}
.item-page .whats_new_table>tbody>tr, .item-page .table-condensed>tbody>tr {
    border-top: 3px solid #02599b;
    border-bottom: 3px solid #02599b;
}
.item-page .table-condensed>tbody>tr:nth-child(2) {
    background: #cee4ef;
    text-align: center;
}
.item-page .table-condensed h4 {
    margin: 0px;
}
.item-page .ans{
    color: #035c9c;
}
/* ----- End of Inner Item Page Style ----- */
/*start of video demo*/
body.video-demo .item-page .content table tr {
  border-bottom: 3px solid grey;
}
body.video-demo .item-page .content table tr td {
  width: 45%;
  background: inherit;
  color: #333333;
  vertical-align: top;
  padding: 20px;
}
body.video-demo .item-page .content table tr td img{
  width: 100%;
  border: 1px solid grey;
}
body.video-demo .item-page .content table tr td p {
  text-align: left;
}
/* ----- Start of footer Sytle ----- */
div#footer {
  background-color: #000033;
  padding: 20px 0px;
}
div#footer #copy_right, div#footer #footer_menu {
  color: #cccccc;
  font-size: 12px;
}
div#footer #footer_menu ul li{
  display: inline-block;
}
div#footer #footer_menu ul li.active {
  color: #148be0;
}
div#footer #footer_menu ul li a {
  color: #cccccc;
  border-right: 1px solid #c8ccc4;
  padding: 0px 15px;
  font-weight: bold;
}
div#footer #footer_menu ul li:last-child a {
  border-right: 0px;
}
div#footer #footer_menu ul li a:hover {
  background-color: #000033;
}
/* ----- End of Footer Style ----- */
/* ----- Start of Role Page Style ----- */
.staff #side_menu, .supervisor #side_menu, .functional-administrator #side_menu, .chief-administrator #side_menu{
  display: none;
}
/* ----- End of Role Page Style ----- */
/* ----- Start of Help Desk Page Style ----- */
.logout_button {
    margin: -29px 20px 0px 0px !important;
    background: #035c9c;
    padding: 2px 15px;
    border-radius: 20px;
}
.logout_button:hover{
    background: #1988cc;
}
.logout_button a{
    color: #ffffff;
    font-size: 15px;
}
.logout_button a:hover{
    color: #ffffff;
    text-decoration: none;
}
/* ----- End of Help Desk Page Style ----- */
/*start of sitemap*/
#osmap > li {
  margin-left: 23px;
}
/*start of cads page*/
#form1 table td {
  padding: 10px;
}
.item-page table, item-page .upcoming_activities_table {
  border: 0px;
}
#form1 table tr:first-child {
  background-color:white;
}
#form1 table tr:first-child td {
  background-image: url('/20210325202438oe_/https://www.hro.cuhk.edu.hk/cupis/images/development/title_bg.png');
  background-color: transparent;
  padding-bottom: inherit;
  padding: 6px;
  padding-bottom: 6px !important;
}
/*start of mobile css*/
body {
  overflow-y: hidden;
}
.navbar-toggle {
  border: 1px solid white !important;
  background-color:#035c9c !important;
  position:absolute !important;
  right:0;
  z-index:999;
}
.navbar-toggle .icon-bar {
  background-color: white;
} 

@media (max-width: 1200px) {
  .login_panel .role_listing li:nth-child(1) {
  width: 40%;
}
.login_panel .role_listing li:nth-child(2) {
  width: 50%;
}
.login_panel .role_listing li:nth-child(3) {
  width: 40%;
}
.login_panel .role_listing li:nth-child(4) {
  width: 50%;
}
}
@media (max-width: 1180px) and (min-width: 992px){
  #index_top .container div:nth-child(2) {
    width: 70%;
    margin-left: 5%;
  }
}
@media (max-width: 1024px) {
  div#login_banner {
    margin-bottom: 15px;
  }
  .login_panel .role_listing li:nth-child(1) {
  width: 15%;
}
.login_panel .role_listing li:nth-child(2) {
  width: 18%;
}
.login_panel .role_listing li:nth-child(3) {
  width: 32%;
}
.login_panel .role_listing li:nth-child(4) {
  width: 32%;
}
  .login_panel .role_listing {
    margin-top: 10px;
  }
}
@media (min-width:768px) {
  .container.navbar-collapse.collapse {
  display: none !important;
}
  div#breadcrumbs {
    margin-left: -20px;
  } 
  .what-s-new div #breadcrumbs {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header_right #nav_tool {
    width: 80%;
  }
  .nav.menu>li>a {
    padding: 10px 4px;
  }
  
  div#login_banner, .box_outside {
    margin-bottom: 15px; 
  }
   #main_menu .nav>li a {
    font-size: 13px;
  }
}
@media (max-width:768px ) {
  div.article_anywhere.index_notice  {
    transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  .login_panel {
    transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  .user_guides, .glossary, .video_demo {
    transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  .login_panel .role_listing li {
    transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  div.article_anywhere.index_notice p {
     transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  .user_guides table, .glossary table, .video_demo table {
    transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  .container.desktop_menu {
    width: 100%;
  }
  .item-page .skew_bg {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 10px 20px;
}
.item-page .skew_bg p, .item-page .skew_bg img, .item-page .skew_bg a, .item-page .skew_bg h3, .item-page .skew_bg li, .item-page .skew_bg table {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}
  #inner_right_content {
    margin-left: 0;
  }
  .what-s-new #inner_right_content {
    margin-left: 0;
  }
  div#footer #footer_menu ul li:first-child a {
    padding-left: 0px;
  }
  .box_outside .user_guides, .box_outside .glossary, .box_outside .video_demo {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -o-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0deg);
  }
}
@media (max-width:767px ) {
  .login_panel .role_listing li:nth-child(1) {
  width: 100%;
}
.login_panel .role_listing li:nth-child(2) {
  width: 100%;
}
.login_panel .role_listing li:nth-child(3) {
  width: 100%;
}
.login_panel .role_listing li:nth-child(4) {
  width: 100%;
}
  #main_menu .desktop_menu .nav.menu {
    display: none;
  }
  .navbar-toggle {
    display: block !important;
  }
  #header {
    padding: 15px;
  }
  #header_right {
    margin-top: -30px;
  }
  #header_right #nav_tool {
    display: none;
  }
  #main_menu .nav {
    text-align: left;
  }
  #main_menu .nav li {
    display: block;
  }
  #header_left .header_title a {
    font-size: 13px;
  }
  div#login_banner, .box_outside  {
    margin-bottom: 15px;
 }
  #header_right #nav_tool {
    display: none;
  }
  .login_panel, .user_guides, .glossary, .video_demo, div.article_anywhere.index_notice p {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -o-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
  .login_panel .staff p, .login_panel .supervisor p, .login_panel .functional_admin p, .login_panel .chief_admin p, .user_guides table, .glossary table, .video_demo table,   div.article_anywhere.index_notice {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -o-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
  .box_outside .user_guides, .box_outside .glossary, .box_outside .video_demo {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -o-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0deg);
  }
  .box_outside .user_guides table, .box_outside .glossary table, .box_outside .video_demo table {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -o-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0deg);
  }
  div.article_anywhere.index_notice p, div.article_anywhere.index_notice .index_notice_area ul li {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -o-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0deg);
  }
}
@media (max-width:620px ) { 
  body.video-demo .item-page .content table tr td {
    width: 100%;
    display: block;
    padding: 0px;
  }
  body.video-demo .item-page .content table tr {
    border-bottom: 0px;
  }
   .item-page .inner_page_style .title h3 {
    font-size: 14px;
  }
   .item-page .content table p {
    font-size: 14px;
  } 
  .item-page .content {
    padding: 30px 20px;
  }
  .item-page .skew_bg {
    padding: 0px;
  }
  #form1 table tr:first-child td {
    background-size: cover;
  }
  #form1 table tr:first-child td b {
    margin-left: 22px;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    word-break: break-word;
  }
  .site.contact-us .item-page .skew_bg.inner_page_style table tr:nth-child(2) > td:first-child {
    width:40% !important;
  } 
  .site.contact-us #inner_page.container {
    padding-right: 5px;
    padding-left: 5px;
  }
}