/* https://gist.github.com/ohryan/b9593841c024c033783d */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}



HTML 
{
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

body
{
    font-family: "Open Sans", verdana, helvetica, arial, sans-serif;
    margin: 50px 0 70px; /* bottom = footer height - 1 */ 
}

body.elevated_content {
    /* background-color: #f9f3f3; */
    background-color: #f5f5f5;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 71px;
    width: 100%;
}

h1
{
    font-size:32px;
    font-weight: 400;
    color: #9c2020;
    margin-top: 20px;
    margin-bottom: 10px;
    padding:0px;
    line-height: 1.42;
}

h2
{
    font-size:23px;
    color: #9c2020;
    margin-bottom: 7px;
    line-height: 1.42;
}

h3
{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight:bold;
    color: #555;
}

.btn-md {
    padding: 7px 7px;
    font-size: 16px;
    border-radius: 5px;
}





/* bootstrap fix */
.center-block 
{
    float: none;
}

/*
* Testimonials / comments page
 */

.testi-heading
{
color: #c44;
margin-bottom: 5px;
}

.testi-body
{
margin-bottom: 15px;
}


/*
 * Product pages side menu
*/

.sidemenu 
{
  margin: 0px;
  max-width: 250px !important;
  padding: 10px;
/*  width: 200px !important; */
  background-color: #E8E8E8;
  border: 1px solid #D0D0D0;
}

.sidemenu a 
{
  display: block;

  margin: 0px;
  padding: 0px; 
  padding-top: 2px;
  padding-bottom: 3px;
  text-decoration: none;
  width: 100%;
}

.sidemenu a.contentitem 
{
  color: #325182;
  padding-left: 10px;
  text-indent: -8px;
}

.sidemenu a.contentitem:hover 
{
  background-color: #FFFFFF;
  color: #325182;
}

.sidemenu a.contentitem_selected 
{
  background-color: #FFFFFF;
  color: #325182;
  line-height: 14px;
  padding-left: 20px;
  text-indent: -8px;
}





.btn-group a {
    display: inline-block;
}

.loaders-rc-table 
{
border: 1px solid #888;
}

.loaders-rc-table tr
{
border-bottom: 1px solid #ddd;
}

.loaders-rc-table tr:last-child
{
border-bottom: none;
}

.loaders-rc-table td
{
vertical-align: top;
padding: 10px;
}

.loader-updated {
    color: #D818C8;
    font-size: 0.7rem;
    font-weight: 700;
    padding-left: 10px;
}

P.margin
{
  margin-left: 0.5cm;
  margin-right: 0.5cm;
  line-height: 110%;
}

.ic24logo
{
    border: 0px;
    max-width: 100%;
    max-height: 130px;
}

.minorbox
{
    border: 0px;
    max-width: 100%;
    max-height: 230px;
}


.productname
{ 
  font-size: 18pt;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
}

.productname.larger
{ 
  font-size: 24pt;
}

.productname a, .productname a:hover
{
    text-decoration: none;
}

.body_main .main
{
    padding: 10px 0px;
}


h1.mainproductname, h1.mainproductname a
{ 
  font-size: 40pt;
  font-size: 3.0rem;
  color: #bd3100;
  padding-top: 10px;
  padding-bottom: 12px;
  font-weight: normal;
  line-height: 100%;
}

@media (max-width: 480px) {
h1.mainproductname, h1.mainproductname a {
    font-size: 24pt;
    font-size: 2.1rem;
}
}

h1.mainproductname a
{
    text-decoration: none;
}

.nolrmargin
{
    margin-left: 0px;
    margin-right: 0px;
}

.mainproductfeatures .product-image-container
{
    position: relative;
    float: left;
    padding-right: 36px;
    height: 100%;
    width: auto;
}

.mainproductfeatures .mainproductinfo
{
    position: relative; 
    float: left;
    height: 100%;
    width: auto;
}

.product-image
{
    max-width: 100%;
    height: auto;
    /*float: right;*/
/*
    max-width: 220px;
    flex-basis: auto;
*/
}

.mainproductfeatures h3
{
    font-size: 20pt;
    font-size: 1.2rem;
}

.mainproductfeatures ul li
{
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 5px;
  list-style-position: outside;
  list-style-type: none;
  color:#444;
 list-style-image:url(/images/front_sa_bullet.gif);
/*
background-image: url(/images/front_sa_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
*/
}

@media (max-width: 767px) {
    .front-list ul li
    {
        list-style-image: none; 
    }

    .front-list
    {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .btn-toolbar a
    {
        padding: 6px
    }
}

div.mainproductquotes
{
  color:#808080;
  background-color:#F8F8F8;
  border:1px solid #E0E0E0;
  padding:4px;
  font-size: 80%;
  font-size: 0.8rem;
}

.minorproducts-ajt
{
    padding-left: 16%; 

    position: relative;
    width: auto;
    height: auto;
    border: none;
    margin: 24px 0px 24px 0px;
    padding-top: 16px;
    padding-bottom: 10px;
    background-color: #EEE;
    font-size: 10px;
    font-size: 0.8rem;

    clear: both;
    overflow: hidden;

}

.minorproducts
{
    padding-top: 16px;
    padding-bottom: 10px;
    background-color: #EEE;
    line-height: 120%;
}

.minorproduct-ajt
{
    position: relative;
    width: 36%;
    height: auto;
    float: left;
    padding-bottom: 10px;
}

.minorproduct
{
    font-size: 14px; 
    font-size: 0.8rem;
    padding: 10px;
}

.minorproduct UL li
{
  list-style-position: outside;
  list-style-type: none;
  color:#444;
  padding: 0px;
  margin: 0px;
  list-style-image:url(/images/front_ipf_bullet.gif);
}

.minorproduct #home_page_more_list li
{
    margin: 15px 0 25px 0;
}

a
{ 
  text-decoration:none
}

/*
a:visited, a:link
{ 
  color:#3333cc 
}
*/

a:hover
{
  text-decoration:underline;
  color:#000099;
}

P.nomargin
{

/*

  margin-left: 0.0cm;
  margin-right: 0.0cm;
  line-height: 110%;
*/
}

table.flags
{
  background-color:white;
}

table.flags tr td
{
  background-color:white;
  padding-right:0px;
}

td.top
{
  padding:0px;
}

ul.side_menu
{
  list-style-position: outside;
  list-style-type: none;    
}



ul.side_menu li a
{
  background-color:red;
  width: 147px;
}


ul.side_menu li:hover
{
  background-color:white;
}

ul.side_menu li
{
  font-size: 70%;
  line-height: 200%;
}



table.topright
{
  width:620px;
  height:80px;
}

table.topright tr td
{
  padding-right:0px;
}


div.logged-in-user-details
{
  font-size: 80%;
  line-height: 150%;
  margin-top:20px;
  margin-right:20px;
  float:right;
}


img.flag
{
  border: 1px solid #D0D0D0;
}

table.faq tr td
{


}

textarea.company_text
{
  width:100%;
  height:100px;
  font-size: 100%;
  line-height: 150%;
}

input.company_text
{
  width:100%;
}

table.company_info tr td
{
  font-size: 70%;
  line-height: 150%;
  padding-right:10px;
}

.cost
{
  font-size: 12pt;
  font-weight:bold;
  color:#444;
  line-height: 150%;
}

a.cost:hover
{
  color:#A00000;
}



.tdef P
{
  line-height: 150%;
}


.tdef, ol.ol li 
{
  font-size: 70%;
  line-height: 150%;
}



.faq_question
{
  font-size: 70%;
  line-height: 200%;
}

div.inline
{
  font-size: 70%;
  line-height: 150%;
  text-align:center;
}


span.glossterm
{
  font-size: 70%;
  line-height: 150%;
  font-weight:bold;
}

span.glossmeaning
{
  font-size: 70%;
  line-height: 150%;
}


div.job
{
  background: #f0f0f0;
  padding: 10px;
  border: 1px solid black;
}

div.job h2
{
  font-size: 12pt;
  color: #555;
  font-weight:bold;
}



table.layout
{
  padding:0px;
  margin:0px;
}

.solutions
{
  line-height:120%;
  padding-top:3px;
  color:#444;
}


img.shadow
{
  behavior:url("/pngbehavior/pngbehavior.htc");
  position:absolute;
  z-index:0;
}

div.main
{
/*  border:3px solid #F0F0F0; */
  padding-top:4px;
  padding-left:10px;
  padding-bottom:4px;
  margin-bottom:10px;
  background-color:white;
}


#
{ 
  max-width: 800px;
}


.recaptchatable .recaptcha_image_cell, #recaptcha_table 
{
  background-color:#FFFFFF !important; /* reCAPTCHA widget background color */
}
  

#recaptcha_table 
{
  border-color: #c0c0c0 !important; /* reCAPTCHA widget border color */
}
  

div.main_solutions
{
  border:3px solid #F0F0F0;
  padding-top:2px;
  padding-left:10px;
  margin-bottom:0px;
  padding-top:4px;

  background-color:white;
}


div.side_legacy
{
  padding-left:5px;
  padding-right:5px;
}


div.body_main
{
  background-color:white;
  color:black;
  /*padding-left:10px;*/
  /*padding-right:10px;*/
  padding-top:10px;
  padding-bottom:10px;
}

div.body_legacy
{ 
    min-height: 400px;
    max-width: 1200px;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 100px;
}

div.elevated_content
{
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border-radius: 8px;
    background: white;
    margin-top: 65px;
    padding: 0 35px 25px;
    /* display: table;
    min-width: 1000px; */
}

@media (max-width: 768px) {
    div.elevated_content
    {
        padding: 0 15px 25px !important
    }
}

div.quotes
{
  color:#808080;
  background-color:#F8F8F8;
  border:1px solid #E0E0E0;
  padding:4px;
}




td.quotes
{
  color:#808080;
  background-color:#F8F8F8;
  border:1px solid #E0E0E0;
}

table.product_actions
{
  background-color:white;
  border: 1px solid #808080;
}

table.side_main tr td
{
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
}


div.side_panel_header
{
  background-color:#F0F0FF;
  text-align:center;
  padding-top:2px;
  padding-bottom:3px;
  margin-bottom:8px;
  line-height: 120%;
  font-size: 160%;
  font-weight:bold;
  color:#000000;
}

div.news_header
{
  background-color:#F0F0F0;
  text-align:center;
  padding-top:5px;
  padding-bottom:2px;
  margin-bottom:4px;
}

div.news
{
  background-color:white;
  border:2px solid #E0E0E0;

  text-align:left;

  font-size: 60%;
  color:#404040;
  line-height: 120%;
  padding:2px;
  padding-bottom:4px;
}


#ddmenu2 b
{
    margin-top: 0px;
    padding-top: 0px;
}

#ddmenu2 .group-title
{
    font-weight: 600 !important;
}

div.article_bank_box
{
  background-color:white;
  border:2px solid #E0E0E0;

  text-align:left;

  font-size: 80%;
  color:#404040;
  line-height: 120%;
  padding:2px;
  padding-bottom:4px;
}

table.news
{
  background-color:white;
  border:2px solid #E0E0E0;
  padding:0px;
}


table.news th
{
  background-color:#F0F0F0;
  color:#606060;
  font-size: 80%;
  padding-top:6px;
  padding-bottom:2px;
  padding-left:10px;
  padding-right:10px;
}

table.news td
{
  font-size: 60%;
  color:#808080;
  line-height: 120%;
  padding:5px;
}

table.menu
{
  margin-bottom:5px;
}

td.footer
{
  /*border-top: 1px dotted #D0D0D0;*/
  padding-top:15px;
  color:#A0A0A0;
  font-size: 60%;
  font-size: 0.8rem;
}

td.footer a
{
  color: #A0A0A0;
}

.footer
{ 
    background-color: #22313f;
}

table.login_table
{
  background-color:white;
  border:2px solid #E0E0E0;
}

table.login_table td
{
  font-size: 60%;
  color:#808080;
  line-height: 100%;
  padding:1px;
}

table.news td a
{
}

div.more
{
  text-align:right;
}

span.date
{
  color:#d66b0e;
}




table.outer
{
  background-image:url(/images/top_gradient.gif);
  background-repeat:repeat-y;
  background-color:white;
}

table.outerbanner
{
  /*    background-image:url(/images/top_gradient_sa6.5.gif); */
  background-image:url(/images/ioncube_6.5_banner.gif);
  background-color:white;
  background-repeat:repeat-y;
}


td.outer_left
{
  border-top:0px;
  border-bottom:0px;
  border-left:1px solid #D0D0D0;
  border-top:0px dotted #D0D0D0;

  background-color:#F0F0F0;
  width:1px;
}

td.main
{
  border-top:1px #D0D0D0 solid;
}


div.login input
{
  height: 20px;
}

div.login .input_text
{
  width:100%;
  padding:0px;
  margin:0px;
}

a.intl
{
  font-size: 55%;
  color:#808080;
}

div.login input
{
  margin:0px;
  padding:0px;
  font-size: 90%;
  height: 20px;
}


LI
{
  padding:0px;
  margin:0px;
}

ul
{
  padding:1px;
  margin-left:15px;
  margin-bottom:2px;
}


TD
{
}

img.test, img.png
{
  behavior: url("/pngbehavior/pngbehavior.htc");
}

img.menupng
{
  margin-right:7px;
  behavior: url("/pngbehavior/pngbehavior.htc");
}


.tblborder 
{
  BORDER-TOP: #9c2020 1px solid; BORDER-LEFT: #9c2020 1px solid
}

.tblrightborder 
{
  BORDER-RIGHT: #9c2020 1px solid; BORDER-TOP: #9c2020 1px solid; BORDER-LEFT: #9c2020 1px solid
}

.tblborder2 
{
  BORDER-TOP: #9c2020 1px solid; 
  BORDER-LEFT: #9c2020 1px solid;
  BORDER-BOTTOM: #9c2020 1px solid;
}


.menuitem
{
}

td.reseller_address
{ 
  padding-right: 20px;
}

.roman
{
  font-family: times, serif;
}

.marker
{
  background:#f0f0c0;
}

CODE
{
  color:#202060;
  font-size: 120%;
}

.header-login
{
  font-size: 80%;
}

table.loader_download
{
  background-color: #ddd;
  border:1px solid #888;
}


table.loader_download tr:nth-child(even)
{
  border-left:0;
  background-color: #eee;
}

table.loader_download td,th
{
  text-decoration: none;
  border-left: 1px solid #ccc;
  padding: 10px;

}

table.loader_download td:first-child,th:first-child
{
  border-left:0;
}



A.menu
{
  text-decoration: none;
  /*font-weight: bold;*/
  color:#726461;
  /*font-size: 80%;*/
}

.menu-inactive
{
  text-decoration: none;
  /*font-size: 80%;*/
  /*font-weight: bold;*/
  color:#0000ff;
}

A:hover.menu
{
  text-decoration: none;
  color: #8080ff;
}

TEXTAREA
{

}

.popupnav   
{
  background-color: #ffffff;
  color:#726461;
  font-size: 90%;
  text-decoration: none;
}

A:hover.popupnav
{
  text-decoration: none;
  color: #8080ff;
}

.link1
{
  text-decoration: none;
  font-size: 80%;
  color:#726461;
}


A:hover.link1
{
  text-decoration: none;
  color: #8080ff;
}

.formlabel
{
  color: #8080c0;
  font-weight: bold;
}

.caps
{
  text-transform: uppercase;
}

acronym
{
  cursor: help;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-color: #008000;
}

.badge
{
  margin-top: 15px;
}

FORM.webform LABEL
{
  color: #8080c0;
  font-weight: bold;
  font-size: 70%;
}

FORM.webform TD.label
{
  text-align:right;
  padding: 10px;
}


FORM.webform
{
  padding: 10px;
  width:50em;
  background: #c0c0c0;
}














/*Job pages- view cvs and apply */


.hideshow
{ 
  /*float: right;*/
  display: none;
  width: 100%;
  max-width: 850px;
  border-style: solid;
  border-width: 1px;
  padding: 30px;
  font-size: 80%;
  text-align: left;
  white-space: no-wrap;
  overflow-y: scroll;
  max-height: 500px;
}
div#coversbox
{ 
  margin-top: 0px;
}

#navbuttons 
{
  max-width: 350px;
}

div.options
{ 
  font-size: 70%;
  line-height: 150%;
  margin-top: 15px;
}

#cvpagelinks
{ 
margin-bottom: 2%;
}
div.rowdisplay
{
    display: inline;
    float: right;
    margin-right: 18px;
}

td#vcvleftcell
{
    width: 65%;
    min-width: 845px;
}

table#blub td
{ 
  font-size: 90%;
  line-height: 200%;
  padding-left:5px;
  padding-right:5px;

}

table#blub tr:hover
{ 
 
  background-color: #B4dbe4;
}
table#blub #first_row:hover
{ 
  background-color: #EFEFEF !important;
}
table#blub
{ 
  margin:0;
  padding:0;
  font-size: 90%;
  line-height: 200%;
  margin-right: 20px;
}

tr.evenrow
{ 
  background-color: #EFEFEF;
}
tr#first_row
{
  color: black;
  font-size: 115%; 
  text-align: center;
  background-color: #EFEFEF;
  border: 2px outset black;

}

tr.highlightrow
{ 
  border-right: 6px solid black;
  background-color: #B4dbe4;

}

td#vcvrightcell
{
  min-width: 400px;
}

#refdetails
{ 
  width: 100%;
}

#coversbox
{ 
  max-width: 850px;
  margin-top: 83px;
}

.vchideshow
{ 
  /*float: right;*/
  display: none;
  width: 500px;
  max-width: 850px;
  min-width: 400px;
  border-style: solid;
  border-width: 1px;
  padding: 30px;
  font-size: 80%;
  text-align: left;
  white-space: no-wrap;
  overflow-y: scroll;
  max-height: 415px;
}

.centcell
{
    text-align: center;
}

.rightcell {
    text-align: right;
}


/*edit/addjobs page */


/*Applicant further details page */

div.appactivity
{ 
  min-width: 700px !important;
  width: 100% !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

div.appactivityinner
{ 
  line-height: 200%;
  width: 94% !important;
}
div.contentheading
{
  width: 20%;
  min-width: 400px;
  margin-left: 80%;
  float: right;
  font-size: 250%;
  line-height: 120%;
  color: #AB9F9F;
  font-weight: bold;
  text-align: right;
}
div#showallid
{ 
  display: inline;
}

.menublock
{ 
  min-width: 280px;
  width: 100%;
  min-height: 40px;
  font-size: 70%;
  line-height: 200%;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  background-color: #E9E3E3;
  margin-top: 20px;
}
.menublockappdetails
{ 
  width: 95%;
  min-width: 280px;
  min-height: 55px;
  font-size: 70%;
  line-height: 200%;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  background-color: #E9E3E3;
}


.appinfo
{ 
  font-size: 70%;
  line-height: 200%;
  background-color: #FFEAEA;
  padding: 20px;
  width: 90%;
  min-width: 450px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 15px;
  
}
span.detailtitle
{ 
  color: #6F2020;
  font-weight: bold;
  font-size: 110%;
  padding-top: 15px;
  padding-bottom: 15px;

}

div#appinforight
{ 
  float:right;
 
}

div.divheadingtext
{ 

  width: 15%;
  font-family:"Times New Roman",Times,serif;
  float: right;
  font-size: 250%;
  line-height: 100%;
  color: #7F7C7C;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #7F7C7C;
  border-radius: 40px 10px;
  
}

div.adminmenuitems
{ 
  margin-top: -10px;
  vertical-align: text-top;
  text-align: center;
  line-height: 120%;
  display: inline-block;
  width: 40px;
  min-width: 100px;
  padding: 10px;
  padding-bottom: 15px;
  margin-left: 12%;

  letter-spacing: 1px;
}

div.innerappinfo
{ 
    padding: 10px;
}


div#rightsideappdetails
{

  width: 90%;
  height: 100%;
  min-height: 50px;
}
div.marginvert
{ 
  padding-left: 10px;
  margin-bottom: 1px;
}

div.textformat
{ 


  margin-top: 5px;
  border-style: solid;
  border-width: 0px;
  border-color: #DDD;
  padding: 20px;
}

div#textareanote
{ 
  display: none;

}

div#adduserevent
{ 
  margin-bottom: 0px;
  display: none;

}

div#prevbox
{ 
  margin-top: 10px;
  padding: 5px;
  padding-left: 15px;
  border: 1px solid grey;
  border-radius: 10px;
  max-width: 580px;
  overflow: auto;
  
}

.eventsubmit
{ 
  width:100%;

  font-size: 100%;
  line-height: 150%;
}

div#appcoverletter
{ 
  font-size: 70%;
  line-height: 200%;
  background-color: #FFEAEA;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 15px;
  width: 90%;
  max-width: 800px;
  min-width:300px;
  padding: 20px;
  min-height: 60px;
}

table.standard
{ 
  width: 70%;
  min-width: 550px;
  font-size: 90%;
  line-height: 200%;
}

.highlightrecent 
{ 
  color: #218C00;
}
.unhighlightrecent
{ 
  color: #4B4B4B;
}
a.gotoapp:link
{ 
  text-decoration: none;
    color:black;
}
a.gotoapp:visited
{ 
  text-decoration: none;
    color:black;
}
a.gotoapp:hover
{ 
  text-decoration: underline;

}

/*jobadminmenu*/

div.recentact
{ 
  min-width: 700px !important;
  width: 70% !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
div.recentactinner
{ 
  line-height: 200%;
  width: 92% !important;
}
div.jobadminmenu
{ 
  margin-top: 1%;
  background-color: black;
  width: 90%;
  min-width: 1140px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 5px;
  min-height: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#BFBFBF), to(#757575));
  background: -moz-linear-gradient(bottom,  #757575,  #BFBFBF);
  border-width: 1px;
  border-style: outset;
  border-radius: 40px;
  box-shadow: 2px 2px 3px 3px black;

}

div.largeinset
{ 
  font-size: 160%;
  color: grey;
  text-shadow: 0px 2px 3px #CACACA;
  font-weight: bold;
  margin-bottom: 5px;
}

span.joboption
{ 
  font-size: 160%;
  color: grey;
  text-shadow: 0px 2px 3px #CACACA;
  font-weight: bold;
}
div.menuleftbuts
{ 
  text-align: center;
  display: inline-block;
  width: 250px;
  float: left;
}
div.menucentbuts
{ 
  text-align: center;
  display: inline-block;
  width: 300px;
  float:left;
}
div.menurightbuts
{ 
  text-align: center;
  display: inline-block;
  float: left;
}


div.translink
{ 
  display: inline;
  border-right: 1px solid;
  border-left: 1px solid;
  border-width: 0px;
  border-color: grey;
  border-style: inset;
  border-radius: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#6C6C6C));
  background: -moz-linear-gradient(top,  #FFFFFF,  #6C6C6C);
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px #bad3ed;
  -moz-box-shadow: inset 2px 5px 5px #888888;
  line-height: 250%;
}

A.adminlink:link
{ 
  text-decoration: none;
  display: inline;
  margin-left: 1%;
  margin-right: 1%;
  color: #3C3C3C;

}
a.adminlink1:link
{ 
  text-decoration: none;
  display: inline;
  margin-right: 1%;
  padding-left: 5px;
  color: #3C3C3C;
}
a.adminlink:visited
{ 
  text-decoration: none;
  display: inline;
  margin-right: 1%;
  color: #3C3C3C;
}
a.adminlink1:visited
{ 
  text-decoration: none;
  display: inline;
  margin-right: 1%;
  padding-left: 5px;
  color: #3C3C3C;
}
a.adminlink:hover
{ 
  display: inline;
  margin-right: 1%;
  color: #3C3C3C;
  text-shadow: 2px 1px 15px #000000;

}
a.adminlink1:hover
{ 
  display: inline;
  margin-right: 1%;
  padding-left: 5px;
  color: #3C3C3C;
  text-shadow: 2px 1px 35px #000;
}

span.limitmessage
{ 
  font-size: 150%;
  color: #6F0000;
}


/* Survey turkey */


div.outersurvey
{ 
  margin: auto;
  background-color: #660000;
  width: 630px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 5px;
  border-radius: 30px;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
  
}


div.takesurvey
{ 
  margin: auto;
  width: 565px;
  font-size: 80%;
  border: 2px inset;
  border-radius: 10px;
  padding: 20px;
  background-color: #F2F2F2;
}

div.formseperate
{ 
  margin-top: 10px;
}

span.redtext
{ 
  color: #148503;

}

.missing label {
color: red;
}

textarea.generic
{ 
  font-size: 85%;
  resize: "Open Sans", vertical;
  width: 75%;
  min-width: 200px;
}

div.formtitlelarge
{ 

  font-size: 140%;
  color: #148503;
  border-bottom: 1px solid grey;

  border-radius: 100px;
  padding: 10px;
  padding-left: 20px;
  padding-bottom: 2px;
  margin-bottom:15px;
}

div.mainheadingtext
{ 
  font-size: 160%;

}

div.helptext
{ 
  display: inline;
  color: grey;
}

.styledmainheading
{
  margin-top: 25px;
  font-size: 200%;
  letter-spacing: 1px;
  color: #660000;
}
.styledsubheading
{
    margin-top: 15px;
  font-size: 120%;
  letter-spacing: 2px;
 }

/* ------- c=encoder_recommendation ------- */

table#enc_rec_table
{
    width: 100%;
    }
    table#enc_rec_table tbody
    {
        padding: 5px;
        }
        table#enc_rec_table tr
        {
            margin-bottom: 5px;
            }
            table#enc_rec_table td.enc_rec_inpL
            {
                padding-right: 45px;
}

textarea.enc_rec_rectxt
{
    width:100%;
    margin-bottom: 20px;
    resize: "Open Sans", vertical;
}

div.enc_rec_topheading 
{
    color: #660000;
    font-size: 160%;
    letter-spacing: 1px;
    margin: auto;
    width: 540px;
}

div.enc_rec_outerdiv 
{
    -moz-box-shadow: 0 0 5px 5px #888888;
    background-color: #660000;
    border: 5px none;
    margin: auto;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 630px;
}

div.enc_rec_innerdiv 
{
    background-color: #F2F2F2;
    border: 2px inset;
    font-size: 80%;
    margin: auto;
    padding: 20px;
    width: 565px;
}

img#ic_enc_text_img
{
    width: 180px;
    height:21px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
    vertical-align: middle;
}

p#enc_rec_txtdesc
{
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 25px;
}

div.floatright
{ 
  float: right;
}

/*-------- PAGE TOP MENU FOR JOBS -------*/

div.ktmenudiv
{
  margin-top: 10px;
  min-height: 25px;
  width: 90%;
  min-width: 850px;
  font-size: 90%;
  padding: 8px;
  background-color: #D8D8D8;
  border-width: 2px;
  border-color: #909090;
  border-style: solid;
  border-radius: 10px;
  margin-bottom: 5px;
  line-height: 70%;
}
#cssdropdown, #cssdropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#cssdropdown li {
  float: left;
  position: relative;
}

.mainitems{
  padding-right: 40px;
  line-height: 150%;
  background-color: transparent;
}

.mainitems a{
  margin-left: 6px;
  margin-right: 8px;
  text-decoration: none;
  color: black;
}

.subuls{
  display: none;
  width: 10em;
  position: absolute;
  top: 1.2em;
  left: 0;
  border: 1px solid #909090;
  border-radius: 3px;
}

.subuls li{
  width: 100%;
  background-color: #F0F0F0;

}

.subuls li a{
  text-decoration: none;
}
.subuls li a:hover{

  text-decoration: underline;
}
.subuls li a:visited{
  text-decoration: none;
}





#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
  top: auto;
  left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
  display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
  clear: left;
}
  table#ktmenutable
  {
  width: 70%;
}

div#ktesthelp
{ 
  display: none;
}

div.hiddenhelpdiv
{ 
  display: none;

  height: 300px;
}

div.pagetitle
{ 
  font-size: 100%;
  padding: 7px;
  margin-right: 3%;
  font-weight: bold;
  color: #043f07;
}

img.arrowdown
{ 
  border: 0px;
}

div#slidehelpdiv
{ 
  display: none;
  font-size: 70%;
  overflow: hidden;
  height: 200px;
  line-height: 150%;
  width: 80%;
}

div.slidehelptext
{ 
  margin-top: 15px;
}

.invisible {
    display: none;
}

.purchase_type {
    padding: 20px 0;
    text-align: center;
    font-size: 70%;
    line-height: 150%;
    background-color: #efefff;
}

#purchaser_data {
    margin: 40px 50px;
    width: 1200px;
}

#purchaser_data_inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#summary {
    margin: 50px;
    text-align: center;
    width: 800px;
}

#radioIndividual, #radioBusiness {
    display: inline;
    width: 150px;
    margin: 10px 5px 0 0;
}

#select_payment {
    text-align: center;
    margin: 50px;
    width: 700px;
}

