/*!
 * IEM v1.0 (https://www.its-na.com/)
 * Copyright 2011-2022 Interactive Training Systems, Inc.
 */

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face
{
  font-family: embrima;
  src: url('fonts/ebrima.ttf');
}

@font-face
{
  font-family: embrimabold;
  src: url('fonts/ebrima-bold.ttf');
}

/*<editor-fold defaultstate="collapsed" desc="Basic Tag Styling">*/
*{
    box-sizing: border-box;
}

html
{
    height: 100%;
}

body
{
    font-family: 'ebrima', arial, helvetica, sans-serif;
    letter-spacing:.01em;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    color:  #333;
    background-color: #fff;
}

body.homepagebackground, body.oempagebackground, body.plantpagebackground
{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    background-color: transparent;
}

a
{
    cursor: pointer;
}

a:hover
{
    color: #003478;
}

abbr
{
    cursor: pointer;
}

p
{
    margin-top: 0;
}

h1
{
    margin-top: 10px;
    font-size: 1.5em;
    text-align: left;
    font-weight: bold;
    padding: 0;
}

h2
{
    font-weight: bold;
    font-size: 24px;
    margin-top: 0em;
}

figure
{
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

/*</editor-fold>*/

iframe
{
    background-color: #ffffff;
}

a
{
    color: #243882;
}

img.resize
{
    width: auto;
    height: auto;
    max-width: 100%;
}

img.resize2
{
    width: 100%;
    height: auto;
    max-width: 250px;
}

.btn-primary
{
    background-color: #00095b;
    font-weight: 500;
}

.btn-primary:hover
{
    background-color: #1700f4;
}

.main-content .column, .main-content2 .column
{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 30%;
    vertical-align: top;
    display: inline-block;
    padding-bottom: 2em;
}

.main-content-width
{
    padding: 1em 0em;
    position: relative;
    margin-bottom: 3.5em;
}

.main-content-width2
{
    padding: 1em 0em 0em 0em;
    position: relative;
    margin: 0em 5em 2.5em 5em;
}

.main-content-width2.nopadding
{
    padding: 0;
}

.main-content2
{
    background-color: #fff;
    margin: 0 auto;
    padding: 1em 2.5em;
    margin-bottom: 4em;
}

.column h3
{
    font-size: 1.3em;
    text-align: center;
    padding-top: 0.5em;
}

.main-content .column img, .main-content2 img
{
    transition: 0.5s ease-in-out;
}

.main-content .column img:hover, .main-content2 .column img:hover
{
    overflow: hidden;
    transform: scale(1.02);
    -webkit-transform:scale(1.02);
}

.featured-clients-list__desc
{
    position: relative;
    width: 100%;
    text-align: center;
    color: #adadad;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    text-align: center;
}

.featured-clients-list__desc:hover
{
    text-decoration: none;
}

.main-content-width2 .breadcrumb .returnbutton
{
    position: absolute;
    right: 0;
    top: 1em;
    font-size: 1.5em;
}


.breadcrumb a
{
    color: #12235e;
    opacity: .7;
}

.breadcrumb a:hover
{
    color: #12235e;
    opacity: 1;
}

.breadcrumb .returnbutton
{
    position: absolute;
    right: 1.5em;
    font-size: 1.5em;
}

.main-content-width2 div.excel
{
    position: absolute;
    right: 0;
    display: inline-block;
    padding-right: 0;
    padding-bottom: 0em;
}

.breadcrumb
{
    background-color: transparent;
    position: relative;
    background: transparent;
    width: 100%;
    padding: 0;
}

.fa-asterisk
{
    color: red;
    padding: 0em .1em;
}

.fa-envelope
{
    
}

.breadcrumb .fa-home
{
    font-size: 1.5em;
    padding-right: .5em;
}

.breadcrumb .fa-chevron-right
{
    padding: .3em .5em 0 0;
}

.breadcrumb .link
{
    font-weight: bold;
    padding: 0 .5em 0 0;
}

.breadcrumb .active
{
    font-weight: bold;
}

div.excel
{
    position: relative;
    width: 100%;
    text-align: right;
    cursor: pointer;
    opacity: 0.8;
}

div.excel:hover
{
    opacity: 1.0;
}

div.excel img
{
    width: 30px;
}

.inst_txt
{
    display: inline-block;
}

.main-content-width2 div.excel
{
    position: absolute;
    right: 0;
    display: inline-block;
    padding-right: 0;
    padding-bottom: 0em;
}

@media (max-width: 767px)
{
    .main-content-width2 .breadcrumb .returnbutton
    {
        top: .5em;
    }
}

.main-content-width2 .breadcrumb
{
    background: transparent;
    width: 100%;
    padding-bottom: .1em;
    padding-left: 0em;
}

.main-content-width2 .breadcrumb .fa-home
{
    font-size: 1.5em;
    padding-right: .5em;
}

.main-content-width2 .breadcrumb .fa-chevron-right
{
    padding: .3em .5em 0 0;
}

.main-content-width2 .breadcrumb .link
{
    font-weight: bold;
    padding: .2em .5em 0 0;
    font-size: .9em;
}

.main-content-width2 .breadcrumb .active
{
    font-weight: bold;
    font-size: .9em;
    padding: .2em 0;
}

.search
{
    padding-bottom: 0;
}

.search input
{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.search input:focus{
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    outline: none;
}

.slogan
{
    margin-top: 20px;
    text-align: right;
}

.left
{
    text-align: left;
}

/*#main-content
{
    padding-top: 1.6em;
}*/

.btn-primary.disabled, .btn-primary:disabled
{
    background-color: #0276b3;
    border-color: #0276b3;
}

/*<editor-fold defaultstate="collapsed" desc="Header">*/
header
{
    display: block;
    background-color: transparent;
    height: auto;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
/*</editor-fold>*/
/*<editor-fold defaultstate="collapsed" desc="Footer">*/

footer, .header
{
    background: transparent;
}

.header
{
    margin-bottom: 1.5em;
}

footer
{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}
/*</editor-fold>*/

.footer img
{
    max-width: 90px;
    width: auto;
}

.footer .address
{
    float: right;
    text-align: right;
    color: #fff;
    padding: 1em 0em;
}

.footer .plain-button, .contactgroup .plain-button
{
    color: #003172;
    border: .5px solid #003172;
    background-color: #fff;
    letter-spacing: 0.5px;
    padding: 0.6em 1em;
    font-weight: bold;
    transition: all .25s ease-in-out;
}

.footer .plain-button:hover, .contactgroup .plain-button:hover, .headerleft .plain-button
{
    background-color: #003172;
    color: #fff;
}

.footer .address a, .footer .address a:hover
{
    color: #fff;
}

/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Footer">*/
footer
{
    width: 100%;
    position: fixed;
    bottom: 1em;
    background-color: transparent;
}

footer .qrl
{
    position: absolute;
    right: 5em;
    font-size: 1.2em;
    bottom: 1em;
}

@media screen and (max-width: 1000px)
{
    footer
    {
        position: relative;
        padding-bottom: 1em;
    }

    footer .qrl, footer .poweredby
    {
        position: relative;
        width: 100%;
        right: unset;
        bottom: unset;
        padding: 1em;
    }
}

/*<editor-fold defaultstate="collapsed" desc="Tables">*/
.twocolumntable
{
    display: table;
    width: 100%;
}

.twocolumntable .tablerow
{
    display: table-row;
}

.twocolumntable .tablecell
{
    display: table-cell;
    text-align: center;
    width: 50%;
    padding: 10px;
}

.threecolumntable
{
    display: table;
    width: 100%;
}

.threecolumntable .tablerow
{
    display: table-row;
}

.threecolumntable .tablecell
{
    display: table-cell;
    text-align: center;
    width: 30%;
    padding: 10px;
}

/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Grid">*/
.grid-container
{
    text-align: center;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.2), inset 0 -2px 3px rgba(0,0,0,.1);
    background-color: #e8edf2;
    padding-bottom: 20px;
    font-size: 0;
}
figure.grid-cell
{
    text-align: center;
    display: inline-block;
    max-width: 100%;
    position: relative;
    margin: 20px 10px 0 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    transition: all .1s ease-in;
    background-color: #b8bdc2;
}

figure.grid-cell img
{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
}

figure.grid-cell a
{
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

figure.grid-cell:hover
{
    color: #003478;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.img-border
{
    padding: 10px;
}

figcaption
{
    padding: 8px;
    font-size: 16px;
    background-color: white;
}
/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Header and Footer">*/
.header, .footer
{
    max-width: 100%;
    margin: 0 5em;
}

.divider
{
    background-color: #12235e;
    height: 10px;
    clear: both;
}

.headerleft
{
    padding: 1em;
    display: inline-block;
    position: relative;
    width: 50%;
}

.headerleft img
{
    width: -webkit-fill-available;
    max-width: 600px;
}

.headerleft img:hover, .footer img:hover
{
    -webkit-filter: drop-shadow(0 3px 3px #111) drop-shadow(-1px -1px 0 #111);
    filter: drop-shadow(0 3px 3px #111) drop-shadow(-1px -1px 0 #111);
}

.headerright
{
    float: right;
    position: relative;
    top: 1.5em;
    transition: all .5s ease-in-out;
}

.headerright button, .headerleft .plain-button
{
    background: rgba(255,255,255,0.2);
    border: 1px solid transparent;
    border-radius: 1.2em;
    color: #fff;
    position: relative;
    padding: .8em;
    margin: 0 0.3em;
}

.headerright button:hover, .vendorlink:hover, .headerleft .plain-button:hover
{
    background: rgba(255,255,255,0.3);
    box-shadow: .4em .4em .4em rgba(0,0,0,.4);
}

.headerleft .navbutton
{
    margin-right: 1em;
    vertical-align: middle;
    display: none;
}

.headerleft .navbutton .fa-bars
{
    font-size: 3em;
}

@media screen and (max-width: 1000px)
{
    .headerleft img
    {
        max-width: 350px;
    }
    
    .headerleft a, .headerleft .navbutton
    {
        display: inline-block;
    }
    
    .headerleft a
    {
        float: right;
    }
    
    .headerright
    {
        display: none;
        height: 0;
    }
}

@media screen and (max-width: 630px)
{
    .header, .footer
    {
        margin: 0 2em;
    }
}

@media screen and (max-width: 550px)
{
    .header
    {
        margin-bottom: .5em;
    }
    
    .headerleft .navbutton .fa-bars
    {
        font-size: 2em;
    }
    
    .headerleft img
    {
        max-width: 300px;
    }
    
    .header, .footer
    {
        margin: 0 1em;
    }
    
    .headerleft .navbutton
    {
        border-radius: .5em;
        padding: .5em;
    }
}

@media screen and (max-width: 450px)
{
    .headerleft .navbutton .fa-bars
    {
        font-size: 1em;
    }
    
    .headerleft img
    {
        max-width: 250px;
    }
}

@media screen and (max-width: 300px)
{
    .headerleft img
    {
        max-width: 175px;
    }
    
    .headerleft .navbutton
    {
        padding: .2em;
        border-radius: .5em;
    }
}

@media screen and (max-width: 1400px)
{
    .headerright
    {
        top: 1em;
    }
}

@media screen and (max-width: 1100px)
{
    .headerright
    {
        top: 1em;
    }
}

@media screen and (max-width: 900px)
{
    .headerright
    {
        top: .5em;
    }
}

#title
{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #333;
}

.footer img
{
    max-width: 4em;
    width: auto;
}

.footer .address
{
    float: right;
    text-align: right;
    color: #fff;
    padding: 1em 0em;
}

.footer .plain-button
{
    color: #003172;
    border: .5px solid #003172;
    background-color: #fff;
    letter-spacing: 0.5px;
    padding: 0.6em 1em;
    font-weight: bold;
    transition: all .25s ease-in-out;
}

.footer .plain-button:hover
{
    background-color: #003172;
    color: #fff;
}

.footer .address a, .footer .address a:hover
{
    color: #fff;
}

.table .thead-dark th
{
    background-color: #000;
    border-color: #003172;
}

.plain-button-body
{
    letter-spacing: 0.5px;
    font-weight: 700;
    font-weight: var(--bold);
    text-transform: uppercase;
}
/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Navbar">*/
#nav-toggle
{
    display: none;
}

.navbar
{
    display: table;
    width: 100%;
    padding: 5px 10px;
    max-width: 1400px;
    margin: auto;
}
#nav
{
    display: table-row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav>li{
    display: table-cell;
    text-align: center;
    /*line-height: 1.1;*/
    /*border-left: 1px solid #b8bdc2;*/
    padding: 0 2px;
}

#nav2 li
{
    padding-bottom: 10px;
}

#nav2>li a
{
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    color:  #003478;
}

#nav2 li a.active, #nav2 li a:hover
{
    color:  #5b5b5b;
    text-decoration: underline;
}

#nav>li a {
    text-decoration: none;
    /*color:  white;*/
    font-size: 14px;
    display: block;
    padding: 5px;
    border-bottom: 3px solid white;
}
#nav>li>a, .nav2>li>a, .nav-toggle
{
    font-weight: bold;
    text-transform: uppercase;
}

#nav li a:hover, #nav li a.active
{
    color:  #003478;
    border-bottom: 3px solid #003478;
}

.dropdown
{
    position: relative;
    z-index: 100;
}

.dropdown-list
{
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    border: 1px solid #b8bdc2;
    border-top: none;
    margin-top: 5px;
    z-index: 100;
}
#nav .dropdown-list a
{
    padding: 5px 10px;
    font-weight: bold;
}

.caret
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*</editor-fold>*/

.content
{
    width: 100%;
}

.leftcontent
{
    width: 28%;
    display: inline-block;
    vertical-align: top;
    font-size: 20px !important;
    text-align: left;
    padding-right: 30px;
}
           
.leftcontent li
{
    padding: 10px 0px;
}
         
.rightcontent
{
    width: 70%;
    display: inline-block;
    text-align: center;
}

.standarddiv
{
    width: 80%;
    margin: auto;
    text-align: center;
}

.homepagediv
{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5em;
}

.companylist div
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
            
.companylist div ul
{
    margin-top: 0px;
}
            
.companylist div li
{
    padding: 3px;
}

.grid-container
{
    text-align: center;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.2), inset 0 -2px 3px rgba(0,0,0,.1);
    background-color: #e8edf2;
    padding-bottom: 20px;
    font-size: 0;
}

.homebuttons
{
/*    width: 48%;*/
    display: inline-block;
}

.imageWrapper
{
    opacity: 0.8;
}

.imageWrapper:hover
{
    opacity: 1;
}

.imageWrapper.disabled
{
    opacity: 0.2;
}

.zeropadding
{
    padding-left: 0px;
}

.imageWrapper
{
    width: 300px;
    height: 200px;
    background-size: 100%;  
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s ease-in-out;
    margin: 0 auto;
    cursor: pointer;
}

.imageWrapper400
{
    width: 400px;
    height: 300px;
    background-size: 100%;  
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s ease-in-out;
    margin: 0 auto;
    cursor: pointer;
}

.columns
{
    width: 300px;
}

.fleximage
{
    cursor: pointer;
    position: absolute;
    bottom: 0;
    display: flex;
    background: #092a46;
    opacity: 0.9;
    width: 100%;
    transition: .5s ease-in-out;
}

.fleximage:hover
{
    opacity: 1;
}

.fleximage .flexicon
{
    font-size: 2em;
    padding: .2em;
    padding-right: 1em;
    color: #ffffff;
    display: inline-flex;
}

.fleximage .flextext, .fleximage .flextext2
{
    display: inline-flex;
    padding: 0.5em;
    text-align: right;
    margin-left: auto;
    font-size: .9em;
    color: #ffffff;
}

.search-item .fleximage .flextext
{
    margin-top: 1.1em;
}

.search-item .fleximage .flextext2
{
    margin-top: .2em;
}

video
{
    width: 100%;
    max-width: 75%;
}

@media (max-width: 1000px)
{
    /*<editor-fold defaultstate="collapsed" desc="Header and Footer">*/
    .headerleft
    {
        float: none;
        width: 100%;
        padding: 1em 0em;
    }
    
    .headerright
    {
        float: none;
        text-align: center;
        width: 100%;
        padding: .5em 0em 1em;
    }
    
    .headerright button
    {
        width: 100%;
        margin: 0.5em 0;
    }
    
    .footer
    {
        text-align: center;
        margin-top: 3em;
    }
    
    .footer img
    {
        float: none;
    }
    
    .footer .address
    {
        float: none;
        text-align: center;
        margin-top: 10px;
        padding-top: 0em;
    }
    /*</editor-fold>*/

    /*<editor-fold defaultstate="collapsed" desc="Navbar">*/
    #nav-toggle{
        display: block;
        /*font-size: 14px;*/
        padding: 10px;
        background-color: #333;
        color: white;
        cursor: pointer;
    }
    #nav-toggle:hover{
        color: #003478;
    }
    #nav-toggle:hover .icon-bar{
        background-color: #003478;
    }

    .nav-label
    {
        /*float: left;*/
        display: none;
    } 

    .nav-icon
    {
        width: 26px;
        margin-right: 10px;
    }
    .icon-bar{
        display: none;
        width: 22px;
        height: 3px;
        border-radius: 1px;
        background-color: white;
        float: left;
        margin-top: 4px;
    }
    .icon-bar:first-child{
        margin-top: 0px;
    }

    .navbar, #nav{
        display: block;
        margin: 0;
        padding: 0;
    }
    #nav{
        display: none;
    }

    #nav.active{
        display: block;
    }

    #nav li{
        display: block;
        text-align: left;
        /*border-top: 1px solid #b8bdc2;*/
        border-right: none;
    }
    #nav>li:first-child{
        border-left: none;
    }
    #nav>li a {
        padding: 10px;
    }

    .dropdown-list{
        display: none;
        position: relative;
        padding: 0;
        border: none;
        margin-top: 0;
    }
    #nav ul.dropdown-list li a {
        padding: 10px 10px 10px 30px;
    }
    /*</editor-fold>*/
    
    .main-content-width2 .breadcrumb
    {
        padding-top: 0em;
    }
    
    .twocolumntable .tablecell
    {
        display: block;
        width:100%;
        text-align: center;
    }
    
    .threecolumntable .tablecell
    {
        display: block;
        width:100%;
        text-align: center;
    }
    
    .disappear
    {
        display: none;
    }
    
    .slogan
    {
        text-align: center;
        padding-top: 20px;
    }
    
    .left
    {
        text-align: center;
    }
    
    img.resize2
    {
        min-width: 300px;
    }
    
    .leftcontent
    {
        display: block;
        width: 100%;
    }
    
    .rightcontent
    {
        display: block;
        width: 100%;
    }
    
    .homebuttons
    {
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .zeropadding
    {
        padding-left: 40px;
    }
}

