html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.btlogo {
    color: #97cecc!important;
    text-decoration: none;
    font-weight: 500;
    font-size:14px;
    letter-spacing: 2px;
    background: transparent;
    margin-bottom: 3px;
}

.btlogo:hover {
    color: #74bebb!important;
    text-decoration: none;
    font-weight: 500;
    font-size:14px;
    background: transparent;
    margin-bottom: 3px;
}

.maincaspio {
    width: 100%;
    top: 0;
    left: 0;
    margin-top:40px;
}

#headerstick {
    position: fixed;
    height: 30px;
    width: 100%;
    background: #dddddd;
    z-index: 1997;
    margin-top: -5px;
}

#headerstick2 {
    z-index: 1999;
}

#headerstick3 {
    position: fixed;
    height: 30px;
    width: 100%;
    background: #dddddd;
    z-index: 1999;
    margin-top: -5px;
}

.navbar-default {
    background-color: #413f3d;
    border-color: #413f3d;
}

.navbar {
    border-radius: 0;

}

.navbar-default .navbar-toggle {
    border-color: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color: grey;
    text-decoration: none;
}

.iframe{
  background:#F9FAF7;
}

ul, menu, dir {
    display: inline;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


ul#nav-right li {
    display: inline-block;
    float: none;
    padding-top:9px;
}

ul#nav-right li a {
    line-height:50px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
}

.navbar {
    position: sticky;
    top:0px;
    min-height: 40px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    z-index: 1999;
}

#expand-button {
    color:white;
    font-size: 22px;
    background: transparent;
}

#expand-button:click {
    color:white;
    font-size: 22px;
    background-color: transparent;
}

#expand-button:visited {
    color:white;
    font-size: 22px;
    background-color: transparent;
}

#expand-button:hover {
    color:white;
    font-size: 22px;
    background-color: transparent;
}

.navbar-brand {
    float: left;
    height: 0px;
    padding-top: 9px;
    padding-right: 10;
    padding-bottom:5px;
    padding-left: 0px!important;
    font-size: 20px;
    line-height: 20px;
    color:white;
}

#menu-toggle-2 {
    color:black;
}

#menu-toggle-2:hover {
    background-color:transparent;
    color:#ddd;
}

#menu-toggle-2:focus {
    background-color:transparent;
    color:#ddd;
}

span#page-title {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #6d6d6d;
    position: sticky;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:-95%;max-width:180px;margin-top:-6px;margin-right:-1px;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:left;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 5px 5px 0;border-right-color:#999;margin-top:5px;margin-right:10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;}
.dropdown-menu-right {margin-left:0;}

/*------------------ Overall page------------------------*/
 
 #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
 
#wrapper.toggled {
    padding-left: 110px;
    overflow: hidden;
}
 
#sidebar-wrapper {
    z-index: 1999;
    position: fixed;
    top:40px;
    left: 110px;
    width: 0;
    height: 100%;
    margin-left: -110px;
    overflow-y: hidden;
    background: #413f3d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 110px;
}
 
#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;  
    background: #ddd;
    overflow-x: hidden; 
}
.xyz{
    min-width: 360px;
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px; 
}
.fixed-brand{
    width: auto;
}

/*------------------ Sidebar Styles ------------------------*/
 
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 110px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}
 
.sidebar-nav li {
    text-indent: 12px;
    line-height: 33px;
}
 
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}
 
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    border-left: #2d5f5d 2px solid;
}
 
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
 
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
 
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
 
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.no-margin{
    margin:0;
}

@media(max-width:767px) {
    #headerstick2{
        position: fixed;
        width: 100%;
        z-index: 1999;
}

    #headerstick {
    position: fixed;
    height: 30px;
    width: 100%;
    margin-top: 25px;
    background: #dddddd;
    z-index: 1997;
}
    .row{
        margin-top: 30px;

}

}

@media(min-width:768px) {
    #wrapper {
        padding-left: 110px;
    }

    .fixed-brand{
        width: 100%;
        position: absolute;
        margin-left: 12px !important;  /* 50% of your logo width */
        display: block;
    }

    #wrapper.toggled {
        padding-left: 0;
    }
 
    #sidebar-wrapper {
        width: 110px;
    }
 
    #wrapper.toggled #sidebar-wrapper {
        width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 110px;
    }
 
 
    #page-content-wrapper {
        padding: 5px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
 
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 250px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -105px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 60px;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.2);
  overflow-x: hidden;
  transition: 0.5s;
  border-left-style: solid;
  border-left-width:3px;
  border-left-color:#2d5f5d;

}

