/*
    MV RWD areaFeature.css
 * Copyright (c) MountainViews.ie 2021
 */


:root {
    --mapControlTop: 4rem;
    --mapControlBottom: 5rem;
}

@media screen and (max-width: 767px) {
    :root {
        --mapControlBottom: 4rem;
    }
}


:root {
    --tabColor: #7192B6;
}

.border-hover:hover {
    border-color: #dc3545 !important;
}

/* this next is not great for accessibility but removes button focus border */
#nav-tab-mum button:focus {
    /*outline: none !important;*/
    /*border: none !important;*/
    /*-webkit-box-shadow: none !important;*/
    /*box-shadow: none !important;*/

    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#nav-tab-mum.nav-tabs {
    border-bottom-width: 0;
}

#nav-tab-mum .nav-link {
    color: var(--tabColor);
    background: transparent;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 16px 2px;
    margin: 0 5px 0 0;
    border: none;
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}

#nav-tab-mum .nav-link.active {
    color: #fff;
    background-color: var(--tabColor);
    border: none;
}

#nav-tab-mum .nav-link:before{
    content: '';
    height: 70%;
    width: 100%;
    border: 2px solid var(--tabColor);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}

#nav-tab-mum .nav-link.active:before,
#nav-tab-mum .nav-link:hover:before
{
    height: 100%;
}

.whiteStroke{
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}



.mainMapContainerClass {
    position: relative;
    height: 500px;
    resize: both;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .mainMapContainerClass {
        position: relative;
        height: 500px;
        width: 100%;
    }
}

.testfiller {
    min-width: 100px;
    min-height: 100px;
    background-color: #e3f3fa;
    /*background-clip: content-box;*/
    padding: 5px;
}

.map-outer-container {
}

#map-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.mapcollar {
    height: 100%;
    width: 100%;
}

.divPointerDisable {
    pointer-events: none;
    opacity: 0.4;
}

.col-3-mvsidebar {
    flex: 0 0 auto;
    width: calc(25% - 15px);
}

/*.bi-chevron-down.video-rotate-icon {*/
/*    font-size: 1rem;*/
/*    rotate: 180deg; !* CSS shorthand for rotation *!*/
/*    transition: rotate 0.3s ease;*/
/*}*/

/*.video-rotate-icon {*/
/*    transform: rotate(180deg);*/

/*    transition: transform 0.3s ease; !* Smooth rotation transition *!*/
/*}*/

/*#videoChoiceContainer button[aria-expanded="true"] .bi-chevron-down {*/
/*    content: '\f315'; !* Unicode for 'bi-chevron-up' in Bootstrap Icons *!*/
/*    font-family: "Bootstrap Icons"; !* Ensure Bootstrap icons font is applied *!*/
/*}*/

/* Updated: Ensure proper targeting of the icon when aria-expanded changes */
/*#videoChoiceContainer button[aria-expanded="true"] .video-rotate-icon {*/
/*    transform: rotate(180deg); !* Rotate 180° when expanded *!*/
/*}*/

/* Initially, hide the expanded icon */
#videoChoiceContainer button .expanded-icon {
    display: none;
}

/* When the button is expanded, show the "up" icon and hide the "down" icon */
#videoChoiceContainer button[aria-expanded="true"] .collapsed-icon {
    display: none;
}

#videoChoiceContainer button[aria-expanded="true"] .expanded-icon {
    display: inline-block;
}


.ol-viewport {
}

:root {
    --menu-item-scaling: 135%;
}

nav.navbar {
    /*display: inline-block;*/
}

.navbar.map-menu{
    font-size: var(--menu-item-scaling);
}


.nav-item{
    position: relative;
}

.map-menu-footer .navbar-text  {
    font-size: calc(var(--menu-item-scaling) - 50%);
    position: relative;
}


#expand-grip {
    position: relative;
    /*margin-bottom: -15px;*/
    /*margin-right: 3px;*/
}


.zoom-display-container {
    padding: 0 .5em 0 .5em;
}