.modal
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 310000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

.contactdiv
{
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

@media screen and (min-width: 1001px)
{
    .headerright
    {
        display: block !important;
    }
}

@media (max-width: 767px)
{
    .contactdiv
    {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}

.contactdiv .contactgroup
{
    display: block;
    color: #003172;
    padding: 1em;
}

.contactdiv h2, .contactdiv p
{
    padding: 0;
    margin: 0;
}

.contactdiv h4
{
    font-size: 1.3em;
    line-height: 1.3em;
    padding-bottom: 1em;
}

.contactdiv .contactgroup form
{
    padding: 1em 0em;
}

.modaltop
{
    width: 100%;
    background-color: #003172;
    padding: 0.5em;
}

.modal-window
{
  background-color: #fefefe;
  color: #003172;
  margin: auto;
  width: 80%;
  max-width: 1100px;
  box-shadow: 0 0 0 10px rgba(0,0,0,.35);
}

.modal-window.search
{
    width: 90%;
    max-width: 95%;
}

.modaltitle
{
    font-weight: bold;
    color: white;
    display: inline-block;
    font-size: 1.2em;
    padding: 0em 0 0 0.8em;
}

.remodal-close
{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 38px;
  font-size: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: #cccccc;
}

.remodal-close
{
  float: right;
  position: initial;
}

/*<editor-fold defaultstate="collapsed" desc="Tabs">*/
.tab
{
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab button
{
  background-color: #ccc;
  margin-top: .5em;
  border-top-right-radius: 1.5em;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 0.7em;
  transition: 0.3s;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover
{
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active
{
  background-color: blue;
  color: white;
}

/* Style the tab content */
.tabcontent
{
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontentgroup
{
    display: block;
}
/*</editor-fold>*/

.leftsidehome
{
    display: inline-block;
    width: 28%;
    vertical-align: top;
    padding: 0 1em;
    margin-bottom: 4em;
}

@media screen and (max-width: 900px)
{
    margin-bottom: 0;
}

.leftsidehome .specificvendor
{
    border-bottom: 2px solid #003172;
}

.leftsidehome .specificvendor
{
    opacity: .8;
}

.leftsidehome .specificvendor.disabled
{
    opacity: .6;
}

.leftsidehome .specificvendor:hover
{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: transform 500ms ease-in-out;
    transition: opacity 1000ms ease-in-out;
    opacity: 1.0;
}

.leftsidehome.full
{
    width: 100%;
    padding-top: 2.5em;
}

.main-content-width2.nopadding .leftsidehome.full
{
    padding-top: 0;
    margin-bottom: 1em;
}

@media screen and (max-width: 1500px)
{
    .leftsidehome.full
    {
        padding-top: 0em;
    }
}

.leftsidehome .vendors .specificvendor
{
    width: 20%;
    margin: 2em;
    max-width: 250px;
    min-width: 200px;
    display: inline-grid;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.main-content-width2.nopadding .leftsidehome .vendors .specificvendor
{
    max-width: 250px;
}

.main-content-width2.nopadding .leftsidehome .vendors .specificvendor.large
{
    max-width: 250px;
}


.leftsidehome .vendors 
{
    text-align: center;
    padding: 1em 0em;
    width: 100%;
    margin: 0 auto;
    display: flow-root;
}

.leftsidehome .vendors .vendorlink
{
    width: 100%;
    text-align: center;
}

.vendorlink:hover
{
    text-decoration: none;
}

.leftsidehome .vendors .vendorlink .vendorimage img
{
    width: 90%;
}

.leftsidehome .vendors .vendorlink .plantimage img
{
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 1.2em;
    border-top-right-radius: 1.2em;
}

.leftsidehome .vendors .vendorlink .vendorimage img.lighten
{
    -webkit-filter: drop-shadow(0.15em 0.1em 0px #fff) drop-shadow(-1px -1px 0 #111);
    filter: drop-shadow(0.15em 0.1em 0px #fff) drop-shadow(-1px -1px 0 #111);
}

@media (max-width: 990px)
{
    .leftsidehome .vendors .specificvendor
    {
        width: 100%;
    }
}

@media (max-width: 850px)
{
    .leftsidehome .vendors
    {
        width: 100%;
    }
    
    .leftsidehome
    {
        margin-bottom: 0;
        padding: 0;
    }
    
    #main-layout
    {
        margin-top: 2em;
    }
    
    #mainimage
    {
        margin-bottom: 10em;
    }
    
    .leftsidehome .vendors .specificvendor
    {
        margin: 0 auto;
    }
}

.rightsidehome
{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    text-align: center;
}

@media (max-width: 1000px)
{
    .rightsidehome, .leftsidehome
    {
        text-align: center;
        width: 100%;
        display: block;
    }
}

.labeldiv
{
    display: inline-block;
    padding: .5em;
}

.labeldiv label
{
/*    display: table-cell;*/
    display: inline;
    padding: .5em;
}

.labeldiv input
{
/*    display: table-cell;*/
    display: inline-block;
    margin: .5em;
/*    width: 100%;*/
}

.searchresulttable
{
    margin: 1em .5em;
    display: table;
    width: 100%;
}

.searchresultheadergroup
{
    display: table-header-group;
}

.searchresultheader
{
    font-weight: bold;
    display: table-cell;
    text-align: center;
    border-bottom: .1em solid #003366;
    color: #12235e;
}

.searchrow
{
    display: table-row;
}

.searchrow:nth-child(even):hover
{
    background-color: rgba(10,10,10,.1);
}

.searchrow:nth-child(odd)
{
    background-color: rgba(18,35,94,.1);
}

.searchrow:nth-child(odd):hover
{
    background-color: rgba(18,35,94,.3);
}

.searchrow:hover
{
    text-decoration: none;
}

.searchcell
{
    text-align: center;
    display: table-cell;
    padding: .2em;
}

.homeimage
{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding-top: 6em;
}

.imagediv
{
    position: absolute;
    background-color: #ccc;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    transition: all 1s ease-in-out;
}

.imagediv abbr
{
    display: none;
    width: fit-content;
    font-weight: bold;
    opacity: .9;
    font-size: .85em;
}

.imagediv:hover abbr
{
    display: block;
    position: absolute;
    transition: transform 1000ms ease-in-out;
    top: -2em;
    left: 35%;
    background: black;
    color: white;
    padding: .5em;
}

.dropdownnav
{
    position: relative;
    display: inline-block;
}

.dropdown-content 
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdownnav:hover .dropdown-content
{
  display: block;
}

.toggle
{
    display: none;
}

nav
{ 
    margin:0;
    padding: 0;
}

nav:after
{
    content:"";
    display:table;
    clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul
{
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
}
	
/* Positioning the navigation items inline */
nav ul li
{
    margin: 0px;
    display:inline-block;
}

/* Styling the links */
nav a
{
    display:block;
    padding:.5em 1em;
    text-decoration:none;
}


nav ul li ul li:hover 
{
    background: rgba(10,10,10,1);
}

nav ul li ul li a:hover
{
    color: rgba(255,255,255,1);
}

nav ul ul
{
    display: none;
    position: absolute;
    top: 2em; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul
{
    display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li
{
    width:auto;
    background: rgba(10,10,10,.8);
    display:list-item;
    position: relative;
    color: rgba(255,255,255,.8);
}

nav ul ul li a
{
    color: rgba(255,255,255,.9);
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li
{
    position: relative;
    top:-60px;
    /* has to be the same number as the "width" of "nav ul ul li" */ 
    left:6em; 
    padding: .2em 0;
}

header .headertable
{
    display: table;
    margin: 0 5em; 
    width: -webkit-fill-available;
}

header .tablerow
{
    display: table-row;
}

header .headerlogodiv
{
     display: table-cell;
     padding-top: 1em;
     width: 25%;
}

header .headernavdiv
{
    display: table-cell;
    text-align: center; 
    vertical-align: middle;
    padding-top: 1em;
}

header .headertitlediv
{
    display: table-cell;
    text-align: right; 
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
    width: 25%;
}

#navbutton
{
    display: none;
    font-size: 2em;
    left: .5em;
    top: 1em;
    border: none;
    cursor: pointer;
}

#navbutton p
{
    margin: 0;
}

#navbutton .menutext
{
    font-size: .4em;
}

@media all and (max-width : 1000px)
{
    .searchresulttable
    {
        margin: 2em 0;
    }
    
    .labeldiv
    {
        display: block;
        width: 100%;
    }
    
    .labeldiv label
    {
        width: 35%;
        display: inline-block;
    }
    
    .labeldiv  input
    {
        width: 60%;
    }

    header .headerlogodiv, header .headertitlediv, header .headernavdiv
    {
        display: block;
        text-align: center;
        width: 100%;
    }
    
    #navbutton
    {
        position: fixed;
        display: block;
    }
    
    header .headernavdiv
    {
        position: fixed;
        width: 95%;
        right: 1em;
        top: 1em;
        margin: 1em auto;
        display: none;
    }
    
    nav
    {
        margin: 0;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul
    {
            display: block;
    }

    /* Change menu item's width to 100% */
    nav ul li
    {
        display: block;
        width: 100%;
    }
    
    nav ul ul a
    {
        padding: 0 40px;
    }

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px)
{

	nav ul li {
		display:block;
		width: 94%;
	}

}

#example tr
{
    cursor: pointer;
}

#example a:hover
{
    text-decoration: none;
}

.halfwidth
{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.halfwidth.first
{
    width: 59%;
}

.halfwidth.last
{
    width: 39%;
}

.halfwidth .imagediv
{
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 1em;
    color: black;
    background-color: red;
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
}

.halfwidth .imagediv:hover
{
    color: #fff;
    background-color: #003172;
    text-decoration: none;
}

.halfwidth .imagediv abbr
{
    color: #fff;
    background-color: #003172;
    font-size: .7em;
    width: max-content;
}

.halfwidth .imagediv abbr
{
    left: -40%;
    top: -3em;
}

@media screen and (max-width: 950px)
{
    .halfwidth.first, .halfwidth.last
    {
        width: 100%;
        display: block;
    }
    
    .halfwidth
    {
        padding-bottom: 2em;
    }
}

.leftsidehome .vendors .vendorlink
{
    display: block;
    background: rgba(255,255,255,0.2);
    border-color: transparent;
    border-radius: 1.2em;
    padding-bottom: 0.5em;
    border-top-left-radius: 1.2em;
    border-top-right-radius: 1.2em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0.4em 0.4em 0.4em rgb(0 0 0 / 10%);
}

.leftsidehome .vendors .vendorlink:hover
{
    box-shadow: 0.4em 0.4em 0.4em rgb(0 0 0 / 40%)
}

.leftsidehome .vendors .vendortext
{
    position: relative;
    padding-top: 1em;
    text-shadow: 2px 2px 2px black;
}

.leftsidehome .vendors .deletebutton
{
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    background-color: transparent;
    border: none;
    color: #aaa;
    z-index: 100;
    cursor: pointer;
}

.leftsidehome .vendors .editbutton
{
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    cursor: pointer;
    z-index: 100;
    color: #aaa;
    border: none;
    background: transparent;
}

.leftsidehome .vendors .editbutton:hover, .leftsidehome .vendors .deletebutton:hover
{
    color: #fff;
}

[data-title]:hover:after
{
    opacity: 1;
    transition: all 0.1s ease 0.1s;
    visibility: visible;
}
[data-title]:after
{
    content: attr(data-title);
    background-color: #000;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    padding: .2em .4em;
    bottom: -1.2em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    border-radius: 5px;
    z-index: 1000;
    visibility: hidden;
}
[data-title]
{
    position: relative;
}

.leftsidehome .vendors .vendorlink.botomborderradius
{
    border-bottom-left-radius: 1.2em;
    border-bottom-right-radius: 1.2em;
}

.leftsidehome .vendors .vendorlink.plantslink
{
    padding: 0;
    background-color: transparent;
}

.leftsidehome .specificvendor
{
    opacity: 1;
    border: none;
    position: relative;
}

.homepagetext
{
    font-size: 1.7em;
    text-shadow: 3px 3px 3px rgba(0,0,0);
    text-align: center;
}

.featured-clients-list__desc
{
    height: 3.5em;
    color: #fff; 
    font-weight: 500;
    margin-bottom: -1.3em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: #243782;
    border-bottom: 1px solid #243782;
    padding: .3em .4em;
}

@media screen and (max-width: 1440px)
{
    .featured-clients-list__desc
    {
        height: 55px;
    }
}

@media screen and (max-width: 850px)
{
    .leftsidehome .vendors .vendorlink
    {
        margin: .5em;
    }
}

@media screen and (max-width: 280px)
{
    .header, .footer
    {
        margin: 0 2em;
    }
    
    .main-content-width2
    {
        margin: 0 2em 2.5em 2em;
    }
}

.invisible
{
    height: 0;
}

.invisibleplants
{
    height: 0;
    visibility: hidden !important;
}

.textsearch
{
    opacity: .5;
    display: block;
    min-width: 500px;
    text-align: center;
    height: 3em;
    margin: 0 auto;
    border-radius: .4em;
}

.textsearch:focus
{
    opacity: 1;
    border: none;
    outline: none;
}

@media screen and (max-width: 767px)
{
    .textsearch
    {
        width: 100%;
        min-width: unset;
    }
}

.oempagebackground
{
    background-image:url('/images/backgrounds/oem.webp');
    background-size: cover;
}

.homepagebackground
{
    background-image:url('/images/backgrounds/homepage.webp');
    background-size: cover;
}

.plantpagebackground
{
    background-image:url('/images/backgrounds/plant.jpg');
    background-size: cover;
}

.breadcrumb.frontpages
{
    align-items: center;
    font-size: 1.3em;
}

.breadcrumb.frontpages a .fa
{
    color: #fff;
}

.breadcrumb.frontpages a
{
    opacity: 1;
}

.breadcrumb.frontpages a:hover
{
    opacity: .9;
}

.breadcrumb.frontpages .active
{
    padding-right: 1em;
}

.breadcrumb.frontpages .btn-light:hover
{
    opacity: .9;
}

.red
{
    color: red;
}

section.split
{
    display: table;
    width: 100%;
}

section.split .leftside
{
    width: 50%;
    display: table-cell;
    padding: 0em 2em 1em 0;
    vertical-align: top;
}

section.split .rightside
{
    width: 50%;
    display: table-cell;
    padding: 0em 0em 1em 2em;
    vertical-align: top;
}

@media screen and (max-width: 1000px)
{
    section.split .leftside, section.split .rightside
    {
        display: block;
        width: 100%;
        padding: 1em 0em;
    }
    
    section.split .rightside .table
    {
        margin: 0em 0em 5em 0em;
    }
    
    .tabcontent
    {
        margin-bottom: 5em;
    }
}

/*<editor-fold defaultstate="collapsed" desc="Login Page">*/
.login_form_container
{
    background-color: rgba(255,255,255,.25);
    padding: 1em 2em;
    color: #343a40;
    width: fit-content;
    margin: 2em auto;
    border-radius: 2em;
    text-align: center;
}

.login_form
{
    position: relative;
    padding: 15px;
    margin: 15px 0 0;
}

.login_form label
{
    transition: all 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    position: absolute;
    padding-left: 10px;
    top:15px;
    cursor: text;
    margin-top: -.5em;
    margin-left: 1.5em;
    display: block;
    opacity: .8;
}

.login_form input:focus + label,.login_form input:not(:placeholder-shown) + label
{
    opacity:1;
    transform: scale(.9) translateY(-150%) translateX(-10px);
    color:#000;
}

.login_form input:focus
{
    border:1px solid #000;
    outline-color: #000;
}

.logininput
{
    display: block;
    width: 100%;
    position: relative;
}

.login_form input
{
    width: auto;
    min-width: 650px;
    border: 1px solid #dcdfe3;
    box-shadow: inset 0 0 6px 0 #e5e9ed;
    text-indent: .5em;
    margin: 1em 1em 1.5em 1em;
    padding: .3em;
    font-size: 20px;
    display: block;
    position: relative;
}

.login_form input
{
    transition: all 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.5;
}

.login_form input:focus
{
    opacity: .8;
    box-shadow: none;
    border-color: #80bdff;
    outline: 0;
}

.login_form input[type="button"], .forgotpw, .login_form input[type="submit"]
{
    opacity: .8;
    box-shadow: 1px 1px rgb(255 255 255 / 80%);
    border: 1px solid #dcdfe3;
    background-color: rgba(0,9,91,.8);
    margin: 1em;
}

.login_form input[type="button"]:hover
{
    background-color: #1700f4;
}

.header.login
{
    text-align: center;
}

.header.login .headerleft a
{
    float: none;
}

@media screen and (max-width: 1000px)
{
    .login_form_container
    {
        width: 75%;
    }

    .login_form input
    {
        min-width: unset;
        width: -webkit-fill-available;
    }
}
/*</editor-fold>*/

iframe.popupiframe
{
    width: 100%;
    height: 100%;
}

.center
{
    text-align: center;
}

.modalbody
{
    padding: 1em;
}

.fit-content
{
    width: fit-content;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face
{
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering:auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg
{
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x
{
    font-size: 2em;
}

.fa-3x
{
    font-size: 3em;
}

.fa-4x
{
    font-size: 4em;
}

.fa-5x
{
    font-size: 5em;
}

.fa-fw
{
    width: 1.28571429em;
    text-align: center;
}

.fa-ul
{
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}
 
 .fa-home:before
 {
     content: "\f015";
 }
 
 .sr-only-focusable:active,.sr-only-focusable:focus
 {
     position: static;
     width: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     clip: auto;
 }
 
 .ui-jqgrid
 {
     position: relative;
     box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
 }
 
 .ui-jqgrid .ui-jqgrid-view
 {
     position: relative;
     left: 0;
     top: 0;
     padding: 0;
 }
 
 select.selectplants
 {
    margin: 0.5em auto;
    border-radius: 0.4em;
    background-color: white;
    min-width: 500px;
    height: 3em;
    opacity: .5;
    padding: 0 1em;
    cursor: pointer;
 }
 
 select.selectplants:focus
 {
     opacity: 1;
 }
 
 select.selectplants option
 {
     font-size: 1.2em;
 }
 
@media screen and (max-width: 767px)
{
    select.selectplants
    {
        min-width: unset;
        width: 100%;
    }
}

.plantpagebackground .leftsidehome .specificvendor .editbutton
{
    padding: .5em .4em .5em .5em;
    background-color: rgba(0,0,0,.4);
    color: #ddd;
    border-radius: 1em;
}

.plantpagebackground .leftsidehome .specificvendor .editbutton:hover,
.plantpagebackground .leftsidehome .specificvendor .deletebutton:hover
{
    color: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.7);
    background-color: rgba(0,0,0,.5);
}

.plantpagebackground .leftsidehome .specificvendor .editbutton,
.plantpagebackground .leftsidehome .specificvendor .deletebutton
{
    padding: .5em .75em;
    background-color: rgba(0,0,0,.4);
    color: #ddd;
    border-radius: 1em;
}

#contactform, #searchform
{ 
    width: 100%;
    border: none;
    height: 70vh;
}

.ui-resizable-n
{
    cursor: n-resize;
}

.ui-resizable-e
{
    cursor: e-resize;
}

.ui-resizable-w
{
    cursor: w-resize;
}

.ui-resizable-s
{
    cursor: s-resize;
}

.ui-resizable-se
{
    cursor: se-resize;
}

.ui-resizable-sw
{
    cursor: sw-resize;
}

.modal-header
{
    background-color: #243782;
    padding: 0 0.5em 0 0;
    cursor: move;
}

.modal-header button.close
{
    background-color: transparent;
    color: #fff;
    font-size: 2em;
    border: none;
}

#modalhelpwindow
{
    background-color: transparent;
}

#help_frame
{
    width: 100%;
    border: none;
    height: 100%;
}

.error
{
    color: red;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 2px 2px 2px #000;
    padding-top: 1em;
    margin-bottom: 0;
}