.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #3bbcf4 !important;
    border-color: #3bbcf4 !important;
}

.glyphicon {
    padding: 5px;
    margin: 0px 2px 0px 3px;
}

.help-block {
    color: red;
}

.detector-logo {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
}

.centered {
    text-align: center;
}

.edit-portal-logo {
    max-width: 200px;
    max-height: 200px;
    padding: 10px;
}

.nav-link.active,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Segoe UI Bold", "Segoe UI Regular", "Segoe UI", sans-serif;
    font-weight: 700;
    color: #44a4dc;
    text-align: left;
    line-height: normal;
    cursor: pointer;
    border-bottom: 2px solid #44a4dc;
    display: inline-block;
    padding-bottom: 4px;
    border-left: none;
    border-right: none;
    border-top: none;
}

.nav-tabs {
    border: none;
    margin-top: 4rem;
}

.nav-tabs>li>a:hover,
.nav>li>a:hover,
.nav-tabs>li>a {
    border: none;
    background-color: unset;
    margin-right: 0px;
}

.custom-cursor {
    cursor: pointer;
}

.glyphicon-arrow-left {
    padding: 0;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-1 {
    margin-top: 1rem;
}

.btn-outline-dark,
.btn:focus,
.btn:active:focus {
    color: #343a40;
    background-color: #e1e0e0;
    background-image: none;
    border-color: #e1e0e0;
    outline: 0px;
}

.btn-outline-dark:hover {
    color: #343a40;
    background-color: #eee;
    border-color: #eee;
}

.logo-margin {
    margin-left: 15px;
}

.element {
    /* border: 1px solid #ccc; */
    margin-bottom: 10px;
    /* padding: 10px; */
}

.element-title {
    font-weight: bold;
}

.child-element {
    margin-left: 20px;
    margin-top: 10px;
}

.elementCollapseTitle {
    font-weight: 700;
}

.element-path {
    padding: 10px;
}

.main-title-color {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 12px;
}

.child-title-color {
    color: #fff;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 12px;
}

.toggle-icon {
    position: absolute;
    right: 35px;
    color: #343a40;
}

.toggle-icon i {
    cursor: pointer;
}

.collapse-detail {
    background: white;
    padding: 15px;
}

.main-title-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #17a2b8;
}

.child-title-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #007bff;
    font-weight: bold;
}

.element-variable {
    position: absolute;
    right: 64px;
    color: #333;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
}

.pl-0 {
    padding-left: 0px;
}

.ifType {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 14px;
}

.display-flex {
    display: flex;
}

.btn-danger {
    margin-left: 5px;
    padding: 3px;
}

.mt-1 {
    margin-top: 1rem;
}

.cell {
    max-width: 150px;
    overflow: hidden;
    word-wrap: break-word;
}

.uppercase {
    text-transform: uppercase;
}

.disable-font {
    color: rgb(170, 170, 170);
    font-style: italic;
}

/* Capitalize first letter and remove underscore */
#flowType option {
    text-transform: capitalize;
}

#flowType option:before {
    content: attr(value);
    display: none;
}

#flowType option[selected] {
    text-transform: none;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
  }

.positionClass {
    position: absolute;
}