#layer-swipe {
    width: 100%;
    position: relative;
    display: none;
    font-size: 10%;
}

#layer-swipe input {
    width: 100%;
    /*-webkit-appearance: none;*/
    background: transparent;
}


.navbar.map-menu-footer {
    width: calc(100%);
}


.nav-item .geo1 {
    font-size: 80%;
    position:relative;
    top:-4px;
    left: -2px;
}

.nav-item .geo2 {
    font-size: 80%;
    position: relative;
    top: 2px;
    left: -5px;
}

.map-menu {
    z-index: 10;
    width: 100%;
    position: absolute;
    text-shadow: 0 0 15px white;
}

.map-menu::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    backdrop-filter: brightness(120%) blur(2px);
}

.map-menu-header {
    top: 0;
}

.map-menu-footer {
    bottom: 0;
}

.dropdown-menu {
    min-width: 11rem;
}

.dropdown-menu .dropdown-item .bi {
    font-size: 80%;
    display: inline-block;
    vertical-align: 3px;
    margin-right: 5px;
}

/*IMPORTANT NOTE. Some CSS for the menu appears in mvRWDMenuClass*/


/*put in a space between menu items in all contexts*/
.mvmenu_proportional .dropdown-menu > li:not(:last-child),
.menuArea_narrow  li.nav-item:not(:last-child),
.menuArea_narrow  li a.dropdown-item:not(:last-child),
.menuArea_narrow .navbar-nav> li:not(:last-child) {
    border-bottom: 1px solid #FFF; /* or any color you prefer */
    padding-bottom: 0.125em;
    margin-bottom: 0.125em;
}


@media (max-width: 576px){.modal-dialog.modal-dialog-slideout {width: 80%}}
/*.modal-dialog-slideout {min-height: 100%; margin: 0 auto 0 0 ;background: #fff;}*/
/*.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(-100%,0);transform: translate(-100%,0);}*/
/*.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);flex-flow: column;}*/
/*.modal-dialog-slideout .modal-content{border: 0;}*/

.over-info {
    background-color: white;
    z-index: 150;
    width: 180px;
    height: calc(100% - var(--mapControlBottom));
    opacity: .85;
    overflow: hidden;
    word-wrap: normal;
}

:root {
    --over-info-height: 3rem;
}


.over-info-header {
    padding: .6rem 1rem .2rem 1rem;
    height: var(--over-info-height);
}

.over-info-body {
    font-size: 105%;
    height: calc(100% - var(--over-info-height));
    overflow-y: scroll;
    margin-bottom: .5rem;
}

.over-info-body .list-group-item{
    padding: .6rem .5rem .6rem .5rem;
}

.over-info-body .list-group-item .bi {
    font-size: 80%;
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
}

.over-info-btn-grp {
    position: absolute;
    top: 0;
    right: 0;
}

.list-group-item.featureListSelectedItem {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px orange dashed;
    /*border: 2px;*/
    /*border-color: orange;*/
    /*border-style: dashed;*/
    /*margin-bottom: 6px;*/

    border-radius: 6px;
}

#featureChoiceDisplay .list-group-item-action:hover, .list-group-item-action {
    border: 2px rgba(0,0,0,0) solid;
}

#featureChoiceDisplay .list-group-item-action:hover, .list-group-item-action:focus{
    border: 2px orange dashed;
}

.wantTrackOnMapToggle:hover {
    padding: 0 2px 0 2px;
    border: 1px rgba(255, 30, 0, 0.8) solid;
}

.trackActive {
    padding: 0 2px 0 2px;
    border: 1px rgba(255, 30, 0, 0.8) solid;
}

#map-overall-overlay {
    position: absolute;
    display: none;
    margin: var(--mapControlTop) 20px 20px 20px;
    padding: 30px;
    font-size: 3em;
    color: #3d7d3d;
    border: 10px solid rgba(0, 127, 127, .3);
    border-radius: 20px;
    background-color: #97fcff;
    opacity: 0.5;
    z-index: 5; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}


