.detailsTable {
    border-radius: 5px 5px 0px 0px;
}

.capitalize {
    text-transform: capitalize;
}

.preFormat {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.displayNone {
    display: none;
}

.smallRadius {
    border-radius: 5px;
}

.configFontSize {
    font-size: 10px;
}

.smallFont {
    font-size: small;
}

.medFont {
    font-size: 14px;
}

.boldFont {
    font-weight: bold;
}

.langBox {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
}

.input-group > .twitter-typeahead {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    height: inherit !important;
}

.input-group > .twitter-typeahead:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .twitter-typeahead > .tt-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control.tt-input:focus {
    z-index: 3
}

input[type=number] {
    width: 85px;
}

#posCodeList .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}

.toastWidth {
    width: 250px;
}

.estimateTable {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.smallRadius3p {
    border-radius: 3px;
}

.paddingR100 {
    padding-right: 100%;
}

.textAlignCenter {
    text-align: center
}

.forgotPasswordBox {
    padding: 20px;
    border: 2px solid;
}

.loginBox {
    border: 2px solid;
}

.loginSubfont {
    font-size: -5vw
}

.resetPasswordBox {
    padding: 20px;
    border: 2px solid;
    text-align: center;
}