/* here you can put your own css to customize and override the theme */
.pt-1 {
    padding-top: 1px;
}

.pt-2 {
    padding-top: 2px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-1 {
    padding-bottom: 1px;
}

.pb-2 {
    padding-bottom: 2px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-5 {
    padding-bottom: 5px;
}

.word-wrap {
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

.input-group-addon {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group .input-group-addon {
    border-color: #e5e5e5;
    background: #e5e5e5;
    min-width: 100px;
}

.input-group-addon:first-child {
    border-right: 0;
    text-align: left;
}

.d-flex {
    display: flex;
}

.form-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

input:focus,
textarea:focus,
select:focus {
    background-color: #e9ebf9; /* light cyan background on focus */
    outline: none; /* optional: remove default outline */
    border: 2px solid #eee; /* optional: add a custom border */
}

.mandatory {
    border: 1px solid red;
}

    .mandatory:focus {
        border: 1px solid red;
        background-color: #f6d8d8;
    }


/*.select2:focus
.select2-container:focus
.select2-container:focus
.select2-choice:focus
.select2-arrow:focus {
    background-color: #ff0000;*/ /* 
    outline: none; /* optional: remove default outline */
/*border: 15px solid #00acc1;*/ /* optional: add a custom border */
/*}*/

