﻿
@import "/content/font/css/font-awesome.min.css" screen;

:root {
    --body-back-color: #E1E1E1;
    --item-back-color: #364956;
    --page-text-color: #5F5F5F;
    --black-color: #000;
    --gray-color: #B7B7B7;
    --white-color: #FFF;
    --link-hover-color: #357EC7;
    --border-color: #D7D7D7;
    --btn-start-color: #357EC7;
    --btn-stop-color: #77C2DB;
  }
*{
    margin: 0;
    padding: 0;
}
body {
    line-height: 120%;
    color: var(--page-text-color);
    background-color: var(--body-back-color);
    font-size: 14px;
    font-family: FontAwesome, sans-serif;
}
.center {
    display: block;
    text-align: center;
}
.clear {
    clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.header h2 {
    font-size: 2.2em;
    padding: 20px 0 12px 0;
}
a {
    text-decoration: none;
    color: var(--page-text-color);
}
a.visited
{
    color: var(--link-hover-color);
}
.wrapper {
    width: 100%;
    display: inline-block;
    min-height: calc(100vh - 60px);
}
.header {
    height: 80px;
}
.nav {
    height: 40px;
    background-color: var(--item-back-color);
}
.content, .sidebar {
    margin: 40px 0 20px 0;
}
.content {
    width: 68%;
    max-width: 720px;
    float: left;
}
.sidebar {
    float: right;
    width: 28%;
    max-width: 300px;
    padding: 0 10px;
}
.footer {
    height: 60px;
    line-height: 60px;
    background-color: var(--item-back-color);
    text-align: right;
}
.footer, .footer a {
    color: var(--white-color);
}
.container {
    max-width: 1050px;
    min-width: 240px;
    margin: 0 auto;
    overflow: visible;
}
.header .container, .footer .container
{
    padding: 0 20px;
}
.nav ul {
    list-style: none;
}
.nav ul li {
    float: left;
    width: 100px;
    opacity: .9;
    line-height: 40px;
    text-align: center;
    background-color: var(--item-back-color);   
}
.nav ul li a {
    color: var(--white-color);
    text-decoration: none;
    display: block;
}
.nav ul li a:hover {
    background-color: var(--link-hover-color);
}
.nav ul li ul li {
    display: none;
}
.nav ul li:hover ul li {
    display: block;
}
.post {
    clear: both;
    padding: 20px;
    margin-bottom: 30px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
}
.post h1, .post h2 {
    margin: 12px 0;
    font-size: 1.6em;
    line-height: 1.2em;
}
.post h3 {
    margin: 12px 0;
    font-size: 1.3em;
    line-height: 1.3em;
}
.post h1, .post h1 a, .post h2, .post h2 a {
    color: var(--black-color);
}
.post-date {
    background-color: var(--link-hover-color);
    text-align: center;
    line-height: 25px;
    color: var(--white-color);
    font-size: 12px;
    margin-top: -30px;
    position: relative;
    padding: 0 7px;
    float: left;
}
.post-date p
{
    padding: 0 !important;
}
.corner  {
    border-color: transparent transparent var(--link-hover-color);
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;    
}
.post-info {
    font-size: 13px;
    margin-bottom: 4px;
    color: var(--gray-color);    
}
.post-info a {
    color: var(--gray-color);
}
.post-info span {
    margin-right: 10px;
}
.post-info span span {
    margin-right: 0;
}
.post-content
{
    line-height: 1.4em;
}
.post-figure, .post-content {
    margin-top: 10px;
}
.post-figure-big
{
    margin: 10px 0;
}
.post p, .post-content p {
    padding-bottom: 12px;
}
.post-figure {
    float: left;
    margin-right: 12px;
}
.post-figure img {
    border: 1px solid var(--gray-color);
    max-width: 200px;
}
.post-figure-big img {  
    border: 1px solid var(--gray-color);  
    width: 100%;
}
.post-read-more {
    float: right;
    margin-top: 14px;
}
.post-read-more a {
    color: var(--white-color);
    background-color: var(--link-hover-color);
    padding: 6px 14px;
    transition: all .25s linear;
}
.post-read-more a:hover
{
    color: var(--white-color) !important;
}
.pager
{
    margin-right: 10px;
    float: left;
}
.pager a, .pager span
{
    display: inline-block;
    color: var(--white-color);
    background-color: var(--link-hover-color);
    padding: 6px 14px;
    transition: all .25s linear;
}
.send-button
{
    color: var(--white-color);
    background-color: var(--link-hover-color);
    padding: 6px 14px;
    margin: 10px 0;
    border: 0;
}
.sidebar .widget {
    margin-bottom: 20px;
}
#search-text {
    border: 1px solid var(--gray-color);
    border-right: none;
    width: 70%;
    background-color: var(--white-color);
    float: left;
    padding: 10px 0;
    text-indent: 10px;
    font-size: 12px;
    color: var(--page-text-color);
}
#search-submit {
    background-color: var(--link-hover-color);
    color: var(--white-color);
    height: 36px;
    cursor: pointer;
    transition: all .25s linear;
    width: 28%;
    border: 0;
}
.widget h3 {
    margin: 14px 0;
    font-size: 1.4em;
}
.widget a:hover, .post a:hover {
    color: var(--link-hover-color);
}
.popular ul, .recent ul {
    list-style-type: none;
}
.popular ul li {
    margin: 0 0 1em 4px;
}
.popular ul li img {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 12px;
}
.recent ul li {
    list-style-type: square;
    margin: 0 0 12px 22px;
}
.display-invisible
{
    display: none;
}
#button-download
{
    cursor: pointer;
    background: linear-gradient(var(--btn-start-color), var(--btn-stop-color));
    color: var(--white-color);
    display: inline-block;
    padding: 8px 15px;
    border: 0;
    text-decoration: none;
    
}
#button-download:hover
{
    background: var(--btn-start-color);
}
#copy-paste-url {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
#file-url {
    display: none;
    text-align: center;
    width: 70%;
    font-size: 14px;
    margin: 10px 0;
    padding: 3px 0;
    border: 1px solid var(--gray-color);;
}
#id-clipboard
{
    display: none;
    color: var(--white-color);
    background-color: var(--link-hover-color);
    padding: 4px 10px;
    border: 0;
}
.text-box {
    width: 70%;
}
.text-box.multi-line {
    height: 8.5em
}
.editor-label
{
    margin-top: 10px;
}
.editor-field
{
    margin-bottom: 10px;
}
.fa-windows:before, .fa-heart:before, .fa-star:before,
.fa-user:before, .fa-database:before, .fa-cloud-download:before,
.fa-user-secret:before, .fa-th:before, .fa-clock-o:before, .fa-calendar:before,
.fa-home:before, .fa-envelope:before, .fa-copyright:before, .fa-paper-plane:before {
    padding-right: 6px;
}
blockquote
{
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    padding: 1em;
    margin: 1em 0;
}
.replies
{
    padding: 20px 0;
}
.reply
{
    padding: 10px 0;
}
.replies p
{
    font-size: 13px;
    padding: 3px 0;
}
.reply input, .reply textarea
{
    height: 2.2em;
    width: 100%;
    border: solid 1px var(--gray-color);  
    border-radius: 2px;
    background: var(--body-back-color);  
}
.reply textarea
{
    height: 100px;
    min-height: 100px;
}
#submit-reply
{
    width: auto;
    float: right;
    padding: 3px 8px;
}
.nav-arrow
{   
    color: var(--link-hover-color);
    font-size: 1.5em;
    font-weight: bold;
}
.nav-products
{
    margin: 10px 0;
    font-size: 0.9em;
}
.nav-products a
{
    color: var(--link-hover-color);
}
.prev-product
{
    float: left;
}
.next-product
{
    float: right;
}

.tabs, .center-text {
    text-align: justify;
}

.tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;    
}
.tabs:after {
	content: "";
	clear: both;
	display: block;
	height: 240px;
}
.tabs li {
	float: left;
}
.tabs li > input {
	display: none;
}
.tabs li > label {
	display: inline-block;
	border: 1px solid #999;
	border-right-width: 0;
	border-bottom-width: 0;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tabs li > label img
{
    float: left;
    margin-right: 4px;
}
.tabs li:last-child > label {
	border-right-width: 1px;
}
.tabs .tab-content {
	display: none;
	position: absolute;
	left: 0;
	padding: 20px;
	border: 1px solid #999;
	height: 200px;
	overflow-y: auto;
} 
.tabs li > input:checked + label {
	background-color: #888;
    color: #fff;
}
.tabs li > input:checked ~ .tab-content {
	display: block;
}

@media screen and (min-device-width : 320px) and (max-device-width : 568px) 
{
    .content
    {        
        width: 100%;
    }    
    .sidebar
    {           
        width: 94%;
        max-width: none;
    }
}