/* LOADING ICON */
#load {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50%;
    left: -50px;
}

/* LOGIN PAGE */
.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

/* ERROR MESSAGES */
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    color: red;
}

.app-error {
    color: red;
    font-size: 14pt;
}


/* TAB PAGE */
#tabContainer {
    width: 700px;
    padding: 15px;
    background-color: #2e2e2e;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tabs.ui-tabs > ul {
    font-size: 1em;
    list-style: none;
    padding-left: 0;
}

    .tabs.ui-tabs > ul > li {
        height: 30px;
        margin: 0 2px 0 0;
        padding: 15px;
        font-size: 14px;
        display: block;
        float: left;
        color: #333;
        font-weight: bold;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border: 1px solid #686868;
        border-bottom: none;
        position: relative;
        z-index: 2;
        background: #ffffff;
    }

        .tabs.ui-tabs > ul > li:hover {
            background: #FFFFFF; /* old browsers */
            background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
            cursor: pointer;
            color: #333;
        }

        .tabs.ui-tabs > ul > li.tabActiveHeader {
            background: #FFFFFF; /* old browsers */
            background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
            cursor: pointer;
            color: #333;
        }

.tabs.ui-tabs > div,
.tabscontent {
    padding: 10px 0px 0;
    background: #FFFFFF; /* old browsers */
    margin: 16px 0;
    color: #333;
    border: 1px solid #686868;
    position: relative;
    z-index: 1;
    font-size: 0.9em;
}

.tabs.ui-tabs > div {
    margin: 0;
    font-size: 0.8em;
}

.tabscontent table {
    width: 100%;
    padding: 0;
}

    .tabscontent table th {
        border-bottom: 1px solid #333;
        border-left: 1px solid #dddddd;
        padding: 5px 0 10px 0;
        font-weight: bold;
    }

        .tabscontent table th:first-child {
            border-left: none;
        }

    .tabscontent table thead tr {
        border-bottom: 1px solid #333;
    }

    .tabscontent table th, .tabscontent table td {
        /*width: 18%;*/
        text-align: left;
        padding-left: 15px;
    }

    .tabscontent table td {
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: 1px solid #dddddd;
    }

        .tabscontent table td:first-child {
            border-left: none;
        }

        .tabscontent table td .green {
            color: #148e29;
        }

        .tabscontent table td .red {
            color: #ff0100;
        }

    .tabscontent table th.view {
        width: auto;
    }

    .tabscontent table tbody tr:nth-child(odd) {
        background: #f0f0f0;
    }

    .tabscontent table tbody tr:nth-child(even) {
        background: #fafafa;
    }

    .tabscontent table tbody tr:hover {
        background: #0079c8;
        color: #ffffff;
    }

        .tabscontent table tbody tr:hover .learnMore {
            color: #ffffff;
            background-position: 110% 23.95%;
        }

        .tabscontent table tbody tr:hover span {
            color: #ffffff;
        }


/* DATATABLES */
th .sort {
    float: right;
}

.pager .page-number {
    border-left: 1px solid #585858;
    padding: 0 5px;
    font-size: 14px;
}

    .pager .page-number:first-child {
        border: none;
    }

    .pager .page-number a {
        color: #333333;
        font-weight: normal;
    }

    .pager .page-number.active a {
        font-weight: bold;
    }

.sorting:hover, .sorting_asc:hover, .sorting_desc:hover {
    text-decoration: underline;
}

.dataTables_length {
    padding: 6px 10px 10px 10px;    
}

#tLnkUsers_wrapper label, .adlutable th label {
    display: inline;
}

    .dataTables_filter {
        padding: 6px 10px 10px 10px;
    }

    .dataTables_filter input {
        padding: 2px;
        height: 20px;
    }


.dataTables_info, .dataTables_paginate {
    padding: 10px;
}

    .dataTables_paginate span {
        margin-right: 10px;
    }

    .dataTables_paginate .paginate_button:hover {
        cursor: pointer;
        text-decoration: underline;
    }


/* MARGINS */
div#main-mvc {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-mvc {
    margin-top: 10px;
    margin-bottom: 10px;
}

.transparent-bg-black.caption .back-link-div {
    height: 0px;
}

.transparent-bg-black.caption h1 {
    position: relative;
    margin-top: 0px;
    top: -50px;
}

