﻿@font-face {
    font-family: 'Verdana';
    src: local('Verdana'),
        url('../fonts/Verdana.woff2') format('woff2'),
        url('../fonts/Verdana.woff') format('woff'),
        url('../fonts/Verdana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Verdana';
    src: local('Verdana Bold'), local('Verdana-Bold'),
        url('../fonts/Verdana-Bold.woff2') format('woff2'),
        url('../fonts/Verdana-Bold.woff') format('woff'),
        url('../fonts/Verdana-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Verdana';
    src: local('Verdana Italic'), local('Verdana-Italic'),
        url('../fonts/Verdana-Italic.woff2') format('woff2'),
        url('../fonts/Verdana-Italic.woff') format('woff'),
        url('../fonts/Verdana-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Verdana';
    src: local('Verdana Bold Italic'), local('Verdana-BoldItalic'),
        url('../fonts/Verdana-BoldItalic.woff2') format('woff2'),
        url('../fonts/Verdana-BoldItalic.woff') format('woff'),
        url('../fonts/Verdana-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: block;
}

html{
	scroll-behavior: smooth;
}

hr{
    border-top: 2px solid #eee;
}

h1{
    margin-top:0px;
}

.lm20{
    margin-left:20px;
}

.j{
    text-align:justify !important;
}

@media(max-width: 440px)
{
	.j{
		text-align:left !important;
	}
}

th{
	text-align:center;
    vertical-align:middle !important;
}

.table td{
	text-align:center;
	vertical-align:middle !important;
}


.thumbnail{
	background:#fcfcfc;
	text-align:center;
    width:auto;
    max-width:100%;
}

.row div{
	text-align:left;
}

.controls span{
	visibility:hidden;
	color: #F00;	
}

.alert-info{
	color: #2B667F;	
}

.nav a{
	cursor:pointer;
}

.thumbnail img{
	margin-bottom:3px;
	/*width: 100%;*/
}

 .label{
    font-size:11px !important;
}

.worth p{
    margin-top:5px;
    margin-left:0px;
}

.worth h4{
    font-weight:bold;
}

.img-center{
	display:block;
	margin:0 auto;
}

.manual-menu{
	font-size:16px;
}

.manual_content h2 {
    font-size: 36px;
    font-weight: normal;
}

.manual_content h3 {
    font-size: 30px;
    font-weight: normal;
}

.manual_content h4{
    font-size: 24px;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:5px;
}

.manual_content h4.smallh{
    font-size: 18px;
    font-weight: normal;
    margin-top:10px;
    margin-bottom:5px;
}

#scroll-top{
	display:none;
	cursor:pointer;
}

.main-gr-btn:hover, .main-gr-btn:focus{
    border-color:#ccc !important;
    background-color:#fdfdfd !important;
}

/* --- */

/* Base styles (regardless of theme) */
.bs-callout {
    margin:0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}
.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}
.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
    background-color: #FCFCFC;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    /* min-width: 1170px; */
    padding-bottom: 25px;
}

.tooltip-inner{
    max-width:400px;
    white-space:pre;
}

.gray-bg{
    background-color:#fdfdfd;
}

h3{
    font-weight:bold;
}

/* Finesse the page header spacing */
.page-header {
    margin-top:0px;
    margin-bottom: 15px;
}
.page-header .lead {
    margin-bottom: 10px;
}

.navbar{
    margin-bottom: 5px;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 2px solid #444;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    /* width: 1170px; */
    max-width: none !important;
}



.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */


.navbar-toggle {
    display: none;
}
.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    height:50px;
    padding-top: 15px;
    padding-left:13px;
    padding-right:13px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

/* Table tests */
.table-tests th {
    background-color:#F5F5F5;
    font-size: 15px;
}

.table-tests td {
    text-align:left;
}

.table-tests td ol {
    margin:3px 10px;
}

.table-tests .test-download {
    width:10%;
    text-align:center;
}

.table-tests .test-download button {
    width:100%;
}

button {
    outline: none !important;
}

.no-hover {
    color:#428bca !important;
    border-color:#ddd !important;
    text-decoration:none !important;
}

.visible-500px {
    display: none;
}

.j-visible500px {
    text-align: justify !important;
}

@media(max-width: 500px)
{
    .hidden-500px {
        display: none;
    }

    .visible-500px {
        display: block;
    }

    .j-visible500px {
        text-align: left !important;
    }
}

/* main.php */
@media(max-width: 767px)
{
    .first-block {
        padding-right:15px !important;
    }
}

/* news.php */
.mtli {
    margin-top:4px;
}

/* reviews.php */
.review {
	font-style:normal;
}

.rcounter {
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-right:15px;
	margin-bottom:15px;
}

.rauthor {
	text-align:right !important;
	margin-top:15px;
	font-weight:bold;
	font-style:normal;
}

.reviews-letter-button {
	width:260px;	
	height:38px;
	margin-left:inherit !important;
	padding:8px;
}

/* price.php */
.td1 {
    background:#FBFBFB
}

.w70 {
    width:798px;
    margin:auto;
}

#purchase-table>thead>tr>th {
    border-bottom: none;
}

.unlimit-block {
    max-width: 525px;
    margin: 20px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FDFDFD;

    border-radius: 5px;
    border: 1px solid #b1d9b8;
    border-left-width: 5px;
}

.unlimit-table {
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.unlimit-table td {
    padding: 5px;
    font-weight: bold;
}

.unlimit-table td.icon {
    padding: 5px 3px 5px 5px;
    font-weight: bold;
}

.unlimit-table td img {
    margin-top: -2px;
}

.unlimit-table td.arrow-col {
    width:15%;
}

@media(max-width: 440px)
{
    .unlimit-table td.arrow-col {
        width:9%;
    }
}

@media(max-width: 991px)
{
    .w70 {
        width:100%;
    }

    #purchase-table th {
        font-size: 11px;
    }
}

/* download.php */
#download-table {
    width:750px;
    margin:auto;
}

@media(max-width: 991px)
{
    #download-table {
        width:100%;
    }
}

/* test_info.php */
.ul_list {
    padding-left:20px;
    list-style-type:square
}

.big_title {
    font-weight:bold;
    font-size:20px;
    padding-bottom:3px;
}

.thumbnail.screenshot, .thumbnail.borderfit {
    max-width: 556px;
    margin-left: auto;
    margin-right: auto;
}