﻿.WorksheetHLink {
    color: #34678C;
    text-decoration: none;
    cursor: pointer;
    font: oblique;
    font-style: italic
}

#Cal28AModalLink {
    color: #34678C;
    text-decoration: none;
    cursor: pointer;
    font: oblique;
    font-style: italic;
    border: 2px solid #ff9800;
}

    #Cal28AModalLink:hover {
        background-color: lightyellow;
        box-shadow: 0 0 5px 1px #969696;
        font-weight: bolder;
    }

.no-scroll {
    overflow: hidden;
}

.ui-datepicker {
    z-index: 20000000 !important
}

.nav-tabs.nav-stacked > li > i.icon-ok {
    position: absolute;
    margin-top: 11px;
    margin-left: 5px;
}

.nav-tabs > li.nav-active, .nav-tabs > li.nav-disabled {
    padding: 8px 12px;
    line-height: 20px;
}

.nav-left > li.nav-active, .nav-left > li.nav-disabled {
    color: #333;
    overflow: hidden;
    border-bottom: 2px solid #eee !important;
}

.nav-tabs.nav-stacked > li.nav-active, .nav-tabs.nav-stacked > li.nav-disabled {
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .nav-tabs.nav-stacked > li.nav-active:first-child, .nav-tabs.nav-stacked > li.nav-disabled:first-child {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }

    .nav-tabs.nav-stacked > li.nav-active:last-child, .nav-tabs.nav-stacked > li.nav-disabled:last-child {
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

ul.nav.nav-tabs.nav-stacked.nav-left li {
    list-style: none;
}

.nav-tabs.nav-stacked > li.nav-active {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALBAMAAABWnBpSAAAAJFBMVEUAAAAeHh4wMDA6OjpNTU0pKSkcHBw+Pj4uLi4ZGRkzMzM7OzuLhd4nAAAAAXRSTlMAQObYZgAAADVJREFUCNdj4JzAAAZT2yD0rhUJYJplFVTACyrAvKoRTE9aVQCiOKOWQ/RBuAy7IFwGFggXAGMrDWXVBnRsAAAAAElFTkSuQmCC') /*right_nav.png*/ 95% 50% no-repeat;
    background-color: #738A98;
    color: #fff;
}

.nav-tabs.nav-stacked > li.nav-disabled {
    background-color: #b1b1b1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.nav-tabs.nav-stacked > li > i.icon-ok {
    float: right;
}

.nav-tabs > li > a, .nav-tabs.nav-stacked > li.nav-active, .nav-tabs.nav-stacked > li.nav-disabled {
    padding-left: 25px;
}
    .nav-tabs.nav-stacked > li.nav-disabled:hover {
        background-color: #767676;
        opacity: 1.0;
    }

        .nav-tabs.nav-stacked > li.nav-disabled:hover a {
            background-color: #767676 !important;
            color: #333;
        }
label.checkbox.w2chk {
    display: inline-flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: flex-end;
}
.custooltip {
    display: block;
    text-decoration: none;
}

.custooltiptext {
    display: none;
    position: absolute;
    /*z-index: 1;*/
    background: -moz-linear-gradient(to bottom, #FFFFFF, #9ac0da);
    background: linear-gradient(to top, #FFFFFF, #9ac0da);
    border: outset;
    border-color: #9ac0da;
    border-radius: 1%;
    padding: 2% 2%;
    font-size: .95em;
    color: #333;
    width: 50%
}

    a.custooltip:hover + .custooltiptext, .custooltiptext:hover {
        display: block;
    }


/*Tooltip end*/


/*Tooltip - Custom start*/
.ctooltip {
    position: relative;
    display: inline-block;
    width: 50%;
}

    .ctooltip .ctooltiptext {
        visibility: hidden;
        width: 100%;
        background: -moz-linear-gradient(to bottom, #FFFFFF, #9ac0da);
        background: linear-gradient(to top, #FFFFFF, #9ac0da);
        /*background-color: #CAD7E0;*/
        border: outset;
        border-color: #9ac0da;
        color: #333;
        text-align: left;
        border-radius: 1%;
        padding: 2% 2%;
        font-size: .95em;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        height: auto;
        resize: both;
        /*overflow: auto;*/
    }

    .ctooltip:hover .ctooltiptext {
        visibility: visible;
    }

h2, div.ctooltipInline {
    display: inline;
}
/*Tooltip end*/



/*bootstrap tooltip*/

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}
.btn-danger {
    background-color: #bd362f;
}
tbody.files td{
    text-align:center;
}
ol li {
    list-style-position: inside;
    list-style-type: decimal;
}

ol {
    margin: 0 0 1em 0;
}

   ol.progress {
        font-size: .85em;
        display: flex;
        margin-left: .85em;
        padding-bottom: 1em;
    }

      ol.progress li {
            display: inline;
            float: left;
            margin: 0 2px 0 0;
            padding: .6em .5em .7em .5em;
            background: rgba(52,83,104,.2);
            font-weight: normal;
        }

        ol.progress li.current {
            background: rgba(52,83,104,.5) url(../Images/selected.png) 50% 125% no-repeat;
            color: #fff;
        }

           ol.progress li span {
                font-weight: bold;
                border-right: 1px solid #ccc;
                padding: 0 .3em 0 0;
                margin: 0 .1em 0 0;
            }

          ol.progress li.current span {
                border-right: 1px solid #bbb;
            }

           ol.progress li.complete {
                background: rgba(52,83,104,.3);
                color: #333;
            }

    ol.progress {
        list-style-type: decimal;
        list-style-position: inside;
    }

       ol.progress li:first-child {
            -webkit-border-top-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-bottomleft: 4px;
        }

       ol.progress li:last-child {
            -webkit-border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
            border-right: none;
        }
        ol.progress li.current > a {
            color: #fff;
            text-decoration: none;
        }
        ol.progress li.complete > a {
            color: #111;
            text-decoration: none;
        }
        
.body-v3 a.ali:hover, a.ali:focus {
    color: #fff !important;
    text-decoration: none;
}
input.extxt{
    width:80%;
}