.transparent-bg-black.caption {
    position: relative;
    margin-top: 0px;
    height: 44px;
}


/* MENU / BUTTONS */
#t-menucontainer {
    position: relative;
    margin-top: 0px;
    height: 0px;
    top: 0px;
    opacity: .99;
    z-index: 1;
}

ul#t-menu, ul#t-menu2 {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#t-menu.sub, ul#t-menu2.sub {
        text-align: left;
    }

    ul#t-menu.smbr, ul#t-menu2.smbr {
        text-align: left;
        width: 0px;
    }

    ul#t-menu.subh, ul#t-menu2.subh {
        text-align: left;
    }

    ul#t-menu.scfg, ul#t-menu.pclu, ul#t-menu2.scfg, ul#t-menu2.pclu {
        text-align: center;
    }

    ul#t-menu li, ul#t-menu2 li {
        display: inline-block;
        list-style: none;
        position: relative;
    }

    ul#t-menu.sub li, ul#t-menu.smbr li, ul#t-menu.pclu li,
    ul#t-menu2.sub li, ul#t-menu2.smbr li, ul#t-menu2.pclu li {
        display: table-row;
    }

ul#t-menu li a, ul#t-menu2 li a, ul#addBaby li a 
{
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #0079c8;
  color: #fff;
  padding: 6px 16px;
}
ul#t-menu li input[type=button]
{
  font-weight: bold;
  text-decoration: none;
  background-color: #0079c8;
  color: #fff;
  padding: 6px 16px;
  border-radius: 0;
}
ul#t-menu li input[type=button]:disabled 
{
        background:#d9dbe8;
    cursor:default;
}
ul#t-menu li a.disableButton{
    background:#d9dbe8;
    cursor:default;
     pointer-events: none;
}
ul#t-menu.smbr li a, ul#t-menu2.smbr li a
{
  position: relative;
  top: 4px;
  left: -2px;
  height: 0px;
  width: 0px;
  line-height: 0.7em;
  font-size: 1.3em;
  padding: 2px 5px;
}

    ul#t-menu.scfg li a, ul#t-menu2.scfg li a {
        padding: 6px 25px;
    }

    ul#t-menu.pclu li a, ul#t-menu2.pclu li a {
        position: relative;
        top: 2px;
        left: 2px;
        line-height: 0.7em;
        font-size: 1.0em;
        padding: 4px 5px;
    }

    ul#t-menu.expq li a, ul#t-menu.tfr1 li a, ul#t-menu.tfr2 li a {
        position: relative;
        top: 1px;
        left: 1px;
        line-height: 0.8em;
        font-size: 1.0em;
        padding: 2px 3px;
    }

ul#t-menu li a:hover, ul#t-menu2 li a:hover,  ul#addBaby li a:hover, ul#t-menu li input[type=button]:not(:disabled):hover
{
  background-color: #989ec4;
  text-decoration: none;
  cursor:pointer;
}
ul#t-menu li a[disabled]:hover, ul#t-menu2 li a[disabled]:hover
{
  background-color: #0079c8;
}

ul#t-menu li a:active, ul#t-menu2 li a:active, ul#t-menu li input[type=button]:not(:disabled):active
{
  background-color: #a6e2a6;
}
ul#t-menu li a[disabled]:active, ul#t-menu2 li a[disabled]:active
{
  background-color: #0079c8;
}

    ul#t-menu li.selected a, ul#t-menu2 li.selected a {
        background-color: #fff;
        color: #000;
    }

    ul#t-menu li.selected a, ul#t-menu2 li.selected a {
        background-color: #0079c8;
        color: #fff;
    }

caption ul#t-menu {
    position: relative;
    top: -25px;
    height: 10px;
}

    caption ul#t-menu li a {
        padding: 4px 5px;
    }


/* LOGOUT BUTTON */
#logout {
    height: 0px;
    opacity: .99;
    z-index: -1;
}

#logout-sm {
    height: 0px;
    z-index: 9999;
}

.logout, .logout-sm {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.logout {
    font-weight: bold;
    text-align: right;
    display: block;
    width: 100%;
    float: right;
}

    .logout a.btn-outline {
        float: right;
    }

.logout-sm {
    margin-right: 20px;
    padding: 1px 3px;
    float: right;
}

#loginuserid, .loginuserid, .logininterid, #logintimeout {
    position: relative;
    top: -35px;
    float: right;
    height: 0;
    padding: 0;
    font-size: 0.8em;
}