.overlay-content {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;

}

.overlay a {
  padding: 1px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 5px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*------------------ Buttons ------------------------*/

.cb_but{
color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #4d74a2;
    width: auto;
    height: 27px;
    line-height: 27px;
    margin: 0px 3px;
    padding: 0px 15px;
    border: none;
}


.cb_but:hover{
color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #4f81bd;
    width: auto;
    height: 27px;
    line-height: 27px;
    margin: 0px 3px;
    padding: 0px 15px;
    border: none;
    cursor: pointer;
}

.cb_popup_title{
    
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    white-space: normal;
    text-decoration:underline;
    
    
}

.cb_msg{
    
    padding-top:40px;
    padding-bottom:20px;
}

.shortcutbutton{
 background-color:#1c3334;
 border:1px solid #ffffff;
 border-radius:25px;
 color:#ffffff;
 max-width: 140px!important;
 max-height: 25px!important;
 text-align: center!important;
 margin-right:0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding:0px 15px 0px 15px;
 display: inline-flex;
 align-items: center; 
}

.shortcutbutton:hover{
 background-color:#2d5f5d;
 border:1px solid #ffffff;
 border-radius:20px;
 color:#ffffff;
 max-width: 140px!important;
 max-height: 25px!important;
 text-align: center!important;
 margin-right:0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding:0px 15px 0px 15px;
 display: inline-flex;
 align-items: center; 
}

.shortcutbutton:click{
 background-color:#2d5f5d;
 border:1px solid #ffffff;
 border-radius:20px;
 color:#ffffff;
 max-width: 140px!important;
 max-height: 25px!important;
 text-align: center!important;
 margin-right:0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding:0px 15px 0px 15px;
 display: inline-flex;
 align-items: center; 
}

.shortcutbutton:visited{
 background-color:#2d5f5d;
 border:1px solid #ffffff;
 border-radius:20px;
 color:#ffffff;
 max-width: 130px!important;
 max-height: 40px!important;
 text-align: center!important;
 margin-right:0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding:0px 15px 0px 15px;
 display: inline-flex;
 align-items: center; 
}
 
   /*------------------ This css needs to be the same as what's in Caspio Styles custom css ------------------------*/

.cb_tdf{
font-family: arial;
font-size: 12px;
}
.cb_large_tdf{
font-family: arial;
font-size: 14px;
}
.cb_italic{
font-style:italic;
font-family: arial;
font-size: 12px;
}

.cb_text{
font-family: arial;
font-size: 12px;
}
.cb_text_large{
font-family: arial;
font-size: 14px;
}
.cb_text_italic{
font-style:italic;
font-family: arial;
font-size: 12px;
}

.cb_text_small{
font-family: arial;
font-size: 10px;
}


a {
    color: #3186AD;
      text-decoration: none;
      padding-bottom: 1px;
      border-bottom: 0px solid rgba(82,82,110,.2);
}

a:hover {
    color:black;
}

/* visited link */
a:visited {
  color: #3186AD;
      text-decoration: none;
      padding-bottom: 1px;
      border-bottom: 0px solid rgba(82,82,110,.2);
}

/* selected link */ 
a:active
{
    color: #24478f;
    text-decoration:none;
}

a.headerlink:link
{
    color:#6d6d6d;
    font-family: arial;
    
}
a.headerlink:visited
{
    color:#6d6d6d;
    font-family: arial;
    
}
a.headerlink:hover
{
    color:#000000;
    
}

a.trans:link
{
    color:#225c77;
    font-family: arial;
    font-size: 13px;
}
a.trans:visited
{
    color:#225c77;
    font-family: arial;
    font-size: 13px;
}
a.trans:hover
{
    color:#163d50;
    font-size:120%;
}
a.transnew:link
{
    color:#9c9996;
    font-family: arial;
    font-size: 14px;
}
a.transnew:visited
{
    color:#9c9996;
    font-family: arial;
    font-size: 14px;
}
a.transnew:hover
{
    color:#163d50;
    font-weight:bold;
}
a.transnew span
{
    display:none;
    padding:4px ;
    margin-left:2px;
    width:180px;
}
a.transnew:hover span
{
    display:inline;
    position:absolute;
    text-align:left;
    font-family: arial;
    font-size: 12px;
    top: 30px;
    left: -70px;
    z-index: 10000;
    background:#ffffff;
    border:1px solid #eeeeee;
    color:#6c6c6c;
}
.dropbtntrans
{
    background-color: transparent;
    color: #225c77;
    text-align:left;
    font-size: 13px;
    border: none;
    pointer-events: none;
}

.dropbtn
{
    background-color: transparent;
    color: #3186AD;
    padding: 2px;
    text-align:left;
    font-size: 12px;
    border: none;
    pointer-events: none;
}
.dropdown
{
    position: relative;
    display: inline-block;
}
.dropdown-content
{
    display: none;
    position: absolute;
    background-color: #F9FAF7;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2999;

}
.dropdown-content a
{
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    border: none;
}
.dropdown-content a:hover
{
    background-color: #ddd;
}
.dropdown:hover .dropdown-content
{
    display: block;
}
.dropdown:hover .dropbtn
{
    background-color: #ddd
}

.divy
{
  color:#696663;
  font-size: 14px; 
  font-family: Arial, sans-serif; 
  font-weight: normal;
  border-bottom:1px solid;
}

.divynou
{
  color:#696663;
  font-size: 14px; 
  font-family: Arial, sans-serif; 
  font-weight: normal;
}

.divylight
{
  color:#dad9d8;
  font-size: 14px; 
  font-family: Arial, sans-serif; 
  font-weight: normal;
  border-bottom:1px solid;
}
 
.buttonlink
{
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #3186AD;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-style: none;
    outline:none;
}
.buttonlink:hover
{
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color:black;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-style: none;
    outline:none;
}

.buttonlink:active
{
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color:black;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-style: none;
    outline:none;
}

.cb_btab
{
    color: #3186AD;
    font-size: 14px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 105px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #e6e6e5;
    border-width: thin;
    border-style: outset;
    border-top: thin #3186AD;
    border-left: thin #3186AD;
    border-right: thin #3186AD;
    border-bottom: none;
    outline:none;
    background: #E6E6E5;
background: -moz-linear-gradient(top, #E6E6E5 0%, #E6E6E5 42%, #F9FAF7 100%);
background: -webkit-linear-gradient(top, #E6E6E5 0%, #E6E6E5 42%, #F9FAF7 100%);
background: linear-gradient(to bottom, #E6E6E5 0%, #E6E6E5 42%, #F9FAF7 100%);

}

.cb_btab:hover
{
    color: #3186AD;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 105px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #e6e6e5;
    border-color: #3186AD;
    border-width: thin;
    border-style: outset;
    border-top: thin #3186AD;
    border-left: thin #3186AD;
    border-right: thin #3186AD;
    vertical-align: middle;
}

.cb_btab:focus
{
    color: #3186AD;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 105px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #e6e6e5;
    border-color: #3186AD;
    border-width: thin;
    border-style: outset;
    border-top: thin #3186AD;
    border-left: thin #3186AD;
    border-right: thin #3186AD;
    vertical-align: middle;
}

.cb_cancel
{
    color: #E0E0E0;
    font-size: 14px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 140px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #cf8b64;
    border-width: thin;
    border-style: outset;
    border-bottom: solid #cf8b64;
    outline:none;
}
.cb_cancel:hover
{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 140px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #692705;
    border-color: #692705;
    border-width: thin;
    border-style: outset;
    vertical-align: middle;
}
.cb_navigate
{
    color: #3186AD;
    font-size: 14px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 110px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #e6e6e5;
    border-width: thin;
    border-style: outset;
    border-top: thin #3186AD;
    border-left: thin #3186AD;
    border-right: thin #3186AD;
    border-bottom: thin #3186AD;
    

}
.cb_navigate:hover
{
    color: #3186AD;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 110px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #e6e6e5;
    border-color: #3186AD;
    border-width: thin;
    border-style: outset;
    border-top: thin #3186AD;
    border-left: thin #3186AD;
    border-right: thin #3186AD;
    vertical-align: middle;
}
.cb_submit
{
    color: #fff;
    font-size: 14px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 130px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #7395ae;
    border-width: thin;
    border-style: outset;
    border-bottom: solid #7395ae;
    outline:none;
}
.cb_submit:hover
{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 130px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #557a95;
    border-color: #557a95;
    border-width: thin;
    border-style: outset;
    vertical-align: middle;
}
.cb_green
{
    color: #fff;
    font-size: 14px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 130px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #1c3334;
    border-width: thin;
    border-style: outset;
    border-bottom: solid #1c3334;
    outline:none;
}
.cb_green:hover
{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 130px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #2d5f5d;
    border-color: #2d5f5d;
    border-width: thin;
    border-style: outset;
    vertical-align: middle;
}

.cb_green: visited
{
    color: #fff;
    font-size: 14px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 130px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #1c3334;
    border-width: thin;
    border-style: outset;
    border-bottom: solid #1c3334;
    outline:none;
}

.cb_green: focus
{
    color: #fff;
    font-size: 14px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 130px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #1c3334;
    border-width: thin;
    border-style: outset;
    border-bottom: solid #1c3334;
    outline:none;
}

.btaction
{
    color: rgb(45, 95, 93, .8);
    font-size: 12px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 60px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: rgb(230, 230, 229, .7);
    border-width: thin;
    border-style: outset;
    outline:none;

}

.btaction:hover
{
    color: #1c3334;
    font-size: 12px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 60px;
    cursor: pointer;
    vertical-align: middle;
    background-color: white;
    border-width: thin;
    border-style: outset;
}

.btaction:focus
{
    color: #1c3334;
    font-size: 12px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 60px;
    cursor: pointer;
    vertical-align: middle;
    background-color: white;
    border-width: thin;
    border-style: outset;
  
}

.btfilter
{
    color: rgb(45, 95, 93, .8);
    font-size: 12px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 60px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: rgb(230, 230, 229, .5);
    border-width: thin;
    border-style: outset;
    outline:none;

}


.btfilter:hover
{
    color: #1c3334;
    font-size: 12px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 60px;
    cursor: pointer;
    vertical-align: middle;
    background-color: white;
    border-width: thin;
    border-style: outset;
}

.btfilter:focus
{
    color: #1c3334;
    font-size: 12px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 60px;
    cursor: pointer;
    vertical-align: middle;
    background-color: white;
    border-width: thin;
    border-style: outset;
  
}

.btactionheader
{
    background:transparent;
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: rgb(45, 95, 93, .8);
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    border:1px solid #ffffff;     
}

.btactionheader:hover
{
    background: rgb(255, 255, 255,.7);
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: #1c3334;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border:0px solid #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.btactionheader:focus
{
    background: rgb(255, 255, 255,.7);
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: #1c3334;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border:0px solid #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

#btnplaceholder
{
    background: rgb(255, 255, 255,.7);
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: #1c3334;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border:0px solid #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

a.tooltipR {
color: #999999;
font-size: 12px;
text-decoration: none;
padding-bottom: 0px;
border-bottom: 0px solid rgba(82,82,110,.2);
}

a.tooltipR span {
display:none; 
padding:14px ; 
margin-left:-2px; 
min-width:500px;
background-color: #ffffff;
color:#4d4d4d;
}

a.tooltipR:hover span{
display:inline; 
position:absolute; 
border-radius: 6px;
z-index: 10000; 
background-color: #ffffff;
border: 2px solid #ddd; 
color:#4d4d4d;
top: -5px;
left: 105%;
}

a.tooltipRs {
color: #999999;
font-size: 12px;
text-decoration: none;
padding-bottom: 0px;
border-bottom: 0px solid rgba(82,82,110,.2);
}

a.tooltipRs span {
display:none; 
padding:14px ; 
margin-left:-2px; 
min-width:300px;
background-color: #ffffff;
color:#4d4d4d;
}

a.tooltipRs:hover span{
display:inline; 
position:absolute; 
border-radius: 6px;
z-index: 10000; 
background-color: #ffffff;
border: 2px solid #ddd; 
color:#4d4d4d;
top: -5px;
left: 105%;
}

a.tooltipL {
color: #999999;
font-size: 12px;
text-decoration: none;
padding-bottom: 0px;
border-bottom: 0px solid rgba(82,82,110,.2);
}

a.tooltipL span {
display:none; 
padding:14px ; 
margin-left:8px; 
min-width:400px;
background-color: #ffffff;
color:#4d4d4d;
}

a.tooltipL:hover span{
display:inline; 
position:absolute; 
border-radius: 6px;
z-index: 10000; 
background-color: #ffffff;
border: 2px solid #ddd; 
color:#4d4d4d;
top: -5px;
right:105%;
}

a.tooltipLs {
color: #999999;
font-size: 12px;
text-decoration: none;
padding-bottom: 0px;
border-bottom: 0px solid rgba(82,82,110,.2);
}

a.tooltipLs span {
display:none; 
padding:14px ; 
margin-left:8px; 
min-width:300px;
background-color: #ffffff;
color:#4d4d4d;
}

a.tooltipLs:hover span{
display:inline; 
position:absolute; 
border-radius: 6px;
z-index: 10000; 
background-color: #ffffff;
border: 2px solid #ddd; 
color:#4d4d4d;
top: -5px;
right:105%;
}

::placeholder {
color: #ddd;
opacity: .4;
}

.cb_support
{
    color: #fff;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 75px;
    min-height: 27px;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 1px 0px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    background:#e77265;
    
    
}

.cb_support:hover
{
    color: #ddd;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 75px;
    min-height: 27px;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 1px 0px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f1aea7;
    border-color: #f1aea7;
    
}

.cb_support: visited
{
    color: #ddd;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 75px;
    min-height: 27px;
    padding: 2px 4px 2px 4px;
    margin: 0px 0px 1px 0px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #f1aea7;
    
}

.cb_support: focus
{
    color: #ddd;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 75px;
    min-height: 27px;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 1px 0px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #f1aea7;
    
}

.cb_clear
{
    color: #fff;
    font-size: 14px;
    font-family: Lato,Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    min-width: 130px;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: rgb(115, 149, 174, .6);
    border-width: thin;
    border-style: outset;
    border-bottom: solid #7395ae;
    outline:none;
}
.cb_clear:hover
{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 4px 3px;
    margin: 0px 1px;
    border-radius: 4px;
    display: inline-block;
    min-width: 130px;
    cursor: pointer;
    vertical-align: middle;
    background-color: rgb(85, 122, 149, .6);
    border-color: #557a95;
    border-width: thin;
    border-style: outset;
    vertical-align: middle;
}

.btcomment
{
    background:#07D;
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: rgb(255, 255, 255, .7);
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    border:1px solid #ffffff;     
}

.btcomment:hover
{
    background: rgb(0, 119, 221, .6);
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border:0px solid #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.btcomment:focus
{
    background: rgb(0, 119, 221, .6);
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border:0px solid #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.btactiongreen
{
    background:rgb(45, 95, 93,.5);  
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: #ffffff!important;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    border:1px solid #ffffff;     
}

.btactiongreen:hover
{
    background: #1c3334;
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: #1c3334;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border:0px solid #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.btactiongreen:focus
{
    background: #1c3334;
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: #1c3334;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border:0px solid #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.dropbtngreen
{
    background:transparent;
    color: rgb(45, 95, 93,.5);  
    padding: 2px;
    text-align:left;
    font-size: 12px;
    border: none;
    pointer-events: none;
    text-decoration: none;
}

.btgreen
{
    background:rgb(45, 95, 93,.5);  
    
    color: #ffffff!important;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    border:1px solid #ffffff;     
}

.btgreen:hover
{
    background: #1c3334;
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: #1c3334;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border:0px solid #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.btgreen:focus
{
    background: #1c3334;
    padding: 4px 10px;
    border-radius: 5px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    font-size:13px;
    color: #1c3334;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border:0px solid #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

/*styling for tour divs and button*/
#twrapper {
    border: 0px solid white;
}
#tdiv1 {
    vertical-align:middle;
    display: inline-block;
    width:45%;
}
#tdiv2 {
    vertical-align:middle;
    display: inline-block;
    width:10%;
    padding-left: 8px;
}
#tdiv3 {
    vertical-align:middle;
    display: inline-block;
    width:45%;
    padding-left: 8px;
}

.bttour
{
    background:rgb(45, 95, 93,.8);  
    font-family: arial, sans-serif;
    text-align: center;
    min-width: 75px;
    min-height: 35px;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color: #ffffff!important;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    border:1px solid #ffffff;     

}

.bttour:hover
{
    background: #1b3132;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    border:1px solid #ffffff; 
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.bttour:visited
{
    background:rgb(45, 95, 93,.8); 
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    border:1px solid #ffffff; 
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.introjs-tooltip {
    background-color: rgba(000, 0, 0, 0.8)!important;
}

.introjs-tooltip-title {
    font-weight: 500!important;
    font-size: 16px!important;
    }
