     /*
Theme Name: Hub Child
Theme URI: https://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.4.0.2
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
/******REusable content**/
.blue{
    color:#2967C4 !important;
}
.purple{ 
    color: #939;
    font-weight:600;
}
.bg-purple{ 
    background-color: #939 !important;
    border: 1px solid #939 !important;
}

.btn-purple {
    background: #939 !important;
    color: white !important;
    border-radius:25px !important;
    padding: 10px 25px !important;
}
.btn-white {
    color: #939 !important;
    background-color: white !important;
    border-radius:25px !important;
    padding: 10px 25px !important;
}
.btn-white:hover{
    background: #939 !important;
    color: white !important;
}
.btn-select {
    background: #a9a9a9 !important;
    color: white !important;
    border-radius:0px !important;
    padding: 5px 39px !important;
}
.btn-active {
    background: #a9a9a9 !important;
    color: white !important;
    border-radius:0px !important;
    padding: 5px 39px !important;
}
.btn-select:hover {
    background: #939 !important;
}
.text-left {
    text-align: left;
    padding-left: 20px !important;
}
.text-underline{text-decoration: underline;}
.sactive{
    background: #939 !important;
}
.snactive{
    background: #939 !important;
}
#connect,.help-box .btn-select{
    background: #939 !important;
}
#serial{
    display: none;
}
/*******************/
/***MENU STYLE*****/
/*****************/
.menu-links{
    display: inline;
    padding: 12px 15px;
}
.menu-links h{
   font-weight: bold;
}
.navbar{padding: 1.5rem !important;}

/*******************/
/***SECTION UPDATE***/
/*****************/
.update .text-block,.update h1{
    color: #939;
    font-weight: 300;
}
.update{
    
}
/*******************/
/***SECTION TABS***/
/*****************/
.tabs h2{ color: #939;font-weight:700;margin-left: 20px;}
#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 4.5rem 0px;
    border-bottom: 1px solid #555;
    padding-bottom: 1px;
}
#myTab .btn-purple.active {
    background-color: #939 !important;
    color: white !important;
}
#myTab .btn-purple {
    background-color: white !important;
    color: #939 !important;
}
#myTab .btn.btn-white.active {
    background-color: #939 !important;
    color: white !important;
}
#myTab .btn.btn-white{
    background-color: white !important;
    color: #939 !important;
}
#myTab .btn.btn-white.idustrial.active {
    background-color: #939 !important;
    color: white !important;
}
#myTab .btn.btn-white.idustrial{
    background-color: white !important;
    color: #939 !important;
}
.table-area .icon-list li {
    position:relative;
    display:block;
    width: auto !important;
}
.table-area .icon-list li::before {
    content: '';
    background: url('img/tick-gray.png');
    position: absolute;   
    left: -27px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    top: 5px;
}
.text-left.spacing {
    position:relative;
}
.text-left.spacing::before {
  content: '';
  background: url('img/tick-gray.png');
    background-repeat: repeat;
  background-repeat: repeat;
  position: absolute;
  left: 20px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  top: 23px;
}

.capture .table-area .icon-list li::before {
    content: '';
    background: url('img/tick.png');
    position: absolute;   
    left: 25px;
    width: 17px;
    height: 12px;
    background-repeat: no-repeat;
    top: 5px;
}
.Licensing .table-area .icon-list li::before {
    content: '';
    background: url('img/tick.png');
    position: absolute;   
    left: 25px;
    width: 17px;
    height: 12px;
    background-repeat: no-repeat;
    top: 5px;
}