#xtra_items {
    background-color: #f0f0f0;
    padding: 10px;
}

#submit_btns {
    display: block;
    text-align: right;
}




.warningBox {
    padding: 10px 20px;
    margin: 40px 0px 20px 0px;
    border-color: orange;
    border-width: 2px;
    border-style: solid;
    background-color: bisque;
    color: black;
    text-align: left;
}

.warningBox h1 {
    background: transparent url(/images/warning.png) 0 50% no-repeat;
    text-indent: 35px;
    height: 20px;
    min-height: 20px;
    margin-top: 10px;
    color: chocolate;
    font-size: 16px;
}

.warningBox ul {
    font-size: inherit;
    color: chocolate;
    padding: 0;
    margin: 0 20px 10px 20px;
}

.warningBox ul span {
    font-size: inherit;
    color: black;
}



.error_row {
    border-width: 1px;
    border-color: red;
    border-style: solid;
    background-color: mistyrose;
}





a img {
    border: none;
}

img.delete_phone {
    vertical-align: -10%;
}
img:hover.delete_phone {
    cursor: pointer;
}







.input_info {
    font-style: italic;
    color: gray;
}


.country_help_img, .dialing_code_help_img, .state_help_img, .phone_help_img {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.formselect option {
    width: 290px;
}



.purchase_section_header {
    text-align: center;
    font-weight: bold;
    background-color: lightgray;
}

#nowebsitefield {
    padding: 5px;
}

