/*
** Base style-sheet
*/
/***************** width = 1140px *****************/
/***************** no sidebar *****************/
#content-top {
  display: block;
  position: relative;
  z-index: 1; }

/***************** width = 730px *****************/
/***************** with sidebar *****************/
#base-fixed .sidebar-left #content-top {
  margin: 0; }

.sidebar-right #content-top .block {
  width: 670px; }
  .sidebar-right #content-top .block .content h1.title {
    width: 670px; }

/*********************************************************
*                                            Page case layout
**********************************************************/
.page-case #container #main {
  margin: 0 auto;
  overflow: auto; }

.page-case #container .wrapper {
  width: auto; }

.page-case.sidebar-left #container #content #content-inner {
  box-shadow: none;
  padding: 0;
  margin-left: 340px; }

/***************** Sidebar right *****************/
.sidebar-right #container #main-content #content #content-inner {
  width: 720px; }

/***************** Front Page *****************/
#base-fixed #container {
  width: 100%; }

.front #container {
  width: 100%;
  margin: 0; }
  .front #container #content #content-inner {
    background-color: #FFF;
    margin: 0 auto;
    padding: 10px 0;
    width: 1140px; }
  .front #container #feature {
    background: none; }

/*
Color template
*/
@font-face {
  font-family: 'thaisans_neuebold';
  src: url("../fonts/thaisansneue-bold.eot");
  src: url("../fonts/thaisansneue-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/thaisansneue-bold.woff") format("woff"), url("../fonts/thaisansneue-bold.ttf") format("truetype"), url("../fonts/thaisansneue-bold.svg#thaisans_neuebold") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'thaisans_neueregular';
  src: url("../fonts/thaisansneue-regular.eot");
  src: url("../fonts/thaisansneue-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/thaisansneue-regular.woff") format("woff"), url("../fonts/thaisansneue-regular.ttf") format("truetype"), url("../fonts/thaisansneue-regular.svg#thaisans_neueregular") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'thaisans_neue_lightregular';
  src: url("../fonts/thaisansneue-light.eot");
  src: url("../fonts/thaisansneue-light.eot?#iefix") format("embedded-opentype"), url("../fonts/thaisansneue-light.woff") format("woff"), url("../fonts/thaisansneue-light.ttf") format("truetype"), url("../fonts/thaisansneue-light.svg#thaisans_neue_lightregular") format("svg");
  font-weight: 100;
  font-style: normal; }
h4 {
  font-size: 15px;
  margin-bottom: 5px; }

h1 {
  font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 28px; }

h2 {
  font-family: 'thaisans_neue_lightregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 32px; }

/* @include border(1px, solid, #000, 5px) */
div.block div.block-edit a:hover {
  background-color: transparent; }

#floating-manager-menu {
  font-size: 9pt;
  line-height: 1.8em;
  width: 215px; }
  #floating-manager-menu h2 {
    width: 100%;
    box-sizing: border-box; }

#base-fixed #global_nav,
#base-fixed #header,
#base-fixed #footer {
  width: 1140px; }
#base-fixed #container {
  width: 100%; }

#header-wrapper #global_nav,
#header-wrapper #header {
  background-color: #353D3E;
  box-sizing: border-box; }

#footer-wrapper {
  background-color: #353D3E; }

.sidebar-left #container #main-content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #FFF;
  margin: 0 auto;
  overflow: hidden;
  width: 1140px; }

.sidebar-left #container #main #main-content #content #content-inner {
  border: none;
  padding: 0 0 60px 10px; }

.not-front #container #main-content {
  margin: 0 auto;
  overflow: visible;
  width: 1140px; }

.cke_skin_kama {
  box-sizing: border-box; }

/*
** Header style
*/
#branding .site-name {
  width: 110px; }
#branding .site-name img {
  max-width: 100%; }

#header-region .menu-880,
#header-region .menu-1303,
#header-region .menu-1304 {
  display: none; }

#global_nav {
  margin: 0 auto; }
  #global_nav .wrapper {
    text-align: right;
    padding-right: 55px;
    margin-bottom: -75px; }
  #global_nav li,
  #global_nav a {
    color: #FFFFFF; }

