﻿/*  Color Palette for GOPHER*/
/* Base Colors are for primary states. Darker Shades are 30% darker for hover and active states*/

    /*
    --gopherPurple: #8e44ad;
    --gopherPurpleDarker: #632f70;
    --gopherLtBlue: #19b5f3;
    --gopherLtBlueDarker: #117eaa;
    --gopherBlue: #1a6ecc;
    --gopherBlueDarker: #124d8e;
    --gopherGreen: #5db85c;
    --gopherGreenDarker: #418040;
    --gopherRed: #e74c3c;
    --gopherRedDarker: #a1352a;
    --gopherGrey: #5d5d5d;
    --gopherGreyDarker: #414141;
    --gopherLtGrey: #f1f1f1;
    --gopherLtGreyDarker: #a8a8a8;
    --gopherOrange: #faad40;
    --gopherOrangeDarker: #af792d;
    --gopherText: #333333;
    */


/* Component = standard buttons and input fields*/
/* Defalut Padding = standard spacing used for seperatoin of elements*/
/* Nav Padding = standard padding-top for space between sub-nav bar and body panel */

    /*
    --gopherDefaultComponentHeight: 35px;
    --gopherDefaultPadding: 15px;
    --gopherNavPadding: 80px;
    */


/* Body */
body {
    padding-top: 50px;
    padding-bottom: 15px;
    font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #ffffff;
}

    body.explore-body {
        padding-top: 0px;
        padding-bottom: 15px;
        font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        color: #333333;
        background-color: #ffffff;
    }

a:link {
    color: #1a6ecc;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #124d8e;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #19b5f3;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #1a6ecc;
    background-color: transparent;
    text-decoration: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set sytles for Horizontal Rules*/
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #a8a8a8;
}

    hr.gopher {
        margin-top: 20px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #1a6ecc;
    }

/* Navbar */

.navbar-default {
    background-color: #5d5d5d !important;
    border-color: #5d5d5d !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-default-text {
    margin-top: 6px;
}

.navbar {
    background-color: #1a6ecc;
    border-color: #1a6ecc;
}

.navbar-brand {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
}

.navbar-right {
    padding-right:15px !important;
}

/* Container, Panels and Rows to compensate for Secondary Navbar */
.gopher-container-subnav {
    padding-top: 80px;
}

.gopher-container-partial {
    padding-left: 15px;
    padding-right: 15px;
}

.gopher-container {
    padding-left: 0px;
    padding-right: 0px;
}

.gopher-row-subnav {
    padding-top: 80px;
}

.panel-body-gopher {
    padding-top: 80px;
}

