﻿body {
    padding-top: 40px;
    padding-bottom: 0px;
    font-size: 11px;
}



.container-fluid {
    min-height: 100%;
    /*height:100px;*/
    /*display:inline-block;
    overflow:auto;
    min-width:100%;*/
}

html, body {
    /*height: 100%;*/
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    overflow: auto;
    background-color: #eee; /*was #eee*/
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100%;
}

.the-legend {
    margin-bottom: 2px !important;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

tbody {
    background-color: #f7f7f7; /*was #f7f7f7*/
}

thead {
    background-color: #eee; /*was #eee*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 400px;
}
/*.form-control select option { padding: 20px !important;}*/
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px; /* half width of the spinner gif */
    margin-top: -100px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 210px; /* width of the spinner gif */
    height: 212px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.spinner-top {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -100px; /* half width of the spinner gif */
    margin-top: -100px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1235;
    overflow: auto;
    width: 250px; /* width of the spinner gif */
    height: 200px; /*hight of the spinner gif +2px to fix IE8 issue */
    background-color: white;
    font-size:14px;
    border:solid;
    border-color:#009900;

}
.validation-error {
    background-color: rgba(255, 0, 0, 0.15) !important;
}

.pad-left-0 {
    padding-left: 0;
    padding-right: 0;
}

table.no-padding tr td {
    padding-bottom: 0px;
    padding-top: 1px;
    vertical-align: central;
    border-bottom: 0px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
    vertical-align: bottom;
    background-color: white;
}

.table-responsive {
    overflow-x: hidden;
}

.table th, .table td {
    border-top: none !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: darkgrey;
}

div.sort-arrow {
    vertical-align: bottom;
    width: 16px;
}

blockquote {
    border-left-color: #009900 !important;
}

body #main-body-content {
    border: 1px solid #ddd;
    background-color: #eee; /*was #eee*/
    padding: 1px 20px 0px 10px;
}

div.panel-body {
    background-color: #f7f7f7;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 3px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-toggle {
    font-size: 15px;
}

.dropdown {
    font-size: 15px;
}

.dropdown-toggle.body {
    font-size: 11px;
}

.img-fluid {
    width: 200px;
}

.img-learn-more {
    width: 100%;
    padding: 10px;
}

.learn-more-container {
    border-top: solid;
    border-width: 1px;
    border-color: #009900;
    margin-left: -5px;
    margin-right: -6px;
}

p.learn-more {
    font-size: 15px;
    text-align: justify;
}

@media (max-width: 1300px) {
    .dropdown-toggle {
        font-size: 12px;
    }

    .navbar-nav > li > a {
        padding-left: 2px;
        padding-right: 10px;
    }

    body {
        font-size: 10px;
    }
}

@media (max-width: 990px) {
    .dropdown-toggle {
        font-size: 10px;
    }

    .navbar-nav > li > a {
        padding-left: 2px;
        padding-right: 8px;
    }

    body {
        font-size: 9px;
    }

    .img-fluid {
        width: 100px;
    }
}

@media (max-width: 767px) {
}

.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:hover > .dropdown-menu {
    display: block;
}

.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;
    }

.form-control {
    font-size: 11px;
    height: 26px;
    padding: 3px 10px;
    margin: 0px, 0px;
}

.form-group {
    margin-bottom: 6px;
}

.input-group-addon {
    height: 26px;
    font-size: 12px;
    padding: 3px 10px;
}

.well {
    padding: 5px;
    margin-bottom: 10px;
}

.panel-heading {
    padding: 5px 15px;
}

.alert {
    margin-bottom: 5px;
}

h3 {
    margin-top: 8px;
}
/*Success template*/
.k-notification-upload-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
    border-radius: 15px;
}

.upload-success {
    width: 200px;
    height: 80px;
    padding: 0 0px;
    margin: -1px;
    line-height: 80px;
    background-color: #009900;
    text-align: center;
    vertical-align: central;
    border: solid;
    border-color: darkgreen;
    border-radius: 15px;
}

    .upload-success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }


.k-grid .k-grid-header .k-header .k-link {
    height: auto;
    padding: 0px;
    /*font-size:10px;*/
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
    padding-left: 2px;
    padding-right: 4px;
}
/*.k-grid.k-widget {
    min-width:1500px;
}*/

div.fullwidth.k-grid.k-widget {
    min-width: 1200px;
}

div.width1200.k-grid.k-widget {
    min-width: 1200px;
}

div.width1000.k-grid.k-widget {
    min-width: 1000px;
}

div.width800.k-grid.k-widget {
    min-width: 800px;
}

div.width600.k-grid.k-widget {
    min-width: 600px;
}

