/* line 17, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Colours */
/* Founts */
/* Border */
/* -------------------------------------------------------------------------*/
/* Layout */
/* line 9, ../sass/screen.scss */
.container {
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, ../sass/screen.scss */
body {
  font: 16px Arial, Helvetica, sans-serif;
  background: white;
}

/* line 18, ../sass/screen.scss */
.wrap {
  background: white;
}

/* line 22, ../sass/screen.scss */
.wrap_default {
  background: url(../images/search-default.png) no-repeat;
  background-size: 90%;
  background-position: center;
}
@media only screen and (min-width: 500px) {
  /* line 22, ../sass/screen.scss */
  .wrap_default {
    background: url(../images/search-default.png) no-repeat;
    background-size: 70%;
    background-position: center;
  }
}
@media (min-width: 40em) {
  /* line 22, ../sass/screen.scss */
  .wrap_default {
    background: url(../images/search-default.png) no-repeat;
    background-size: 50%;
    background-position: center;
  }
}
@media (min-width: 64em) {
  /* line 22, ../sass/screen.scss */
  .wrap_default {
    background: url(../images/search-default.png) no-repeat;
    background-size: 25%;
    background-position: center;
  }
}

/* line 43, ../sass/screen.scss */
.wrap_noresult {
  background: url(../images/search-no-result.png) no-repeat;
  background-size: 90%;
  background-position: center;
}
@media only screen and (min-width: 500px) {
  /* line 43, ../sass/screen.scss */
  .wrap_noresult {
    background: url(../images/search-no-result.png) no-repeat;
    background-size: 70%;
    background-position: center;
  }
}
@media (min-width: 40em) {
  /* line 43, ../sass/screen.scss */
  .wrap_noresult {
    background: url(../images/search-no-result.png) no-repeat;
    background-size: 50%;
    background-position: center;
  }
}
@media (min-width: 64em) {
  /* line 43, ../sass/screen.scss */
  .wrap_noresult {
    background: url(../images/search-no-result.png) no-repeat;
    background-size: 25%;
    background-position: center;
  }
}

/* line 64, ../sass/screen.scss */
img {
  max-width: 100%;
}

/* line 68, ../sass/screen.scss */
input {
  -webkit-appearance: none;
}

/* line 72, ../sass/screen.scss */
input[type=text]::-ms-clear {
  display: none;
}

/* buttons */
/* line 77, ../sass/screen.scss */
.iconbtn {
  display: block;
  width: 30px;
  height: 30px;
}

/* search & filter*/
/* line 84, ../sass/screen.scss */
.controlwrap {
  position: fixed;
  width: 100%;
  top: 0;
}

/* line 90, ../sass/screen.scss */
.searchbg {
  background: #eb8c00;
  padding: 5px 10px;
  overflow: hidden;
  *zoom: 1;
}

/* line 97, ../sass/screen.scss */
.searchbox {
  width: 87.0%;
  float: left;
}
@media (min-width: 40em) {
  /* line 97, ../sass/screen.scss */
  .searchbox {
    width: 94%;
  }
}

/* line 105, ../sass/screen.scss */
.filter {
  width: 13%;
  max-width: 35px;
  float: right;
  margin: 7px 0 0 0;
}
@media (min-width: 40em) {
  /* line 105, ../sass/screen.scss */
  .filter {
    width: 5%;
    float: left;
    margin: 7px 0 0 5px;
  }
}

/* line 117, ../sass/screen.scss */
.filterbox {
  padding: 10px;
  background: #d5d1c5;
  overflow: hidden;
  *zoom: 1;
}

/* line 123, ../sass/screen.scss */
.filterdropdown {
  float: left;
}
/* line 125, ../sass/screen.scss */
.filterdropdown .ui-btn {
  border-radius: 0 !important;
  background: #fff;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
}
/* line 133, ../sass/screen.scss */
.filterdropdown .ui-btn:hover {
  background: #fff;
}
/* line 136, ../sass/screen.scss */
.filterdropdown .ui-focus {
  background: #fff;
}
/* line 139, ../sass/screen.scss */
.filterdropdown .ui-btn-icon-right:after {
  width: 37px;
  height: 37px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #eb8c00;
  top: 0;
  right: 0;
}

/* line 151, ../sass/screen.scss */
.filterdropdown_left {
  width: 60%;
}

/* line 155, ../sass/screen.scss */
.filterdropdown_right {
  width: 36%;
  float: right;
}

/* result */
/* line 161, ../sass/screen.scss */
.resultwrap1 {
  margin-top: 60px;
}

/* line 165, ../sass/screen.scss */
.resultwrap2 {
  margin-top: 135px;
}

/* line 169, ../sass/screen.scss */
.result {
  background: white;
  padding: 10px;
}

/* line 175, ../sass/screen.scss */
.result_item {
  padding: 5px 0;
  border-bottom: 1px solid #e7e7e8;
  font: 0.875em Arial, Helvetica, sans-serif;
  color: #404041;
  overflow: hidden;
  *zoom: 1;
}
/* line 181, ../sass/screen.scss */
.result_item img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
}
/* line 187, ../sass/screen.scss */
.result_item .content {
  float: left;
}
/* line 190, ../sass/screen.scss */
.result_item .des {
  float: left;
  width: 80%;
  font: 0.875em Arial, Helvetica, sans-serif;
  color: #c7c8ca;
}
/* line 196, ../sass/screen.scss */
.result_item a, .result_item a:link, .result_item a:visited, .result_item a:hover {
  font: 0.875em Arial, Helvetica, sans-serif;
  color: #404041;
  text-decoration: none;
}

