.select {
    width: 186px;
}

.select .optionMore {
    background-color: #bfbaba;
    height: 1.6em;
    font-size: 1.2em;
    cursor: pointer;
    text-align: center;
}

.hideFilter {
    display: none;
}

h4 {
    color: #666;
}

.colorRed {
    color: red;
}

.colorRed a {
    text-decoration: underline;
    color: #007CBB;
}

.alertLabel {
    display: block;
    margin-top: 2px;
    line-height: 1em;
    font-size: 12px;
}

.inputWidth {
    width: 270px;
}

.endpointSelect {
    width: 270px;
    margin-right: 20px;
}

.filterSelect {
    position: relative;
    width: 315px;
}

.filterSelect clr-icon {
    margin-left: 15px;
}

.filterSelect label {
    width: 136px;
}

.filterSelect label input {
    width: 100%;
}

.pull-left {
    float: left;
}

.padLeft0 {
    padding-left: 0;
}

.floatSetPar {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
}

.floatSet {
    display: inline-block;
    width: 82px;
    margin-right: 4px;
}

.form-group {
    min-height: 36px;
}

.projectInput {
    float: left;
    position: relative;
}

.switchIcon {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.addEndpoint {
    margin-top: .25em !important;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 58px;
    margin-right: 0
}

.shadow {
    position: absolute;
    top: 8px;
}

.is-solid {
    cursor: pointer;
}

.selectBox {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: -0.25rem;
    border: 1px solid #ccc;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .15);
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 100;
}

.selectBox ul li {
    list-style: none;
    padding: 3px 20px;
    cursor: pointer;
}

.selectBox ul li:hover {
    color: #262626;
    background-image: linear-gradient(180deg, #f5f5f5 0, #e8e8e8);
    background-repeat: repeat-x;
}

.form-group-override {
    padding-left: 170px !important;
}

.form-group>label:first-child {
    font-size: 14px;
    width: 6.5rem;
}

.goLink {
    color: blue;
    border-bottom: 1px solid blue;
    line-height: 14px;
    cursor: pointer;
}

.arrowSet{
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 8px;
    transform: rotate(180deg);
}

clr-modal {
    ::ng-deep div.modal-dialog {
        width: 25rem;
    }
}

.deletedDiv {
    text-align: left;
    line-height: 14px;
    color: red;
}
.deletedDiv a{
    margin-left: 10px;
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

