﻿.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    font-weight: bold;
    margin-left: 5px;
}

.required > label:after {
    color: #d00;
    /*content: "*";*/
    font-weight: bold;
    margin-left: 5px;
}

.popover {
    min-width: 200px;
}

.timeDiv {
    display: inline;
    float: left;
    margin-right: 5px;
    width: 70px;
}

.incrementDiv {
    display: inline;
    float: left;
    margin-right: 5px;
    width: 100%;
}

/* .incrementDiv input { height: 36px !important
    }; */

.btnToday {
    min-width: 96px;
}

.ulFiles {
    list-style-type: none;
    padding: 0;
}

    .ulFiles li {
        border-bottom: 1px solid gray;
        padding: 7px;
    }

.btnselectfiles {
    width: 100%;
}

.btnupload {
    width: 100%;
}

.btngroupupload {
    width: 100%;
}

.childrow {
    margin-top: 10px;
}

.checkbox {
    margin-top: 0px;
}

.geocodemap {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.latlongmap {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.geocodemapmultiple {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.geocaching {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

@media only screen and (min-width : 768px) {
    .childrow > div {
        display: inline-block;
        vertical-align: bottom;
        float: none;
    }

    .parentrow > div {
        display: inline-block;
        vertical-align: bottom;
        float: none;
    }
}

.help-block {
    display: none;
}

.has-error .help-block {
    display: block;
}

.formdynlabel {
    background-color: #007bff !important;
    font-size: 14px;
}

.radio-inline {
    white-space: nowrap;
}


.table-form-matrix td:not(:first-child) {
    text-align: center;
}

.table-form-matrix th:not(:first-child) {
    text-align: center;
}

.scaleline td {
    position: relative;
    text-align: center
}

    .scaleline td:after {
        content: '';
        border-bottom: 1px solid #ccc;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(0, -100%);
        z-index: -1;
    }

    .scaleline td:last-child:after {
        display: none;
    }

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
    text-align: center;
}


.custom-multiselect {
    position: relative;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background: white;
}

.selected-items {
    padding: 8px;
}

.dropdown-multiselect-list {
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background: white;
    z-index: 10;
}

.dropdown-multiselect-option {
    display: block;
    padding: 6px 10px;
}

.dropdown-multiselect-option input {
    margin-right: 8px;
}

.multiselect-ie {
    font-size: 1em;
    letter-spacing: normal;
    word-spacing: normal;
    overflow: hidden; /* Clear floats */
}

.option-item-ie {
    display: inline-block;
    width: 24%;
    min-width: 160px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 6px 8px;
    margin: 0;
    zoom: 1; /* For IE11 */
}

@media (max-width: 992px) {
    .option-item-ie {
        width: 33.333%;
    }
}

@media (max-width: 576px) {
    .option-item-ie {
        width: 50%;
    }
}