.block-toplink {
  padding-top: 30px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 57px;
  border-left: 1px solid #FFFFFF; }
  .block-toplink ul li {
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    font-family: 'thaisans_neue_lightregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
    .block-toplink ul li.first {
      margin-bottom: 5px; }
  .block-toplink .content {
    height: 23px;
    display: table; }
  .block-toplink .content ul {
    display: table-cell;
    vertical-align: middle;
    line-height: 0; }

/*
** Block roti search
*/
.block-rotioai {
  width: 260px;
  margin: 0 30px 15px 0;
  padding-top: 35px;
  display: inline-block;
  vertical-align: top; }
  .block-rotioai .form-item,
  .block-rotioai label,
  .block-rotioai select {
    display: inline;
    margin: 0; }
  .block-rotioai input.form-text {
    width: auto; }

.block-rotioai form {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  position: relative;
  height: 30px; }
  .block-rotioai form label {
    text-align: left;
    text-indent: -999em;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/ico-search.png);
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 999; }
  .block-rotioai form .form-item {
    display: block; }
  .block-rotioai form .form-submit {
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0 3px 3px 0;
    background-color: #000000;
    background-image: none;
    height: 30px;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    text-shadow: none;
    font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
  .block-rotioai form input.form-text {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #D7D7D7;
    width: 100%;
    height: 30px;
    padding-left: 33px;
    padding-right: 70px; }

#block-rotioai-search div.block-edit {
  top: -15px; }

/*
** Block translate
*/
.block-locale {
  float: right; }
  .block-locale .content ul {
    overflow: hidden;
    display: inline-block;
    display: block;
    margin: 0;
    overflow: visible; }
    .block-locale .content ul li {
      float: left;
      list-style: none; }
      .block-locale .content ul li a {
        margin-left: 0.5em;
        float: left; }

.block-language {
  clear: none;
  padding-top: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .block-language .content > ul > li {
    padding: 0 7px 0 3px; }
  .block-language .content > ul > li > a {
    padding-left: 28px;
    display: inline-block;
    background: url(../images/ico-language.png) no-repeat 0 0;
    background-size: 21px auto;
    font-size: 12px;
    line-height: 23px;
    color: #333; }
  .block-language .content > ul > li.th a {
    background-position: 0 -33px; }

ul.links li.node_translation_en,
ul.links li.node_translation_th {
  padding-left: 28px;
  display: inline-block;
  background: url(../images/ico-language.png) no-repeat 0 0;
  background-size: 21px auto;
  font-size: 12px;
  line-height: 23px;
  color: #333; }
  ul.links li.node_translation_en a,
  ul.links li.node_translation_th a {
    color: #333333; }
ul.links li.node_translation_th {
  background-position: 0 -33px; }

/*********************************************************
*                                          Menu Style
**********************************************************/
#header {
  width: 1100px; }

#header-wrapper #header #branding {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

#header-region {
  width: 1140px;
  float: left;
  padding: 15px 0 0 0;
  height: 36px;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s; }
  #header-region:hover {
    height: 360px;
    -webkit-transition: all 1s;
    transition: all 1s; }
  #header-region > .block {
    margin: 0;
    height: 100%; }

.mainmenu-block {
  margin-bottom: 0; }

/*
component: callap-menu
element: > li > a
*/
.callap-menu {
  overflow: hidden;
  display: table;
  width: 100%;
  background-color: #272D2D; }
  .callap-menu > li:first-child {
    width: 105px; }
  .callap-menu > li {
    width: 207px;
    display: table-cell;
    border-right: 1px solid #FFFFFF;
    padding-bottom: 25px; }
    .callap-menu > li:last-child {
      border: none; }
  .callap-menu > li > a {
    display: block;
    color: #FFFFFF;
    margin-top: -5px;
    padding: 0 15px 15px 15px;
    background-color: #353D3E;
    cursor: pointer;
    font-family: 'thaisans_neue_lightregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 26px; }

.block ul.callap-menu ul.callap-sub-menu {
  margin: 0; }
  .block ul.callap-menu ul.callap-sub-menu > li > a {
    display: block;
    font-size: 13px;
    font-weight: 100;
    color: #FFFFFF;
    padding: 8px 15px;
    line-height: 16px;
    cursor: pointer; }
  .block ul.callap-menu ul.callap-sub-menu > li:first-child > a {
    padding-top: 15px; }

.i18n-en .callap-menu > li:first-child {
  width: 105px; }
.i18n-en .callap-menu > li:first-child + li {
  width: 230px; }
.i18n-en .callap-menu > li {
  width: 200px; }

/*********************************************************
*                                          Breadcrumb
**********************************************************/
#breadcrumb {
  background: transparent;
  padding: 4px 0; }

.breadcrumb {
  padding: 0; }
  .breadcrumb a {
    color: #1D7D8D; }

/*
** Blockquote style
** Display in page content detail
*/
.node-inner > .content blockquote {
  padding-left: 15px;
  margin-left: 45px;
  margin-top: 15px;
  margin-bottom: 15px; }

.node-type-blog blockquote {
  border-left: 7px solid #FDDEBE; }

.node-type-report blockquote {
  border-left: 7px solid #F28570; }

.field-content blockquote {
  padding-left: 15px;
  margin-left: 45px; }

.page-freedom-of-expression-101 .field-content blockquote {
  border-left: 7px solid #317DAE; }

.page-involve .field-content blockquote {
  border-left: 7px solid #A77DCA; }

/**************************\
    Heading in page detail
\**************************/
.page-freedom-of-expression-101 .views-field-body .field-content h3,
.page-involve .views-field-body .field-content h3 {
  font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
.page-freedom-of-expression-101 .views-field-body .field-content h4,
.page-involve .views-field-body .field-content h4 {
  font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 18px;
  margin-top: 5px; }
.page-freedom-of-expression-101 .views-field-body .field-content > div,
.page-involve .views-field-body .field-content > div {
  margin-bottom: 5px; }

.page-freedom-of-expression-101 .views-field-body .field-content h4 {
  color: #317DAE; }

.node-type-blog .node-inner .content h3,
.node-type-report .node-inner .content h3 {
  font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
.node-type-blog .node-inner .content h4,
.node-type-report .node-inner .content h4 {
  font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 18px;
  margin-top: 5px; }

/*
** Image full width inside content page
*/
.view-involve .views-field-field-image-fid,
.view-freedom-of-expression .views-field-field-image-fid {
  margin-bottom: 40px;
  overflow: hidden; }
  .view-involve .views-field-field-image-fid img,
  .view-freedom-of-expression .views-field-field-image-fid img {
    max-width: 100%;
    height: auto; }

/*********************************\
Block
- front block case list
- sidebar block
- threeColBanner
\*********************************/
/*********************************\
	3 block-list below slide image in front page

	Component: block-case-list
	Element: h2, content
	Variant: -
\*********************************/
.block-case-list {
  width: 373px;
  float: left;
  clear: none;
  border-bottom: none;
  padding: 0 5px; }
  .block-case-list.first {
    border-left: 0;
    clear: both;
    padding-left: 0; }
  .block-case-list.last {
    border-right: 0;
    padding-right: 0; }
  .block-case-list > h2 {
    border-left: 8px solid #7DCAB6;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 72px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-color: #353D3E;
    background-position: 16px center; }
  .block-case-list.-newcase > h2 {
    background-image: url(../images/icon-new-case.png); }
  .block-case-list.-updatecase > h2 {
    background-image: url(../images/icon-update-case.png); }
  .block-case-list.-article > h2 {
    border-left: 8px solid #FDDEBE;
    background-image: url(../images/icon-article.png); }
  .block-case-list > .content {
    padding: 20px 15px;
    border-top: 0;
    border-right: 2px solid #CFCFCF;
    border-bottom: 2px solid #CFCFCF;
    border-left: 2px solid #CFCFCF;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 0 2px 2px;
    overflow: hidden; }
  .block-case-list .case-title {
    font-size: 16px;
    margin-bottom: 8px; }

/*********************************\
	block-case-list content

	Component: block-case-list > content
	Element: views-row, readmore
	Variant:
\*********************************/
.block-case-list > .content .views-row {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 18px; }
.block-case-list > .content .stared-icon {
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 8px; }
.block-case-list > .content .case-title {
  margin-bottom: 8px;
  line-height: 23px; }
.block-case-list > .content .case-title a {
  font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  color: #333333; }
.block-case-list > .content p {
  font-size: 14px;
  line-height: 22px; }
.block-case-list > .content .readmore {
  text-align: right; }
  .block-case-list > .content .readmore a {
    color: #1D7D8D; }

/*********************************\
	block-blog-list
	- view title
	- view image
	- view teaser
	- stared icon
\*********************************/
.block-case-list.block-blog-list .view-list ul li.views-row {
  margin-bottom: 12px;
  padding-bottom: 20px; }
.block-case-list.block-blog-list .views-field-field-image-fid img {
  border-radius: 40px; }
.block-case-list.block-blog-list .views-field-title {
  font-family: 'thaisans_neue_lightregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 26px; }
.block-case-list.block-blog-list .views-field-phpcode {
  font-size: 14px;
  line-height: 22px; }

/**********************************\
Sidebar Block
1. Menu block
\**********************************/
.sidebar > .block > .content {
  padding: 0; }

.sidebar > .block > .content > ul {
  margin-bottom: 30px; }

.sidebar > .block > .content > .view .view-content,
.sidebar > .block > .content > ul .view-content {
  margin-bottom: 30px; }
.sidebar > .block > .content > .view > li,
.sidebar > .block > .content > .view .views-row,
.sidebar > .block > .content > ul > li,
.sidebar > .block > .content > ul .views-row {
  height: 60px;
  margin-bottom: 0;
  border-bottom: 2px solid #000000;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: table; }
.sidebar > .block > .content > .view > li:first-child,
.sidebar > .block > .content > .view .views-row-first,
.sidebar > .block > .content > ul > li:first-child,
.sidebar > .block > .content > ul .views-row-first {
  border-top: 2px solid #000000; }
.sidebar > .block > .content > .view > li > div,
.sidebar > .block > .content > .view .views-field-title,
.sidebar > .block > .content > ul > li > div,
.sidebar > .block > .content > ul .views-field-title {
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 0; }
  .sidebar > .block > .content > .view > li > div:hover,
  .sidebar > .block > .content > .view .views-field-title:hover,
  .sidebar > .block > .content > ul > li > div:hover,
  .sidebar > .block > .content > ul .views-field-title:hover {
    cursor: pointer; }
.sidebar > .block > .content > .view > li > div > a,
.sidebar > .block > .content > .view .views-field-title a,
.sidebar > .block > .content > ul > li > div > a,
.sidebar > .block > .content > ul .views-field-title a {
  z-index: 3;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 45px;
  box-sizing: border-box;
  font-family: 'thaisans_neue_lightregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
.sidebar > .block > .content > .view > li > div:hover > a,
.sidebar > .block > .content > .view > li > div > a:hover,
.sidebar > .block > .content > .view > li > div > a.active,
.sidebar > .block > .content > .view .views-field-title:hover a,
.sidebar > .block > .content > .view .views-field-title a:hover,
.sidebar > .block > .content > .view .views-field-title a.active,
.sidebar > .block > .content > ul > li > div:hover > a,
.sidebar > .block > .content > ul > li > div > a:hover,
.sidebar > .block > .content > ul > li > div > a.active,
.sidebar > .block > .content > ul .views-field-title:hover a,
.sidebar > .block > .content > ul .views-field-title a:hover,
.sidebar > .block > .content > ul .views-field-title a.active {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer; }
  .sidebar > .block > .content > .view > li > div:hover > a:before,
  .sidebar > .block > .content > .view > li > div > a:hover:before,
  .sidebar > .block > .content > .view > li > div > a.active:before,
  .sidebar > .block > .content > .view .views-field-title:hover a:before,
  .sidebar > .block > .content > .view .views-field-title a:hover:before,
  .sidebar > .block > .content > .view .views-field-title a.active:before,
  .sidebar > .block > .content > ul > li > div:hover > a:before,
  .sidebar > .block > .content > ul > li > div > a:hover:before,
  .sidebar > .block > .content > ul > li > div > a.active:before,
  .sidebar > .block > .content > ul .views-field-title:hover a:before,
  .sidebar > .block > .content > ul .views-field-title a:hover:before,
  .sidebar > .block > .content > ul .views-field-title a.active:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: -2px;
    bottom: -2px;
    background-color: #353D3E;
    z-index: -1; }
  .sidebar > .block > .content > .view > li > div:hover > a:after,
  .sidebar > .block > .content > .view > li > div > a:hover:after,
  .sidebar > .block > .content > .view > li > div > a.active:after,
  .sidebar > .block > .content > .view .views-field-title:hover a:after,
  .sidebar > .block > .content > .view .views-field-title a:hover:after,
  .sidebar > .block > .content > .view .views-field-title a.active:after,
  .sidebar > .block > .content > ul > li > div:hover > a:after,
  .sidebar > .block > .content > ul > li > div > a:hover:after,
  .sidebar > .block > .content > ul > li > div > a.active:after,
  .sidebar > .block > .content > ul .views-field-title:hover a:after,
  .sidebar > .block > .content > ul .views-field-title a:hover:after,
  .sidebar > .block > .content > ul .views-field-title a.active:after {
    content: " ";
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    width: 8px;
    z-index: 1; }
.sidebar > .block > .content > .view a:focus,
.sidebar > .block > .content > ul a:focus {
  outline: none; }

/*****************************\
    Color tab for freedom-101 page
\*****************************/
.page-freedom-of-expression-101 .sidebar > .block > .content > .view .views-field-title:hover a:after,
.page-freedom-of-expression-101 .sidebar > .block > .content > .view .views-field-title a:hover:after,
.page-freedom-of-expression-101 .sidebar > .block > .content > .view .views-field-title a.active:after {
  background-color: #317DAE; }

/*****************************\
    Color tab for blog page
\*****************************/
.page-blog .sidebar > .block > .content > ul > li > div:hover > a:after,
.page-blog .sidebar > .block > .content > ul > li > div > a:hover:after,
.page-blog .sidebar > .block > .content > ul > li > div > a.active:after {
  background-color: #FDDEBE; }

/*****************************\
    Color tab for report page
\*****************************/
.page-report .sidebar > .block > .content > ul > li > div:hover > a:after,
.page-report .sidebar > .block > .content > ul > li > div > a:hover:after,
.page-report .sidebar > .block > .content > ul > li > div > a.active:after {
  background-color: #F28570; }

/*****************************\
    Color tab for involve page
\*****************************/
.page-involve .sidebar > .block > .content > .view .views-field-title:hover a:after,
.page-involve .sidebar > .block > .content > .view .views-field-title a:hover:after,
.page-involve .sidebar > .block > .content > .view .views-field-title a.active:after {
  background-color: #A77DCA; }

#block-views-font_small_slide-block_1 {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.view-font-small-slide {
  width: 100%;
  height: 200px;
  float: left; }
  .view-font-small-slide > .view-content {
    margin: 0 -5px; }
  .view-font-small-slide > .view-content > .views-row {
    position: relative;
    width: 373px;
    height: 200px;
    float: left;
    padding: 0 5px; }
  .view-font-small-slide .views-field-edit-node {
    position: absolute;
    bottom: 5px;
    left: 15px; }
    .view-font-small-slide .views-field-edit-node a {
      color: #FFFFFF; }

/*********************************\
Front main slide block
\*********************************/
.view-slideshow > .view-footer {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 999; }
  .view-slideshow > .view-footer p {
    margin-bottom: 0; }
  .view-slideshow > .view-footer a {
    color: #FFFFFF; }

.block-slide {
  margin: 0 auto 10px auto;
  overflow: hidden; }
  .block-slide .nivo-directionNav a {
    background: url(../images/ctrl-slide.png) no-repeat 0 0;
    width: 40px;
    height: 60px;
    top: 38%;
    left: 0; }
    .block-slide .nivo-directionNav a:hover {
      opacity: 0.9; }
    .block-slide .nivo-directionNav a.nivo-nextNav {
      background-position: 0 -75px;
      left: auto;
      right: 0; }
  .block-slide .nivo-controlNav {
    display: none; }

.block-slide .view-slideshow {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 1140px;
  height: 280px;
  background-color: #353D3E;
  text-align: center;
  overflow: hidden; }

.block-slide .view-slideshow > .view-content {
  display: inline-block;
  margin: 0 auto; }

.block-slide .view-footer {
  text-align: left;
  margin: 5px 0; }

/*********************************\
1. h1 .title
\*********************************/
/*
** Page Title with border-left
*/
.block-titleblock > .content {
  margin-bottom: 50px; }
  .block-titleblock > .content > .title {
    margin: 0;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    background-color: #FFFFFF; }

.page-freedom-of-expression-101 .block-titleblock > .content {
  border-left: 8px solid #317DAE; }

.page-case .block-titleblock > .content,
.page-event .block-titleblock > .content {
  margin-bottom: 0;
  border-left: 8px solid #7DCAB6; }

.page-blog .block-titleblock > .content,
.node-type-blog .block-titleblock > .content {
  border-left: 8px solid #FDDEBE; }

.page-report .block-titleblock > .content,
.node-type-report .block-titleblock > .content {
  border-left: 8px solid #F28570; }

.page-involve .block-titleblock > .content,
.node-type-involve .block-titleblock > .content {
  border-left: 8px solid #A77DCA; }

/*********************************\
Views
\*********************************/
/*********************************************************
*                                           View-list
*                                           - Report
**********************************************************/
.view-list .views-row {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 5px 0; }
  .view-list .views-row.views-row-first {
    padding-top: 0; }
.view-list .views-field-field-image-fid {
  float: left;
  margin-right: 15px; }
.view-list .views-row > .views-field-title a {
  font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 23px; }
.view-list .views-field-view-node {
  float: none !important;
  margin: 10px 0; }
.view-list .views-row > .views-field-phpcode a,
.view-list .views-row > .views-field-view-node a {
  float: right;
  color: #1D7D8D;
  font-weight: 600; }
  .view-list .views-row > .views-field-phpcode a:focus, .view-list .views-row > .views-field-phpcode a:visited, .view-list .views-row > .views-field-phpcode a:active,
  .view-list .views-row > .views-field-view-node a:focus,
  .view-list .views-row > .views-field-view-node a:visited,
  .view-list .views-row > .views-field-view-node a:active {
    color: #1D7D8D; }
.view-list .views-field-created, .view-list .views-field-tid {
  font-size: 13px;
  display: inline-block; }
.view-list .views-field-tid {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #d8d8d8; }

.view-list .views-field-title,
.view-list .views-field-body,
.view-list .views-field-view-node {
  margin-left: 335px; }

.view-list.article-list .views-field-title,
.view-list.article-list .views-field-body,
.view-list.article-list .views-field-view-node {
  margin-left: 190px; }

.block-blog-list.-article .view-list .views-field-title,
.block-blog-list.-article .view-list .views-field-phpcode {
  margin-left: 100px; }

/*********************************************************
*                                           Pager style
**********************************************************/
.item-list ul.pager {
  text-align: left; }
  .item-list ul.pager li {
    display: inline-block;
    background: none;
    float: none;
    margin-right: 0;
    padding: 0 0.5em;
    color: #333333; }
    .item-list ul.pager li.pager-item {
      padding: 0 0.3em; }
    .item-list ul.pager li.pager-first, .item-list ul.pager li.pager-previous, .item-list ul.pager li.pager-next, .item-list ul.pager li.pager-last {
      border: 1px solid #1D7D8D;
      border-radius: 2px; }
    .item-list ul.pager li.pager-current {
      background: none;
      color: #1D7D8D; }
    .item-list ul.pager li a {
      color: #333333;
      font-family: 'thaisans_neue_lightregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
    .item-list ul.pager li a:focus {
      outline: 0; }
    .item-list ul.pager li:hover,
    .item-list ul.pager li a:hover {
      color: #1D7D8D;
      background: none; }

/*********************************************************
*                                           Taxonomy term page
**********************************************************/
.view-taxonomy-term .views-row > .views-field-title,
.view-taxonomy-term .views-row > .views-field-body {
  margin-left: 0; }

.page-case #content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.page-case.sidebar-left #content {
  padding-right: 50px; }
.page-case.sidebar-left #breadcrumb {
  background-color: #FFFFFF;
  margin: 0;
  padding: 20px 0; }

.search-found {
  font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 20px;
  margin-bottom: 15px; }
  .search-found em {
    font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }

.page-case form {
  margin: 0; }
.page-case .form-radios {
  width: 100%;
  float: left;
  margin: 0; }
.page-case .form-radios > .form-item {
  float: left;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0; }

.sidebar-left.page-case #container #main #main-content {
  background-color: #F0F3F6;
  overflow: hidden; }
  .sidebar-left.page-case #container #main #main-content #content #content-inner {
    border: none;
    margin-left: 400px;
    padding: 50px 0 60px 10px; }
  .sidebar-left.page-case #container #main #main-content #sidebar-left {
    padding-left: 50px; }

#search-result-list {
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0; }
  #search-result-list > li {
    background-color: #FFFFFF;
    border: 2px solid #D2D2D2;
    margin: 20px 0;
    padding: 17px 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  #search-result-list > li .case-title {
    position: relative;
    padding-right: 100px;
    padding-bottom: 8px;
    border-bottom: 1px solid #D2D2D2; }
    #search-result-list > li .case-title > a {
      color: #333333;
      font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
    #search-result-list > li .case-title + div {
      font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
  #search-result-list > li .case-summary {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px; }

.stared-icon {
  position: absolute;
  right: 0;
  top: -3px;
  display: inline-block;
  padding: 0 8px;
  background-color: #FF0000;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }

/*************************\
Block case search style. appear in case list page
By: Dew
\*************************/
.block-case-search {
  background-color: #FFFFFF;
  border: 2px solid #D2D2D2;
  border-radius: 3px;
  margin-top: 50px;
  padding: 0;
  font-size: 14px; }
  .block-case-search > h2 {
    padding: 8px 20px;
    background-color: #353D3E;
    color: #FFFFFF;
    margin: -2px -2px 0 -2px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .block-case-search.block-case > .content {
    padding: 0 20px; }

.block-case-search form {
  overflow: hidden; }
.block-case-search .form-item label {
  height: 20px;
  margin-right: 10px;
  vertical-align: middle; }
.block-case-search .form-item .form-text {
  width: 100%;
  height: 27px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
.block-case-search select.form-select {
  margin: 0;
  width: 100%;
  z-index: 999; }
  .block-case-search select.form-select option {
    background: none !important;
    border: none !important; }
.block-case-search .form-submit {
  border: 0;
  background: none;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin: 0 10px 10px 0;
  background-color: #7DCAB6;
  line-height: 24px;
  border-radius: 25px;
  text-shadow: none;
  font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
  .block-case-search .form-submit:hover {
    background-color: #59bba2; }
.block-case-search #edit-reset {
  background-color: #D8D8D8; }
  .block-case-search #edit-reset:hover {
    background-color: #bfbfbf; }

html.js .block-case-search fieldset {
  clear: both;
  padding: 0 0 10px 0;
  border: 0;
  border-bottom: 1px solid #CFCFCF;
  display: block;
  overflow: hidden;
  width: 100%; }
html.js .block-case-search fieldset legend {
  overflow: hidden;
  position: relative;
  width: 100%; }
html.js .block-case-search fieldset.collapsible legend a {
  background: url(../images/minus.png) right center no-repeat;
  color: #000;
  margin: 0;
  overflow: hidden;
  padding: 0;
  font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 16px; }

html.js .block-case-search fieldset label {
  clear: both;
  text-indent: -999em;
  position: absolute;
  overflow: hidden; }
html.js .block-case-search fieldset label.option {
  float: left;
  text-indent: 0;
  position: relative;
  overflow: visible; }
html.js .block-case-search fieldset .form-submit {
  float: left; }
html.js .block-case-search fieldset .fieldset-wrapper {
  overflow: visible; }
html.js .block-case-search fieldset .form-item {
  display: block;
  float: left;
  margin: 0 0 5px 0;
  overflow: hidden;
  width: 100%; }
html.js .block-case-search fieldset label.option {
  color: #000;
  display: block;
  float: left;
  height: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative; }
html.js .block-case-search fieldset label.option input {
  position: absolute;
  left: 0;
  top: 7px; }

html.js .block-case-search fieldset.collapsed {
  border: 0;
  margin: 1.5em 0 0;
  padding: 0 0 25px 0;
  position: relative; }
  html.js .block-case-search fieldset.collapsed legend {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 14px 0;
    position: relative;
    width: 100%;
    height: auto; }
  html.js .block-case-search fieldset.collapsed legend a {
    background: url(../images/plus.png) right center no-repeat;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: auto; }

html.js .block-case-search fieldset.collapsed .fieldset-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  html.js .block-case-search fieldset.collapsed .fieldset-wrapper .form-item {
    overflow: hidden;
    width: 100%; }
  html.js .block-case-search fieldset.collapsed .fieldset-wrapper .form-checkboxes .form-item {
    display: block;
    float: left;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 100%; }
  html.js .block-case-search fieldset.collapsed .fieldset-wrapper .form-checkboxes label.option {
    color: #000;
    display: block;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0; }

.block-case-search #case-search-form .start-date-fieldset {
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  overflow: hidden;
  padding-top: 10px;
  border-top: 1px solid #d8d8d8; }

.block-case-search #case-search-form .start-date-fieldset legend {
  float: left;
  overflow: hidden;
  position: relative; }

/********************************\
    Advance search block
\********************************/
.advanced-search-fixed-wrapper.scroll-to-fixed-fixed .inner {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 5px 10px; }

/*
component: Article list
elements:
- image
- title
- teaser
- readmore
*/
.view {
  width: 100%;
  float: left; }

.article-list .view-content > .views-row {
  width: 100%;
  float: left;
  margin-bottom: 15px; }
.article-list .view-content > .views-row > .views-field-field-image-fid img {
  border-radius: 82px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
.article-list .view-content > .views-row > .views-field-body .field-content {
  color: #444444; }

/*
** Report list
*/
/*********************************************************
*                                            Event/Calendar
**********************************************************/
#event-list {
  position: relative;
  margin: 0;
  min-height: 307px; }
  #event-list hr {
    clear: both;
    border: 1px solid #f5f5f5; }
  #event-list li {
    overflow: hidden;
    display: inline-block;
    display: block;
    margin: 10px 0;
    list-style: none; }

.event-date {
  float: left;
  width: 40px; }
  .event-date .event-date-month,
  .event-date .event-date-day,
  .event-date .event-date-year {
    overflow: hidden;
    display: inline-block;
    display: block;
    text-align: center; }

.event-summary {
  margin-bottom: 1em;
  font-weight: bold; }

.page-event .block-title {
  float: left;
  width: 100%; }
.page-event .event-summary {
  margin-left: 60px;
  width: 350px;
  padding: 10px;
  cursor: pointer; }
.page-event .active .event-summary,
.page-event .event-summary:hover {
  background: #eee; }
.page-event .event-details {
  position: absolute;
  top: 12px;
  right: 0;
  padding: 10px;
  width: 450px;
  background: #eee; }

#month-nav {
  overflow: hidden;
  display: inline-block;
  display: block;
  margin: 0; }
  #month-nav li {
    float: left;
    list-style: none; }
    #month-nav li a {
      margin-left: 0.5em;
      float: left; }

.page-event .fc td,
.page-event .fc th {
  vertical-align: top;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px; }
.page-event .fc td div {
  position: relative; }
.page-event .fc td.has-events {
  background-color: #a1d9ca; }
  .page-event .fc td.has-events:hover {
    background-color: #7DCAB6; }
  .page-event .fc td.has-events a {
    display: block;
    color: #333333 !important; }
  .page-event .fc td.has-events a:hover {
    text-decoration: none; }
.page-event .fc-grid .fc-day-number {
  padding: 0;
  width: 100%;
  text-align: center;
  min-height: auto !important; }
.page-event .fc-other-month {
  background: #F0F3F6 !important; }

#month-nav #month-nav-next {
  float: right; }

#content-top #block-ilawfreedom_hooker-1 {
  background: none;
  border: 0;
  border-bottom: 0;
  box-shadow: none;
  margin: 26px 0 0 0;
  right: 30px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 70px; }
  #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li {
    width: 25px;
    height: 25px;
    margin-left: 10px; }
    #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li a {
      background: url(../images/btn-calendar_view.png) no-repeat;
      display: block;
      width: 25px;
      height: 25px;
      margin: 0;
      overflow: hidden;
      padding: 0;
      text-indent: -999em; }
      #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li a:hover, #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li a.active {
        background-position: 0 -25px; }
    #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li.details-list a, #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li.event-list a {
      background-position: -25px 0; }
      #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li.details-list a:hover, #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li.details-list a.active, #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li.event-list a:hover, #content-top #block-ilawfreedom_hooker-1 #calendar-style-switcher ul li.event-list a.active {
        background-position: -25px -25px; }
#content-top #block-case-3 #event-month-switcher {
  text-align: left; }
#content-top #block-case-3 label {
  color: #666; }
#content-top #block-case-3 #edit-month-wrapper {
  margin-right: 20px; }

/*********************************************************
*                                            Event/Calendar
**********************************************************/
.page-event #block-case-3 {
  float: right;
  clear: none;
  margin: 15px 0; }
.page-event .block-titleblock > .content {
  margin-bottom: 25px; }
.page-event #content-top {
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: -80px;
  z-index: 5; }
.page-event .block-share {
  margin-top: 15px; }
.page-event .event-list-wrapper {
  padding-top: 30px; }
.page-event table.fc-header {
  border: 0;
  margin: 0; }
  .page-event table.fc-header tbody tr td {
    border: 0; }
  .page-event table.fc-header tbody tr td .fc-header-title h2 {
    font-size: 22px;
    margin: 0; }
.page-event .fc-content .fc-view-month table.fc-border-separate {
  border: none;
  border-radius: 5px;
  margin: 10px 0 15px 0; }
  .page-event .fc-content .fc-view-month table.fc-border-separate thead tr th {
    background-color: #353D3E;
    border-color: #353D3E;
    font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
    color: #FFF;
    font-size: 1.2em;
    padding: 10px 0; }
    .page-event .fc-content .fc-view-month table.fc-border-separate thead tr th.fc-first {
      border-radius: 5px 0 0 0; }
    .page-event .fc-content .fc-view-month table.fc-border-separate thead tr th.fc-last {
      border-radius: 0 5px 0 0; }
  .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr td {
    border: 1px solid #D8D8D8; }
    .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr td.fc-first {
      border-left: 2px solid #D8D8D8; }
    .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr td.fc-last {
      border-right: 2px solid #D8D8D8; }
    .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr td.fc-state-highlight {
      background: white; }
    .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr td.fc-widget-content {
      color: #666;
      font-weight: bold; }
    .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr td.fc-widget-content div {
      min-height: 65px; }
    .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr td.fc-other-month {
      color: #999; }
      .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr td.fc-other-month .fc-day-number {
        opacity: 1; }
  .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr.fc-first td {
    border-top: 2px solid #D8D8D8; }
  .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr.fc-last td {
    border-bottom: 2px solid #D8D8D8; }
    .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr.fc-last td.fc-first {
      border-radius: 0 0 0 5px; }
    .page-event .fc-content .fc-view-month table.fc-border-separate tbody tr.fc-last td.fc-last {
      border-radius: 0 0 5px 0; }

/*********************************************************
*                                            Event/list
**********************************************************/
.event-list-wrapper {
  padding-bottom: 20px;
  padding-top: 20px; }
  .event-list-wrapper ul#month-nav {
    display: none; }
  .event-list-wrapper div#event-list ul.event-group {
    overflow: hidden;
    margin: 0; }
  .event-list-wrapper div#event-list li:hover {
    cursor: pointer; }
  .event-list-wrapper div#event-list li.event-item {
    border-top: 1px solid #353D3E;
    border-right: 4px solid #353D3E;
    margin: 0 200px 0 0;
    padding: 0 0 1px 0;
    width: 400px;
    overflow: visible;
    float: left; }
  .event-list-wrapper div#event-list li .event-date {
    color: #333;
    float: left;
    font-weight: bold;
    padding: 10px 13px 15px 13px;
    width: 50px; }
    .event-list-wrapper div#event-list li .event-date .event-date-day {
      font-size: 1.4em; }
    .event-list-wrapper div#event-list li .event-date .event-date-month {
      font-style: normal;
      text-transform: uppercase; }
    .event-list-wrapper div#event-list li .event-date .event-date-year {
      display: none; }
  .event-list-wrapper div#event-list li .event-summary {
    color: #333333;
    margin: 0 0 0 0;
    padding: 8px 0 10px 76px;
    width: 296px;
    float: left;
    font-family: 'thaisans_neueregular';
    font-size: 16px; }
    .event-list-wrapper div#event-list li .event-summary em {
      font-style: normal; }
    .event-list-wrapper div#event-list li .event-summary:hover {
      background: transparent;
      cursor: pointer; }
  .event-list-wrapper div#event-list li .event-details {
    background: transparent;
    float: right;
    padding: 0;
    top: 5px;
    width: 666px; }
    .event-list-wrapper div#event-list li .event-details .event-details-date dt {
      float: left;
      width: 80px;
      margin-right: 20px; }
    .event-list-wrapper div#event-list li .event-details .event-details-date dd {
      margin: 0 0 10px 0;
      padding: 0 0 0 80px; }
  .event-list-wrapper div#event-list li.parent .event-summary, .event-list-wrapper div#event-list li.alone .event-summary {
    padding: 8px 0 10px 0; }
  .event-list-wrapper div#event-list li.active {
    background-color: #7DCAB6; }
    .event-list-wrapper div#event-list li.active .event-summary {
      background: transparent; }
    .event-list-wrapper div#event-list li.active span.active-arrow {
      background: url(../images/bg-event_list.png?v=002) no-repeat;
      width: 27px;
      height: 70px;
      float: left;
      overflow: hidden;
      position: relative;
      right: -28px;
      display: block; }

.event-list-wrapper div#event-list li .event-details {
  height: 100%;
  overflow: auto;
  padding-right: 10px; }

/*********************************\
Node
- main article image
\*********************************/
/*
** Node content layout for
** Article, ...
*/
/***************** Not Front Page *****************/
.node-inner > .content > .field-field-image-cover {
  margin-bottom: 30px; }
  .node-inner > .content > .field-field-image-cover img {
    width: 100%;
    height: auto; }

/*
** View main article image
*/
#block-views-main_article_image-block_1 {
  margin: 0; }

.content > .view-main-article-image {
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  .content > .view-main-article-image .views-field-field-image-fid {
    margin-bottom: 10px;
    overflow: hidden; }
    .content > .view-main-article-image .views-field-field-image-fid img {
      width: 100%; }

.view-main-article-image .attachment {
  width: 100%;
  float: left; }
  .view-main-article-image .attachment .view-content {
    margin: 0 -5px; }
  .view-main-article-image .attachment .views-row {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px; }

/*********************************\
Case Node
- layout for case node
\*********************************/
.page-case.no-sidebars #container #main-content #content-inner {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  padding: 0; }
  .page-case.no-sidebars #container #main-content #content-inner .block-share {
    margin: 0;
    padding: 20px 0;
    background-color: #FFFFFF; }

/* Case-head */
.case-head {
  background-color: #fff;
  padding: 0;
  margin: 10px 0 20px;
  position: relative; }
  .case-head .label p {
    display: inline-block;
    margin: 0; }
  .case-head .label {
    font-size: 13px;
    color: #666; }
  .case-head .stared-icon {
    height: 43px;
    line-height: 43px;
    position: absolute;
    top: -10px;
    left: 0;
    right: auto; }
    .case-head .stared-icon:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      right: -5px;
      border-top: 10px solid transparent;
      border-left: 5px solid #762E16;
      border-bottom: 10px solid transparent;
      border-right: 0;
      z-index: -1; }

.stared-case .case-image-cover {
  min-height: 33px;
  background-color: #353D3E; }

.case-head-title {
  background-color: #353D3E;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: table;
  box-sizing: border-box;
  padding: 0 0 0 25px;
  border-left: 8px solid #7DCAB6; }
  .case-head-title .case-label {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    padding: 18px 0; }
    .case-head-title .case-label .label {
      font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
      font-size: 22px;
      color: #FFFFFF;
      padding-right: 15px; }
  .case-head-title .case-title {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 15px 12px 0; }
    .case-head-title .case-title div {
      border-left: 1px solid #FFFFFF;
      padding-left: 15px;
      font-size: 22px;
      line-height: 34px;
      color: #FFFFFF; }
  .case-head-title .case-charge {
    display: table-cell;
    vertical-align: bottom;
    text-align: right; }

.case-head-col {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 215px;
  min-height: 100px;
  float: left;
  padding: 0 40px;
  margin-bottom: 20px;
  border-right: 1px solid #d8d8d8; }
  .case-head-col.last {
    border-right: 0; }

.logo {
  background-image: url(../images/logo-case.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -999em;
  text-align: left;
  height: 60px; }

.offenses-25 {
  background-position: 0 -700px;
  width: 88px; }

.offenses-26 {
  background-position: 0 -700px;
  width: 88px; }

.legal-claims-1 {
  background-position: 0 -420px;
  width: 75px; }

.legal-claims-7 {
  background-position: 0 -560px;
  width: 75px; }

.legal-claims-9 {
  background-position: 0 0px;
  width: 75px; }

.legal-claims-10 {
  background-position: 0 -140px;
  width: 75px; }

.legal-claims-11 {
  background-position: 0 -280px;
  width: 75px;
  height: 60px; }

.i18n-en .legal-claims-1 {
  background-position: 0 -490px;
  width: 110px; }
.i18n-en .legal-claims-7 {
  background-position: 0 -630px; }
.i18n-en .legal-claims-9 {
  background-position: 0 -70px; }
.i18n-en .legal-claims-10 {
  background-position: 0 -210px;
  width: 75px; }
.i18n-en .legal-claims-11 {
  background-position: 0 -350px;
  width: 99px; }
.i18n-en .offenses-25 {
  background-position: 0 -770px;
  width: 110px; }
.i18n-en .offenses-26 {
  background-position: 0 -770px;
  width: 110px; }

.logo-wrapper .stared-icon {
  background: url(../images/ico-bookmark.png) no-repeat 0 0; }

.case-wrapper {
  position: relative; }

.main-summary {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px; }

.summary-left {
  box-sizing: border-box;
  width: 628px;
  border: 1px solid #d8d8d8;
  border-radius: 3px; }
  .summary-left .summary-content {
    padding: 15px; }

.summary-right {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 492px;
  height: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 3px; }
  .summary-right > .summary-content h2 {
    padding: 15px;
    background-color: #353D3E;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 15px;
    border-radius: 3px 3px 0 0; }

.summary-content {
  box-sizing: border-box;
  height: 100%; }
  .summary-content > div {
    margin-bottom: 20px; }
  .summary-content .label > p {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'thaisans_neue_lightregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
  .summary-content > button {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    background-color: #Dadada; }
    .summary-content > button:hover {
      cursor: pointer;
      background-color: #c1c1c1; }
    .summary-content > button:focus {
      outline: none; }

.case-list-summary {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
  padding: 65px 15px 15px 15px;
  box-sizing: border-box; }
  .case-list-summary > .content {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    padding-left: 3px; }

/************************************\
  Tooltip style
\************************************/
.tooltip {
  position: relative; }
  .tooltip > .label {
    display: block;
    float: left;
    padding-right: 10px; }
  .tooltip > .label:hover {
    cursor: pointer; }
  .tooltip > .label:hover + .box-tooltip,
  .tooltip .box-tooltip:hover {
    display: block; }
  .tooltip > .label > p {
    float: left;
    margin-right: 8px; }
  .tooltip > .label > .ico {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    background: url(../images/ico-question.png) transparent no-repeat center;
    background-size: contain;
    float: left; }
  .tooltip > .content {
    width: 100%;
    clear: left; }

.box-tooltip {
  display: none;
  position: absolute;
  top: -16px;
  left: 110px;
  z-index: 999;
  max-width: 500px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #F8F8F8; }
  .box-tooltip.black-case-tooltip {
    top: -12px;
    left: 153px; }
  .box-tooltip.red-case-tooltip {
    top: -12px;
    left: 161px; }
  .box-tooltip > h4 {
    font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
    font-size: 16px; }
  .box-tooltip > .edit-link {
    margin: 15px 0 0 0; }

.black-case > .tab-detail,
.red-case > .tab-detail {
  width: 100%;
  float: left; }
.black-case > .tab-detail > div > span,
.red-case > .tab-detail > div > span {
  width: 200px; }
.black-case > .label > .ico,
.red-case > .label > .ico {
  margin-top: 5px; }

.other-accused {
  margin-bottom: 0 !important; }
  .other-accused > table {
    margin-bottom: 0;
    border-collapse: collapse; }
  .other-accused > table thead tr th {
    text-align: left;
    font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
    border-bottom: none; }

/* Case tab */
.case-title,
.view-list .views-field-title {
  font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 26px;
  margin-bottom: 5px; }

.view-list .views-field-title {
  margin-bottom: 5px; }

.tab-title {
  font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px;
  line-height: 31px;
  margin-top: -51px;
  padding: 10px 0 10px 15px;
  position: relative;
  cursor: pointer;
  font-weight: 100;
  color: #333;
  display: block;
  background-color: #7DCAB6; }
  .tab-title:hover, .tab-title:link, .tab-title:focus {
    text-decoration: none;
    color: #333; }
  .tab-title.fixed {
    position: fixed;
    top: 0;
    width: 1140px;
    margin: 0 auto;
    z-index: 999; }

a.tab-title {
  color: #333; }
  a.tab-title:hover, a.tab-title:link, a.tab-title:focus {
    text-decoration: none;
    color: #333; }
  a.tab-title:after {
    content: '\00a0';
    width: 51px;
    height: 51px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/case-ctrl.png) #1E2020 no-repeat 4px -51px; }
  a.tab-title.hide:after {
    background: url(../images/case-ctrl.png) #1E2020 no-repeat 4px 5px; }

.tab-wrapper {
  margin: 5px 0 20px;
  padding-top: 51px;
  width: 100%;
  float: left;
  background-color: #F0F3F6;
  border-radius: 3px 0 0 3px; }
  .tab-wrapper .expandable {
    padding: 15px 15px 20px; }
  .tab-wrapper .label {
    font-family: 'thaisans_neueregular',Thonburi, Helvetica, Arial, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px; }

.tab-detail {
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative; }
  .tab-detail:after {
    content: '\00a0';
    display: block;
    width: 130px;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: 10px; }

/*********************************\
Footer
\*********************************/
/*********************************************************
*                                            footer
**********************************************************/
#footer-wrapper {
  overflow: hidden; }

.menu-footer {
  text-align: left;
  margin: 30px auto 15px;
  overflow: hidden; }
  .menu-footer h2 {
    text-indent: -999em;
    display: inline-block;
    height: 0;
    width: 0; }
  .menu-footer ul.nice-menu {
    display: inline-block;
    float: none; }
  .menu-footer ul.nice-menu li {
    margin-left: 20px;
    background-color: transparent;
    border: none; }
    .menu-footer ul.nice-menu li.first {
      margin: 0; }
  .menu-footer li a {
    color: white; }
  .menu-footer ul.nice-menu > li a {
    font-family: 'thaisans_neuebold',Thonburi, Helvetica, Arial, Tahoma, sans-serif; }
  .menu-footer ul.nice-menu > li.active-trail a,
  .menu-footer ul.nice-menu > li a.active {
    text-decoration: underline; }

.block-cc {
  color: #FFFFFF;
  margin: 0;
  font-size: 13px;
  float: left; }
  .block-cc img {
    margin-top: 20px; }

.block-social-link {
  float: right;
  clear: none;
  margin-top: 50px;
  margin-bottom: 0; }

.list-social {
  overflow: hidden;
  display: inline-block; }
  .list-social li {
    display: inline-block;
    width: 53px;
    height: 53px;
    float: left;
    margin-right: 10px; }
    .list-social li.last {
      margin-right: 0; }
  .list-social a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 53px;
    height: 53px;
    display: inline-block;
    background: url("../images/ico-social@2x.png?v=002") no-repeat 0 0;
    background-size: 353px;
    text-indent: -999em; }
    .list-social a.twitter {
      background-position: -60px 0; }
    .list-social a.feed {
      background-position: -120px 0; }
    .list-social a.instagram {
      background-position: -180px 0; }
    .list-social a.line {
      background-position: -240px 0; }
    .list-social a.flickr {
      background-position: -300px 0; }
  .list-social a:hover {
    background-position: 0 -60px; }
    .list-social a:hover.twitter {
      background-position: -60px -60px; }
    .list-social a:hover.feed {
      background-position: -120px -60px; }
    .list-social a:hover.instagram {
      background-position: -180px -60px; }
    .list-social a:hover.line {
      background-position: -240px -60px; }
    .list-social a:hover.flickr {
      background-position: -300px -60px; }

/*# sourceMappingURL=style-2016.css.map */
