﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: Verdana, Geneva, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mainWindow {
    width: 100%;
    padding: 0px;
    margin: 0px;
    /*background-color: #eff4f8;*/
    height: auto;
    background: rgba(194,214,229,1);
    background: -moz-linear-gradient(top, rgba(194,214,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,214,229,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(194,214,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(194,214,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(194,214,229,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(194,214,229,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d6e5', endColorstr='#ffffff', GradientType=0 );
}

.topBar {
    height: 25px;
    background-color: white;
    border-top: 10px #222c80 solid;
    padding-bottom: 4px;
    padding-top: 15px;
    box-shadow: 0.2px 0.2px 0.2px #888888;
}

.container {
    position: relative;
    width: 964px;
    margin: 25px auto;
    background-color: white;
    height: 620px;
    border-radius: 10px 10px 10px 10px;
    /*box-shadow: 1px 1px 1px #888888;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.logoHeaderSection {
    height: 100px;
    width: 100%;
    border-radius: 10px;
    /*background-color:blanchedalmond;*/
}

.logo {
    width: 100%;
    height: 100%;
    background-image: url(http://localhost:20507/images/unitedhealthcare-logo.png);
    border-radius: 10px;
}

.blueBar {
    height: 25px;
    background-color: #222c80;
    margin: 0px 15px 3px;
}
.LoginBlueBar {
    height: 12px;
    background-color: #222c80;
   
}

.blueBarfooter {
    height: 4px;
    background-color: #222c80;
    margin: 60px 15px 20px;
}

.loginSection {
    padding: 0px;
    margin: 0px 15px;
    height: 340px;
}

.loginBox {
    width: 237px;
    height: 118%;
    float: left;
    color: #fff;
    background-color: #006778;
}

.detailsBox {
    width: 237px;
    height: 118%;
    float: left;
    color: #fff;
    background-color: #1c737e;
}

.padding-bottom-1 {
    padding-bottom: 1em;
}

.hr-thin {
    border-bottom: 1px solid #ccc;
}
.width-33 {
    width: 30%;
}

.margin-left-3 {
    margin-left: 3em;
}
.margin-left-10
{
    margin-left: 10px;
}


.login-divider {
    display: inline-block;
    vertical-align: middle;
}

.login-divider1 {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    width: 33%;
    margin-left: 3em;
    padding-bottom: 1em;
}

.login-divider2 {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    width: 33%;
    margin-left: 3em;
    padding-bottom: 1em;
}

.oidBanner h3 {
    font-size: 16px;
    color: yellow;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 40px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: oidBanner 25s linear infinite;
    -webkit-animation: oidBanner 25s linear infinite;
    animation: oidBanner 25s linear infinite;
}

.submitbutton {
    padding: 0 12px;
    display: inline-block;
    height: 28px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    float:left;
    text-decoration: none;
    text-align: center;
    background: #222c80;
    margin-left: 30px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.LoginDetailsBox {
    width: 460px;
    height: 118%;
    float: left;
}

.marginWith20px {
    margin: 15px 0px 0px 15px;
    color:white;
}

.marginWith10px {
    margin: 15px 0px 0px 15px;
    color:white;
}

.MarginWithCenterDefault {
    margin: 0px auto;
    padding: 0px;
}

.p {
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 5px 20px
}

.CommonButton {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 60px;
    height: 20px;
    background-color: white;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 14%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 14%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ededed 0%,#ffffff 14%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.errorStyle {
    color: orangered;
    font-size: 0.7em;
    line-height: 20px;
}

.fontStyleForControl {
    font-size: 0.8em;
}

.defaultLineHeight {
    display: inline-block;
    margin-left: 15px;
    height: 10px;
}

.defultTextBoxStyle {
    border-radius: 1px;
    border: 0px;
    padding: 2px 5px 2px 2px;
    width:170px;
}

/*Spinner Loader*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    /*background-color: White;*/
    z-index: 999;
}

.containerGroup {
    position: relative;
    width: 964px;
    margin: 0px auto;
    background-color: white;
    height: 700px;
    border-radius: 0px 0px 10px 10px;
    /*box-shadow: 1px 1px 1px #888888;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/*.GroupWrapper
{
   
}*/
.Menubar {
    height: 20px;
    float: right;
    padding-right:15px;
    color:white;
    padding-bottom:5px;
}

tale{

}

.UserDetails {
    font-size: 0.8em;
    margin: 7px;
}

.ErrorMsgBox {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
hr{
    border-color: #ccc;
    margin-bottom: 5px;
    margin-top:1px;
}
.UserDetails {
    position: absolute;
    top: 20px;
    right: 5px;
    width: 300px;
    text-align: right;
    line-height: 0.5;
    color: #222c80;
}
.Menubar {
    /*display: none;*/
}
.DisplayGroupDetails {
    margin: 0px auto;
    text-align: center;
    overflow-x: auto;
    height: auto;
    width: 100%;
    font-size: 0.7em;
    font-family: Verdana, Geneva, sans-serif;
    padding: 15px 0px 20px 0px;
    margin-bottom: 40px;
    min-height:500px;
}
.containerGroup{
    height: auto;
}
/*@primary : #2c327f*/
table.GridStyle, .GridStyle {
    margin: 0px auto;
    width: 90% !important;
}

.gridHeader {
    width: 100%;
    background-color: #17a2b8;
    overflow-x: hidden;
    color: white;
    font-size: 1.0em;
    text-align: left;
}
.gridHeader {
    background: #2c327f;
}
.gridHeader td{
    color: #fff !important;
    padding: 5px;
}
table.GridStyle tr{
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
   
}
table.GridStyle tr:last-child{
    border-bottom: 1px solid #f0f0f0;
}
table.GridStyle tr:nth-child(1+ 2n+1){
    background: #f2f2f2 !important;
}
.gridHeader td:last-child {
    text-align: right;
}
table.GridStyle td {
    vertical-align: middle;
    padding-left: 10px;
    
    padding: 5px 5px 5px 10px;
}
table.GridStyle td span{
    color: #333 !important;
}
.GridStyle a {
    margin: 2px;
    border-radius: 4px;
}

.GridStyle a:link, a:visited {
    color: white;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    float: right;
}
/*.GridStyle a:link, a:visited {
    color: Blue;
}*/
.GridStyle a:hover, a:active {
    
}

.GridStyle tr {
    /*height: 10px !important;*/
}
.MenubarSelectGroup {
    background-color: #2c327f;
    height: 25px;
    width: 100%;
    clear: both;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.MenuBarGroupName {
    height: 18px;
    background-color: #0664b5;
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
    /*width: 300px;*/
    text-align: center;
    padding: 1px;
    margin: 3px 0px 2px 10px;
    display: inline-block;
    clear:both;
    float: left;
    
    border-radius: 3px;
    color: white;
    vertical-align: central;
    background: rgba(6,100,181,1);
    background: -moz-linear-gradient(top, rgba(6,100,181,1) 0%, rgba(6,100,181,1) 41%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,100,181,1)), color-stop(41%, rgba(6,100,181,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(top, rgba(6,100,181,1) 0%, rgba(6,100,181,1) 41%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(6,100,181,1) 0%, rgba(6,100,181,1) 41%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(6,100,181,1) 0%, rgba(6,100,181,1) 41%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(6,100,181,1) 0%, rgba(6,100,181,1) 41%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0664b5', endColorstr='#207ce5', GradientType=0 );
}
.bgyellow tr td
{
    color:white;
    padding-top:5px;
    

}
.footerSelectGroup {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #f1f1f1;
}
.footerWraperBar {
    /*margin-bottom: 20px;*/
    width: 100%;
    height: 8px;
    background: #222c80;
}
.footerWrapperContent {
    margin:0px auto;
    width:99%;
    color: #879196;
    padding-bottom: 30px;
    font-size:1em;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.MenuBarWrapText {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 120px;
    height: 1.2em;
    white-space: nowrap;
}

#txtSerachBox {
   
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-image: url('../images/searchIcon.png');
    background-position: 7px 2px;
    background-repeat: no-repeat;
    padding: 4px 27px 4px 34px;
}
ul.FooterMenu li {
    float: left;
    padding-left: 207px;
    padding-top: 22px;
    font-size: 0.8em;
    font-family: verdana;
}
.PortalResources {
    font-family: verdana;
    font-size: 0.8em;
    padding: 15px;
    line-height: 1.2em;
}
.PortalResources li a
{
    color:white;
}
.footer div li a {
    color: #006778;
}