﻿body {
}

.dropdownNew {
    border-style: solid;
    border-width: 2px;
    border-color: lightgrey;
    border-radius: 5px;
    font-size: 14px;
    /*color: var(--focus-main-color);*/
}

.textboxNew {
    border-style: solid;
    border-width: 2px;
    border-color: lightgrey;
    border-radius: 5px;
    font-size: 14px;
    /*color: #0676bd;*/
    padding: 0 4px;
}

.ContainersRouteInfo {
    border-collapse: collapse;
    width: 100%;
}

    .ContainersRouteInfo th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #0676bd;
        color: white;
        font-size: 18px;
    }

    .ContainersRouteInfo td, .ContainersRouteInfo th {
        padding: 8px;
        border-style: solid;
        border-width: 1px;
        border-color: lightgrey;
    }

.table-header {
    background-color: var(--main-spl-color);
    color: white;
}

.route-table-container {
    overflow: auto;
    display: flex;
}

.route-table-container-y {
    overflow-y: scroll;
    display: flex;
}

.route-table {
    color: var(--main-darkgrey-color);
}

    .route-table td {
        padding: 2px;
        border: 1px solid #eeeeee;
    }

    .route-table thead th {
        text-align: left;
        border: 1px solid #eeeeee;
        position: sticky;
        top: 0;
        padding-left: 15px;
        background-color:white;
    }

    .route-table tbody tr:hover {
        background-color: lightgray;
        cursor: pointer;
    }

.route-table-click {
}


.route-table-header {
    border: solid 4px;
    height: 90px;
    min-width: 90px;
    text-align: center;
    background-color: white;
    padding: 0 5px;
    word-break: break-word;
}

    .route-table-header:hover {
        color: var(--main-spl-gold);
        border-color: var(--main-spl-gold);
        cursor: pointer;
    }

.route-table-header-red {
    border: solid var(--main-spl-orange) 4px;
    height: 90px;
    min-width: 90px;
    text-align: center;
    background-color: white;
    padding: 0 10px;
    word-break: break-word;
}

    .route-table-header-red:hover {
        color: var(--main-spl-gold);
        border-color: var(--main-spl-gold);
        cursor: pointer;
    }

.route-table-header-blue {
    border: solid #0ad2ff 4px;
    height: 90px;
    min-width: 90px;
    text-align: center;
    background-color: white;
    padding: 0 10px;
    word-break: break-word;
}

    .route-table-header-blue:hover {
        color: var(--main-spl-gold);
        border-color: var(--main-spl-gold);
        cursor: pointer;
    }

.route-table-header-inactive {
    color: #b31010;
    border-color: #b31010;
}

.add-route-header {
    width: 100px;
    padding: 0 5px;
    border: none;
    background-color: white;
}

.routes-header-table-font {
    font-size: 14px;
    color: var(--main-darkgrey-color);
}

.new-route-form-font {
    font-size: 14px;
    color: var(--main-darkgrey-color);
}

.page-header-font {
    font-size: 26px;
    color: var(--main-darkgrey-color);
}

.route-table tfoot,
.route-table tfoot th,
.route-table tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    border: none;
    background-color: white;
    color: var(--main-darkgrey-color);
    z-index: 4;
}

.fraction-image {
    width: 80px;
    height: 80px;
}

.holder-container {
    border-style: solid;
    border-width: 3px;
    border-color: var(--border-color);
    width: 100%;
    /*min-width: 1240px;*/
    margin-top: 25px;
}

.holder-container-small {
    border-style: solid;
    border-width: 3px;
    border-color: var(--border-color);
    margin: 25px 0;
    padding: 10px;
}

.new-route-container {
    width: 750px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.fraction-selection-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.tile-selection {
    height: 200px;
    width: 200px;
    border-style: solid;
    border-width: 5px;
    border-color: var(--border-color);
    margin-top: 20px;
}

.flex-row-left {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.flex-row-right {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.flex-rev-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
    align-items: center;
}

.flex-rev-left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
}

.flex-row-cen-cen {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-col-cen-cen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-col-cen {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-cen-cen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-lef-cen {
    display: flex;
    justify-content: left;
    align-content: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}


.spl-blue-button {
    width: 150px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #0676bd;
    color: #0676bd;
    background-color: white;
    font-size: 20px;
    padding: 2px;
    text-transform: none;
}

.spl-red-button {
    width: 150px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: red;
    color: red;
    background-color: white;
    font-size: 14px;
}

.new-route-container-second {
    border-style: dashed;
    border-width: 3px;
    /*border-color: var(--border-color);*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.new-route-container-half-second {
    width: 50%;
    height: 100%;
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
}

.font-size-26-blue {
    font-size: 26px;
    color: #0676bd;
}

.font-size-26-black {
    font-size: 26px;
    color: var(--main-darkgrey-color);
}

.font-size-18-blue {
    font-size: 18px;
    color: #0676bd;
}

.font-size-18-black {
    font-size: 18px;
    color: var(--main-darkgrey-color);
}

.font-size-16-black {
    font-size: 16px;
    color: var(--main-darkgrey-color);
}

.fraction-image-current {
    width: 100px;
    height: 100px;
}

.map {
    width: 50%;
}

/*    .map:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }*/

.grab {
    cursor: grab;
}

.grabbed {
    box-shadow: 0 0 13px #000;
}

.grabCursor, .grabCursor * {
    cursor: grabbing !important;
}


/* START weekend planning */

.page-container {
    display: flex;
}

.date-planning-container {
   /* width: 24%;
    display: inline-block;
    margin-top: 25px;*/
}

.date-list-item {
    display: flex;
    padding: 5px;
    border: 2px solid #b3b0b0;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.date-list-item-label {
    width: 88%;
    display: flex;
    align-items: center;
}

.plus {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: linear-gradient(#b3b0b0,#b3b0b0), linear-gradient(#b3b0b0,#b3b0b0);
    background-position: center;
    background-size: 50% 2px,2px 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.active {
    border-color: gold !important;
}

.saved {
    border-color: forestgreen;
}

#date-picker {
    text-align: center;
}