.modal-content {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

/* Form Padding - sets default padding in columns */
.gopher-form-padding {
    padding: 0px 5px 0px 0px;
}

.gopher-navbar-text-white {
    color: white
}

/* Typography */
.gopher-sub-text {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.gopher-head-text {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
}

.gopher-section-text {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.gopher-label {
    font-size: 15px;
    font-weight: 700;
    color: #5d5d5d;
}

.gopher-form {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.gopher-explore-text {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.gopher-eo-text {
    font-size: 15px;
    font-weight: 400;
    color: #8e44ad;
}

.gopher-note-text {
    font-size: 13px;
    font-weight: 400;
    color: #5d5d5d;
}

.gopher-glyphicon-folder-open {
    font-size: 18px;
    color: #1a6ecc;
    padding-right: 7px;
}

.gopher-glyphicon-map-marker {
    font-size: 18px;
    color: #5db85c;
    padding-right: 7px;
}

.gopher-glyphicon-th {
    font-size: 18px;
    color: #faad40;
    padding-right: 7px;
}

.gopher-glyphicon-file {
    font-size: 18px;
    color: #8e44ad;
    padding-right: 7px;
}

.gopher-glyphicon-tag {
    font-size: 18px;
    color: #5d5d5d;
    padding-right: 7px;
}


/* Buttons */
.gopher-btn-default {
    background-color: #f1f1f1;
    color: #333333;
    height: 35px;
    line-height: .9;
    border: 1px solid #5d5d5d;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

    .gopher-btn-default:hover, .gopher-btn-default:focus, .gopher-btn-default:active {
        background-color: #5d5d5d;
        color: #f1f1f1;
    }

.gopher-btn-primary {
    background-color: #19b5f3;
    color: #fff;
    height: 35px;
    line-height: .9;
    border: 1px solid #19b5f3;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

    .gopher-btn-primary:hover, .gopher-btn-primary:focus, .gopher-btn-primary:active {
        background-color: #117eaa;
        border-color: #117eaa;
        color: #fff;
    }

.gopher-btn-success {
    background-color: #5db85c;
    color: #fff;
    height: 35px;
    line-height: .9;
    border: 1px solid #5db85c;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

    .gopher-btn-success:hover, .gopher-btn-success:focus, .gopher-btn-success:active {
        background-color: #418040;
        border-color: #418040;
        color: #fff;
    }

.gopher-btn-danger {
    background-color: #e74c3c;
    color: #fff;
    height: 35px;
    line-height: .9;
    border: 1px solid #e74c3c;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

    .gopher-btn-danger:hover, .gopher-btn-danger:focus, .gopher-btn-danger:active {
        background-color: #af792d;
        border-color: #af792d;
        color: #fff;
    }

.gopher-btn-link {
    color: #1a6ecc;
    background-color: transparent;
}

    .gopher-btn-link:hover, .gopher-btn-link:focus, .gopher-btn-link:active {
        color: #124d8e;
        text-decoration: underline;
        background-color: transparent;
    }

.gopher-btn-link-danger {
    color: #e74c3c !important;
    background-color: transparent;
}

    .gopher-btn-link-danger:hover, .gopher-btn-link-danger:focus, .gopher-btn-link-danger:active {
        color: #a1352a !important;
        text-decoration: underline;
        background-color: transparent;
    }

.gopher-btn-link-primary {
    color: #19b5f3 !important;
    background-color: transparent;
}

    .gopher-btn-link-primary:hover, .gopher-btn-link-primary:focus, .gopher-btn-link-primary:active {
        color: #117eaa !important;
        text-decoration: underline;
        background-color: transparent;
    }

/* Square Tiles for Navigation on Home Page and DropDown */
.gopher-btn-tile-sm {
    color: #fff !important;
    background-color: #19b5f3 !important;
    border-color: #19b5f3 !important;
    padding: 40px 5px !important;
    width: 100px !important;
    height: 100px !important;
    font-size: 12px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

.gopher-btn-tile-xl {
    color: #fff !important;
    background-color: #19b5f3 !important;
    border-color: #19b5f3 !important;
    padding: 128px 28px !important;
    width: 300px !important;
    height: 300px !important;
    font-size: 24px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

.gopher-btn-tile-sm:hover, .gopher-btn-tile-sm:focus, .gopher-btn-tile-sm:active, .gopher-btn-tile-sm.active, .open > .dropdown-toggle.gopher-btn-tile-sm {
    color: #fff !important;
    background-color: #8e44ad !important;
    border-color: #8e44ad !important;
}

.gopher-btn-tile-xl:hover, .gopher-btn-tile-xl:focus, .gopher-btn-tile-xl:active, .gopher-btn-tile-xl.active, .open > .dropdown-toggle.gopher-btn-tile-xl {
    color: #fff !important;
    background-color: #8e44ad !important;
    border-color: #8e44ad !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    color: #fff !important;
    background-color: #8e44ad !important;
    border-color: #8e44ad !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;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input, comment out input so that we can use bootstrap's grid system for input sizing with TextBoxFor*/
/*textarea*/
.select
{
    max-width: 280px;
}

.float {
    float:left;
}

/* Dropdown Button */
.dropbtn {
    background-color: #5DB85C;
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 15px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    padding: 10px;
    width: 370px;
    height: 230px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.species-text {
    font-size: 22px;
}
.species-sub-text {
    font-size: 12px;
}
.species-name {
    color: #19B5FE;
}

.jumbotron {
    background: rgba(0, 0, 0, 0.0);
}

.logout-anchor {
    background-color: #ffffff !important;
    color: #5D5D5D !important;
    text-decoration: none;
}

.logout-anchor:hover, logout-anchor:focus {
    background-color: #949494 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.login-link {
    float: right;
    color: #19B5FE;
}

.agree-link {
    color: #19B5FE;
    text-decoration: underline;
}

.login-link:hover, login-link:focus {
    color: #5D5D5D !important;
    text-decoration: none;
}

.agree-link:hover, agree-link:focus {
    color: #5D5D5D !important;
    text-decoration: underline;
}

.login-label {
    font-weight: 400;
}

.agreement-text {
    float: left;
	padding-top: 25px;
    font-size: 16px;
    font-weight: 400;
    width: 90%;
    text-align: left;
}

.btn-cancel {
    background: #ffffff !important;
    color: #0E0E0E !important;
    border-color: #0E0E0E !important;
    border: thick !important;
}
.btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active {
    color: #0E0E0E !important;
    background-color: #5D5D5D !important;
    border-color: #0E0E0E !important; /*set the color you want here*/
}

.btn-export {
    background: #F5F5F5 !important;
    color: #0E0E0E !important;
    border-color: #0E0E0E !important;
    border: 1px solid !important;
}
.btn-export:hover, .btn-export:focus, .btn-export:active {
    color: #0E0E0E !important;
    background-color: #5D5D5D !important;
    border-color: #0E0E0E !important; /*set the color you want here*/
}

.k-grid td {
    border-width: 0 !important;
}

.row-criteria {
  margin-top: -20px;
  margin-bottom: 0px
}

#map {
    padding: 0;
    margin: 0;
    height: 600px;
    width: 100%;
}

#homeButton {
      position: absolute;
      top: 95px;
      left: 35px;

    }


/*
    Custom CSS solution to fix Kendo control widths
    http://docs.telerik.com/kendo-ui/third-party/using-kendo-with-twitter-bootstrap#use-form-control-bootstrap-css-class
*/
.form-control.k-widget
{
    padding: 0;
    width: 100%;
    height: auto;
}

.form-control.k-widget:not(.k-autocomplete)
{
    border-width: 0;
}

/*bootstrap popover styles*/
 .popover {
    width: 400px !important;
    max-height: 300px !important;
    overflow-y: scroll;
    /*top : -1% !important;*/
}
.popover-content{
    font-size: .8em;
}

.custom-input{
    height:30px;
    font-size:20px;
}

.custom-dropdown{
    height:20px;
    font-size:20px;
}

.est-input {
    height:30px;
    font-size:20px;
    margin-right:5px;
}
.est-picker{
    height:20px;
    width:40px;
    margin-top:5px;
}

.margin-top-20 {
    margin-top: 20px;
}

/* Start kendo listview search results*/

.search-row div{
    /*background-color: #ffffff;*/ 
    padding-top: .5em;
    padding-bottom: .5em;
}

.alt-search-row div{
    /*background-color: #dcdcdc;*/
    padding-top: .5em;
    padding-bottom: .5em;
}

.selectable {
    transition: opacity 0.01s;
    -moz-transition: opacity 0.01s; /* Firefox 4 */
    -webkit-transition: opacity 0.01s; /* Safari and Chrome */
    -o-transition: opacity 0.01s; /* Opera */
    -ms-transition: opacity 0.01s; /* IE9 (maybe) */ 	
}

.selectable:hover {
	opacity: .4;
    cursor: pointer;
}

/* End kendo listview search results*/

/* Explore topic custom styles */
.topic-parameter-area {
    outline: 1px;
    min-height:125px;
}

.topic-parameter-area.run-button {
    position: absolute;
    bottom:0;
    right:0;
}

/*Custom class for query grids with large contents. Limit row height and wrap text.*/
.query-results-grid.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
}

#ContentModalDialog {
    overflow-y: initial !important;
}

.content-dialog-vert-scrollbar {
    height: 800px;
    overflow-y: auto;
}

#ContentModalBody {
    min-height: 450px;
    overflow-y: auto;
}

.gopher-input-box-wrapper {
    width: 100%;
}

.gopher-input-box-wrapper input {
    width:100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-indent: 5px;
    height:35px;
}

.gopher-input-box-wrapper textarea {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding-left: 10px;
    min-height: 125px;
}

.gopher-grouped-input {
    width:80%;
}

input.gopher-grouped-input {
    width:60%;
}

a.gopher-grouped-input {
    width:20%;
}
.gopher-input-box-wrapper select {
    width:100%;
    height:35px;
}
.gopher-small-success-button {
    height: 35px;
    line-height: .9;
    border-radius: 4px;
}

.gopher-input-collection {
    height: 35px;
}

.gopher-input-collection-horizontal input {
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-indent: 5px;
    width: 100%;
}

.gopher-input-collection-horizontal a.gopher-button {
    width:15%;
    height:35px;    
}

.gopher-panel {
    border-radius: 20px;
}

.gopher-panel-heading {
    border-radius: 20px;
}

.gopher-panel-body {
    border-radius: 20px;
}

.gopher-panel-notoggle {
    border-radius: 20px;
}

.gopher-panel-heading-notoggle {
    border-radius: 20px;
}

.gopher-panel-body-notoggle {
    border-radius: 20px;
}

