.card {
    margin-bottom: 20px
}

.card-lable {
    position: relative
}

.lable-content {
    position: absolute;
    background: #fff;
    padding: 1px 10px;
    top: -15px;
    left: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.125);
}

.border-blue {
    /* background: rgba(73, 147, 194, 0.30); */
    /* background: #4A93C2 */
    border-radius: 10px;
    border: 1px solid #4A93C2;
}

.text-blue {
    color: #1b5d89 !important
}

.auth-basic-form {
    display: block
}

.auth-cam-form {
    display: none
}

.connection-host-form {
    display: block
}

.connection-api-form {
    display: none
}

.switch {
    position: relative;
    display: inline-block;
    width: 253px;
    height: 25px
}

    .switch input {
        display: none
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 1px;
    left: 1px;
    right: -5px;
    bottom: -11px;
    background-color: #252f42;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        background-color: #fff;
        transition: .4s
    }

input:checked + .slider {
    background-color: #252f42
}

input:focus + .slider {
    box-shadow: 0 0 1px #dddcdc
}

input:checked + .slider:before {
    -webkit-transform: translateX(65px);
    -ms-transform: translateX(65px);
    transform: translateX(224px)
}

.slider.round {
    border-radius: 17px
}

    .slider.round:before {
        border-radius: 50%
    }

.on {
    display: none
}

.on {
    color: #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 47%;
    left: 49%;
    font-size: 13px;
    font-family: Verdana,sans-serif;
    font-weight: 600
}

.off {
    color: #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 47%;
    left: 49%;
    font-size: 13px;
    font-family: Verdana,sans-serif;
    font-weight: 600
}

input:checked + .slider .on {
    display: block
}

input:checked + .slider .off {
    display: none
}

.required {
    color: red
}

.default-label1 {
    margin-right: 10px
}

.default-label2 {
    margin-left: 10px
}

.navbar {
    border-bottom: 1px solid #6e9fbf;
    display: table;
    width: 100%;
    margin-bottom: 3px
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.heading-span {
    font-size: 18px;
    font-weight: 600
}

.mandatory-field-msg {
    color: red;
    font-size: 18px;
    font-style: italic
}

.all-field-alert-msg {
    color: red;
    font-size: 11px;
    font-style: italic
}

#dvTable table {
    background: #fff;
    width: 25%
}

    #dvTable table td {
        padding: 8px;
        border: 1px solid #ccc
    }

    #dvTable table th {
        color: #6e9fbf
    }

.success-msg {
    color: green
}

.failure-msg {
    color: red
}

.connection-card, .auth-card {
    /* min-height: 255px */
}

.publish-button {
    background-color: #252f42;
    border-color: #252f42;
    color: #fff
}

    .publish-button:hover {
        background-color: #6e9fbf;
        border-color: #6e9fbf;
        color: #fff
    }

    .publish-button:not(:disabled):not(.disabled).active, .publish-button:not(:disabled):not(.disabled):active, .show > .publish-button.dropdown-toggle {
        background-color: #6e9fbf;
        border-color: #6e9fbf;
        color: #fff
    }

#process-list-ul {
    margin: 0;
    padding: 0
}

    #process-list-ul li {
        width: auto;
        float: left
    }

#process-list li {
    padding: 3px 15px;
    list-style-type: none;
    background: #6e9fbf;
    margin: 2px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

#process-list-div {
    margin-top: 14px
}