#clear_autocomplete {
    vertical-align: middle;
}

#clear_autocomplete:hover {
    cursor: pointer;
}

#dial_code {
    font-size: 70%;
    color: gray;
}

.survey {
    margin-top: 40px; 
    background-color: #f0fff0;
    padding: 15px;
}

.survey td {
    font-size: 11px;
    vertical-align: central;
}

.survey textarea {
    font-size: 12px;
}

.unselected_rating {
    background: transparent url(/images/star_white_16.png) 0 100% no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    cursor: pointer;
}

.selected_rating, .highlighted_rating {
    background: transparent url(/images/star_gold_16.png) 0 100% no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    cursor: pointer;
}

/** Styles for the phone verification page */

#verification_progress li {
    padding: 6px 0 6px 35px;
    list-style: none;
}

.done {
    color: black;
    background: transparent url(images/tick_16.png) 0 50% no-repeat;
}

.inactive {
    color: gray;
}

.in_progress {
    color: black;
    background: transparent url(images/pointer.png) 0 50% no-repeat;
}

#progress_status {
    padding: 10px 0;
}

.call_animation {
    padding: 0px 0px 20px 45px;
    width: 400px;
}

/** End of styles for the phone verification page */

/** Styles for the Kayako Customisations page */

.kayako_module {
    padding: 20px;
    font-size: 70%;
    margin: 20px;
    display: block;
    clear: both;
    background-color: #F5EBC9;
    min-height: 128px;
}

