﻿  @font-face 
  {
      font-family: 'ISSIconFont';     
      src: url('./fonts/iSoftStoneiconfont.ttf?v=1.0.0') format('truetype');
      font-weight: normal;
      font-style: normal;
}
[class^="iss-icon-"],
[class*=" iss-icon-"] {
  font-family: ISSIconFont;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.iss-icon-timesheet
{
    margin-left:10px;
}
.iss-icon-timesheet:before
{
   content:"a";
}
.iss-icon-leave:before
{
   content:"b";
}
.iss-icon-expense:before
{
   content:"c";
}
.iss-icon-boon:before
{
   content:"d";
}
.iss-icon-todo
{
    margin-left: 20px;
}
.iss-icon-todo:before
{
   content:"e";
}
.iss-icon-mail:before
{
   content:"f";
}
.iss-icon-cvmaintenance:before
{
   content:"g";
}
.iss-icon-download
{
    margin-left: 10px;
}
.iss-icon-download:before
{
   content:"i";
}
.iss-icon-meetingroom:before
{
   content:"j";
}
.iss-icon-basicnecessities
{
    margin-left: 10px;
}
.iss-icon-basicnecessities:before
{
   content:"k";
}
.iss-icon-flightshotels:before
{
   content:"l";
}
.iss-icon-employeedirectory:before
{
   content:"m";
}
.iss-icon-ilife
{
    margin-left:10px;
}
.iss-icon-ilife:before
{
   content:"n";
}
.iss-icon-icollege:before
{
   content:"o";
}
.iss-icon-iepp:before
{
   content:"p";
}
.iss-icon-iptt
{
    margin-left:8px;
}
.iss-icon-iptt:before
{
   content:"q";
}
.iss-icon-recommendedtrain:before
{
   content:"r";
}

html.bg
{    
    background: url(../images/bg/bg_0.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html.bg.spring
{
     background: url(../images/bg/bg_1.jpg) no-repeat center center fixed;
}

html.bg.summer
{
     background: url(../images/bg/bg_2.jpg) no-repeat center center fixed;
}

html.bg.autumn
{
     background: url(../images/bg/bg_3.jpg) no-repeat center center fixed;
}

html.bg.winter
{
     background: url(../images/bg/bg_4.jpg) no-repeat center center fixed;
}
a, a:active, a:focus
{
    text-decoration:none;
}

input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
label,
input,
button,
select,
textarea {
  font-family: Arial, Tahoma, "宋体", "Microsoft yahei","微软雅黑";
  font-size:12px;
  font-weight: normal;
  line-height: 20px;  
}

form
{    
    margin-top:36px;
    position: relative;
}

form h5
{   
    padding-bottom:5px;
    margin-bottom:30px;
    margin-top:20px;
    border-bottom:1px dotted  #ddd;
}

form h5:first-child
{
    margin-top:5px;
 }
 
*:focus
{
    outline: none !important;
}

body
{
    overflow: hidden!important;
    font-size: 12px;
}
a:hover
{
    text-decoration:none;
}

i.dott
{
    height:5px;
    width:5px;
    display:inline-block;
    background-color: #ccc;
    vertical-align:middle;
}


.alert {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.visible-home
{
    display:none;
}

div.first
{
    margin-left:0px!important;
}



.toggle-nav
{
    width:12px;
    background-color:#999;
    height:29px;
    cursor:pointer;
}

.toggle-nav.closed
{
    float:right;
}

.toggle-nav.open
{
    float:left;
    margin-left:-20px;
}

.toggle-nav span
{
    width:24px;
    margin-left:-12px;    
    font-family:sans-serif;
    color:#fff;
    display:block;
    text-align:right;
    height:29px;
    line-height:29px;
    font-size: 14px;    
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.toggle-nav span:before
{
    content:"<";
    padding-right:2px;
}

.toggle-nav.closed span:before
{
    content:"<";
    padding-right:2px;
}

.toggle-nav.open span:before
{
    content:">";
    padding-right:2px;
}

.toggle-nav:hover span
{
  opacity: 1;
  filter: alpha(opacity=100);
}

#g_menu
{
}
#g_menu > li.current
{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(./images/Header_Arrow.PNG);
    }
#g_menu > li > a
{
    height:14px;
    line-height:14px;
    padding-top:16px;
}
#g_menu .menu-item
{
    display:none;
    position:absolute;
    width:100%;
    left:0;
    min-height: 150px;
    background-color:#fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    border:1px solid #d1d1d1;
}
#g_menu .menu-item h5
{
   font-family: "Microsoft yahei", "微软雅黑";
   font-size: 12px;
   white-space: nowrap;
}
#g_menu .menu-item a
{
    font-family: "Microsoft yahei", "微软雅黑";
    font-size:12px!important;    
}
#g_menu .menu-item ul
{
    list-style-type:none;
    margin-left:0px;
}
#g_menu .menu-item ul li
{
    margin-bottom:8px;
}
#g_nav 
{
    height:40px;   
}
#g_nav .tonelink
{
    width:28px;
    height:20px;
    background-image:url(../images/logos/iss_Logo_fff.png);
    background-repeat:no-repeat;
    background-position:center center;    
    -webkit-background-size: 58px auto;
    -moz-background-size: 58px auto;
    -o-background-size: 58px auto;
    background-size: 58px auto;
}
#g_nav .brand
{
    width:63px;
    height:20px;
    background-image:url(../images/logos/iPSA_Logo.png);
    background-repeat:no-repeat;
    background-position:19px 0px;
}
#g_nav ul.nav li a
{
    font-size:14px;
    font-family: "Microsoft yahei", "微软雅黑";
}
#g_nav ul.nav.pull-right li a
{
    font-size:12px;
    font-family: "Microsoft yahei", "微软雅黑";
}
#g_nav .icon-search
{
    font-size:16px;
    height:16px;
    line-height:16px;
}
#g_nav li a i
{
    font-size:14px;
    margin-right:4px;
}
#g_nav ul.pull-right >li >a
{
    height:14px;
    padding-top:16px;
    line-height:14px;
}
#g_message
{
    width:17px;
    height:20px;
    background-image:url(./images/icon-msg.png);
    background-repeat:no-repeat;
    background-position:center;
}
#g_message > span
{
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    height:16px;
    line-height:6px;
    display:block;
    margin-left:10px;
    width:16px;
    text-align:center;
    text-shadow:none;
}
#g_user
{
    padding-left:8px;   
}
#g_user .caret
{
    margin-top:6px;
}
#g_avatar
{
    display:block;
    padding-top:7px;
    padding-bottom:7px;
    height:26px;
    width:26px;
    margin-left:30px;
}
#g_avatar > img
{
    height:26px;
    width:26px;
}
#g_language > a
{
    width: 78px;
    text-align: right;
}
#g_language > a .icon-globe, #g_language > a .icon-globe:hover
{
    /*line-height: 6px;*/
    line-height:17px;
    font-size:16px;
    margin-right:5px;
    color:#404040;
    vertical-align:middle;
}

#g_wrapper
{
    
}
#g_wrapper.bottom
{
    padding-bottom:60px;
}
#g_footer
{
    height: 50px;
    z-index:1000;
}
#g_footer.fix
{    
    position: fixed;  
    left: 0px;  
    right:0px;
    bottom: 0px;  
}
#g_footer p.copyright
{
    height: 40px;
    line-height: 40px;
}
#g_footer a.brand
{
    display:none;
    font-weight: bolder;
    width:57px;
    height:18px;
    background-image:url(../images/logos/iss_Logo.png);
    background-repeat:no-repeat;
    background-position:center center;
}
#g_footer a.brand:hover
{
    text-decoration: none;
}
#g_footer .navbar
{
    margin-bottom:auto;
    height:50px;
}
#g_footer .navbar .nav > li > a:hover
{
    text-shadow:none;
}
#g_footer .navbar .nav > li > span
{
    height:20px;
    line-height:20px;
    display:block;
    float: none;
    padding: 10px 0px 10px 0px;
}
#g_footer a#android
{
    display:inline-block;
    padding-left:0px;
    
    width:20px;
    height:20px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url(../images/logos/android_Logo.png);
}
#g_footer a#android.color
{
    background-image:url(../images/logos/android_Logo_color.png);
}
#g_footer a#apple
{
    padding-right:0px;
    display:inline-block;
    width:60px;
    height:20px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url(../images/logos/mobile_Logo.png);
}
#g_footer a#apple.color
{
    background-image:url(../images/logos/apple_Logo_color.png);
}
#g_toTop
{
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    overflow: hidden;
    width: 37px;
    height: 37px;
    border: none;
    text-indent: -999px;
    background-image: url("./images/totop.png");
    background-repeat: no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#g_toTop:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
}
/* header*/
#g_header
{
    margin-top: 40px;
    margin-bottom: 10px;
}
#g_header > .headtitle
{
    height:48px;
    border-bottom:1px solid #fff;
    background-color:#e9e9e9;
}
#g_header > .headtitle  .logo
{
    height:48px;
    background-position:left bottom;
    background-repeat:no-repeat;    
}
/* 子系统,页面 Logo */
#g_header > .headtitle  .logo.iPPM
{
    background-image:url("./img/logos/iPPM.png");
}
#g_header > .headtitle  .logo.iPPM span
{
    padding-left:88px;
}
#g_header > .headtitle  .logo.iWorkSpace
{
 
    background-image:url("./img/logos/iWorkSpace.png");
}
#g_header > .headtitle  .logo.iWorkSpace span
{
    padding-left:188px;
}
#g_header > .headtitle  .logo.iSearch
{
    background-image:url("./img/logos/iSearch_Logo.png");
}
#g_header > .headtitle  .logo.iSearch span
{
    padding-left:188px;
}
#g_header > .headtitle  .logo.AccountSetting
{
    background-image:url("./img/logos/AccountSetting.png");
}
#g_header > .headtitle  .logo.AccountSetting span
{
    padding-left:228px;
}
#g_header > .headtitle  .logo.iNews
{
    background-image:url("./img/logos/iNews_Logo.png");
}
#g_header > .headtitle  .logo.iNews span
{
    padding-left:108px;
}
#g_header .headtitle .logo span
{    
    font-size:18px;
    line-height:65px;
    font-family: 'Microsoft yahei', 微软雅黑;
    font-weight: bold;
    color:#555;
}

#g_header > .nav
{
    height:37px;
    background-color:#e9e9e9;
    margin-bottom:0px;
}
#g_header .nav ul
{
    height:37px;
    list-style:none;
    margin-left:0px;
    overflow:hidden;
}
#g_header .nav ul li
{
    float:left;
    border-left:1px solid #fff;
    height:37px;
    padding-left:10px;
    padding-right:10px;
}
#g_header .nav ul li:last-child
{
    border-right:1px solid #fff;
}
#g_header .nav ul li a
{
    font-size:12px;
    color:#333;
    line-height:37px;
}
#g_header .nav ul li.active a
{
    color:#fff;
    cursor:default;
}
#g_header .nav ul li a:hover
{
    text-decoration:none;
}
#g_breadcrumbsbar
{
    margin-top:-5px;
    height:24px;
    line-height:20px;
    font-size:12px;
    border-bottom:1px dotted #ddd;
}
#g_breadcrumbsbar .timebar
{
    color:#555;
    text-align:right;
}
#g_breadcrumbsbar .span10
{
    border-top:1px dotted #d1d1d1;
}
#g_breadcrumbsbar .breadcrumbs
{
}
#g_breadcrumbsbar .breadcrumbs ul
{
    list-style:none;
    margin-left:0px;
}
#g_breadcrumbsbar .breadcrumbs ul li
{
    float:left;
}
#g_breadcrumbsbar .breadcrumbs ul li a
{
    line-height:20px;
    color:#333;
    padding-left:6px;
    padding-right:6px;
}
#g_breadcrumbsbar .breadcrumbs ul li span
{
    line-height:20px;
    padding-left:6px;
}

.alert:first-child
{
    margin-top:15px;
}

/* table */
div.tablewrapper
{
    overflow-y: hidden;
    overflow-x: scroll;
    border-left:1px solid #d1d1d1;
    border-right:1px solid #d1d1d1;
}
div.tablewrapper th:first-child, div.tablewrapper td:first-child
{
    border-left-width:0px;
}
div.tablewrapper th:last-child, div.tablewrapper td:last-child, div.tablewrapper table
{
     border-right-width:0px;
}
div.tablewrapper .table
{
    margin-bottom:0px;
}
.pager
{
    text-align:right;
}
.pager span,a
{
    padding-left:5px;
}
.table i
{
    font-size:13px;
}
.table th,
.table td {
  padding-left: 16px;
  padding-right: 16px;
  padding-top:0px;
  padding-bottom:0px;
  height:38px;
  line-height: 38px;
  border-color:#d1d1d1;
  font-weight:normal;
  white-space:nowrap;
}
.table th
{
    background-color:#e9e9e9;
}
.table td
{
      line-height: 30px;
      height:30px;
}
.table-bordered {
  border-color: #d1d1d1;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.table-bordered thead:first-child tr:first-child > th:first-child, 
.table-bordered tbody:first-child tr:first-child > td:first-child, 
.table-bordered tbody:first-child tr:first-child > th:first-child 
{
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
}

/* tree menu */
.tree_menu
{
}
.tree_menu > ul
{
    margin-left:0px;
    list-style:none;
    
}
.tree_menu > ul > li
{
    margin-bottom:6px;
}
.tree_menu > ul > li > a
{
    background-image:url(./img/icon-minus.png);
    background-repeat:no-repeat;
    background-position: 11px 7px;
    display:block;
    width:auto;
    color:#333;
    height:29px;
    line-height:29px;
    background-color:#E9E9E9;
    padding-left:33px;
    margin-bottom:6px;
}
.tree_menu a:hover,
.tree_menu a:focus
{
    text-decoration:none;
    }
.tree_menu > ul > li > a.closed
{
    background-image:url(./img/icon-plus.png);
    }
.tree_menu > ul > li > ul
{
    margin-left:34px;
    list-style:none;
}
.tree_menu > ul > li > ul > li
{   
    background-repeat:no-repeat;
    background-position:0px 8px;
    padding-left:12px;
    line-height:24px;
    height:24px;
}
.tree_menu > ul > li > ul > li > i
{
    margin-right: 6px;
}
.tree_menu > ul > li > ul > li > a 
{
    color:#555;
}
/* loading layer */
#loading
{
}
#loading.modal-backdrop
{
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #000;
}
#loading .loading-container
{
    position: fixed;
    height: 75px;
    bottom: 0px;
    left: 5px;
    right: 5px;
    z-index: 1045;
    box-shadow: 2px 2px 10px #999;
    -moz-box-shadow: 2px 2px 10px #999;
    -webkit-box-shadow: 2px 2px 10px #999;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border: 1px solid #c4c4c4;
}
#loading .loading-container .loading-content
{
    padding-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background-color: #fff;
    text-align: center;
}
#loading .loading-container .loading-content progress
{
    width: 250px;
    height: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#loading .loading-container .loading-content progress i
{
    background-repeat: no-repeat;
    background-image: url("../images/ajax-loader.gif");
    background-position: center;
    width: 31px;
    height: 31px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#loading .loading-container .loading-content span
{
    clear: both;
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
}

#g_window_bg
{
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background-color: rgba(255,255,255, 0.9);
    overflow: hidden;
}
#g_window_bg .window
{
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background: none;
    display: none;
}
#g_window_bg .window .content
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background-color: #fff;
    width: 1200px;
    border-top: 1px solid #ddd;
    -moz-box-shadow: 2px 2px 10px #999;
    -webkit-box-shadow: 2px 2px 10px #999;
    box-shadow: 2px 2px 10px #999;
}

/* font-size */
.fontsize10
{
    font-size: 10px;
}
.fontsize12
{
    font-size: 12px;
}
.fontsize14
{
    font-size: 14px;
}
.fontsize16
{
    font-size: 16px;
}
.fontsize18
{
    font-size: 18px;
}
.fontsize20
{
    font-size: 20px;
}
/* icon */
.icon_16_16
{
    font-family: FontAwesome!important;
    width:16px;
    height:16px; 
    display:inline-block;
    line-height:16px; 
    font-size:16px; 
    vertical-align:middle;
    color:#888;
    margin-bottom:10px;
}
.form-horizontal .icon_16_16
{
    margin-bottom:0px;
}
.icon_16_16:hover,
.icon_16_16:focus
{
    text-decoration:none;
    color:#888;
 }
.calendar_icon_16_16:before{ content: "\f073"; }
.search_icon_16_16:before{content: "\f002";}
/* calendar */
.ajax__calendar_container {padding: 4px; width: 170px; text-align: center; font-family: tahoma,verdana,helvetica; font-size: 11px; cursor: default; margin:1px 0px 0px 0px;}
.ajax__calendar table, .ajax__calendar table th, .ajax__calendar table td, .ajax__calendar table th, .ajax__calendar table tr{border-collapse: collapse;border-spacing: 0;border:0;}
.ajax__calendar_body {margin: auto; width: 170px; height: 139px; overflow: hidden; position: relative;}
.ajax__calendar_days {margin: auto; left: 0px; top: 0px; width: 170px; height: 139px; text-align: center; position: absolute;}
.ajax__calendar_months {margin: auto; left: 0px; top: 0px; width: 170px; height: 139px; text-align: center; position: absolute;}
.ajax__calendar_years {margin: auto; left: 0px; top: 0px; width: 170px; height: 139px; text-align: center; position: absolute;}
.ajax__calendar_container table {margin: 0px; padding: 0px; font-size: 11px;}
.ajax__calendar_container td {margin: 0px; padding: 0px; font-size: 11px;}
.ajax__calendar_header {width: 100%; height: 20px;}
.ajax__calendar_prev {background-position: 50% 50%; width: 15px; height: 15px; float: left; cursor: pointer; background-image: url("./img/ajax__calendar_prev.gif"); background-repeat: no-repeat;}
.ajax__calendar_next {background-position: 50% 50%; width: 15px; height: 15px; float: right; cursor: pointer; background-image: url("./img/ajax__calendar_next.gif"); background-repeat: no-repeat;}
.ajax__calendar_title {font-weight: bold; margin-right: 15px; margin-left: 15px; cursor: pointer;}
.ajax__calendar_footer {height: 15px;}
.ajax__calendar_today {padding-top: 3px; cursor: pointer;}
.ajax__calendar_dayname {padding: 0px 2px; width: 17px; height: 17px; text-align: right;}
.ajax__calendar_day {padding: 0px 2px; width: 18px; height: 17px; text-align: right; cursor: pointer;}
.ajax__calendar_month {width: 40px; height: 44px; text-align: center; overflow: hidden; cursor: pointer;}
.ajax__calendar_year {width: 40px; height: 44px; text-align: center; overflow: hidden; cursor: pointer;}
.ajax__calendar .ajax__calendar_container {border: 1px solid rgb(100, 100, 100); color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);}
.ajax__calendar .ajax__calendar_footer {border-top-color: rgb(245, 245, 245); border-top-width: 1px; border-top-style: solid;}
.ajax__calendar .ajax__calendar_dayname {border-bottom-color: rgb(245, 245, 245); border-bottom-width: 1px; border-bottom-style: solid;}
.ajax__calendar .ajax__calendar_day {border: 1px solid rgb(255, 255, 255);}
.ajax__calendar .ajax__calendar_month {border: 1px solid rgb(255, 255, 255);}
.ajax__calendar .ajax__calendar_year {border: 1px solid rgb(255, 255, 255);}
.ajax__calendar .ajax__calendar_active .ajax__calendar_day {border-color: rgb(0, 102, 204); color: rgb(0, 102, 204); background-color: rgb(237, 249, 255);}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {border-color: rgb(0, 102, 204); color: rgb(0, 102, 204); background-color: rgb(237, 249, 255);}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {border-color: rgb(0, 102, 204); color: rgb(0, 102, 204); background-color: rgb(237, 249, 255);}
.ajax__calendar .ajax__calendar_other .ajax__calendar_day {border-color: rgb(255, 255, 255); color: rgb(100, 100, 100); background-color: rgb(255, 255, 255);}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {border-color: rgb(255, 255, 255); color: rgb(100, 100, 100); background-color: rgb(255, 255, 255);}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {border-color: rgb(218, 242, 252); color: rgb(0, 102, 204); background-color: rgb(237, 249, 255);}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {border-color: rgb(218, 242, 252); color: rgb(0, 102, 204); background-color: rgb(237, 249, 255);}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {border-color: rgb(218, 242, 252); color: rgb(0, 102, 204); background-color: rgb(237, 249, 255);}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color: rgb(0, 102, 204);}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color: rgb(0, 102, 204);}

/* flag */
[class^="icon-flags"], [class*=" icon-flags"]
{
    display: inline-block;
    width: 26px !important;
    height: 24px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.icon-flags.zh-CN
{
    background-image: url(../images/cn.png) !important;
}
.icon-flags.zh-HK
{
    background-image: url(./img/icons/flags/hk.png) !important;
}
.icon-flags.en-US
{
    background-image: url(../images/us.png) !important;
}


/* bootstrap hack */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height:23px;
    line-height:23px;
    padding:0px 6px;
}
select
{
    padding-right:0px;
}
textarea
{
    height:100px;
    width:594px;
}
label
{
    cursor:default;
    }
.btn 
{
    font-size:12px;
    background: #eee;
    border: 0;
    min-width:74px;
    height:23px;
    line-height:23px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #444;
    padding: 0px 9px;
    filter: none;
    margin-left:25px;
}
.navbar .btn-navbar
{
    min-width:10px;
}
.btn:first-child
{
    margin-left:0px;
    }

    .btn.btn-large {
        padding: 10px 16px;
    }

    .btn.btn-small {
        padding: 3px 7px;
    }

    .btn.btn-mini {
        padding: 1px 4px;
    }

    .btn.btn-text-left {
        text-align: left;
    }

    .btn i {
        font-size: 14px;
    }

    .btn:hover {
        background: #ccc;
        text-shadow: none;
    }

    .btn:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .btn.btn-primary {
        background: #368ee0;
        color: #fff;
        text-shadow: none;
        filter: none;
    }

        .btn.btn-primary:hover {
            background: #1e74c5;
        }

    .btn.btn-info {
        background: #a4ccf1;
        text-shadow: none;
        filter: none;
    }

        .btn.btn-info:hover {
            background: #62a7e7;
            color: #333;
        }

    .btn.btn-warning {
        background: #fab750;
        text-shadow: none;
        filter: none;
    }

        .btn.btn-warning:hover {
            background: #f8a31f;
            color: #333;
        }

    .btn.btn-danger {
        background: #f43;
        text-shadow: none;
        color: #fff;
        filter: none;
    }

        .btn.btn-danger:hover {
            background: #e51400;
        }

    .btn.btn-success {
        background: #40bf40;
        text-shadow: none;
        color: #fff;
        filter: none;
    }

        .btn.btn-success:hover {
            background: #393;
        }

    .btn.btn-inverse {
        background: #484848;
        text-shadow: none;
        color: #fff;
        filter: none;
    }

        .btn.btn-inverse:hover {
            background: #111;
        }

.form-actions
{
    background:0;
    border:0;
}

.dropdown-menu
{
    border-radius: 1px;
}
.navbar-inner.bcolor .brand, .navbar .nav > li > a
{
    text-shadow: none;
}
.navbar .nav > .active > a
{

}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus
{

}

.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after
{
    display: none !important;
}
.navbar-search
{
    border: 1px solid #eee;
    padding-right: 3px;
    margin-top: 12px;
    margin-left: 60px;
    height:20px;
}
.navbar-search a i.icon-arrow-right
{
    visibility:hidden;
}
.navbar-search a:hover i.icon-arrow-right
{
    visibility:visible;
}
.navbar-search .search-query
{
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    height: 16px;
    line-height: 15px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: text-bottom;
    color:#fff;
    width:100px;
    display: inline-block;
}
.navbar-search .search-query::-webkit-input-placeholder { color:#fff;  font-style:italic;}
.navbar-search .search-query::-moz-placeholder { color:#fff;  font-style:italic;} /* firefox 19+ */
.navbar-search .search-query:-ms-input-placeholder { color:#fff; font-style:italic;} /* ie */
.navbar-search .search-query:-moz-placeholder { color:#fff; font-style:italic; }
.navbar-search .search-query:focus
{
    box-shadow: none;
    outline: none !important;
}
.navbar-search > a
{
    color:#eee;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
 }
.navbar-search > a:hover
{
    text-decoration: none;
    cursor: pointer;
}
.form-horizontal .control-label
{
    text-align:left;
}
.form-horizontal  .help-block
{
    margin-top:10px;
}

/* $Notifications */
#notifications {
    bottom:50px;
    right: 20px;
    width: 350px;
    background: #fff;
    background: -webkit-linear-gradient(#fff, #dbdbdb);
    background: -moz-linear-gradient(#fff, #dbdbdb);
    border-radius: 6px;
    -webkit-box-shadow: white 0px -1px 0px inset, rgba(0,0,0,0.5) 0px 4px 30px;
    -moz-box-shadow: white 0px -1px 0px inset, rgba(0,0,0,0.5) 0px 4px 30px;
    box-shadow: white 0px -1px 0px inset, rgba(0,0,0,0.5) 0px 4px 30px;
    overflow: hidden;
    position: fixed;
    z-index: 2000;
    max-height: 529px;
    overflow-y: hidden;
    text-shadow: white 0px 1px 0px;
    font: normal 12px HelveticaNeue, Helvetica, Arial, sans-serif;
    -webkit-text-stroke: 1px transparent;
}
.notification {
    position: relative;
}
.notification.more {
    border-bottom: 1px solid #c1c1c1;
    -webkit-box-shadow: white 0px 1px 0px;
    -moz-box-shadow: white 0px 1px 0px;
    box-shadow: white 0px 1px 0px;
}
.notification.error {
    background: #FA565D;
    background: -webkit-linear-gradient(#FA565D, #D1363D);
    background: -moz-linear-gradient(#FA565D, #D1363D);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.notification.error * {
    color: white!important;
    text-shadow: rgba(0,0,0,0.4) 0px 1px 1px!important;
}
.notification.error .left:after {
    background: rgba(255,255,255,0.5)!important;
    box-shadow: rgba(0,0,0,0.4) 0px 1px 1px!important;
}
.notification.click {
    cursor: pointer;
}
.notification .hide, .modal .hide {
    position: absolute;
    display: block;
    right: 5px;
    top: 7px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    width: 12px;
    height: 12px;
    background: url("./img/icon-close.png") no-repeat;
    opacity: 0.7;
    display: none;
    text-indent: -999px;
    overflow: hidden;
}
.modal .hide:before {
    position: relative;
    top: 3px;
}
.notification .hide:before, .modal .hide:before {
    content: "x";
}
.notification .hide:hover {
    opacity: 1;
}
.notification .right, .notification .left {
    width: 300px;
    height: 100%;
    float: left;
    position: relative;
}
.notification .time {
    font-size: 9px;
    position: relative;
}
.notification .right .time {
    margin-left: 10px;
    margin-top: -8px;
    margin-bottom: 10px;
    opacity: 0.4;
}
.notification .left {
    height: 100%;
    width: 30px;
    padding: 10px;
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}
.notification .right {
    margin-left: 50px;
}
.notification .right .inner {
    padding: 10px;
}
.notification .left:after {
    content: '';
    background: #c1c1c1;
    -moz-box-shadow: white 1px 0px 0px;
    -webkit-box-shadow: white 1px 0px 0px;
    box-shadow: white 1px 0px 0px;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.notification .img {
    width: 30px;
    background-size: auto 100%;
    background-position: center;
    height: 30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255,255,255,0.9) 0px -1px 0px inset, rgba(0,0,0,0.2) 0px 1px 2px;
    -moz-box-shadow: rgba(255,255,255,0.9) 0px -1px 0px inset, rgba(0,0,0,0.2) 0px 1px 2px;
    box-shadow: rgba(255,255,255,0.9) 0px -1px 0px inset, rgba(0,0,0,0.2) 0px 1px 2px;
    border: 1px solid rgba(0,0,0,0.55);
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.notification .img.border {
    box-shadow: none;
    border: none;
}
.notification .img.fill {
    top: 0px;
    margin: 0px;
    border: none;
    left: 0px;
    width: 100%;
    height: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
    background-color: #333;
}
.notification:first-child .img.fill {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.notification:last-child .img.fill {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.notification .left > .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 36px;
    text-shadow: white 0px 1px 0px;
    font-size:20px;
}
.notification.big .left > .icon {
    font-size: 30px;
    line-height: 55px;
}
.notification:after {
    content: "."; 
    visibility: hidden; 
    display: block; 
    clear: both; 
    height: 0; 
    font-size: 0;
}
.notification h2 {
    font-size: 14px;
    margin: 0px;
}

.animated {
    -webkit-animation: 1s ease;
       -moz-animation: 1s ease;
        -ms-animation: 1s ease;
         -o-animation: 1s ease;
            animation: 1s ease;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}
.animated.fast {
    -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        -ms-animation-duration: 0.4s;
        -o-animation-duration: 0.4s;
        animation-duration: 0.4s;
}

@-webkit-keyframes fadeInLeftMiddle {
    0% {
        opacity: 0.5;
        -webkit-transform: translateX(-400px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeftMiddle {
    0% {
        opacity: 0.5;
        -moz-transform: translateX(-400px);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeftMiddle {
    0% {
        opacity: 0.5;
        -ms-transform: translateX(-400px);
    }
    
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeftMiddle {
    0% {
        opacity: 0.5;
        -o-transform: translateX(-400px);
    }
    
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeftMiddle {
    0% {
        opacity: 0.5;
        transform: translateX(-400px);
    }
    
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftMiddle {
    -webkit-animation-name: fadeInLeftMiddle;
    -moz-animation-name: fadeInLeftMiddle;
    -ms-animation-name: fadeInLeftMiddle;
    -o-animation-name: fadeInLeftMiddle;
    animation-name: fadeInLeftMiddle;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-ms-keyframes flipInX {
    0% {
        -ms-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -ms-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -ms-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -ms-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -ms-backface-visibility: visible !important;
    -ms-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}