.table-area{
    background-color: #fff;
    padding: 1.5rem 3rem 3rem;
    border-radius: 10px;
    margin-bottom: 100px;
}
.table{
    background: white;
}
.table-area li{
    display: inline-block;
    margin: 12px 0 0 3px;
    padding-left: 5px;
/*  width: 247px !important;  */
    width: auto !important; 
}
.icon-tick h5{
    margin-bottom: 15px;
}
.icon-tick ul {
    padding-left: 22px;
    margin: 15px 0;
}
.tabs .table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    width: 10px;
    background-color: #fff;
}
td{
font-size: 14px;
}
td.text-left.spacing {
    padding-left: 50px !important;
}
.table h5 {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}
/*******************/
/***SECTION HELP***/
/*****************/
section.help .container-fluid {
    padding-right: 60px!important;
    padding-left: 60px!important;
}
.ul-padding {
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}
.help-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid gainsboro;
    padding: 20px 40px;
    height: 103px;
    align-items: center;
    flex-direction: row;
    border-radius: 10px;
}
.help-box h3{
    color:#2967C4;
}
a.btn.btn-select.unique {
    padding: 5px 20px !important;
}
th.rwidth{
    width: 40% !important;
}
/*******************/
/***SECTION CAPTURE***/
/*****************/
.capture table.table.table-bordered,
.Licensing table.table.table-bordered {
    outline: 0;
    border: 1px solid transparent;
}
.capture-left h5.purple, .capture-right h5.purple {
    margin-bottom: 25px;
}
.capture-right .table-bordered {
    margin-bottom: 30px;
}
.bg-grey{
    background-color: #F7F7F7;
    margin-top: 100px;
    border-radius: 10px;
}
.capture-left {
    padding: 0px 50px 20px 50px;
}
.capture-right {
    padding: 50px 50px 20px 50px;
}
th.text-left {
    vertical-align: middle;
}
/*******************/
/***SECTION FORM***/
/*****************/
.custom-form-input-design,.form-select {
    background: #f0f0f0 !important;
    color: #616362 !important;
    border-radius: 0 !important;
    margin: 2px 0;
    border: 1px solid #f0f0f0 !important;
}
label.form-check-label {
    font-size: 13px;
}
.sechdule .row {
    margin-top: 5px;
}
.sechdule .row-partition {
    margin-top: 0;
}
.sechdule .row-partition .col-lg,
.sechdule .row-partition .col,
.sechdule .included .col {
    padding: 0;
}
.sechdule .row-partition {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sechdule .row.included {
    margin-bottom: 12px;
}
.sechdule .row h5{
    margin-top: 105px;
    color: #2967C4;
    position: relative;
    max-width: 400px !important;
    display: block;
    width: 100% !important;
    margin-bottom: 30px;
}
/* .sechdule .row h5::after {    
    content: '';
    width: 45%;
    height: 1px;
    background: #939;   
    right: 0;
    top: 12px;
    bottom: 0;
    position: absolute;
} */
.sechdule .row h3{
    font-family: "Open Sans", Sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='grey'/></svg>") !important;
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='grey'/></svg>") !important;
}
.form-check-input:checked {
    background-color: white !important;
    border-color: #939 !important;
}
.form-check-input[type=checkbox] {
    border-radius:50px !important;
}
.col.annual-maintenance {
    margin-top: 20px;
}
.connect.btn.btn-select {
    margin-top: 30px;
    text-align: center;
    padding: 10px 15px !important;
}
.nav-tabs .nav-link {
    border-color:transparent !important;
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled {
  opacity: 1 !important;fas fa-check 
}
.ui-selectmenu-button.ui-button {
  width: 100% !important;
}
.form-check-input:focus {
  border-color: rgba(0,0,0,.25) !important;
  box-shadow: none !important;
}
.form-check-input:active {
  filter: none !important;
}
#radioLicenseServer:focus,#annual-maintenance:focus,#radioMultiChannelCapture:focus,#radioRealTimeDeconvolution:focus {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
}
.fas.fa-info-circle{
    color: #808080;
    padding-left: 3px;
    font-size: 12px;
    top: -3px;
    position: relative;
}
.fa.fa-asterisk{
    color: red;
    font-size: 10px;
    margin-left: -14px;
}
.fas.fa-check-circle{
    color: #2967C4;
    font-size: 22px;
}
.fas.fa-external-link-alt{  
    color: grey;
    font-size: 12px;
    position: relative;
    top: -1px;
}
.fas.fa-external-link-alt:hover {
  color: #939;
}
.tooltip-inner {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    box-shadow: 0px 0px 4px #ddd !important;
    border-radius: 10px !important;
    padding: 10px !important;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    display: none;
}
.tooltip.show {
  opacity: 1 !important;
}
#myTabContent th{
    font-weight: bold;
    background-color: #fff;
}
.capture th,.capture td{
    background-color: #fff !important;
}
#myTabContent a{
    font-size: 1rem;
}
#myTabContent a:hover,a.product:hover{
    text-decoration: underline;
}
#myTabContent a:hover {
    text-decoration: none !important;
}
#myTabContent a.btn:hover {
    text-decoration: none;
    background: #939 !important;
}
a.product{
    font-size: 1rem;
    font-weight: bold;
}
#myTabContent span{
    padding-left: 30px !important;
}
.btn-min {
    min-width: 145px;
}
.select-display-m{
    display: none;
}
#ui-id-1{
    display: block !important;
}
#ui-id-1-button{
    display: none !important;
}
select{
    -webkit-appearance: menulist !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
#ui-id-1 {
  padding: 10px;
  padding-right: 30px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url('img/arrow.png') !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right .7em top 50%, 0 0 !important;
    background-size: 1.5em auto, 100% !important;
}
form label {
  display: inline;
}
.error {
  border: 1px solid red;
}
.bg-grey td {
    padding: 25px !important;
}