.kayako_module_title {
    padding-top: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
}

.kayako_module_desc {
    margin: 10px 0;

}

.kayako_module_icon {
    float: left;
    margin-right: 20px;
}

#kayako_customisations {
    clear: both;
}

#kayako_customisations li {
    list-style-type: none;
    background: transparent url(images/pointer.png) 0 0 no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}

#kayako_customisations ul {
    font-size: 70%;
}
    
img.download {
    margin: 15px 0 0 0;
}

/** End of styles for the Kayako Customizations page */

#preload {
    display: none;
}

.trynow
{ 
  background-image: url("images/buttons/trynow.png");
 }

.buynow
{ 
  background-image: url("images/buttons/buynow.png");
  margin-top: -10px;
}
.download_button
{
    display: block;
    width: 125px;
    height: 25px;
    background-repeat: no-repeat;
    overflow: hidden;
}   

.download_button:hover
{
    background-position: 0px -25px;
}

.admin_bar {
    width: 100%;
    background-color: whitesmoke;
}

.admin_bar > form {
    margin: 2px;
    padding: 0;
}

.admin_bar > form > table {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: normal;
}

.loader_wizard_info {
    color: blue;
}

/*.wire_info {
    color: blue;
}*/

BODY.vat
{
font-color: red;
}

.flat_button
{
background-color: #61BD6D;
background-color: #FAC51C;
color: #222;
min-width: 160px;
width: 200px;
height: 60px;
border:none;
display: table-cell;
//float: right;
//position: relative;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
text-align: center;
vertical-align: middle;
font-size: 30px;
}

/** paypal pro */
#paypal_loading {
    text-align: center;
    margin: 60px 100px;
    color: #F16C17;
    width: 250px;
}

.paypal div {
    text-align: left;
    padding: 50px;
}

.paypal iframe {
    border: none;
    overflow: hidden;
    width: 700px;
    height: 550px;
}

.loader_comp_tb {
    font-size: 80%;
    line-height: 150%;
    border-top: 2px solid black;
    background-color: #E0E0E0;
    margin: 10px 30px 60px 30px;
}

