/*
Theme Name: Nocsys
Theme URI: http://www.nocsys.com.cn
Author: Nocsys
Author URI: http://www.nocsys.com.cn
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nocsys
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, e-commerce, photography, portfolio, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.h4-zh-strong {
  font-weight: 600!important;
}
.page-title-coming {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.img-w-30 {
  width: 30%;
}
.img-w-45 {
  width: 45%;
}
.img-w-50 {
  width: 50%;
}
.img-w-60 {
  width: 60%;
}
.img-w-75 {
  width: 75%;
}
.listmark-square {
  list-style-type: square;
  padding-left: 2em;
  line-height: 24px;
}
.blog-standard h4 {
  margin-top: 45px; 
}
.blog-standard .blog-lastblock {
  margin-top: 60px; 
  font-size: 0.7em;
}
.blog-standard .blog-lastblock a:hover, .panel-group .panel .panel-body a:hover, .listmark-square li a:hover {
    color: #2196F3;
    text-decoration: none;
}
.blog-standard .blog-lastblock a, .panel-group .panel .panel-body a {
    color: #f32196;
    text-decoration: none;
}
.listmark-square li a {
    color: #444;
    text-decoration: none;
}

/*overlay*/
.portfolio.forcard {
  height: 180px;
}
.portfolio.forcard .dark-overlay {
  position: absolute; 
  z-index: 999;
  height: 90%;
  border-radius: 10px;
}
.portfolio.forcard .portfolio-wrap {
  z-index: 999;
} 

/*card*/
.card.card-link-rel--tall {
    min-height: 160px;
}
.card.card-link-rel--tall.card-160px {
    height: 160px;
}

.card, .card * {
    -webkit-transition: all .35s;
    transition: all .35s;
}

.card {
    background: #fff;
    border: 1px solid #e2e3e4;
    box-shadow: 0 5px 10px 0 rgba(181,189,201,.4);
    margin-bottom: 20px;
    padding: 20px 18px;
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.card.hover, .card:hover {
    border: 1px solid rgba(0,173,105,.31);
    box-shadow: 0 5px 10px 0 rgba(0,121,96,.2);
}

.card.card-link-rel .card-bottom:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    margin: 2px 0;
    display: block;
}

.card.card-link-rel .card-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 5px 35px 10px;
}

.card-top {
    font-size: 12px;
    line-height: 24px;
    text-align: left;
}

.portfolio-description .disc-small {
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    padding: 10px 25px 10px 25px;
    position: relative;
    /*left: 10;*/
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    /*top: 0;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio:hover .portfolio-description .disc-small {
    /*top: 10px;*/
    opacity: 1;
    visibility: visible;
}
.dropdown-menu .row.multi-row {
  padding-top: 20px !important;
}
.dropdown-menu .row div:nth-child(5) {
  padding-top: 20px !important;
}
.dropdown-menu .row div:nth-child(6) {
  padding-top: 20px !important;
}
.dropdown-menu .row div:nth-child(7) {
  padding-top: 20px !important;
}
.dropdown-menu .row div:nth-child(8) {
  padding-top: 20px !important;
}

.img-bottom {

}

.img-bottom img {

}
@media (min-width: 992px) {
  .img-bottom {
    padding-top: 10%;
  }
}

.text-margin {
  margin: 15px 0 20px;
  line-height: 35px;
}

@media (min-width: @screen-sm-min) {

  
}

table.table　{
  border: 1px solid #ddd;
}

table.table tr th {
  font-weight: 400;
  color: #fff;
  background-color: #888;
  padding: 8px 15px;
}

table.table tbody tr td {
  padding: 8px 15px;
  line-height: 28px;
  cursor: default;
}

.cursor-default {
  cursor: default;
}



/*for tree menu*/
/*body {
  margin: 30px;
  font-family: sans-serif;
  }*/

/*#fontSizeWrapper { font-size: 16px; }*/
/*
#fontSize {
  width: 100px;
  font-size: 1em;
  }*/

/* ————————————————————–
  Tree core styles
*/
.tree { margin: 1em; }

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

/* ————————————————————–
  Tree rows
*/
.tree ul, ul.tree {
list-style-type: none;
}

.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
  }

.tree ul li { padding: 1em 0 0 1em; }

.tree > li:last-child { padding-bottom: 0; }

/* ————————————————————–
  Tree labels
*/
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  }

label.tree_label { cursor: pointer; }

label.tree_label:hover { color: #666; }

/* ————————————————————–
  Tree expanded icon
*/
label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.tree_label:before { content: '–'; }

/* ————————————————————–
  Tree branches
*/
.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
/*  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;*/
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:14px;
	color:#333333;
	border-width: 1px;
	border-color: #4bacc6;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: black;
	background-color: #4bacc6;
	color: white;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #4bacc6;
	background-color: #ffffff;
}
