﻿
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.image {
    display: inline;
}


.socialList {
    margin: 0 16px 0 7px;
    padding: 0;
}

    /**
.visible-md .socialList, .visible-lg .socialList, .visible-sm .socialList {
        float: right;
}
    
.text-center .socialList {
    float: none;
}**/

    .socialList ul, .socialList li {
        padding: 0 2px;
        display: inline;
        list-style-type: none;
    }

#buyyourlicense {
    float: left;
    margin: 0 15px 0 15px;
}

#footertoprow {
    padding-top: 7px;
}

.pBuyOnlineLink {
    margin-top: 20px;
}

    .pBuyOnlineLink a img {
        width: 100%;
        height: 100%;
    }

@media (min-width: 992px) {
    .col-md-10 {
        padding-left: 50px;
    }
}

.homediv {
    width: 760px;
}

table.narrowPaddingTable > tbody > tr > td {
    padding: 4px 8px;
}

legend.overrideMarginBorder {
    margin-bottom: 0;
    border-bottom: none;
}

.infoDataLeft {
    width: 210px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: black; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

div.FullDiagram {
    display: none;
    padding: 6px 6px 6px 6px;
    z-index: 1000;
    margin: 0px;
    position: absolute;
    left: 200px;
    bottom: -40px;
    max-width: 600px;
    max-height: 600px;
}

    div.FullDiagram img {
        max-width: 600px;
        max-height: 600px;
        background: #000000 no-repeat 100% 5%;
        border: 8px solid black;
        border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
    }

div.esriPopupWrapper .zoomTo {
    display: none;
}

div.esriPopupMaximized .esriViewPopup .gallery .frame img {
    max-width: none;
    max-height: none;
}

#DNRHeader {
    margin-top: -5px;
    margin-bottom: -5px;
}

.navbar-header {
    padding-top: 2px;
    padding-bottom: 2px;
}
/*
div.scrollingHotSpotLeft, div.scrollingHotSpotRight {
    height: 260px;
}

div.scrollingHotSpotLeft {
    left: 30px;
}

div.scrollingHotSpotRight {
    right: 30px;
}*/

#masterAnglerImageSlider, #firstFishImageSlider {
    position: relative;
}

#tiles, #mapDiv {
    position: relative;
}

#mapDiv {
    min-height: 500px;
}

#pagination {
    justify-content: center;
}

.footer .btn-warning {
    color: black;
}