#mapInfo {
    font-size: 115%;
}

.location-display-style {
    position: relative;
    display: inline-block;
}

.gr_small {
    font-size: 90%;
    color: #7C7C7C;
}

#height-position {
    height: 20px;
}

#pinInfo {
    margin: 5px;
    width: 90%;
    background-color: #d5ffe6;
    padding: 5px;
    border-radius: 5px;
}

.feature-extra-disp {
    font-size: 90%;
    display: none;
    background-color: #d5ffe6;
    padding: 2px 4px 2px 4px;
}

#featureChoiceDisplay .directionsMap:hover {
    color: red;
    text-decoration: underline;
}

/*#featureChoiceDisplay .list-group-item:hover > .feature-extra-disp {*/
/*    font-size: 90%;*/
/*    display: block;*/
/*}*/

/*#inquiryPointId {*/
/*    min-width: 50px;*/
/*    min-height: 15px;*/
/*    border: 1px solid #088;*/
/*    border-radius: 7px;*/
/*    background-color: #0FF;*/
/*    opacity: 0.7;*/
/*    padding: 0 2px 8px 3px;*/
/*    font-weight: 800;*/
/*}*/


/*:root {*/
/*    --popup-width: 100px;*/
/*}*/


:root {
    --ol-popup-width: 66;
}

:root {
    --ol-triangle-offset: 35;
}

.ol-popup {
    position: absolute;
    background-color: rgba(255,255,255, .5);
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    padding: 2px;
    border-radius: 6px;
    border: 1px solid rgba(204,204,204,0.78);
    bottom: 12px;
    left: calc(var(--ol-triangle-offset) * -1px);
    width: calc(var(--ol-popup-width) * 1px);
    min-height: 25px;
    text-shadow: 0 0 15px white;
    font-family: sans-serif;
    font-size: .75rem;
}


.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    /*voodoo css*/
    border-top-color: rgba(255,0,0,0.81);
    border-top-width: 14px;
    border-bottom-width: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
    left: calc(var(--ol-triangle-offset) * 1px - 2px);

    margin-left: -9px;
    margin-top: 1px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
//left: 48px;
//left: 28px;
    left: calc(var(--ol-triangle-offset) * 1px - 2px);
    margin-left: -11px;
}


@media screen and (max-width: 767px) {
    .ol_popup {
        background-color: rgba(255,255,255, .75);
    }
}

.ol-popup:hover {
    background-color: rgba(255,255,255, .75);
}

.ol-popup-closer {
    text-decoration: none;
    display: inline-block;
    float: right;
//        top: 2px;
//        right: 8px;
}


#userLocationControl {
    margin-bottom: 10px;
}

.ol-control button{
    /*width: 4em;*/
    /*height: 4em;*/
    font-size: 2.5em;
}

.ol-zoom {
    top: var(--mapControlTop);
}

.ol-rotate {
    top: var(--mapControlTop);
    right: 4.5em;
}

.layer-switcher {
    top: var(--mapControlTop);
}

.ol-attribution {
    bottom: var(--mapControlBottom);
}

.ol-scale-line {
    bottom: var(--mapControlBottom);
    right: 20px;
    left: unset;
}

.rotated180 {
    transform: rotate(180deg);
}

#poiDisplay {
    width: 600px;
    padding: .5rem;
    background-color: #ead4d4;
}

#poiDisplay label {
    margin-top: .3rem;
    margin-bottom: 0.06rem;
    font-size: .75rem;
}

#poiDisplay .form-control {
    font-size: .85rem;
}

#poiDisplay #poiTask {
    font-size: 1.05rem;
    font-weight: bold;
}

.largerCheckBox {
//-webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border-radius:6px;
    border:1px solid rgba(85,85,85,0.62);
}

.largerCheckBox:checked {
    background: #abd;
}


.checkboxright {
    position: relative;
    margin-left: .8rem;
}

.form-control::placeholder {
    color: grey;
    opacity: .7;
    font-size: 90%;
}

#savereport {
    height: auto;
}