.logininterid {
    top: -50px;
}

#logintimeout {
    top: -65px;
}


/* SUBMIT BUTTON */
.submit {
    text-align: left;
    border: none;
    text-decoration: none;
    font-weight: bold;
    background-color: #0079c8;
    color: #fff;
    line-height: 1.2em;
    padding: 6px 16px;
}

    .submit:hover {
        background-color: #989ec4;
        text-decoration: none;
        cursor: pointer;
    }

    .submit:active {
        background-color: #a6e2a6;
        text-decoration: none;
    }

/* UPLOAD BUTTON */
.button {
    text-align: left;
    border: none;
    text-decoration: none;
    font-weight: bold;
    background-color: #0079c8;
    color: #fff;
    line-height: 0.8em;
    padding: 6px 16px;
}

    .button:hover {
        background-color: #989ec4;
        text-decoration: none;
        cursor: pointer;
    }

    .button:active {
        background-color: #a6e2a6;
        text-decoration: none;
    }



/* TABLES */
table.search {
    width: 100%;
    font-size: 1.0em;
    margin: 4px 0;
}

    table.search th {
        padding: 0 0 0 4px;
        font-weight: bold;
        text-align: left;
    }

    table.search td {
        padding: 3px 0 0 4px;
        height: 29px;
        border: none;
        text-align: left;
        vertical-align: top;
    }

        table.search td input {
            padding: 0px 4px;
            height: 22px;
        }

table#options {
    font-size: 0.8em;
    background-color: #dbf1fa;
    border: solid 8px #dbf1fa;
    border-top: none;
    margin: 4px 0;
}

    table#options caption {
        padding: 6px 5px;
        text-align: left;
        font-weight: bold;
        font-size: 1.2em;
        background-color: #dbf1fa;
        border: solid 5px #dbf1fa;
        border-bottom: none;
    }

        table#options caption div {
            display: inline-block;
            font-size: 1.2em;
        }

    table#options th {
        font-weight: bold;
        width: 120px;
    }

    table#options td {
        padding: 3px;
        height: 55px;
        width: 85px;
        border: none;
        border-bottom: solid 4px #dbf1fa;
        border-right: solid 4px #dbf1fa;
        background-color: #ecf6ff;
        text-align: center;
        vertical-align: bottom;
    }

        table#options td br {
            display: none;
        }

        table#options td input {
            padding: 0px;
            margin-top: 4px;
            border: none;
        }

table.konfigs {
    width: 100%;
    font-size: 0.8em;
    background-color: #dbf1fa;
    border: solid 8px #dbf1fa;
    border-top: none;
    margin: 4px 0;
}

    table.konfigs caption {
        padding: 2px 5px 0px 10px;
        text-align: left;
        font-weight: bold;
        font-size: 1.2em;
        background-color: #dbf1fa;
        border: none;
    }

th.configid {
    font-weight: bold;
    height: 20px;
    width: 93px;
}

table.konfigs th {
    padding-left: 4px;
    font-weight: bold;
    text-align: left;
    height: 20px;
    width: 90px;
}

th.configids, div.configids {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    font-size: 1.2em;
}

table.konfigs td {
    padding: 2px;
    padding-left: 4px;
    width: 85px;
    border: none;
    border-bottom: solid 4px #dbf1fa;
    background-color: #ecf6ff;
    text-align: left;
    vertical-align: top;
}

table#member {
    width: 100%;
    font-size: 0.8em;
    background-color: #dbf1fa;
    border: solid 8px #dbf1fa;
    margin: 4px 0;
}

th.m-caption {
    position: relative;
    top: -3px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 15px;
}

table#member th {
    padding: 0 0 0 4px;
    font-weight: bold;
    text-align: left;
}

table#member td {
    padding: 3px 0 0 4px;
    height: 19px;
    border: none;
    border-bottom: solid 3px #dbf1fa;
    background-color: #ecf6ff;
    text-align: left;
    vertical-align: top;
}

    table#member td input {
        padding: 0px 4px;
        height: 22px;
    }

table.konfigs td input {
    padding: 0px 4px;
    height: 22px;
}

table#subTitle th {
    font-weight: bold;
    padding: 0 10px;
}

