﻿.filter-option{text-transform:none !important;}

.flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.flexItem {
    flex: 1 0 auto;
    padding: 10px;
}

.sectionHeading {
    font-size: 16px;
    padding-bottom: 10px;
    color: rgb(0,46,99);
}

input {
    color: black !important;
    /*font-weight: bold;*/
}

input.btn-success {
    color: #fff!important;
}

textarea {
    color: black;
    width: 100%;
    height: 300px;
    margin-top: 10px;
}

.textareaReadonly {
    background-color: #002e6314;
    border: 2px solid #002e63;
}

.textareaTight {
    height: 150px !important;
}

.readonlyValue {
    color: black !important;
    font-weight: bold;
    padding: 15px 0px;
}
/*override taggle css for tags*/
.btn-taggle {
    box-shadow:none !important;
    margin:2px !important;
    text-transform:none !important;
}
.taggle_placeholder {
    display: none !important;
}

.taggle_input {
    color: black !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.taggle_list {
    margin: 10px 0px !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

    .taggle_list[disabled] {
        border-bottom: none !important;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border-bottom: none !important;
    cursor: not-allowed;
    background-color: inherit;
}

.taggle[disabled] {
    cursor: not-allowed !important;
    background-color: inherit !important;
    color: black !important;
    border: 1px solid lightgray;
}

.campaignStep2 {
    display: none;
}

input#setActivationDate {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
}

input#setActivationDate[disabled] {
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
    cursor: not-allowed;
    background-color: inherit;
}

.platform-input-group.mb-3, .platform-input-group.my-3 {
    margin-bottom: 1rem !important;
}

.platform-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.platform-input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.platform-input-group-prepend {
    margin-right: -1px;
}

.platform-input-group-append, .platform-input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