.loader_comp_tb td {
    border-top: 1px solid black;
    text-align: center;
}

#payment_provider_selection td {
    padding: 15px 5px;
}

.news2 h1 {
    font-size: 1.4em;
    color: #9C2020;
    padding: 0;
    margin: 0;
    line-height: initial;
}

.marked {
    background-color: #e0e0e0;
}


/* LOADERS PAGE */

.loader_info {
    /*border: 1px solid black;*/
    padding: 0 20px;
}

.loader_history {
    /*border: 1px solid red;*/
    padding: 0 20px;
}

.ui-accordion .ui-accordion-content-active .poo, ol.ol li {
}

.ui-accordion .ui-accordion-content-active a {
    color: #08C;
    text-decoration: none;
}

.ui-accordion .ui-accordion-content-active a:visited {
      color: #33C;
}

.ui-accordion .ui-accordion-content-active a:link {
      color: #33C;
}

.ui-accordion .ui-accordion-content-active a:hover {
    color: #08C;
    text-decoration: underline;
}

.ui-accordion .ui-accordion-header {
    width: 200px;
}

.ui-accordion .ui-accordion-header-active {
    border: none;
}

.ui-accordion .ui-accordion-content-active {
    border: none;
}

.loader-divided {
    margin: 30px 0;
    border: 1px solid black;
    padding: 10px;
    width: initial !important;
    background: #f4e8ff;
}

.loader-subscribe {
    font-size: 14pt;
}

@media (max-width: 1200px) {
  .loader-subscribe {
      font-size: 13pt;
  }
}

@media (max-width: 1090px) {
  .loader-subscribe {
      font-size: 12pt;
  }
}

@media (max-width: 979px) {
  .loader-subscribe {
      clear: left;
      font-size: 13pt;
  }
}

/* LOADERS PAGE - END*/


/* LOADERS PAGE IC24 AD */

.ic24-loaders-ad {
  position: relative;
  background-color: #fdfdfd;
  border: 1px solid lightgrey;
  padding: 20px;
}

.ic24-loaders-ad > a {
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
}

.ic24-loaders-ad .icon {
  margin: 10px;
  width: 20%;
}

.ic24-loaders-ad p {
  font-size: 17px;
  margin: 0;
  color: #6c6c6c;
}

.ic24-loaders-ad p u {
  font-size: 110%;
}

.ic24-loaders-banner {
  background-color: #eeeeee;
  border: 1px solid black;
  padding: 20px;
}

.ic24-loaders-banner p {
  margin: 0;
  color: #000;
}

/* LOADERS PAGE IC24 AD - END */


/* DEALS PAGE */

.deals_page h1 {
    color: #070707;
    font-weight: bold;
}

@media (min-width: 768px) {
    .deals_page h1 {
        font-size: 700%;
    }
}

@media (max-width: 768px) {
    .deals_page h1 {
        font-size: 500%;
    }
}

.deals_page h2 {
    color: #070707;
    font-size: 33px;
    margin: 40px 0px 20px 0px;
    font-weight: bold;
}

.deals_page h3 {
    font-size: 20px;
    display: inline;
    color: #2b2b2b;
}

.deals_page h5 {
    font-size: 80%;
    line-height: 20px;
}

.deals_page .purchase-button {
    width: 275px;
    height: 60px;
    background: #ff8c00;
    color: white;
    font-size: 30px;
    font-weight: bold;
}

/* DEALS PAGE - END*/

/* BLACK FRIDAY BANNERS */

.bf_banner_home {
    background-color: #BB1724;
    padding: 15px 0;
}

.bf_banner_home h1 {
    font-size: 70px;
    color: black;
    font-weight: bold;
    letter-spacing: 13px;
}

.bf_banner_home h2 {
    font-size: 70px;
    color: white;
    font-weight: bold;
    letter-spacing: 5px;
}

.bf_banner_home h3 {
    font-size: 40px;
    color: white;
    letter-spacing: 2px;
    margin-top: 10px;
}

.bf_banner_home h4 {
    font-size: 19px;
    color: white;
    letter-spacing: 1px;
}

.bf_banner_members {
    background-color: #1F1F1F;
    font-family: 'Roboto', sans-serif;
    color: white;
    padding: 0px 0 6px 0;
}

.bf_banner_members .title {
    font-size: 45px;
    letter-spacing: 5px;
    /* word-spacing: 35px; */
}

.bf_banner_members .sub-title {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    flex-wrap: wrap;
}

.bf_banner_members a:link, .bf_banner_members a:visited  {
    color: white;
}

/* BLACK FRIDAY BANNERS END */


/* EMAIL CONSENT BANNER */

.email_consent_banner {
    background-color: #fCF8E3;
    padding: 15px 0;
}

/* EMAIL CONSENT BANNER END */




.table-vertical-center > tbody > tr > td {
     vertical-align: middle;
}

.greytext
{
  color:#726461;
}

label.greytext
{
  /*font-size: 70%;*/
  line-height: 150%;
  color:#726461;
}

span.greytext
{ 
  color: grey;
}

div.bogobox
{
  border:1px solid #c0c0E0;
  width:220px;
}

.bogobox_header
{
  font-size: 100%;
  color:#ffffff;
  font-weight:bold;
  background-color:#a0a0f0;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
}

.bogobox_text
{
  text-align:left;
  background-color: #f0f0f0;
  
  /*    font-weight:bold; */
  font-size: 80%;
  /*    color:#808080; */
  line-height: 120%;
  padding:8px;
  padding-bottom:4px;
}

.msgpagination a:link,.msgpagination a:visited,.msgpagination a:hover {
    text-decoration: none;
    color: black;
}

.msgcontent {
    font-size: 12px;
    font-weight: normal;
    margin: 0px 5px;
}

.msgcontent input {
    font-size: 11px;
}

.msgpagination {
    float: right;
    text-align: right;
}

.msgactionbtns input {
    font-size: 12px;
}

.why_add_address_link, .why_no_upgrade_available, .registration_account_type, .why_no_software_available{
    color: #8080c0;
    cursor: default;
}

table .borderless td,
table .borderless th,
table .borderless tr {
    border: none !important;
}

/* Some cart styling */

table .select_products {
    color: #404040f0;
}

table .select_products td {
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 0px;
}

table .select_products .desc {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

table .select_products .desc1 {
    font-weight: 700;
}

table .select_products .desc2 {
    font-size: 0.8rem;
    font-weight: 400;
    color: #00796b;
    display: block
}

table .select_products label {
    font-weight: 400;
}

table .select_products .marked {
    background-color: #c5e1a5;
    transition: background-color ease-in-out .3s;
}

table .select_products .save25pct {
    font-weight: 400;
    color: red;
}

.center_div{
    margin: 0 auto;
    width: 50%
}

.errorBox {
    padding: 10px 20px;
    margin: 40px 0px 20px 0px;
    border-color: red;
    border-width: 2px;
    border-style: solid;
    background-color:mistyrose;
    color: black;
    text-align: left;
}

.errorBox h1 {
    background: transparent url(/images/error.png) 0 50% no-repeat;
    text-indent: 30px;
    height: 20px;
    min-height: 20px;
    margin-top: 10px;
    color: crimson;
    font-size: 16px;
}

.errorBox ul {
    font-size: inherit;
    color: crimson;
    padding: 0;
    margin: 0 20px 10px 20px;
}

.errorBox ul span {
    font-size: inherit;
    color: black;
}

span.questionanswer
{
    color:#F08080;
    font-weight:bold;
    font-size:20px;
}

span.question
{
    color:#55558b;
    font-weight: bold;
}

#ddmenu .news2 
{ 
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  color: black;
}

#ddmenu .news2 br
{ 
  line-height: 100%;
}

#ddmenu div.drop .news2 a
{ 
  display: inline;
  color: #3333cc;
  line-height: 100%;
}

#ddmenu2 .news2 
{ 
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  color: black;
}

#ddmenu2 .news2 br
{ 
  line-height: 100%;
}

#ddmenu2 div.drop .news2 a
{ 
  display: inline;
  color: #3333cc;
  line-height: 100%;
}

.pointer {
    cursor: pointer;
}

#noagents
{ 
  background: #ccf;
  padding: 5px;
  font-size: 90%;
  line-height: 150%;
  margin-top: 55px;
}

#jobxmldesc
{ 
  background: #eef;
  font-size: 90%;
  line-height: 180%;
  color: #3A0000; 
  border-style: solid;
  border-width: 1px;
  border-color: #717171;
  margin-top: 10px;
  padding: 10px;
}

.sidebar .prod-image
{
    padding: 20px 0px;
}

/* .btn
{
    margin-left: 10px;
} */

@media (max-width: 991px) {
    /*.sidebar .btn-sm
    {
        padding: 5px;
    }*/

    .sidebar .btn-lg
    {
      padding: 10px;
    }
}

#loader_info {
    font-size: 90%;
    padding: 10px 0 0 0;
}

