﻿


htlm {
    direction: ltr
}

/*WIZZZZZZ*/




.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.innerform {
    overflow-x: auto; /* Ensures table doesn't overflow */
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*Search Box*/



.DeleteClass, .EditIcons {
    color: black;
    font-size: 18px;
    position: relative;
}

thead {
    height: 50px;
    background-color: #230055;
}

    thead th {
        color: white !important;
        font-weight: bold;
    }

th:first-child {
    width: 10px;
}

.pagination {
    cursor: pointer;
}



fieldset {
    margin: 8px;
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
}

legend {
    padding: 4px;
    width: 70px !important;
    border-bottom: none !important
}

/*Table*/

::-webkit-scrollbar {
    width: 0.15em;
    height: 0.15em;
}

::-webkit-scrollbar-thumb {
    background: slategray;
}

::-webkit-scrollbar-track {
    background: #b8c0c8;
}

body {
    scrollbar-face-color: slategray;
    scrollbar-track-color: #b8c0c8;
}

body,
html {
    height: 100%;
    width: 100%;
}

.wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

body {
    background: #f8f8f8;
}

button.btn {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 0px;
}

    button.btn i {
        margin-right: 3px;
    }

@media screen and (min-width: 768px) {


    body.large-screen .table-wrapper {
        max-width: 800px;
    }

    body.large-screen .card-list-table {
        background: white;
    }

        body.large-screen .card-list-table tbody tr {
            background: transparent;
            box-shadow: none;
            margin: 0;
        }

            body.large-screen .card-list-table tbody tr:nth-of-type(even) {
                background: #dfdfdf;
            }

        body.large-screen .card-list-table thead {
            display: table-header-group;
        }

            body.large-screen .card-list-table thead th:last-child {
                box-shadow: none;
            }

            body.large-screen .card-list-table thead th {
                border-bottom: 1px solid #dfdfdf;
                padding: 12px 24px;
            }

        body.large-screen .card-list-table tbody tr {
            display: table-row;
            padding-bottom: 0;
        }

            body.large-screen .card-list-table tbody tr:nth-of-type(even) {
                background: #fff;
            }

        body.large-screen .card-list-table tbody td {
            border-bottom: 1px solid #dfdfdf;
            cursor: pointer;
            display: table-cell;
            padding: 13px 24px;
            -webkit-transition: background 0.2s ease-out;
            transition: background 0.2s ease-out;
            vertical-align: middle;
        }

            body.large-screen .card-list-table tbody td:after {
                display: none;
            }

            body.large-screen .card-list-table tbody td:before {
                content: "";
            }

        body.large-screen .card-list-table tbody tr:hover td {
            background: #e0e0e0;
        }
}

.buttons {
    margin: 10px 0 50px;
}

.table-wrapper {
    max-width: 300px;
    width: 80%;
    margin: 0 auto 0;
    max-height: 500px;
    overflow-y: scroll;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (min-width: 768px) {
    .table-wrapper {
        background: white;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }
}
@media(max-width: 750px) {
    html[dir="rtl"] .card-list-table tbody td {
        text-align: left;
        padding: 10px 40% 20px 10px; /* mirror padding */
    }

        html[dir="rtl"] .card-list-table tbody td:before {
            left: auto;
            right: 15px; /* move label to right */
            text-align: right;
        }
}
@media(max-width: 800px) {
    .card-list-table {
        margin-top:10px !important;
        table-layout: fixed;
        background: transparent;
        margin-bottom: 0;
        width: 100%;
    }

        .card-list-table thead {
            display: none;
        }


        .card-list-table tbody tr {
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
            background: #fff;
            border-bottom: 1px solid #dfdfdf;
            cursor: pointer;
            display: block;
            padding: 15px 10px;
            margin: 0 0 10px 0;
            width: 95% !important;
        }

        .card-list-table tbody td {
            border: 0;
            display: block;
            padding: 10px 10px 20px 40%;
            position: relative;
            text-align: right;
        }

            .card-list-table tbody td:first-of-type::after {
                visibility: hidden;
            }

            .card-list-table tbody td:after {
                content: "";
                width: calc(100% - 30px);
                display: block;
                margin: 0 auto;
                height: 1px;
                background: #dfdfdf;
                position: absolute;
                left: 0;
                right: 0;
                top: -6px;
            }

            .card-list-table tbody td:before {
                color: rgba(0, 0, 0, 0.35);
                text-transform: uppercase;
                font-size: 9px;
                content: attr(data-title);
                display: table-cell;
                font-weight: 500;
                height: 100%;
                left: 15px;
                margin: auto;
                position: absolute;
                vertical-align: middle;
                white-space: nowrap;
                width: 40%;
                text-align: left;
            }

        .card-list-table thead th {
            /*text-transform: uppercase;*/
            font-size: 0.85em;
            color: rgba(0, 0, 0, 0.35);
            letter-spacing: 0.5pt;
            font-size: 13px
        }

}

.HeaderListStyle {
    width: 100%;
    padding: 5px;
    border-bottom: solid 1px #ededed;
    margin-bottom: 40px;
}

.table-responsive {
    display: inline-table;
}




.RowMargin {
    margin-bottom: 10px;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #230055;
        border-color: #230055;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.RowMargin > div > label {
    padding: 10px
}

.required {
    color: red !important
}


.stepContainer {
    width: 90%;
    left: 5%;
    overflow-y: hidden
}




@media (min-width: 700px) {
    td, th {
        text-align: center !important;
        font-weight: bold;
    }
}