.top-margin {
    margin-top: 1.5rem;
}

#savereport_panel {
    min-height: 5rem;
}

.btn.btn-primary[disabled] {
    background-color: #8e908e;
}

/*found necessary because bs5 row wouldn't do this*/
.afContentContainer {
    display: flex;
    flex-direction: column;
}

.afContentItem {
    width: 100%;
    order: 1;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    #selectedVideoDetail {
        order: 3;
    }
}

.user_infoLink {
    color: #b46d24;
    font-weight: 500;
    padding: 2px;
    text-decoration: none;
}

.user_infoLink:hover {
    padding: 2px;
    background-color: rgba(206, 193, 16, 0.42);
    border-radius: 3px;
    text-decoration: underline;
}

.bs-primary {
    color: var(--bs-primary);
}

.bs-dark-gray {
    color: var(--bs-darkgray);
}

.rcNtcControl:hover {
    background-color: #2057d9;
    text-shadow: 0 0 5px white;
}

/*ntcRecentUserMsgCollapseButton*/

#aFrecentCommentsId .user_infoLink:hover {
    text-decoration: underline;
}

#aFrecentCommentsId .accordion-body {
    font-size: .85rem;
    padding: .8rem .2rem;
}

#aFrecentCommentsId .accordion-button {
    font-size: .85rem;
    padding: 0.4rem 0.2rem .2rem 0.6rem;
}

#aFrecentCommentsId .accordion-button:not(.collapsed) {
    border-width:  2px 2px 0 2px;
    border-color: #cfd6f1;
    border-style: solid;
    border-radius: 3px 3px 0 0;
    padding: 0.5rem 0.2rem .5rem 0.6rem;
}

#aFrecentCommentsId .accordion-collapse.show {
    background-color: #f0f4fd;
    border-width: 0 2px 2px 2px;
    border-color: #cfd6f1;
    border-style: solid;
    border-radius: 0 0 3px 3px;
    padding: 0 2px 0 2px;
    margin-bottom: 2px;
}

#aFrecentCommentsId .recentContentNotVisible .accordion-button
{
    background-color: #EFE0D1;
}

#aFrecentCommentsId .recentContentNotVisible .accordion-body
{
    background-color: #EFE0D1;
}


.afResize {
    /*overflow: auto;*/
}

.displayNone {
    display: none;
}

.width-restrict {
    display: inline-block;
    width: calc(100% - 120px);
}

@media screen and (min-width: 575px) {
    .afResize {
        resize: both;
        overflow: auto;
        min-width: 20vw;
    }
}

.af-sm-Resize {
    height: 40vh;
}

@media screen and (max-width: 575px) {
    .af-sm-Resize {
        overflow: auto;
        height: auto;
    }
}

.place-search-menu .dropdown-item {
    white-space: normal;
    /*width: 500px;*/
    width: 50vw;
    /*word-wrap: break-word;*/
}


@media screen and (max-width: 1000px) {
    .place-search-menu .dropdown-item {
        width: 70vw;
    }
}

@media screen and (max-width: 575px) {
    .place-search-menu .dropdown-item {
        width: 95vw;
    }
}

.areaInfoDisp {
    background-color: #eef3d7;
}

.directionsStyle {
    background-color: rgba(215, 225, 243, 0.32);
}

.clearFlow {
    clear:both;
}

.nearGupStyle {
    background-color: rgba(243, 243, 215, 0.7);
}

.areaLoc:hover {
    background-color: rgba(0, 255, 119, 0.39);
}

.areaLoc svg{
    margin-right: 2px;
}

.listNameColour {
    color: #423473;
    background-color: #efeff6;
}

.eastWestStyle {
    color: #33701f;
    background-color: #e0e0e0;
}

.plcRatingPanel {
    background-color: #d9d967;
}

#plcRatingContainer {
    background-color: #F0F0F0;
    text-align: center;
    border-width: 2px;
    border-color: rgba(217, 217, 217, 0);
    border-style: solid;
    border-radius: 4px;
    padding: 2px 2px 0 2px;
    margin-left: 5px;
}

