/*Cake Form required and error*/
.body-con {
    padding: 30px 20px 20px;
}

form .required label:after {
    color: #e32;
    content: '*';
    display: inline;
}
form div.error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    /*color: rgba(0, 0, 0, 0.54);*/
    color: #e32;
}
/*Cake Form required and error*/

/*Cake start flash message*/
/*div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}*/
/*end flash message*/

/** Cake Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

/** END Cake Notices and Errors **/

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {

    vertical-align: middle;

}

/*.w-checkbox.w-clearfix.form-item.check-box.bottom-service label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
}

.w-checkbox.w-clearfix.form-item.check-box.bottom-service input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-right: 10px;
    margin-left: 0px;
}*/

/*nav bar start */
/*.dd-sect3, .dd-sect2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: block;
    overflow: hidden;
    height: 0px;
    margin-top: 94px;
    padding: 0px;
    border-bottom: 1px solid rgba(51, 51, 51, .2);
    background-color: #fff;
}*/
div.dd-wrapper div.w-col {
    padding-left: 10px;
    padding-right: 10px;
}

li.dd-list-item a {
    line-height: 20px;
    color: #333;
    text-decoration:none;
}
li.dd-list-item {
    text-align: left;
}
/*nav bar end */

/*home blocks start */
.rate-list-wrapper.sr-list,.rate-list-wrapper {
    overflow-x: hidden;
}
.home-block-links{
    text-decoration: none;
}
a.slide-home{
  color: #333;
  text-decoration:none;
}
a.slide-home:hover {
  color: #1a0a5e;
}
.slider-3.w-slider {
    background: #fff;
}
#eccb-connects-vid {
  position:relative;
  /*padding-bottom:56.25%;*/
  padding-bottom: 74.99%;
  /*padding-top:30px;*/
  height:0;
  overflow:hidden;
}
#eccb-connects-vid iframe, #eccb-connects-vid object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.col-wrapper, .col-wrapper.linkset {
  min-height: 544px;
}
/*home blocks end*/

input.form-login{
    width: auto;
    margin: auto;
}
.flash-message-default{
    text-align:center;
    font-size:18px;
    font-weight:bold;
    position: absolute;
    width:100%;
}
form .required label:after {
    color: #e32;
    content: '*';
    display: inline;
}
/*hide flash message when clicked*/
.hidden {
    display: none!important;
    visibility: hidden!important;
}