/* style for detail pages */
/* line 205, ../sass/screen.scss */
.top {
  height: 50px;
  background: #602320 url(../images/topbg.png) no-repeat;
  background-size: 165px 50px;
  background-position: right;
  overflow: hidden;
  *zoom: 1;
  padding: 0 10px;
}

/* line 214, ../sass/screen.scss */
.back {
  width: 42px;
  height: 42px;
  background: url(../images/icons-return.png) no-repeat;
  background-size: 42px 42px;
  background-position: left;
  float: left;
  margin: 5px 5px 0 0;
}

/* line 224, ../sass/screen.scss */
.toptitle {
  font: 1em Arial, Helvetica, sans-serif;
  color: white;
  margin-top: 7px;
}

/* line 230, ../sass/screen.scss */
.toptitle_left {
  width: 65%;
  float: left;
}

/* line 235, ../sass/screen.scss */
.toptitle_right {
  width: 60%;
  float: right;
  text-align: right;
  margin-top: 15px;
}

/* line 242, ../sass/screen.scss */
.sec1, .sec2, .sec3 {
  padding: 0 0 3px 35px;
}

/* line 246, ../sass/screen.scss */
.sec1 {
  background: url(../images/img-client.png) no-repeat;
  background-size: 26px;
}

/* line 251, ../sass/screen.scss */
.sec2 {
  background: url(../images/img-job.png) no-repeat;
  background-size: 26px;
}

/* line 256, ../sass/screen.scss */
.sec3 {
  background: url(../images/img-opp.png) no-repeat;
  background-size: 26px;
}

/* line 261, ../sass/screen.scss */
.sec_cont_a {
  padding: 0px;
}

/* line 265, ../sass/screen.scss */
.sec_cont_b {
  padding: 0px;
}

/* line 270, ../sass/screen.scss */
.collapse h3 {
  padding: 0px;
  margin-bottom: 1px;
  background: #eae8e2 url(../images/btn-expand.png) no-repeat;
  background-size: 23px;
  background-position: 98.0%;
}
/* line 276, ../sass/screen.scss */
.collapse h3 span {
  line-height: 30px;
  font: bold 1.2em Georgia, "Times New Roman", Times, serif;
  color: #eb8c00;
}
/* line 282, ../sass/screen.scss */
.collapse .active {
  background: #eae8e2 url(../images/btn-collapse.png) no-repeat;
  background-size: 23px;
  background-position: 98.0%;
}