table.columns {
    width: 100%;
}

    table.columns td {
        vertical-align: top;
        padding: 0px 0px;
        padding: 0 2px;
    }

table.linkedcols {
    width: 100%;
    background-color: #dbf1fa;
    border: solid 8px #dbf1fa;
    border-top: none;
    margin: 4px 0;
}

    table.linkedcols td {
        vertical-align: top;
    }

table.webquote {
    font-size: 0.8em;
    width: 100%;
    border: solid 1px #dbf1fa;
    border-collapse: collapse;
    margin: 4px 0;
}

    table.webquote td {
        padding: 3px 5px;
        border: solid 1px #dbf1fa;
    }

        table.webquote td input {
            padding: 0px 4px;
            height: 22px;
        }

            table.webquote td input[type="text"], input[type="number"] {
                width: 97%;
            }

    table.webquote th {
        font-weight: bold;
        padding: 6px 5px;
        text-align: left;
        background-color: #dbf1fa;
        border: solid 1px #dbf1fa;
    }

    table.webquote caption {
        padding: 2px 5px 0px 10px;
        text-align: left;
        font-weight: bold;
        font-size: 1.2em;
        background-color: #dbf1fa;
        border: none;
    }

table.iol {
    border: solid 1px #dbf1fa;
    border-collapse: collapse;
}

    table.iol td {
        padding: 5px;
        border: solid 1px #dbf1fa;
    }

    table.iol th {
        font-weight: bold;
        padding: 6px 5px;
        text-align: left;
        background-color: #dbf1fa;
        border: solid 1px #dbf1fa;
    }

td.Product {
    width: 260px;
}

td.Title select {
    width: 70px;
}

td.Gender select {
    width: 75px;
}

td.Status select {
    width: 116px;
}

td.PrevIns select {
    width: 138px;
}

td.DOB {
    width: 138px;
}

td.Name span {
    max-width: 150px;
    display: block;
}

td.Date2 {
    width: 87px;
}

td.GroupID {
    width: 92px;
}

td.Title input {
    width: 70px;
    font-size: 1.1em;
}

td.Gender input {
    width: 75px;
    font-size: 1.1em;
}

td.Status input {
    width: 70px;
    font-size: 1.1em;
}

td.PrevIns input {
    width: 128px;
    font-size: 1.1em;
}

td.Date2 input {
    width: 85px;
    font-size: 1.1em;
}

td.GroupID input {
    width: 90px;
    font-size: 1.1em;
}

td.Del input {
    padding: 0px 0px;
    height: 14px;
    width: 14px;
}

td.Add {
    width: 21px;
}

th.Add {
    width: 21px;
    position: relative;
    top: -10px;
}

td.DOBro {
    width: 130px;
}

td.Name input {
    font-size: 1.1em;
    width: 100%;
    max-width: 800px;
    padding-right: 10px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

form#FileForm {
    padding: 5px;
    margin-top: 10px;
    background-color: #dbf1fa;
}

    form#FileForm .button {
        margin-left: 5px;
    }

.File {
    font-size: 0.8em;
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 4px;
    border: none;
    cursor: pointer;
    background-color: #dbf1fa;
}


table.memberedit {
    width: 100%;
    font-size: 0.8em;
    background-color: #dbf1fa;
    border: solid 8px #dbf1fa;
    border-top: none;
    margin: 4px 0;
}

    table.memberedit caption {
        padding: 2px 5px 0px 10px;
        text-align: left;
        font-weight: bold;
        font-size: 1.2em;
        background-color: #dbf1fa;
        border: none;
    }

    table.memberedit th {
        padding-left: 4px;
        font-weight: bold;
        text-align: left;
        height: 20px;
        width: 90px;
    }

    table.memberedit td {
        padding: 2px;
        padding-left: 4px;
        width: 85px;
        border: none;
        border-bottom: solid 4px #dbf1fa;
        background-color: #ecf6ff;
        text-align: left;
        vertical-align: top;
    }

        table.memberedit td input {
            padding: 0px 4px;
            height: 22px;
            width: 98%;
        }

            table.memberedit td input#issueCertificate {
                margin: 2px 2px 2px 0px;
                padding: 1px 1px;
                height: 14px;
                width: 14px;
            }

        table.memberedit td.Date input {
            width: 99px;
        }