.unstyled_list {
    padding: 0;
    margin: 0;
    list-style: none;
}



/* Purchase select payment type page */

@media (min-width: 992px) {
    /* vertical rule - minimum small width */
    .purchase_payment_page .divider {
        border-left: 1px solid #eee;
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    /* horizontal rule - max xs width */
    .purchase_payment_page .divider {
        margin-top: 40px;
        padding-top: 30px;
        border: 0;
        border-top: 1px solid #eee;
    }
}

.purchase_payment_page .purchase_action_buttons input {
    width: unset; /* fix small width issue with btn-group */
}


/* Payment method selection table */

#payment_methods_table label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 20px 8px;
    font-weight: normal;
}

#payment_methods_table tr:hover {
  background-color: #f5f5f5;
  /* background-color: #e5ffec; */
}

.table_row_selected {
  background-color: #f5f5f5;
  /* background-color: #e5ffec; */
  /* border: 2px solid #d5d5d5; */
}

#payment_methods_table input[type=radio] {
    margin: 0 20px 0 10px;
    /* accent-color: grey; */
    height: 17px;
    width: 17px;
}

#payment_methods_table tr td {
  padding: 0;
}

#payment_button {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: white;
    background-color: #498ee6;
    border: 1px solid black;
    border-radius: 5px;
}

#payment_button:hover {
    background-color: #3e7ac9;
    box-shadow: inset 0 0 0 1px white;
}

#payment_button:active {
    background-color: #366bb1;
    box-shadow: inset 0 0 20px #172d49;
}

#payment_button:focus {
    box-shadow: inset 0 0 0 1px white;
}


/* customised bootstrap 3 alert  */
.custom_alert p {
    font-size: 15px;
}



/* Navbar */

/* .navbar > ul {
    padding-bottom: 0px;
    padding-top: 0px;
} */


/* navbar bootstrap 3 overrides for custom button */

.navbar-button:hover, .navbar-button:focus  {
    /* background-position: unset; */
}

.navbar-button>li>a:focus, .navbar-button>li>a:hover {
  /* background-color: #398439; */
}

.navbar-button {
    float: left;
    margin-top: 7px;
}

@media (max-width: 400px) {
    .navbar-button a {
        padding-left: 6px;
        padding-right: 6px;
    }
    .navbar-button span {
        font-size: 13px !important;
    }
}
@media (max-width: 379px) {
    .navbar-button a {
        display: none;
    }
}





.new_release_banner {
    color: white;
    font-weight: bold;
    font-size: 17px;
    background: #da0b1b;
    border: 2px solid #da0b1b;
    border-radius: 0px 20px 0px 20px;
    padding: 5px 10px;
    margin: 0 auto;
    margin-bottom: 25px;
    display: inline-block;
}



.clickable_banner {
    position: relative;
}

.clickable_banner > a {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus,
.btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

.product-dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}

.product-dropdown-menu li {
    cursor: pointer;
}

.payment_card_images img {
    width: 80px;
    height: auto;
    margin-right: 5px;
}




/* -----------------------
    Purchase redesign 2023
*/

.select_products {
    min-width: 300px;
    max-width: 1000px;
    margin: 0 auto;
}

.product_group_blurb {
    padding: 0px 40px 25px;
    font-size: 15px;
}

.select_products h1 {
    font-size: 26px;
    color: inherit;
}



/* Encoder purchase product box */

.encoder_purchase_box_toolbar {
    display: flex;
    justify-content: center;
    align-items: baseline;
    /* justify-content: space-between; */
    margin-bottom: 35px;
    gap: 10px;
}

.encoder_purchase_box_toolbar input[type=radio] {
    height: 15px;
    width: 15px;
    top: -2px;
}

.encoder_purchase_box {
    position: relative;
    min-width: 315px;
    max-width: 330px;
}

@media (min-width:1000px) { 
    .encoder_purchase_box_container {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        gap: 12px;
    }
    
    .encoder_purchase_box {
        flex-grow: 1;
    }
}

@media (max-width:999px) { 
    .encoder_purchase_box {
        margin: auto;
        margin-bottom: 20px;
    }
}

.encoder_purchase_box .card {
    height: 705px;
}

.encoder_purchase_box .flip_button {
    border-radius: 14px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.encoder_purchase_box .front,
.encoder_purchase_box .back {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.encoder_purchase_box .front:hover,
.encoder_purchase_box .back:hover {
    border: 1px solid #AAA;
}

.encoder_purchase_box .back {
  transform: perspective(1000px) rotateY(180deg);
}

.encoder_purchase_box .back.flipped {
  transform: perspective(1000px) rotateY(0deg);
}

.encoder_purchase_box .front {
  transform: perspective(1000px) rotateY(0deg);
}

.encoder_purchase_box .front.flipped {
  transform: perspective(1000px) rotateY(-180deg);
}

.encoder_purchase_box .back {
    padding: 55px 35px;
}

.encoder_purchase_box .back p {
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.encoder_purchase_box .bottom {
    padding: 0 15px 15px 15px;
}

.encoder_purchase_box .header {
    padding: 20px 25px 0 25px;;
    border-radius: 9px 9px 0 0;
}

.encoder_purchase_box .title {
    margin-top: unset;
    margin-bottom: 15px;
}

.encoder_purchase_box .subtitle {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 110%;
}

.encoder_purchase_box .description {
    height: 80px;
    font-size: 105%;
}

.encoder_purchase_box .features {
    padding: 10px 30px 20px 30px;
    font-size: 95%;
}

.encoder_purchase_box .features div {
    padding: 12px 0px;
    color: #666;
}

.encoder_purchase_box .features div:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.encoder_cost_container {
    font-size: 23px;
    letter-spacing: 1.5px;
}

.encoder_cost_container .normal_cost {
}

.encoder_cost_container .discount_cost {
}

.discount_cost {
    color: #c06000 !important;
}

.encoder_purchase_os_container {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.encoder_purchase_os_container > div {
    max-width: 70px;
    flex: 1;
}

.encoder_purchase_os_box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 1px solid #dddddd00;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
}

.encoder_purchase_os_box p {
    margin: unset !important;
}

.encoder_purchase_os_box img {
    height: 30px;
}

.encoder_purchase_os_box:hover {
    border: 1px solid #b9b9b9;
    cursor: pointer;
}

.encoder_purchase_os_box:active {
    background-color: #f3f3f3;
}


.encoder_basic .header,
.encoder_pro .header,
.encoder_cerberus .header {
    background-color: #eefff4;
}

.encoder_std .encoder_pro .header {
    background-color: #d5ffe4 !important;
}

.encoder_purchase_box.encoder_pro .custom_badge {
    position: absolute;
    top: -12px;
    right: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background-color: #e71c2c;
    color: #fff;
    border-radius: 14px;
    white-space: nowrap;
}

/* Encoder purchase product box - END */




/* Encoder upgrades */

.encoder_upgrade_products_container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 50px;
}

.encoder_upgrade_product_box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 10px;
    min-height: 120px;
    min-width: 275px;
    max-width: 275px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    border: 1px solid #dddddd00;
    border-radius: 3px;
    /* background: #ebf2ff; */
    border-top: 10px solid #d2e0fb;
}

.encoder_upgrade_product_box:hover {
    border: 1px solid #b9b9b9;
    border-top: 10px solid #d2e0fb;
    cursor: pointer;
}

.encoder_upgrade_product_box:active {
    background: #f3f3f3;
    /* background: #dde8fd; */
}

.encoder_upgrade_product_top_half {
    margin-top: 10px;
}

.encoder_upgrade_product_bottom_half {
    margin-bottom: 10px;
}

.encoder_upgrade_product_title {
    font-size: 17px;
    font-weight: bold;
}

.encoder_upgrade_product_cost_container {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    font-weight: bold;
    font-size: 19px;
}

.encoder_upgrade_product_cost_container .normal_cost {
    color: #3ba2df;
}

.upgrade_counter {
    position: absolute;
    right: 7px;
    bottom: 5px;
    font-size: 14px ;
    font-weight: bold;
    color: #b3b3b3;
    letter-spacing: 3px;
}

/* .upgrade_counter { */
    /* font-size: 14px ; */
    /* font-weight: bold; */
    /* color: #b3b3b3; */
    /* letter-spacing: 3px; */
/* } */


/* Current products */

.current_product_box {
    margin-bottom: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.current_product_box_header {
    background: #f1f1f1;
    /* border-bottom: 1px solid #ddd; */
    padding: 12px 18px 12px 18px;
    font-size: 16px;
    gap: 15px;
    border-radius: 4px;
}

.current_product_box_header .icons {
    margin-left: 10px;
    font-size: 95%;
    color: #ababab;
}

.current_product_box_header img {
    height: 24px;
    margin-left: 10px;
}



.current_product_box_item_container  .border_top {
  border-top: 1px solid #ddd;
}

.current_product_box_item_container {
    /* display: flex;
    flex-direction: column; */
}

.current_product_box_item_container > .generic_product_box {
}





/* Generic product box */

.generic_product_box_container {
    border: 1px solid #d2e0fb;
    border-top: 10px solid #d2e0fb;
    /* gap: 10px; */
    margin-top: 25px;
    margin-bottom: 10px;
}

.generic_product_box_container > div {
    border-top: 1px solid #d2e0fb;
}

.generic_product_box_divider {
    border-top: 1px solid #d2e0fb;
    margin: 0px 20px;
}

.generic_product_box {
    display: flex;
    flex-flow: wrap;
    gap: 5px 18px;
    padding: 12px;
    padding-left: 18px;
    min-height: 80px;
}

.generic_product_box:hover {
    background: #f5f5f5;
}

.generic_product_left_container {
    display: flex;
    gap: 5px;
    padding-top: 5px;
}

.generic_product_cost_container {
    min-width: 60px;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    gap: 10px;
}

.generic_product_cost_container .normal_cost {
}

.generic_product_cost_container .discount_cost {
    font-weight: bold;
}

.generic_product_box_text_container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
}

.generic_product_title {
    font-weight: bold;
    display: flex;
    gap: 10px;
}

.generic_product_box .tag {
    background-color: #7ca8b8;
    padding: 5px;
    align-self: baseline;
}

.generic_product_description {
    display: flex;
    gap: 5px;
    color: #00796b;
}

.generic_product_description .text {
    font-size: 90%;
}

.generic_product_description .fa {
    font-size: 115%;
}


.generic_product_box_right_container {
    display: flex;
    flex-grow: 1;
    justify-content: right;
    align-items: end;
}

.generic_product_box_right_container button {
    font-size: 14px;
    margin-left: auto;
}

@media (max-width:767px) { 
    .generic_product_left_container {
    }
  
    .generic_product_box_right_container button {
        font-size: 12px;
        padding: 5px 8px;
    }
}


@media (min-width:768px) {
    .generic_product_dropdown {
    }
}

.purchase_basket_product_qty .dropdown-menu,
.generic_product_box_right_container .dropdown-menu {
    min-width: unset;
}

.generic_product_dropdown button {
}

.generic_product_box.grouped_product:not(:first-child) {
    border-top: 1px solid #ddd;
}

.generic_version_upgrade {
    background-color: #eefff4;
    /* border-top: 10px solid #d2e0fb; */
}

/* Generic product box - END */




/* Purchase basket */

.purchase_basket {
    /* border: 1px solid #ddd; */
    border: 1px solid #d2e0fb;
    border-radius: 5px;
    margin-bottom: 20px;
}

.purchase_basket #title {
    color: black;
    font-size: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.purchase_basket #title:hover {
    color: unset; /* ?????? */
}