/*start flash message*/
div.message.error{
  /*z-index: 9999;*/
  z-index: 99;
  background: #ed5a5a;
  color: #facdcd;
  text-shadow: 0 1px 0 rgba(0,0,0,0.07);
  margin-bottom: 30px;
  position:absolute;
  font-size:18px;
  font-weight:bold;
  /* position: relative; */
  border-radius: 4px;
  padding: 15px 44px 15px 15px;
  width:100%;
  text-align:center;
}
div.message.success{
  /*z-index: 9999;*/
  z-index: 99;
  background: #ed5a5a;
  color: #facdcd;
  text-shadow: 0 1px 0 rgba(0,0,0,0.07);
  margin-bottom: 30px;
  position:absolute;
  font-size:18px;
  font-weight:bold;
  /* position: relative; */
  border-radius: 4px;
  padding: 15px 44px 15px 15px;
  width:100%;
  text-align:center;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
div.message:before {
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
    content: "x";
    color: #3c763d;
}
div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
/*end flash message*/

.ui-datepicker-title{
    color:black;
}
/*start search forms*/
input.form-buttom.w-button.sub-graph{
    width: auto;
    display: inline-block;
}
table.report-table{
    /*width:100%;*/
    text-align:left;
    margin-bottom: 40px;
}
div.report-table-wrapper{
  overflow-x:scroll;
}
table.report-table td, table.report-table th {
    padding: 0;
    padding: 8px 8px;
}
div.report-title{
    color: #333333;
    font-size: 18px;
    fill: #333333;
    text-align:center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    margin-top: 40px;
    margin-bottom: 10px;
}
h3.report-title{
  text-align:center;
}
div.doc-wrapper{
    padding-left: 10px;
    padding-right: 10px;
}
div.checkbox.countries-stats-checkbox-wrapper {
    display: inline-block;
    width: 50%;
}
label input.countries-stats-checkbox-input{
  margin-right: 10px;
}
.tabs-data-links.w--current{
  color:red;
}
.tabs-data-links.first-item{
  margin-right:20px;
}
.report-form-types-links{
  margin-bottom:20px;
}
a.doc-button.body-section.w-button {
    margin-right: 15px;
    padding: 5px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
a.doc-button.body-section.w-button:hover {
    background-color: #406f26;
    color: #fff;
}
div.download-buttons{
  text-align:right;
}
/*end search forms*/

/*start comment forms*/
div.comment-inputs-wrap-left{
    padding-left: 0px!important;
    padding-right: 10px!important;
}
div.comment-inputs-wrap-right{
    padding-left: 10px!important;
    padding-right: 0px!important;
}
input.submit-button.w-button.captcha-top{
  margin-top:10px;
}
div.comment-message-reply{
  margin-bottom:20px;
}
.comment-date {
    margin-right: 10px;
}
/*end comment forms */

/*start login/forgot password forms*/
input.form-input-login{
    width: auto;
    display: inline-block;
}
div.form-title-login{
    text-align:center;
}
button.form-buttom.w-button.sub-graph{
    width: auto;
    display: inline-block;
    margin-top:5px;
}
input.form-buttom.w-button.sub-graph{
  margin-top:5px;
}
.textarea {
  margin-right: 0px; 
  margin-left: 0px; 
}
div.links_login{
  margin-top:15px;
}
/*end login/forgot password forms*/


/*start error page*/
div.error-body{
    text-align:center;
}
/*end error page*/

/*start scroll bar*/
.scroll {
  width: 20px;
  height: 200px;
  overflow: auto;
  float: left;
  margin: 0 10px;
}
.scroll1::-webkit-scrollbar {
  width: 5px;
}
 
.scroll1::-webkit-scrollbar-track {
  background: #ddd;
}
 
.scroll1::-webkit-scrollbar-thumb {
  background: #666; 
}

.scroll2::-webkit-scrollbar {
  width: 5px;
}
 
.scroll2::-webkit-scrollbar-thumb {
  background: #666; 
}

.scroll3::-webkit-scrollbar {
  width: 5px;
}
 
.scroll3::-webkit-scrollbar-thumb {
  background: #ddd; 
}

.scroll3::-webkit-scrollbar-track {
  background: #666; 
}

.scroll4::-webkit-scrollbar {
  width: 10px;
}
 
.scroll4::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

.scroll5::-webkit-scrollbar {
  width: 15px;
}
 
.scroll5::-webkit-scrollbar-thumb {
  background: #666;
}

.scroll5::-webkit-scrollbar-track {
  background: #ddd;
}

.scroll5::-webkit-scrollbar-button {
  background: #666;
  height: 15px;
  border-radius: 50%;
}
/*end scroll bar */

/*start pagination*/
.link-block-2.w--current {
    background-color: #f5f5f5;
    color: #406f26;
}
.link-block-2.current {
    background-color: #406f26;
    color: #fff;
}
.link-block-2.prev.disabled:hover {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
    color: #406f26;
}
.link-block-2.next.disabled:hover {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
    color: #406f26;
}
.link-block-2.w-inline-block.first.w--current:hover{
  background-color: #406f26;
  color: #fff;
}
/*end pagination*/

/*start paragraphs*/
.main-copy {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
}
.content-columns{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.main-copy a, div.accord-data.faq-pag a{
  padding-bottom: 3px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #000 #000 #05209c;
  color: #05209c;
  text-decoration: none;
}
.main-copy a:hover {
  border-bottom-color: #406f26;
  color: #406f26;
}
.sl-title {
  text-transform: none; 
}
/*end paragraphs*/

/*start schedules calendar*/
.event-filter-wrapper{
  margin-bottom: 20px;
}
div.event-filter-wrapper label{
  padding-right: 10px;
  padding-left: 10px;
}
.listing-main-image{
  margin-bottom:10px;
}
/*end schedules calendar*/

h3 {
  font-family:Bitter;
  color:#05209c;
  /*font-size:20px!important;
  line-height:20;*/
}

/*start video/photo gallery page*/
.video-title {
    min-height: 60px;
}
/*end video/photo gallery page*/

/*start documents page*/
.document-ico {
    float:right;
    margin-right:15px;
}
.docs.publi{
    height: 70px;
}
.accord-title.publi{
  min-height: 40px;
}
.doc-button.w-button{
  margin-bottom:10px;
}
/*end documents page*/

/*start pages menu*/
div.side-pan-title a{
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #05209c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
ul.side-nav-eccb {
  padding-left: 10px;
}
div.main-copy ol{
  clear:both;
}
div.main-copy li{
  /*list-style-position: inside;*/
}
/*end pages menu*/

.img-responsive, .body-con img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*start contact page*/
div.radio.contact-radio-wrapper {
    display: inline-block;
    /*width: 50%;*/
    margin-right: 40px
}
label input.contact-radio-input{
  margin-right: 10px;
}
form .required div.radio.contact-radio-wrapper label:after {
  color: #e32;
  content: '';
  display: inline;
}
/*end contact page */

/*start members navigation*/
.dash-text-1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.dash-text-right {
    display: inline-block;
    margin-left: 15px;
    float: right;
    font-family: 'Open Sans', sans-serif;
    color: #dd2726;
    font-weight: 600;
    text-align: right;
}
.dash-text-right.help {
    margin-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #333;
    color: #145590;
}
.help-link {
    color: #145590;
    text-decoration: none;
    font-style: normal;
}
.nav-links {
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, .9);
}
.nav-links.dropdown {
    margin-top: 0px;
    border: 1px solid transparent;
}
.w-dropdown-link.dask-link {
    padding: 10px;
}
.nav-links {
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, .9);
}
.dask-link.nav-mem {
    border-bottom: none;
}
.dask-link {
    border-bottom: 1px dotted #145590;
    color: #145590;
    font-weight: 600;
    text-decoration: none;
}
.w-nav-menu.mobile-nav.members-nav{
  float: left;
  position: relative;
}
/*end members navigation*/

/* start ecommerce pages*/
a.video-promo-pic.w-inline-block.product-listings {
    text-decoration: none;
    color: #333;
}
input.product-details-ecom{
  width:100%;
}
div.checkbox.ecommerce-checkbox-wrapper {
    display: inline-block;
    /*width: 50%;*/
}
label input.ecommerce-checkbox-input{
  margin-right: 10px;
}
form div.ecommerce-product-view{
  margin-top:20px;
}
div.ecommerce-product-quan{
  margin-top:10px;
  margin-bottom:15px;
}
input.quantity.ecommerce-quan{
  text-align:center;
  border: none;
}
.plusminus:hover{
  cursor: pointer;
}
.product-title-cart-ecommerce{
  font-family: 'Open Sans', sans-serif;
  color: #406f26;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: none;
}
input.cart-update-button{
  margin-top: 10px;
}
div.orders-list-det{
  margin-bottom:10px;
}
select.card-expiry-date{
  width:auto;
  display:inline-block;
}
select.card-expiry-date.first{
  margin-right:15px;
}
/*remove spin box increment input value on input type number*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/*end remove spin box*/
.cart-tittle {
  font-family: 'Open Sans', sans-serif;
}
.tittle-for-cart.w-row {
    margin-bottom: 20px;
}
div.tittle-for-cart.w-row.members-checkout{
    text-align:right;
}
.product-price {
    margin-right: 0px; 
}
.payment-logos-master-visa{
  height: 40px;
  margin-left: 14px;
}
.footer-links-other{
  margin-left:15px;
}
.iframe-agree-terms.input.checkbox {
    margin-top: 20px;
}
/*end ecommerce pages*/

/*start website search*/
a.tab.w-clearfix.w-inline-block.w-tab-link{
  margin-bottom:10px;
}
a.doc-button.w-button.doc-search{
  float: right;
}
/*end website search*/

/*start blog*/
/*end blog*/

/*start members hrm*/
table a {
  /*padding-bottom: 3px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #000 #000 #05209c;
  color: #05209c;
  text-decoration: none;*/
}
.link-hrm {
  padding-bottom: 3px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #000 #000 #05209c;
  color: #05209c;
  text-decoration: none;
}
a.link-hrm:hover {
    border-bottom-color: #406f26;
    color: #406f26;
}
em.upload-info{
  font-size: 12px;
}
div.upload-info-wrapper{
  margin-bottom: 20px;
}
/*end members hrm*/

/*start fom builder*/
form div.form_before {
  margin-top:10px;
  margin-bottom: 10px;
}
form div.form_after {
  margin-bottom:10px;
}
form div.form_text_box{
  margin-top:10px;
  margin-bottom: 10px;
}
/*end form builder*/

/*start course manager listings*/
.cm-event-date {
  width: 100px;
  margin-right: 20px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, .1);
}
.cm-event-date-day {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.cm-event-data-date {
    font-family: 'Open Sans', sans-serif;
    color: #eb8f0e;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}
/*end course manager listings*/

/*start tables*/
table {
  background-color: transparent;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
tbody {
  color: #797979;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > th, .table-bordered {
  border-top: 1px solid #ebeff2;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table-actions-bar tr td {
  vertical-align: middle !important;
}
.mails td {
  vertical-align: middle !important;
  position: relative;
}
td, th {
  padding: 0;
}
td, th {
  display: table-cell;
  vertical-align: inherit;
}
tbody {
  color: #797979;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table-responsive {
  /*background: #ebeff2;*/
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #797979;

  min-height: .01%;
  overflow-x: auto;
}
.m-0 {
  margin: 0px !important;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebeff2;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > th, .table-bordered {
    border-top: 1px solid #ebeff2;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 1px solid #ddd; 
}
th {
    color: #666666;
    font-weight: 600;
}
th {
    text-align: left;
}
td, th {
    padding: 0;
}
th {
    font-weight: bold;
    text-align: -internal-center;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.table-actions-bar .table-action-btn {
    color: #98a6ad;
    display: inline-block;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
}
.table-striped > tbody > tr:nth-of-type(odd), .table-hover > tbody > tr:hover, .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f4f8fb !important;
}
/*custom eccb*/
table.report-table th{
  color:green;
}
table.report-table td{
  color:#333;
}
table.report-table td.cat-data-title {
  font-weight:600;
}
table.report-table td.unit-data-title{
  font-weight:600;
}
table.report-table td.country-data-title{
  font-weight:600; 
}
td.unit-data-value{
  text-align:right;
}
/*end custom eccb*/
/*end tables*/

/*start statistics*/
.stats-dashboard-country{
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #05209c;
  font-size: 22px;
}
.stats-dashboard-ccategory{
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #1a0a5e;
  font-weight: 600;
}
a.dashboard-tit-link:hover{
  /*color: #406f26;*/
  color: #333333;
  font-weight: 600;
  border-bottom:none;
}
tspan.dashboard-tit-link:hover{
  /*color: #406f26;*/
  color: #333333;
  font-weight: 600;
  border-bottom:none;
}
a.dashboard-tit-link{
  color: #333333;
  font-size: 18px;
  text-decoration: none;
  border-bottom:none;
}
h4.abandon-date-as-at{
  text-align: center;
  margin-bottom: 20px;
  color: #406f26;
}
div.usage.abandon{
  margin-bottom:40px;
}
label.select-all-countries{
  font-size:12px;
}
div.select-all-countries-wrapper{
  padding-top:0px;
}
.dashboard-no-data {
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
}
.dashboard-table-tit {
    color: #333333;
    font-size: 18px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 6px;
}
.checkbox.countries-stats-checkbox-wrapper {
  text-transform: uppercase;
}
div.checkbox.countries-stats-checkbox-wrapper  label input.countries-stats-checkbox-input{
  margin-left: -23px;
}
div.checkbox.countries-stats-checkbox-wrapper label{
  margin-left: 23px;
}
div.checkbox.countries-stats-checkbox-wrapper{
  vertical-align: top;
}
/*trade comparative*/
div.checkbox.countries-stats-checkbox-wrapper-trade {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
}
div.checkbox.countries-stats-checkbox-wrapper-trade label input.countries-stats-checkbox-input-trade {
  margin-right: 10px;
}
/*div.checkbox.countries-stats-checkbox-wrapper-trade label input.countries-stats-checkbox-input-trade {
  margin-left: -23px;
}
div.checkbox.countries-stats-checkbox-wrapper-trade label {
  margin-left: 23px;
}*/
/*trade comparative*/
div.checkbox.countries-stats-checkbox-wrapper label[for="categories-ids-stats-category-placeholder"] { 
  visibility: hidden;
}
/*end statistics*/

@media (max-width: 1366px) {
  /*.s-col-2, .sl-pic-wrapper.no2{
    min-height:450px;
  }*/
}

@media (max-width: 991px) {
  /*.s-col-2, .sl-pic-wrapper.no2{
    min-height:550px;
  }*/
  div.checkbox.countries-stats-checkbox-wrapper {
    width: 100%;
  }
  div.checkbox.instrument-types-stats-checkbox-wrapper {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  /*.s-col-2, .sl-pic-wrapper.no2{
    min-height:600px;
  }*/
}


    