/* DATE-PICKER */
.hasDatepicker {
    width: 99px;
    margin-right: 20px;
    font-size: 0.9em;
}

.ui-datepicker-trigger {
    position: relative;
    display: block;
    margin-left: 111px;
    vertical-align: top;
    left: 0px;
    top: 0px;
    margin-top: -23px;
    width: 24px;
}

.ui-datepicker {
    font-size: 0.8em;
    background: none;
    background-color: #f5faff;
}

.ui-datepicker-header {
    height: 1.8em;
    background: none;
    background-color: #0079c8;
}

    .ui-datepicker-header select {
        height: 1.6em;
    }

.ui-datepicker-calendar .ui-state-default {
    background: #dbf1fa;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #ecf6ff;
}

.Age {
    margin: 0px 15px 0 0;
    width: 25px;
}

/* ACCORDION */
h3.ui-accordion-header {
    padding-left: 35px;
    font-size: 1.1em;
    color: #fff;
    background: #0079c8;
}

.ui-accordion .ui-accordion-content {
    padding: 0 4px;
    font-size: 0.9em;
}

.ui-menu {
    width: 150px;
}

.ui-widget-header {
    padding: 0.2em;
}

#LUDD, .FWDD {
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,Courier,monospace;
    font-size: 0.9em;
    width: 220px;
    `
}

.FWDD {
    width: 300px;
    `
}


/* SMALL DATA-TABLE */
.smpaginate {
    font-size: 0.9em;
}


a.selected {
    background-color: #1F75CC;
    color: white;
    z-index: 100;
}

.messagepop {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    cursor: default;
    display: none;
    position: absolute;
    text-align: left;
    /*width: 600px;*/
    z-index: 50;
    padding: 15px 20px 10px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.pop_role {
    margin-left: 0;
    margin-right: 30px;
    width: auto;
    max-width: 1097px;
}

.pop_expq, .pop_tfr1, .pop_tfr2 {
    margin-left: 0;
    margin-right: 40px;
    width: 100%;
    max-width: 1130px;
}

.pop_tfr1, .pop_tfr2 {
    /*margin-top: 42px;*/
    margin-top: -50px;
    min-height: 500px;
}

.pop_orquote {
    margin-left: 0;
    margin-top: 50px;
}

/* ACCORDION */
.pop_sess {
    margin-top: 2px;
}

.withpopup {
    min-height: 670px;
}

#accordion.withpopup {
    min-height: 720px;
}

label {
    display: block;
    margin-bottom: 3px;
    padding-left: 15px;
    text-indent: -15px;
}

.messagepop p, .messagepop.div {
    border-bottom: 1px solid #EFEFEF;
    margin: 8px 0;
    padding-bottom: 8px;
}

table.poptable {
    border: solid 1px #dbf1fa;
    border-collapse: collapse;
    font-size: 0.8em;
}

    table.poptable td {
        padding: 5px;
        border: solid 1px #dbf1fa;
        height: 19px;
        text-align: left;
        vertical-align: top;
    }

        table.poptable td input {
            padding: 0px 4px;
            height: 22px;
        }

    table.poptable th {
        font-weight: bold;
        padding: 6px 5px;
        width: 99px;
        text-align: left;
        background-color: #dbf1fa;
        border: solid 1px #dbf1fa;
    }

ul#t-menu.spop {
    text-align: left;
}

    ul#t-menu.spop li {
        display: table-cell;
    }

        ul#t-menu.spop li a {
            position: relative;
            top: 1px;
            left: -2px;
            height: 0px;
            width: 0px;
            line-height: 0.6em;
            font-size: 1.1em;
            padding: 2px 5px;
            margin: 2px;
            2px;
        }

td.Lapse select {
    width: 185px;
}

td.Lapse {
    width: 80px;
}

td#pclu_results select {
    width: 195px;
}

td#forg_results select {
    width: 195px;
}

#over_Addresses_0__PostZIPCode {
    width: 100px;
}

#org_PostCode {
    width: 100px;
}


