﻿.wizard {
    margin: 10px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 20%;
    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: 25px;
}

    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%;
}

.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%;
    }
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.dataTables_filter, .dataTables_info {
    display: none;
}

th, td {
    white-space: nowrap;
}




#divLoading {
    display: none;
}

    #divLoading.show {
        display: block;
        position: fixed;
        z-index: 100;
        background-image: url('../images/loading.gif');
        background-color: #666;
        opacity: 0.4;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

#loadinggif.show {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}

div.content {
    /*width: 1000px;*/
    height: auto;
}

.btn {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-success {
    color: #ffffff;
    background-color: #009dd0;
    border-color: #009dd0;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

div.dt-buttons {
    position: relative;
    float: right;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #eeeeee;
    touch-action: none;
}

.noteHeaderTxt {
    color: red;
    font: bold;
}

.noteTxt {
    font: bold;
    line-height: 1.8;
}
/*body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    font-size: 15px !important;
}*/

.disabled-textbox {
    height: 32px;
    padding: 6px;
    font-size: 14px;
    padding-left: 13px;
    cursor: not-allowed;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition:  border-color ease-in-out  .15s,box-shadow ease-in-out  .15s;
    color: #555;
}

.prrHeader {
    color: #116794;
}

.prr-label {
    text-align: left !important;
    padding-right: 0px;
}


span.input-group-addon {
    cursor: pointer;
}

.text-wrap {
    white-space: normal !important;
}

.width-200 {
    width: 200px;
}

.width-500 {
    width: 500px;
}

.modal-title {
    font-size: 20px;
}

.last-updated {
    font-size: 12px;
    float: right;
}
/*.uploadDocument
{
    font-size:12px;
}*/

.bootstrap-select > .dropdown-toggle {
    border: solid 1px #ccc !important;
}

.filter-option-inner-inner {
    padding: 2px;
}

select {
    cursor: pointer;
}

textarea {
    resize: none;
}

.approval-type-label {
    padding-left: 0px;
}

.text-danger-1 {
    margin-left: 16.5%;
}

input[type="checkbox"] {
    cursor: pointer;
}

.chbx-letter {
    margin-left: -10px;
}
/*sdasd*/
/*.mainNavBar {
    margin-left: 15px;
    margin-right: 15px;
}*/