﻿body {
    font-family: "Open Sans", sans-serif;
    background: #f6f9ff;
    color: #444444;
    /*font-size: 14px;*/
}

.block-box {
    box-shadow: 2px 2px 2px #ccc;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 15px;
}

table.profileCard td {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn:disabled {
    background: #ddd;
    color: #c3c3c3;
    border: none;
    cursor: not-allowed;
    pointer-events: all;
    opacity: 1;
}

a {
    color: #19a2e1;
    text-decoration: none;
}

    a:hover {
        cursor: pointer;
    }

    a.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.cover-input {
    position: relative;
    overflow: hidden;
    display: flex;
    background: #ddd;
    border-radius: 5px;
}

.label-small {
    background: #ddd;
    padding: 9px;
}

.notes {
    font-size: 12px;
    color: #369ce7;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.pdt {
    padding-top: 10px;
}

.primary-color {
    color: #19a2e1;
    font-weight: 500;
}

.main {
    margin-top: 20px;
    padding: 20px 30px;
    transition: all 0.3s;
    min-height: 450px;
    height: -o-calc(100vh - 150px); /* opera */
    height: -webkit-calc(100vh - 150px); /* google, safari */
    height: -moz-calc(100vh - 150px); /* firefox */
}

.dashboard {
    padding-bottom: 105px;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

.logo-main {
    text-align: center;
    margin-bottom: 30px;
}

.abha-body {
    padding: 20px 40px !important;
}

.card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid #e5eef9;
}

.box-main {
    /*width: 650px;*/
    margin: 0 auto;
}

.bold {
    font-weight: 600;
}

.b-abha-box {
    /*background: #5f9eeb;*/
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    text-decoration: none;
}

    .b-abha-box:hover {
        background-color: #899bbd !important;
        color: #fff;
    }

.spacer {
    margin: 10px;
    width: 40px;
    text-align: center;
}

.top-bar {
    background-color: #ffffff !important;
    border-bottom: 2px solid #e5eef9;
}

.pagetitle {
    text-align: right;
}

    .pagetitle h1 {
        font-size: 16px !important;
    }

.avtar-img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.heading label {
    display: block;
    width: 115px;
}

.inner-wrapper {
    padding-left: 15px;
}

.user-details {
    display: flex;
}

.divider {
    border-right: 1px solid #ddd;
}

.sucess {
    color: #4fc60f;
}

.danger {
    color: #e52e20;
}

.steps {
    width: 350px;
    margin: 0 auto;
    padding-bottom: 15px;
}

    .steps ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-evenly;
    }

.step-count {
    background: #ddd;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
}

.condition {
    background: #f0f6ff;
    padding: 10px;
    font-size: 16px;
    height: 500px;
    overflow: auto;
}

    .condition ul {
        list-style: none;
    }

        .condition ul li {
            display: flex;
            margin-bottom: 20px;
        }

.step-digit {
    color: #19a2e1;
}

.steps-title {
    display: flex;
    border-bottom: 2px solid #ddd;
    justify-content: space-between;
}

.active-step, .finish-step {
    background-color: #19a2e1;
    color: #fff;
    font-weight: 700;
}

.block-box {
    box-shadow: 2px 2px 2px #ccc;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 15px;
}

.primary-color {
    color: #19a2e1;
    font-weight: 500;
}

.footer {
    text-align: center;
    margin-top: 35px;
    background: #19a2e1;
    padding: 10px;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.main-loggedIn {
    display: flex;
    justify-content: space-between;
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #917878;
    max-width: 300px;
    align-items: center;
    margin-top: 5px;
}

.spn-loggedin-inner {
    display: flex;
    text-align: left;
}

.logged-UserName {
    width: 150px;
    display: block;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-logout {
    background-color: #19a2e1;
    color: white;
    padding: 4px 12px;
}

@media(max-width:993px) {
    .box-main {
        width: auto;
    }

    .divider {
        border: none;
    }
}

@media (max-width:768px) {

    .navbar-brand {
        margin: 0 auto;
    }
}

@media (max-width:600px) {
    .pagetitle {
        text-align: center;
        margin: 0 auto;
    }

    .abha-body {
        padding: 15px !important;
    }

    .spacer {
        margin: 5px;
    }
}