.purchase_basket #title i {
    margin-left: 5px;
    margin-right: 10px;
}

.purchase_basket #basket_counter {
    margin-top: -5px;
    background-color: #e71c2c;
    padding: 5px 10px;
    font-size: 16px;
}

.purchase_basket_header {
    background: #d2e0fb;
    padding: 12px;
}

.purchase_basket .action_button {
    font-size: 15px;
}

.purchase_basket_product_container {
    background: #ebf2ff;
    width: 100%; /* stops odd animation when opening up */
}

.purchase_basket_product_row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px;
    padding-left: 18px;
}

.purchase_basket_product_row:hover {
  background: #dde8fd;
}

.purchase_basket_product_row:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.purchase_basket_product_left_container {
    display: flex;
    gap: 5px;
}

.purchase_basket_product_qty {
    display: flex;
    align-self: flex-start;
}

.purchase_basket_qty_dropdown {
    padding: 6px 10px !important;
    min-width: 42px;
}

.purchase_basket_product_title {
    font-weight: bold;
}

.purchase_basket_product_cost {
    min-width: 60px;
}

.basket_item-enter-active,
.basket_item-leave-active {
    transition: all 0.3s;
}
.basket_item-enter-from,
.basket_item-leave-to {
    opacity: 0;
    /* transform: translateY(-30px); */
}

/* Purchase basket - END */









/* tippy.js tooltip customisations */

.tippy-box[data-theme~="custom"] {
    background-color: #EFDC6D;
    color: black
}

.tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #EFDC6D;
}

.tippy-box[data-theme~='custom'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #EFDC6D;
}

.tippy-box[data-theme~='custom'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #EFDC6D;
}
.tippy-box[data-theme~='custom'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #EFDC6D;
}

/* if content is long enough for multiline text */
.tippy-content {
    text-align: center;
}

/* .tippy-box[data-theme~='custom'][data-placement^='top'] {
    margin-bottom: -30px;
} */

/* tippy end */




.previous_price_color {
    color: #39b94e;
}








            
.home_testimonial_splide {
    /* height: 100px; */
    margin-bottom: 30px;
    background-color: #e2eef5;
    padding: 25px 60px 30px 60px;
}



.home_testimonial_splide .splide__progress__bar {
    margin-top: 10px;
    background-color: #c9d4da;
}

.home_testimonial_splide .splide__list {
}

.home_testimonial_splide .splide__slide {
    background-color: #c9d4da;
    text-align: center;
    padding: 20px 40px;
    border: 1px solid #81818100;
    border-radius: 8px;
}

.home_testimonial_splide .splide__slide:hover {
  cursor: pointer;
  border: 1px solid #818181;
}

.home_testimonial_splide .sound_bite {
  font-size: 15px;
}

.home_testimonial_splide .author {
    margin-top: 15px;
    font-style: italic;
}

.home_testimonial_splide .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    height: 17px;
}

.modal#testiModal .modal-body {
    line-height: 24px;
}




/* global splide settings */
.splide:not( .is-overflow ) .splide__list {
    justify-content: center;
}

.splide:not( .is-overflow ) .splide__slide:last-child {
    margin: 0 !important;
}

.splide:not(.is-overflow) .splide__arrows {
    display: none;
}




/* center bootstrap modals in the view */

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}








.info_tooltip {
    color: #8080c0;
    cursor: default;
    font-weight: bold;
}




@keyframes highlight_product_row {
    0% {
        background: rgb(194, 248, 255);
    }
    100% {
        background: none;
    }
}

.highlight_product_row {
    animation: highlight_product_row 2s;
}




















.countdown_wrapper {
    /* color: white; */
    margin: auto 0;
}

.countdown_wrapper table {
}

.countdown_wrapper .values td {
    font-size: 28px;
    font-weight: bold;
    line-height: 23px;
    font-family: 'Courier New';
}

.countdown_wrapper .legend td {
    font-size: 9px;
    padding: 0px 10px;
}


.countdown_wrapper .values_large td {
    font-size: 55px !important;
    line-height: 40px !important;
}

.countdown_wrapper .legend_large td {
    font-size: 18px !important;
}






.modal-dialog .modal_substitle {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 105%;
}





.full_page_load {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #303030c2;
    z-index: 99;
}

.full_page_load .contents {
    position: fixed;
    top: 25%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
}

.full_page_load .text {
    color: white;
    font-size: 30px;
}





.spinning_loader_1 {
    width: 55px;
    height: 55px;
    border: 5px solid #FFF;
    border-bottom-color: #e71c2c;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.spinning_loader_2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite
}
.spinning_loader_2::before , .spinning_loader_2::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite ;
}
.spinning_loader_2::after{
  transform: rotate3d(90, 90, 0, 180deg );
  border-color: #FF3D00;
}

@keyframes rotate {
  0%   {transform: rotate(0deg)}
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}
.licensing_service form .panel-body {
    padding: 25px 25px 15px;
}

@media (max-width: 768px) {
    .licensing_service form .panel-body {
        padding: 15px 10px 15px;
    }
}

.licensing_service form .form-group:not(:last-child) {
    margin-bottom: 25px;
}