/* line 290, ../sass/screen.scss */
.staffinfo {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e8;
  overflow: hidden;
  *zoom: 1;
}
/* line 294, ../sass/screen.scss */
.staffinfo .photo {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  float: left;
}
/* line 300, ../sass/screen.scss */
.staffinfo .photo img {
  position: absolute;
  clip: rect(0px, 120px, 120px, 0px);
}
/* line 305, ../sass/screen.scss */
.staffinfo .info {
  width: 60%;
  float: left;
  margin: 5px 0 0 10px;
}
/* line 309, ../sass/screen.scss */
.staffinfo .info .jobtitle {
  font: 0.75em Arial, Helvetica, sans-serif;
  color: #939598;
}
/* line 313, ../sass/screen.scss */
.staffinfo .info .name {
  font: 1.2em Arial, Helvetica, sans-serif;
  color: #404041;
}
/* line 318, ../sass/screen.scss */
.staffinfo .vcontact {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  margin: 10px 0 0 0;
}

/* line 327, ../sass/screen.scss */
.detailwrap {
  margin: 10px 0;
}

/* line 331, ../sass/screen.scss */
.detailbg {
  background: #f2f2f2;
  padding: 10px;
}
/* line 335, ../sass/screen.scss */
.detailbg .item {
  padding: 10px 0;
  border-bottom: 1px solid white;
  overflow: hidden;
  *zoom: 1;
  font: 0.875em Arial, Helvetica, sans-serif;
}
/* line 340, ../sass/screen.scss */
.detailbg .item .l {
  width: 40%;
  float: left;
  color: #939598;
}
/* line 345, ../sass/screen.scss */
.detailbg .item .r {
  width: 60%;
  float: right;
  color: #404041;
}

/* line 353, ../sass/screen.scss */
.flipwrap {
  border-bottom: 4px solid #e7e7e8;
  padding: 0 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 357, ../sass/screen.scss */
.flipwrap .l {
  width: 50%;
  float: left;
  font: 0.875em Arial, Helvetica, sans-serif;
  color: #939598;
  padding: 15px 0 0 0;
}
/* line 364, ../sass/screen.scss */
.flipwrap .r {
  width: 40%;
  float: right;
  text-align: right;
}

/* line 371, ../sass/screen.scss */
.list {
  border-bottom: 1px solid #e7e7e8;
  padding: 10px;
  min-height: 30px;
  overflow: hidden;
  *zoom: 1;
}
/* line 376, ../sass/screen.scss */
.list .l {
  width: 90%;
  float: left;
}
/* line 379, ../sass/screen.scss */
.list .l .title {
  font: 1em Arial, Helvetica, sans-serif;
  color: #404041;
}
/* line 383, ../sass/screen.scss */
.list .l .title_opp {
  margin-top: 8px;
}
/* line 386, ../sass/screen.scss */
.list .l .des {
  font: 0.75em Arial, Helvetica, sans-serif;
  color: #d5d1c5;
}
/* line 389, ../sass/screen.scss */
.list .l .des span {
  padding-right: 10px;
}
/* line 394, ../sass/screen.scss */
.list .r {
  width: 10px;
  height: 10px;
  float: right;
  margin: 8px 0 0 0;
}

/* line 402, ../sass/screen.scss */
.detail_pagetitle {
  background: #968c6d;
  padding: 10px;
  color: white;
  font: 0.875em Arial, Helvetica, sans-serif;
}

/* line 409, ../sass/screen.scss */
.detail_conttitle {
  border-bottom: 4px solid #eb8c00;
  margin-top: 10px;
}
/* line 412, ../sass/screen.scss */
.detail_conttitle h6 {
  width: 60%;
  background: #eb8c00;
  padding: 10px 0 6px 0;
  font: 1em Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  max-width: 200px;
}

/* cover-write jquery mobile style -------------------------------------------------------*/
/* line 435, ../sass/screen.scss */
.ui-corner-all, .ui-shadow,
.ui-overlay-shadow, .ui-btn,
.ui-input-search, .ui-shadow-inset,
.ui-input-has-clear, .ui-body-inherit,
.ui-input-clear, .ui-icon-delete,
.ui-btn-icon-notext, .ui-input-clear-hidden,
.ui-filterable {
  border-radius: 0;
  border: 0;
  border-style: none;
  background-image: none;
  box-shadow: none;
}

/* line 454, ../sass/screen.scss */
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 459, ../sass/screen.scss */
.ui-icon-carat-r:after {
  background: none;
}

/* Active button */
/* line 486, ../sass/screen.scss */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
  background-color: white;
  border-color: white;
  color: #000;
  text-shadow: none;
}