#plcRatingContainer:hover {
    border-color: #706f6f;
    color: white;
    background-color: #706f6f;
}

.plcRatingError {
    border-width: 2px;
    border-color: #dc0b0b;
    border-style: solid;
    border-radius: 4px;
    padding: 2px;
}

.dbChangeOption {
    border-width: 2px;
    background-color: #C3D4DB;
    border-color: #7a8d96;
    border-style: solid;
    border-radius: 4px;
    padding: 2px;
}

.placeSummary {
    background-color: #ececf8;
}



.galleryPanel {
    background-color: #ecf8f3;
}

.cmtEditCreatePanel {
    background-color: #f6f2ce;
    min-height: 50px;
}

.bi-arrow-repeat {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.plcCRU-modal-dialog {
      max-width: 90%;
      margin-top: 100px;
}

.plcCRU-modal-dialog .modal-content {
      background-color: #f2f4fc;
}


/*.plcCruModal-content {*/
/*    background-color: pink; !important;*/
/*}*/



/*.transparent-backdrop .modal-backdrop {*/
/*  background-color: transparent;*/
/*}*/

/*.transparent-backdrop{*/
/*  position: fixed;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  z-index: 9999999 !important;*/
/*  background-color: pink;*/
/*}*/

/*body.modal-open .modal-backdrop {*/
/*    background-color: pink !important;*/
/*}*/

.plcCruModal-backdrop {
    /*background-color: transparent !important;*/
    background-color: rgba(255, 192, 203, 0.2); !important;
}

.plcCmtCruStyle {
    background-color: #e5edfc;
}

/*modifying lightGallery*/
img.lg-image {
    object-fit: contain;
    min-width: 100%;
}

.placeCmts {
    background-color: #f6eded;
}

.afPlcCmtAdd {
    margin-top: -5px;
}

#plcCmtsReadMoreAll {
    margin-top: -5px;
}

#plcCmtsPaginationContainer {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.afControlIcon {
    border-radius: 2px;
    padding: 2px 5px 1px 5px;
}

.afControlIcon:hover {
    background: #6c757d;
    color: white;
}

.afControlIcon:hover i {
    color: white;
}

/*.cmtControlIcons button:not(:hover){*/
/*    border-color: rgba(248, 247, 250, 0);*/
/*}*/

.cmtControlIcons button:hover i {
    color: white;
}

.placeCmtsNewUpdated {
    background-color: #f5dabb;
}

.cmtFadeMore  {
    max-height: 100px;
    position: relative;
    overflow: hidden;
}

.read-more {
    font-weight: 500;
    text-shadow: 4px 4px 8px rgb(255, 255, 255);
}

.read-less {
    display: none;
}

/*.read-more button {*/
/*    border: none;*/
/*}*/

.cmtFadeMore .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;

    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: linear-gradient(to bottom, transparent, #f6eded);
}

#plcCmtsHeader {
    margin-bottom: 0;
}

.plcCmtHr {
    margin: .3rem 2rem .3rem 2rem;
}

.userpointDescriptor {
    color: #8da6d5;
    font-weight: 400;
}

.poiDescriptor {
    color: #B03712;
    font-weight: 600;
}

.poiDescriptorImg {
    position: relative;
    top: -3px;
}
.starDescriptor {
    font-size: 75%;
    position: relative;
    top: -2px;
    margin-right: 2px;
}

.placeIcon {
    position: relative;
    top: -2px;
}



/* Rating Star Widgets Style */
.cmtRatingStars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.cmtRatingStars ul > li.cmtStar {
    display:inline-block;
}

/* Idle State of the stars */
.cmtRatingStars ul > li.cmtStar > i.fas {
    font-size: 1em; /* Change the size of the stars */
    color: #b4b2b2;
}

/* Hover state of the stars */
.cmtRatingStars ul > li.cmtStar.hover > i.fas {
    color:#FFCC36;
}