.popload {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .popload img {
        display: block;
        margin-bottom: 20px;
        margin-left: 45%;
    }

.smload {
    margin: 0px;
}

    .smload img {
        margin: 0px;
        left: 0px;
        top: 0px;
        height: 14px;
        width: 14px;
    }

table.poptable td.Title select {
    width: 158px;
}

table.poptable td.Gender select {
    width: 118px;
}

table.poptable th.Role {
    width: 330px;
}

table.poptable th.Age {
    width: 25px;
}

table.poptable td.Age {
    margin: 0;
    width: 25px;
}

    table.poptable td.Age input {
        margin: 0;
        width: 25px;
        height: 15px;
        font-size: 1.0em;
    }

table.poptable td.User input {
    margin: 0;
    width: 110px;
}

﻿.pop_grouprepsearch {
    width: 1080px;
    border: none;
}

table.whwebquote {
    font-size: 0.8em;
    width: 100%;
    border: solid 1px #dbf1fa;
    border-collapse: collapse;
    margin: 4px 0;
}

    table.whwebquote td {
        padding: 3px 5px;
        border: solid 1px #dbf1fa;
    }

        table.whwebquote td input {
            padding: 0px 4px;
            height: 22px;
        }

            table.whwebquote td input[type="text"], input[type="number"] {
                width: 97%;
            }

    table.whwebquote th {
        font-weight: bold;
        padding: 6px 5px;
        text-align: left;
        background-color: #dbf1fa;
        border: solid 1px #dbf1fa;
    }

th.white {
    background-color: white !important;
}

table.whwebquote caption {
    padding: 2px 5px 0px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #dbf1fa;
    border: none;
}



table.acceptquote {
    width: 100%;
}

/*table#acceptquote >td{min-width:49%;}*/

table.twocols {
    min-width: 60%;
}

table#PartialPosition {
    margin-left: 400px;
}

tr.white {
    background-color: white;
}

th.white {
    background-color: white;
}


div.GRSheight {
    height: 70px;
}

input[type='text'].GRSshort {
    padding: 0px;
    height: 20px;
    font-size: 12px;
    border: 1px solid gray;
    vertical-align: middle;
}

table#grsSurround {
    width: 100%;
    border: 1px solid black;
    height: 72px;
}

table#GRSearchTable {
    border-collapse: separate;
    border-spacing: 50px 0;
    font-weight: bold;
}

    table#GRSearchTable > th {
        font-weight: bold;
        color: #f00;
    }

form#grsearch > input[type="submit"] {
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #0079c8;
    color: #fff;
    padding: 6px 16px;
}

a.prlink {
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #0079c8;
    color: #fff;
    padding: 6px 16px;
}

    a.prlink:hover {
        background-color: #989ec4;
        text-decoration: none;
        cursor: pointer;
    }

    a.prlink:active {
        background-color: #a6e2a6;
    }

table#proptions {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

#t-xlupcontainer {
    position: relative;
    margin-top: 0px;
    height: 0px;
    top: 0px;
    opacity: .99;
    z-index: -1;
}

ul#t-xlup {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#t-xlup.sub {
        text-align: left;
    }

    ul#t-xlup.smbr {
        text-align: left;
        width: 0px;
    }

    ul#t-xlup.subh {
        text-align: left;
    }

    ul#t-xlup.scfg, ul#t-xlup.pclu {
        text-align: center;
    }

    ul#t-xlup li {
        display: inline;
        list-style: none;
        position: relative;
    }

    ul#t-xlup.sub li, ul#t-xlup.smbr li, ul#t-xlup.pclu li {
        display: table-row;
    }

    ul#t-xlup li a {
        font-weight: bold;
        text-decoration: none;
        line-height: 2.8em;
        background-color: #0079c8;
        color: #fff;
        padding: 6px 16px;
    }

    ul#t-xlup li input {
        font-weight: bold;
        text-decoration: none;
        line-height: 2.8em;
        background-color: #0079c8;
        color: #fff;
        padding: 6px 16px;
    }

    ul#t-xlup.smbr li a {
        position: relative;
        top: 4px;
        left: -2px;
        height: 0px;
        width: 0px;
        line-height: 0.7em;
        font-size: 1.3em;
        padding: 2px 5px;
    }

    ul#t-xlup.smbr li input {
        position: relative;
        top: 4px;
        left: -2px;
        height: 0px;
        width: 0px;
        line-height: 0.7em;
        font-size: 1.3em;
        padding: 2px 5px;
    }

    ul#t-xlup.scfg li a {
        padding: 6px 25px;
    }

    ul#t-xlup.scfg li input {
        padding: 6px 25px;
    }

    ul#t-xlup.pclu li input {
        position: relative;
        top: 2px;
        left: 2px;
        line-height: 0.7em;
        font-size: 1.0em;
        padding: 4px 5px;
    }

    ul#t-xlup li a:hover {
        background-color: #989ec4;
        text-decoration: none;
        cursor: pointer;
    }

    ul#t-xlup li a:active {
        background-color: #a6e2a6;
    }

    ul#t-xlup li.selected a {
        background-color: #fff;
        color: #000;
    }

    ul#t-xlup li input:hover {
        background-color: #989ec4;
        text-decoration: none;
        cursor: pointer;
    }

    ul#t-xlup li input:active {
        background-color: #a6e2a6;
    }

    ul#t-xlup li.selected input {
        background-color: #fff;
        color: #000;
    }

    ul#t-xlup li:hover ul#submenu {
        display: block;
        position: relative;
        padding-top: 5px;
        text-align: right;
    }

        ul#t-xlup li:hover ul#submenu li {
            display: block;
        }