div.width400.k-grid.k-widget {
    min-width: 400px;
}

div.width200.k-grid.k-widget {
    min-width: 200px;
}

div.width000.k-grid.k-widget {
    min-width: 0px;
}
/*div.height100.k-grid.k-widget {
    max-height: 750px;
}*/
.k-grid-content {
    max-height: 750px;
}

.userfilter {
    padding: 1px;
    border-radius: 3px;
    margin: -3px;
    font-size: smaller;
}

.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

.mediumImage {
    height: 150px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

.armchair {
    float: left;
    margin: 30px 30px 120px 30px;
    text-align: center;
}

    .armchair img {
        display: block;
        margin-bottom: 10px;
    }
/*.navbar{
    background-color:#07420B;
}

.nav.navbar-nav.important{
    background-color:#343635
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    color: pink;
    background-color: #07420B;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: purple;
    background-color: aqua;
}*/
/* navbar */
.navbar-inverse {
    background-color: #009900;
    border-color: #3D1E1E !important;
}
    /* brand normal */
    .navbar-inverse .navbar-brand {
        color: white;
    }
        /*Brand on hover*/
        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: white;
        }
    /* link just normal, not clicked on */
    .navbar-inverse .navbar-nav > li > a {
        color: white;
        padding-left: 1px;
    }

        /*when clicked on (active)*/
        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: white;
        }

    /*not sure what this does*/
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: deeppink;
        background-color: orange;
    }

    /* when menu open*/
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: white;
        background-color: #3D1E1E;
    }
    /* caret color */
    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: white;
        border-bottom-color: white;
    }
    /*carent color when active*/
    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
    .navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: white;
        border-bottom-color: white;
    }
    /*caret color when menu open*/
    .navbar-inverse .navbar-nav > .open > a .caret,
    .navbar-inverse .navbar-nav > .open > a:hover .caret,
    .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: white;
        border-bottom-color: white;
    }
    /* mobile version */
    /* border of hamburger menu*/
    .navbar-inverse .navbar-toggle {
        border-color: #DDD;
    }
        /*menu icon clicked content*/
        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #DDD;
        }
        /*hamburger lines*/
        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #CCC;
        }

.welcome-lead {
    padding-top: 50px;
}
/*menu items*/
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: lightgray;
    }
        /*hover over menu items*/
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: white;
        }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    body {
        font-size: 9px;
    }

    .welcome-lead {
        padding-top: 30px;
    }
}
/*table for pricing*/


.table.pricing-table .category-column {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.tickcross {
    width: 30px;
    height: 35px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.table.pricing-table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
    background-color: white;
    border-left: solid;
    border-right: solid;
    border-width: 0.5px;
    border-color: darkgreen;
    font-size: 14px;
    font-weight: bold;
}

.firs-green {
    color: #009900 !important;
}

.firs-green-background {
    background-color: #009900 !important;
}

.table.pricing-table tr:last-child td {
    border-radius: 0 0 23px 23px;
    border-bottom: solid;
    border-width: 0.5px;
    border-color: darkgreen;
}

.table.pricing-table tr:first-child th {
    border-radius: 23px 23px 0 0;
}

table.pricing-table {
    background-color: #eee;
    /*border-radius: 25px;*/
    border-collapse: separate;
    border-spacing: 10px 0;
    border-width: 1px;
    border: none;
    padding: 10px;
    /*border-color:darkgreen;*/
}


.table.pricing-table > thead > tr > th.feature {
    background-color: #009900;
    color: white;
}

.table.pricing-table > thead > tr > th.free {
    background-color: lightgoldenrodyellow;
}

.table.pricing-table > thead > tr > th.bronze {
    background-color: #cd7f32;
}

.table.pricing-table > thead > tr > th.silver {
    background-color: silver;
}

.table.pricing-table > thead > tr > th.gold {
    background-color: gold;
}

.table.pricing-table > thead > tr > th.other {
    background-color: lightgray;
}

.table.pricing-table > tbody > tr > td.free {
    background-color: white;
}

.table.pricing-table > tbody > tr > td.bronze {
    background-color: #cd7f32;
}

.table.pricing-table > tbody > tr > td.silver {
    background-color: silver;
}

.table.pricing-table > tbody > tr > td.gold {
    background-color: gold;
}

.table.pricing-table > thead > tr > th {
    border-bottom: solid;
    border-color: darkgreen;
    vertical-align: middle;
    text-align: center;
    background-color: white;
    border-width: 0.5px;
    border-color: darkgreen;
    font-size: 16px;
    border-top: solid;
}
/*allows wrapping of words in kendo grid.  Breaks words*/
.breakWord120 {
    /*max-width: 120px !important;*/
    word-break: break-all !important;
    word-wrap: break-word !important;
    /*vertical-align: top;
            line-height: 15px;*/
}

.btn-default.firspager {
    background-color: aliceblue;
}

#jumbotron-paragraph {
    /*position:absolute;
    z-index:100;
    top:52px;
    left:180px;*/
}

