.bold {
    font-weight: bold;
}

input, select, textarea {
    color: #000000;
}

textarea {
    width: 94%;
    height: 60px;
    padding: 5px;
    margin: 5px;
    border-color: #c4c4c4;
    font-family: /*Arial*/;
    font-size: 14px;
    line-height: 20px;
    resize: none;
}

    textarea:focus {
        border-color: #c4c4c4;
    }

select,
input:focus,
select:focus,
button:focus {
    border: 0px;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h1 {
    margin: 25px 0;
}

h3 {
    margin: 25px 0 10px 0;
}

.separator {
    margin: 0 0 15px 0;
}

.dropDownList {
    width: 100%;
}

.hidden-first {
    display: none;
}

.hand-cursor {
    cursor: pointer !important;
}

.error {
    color: red;
    font-size: 13px;
    font-weight: bold;
    display: block !important;
}

.errorMessage {
    color: red;
    font-size: 15px;
    font-weight: bold;
    /*text-align: center;*/
    padding: 10px 10px 0 10px;
}

.hidden-first.error {
    display: none !important;
}

.layout-container {
    margin: 25px;
    /* width: 60%; */
    /* max-width: 1000px; */
    min-height: 350px !important;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 3px 3px 20px 10px rgba(124, 124, 124, 0.5);
    overflow-y: auto;
    /*font-family: Arial;*/
}

    .layout-container p {
        /*font-family: Arial;*/
    }

.layout {
    margin: 0 auto;
    width: 100%;
}

.ajax-loading-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 98%;
    z-index: 99;
    display: none;
    background-color: #e1e1e153;
}

.ajax-loading,
.styles-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.styles-container-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 98%;
    z-index: 100;
    display: none;
    background-color: #e1e1e153;
}

.styles-container {
    width: 50%;
    height: 100px;
    border: 1px solid gray;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
}

    .styles-container p {
        font-weight: bold;
        color: black;
    }

.hrSteps {
    width: 70%;
    /* margin-top: 10px !important; */
    border-top: 10px solid;
}

.step-viewer {
    position: relative;
    top: 40px;
    /* height: 20px !important; */
    min-width: 190px;
    width: 100%;
    /* background-color: white; */
    font: 15px /*Arial*/;
    padding: 10px;
    /* margin: 0 5px; */
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid;
    display: inline-block;
    cursor: default;
}

.dot {
    height: 23px;
    width: 23px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    line-height: 1em;
    white-space: nowrap;
}

.start {
    margin: 0 auto;
}

.finish {
    text-align: center;
    overflow-y: auto;
}

.stepTitle {
    text-align: center;
    text-transform: uppercase;
}

.button {
    border: 2px solid;
    padding: 10px;
    border-radius: 10px;
    /*font-family: Arial;*/
    font-size: 15px;
    min-width: 49%;
    height: 50px;
    cursor: pointer;
}

.box {
    border-radius: 10px;
    cursor: pointer;
}

    .box p,
    .box div,
    .box input,
    .box span,
    .box select {
        margin: 10px;
    }

.details-box {
    border: 2px solid;
    border-radius: 10px;
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.border {
    border-radius: 10px;
    /*font-family: Arial;*/
    width: 100%;
}

    .border p {
        margin: 10px 10px 0 10px;
    }

    .border div,
    .border span,
    .border input,
    .border select {
        margin: 10px;
    }

.border-active {
    border: 2px solid;
}

    .border-active p {
        font-size: small;
    }

    .border-active input[type="text"],
    .border-passive input[type="text"],
    .border-active input[type="number"],
    .border-passive input[type="number"],
    .border-active input[type="email"],
    .border-passive input[type="email"] {
        border: none;
        /*font-family: Arial;*/
        font-size: 16px;
        width: 90%;
    }

.border-active,
.border-passive {
    border: 2px solid;
    display: inline-block;
}

    .border-active p,
    .border-passive p {
        font-size: small;
    }

    .border-active select,
    .border-passive select {
        width: 90%;
    }

.selectedItem-active,
.deselectedItem-active,
.selectedItem-passive,
.deselectedItem-passive {
    border: 2px solid;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    font: 10pt /*Arial*/;
    text-align: center;
    min-width: 100px;
    /* height: 35px; */
    display: inline-block;
}

    .selectedItem-active:hover,
    .deselectedItem-active:hover,
    .selectedItem-passive:hover,
    .deselectedItem-passive:hover {
        cursor: pointer;
    }

/* Placeholder Styling */
::-webkit-input-placeholder { /* Edge */
    font-size: smaller;
    color: #c4c4c4;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: smaller;
    color: #c4c4c4;
}

::placeholder {
    font-size: smaller;
    color: #c4c4c4;
}
/* /Placeholder Styling */

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-cell {
    display: table-cell;
    width: 48%;
    vertical-align: top;
}

.fileUploader-container {
    overflow-y: auto;
    padding-bottom: 20px;
}

.filepond--item {
    width: calc(50% - 0.5em);
}

.milieage {
    float: left;
    width: 65% !important;
}

.milieage-unit {
    float: left;
    height: 25px;
    margin: 10px 0 !important;
    width: 25% !important;
}