/* line 495, ../sass/screen.scss */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
  background-color: white;
  border-color: white;
  color: #404041;
  text-shadow: none;
}

/* line 502, ../sass/screen.scss */
.ui-link {
  text-decoration: none;
}

/* line 506, ../sass/screen.scss */
.ui-collapsible-inset, .ui-collapsible-set {
  margin: 0;
}

/* line 511, ../sass/screen.scss */
html head + body .ui-btn.ui-btn-a {
  background: #eae8e2;
  color: #eb8c00;
  text-shadow: none;
  font: bold 1.2em Georgia, "Times New Roman", Times, serif;
  margin-bottom: 2px;
}

/* line 522, ../sass/screen.scss */
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover {
  background-color: #eae8e2;
  border: 0;
  color: #eb8c00;
  text-shadow: none;
}

/* line 531, ../sass/screen.scss */
.ui-btn-icon-left:after, .ui-btn-icon-right:after {
  background-color: #eae8e2;
  border-radius: 0;
  width: 40px;
}

/* line 537, ../sass/screen.scss */
.ui-icon-arrow-u:after {
  background-image: url(../images/btn-collapse.png);
  background-size: contain;
}

/* line 542, ../sass/screen.scss */
.ui-icon-arrow-d:after {
  background-image: url(../images/btn-expand.png);
  background-size: contain;
}

/* line 547, ../sass/screen.scss */
.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
  border: 0;
}

/* line 551, ../sass/screen.scss */
.ui-collapsible-content {
  padding: 0;
}

/* line 555, ../sass/screen.scss */
.ui-flipswitch {
  float: right;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 30px !important;
  height: 30px;
  color: white !important;
}

/* line 564, ../sass/screen.scss */
.ui-flipswitch-on {
  color: white;
  border: 0 !important;
  box-shadow: none !important;
  background: white !important;
}

/* line 572, ../sass/screen.scss */
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active {
  background-color: #eb8c00;
  text-shadow: none;
}

/* line 577, ../sass/screen.scss */
.ui-flipswitch .ui-btn.ui-flipswitch-on {
  width: 28px;
  height: 28px;
  margin: 1px 0px 1px 1px;
}

/* line 583, ../sass/screen.scss */
.ui-flipswitch .ui-btn.ui-flipswitch-on, .ui-flipswitch .ui-flipswitch-off {
  border: 0 !important;
}

/* line 589, ../sass/screen.scss */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active {
  background-color: #eb8c00;
  text-shadow: none;
  border: 0;
}

/* line 595, ../sass/screen.scss */
html body .ui-group-theme-a .ui-btn:hover {
  color: white;
  text-shadow: none;
}

/* line 601, ../sass/screen.scss */
.ui-page-theme-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
  background: #c7c8ca;
  text-shadow: none;
}

/* line 607, ../sass/screen.scss */
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active {
  background: #eb8c00;
}