.img-float-left {
    float: left;
    margin: 10px 0 0 0;
}

.w3-image {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

img {
    margin-bottom: -5px;
}



.w3-tooltip, .w3-display-container {
    position: relative;
}

    .w3-tooltip .w3-text {
        display: none;
    }

    .w3-tooltip:hover .w3-text {
        display: inline-block;
    }

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.w3-margin {
    margin: 16px !important;
}

.w3-margin-top {
    margin-top: 16px !important;
}

.w3-margin-bottom {
    margin-bottom: 16px !important;
}

.w3-margin-left {
    margin-left: 16px !important;
}

.w3-margin-right {
    margin-right: 16px !important;
}

.w3-padding-small {
    padding: 4px 8px !important;
}

.w3-padding {
    padding: 10px 16px !important;
}

.w3-padding-large {
    padding: 12px 24px !important;
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
    color: #f1f1f1 !important;
    background: #009900 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: 0.7;
    font-weight: bold;
    /*#3D1E1E*/
}

.w3-opacity-min {
    opacity: 0.7;
    background-color: #eeeeee;
    border-radius: 10px;
}

.w3-opacity-max {
    opacity: 0.9;
}

.firspopup {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 5%;
    top: 10%;
    width: 90%;
    height: 80%;
    overflow: auto;
    background-color: #F5F5F5;
    border: 2px solid;
    border-color: #3D1D1C;
    border-radius: 5px;
}

.popup-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 700px;
}

.empty-grid::before {
    padding: 1em;
    line-height: 3em;
    content: "No records found.";
}

.leafletTooltipClassNotAttributed {
    color: white;
    background: red;
}

.leafletTooltipClass {
    color: green;
}

.leafletFirsPlotTooltipClass {
    color: green;
    background: yellow;
}

.leafletFirsPlotNumberClass {
    color: black;
    background: white;
    font-size: 11px;
    padding: 1px;
}

.panel-white {
    background-color: white !important;
    border-color: #009900 !important;
    color: #3D1E1E !important;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

.panel-header {
    background-color: #009900 !important;
    border-color: #009900 !important;
    color: white !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.7;
    padding-top: 0px;
}

.panel-header-brown {
    background-color: #3D1E1E !important;
    border-color: #3D1E1E !important;
}

.panel-header-main {
    border-color: #3D1E1E !important;
    color: #3D1E1E !important;
    font-size: 12px;
}

.firs-brown {
    color: #3D1E1E !important;
}

.firs-brown-background {
    background-color: #3D1E1E !important;
    opacity: 0.4;
}

.screenshot {
    max-width: 100%;
    border: solid;
    border-width: 1px;
    border-color: #3D1E1E;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
    padding: 5px;
}

button.link-button {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: #085be0;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
}
button.link-button-selected {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: white;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    background-color: #3D1E1E;
    border-radius:2px;
}


    button.link-button:hover {
        text-decoration: underline;
    }

button.link-button-heading {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: #085be0;
    font-size: 16px;
    font-weight: normal;
    /*border is optional*/
    /*border-bottom: 1px solid #444;*/
    cursor: pointer;
}

    button.link-button-heading:hover {
        /*border-bottom: 1px solid #085be0;*/
        text-decoration: underline;
    }

hr {
    margin-top: 7px;
    margin-bottom: 7px;
}

button.link-button-heading2 {
    display: block;
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 0 0 20px !important;
    font: inherit;
    color: #085be0;
    font-size: 14px;
    font-weight: normal;
    /*border is optional*/
    /*border-bottom: 1px solid #444;*/
    cursor: pointer;
}

button.link-button-heading:hover {
    /*border-bottom: 1px solid #085be0;*/
    text-decoration: underline;
}

hr {
    margin-top: 7px;
    margin-bottom: 7px;
}

.help-result-2 {
    padding: 0 0 0 30px !important;
}

.caret {
}

.div-forum-child {
    outline: solid;
    outline-width: 1px;
    outline-color: green;
    background-color: white !important;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.nav-tabs > li.active > a {
    background-color: #eeeeee !important;
}

.nav-tabs > li > a {
    background-color: white !important;
}

.panel-default {
    /*background-color: green !important;*/
    /*border-top:none !important;*/
}

.panel-heading {
    background-color: #eee !important;
}