﻿/* Css for tooltip copy to clipboard*/
.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -75px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/* End of Copy to Clipboard CSS*/




.ErrorContent {
    line-height: 25px;
    font-size: 18px;
}



/* Css for Landing Page*/
.main-right {
    background-color: #444444;
    height: 120px;
    position: relative;
}

ul.breadcrumbs li.first {
    background: none repeat scroll 0 0 #333;
}

ul.breadcrumbs li {
    border-bottom: 2px solid #999999;
    border-top: 2px solid #999999;
}

    ul.breadcrumbs li.last {
        background: url("images/base/breadcrumb-2last.png") no-repeat scroll left center #999;
        color: #fff;
    }

ul.breadcrumbs li {
    background: url("images/base/breadcrumb-normal.png") no-repeat scroll left top #333;
    color: #fff;
}

div.input-append label.radio {
    font-size: 80%;
    color: #333;
}

.righthandlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*Landing page css End*/

/* Css for Mobile Responsiveness*/
.span9{
    max-width:100%;
    width:auto !important;
}

.righthandlist {
    max-width: 100%;
    width: auto !important;
}

@media screen and (max-width: 991px) {
    .span12 {
        max-width:746px;
    }
    div.header-container{
        max-width:746px;
    }


}


@media (min-width: 768px) and (max-width: 979px) {
    .span9 {
        max-width: 100%;
    }
    .header-container {
        max-width: 746px !important;
        width: 107% !important;
    }
    .navbar{
        max-width: 746px !important;
        width:107% !important;
    }

}

@media screen and (max-width: 767px){
    .topNavigation {
        max-width: 503px;
        width: 100%;
    }
    .main-body {
        max-width: 503px;
        width: 100% !important;
        left: 2.1%;
    }
    .righthandlist a {
        overflow-wrap: break-word;
    }

    .footerLinks {
        max-width: 98%;
        left: 1%;
    }
}
/* End of Mobile Responsiveness Css*/
#passwordField {
    max-width: 150px;
    padding-right: 5px;
    margin-right: 10px;
    height: 30px;
}

.topNavigation {
    background-color: black;
}

.title-top {
    font-size: 42px;
    line-height: 45px;
    font-weight: bold;
}

    .title-top a {
        text-decoration: none;
        color: #231F20;
    }

.header-container {
    border-bottom: #FFCC00 10px solid;
    height: 120px;
    width: 980px;
    padding-left:1%;
    padding-right:1%;
    background-color:#ffffff;
}

.navbar-inner{
    position:relative;
    padding-right:20px;
}

.navbar {
    padding-top: 0em;
    width:106%;
    padding-bottom: 0em;
}

    .navbar .nav{
        margin: 0 0 0 0;
    }

.navbar .nav > li > a{
    padding: 9px 19px 11px;
}

.blue-bg{
    margin-left: 0px;
}

.main-body {
    background-color: #ffffff;
    position: relative;
    left: 1.4%;
    width: 106.8%;
}

.pb-3{
    padding-bottom: 0rem !important;
}

.footerLinks {
    width: 106.8%;
    right: 0.8%;
    /* width: fit-content; */
    display: inline-flex;
}