﻿.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: 65%;
}

.btnupload {
    width: 35%;
}

.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 */
}


@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;
}

@media screen and (min-width: 1400px) {
    .col-radioCodeTable {
        /* margin-right: -30px !important;*/
    }

    .col-rdo-1 {
        margin-right: -30px !important;
    }

    .col-rdo-2 {
        margin-right: -70px !important;
    }

    .col-rdo-3 {
        margin-right: -70px !important;
    }

    .col-rdo-4 {
        margin-right: -70px !important;
    }
}