
.vre-phyto-list a {
    color:#009138!important;
}
.vre-bg-grey {
    background: #ddd;
}

.vre-text-align-center {
    text-align: center;
}

.vre-font-bold{
    font-weight: bold;
}

.vre-float-left{
    float:left;
}

.vre-shape-group-type {
    text-align: center !important;
    display: block;
    background: #009138;
    font-weight: bold;
    font-size: 20px;
    color:#fff;
    margin:5px auto;
    padding:5px;
}

.vre-shape-group-box {
    border: 1px dotted #ccc;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left:5px !important;
    margin-right:5px !important;
    margin-bottom:10px !important;
}

.vre-shape-group-box-title {
    background: #ddd;
    text-align: center;
    font-weight: bold;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}

.vre-shape-group-box-img {
    background: #ddd;
    text-align: center;
    font-weight: bold;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}

.vre-shapes-list-header div {
    background: #ddd;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-bottom: 20px;
}

.row.vre-shapes-list-item {
    border-bottom: 1px dotted;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

/*====== SPECIES LIST ===========*/
.vre-species-list-title {
    text-align: center;
    background: #eee;
    padding: 5px;
}

.vre-species-list-card-item {
    background: #ddd;
    height: 100%;       
}

.vre-species-list-card-item-text{
    font-size: 1em;
}

.vre-species-list-item-col {
    padding:2px;
    margin:0px;
    border: 5px solid transparent;
}

.vre-species-list-item-col:hover {
    border: 5px solid #c0cef6;
}

.vre-species-list-item-table tr {
    border: 1px solid #eee;
}

.vre-species-list-item-table td  {
    border:none !important;
}

.vre-species-list-item-table .td-text{
    /* float:left;  */
    /* padding-top:25px;  */
    padding: 15px 5px 0px 10px;
    width:calc(100% - 110px);
    height:100%;
    background: #eee;
    font-size: 18px;
}

.vre-species-list-item-table .td-img{
    width:110px;
}

.vre-species-list-item-table img{
    height: 100px !important;
}

.table { 
    display:table; 
}
.table-row { 
    display:table-row; 
}
.table-cell { 
    display:table-cell; 
}


.vre-species-list-item-table {
    margin:1px;
    border: 1px solid #eee; 
}

.vre-species-list-item-table > a {
    color:#000000; 
    text-decoration:none;
}

.vre-species-list-item-table > .table-row { 
    cursor: pointer;
}

/* ============ SPECIES DETAILS =========== */

.vre-species-details-title {
    text-align: center;
    background: #eee;
    padding: 5px;
}

.vre-species-details-subtitle {
    font-weight: bold;
    text-align: center;
    background: #f2f2f2;
    color:rgb(80, 79, 79);
    padding: 2px;
}

.vre-species-details-row {
    margin-bottom: 2px;
}

.vre-species-details-row a {
    color:#009138!important;
}

.vre-text-center {
    text-align: center;
}

.margin-top-20 {
    margin-top: 20px;
}

.vre-font-bold {
    font-weight: bold;
}

.margin-bot-top-5{
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-bot-top-15{
    margin-top: 15px;
    margin-bottom: 15px;
}

.vre-formula-img-cnt {
    text-align: center;
    padding:5px;
}

.vre-formula-img {
    max-width: 100%;    
}

.vre-shape-img-cnt {
    text-align: center;
    padding:5px;
}

.vre-shape-img {
    max-width: 100%;
}

.btn-secondary, .btn-primary {
    background-color:#009138!important;
    border:none;
}

 /****** HORIZONTAL GALLERY ********/

 .vre-horiz-gallery-container {
    overflow-x: scroll;
    width: 100%;
    padding: 0 15px;
}

.vre-horiz-gallery-list {
    white-space: nowrap;
    list-style: none;
}

.vre-horiz-gallery-list li {
    display: inline-block;
}

.vre-horiz-gallery-image {
    display: block;
    padding: 2px;
    max-width: 144px;
    max-height: 144px;
}

/****** VERTICAL GALLERY ********/

.vre-vert-gallery-container {
    overflow-y: scroll;
    max-height: 400px;
    padding: 0 15px;
    margin: auto;
}

.vre-vert-gallery-list {
    /* white-space: nowrap; */
    list-style: none;
}

.vre-vert-gallery-list li {
    display: inline-block;
}

.vre-vert-gallery-list > li {
    width: 144px;
    text-align: center;
}

.vre-vert-gallery-image {
    display: block;
    padding: 2px;
    max-width: 144px;
    max-height: 144px;
    height: auto;
    margin: auto;
}


/****** MAP ********/
#map {
    width: 90%;
    margin: auto;
    height: 400px;
    margin-bottom: 10px;
}

/*==== TREE [ https://bootsnipp.com/snippets/yplrV ]=====*/

.tree {
    padding:30px 0px 50px 15px;
}

.tree a:link {
    color: #333;
}

/* visited link */
.tree a:visited {
    color: #333;
}

/* mouse over link */
.tree a:hover {
    font-weight: bold;
    color: black;
}

/* selected link */
.tree a:active {
  color: black;
}

.tree, .tree ul {
    margin:0;    
    list-style:none;
    cursor: pointer;
    font-weight:500;
    background: #fcfcfc;
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    /* border-left:1px solid */
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:1.6em;
    /* color:#369; */
    font-weight:500;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    /* background:#fff; */
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    /* color:#369; */
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
} 





/*==== TREE [ https://www.w3schools.com/howto/howto_js_treeview.asp ]=====*/

/*===== PAGINATION ========*/
.pagination-container {
    text-align: center;
}

.pagination {
    list-style-type: none;
    padding: 10px 0;
    display: inline-flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.pagination li {
    box-sizing: border-box;
    padding-right: 10px;
}
.pagination li a {
    box-sizing: border-box;
    background-color: #e2e6e6;
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #616872;
    border-radius: 4px;
}
.pagination li a:hover {
    background-color: #d4dada;
}
.pagination .next a, .pagination .prev a {
    text-transform: uppercase;
    font-size: 12px;
}
.pagination .currentpage a {
    background-color: #009138;
    color: #fff;
}
.pagination .currentpage a:hover {
    background-color: #009138;
}

/****** FORMULA CALCULATION ********/
.vre-formula-result-cnt {
    margin:10px 0;
    padding: 5px;
    text-align: center;
    background: #b0ffa6;
}

.vre-formula-result-text {
    font-weight: bold;
}

.vre-formula-result-unit {
    font-weight: bold;
}


/**MODAL**/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-content.vre-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }

.modal-footer {
    text-align:center!important;
    display:block!important;
}





.shape-link {
  text-decoration: underline;
  color: #007bff;
}
.shape-link:hover {
  text-decoration: none;
}

.vre-help-us {
    margin: 30px 0;
}

.vre-help-us a, .vre-help-us a:hover {
    color: #009138;
}


.vre-no-bold strong,
.vre-no-bold b {
  font-weight: normal;
}