div.dataTables_processing {
    height: 33px;
    margin-top: -1px;
    padding-top: 0px;
    font-size: 1.0em;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 6px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 6px 9px;
}

table.dataTable td {
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    table.dataTable td.dtslim {
        max-width: 45px;
    }

    table.dataTable td.dtwide {
        max-width: 100px;
    }

    table.dataTable td.dthuge {
        max-width: 300px;
    }

/* TOOL-TIP */
.tooltip2 {
    text-decoration: none;
    position: relative;
}

    .tooltip2 span {
        font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,Courier,monospace;
        font-size: 1.0em;
        display: none;
        z-index: 9999999999;
        background-color: #FFFFCC;
        border: 1px solid black;
        padding: 5px;
        top: -20px;
    }

    .tooltip2:hover span {
        display: block;
        position: relative;
        /*overflow:hidden; */
        border: 1px solid black;
        color: black;
    }

.tabscontent table tbody tr:hover td div.tooltip2 span {
    color: black;
}

#complementary-baby {
    margin-top: 50px;
    height: 250px;
}

ul#addBaby {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.helpguide {
    float: right !important;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .helpguide a.btn-outline {
        float: right;
    }

    .helpguide::after {
        content: "";
        clear: both;
        display: table;
    }
/* START download popup */
.messagepop_Item {
    width: auto;
    height: 65px;
    margin: 1em 0;
    border-bottom: #f0f0f0 3px solid;
}

    .messagepop_Item:hover {
        border-bottom: #0079c8 3px solid;
        cursor: pointer;
    }

    .messagepop_Item a {
        color: #000;
    }

.dm_text, .dm_icon {
    display: inline-block;
    vertical-align: text-top;
}

    .dm_text p {
        line-height: 0.6em;
        border: none;
    }

.dm_titleText {
    font-weight: bold;
    font-size: 1.3em;
}

.dm_titleDate {
    font-size: 1m;
}

.dm_icon {
    position: absolute;
    right: 0px;
    width: 37px;
    border: 0px inset #73AD21;
    margin-right: 1.4em;
}

.right {
    float: right;
    clear: both;
}
/* END downloadpopup */

.groupsMessage {
    color: #0079c8;
    display: block;
    font-size: 17px;
    padding: 10px 10px 20px 50px;
    min-height: 10px;
}

.searchMessage {
    min-height: 25px;
}

.clientSearch {
    padding-bottom: 150px;
}

input#grp_Suspended {
    width: 25px;
    height: 25px;
}

.disclaimer {
    margin: 25px 0px 0px;
    font-size: 13px;
    background: #e2e7ec;
    padding: 8px;
    text-align: left;
}

.pop_DownloadExcel {
    z-index: 99999;
}
.viewPDF {
	width: 170px;
}
.hidecurrent {
    display: none; 
}

.header-menu-link
{
    font-weight:bold;
}
.document_search .ui-widget.ui-widget-content{
    border: 0;
}
/* END OF FILE */
.logo .i-logo {
    background-size: 100% 100%;
    background-position: top;
}

.footer .belt {
    height: 60px;
    padding-bottom: 0px;
}
.mod-header .logo .i-logo-sml {
    background-size: 100% 100%;
    background-position: top;

}

.i-logo-sml {
    width: 60px;
}