@media (min-width: 992px) {
    .licensing_service .left_container {
        border-right: 1px solid #eee;
    }
}

.licensing_service .left_container .toolbar {
    margin-bottom: 10px;
}

.projects_container {
    border: 2px solid #999999;
    border-radius: 10px;
    padding: 10px;
    /* background: whitesmoke; */
}

.projects_container .projects_list {
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.projects_container .projects_list .project {
    /* border: 1px solid red; */
    height: 60px;
    padding: 10px 15px; 
    border: 1px solid #999;
    border-radius: 5px;
    background: white;
}

.projects_container .projects_list .project:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}



.main_container .toolbar {
    margin-bottom: 10px;
    /* height: 40px; */
    /* border: 1px solid green; */
}

/* .license_container {

} */

.licenses_table {

    /* display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 15px; */
    /* padding: 10px; */
}

.licenses_table th {
    border: none !important; 
}

.licenses_table th:hover {
    cursor: pointer;
    /* background-color: #e3e3e3; */
    background-color: #cad8e3;
}

.licenses_table td {
    padding: 10px !important; 
}

.licenses_table td:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .licenses_table th,
    .licenses_table td {
        padding: 7px 5px !important;
    }

    .licenses_table td {
        text-wrap: balance;
    }
}

.licenses_table .active {
    background-color: #f5f5f5;
}

.licenses_table .expired {
    background-color: #fdefef;
}

.license_container .license:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.licenses_table .license.expired:hover {
    background-color: #ffe4e4;
}


/* 
.license_container .license {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    border: 1px solid #999;
    border-radius: 10px;
    height: 50px;
    padding: 10px 15px; 
} */




table.multi_input {
    border-collapse: separate;
    border-spacing: 3px 5px;
    margin-bottom: 0;
}

table.multi_input th {
    border: none !important; 
    padding: 3px 10px 3px 10px;
    font-weight: normal;
}

@media (max-width: 768px) {
    table.multi_input th {
        border: none !important; 
        padding: 3px 4px;
        font-weight: normal;
    }
}

table.multi_input tr:not(:last-child) {
}



.license_expiry_options {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 7px;
    margin-left: 15px;
}

.license_expiry_options .radio {
    padding-top: unset;
}

.license_expiry_options label {
    display: flex;
    align-items: center;
    /* margin-bottom: 0px; */
    font-weight: normal;
    gap: 10px;
}

.license_expiry_options input[type=radio] {
    height: 15px;
    width: 15px;
    margin-top: unset;
    /* margin: 0 20px 0 10px; */
}


/* .customers_table .customer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}

.customers_table td:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.customers_table .active, .projects_list .active {
    background-color: #f5f5f5 !important;
} */

.customers_table {
    display: flex;
    flex-direction: column;
}

.customers_table .search_bar {
    height: 45px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.customers_table .customer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    padding: 0 7px 0px 14px;
}

.customers_table .customer:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.customers_table .customer:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.customers_table .active, .projects_list .active {
    background-color: #f5f5f5 !important;
}





.list_panel {
    display: flex;
    flex-direction: column;
}

.list_panel .panel-heading {
    align-items: center;
    height: 45px;
    padding: 0 7px 0px 15px;
}

.list_panel .search_bar {
    max-width: 120px;
    height: 45px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.list_panel .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    padding: 0 7px 0px 14px;
}

.list_panel .item.condensed {
    height: 35px;
}

.list_panel .item:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.list_panel .item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.list_panel .active, .projects_list .active {
    background-color: #f5f5f5 !important;
}













.license_settings .panel-body p:last-child  {
    margin-bottom: 0;
}





.input_error {
    border-color: #d54d4b;
    color: #d54d4b;
}

.licensing_service .custom_alert {
    margin-bottom: 0 !important;
}

.overflow_ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
/* site-wide toast */

.toast_container {
    position: fixed;
    z-index: 10;
    right: 10px;
    margin-top: 15px;
}

.toast_container .alert {
    margin-bottom: 10px;
    align-self: end;
}

.toast_list-enter-active,
.toast_list-leave-active {
    transition: all 0.6s ease;
}
.toast_list-enter-from,
.toast_list-leave-to {
    opacity: 0;
    transform: translateY(-40px);
}

/* Utility classes */
/* use underscores instead of dash. */

.prevent-select {
    user-select: none;
    -webkit-user-select: none;
}

.disabled_item {
    opacity: 0.4;
    pointer-events: none;
    background-color: #efefef;
}

.cursor_not_allowed {
    cursor: not-allowed !important;
}

.strike {
    text-decoration: line-through
}

.hover_pointer:hover {
    cursor: pointer;
}

.unset_hover:hover {
    cursor: default !important;
    background-color: unset !important;
}

.border-color-default {
    border-color: #ddd;
}




.flex, .flex_horizontal {
    display: flex;
    flex-direction: row;
}

.flex_vertical {
    display: flex;
    flex-direction: column;
}

.flex_space, .flex_horizontal_space {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wrap {
    flex-wrap: wrap;
}

.justify_center {
    justify-content: center;
}

.justify_right, .justify_end {
    justify-content: flex-end;
}

.align_center {
    align-items: center;
}

.align_baseline {
    align-items: baseline;
}

.align_end {
    align-items: flex-end;
}

.grow {
    flex-grow: 1;
}






.op-7 {
    opacity: 0.7;
}




/* flexbox gaps (deprecated - see below) */

.gap-3 {
    column-gap: 3px;
}

.gap-5 {
    column-gap: 5px;
}

.gap-10 {
    column-gap: 10px;
}

.v-gap-5 {
    row-gap: 5px;
}


/* flexbox gaps (with underscore) */
/* add as necessary */

.gap_3 {
    column-gap: 3px;
}

.gap_5 {
    column-gap: 5px;
}

.gap_10 {
    column-gap: 10px;
}

.gap_20 {
    column-gap: 20px;
}

.gap_30 {
    column-gap: 30px;
}

.gap_40 {
    column-gap: 30px;
}

.gap_50 {
    column-gap: 50px;
}

.v_gap_5 {
    row-gap: 5px;
}

.v_gap_20 {
    row-gap: 20px;
}




.button_gap {
    column-gap: 10px;
}



.font_small {
    font-size: 85%;
    font-weight: normal !important;
}

.font-85pct {
    font-size: 85%;
}

.font-110pct {
    font-size: 110%;
}

.font-120pct {
    font-size: 120%;
}







/* padding */

/* left and right 5px */
.x-p-5 {
padding-left: 5px !important;
padding-right: 5px !important;
}

.x-p-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-0 {
    padding: 0px;
}




/* margin */

.mt_5 {
    margin-top: 5px;
}

.mt_10  {
    margin-top: 10px;
}

.mt_20  {
    margin-top: 20px;
}

.mt_40  {
    margin-top: 40px;
}

.mt_50  {
    margin-top: 50px;
}

.mt_100  {
    margin-top: 100px;
}

.mt_150  {
    margin-top: 150px;
}

.ml_5 {
    margin-left: 5px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_50 {
    margin-left: 50px;
}

.mr_5 {
    margin-right: 5px;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}













/* font awesome sizing */

/* .fa_10p {
    font-size: 110%;
} */

.fa_1-3x {
    font-size: 1.3em;
}

.fa_1-5x {
    font-size: 1.5em;
}

/* deprecated */
.fa-1-5x { 
    font-size: 1.5em;
}







/* for bootstrap 3 dropdowns */
.scrollable_dropdown {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.scrollable {
    overflow: auto; 
}

.active_dropdown_item {
    background-color: #e8e8e8;
}






@media (min-width: 992px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .dropdown:hover .top-level-menu {
        display: block;
    }

    .navbar-nav>li>a:hover {
        box-shadow: inset 0 -6px 5px -6px #717171;
    }
    
    .navbar-header {
        /*position: absolute;*/
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.navbar {
    margin-bottom: 0px;
    border-left: none;
    border-top: none;
    border-right: none;
}

.navbar-default {
    background-image: none;
    background-color: white;
    border-color: #d6d6d6;
}




.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left{
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


@media (max-width: 991px) {
/*    .test {
        margin-left: 20px;
    }*/

    .dropdown-submenu .dropdown-menu li a {
        margin-left: 20px;
    }

    .brand-image {
        padding-left: 9px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .md-shrink>li>a {
        /*padding: 15px 6px;*/
    }

    .navbar-nav>li>a {
        /*font-size: 10px;*/
    }
}







/* add-on to change navbar collapse breakpoint */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        /* margin: 7.5px 50px 7.5px -15px */
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}
  
  
  


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: unset;
}