/* Selected state of the stars */
.cmtRatingStars ul > li.cmtStar.selected > i.fas {
    color:#FF912C;
}

.buttonOutline {
    outline: 3px dashed #FF912C;
}

.cmtPicContainer {
    overflow-x: auto;
    overflow-y: auto;
    height: auto;
    float: right;
}

.cmtPicWgtH {
    /*max-width: 35vw;*/
    max-width: 40%;
}

.cmtPicHgtW {
    max-width: 40%;
}


.trkFig {
    max-width: 60%;
}



@media screen and (max-width: 767px) {
    .trkFig {
        float: none;
        max-width: 100%;
        width: 100%;
        display: block;
    }
}

.userEntered {
    font-family: Arial, Helvetica, sans-serif;
}

.trkCols {
    column-count:2;
    column-rule: 1px solid #ccc;
}

@media screen and (max-width: 992px) {
    .trkCols {
        column-count:1;
    }
}

.cmtImg {
    max-width: 100%;
    float: inherit;
    border: none;
    border-radius: 4px;
}

.notpublic {
    background-color: #EFE0D1;
}

.notpublicComment{
    background-color: #bbac9e;
}

.trackProfileImg {
    max-width: 100%;
    min-height: 200px;
    border-radius: 4px;
}

.trkSummaryImg {
    height: auto;
}

#trackDetailView figure {
    margin: 1px 6px 1px 6px;
    padding: 2px 0 0 0;
    font-style: italic;
    font-size: 90%;
    background-color: rgba(200, 200, 200, .5);
    display: inline-block;
}

.trkDetailStyle {
    background-color: #e5edfc;
}

.trkRouteSummaryTextarea {
    height: 130px;
    width: 100%;
}

#trackButtonRow button:hover {
    background-color: #d9534f; /* Muted Red */
    border-color: #d9534f;
    color: white;
}

#trackButtonRow button i {
    color: #122d60;
}

#trackButtonRow button:hover i {
    color: white;
}

/* Base styles for the form label */
#trkExportPanel .form-check-label {
    background-color: #f8d7da; /* Light pink color */
    padding: 0.5em; /* Padding for better spacing */
    border-radius: 0.25rem; /* Slightly rounded corners */
    transition: background-color 0.3s; /* Smooth transition for hover and selection */
    cursor: pointer;
}

/* Hover effect: Slightly darker pink */
#trkExportPanel .form-check-label:hover {
    background-color: #f5c6cb; /* Slightly darker pink */
}

/* Selected radio option: Slightly darker pink */
#trkExportPanel .form-check-input:checked + .form-check-label {
    background-color: #f5c6cb;
}


.textareaAutoResizing {
    display: block;
    overflow: hidden;
    resize: none;
}

.picFilesInputDelete, .picFileMoveUp, .picFileMoveDown {
    border-color: #ced4da;
}


.uploadPicContainer {
    max-height: 300px;
    border-style: dashed;
}


.fileDragging {
    background-color: pink;
}

.trkPursuitPeopleTextarea {
    /*height: 130px;*/
}


.trkRatingPanel {
    background-color: #82d774;
}

.requireInput {
    border-width: 1px;
    border-color: red;
    border-style: solid;
    border-radius: 4px;
}


.altRowColor:nth-child(odd) {
    background-color: #c0f1bc;
}


#trkRatingContainer {
    background-color: #F0F0F0;
    text-align: center;
    border-width: 2px;
    border-color: rgba(217, 217, 217, 0);
    border-style: solid;
    border-radius: 4px;
    padding: 2px 2px 0 2px;
    margin-left: 5px;
}

#trkRatingContainer:hover {
    border-color: #706f6f;
    color: white;
    background-color: #706f6f;
}

.trkRatingError {
    border-width: 2px;
    border-color: #dc0b0b;
    border-style: solid;
    border-radius: 4px;
    padding: 2px;
}

.trackMapIcon {
    position: relative;
    top: -3px;
}

.trackMapIcon{
    fill: #0f6efb;
}

.trackMapIcon:hover{
    fill: red;
}
