@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../Content/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../Content/bootstrap/glyphicons-halflings-regular.eot?#iefix)
        format('embedded-opentype'),
        url(../Content/bootstrap/glyphicons-halflings-regular.woff)
        format('woff'),
        url(../Content/bootstrap/glyphicons-halflings-regular.ttf)
        format('truetype'),
        url(../Content/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
        format('svg');
}

@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('fonts/flexslider-icon.woff') format('woff'),
        url('fonts/flexslider-icon.ttf') format('truetype'),
        url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    /*background-color: #fff;*/
    color: rgba(0, 0, 0, 0.8);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

title {
    display: block;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: inline;
}

footer ul li {
    float: left;
    border-right: 1px solid #727272;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    background: none;
}

footer ul.utility li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 20px;
}

footer ul li a, footer a {
    color: #fff;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover, footer a:focus {
    color: #fd7659;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
    main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

template {
    display: none;
}

a, a:visited {
    text-decoration: underline;
}

a {
    color: #6d3583;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.link {
    color: #6d3583;
    cursor: pointer;
    font-weight: bold !important;
    text-decoration: none;
}

.link:hover {
    color: #6d3583;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.link:focus {
    outline: 1px auto -webkit-focus-ring-color;
    outline: thin dotted;
    outline-offset: -2px;
}

a.goback {
    margin-left: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    max-width: 100px;
    height: 13px;
    float: left;
    margin-top: 17px;
}

a:hover {
    color: #6d3583;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

a:focus {
    outline: 1px auto -webkit-focus-ring-color;
    outline: thin dotted;
    outline-offset: -2px;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
    {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
    {
    -webkit-appearance: none;
}

input[type=checkbox] {
    height: 17px;
    width: 17px;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
}

td, th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

h1, h2, h3 {
    margin-bottom: 0;
    margin-top: 0;
}

h4, h5, h6 {
    margin-bottom: 0;
    margin-top: 0;
}

h1, h2, h3, h4, h6 {
    line-height: 1.1em;
}

h5 {
    line-height: 1.17em;
}

h1 {
    font-family: Georgia, serif;
    color: #552369;
    font-size: 36px;
    margin: 0px 4px 20px 0px;
}

h2 {
    font-family: Georgia, serif;
    font-size: 24px;
    color: #552369;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 5px;
}

h3 {
    font-family: Georgia, serif;
    font-size: 24px;
    margin-bottom: 5px;
    color: #727272;
}

h4 {
    font-size: 14px;
    color: #FD7659;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
}

h5 {
    font-size: 32px;
    font-family: Georgia, serif;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 5px;
}

h6 {
    font-size: 22px;
    color: #FD7659;
    font-weight: bold;
}

p {
    font-family: Arial, serif;
    color: #000;
    font-size: 14px;
    line-height: 1.42em;
    margin-bottom: 20px;
}

hr {
    border: 0;
    border-top: 1px solid #fd7659;
    width: 20%;
}

input:focus {
    outline: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    padding-top: 20px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

label {
    line-height: 1.428571428571429;
    vertical-align: top;
}

output {
    display: block;
    padding-top: 3px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote:before, blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

table {
    max-width: 100%;
    background-color: transparent;
}

td {
    text-align: left;
}

table, .table {
    width: 100%;
    margin-bottom: 0px;
}


table>thead>tr {
    border-bottom: 0px solid #6D3583;
}

table>thead>tr>th, table>tbody>tr>td, .table>tbody>tr>td {
    padding: 0px;
    line-height: 1.42857;
    vertical-align: inherit;
    border-top: 1px solid #ddd;
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 0px solid #6D3583;
}

table>thead:first-child>tr>th {
    border-top: solid 0px #6D3583 !important;
}

table>thead:first-child>tr>th {
    border-left: solid 1px #421853;
}

table>thead:first-child>tr>th:first-child {
    border-left: solid 0px #421853;
}

table>thead:first-child>tr>th:last-child {
    border-right: solid 0px #6D3583;
}


button:hover, .rl-button:hover {
    background-color: #fd7659;
    text-decoration: none;
    color: #fff;
}

button:disabled {
    background-color: #dbdbdb;
}

button:disabled:hover {
    background-color: #dbdbdb;
}

table {
    width: 100%;
    border-spacing: 0;
    border: none;
}

table.immediateSubmit>tbody>tr:nth-child(even)>td {
    background-color: #fff;
}

table>thead>tr>th {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0px solid #421853;
    padding-top: 15px;
    padding-bottom: 15px;
}

table>tbody>tr>td, .table>tbody>tr>td {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #dbdbdb;
}

td, td a {
    text-align: left;
    font-size: .92em;
}

th {
    text-align: left;
    color: #fff;
    font-weight: bold;
    background-color: #6d3583 !important;
    font-family: Arial, Helvetica, sans-serif;
}

td {
    vertical-align: top;
    color: #555;
}

table>tbody>tr>td, .table>tbody>tr>td {
    border: none;
    
}

blockquote {
    border-left: none;
    background: url(../icons/rl_pullquote_open.png) top left no-repeat;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 0;
}

input[type=submit], #createGuestUserBtn {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 4px 21px;
    border-radius: 25px;
    border: 3px solid #6d3583;
    background: #fff;
    color: #fff;
    margin-top: 0px;
    margin-right: 5px;
    line-height: 22px;
}

.search-bar {
    color: #6d3583 !important;
    text-transform: uppercase;
}

.search-bar:hover {
    color: #fff !important;
}

button:hover, input[type=submit]:hover, #createGuestUserBtn:hover {
    color: #333;
    background: #6d3583;
}


table th {
    padding: 10px;
    background: #6d3583;
    color: #fff;
    border: 1px solid #421853;
}

table th:first-child {
    text-align: left;
}

table td {
    padding: 10px;
    color: #222;
    border: 1px solid #dbdbdb;
    font-size: 12px;
    text-align: center;
}

table td:first-child {
    text-align: left;
}

select, input[type=text], input[type=tel]  {
    line-height: inherit;
    font-size: 14px;
    color: rgb(85, 85, 85);
    padding: 0px 7px 0px 7px;
    border-radius: 30px;
    border: 2px solid #dfdfdf;
    margin-bottom: 10px;
    margin-top: 0;
    height: 34px;
}

select, input[type=text]:focus, input[type=tel]:focus {
    border: 2px solid #6d3583;
}

select, input[type=password]:focus {
    border: 2px solid #6d3583;
}

select, input[type=password] {
    font-size: 14px;
    color: #000;
    padding: 5px 5px;
    border-radius: 15px;
    border: 2px solid #dfdfdf;
    color: black;
    margin-top: -2px;
    margin-bottom: 12px;
    height: 34px;
}

select {

    text-indent: 0.01px;
    
    /*background : url(../icons/table-row-header-sorter-sprite-20x20.png)  27px 5px no-repeat; */
    
    
    text-indent: 1px;
    
    
    box-sizing: border-box;
    align-items: center;
    border: 1px solid;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    padding: 0px 2px 0px 2px;
    border: none;
}

select.form-control:after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    padding: 0 7px;
    background: #000;
    color: white;
}

select::-ms-expand {

}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-center {
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -0;
    margin-right: -0;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xs-6, .col-xs-9,
    .col-sm-9, .col-md-9, .col-md-10, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.col-xs-3, .col-xs-6, .col-xs-9 {
    float: left;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-9 {
    width: 75%;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
}

.btn:focus, .btn:active:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active {
    background-image: none;
}

.btn-primary {
    color: #fff;
    background-color: #7e3f98;
    border-color: #6e3886;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #66337b;
    border-color: #4b265b;
}

.btn-primary:active {
    background-image: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 12px 16px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-brand {
    float: left;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
    height: 46px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 9px;
    margin-top: 8px;
    margin-bottom: 6px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-nav {
    margin: 0px 0px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar {
    position: relative;
    min-height: 46px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

.container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
    margin-right: -0;
    margin-left: -0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: #724289;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
    {
    color: #553167;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #724289;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
    {
    color: #ff503c;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
    color: #724289;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
    {
    background-color: #6d3583;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 15px;
    opacity: 0;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-title {
    font-family: Arial, sans-serif;
    margin-left: -5px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    font-weight: bold;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default-teleApp {
    border-color: #ddd;
    border: 1px solid;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
}

.close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#findOutMoreH .modal-dialog {
    margin-top: 260px;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    outline: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

.modal.fade .modal-dialog {
    margin-top: 240px;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    background-clip: padding-box;
    outline: none;
}

.modal-header {
    padding: 0px 0px;
    min-height: 0px;
}

.modal-header .close {
    margin-top: -8px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.modal-footer {
    margin-top: 15px;
    text-align: right;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
    margin-right: 8px;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}


-ms-viewport {
    width: device-width;
}

.container {
    padding-bottom: 40px;
    padding-top: 40px;
}

body.rl-loggedout #rl-loggedin, body.rl-loggedout #header-loggedout {
    display: none;
}

.siteTitle {
    bottom: 20px;
    right: 20px;
    font-family: Georgia, serif;
    font-size: 1.2em;
    vertical-align: baseline;
    margin-bottom: 0;
}

.login-title {
    background-color: #6d3583;
    color: #fff;
    padding: 20px 0 20px 0;
    text-align: center;
    margin-bottom: 0px;
}

.mid-title {
    background-color: #6d3583;
    color: #fff;
    padding: 6px 0 6px 0;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
}

.login-title h3 {
    margin-top: 0 !important;
    color: #fff;
    text-align: center;
}

.login-title hr {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.login-title p {
    color: #fff;
    margin-bottom: 20px;
}

.login-area {
    background-color: #fff;
    padding: 15px 15px;
}

.login-area a {
    margin-top: 0;
}

.login-area .register {
    color: #be5844;
    padding-right: 20px;
}

.login-area .register:hover, .login-area .register:focus {
    color: #fd7659;
}

.concertina, .calloutblock, .calloutboxblock {
    margin-bottom: 0px !important;
}

.white-bg {
    background-color: #fff;
}

.dropzoneblock {
    background-color: transparent;
    margin-bottom: 20px !important;
}

.loginblock {
    background-color: #421853;
    margin-bottom: 20px !important;
}

.dropzoneblock .contentBox {
    padding: 0 !important;
    margin-bottom: 0;
    background-color: transparent;
}

.dropzoneblock .contentBox .row {
    margin-bottom: 0 !important;
}

.linklistblock {
    border: 0;
    margin-bottom: 20px;
}

.linklistblock ul {
    background: #2f0e3b;
    list-style: none;
    color: #fff;
}

.linklistblock ul li {
    width: 100%;
    border-bottom: 1px solid #421853;
}

.linklistblock ul li:last-child {
    border-bottom: 1px solid #2f0e3b;
}

.linklistblock ul li a {
    display: block;
    padding: 10px 20px;
    width: 100%;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.linklistblock ul li:hover, .linklistblock ul li a:hover {
    background-color: #552369;
    text-decoration: none;
    outline: none;
}

.footerContainer {
    background-color: #2f0e3b;
    color: #fff;
    margin-bottom: 0 !important;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerContainer .footerInner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.footerContainer .footerInner:before, .footerContainer .footerInner:after
    {
    content: " ";
    display: table;
}

.footerContainer .footerInner:after {
    clear: both;
}

.footerContainer footer .linksRow {
    margin-bottom: 15px;
}

.footerContainer footer {
    padding-left: 0px;
    padding-right: 0px;
}

.footerContainer::after {
    color: #2f0e3b;
}

.gutter-container [class^="col-"] .gutter-container-left-column {
    padding-right: 20px;
}

.gutter-container [class^="col-"] .gutter-container-right-column-medium
    {
    padding-left: 20px;
}

.headerContainer {
    background-color: #fff;
    color: #421853;
    padding-top: 10px;
    margin-bottom: 0 !important;
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.headerContainer .row {
    margin-bottom: 0;
}

.headerContainer .headerInner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.headerContainer .headerInner:before, .headerContainer .headerInner:after
    {
    content: " ";
    display: table;
}

.headerContainer .headerInner:after {
    clear: both;
}

.headerContainer .headerInner footer ul li {
    border-right: 1px solid #dbdbdb;
    vertical-align: middle;
    margin-top: .8em;
}

.headerContainer .headerInner footer ul li:last-child {
    border: none;
}

.headerContainer .headerInner footer ul li a {
    color: #6d3583;
}

.headerContainer .headerInner footer ul li a:hover, .headerContainer .headerInner footer ul li a:focus
    {
    color: #fd7659;
}

#header-loggedin, #header-loggedout {
    padding: .55em 2.3em;
    border-radius: 50px;
    border: 3px solid #6d3583;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: .1em;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
}

#header-loggedin:hover, #header-loggedout:hover {
    border-color: #fd7659;
}

#header-loggedin:hover a, #header-loggedout:hover a {
    color: #fd7659 !important;
}

.rl-title-image {
    padding-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}

.adviserConfirmContainer {
    height: 106px;
    position: relative;
}

.navbar-toggle {
    margin-right: 20px;
}

.navbar.navbar-default {
    border: none;
}

ul.navbar-nav {
    border: 0;
    outline: none;
    font-size: 1em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

ul.navbar-nav>li {
    border-left: 0;
    border-right: solid #eee 1px;
    border-top: solid #eee 1px;
    border-bottom: solid #eee 0px;
    outline: none;
}

ul.navbar-nav>li a, ul.navbar-nav>li a:hover, ul.navbar-nav>li a:focus {
    outline: none;
    text-decoration: none;
    border-bottom: 4px solid #fff;
}

ul.navbar-nav>li:first-child {
    border-left: solid #eee 1px;
}

ul.navbar-nav>li.active, ul.navbar-nav>li:focus, ul.navbar-nav>li:hover
    {
    border-bottom: 0px solid #ff503c;
}

ul.navbar-nav>li.active a, ul.navbar-nav>li a:hover, ul.navbar-nav>li a:focus
    {
    border-bottom: 4px solid #ff503c;
}

button, .rl-button {
    line-height: 12px;
    background-color: #be5844;
    color: #fff;
    padding: 12px 21px;
    border-radius: 50px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    min-width: .1em;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
}

.panel {
    padding: 0px 0px 0px 0px;
    background-color: #FFF;
    border-radius: 0;
    box-shadow: none;
}

.panel-login {
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.concertina .panel-group {
    margin-bottom: 0;
    padding-top: 0px;
}

.concertina .panel-body {
    padding: 20px;
}

.concertina .panel-body-table {
    padding: 0px;
    padding-bottom: 10px;
}

.concertina .panel-heading.menu {
    padding-right: 10px;
    padding-top: 13px;
    height: 50px;
    border: 1px solid #DBDBDB;
    background-color: #fff !important;
    color: #000 !important;
}

.concertina .panel-link {
    padding: 2px 20px;
}

.concertina .panel {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.concertina .panel, .concertina .panel-heading {
    
}

.concertina .panel-title {
    font-size: 1em;
}

.concertina .panel:hover, .concertina .panel .panel-heading:hover {
    background-color: #f4f4f4;
}

.concertina .panel:hover .panel-title, .concertina .panel .panel-heading:hover .panel-title
    {
    color: #000 !important;
}

.concertina .panel-heading-selected {
    background-color: #dbdbdb !important;
    color: #000 !important;
}

.concertina .panel-heading-selected.menu {
    padding-top: 13px;
    height: 50px;
    background-color: #fff !important;
    color: #000 !important;
}

.concertina .panel-heading-selected.menu:focus {
    border: 1px solid #DBDBDB;
}

.concertina .panel-heading-selected .panel-title {
    color: #000 !important;
}

.concertina .panel-heading .panel-title {
    width: 100%;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}

.concertina .panel-heading a {
    text-decoration: none;
}

.concertina .panel-heading span.icon {
    float: right;
    height: 30px;
    width: 30px;
    margin-top: 0;
    background: url(../icons/concertina-3-state-open-close-arrow.png) 0 0
        no-repeat;
}

.close.icon {
    float: right;
    height: 30px;
    width: 30px;
    margin-top: 0;
    background: url(../icons/close-button.png) 0 0
        no-repeat;
}

.concertina .panel-heading span.icon.empty {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0
        -40px no-repeat;
}

.concertina .panel-heading span.icon.empty.selected {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0
        -60px no-repeat;
}

.concertina .panel-heading:hover span.icon.empty {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0
        -0px no-repeat;
}

.concertina .panel-heading:hover span.icon.empty.selected {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0
        -20px no-repeat;
}

.concertina .panel-heading span.icon.empty.disabled {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0 0px
        no-repeat;
}

.concertina .panel-heading span.icon.confirm.disabled {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0 -20px
        no-repeat;
}

.concertina .panel-heading span.icon.done {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0
        -80px no-repeat;
}

.concertina .panel-heading span.icon.done.selected {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0
        -100px no-repeat;
}

.concertina .panel-heading:hover span.icon.done {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0
        -0px no-repeat;
}

.concertina .panel-heading:hover span.icon.done.selected {
    float: right;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background: url(../icons/icons-sidemenu-20x20-chevrons-sprite.png) 0
        -20px no-repeat;
}

.concertina .panel-heading:hover span.icon {
    background-position: 0 -30px;
    background-repeat: no-repeat;
}

.concertina .panel-heading span.selected, .concertina .panel-heading:hover span.selected
    {
    background-position: 0 -60px;
    background-repeat: no-repeat;
}

.concertina .panel-collapse {
    color: #909090;
}

.concertina .progress-menu.panel-collapse {
    
}

.calloutboxblock, .calloutblock {
    margin-right: 20px;
}

.calloutboxblock .calloutblock {
    border: 0;
    margin-bottom: 0 !important;
}

.calloutblock .contentBox {
    margin: 0px;
}

.contentBoxHeader {
    background-color: #6d3583;
    color: #fff;
    padding: 8px 20px !important;
    overflow: auto;
}

.arial-14 {
    font-family: Arial;
    font-size: 14px;
    font-style: normal; 
}

.arial-18 {
    font-family: Arial;
    font-size: 18px;
    font-style: normal; 
}

.arial-bold-700-13 {    
    font-family:'Arial Bold', 'Arial';
    font-weight:700;
    font-size: 13px;
}

.arial-regular-400-13 { 
    font-family:'Arial Regular', 'Arial';
    font-weight:400;
    font-size: 13px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-botton-10 {
    margin-bottom: 10px;
}

.contentBoxHeaderTeleApp {
    background-color: #6d3583;
    color: #fff;
    padding: 8px 20px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.contentBoxParagraph {  
    padding: 8px 6px 8px 5px !important;
}


.contentBoxHeader .contentTitle {
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    margin-bottom: 10px;
}

.contentBox ul {
    list-style-position: outside;
    list-style-image: url(../icons/bullet_ul_level1.png);
    padding-left: 0px;
}

.contentBox ul.list-unstyled {
    list-style-image: none;
}

.contentMedium ul li:first-child {
    padding-top: 10px;
    border-top: 0px solid grey
}

.contentBox ul li {
    list-style-position: inside;
    list-style-image: none;
    margin-bottom: 5px;
    list-style-type: none;
    margin-top: 5px;
    margin-left: 5px;
    padding: 3px;
}

.contentBox .col-sm-12 ul li {
    list-style-position: outside;
    list-style-image: url(../icons/bullet_ul_level1.png);
    padding-left: 0px;
}

.dropdown-menu ul li {
    margin-left: -5px;
}

.triangle-border ul li {
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
    list-style-image: url(../icons/bullet_ul_level1.png);
}

.contentBox ul.list-unstyled li {
    padding-top: 0;
    padding-bottom: 0;
}

.contentBox .linklistblock ul {
    padding-left: 0;
}

.close {
    opacity: 1;
    margin-right: 5px;
    background: url(../icons/exit-sprite-30x30.png) 2px 0px no-repeat;
    border-radius: 25px;
    width: 32px;
    height: 30px;
    font-size: 1.8em;
    color: #fff;
    outline: none;
    text-align: center;
    vertical-align: central;
}

.close:hover, .close:focus {
    background: url(../icons/exit-sprite-30x30.png) 2px -30px no-repeat;
    opacity: 1;
}

.modal-header {
    border-bottom: 0px;
}

.modal-title {
    font-family: Georgia, serif;
    font-size: 24px;
}

.row {
    
}

[data-toggle="collapse"] {
    cursor: pointer;
}

[data-toggle="collapse"]:hover {
    color: #fd7659;
}

table td.price-column {
    text-align: right;
}

div.mfs-container a.mfs-selected-option, div.mfs-container a.mfs-selected-option span
    {
    border-color: #6d3583;
    background-color: white;
    background-image: none;
}

div.mfs-container a.mfs-selected-option span::after {
    border-top-color: #6d3583;
}

div.mfs-container#SearchSettings_AbiSector-mfs {
    min-width: 250px;
}

.fund-type-options {
    margin: 0px 5px 0px 5px;
}

body div#content div#fund-type-options a {
    margin: 0px 0px 10px 0px;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 16px;
    border-width: 2px;
    border-style: solid;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    color: white;
    border-color: #be5744;
    background: #be5744;
}

body div#content div#fund-type-options a.inactive {
    background: #fff;
    color: #be5744;
}

body div#content div#fund-type-options a.inactive:hover {
    background: black;
    color: white;
    border-color: transparent;
}

body div#content div#fund-type-options a.inactive {
    pointer-events: auto;
    cursor: pointer;
}

body div#content div#universe-area {
    background: #fff;
    padding: 1px 10px;
}

body div#content div#universe-area div#search-bar {
    padding: 10px 0;
}

body div#content div#universe-area div#search-bar {
    border-bottom: 1px solid #dbdbdb;
}

body div#content div#universe-area div#search-bar input#SearchSettings_TextSearch
    {
    min-width: 230px;
}

body div#content div#universe-area span.label {
    float: left;
    padding-top: 13px;
}

body div#content div#universe-area table {
    clear: both;
    width: 100%;
    margin: 0px;
    border-bottom: 2px solid #6d3583;
}

body div#content div#universe-area table td.image-cell {
    padding-top: 4px;
    padding-bottom: 0;
}

a.pdf-icon {
    background-image: url(../icons/pdf-icon.png);
    background-repeat: no-repeat;
    padding: 0px 15px 0px 0px !important;
    height: 18px;
    font-size: 18px;
}

a.pdf-icon:hover {
    background-image: url(../icons/pdf-icon-hover.png);
}

.error-icon-big {
    margin-right: 5px;
    margin-top: 4px;
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../icons/icon-error-30x30.png);
    background-repeat: no-repeat;
    padding: 7px 6px 5px 30px;
}

.error-icon-small {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 0px;
    background-image: url(../icons/icon-error-20x20.png);
    background-repeat: no-repeat;
    padding: 0;
}

div.personal-icon {
    height: 20px;
    background-image: url(../icons/icon-mini-product-family-P-20x20.png);
    background-repeat: no-repeat;
  padding: 0px;
  margin-top: 2px;
  width: 20px;
  float: left;
}

div.streamlined-icon {
    height: 20px;
    background-image: url(../icons/icon-mini-product-family-SM-20x20.png);
    background-repeat: no-repeat;
  padding: 0px;
  margin-top: 2px;
  width: 20px;
  float: left;
}

div.balance-icon {
    height: 20px;
    background-image: url(../icons/icon-mini-product-family-BL-20x20.png);
    background-repeat: no-repeat;
    padding: 0px;
    margin-top: 2px;
    width: 20px;
    float: left;
}

div.business-icon {
    height: 20px;
  background-image: url(../icons/icon-mini-product-family-B-20x20.png);
  background-repeat: no-repeat;
  padding: 0px;
  margin-top: 2px;
  width: 20px;
  float: left;
}

div.relevantlife-icon {
    height: 20px;
    background-image: url(../icons/icon-mini-product-family-RL-20x20.png);
    background-repeat: no-repeat;
  padding: 0px;
  margin-top: 2px;
  width: 20px;
  float: left;
}

div.wholeoflife-icon {
    height: 20px;
    background-image: url(../icons/icon-mini-product-family-WL-20x20.png);
    background-repeat: no-repeat;
  padding: 0px;
  margin-top: 2px;
  width: 20px;
  float: left;
}

div.edit-icon {
    float: left;
    background-image: url(../icons/icon-dashboard-status-pencil-30x30.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 3px;
    height: 30px;
    margin-top: 0px;
}

div.mail-icon {
    float: left;
    background-image: url(../icons/icon-dashboard-status-mail-30x30.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 0px;
}

div.locked-icon {
    float: left;
    background-image:
        url(../icons/icon-dashboard-status-lockedout-30x30.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: -7px;
}

div.teleapp-icon {
    float: left;
    background-image: url(../icons/icon-dashboard-status-phone-30x30.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 0px;
}

div.submit-icon {
    float: left;
    background-image: url(../icons/icon-dashboard-status-tick-30x30.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 0px;
}

div.timer-icon {
    float: left;
    background-image: url(../icons/icon-dashboard-status-timer-30x30.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 0px;
}

div.incomplete-icon {
    float: left;
    background-image: url(../icons/icon-dashboard-status-pencil-30x30.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 0px;
}

div.clock-icon {
    float: left;
    background-image: url(../icons/options-alarm-clock.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 0px;
}

div.info-icon {
    float: left;
    background-image: url(../icons/options-question.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 0px;
}

div.plan-nums {
  padding: 0 0 0 30px;
}

body div#content div#universe-area {
    padding: 0;
}

.panelB {
    padding: 15px 0px 0px 0px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

form {
    display: block;
    margin-top: 0em;
}

.mfs-container {
    position: relative;
    width: 130px;
    color: #666666;
    font-family: Helvetica, Arial;
    font-size: 12px;
}

div.mfs-container {
    float: left;
    position: relative;
    top: 8px;
    margin-left: 3px;
    margin-right: 1px;
}

a.mfs-selected-option {
    display: block;
    padding: 5px 5px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
}

div.mfs-container a.mfs-selected-option, div.mfs-container a.mfs-selected-option span
    {
    border-color: #6d3583;
    background-color: white;
    background-image: none;
}

.mfs-container.notouch select {
    /* display: none; */;
    
}

.mfs-container select {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}

a.mfs-selected-option span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    padding: 5px 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
    background-image: -o-linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
    background-image: -moz-linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
    background-image: -webkit-linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
    background-image: -ms-linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
}

.mfs-options {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    z-index: 10;
}

.labelB {
    font-size: 14px;
    color: #000;
}

.mfs-container {
    position: relative;
    width: 130px;
    color: #666666;
    font-family: Helvetica, Arial;
    font-size: 12px;
}

.mfs-options {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    z-index: 10;
}

.mfs-options li.selected {
    background-color: #666666;
}

div.mfs-container a.mfs-selected-option, div.mfs-container a.mfs-selected-option span
    {
    border-color: #6d3583;
    background-color: white;
    background-image: none;
}

a.mfs-selected-option span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    padding: 5px 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
    background-image: -o-linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
    background-image: -moz-linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
    background-image: -webkit-linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
    background-image: -ms-linear-gradient(bottom, rgb(230, 230, 230) 36%,
        rgb(244, 244, 244) 68%);
}

div.mfs-container a.mfs-selected-option span::after {
    border-top-color: #6d3583;
}

a.mfs-selected-option span:after {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid #999999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

a.mfs-selected-option {
    display: block;
    padding: 5px 5px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
}

.mfs-container {
    position: relative;
    width: 130px;
    color: #666666;
    font-family: Helvetica, Arial;
    font-size: 12px;
}

.mfs-options {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    z-index: 10;
}

.mfs-options li a {
    display: block;
    padding: 5px 5px;
    text-decoration: none;
    color: #666666;
}

.mfs-options li.selected {
    background-color: #666666;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
    .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
    .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
    .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
    .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
    {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.col-sm-1 {
    width: 41px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 15px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before,
    .dl-horizontal dd:after, .container:before, .container:after,
    .container-fluid:before, .container-fluid:after, .row:before, .row:after,
    .form-horizontal .form-group:before, .form-horizontal .form-group:after,
    .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before,
    .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before,
    .navbar:after, .navbar-header:before, .navbar-header:after,
    .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after,
    .panel-body:before, .panel-body:after, .modal-footer:before,
    .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .row:after, #header:after, #mainNav:after,
    #level2Navigation:after, #mainContent:after, #pageContent:after,
    #footer:after, .footerBox:after, .container:after, .tabs:after,
    .progressBar:after, .contentBox:after, .contentBoxWithLightBackground:after,
    .formBox:after, .control-group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.control-group {
    border-bottom: solid 1px rgba(219, 219, 219, 0.49);
    padding: 5px 0px 15px 5px;
    margin: 0px 0px 0px 0px;
    vertical-align: baseline;
    line-height: 1.328571428571429;
    min-width: 133px;
    padding-bottom: 0px;
    background-color: white;
    border-radius: 0px;
}

.control-group-no-bottom {
    border-bottom: solid 0px;
    padding-bottom: 3px;
    padding-top: 10px;
}

.progress-bar {
    background-color: #6d3583 !important;
}

user agent stylesheetlabel {
    cursor: default;
}

.controls {
    display: block;
    float: left;
}

.controls {
    margin-bottom: 13px;
    vertical-align: top;
    padding: 0;
    margin-top: 6px;
}


.nonInputLabel {
    width: 36%;
    display: block;
    float: left;
    padding-right: 4%;
}

.form40-60 label, .form40-60 .nonInputLabel {
    width: 40%;
    display: block;
    float: left;
    padding-right: 4%;
}

.large, .emailAddressTextbox {
    width: 183px;
    width: 18rem;
}

input, textarea, select {
    vertical-align: middle !important;
    margin-right: 5px;
    font-size: 1em;
    line-height: inherit;
    padding: 0px 6px 0px 9px;
    vertical-align: top;
    font-family: Arial, Verdana, Sans-Serif;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #dfdfdf;
}

.select-job {
    vertical-align: middle !important;
    margin-right: 5px;
    font-size: 1em;
    line-height: inherit;
    padding: 7px 6px 58px 9px;
    border: 1px solid #ccc;
    vertical-align: top;
    font-family: Arial, Verdana, Sans-Serif;
    background-color: #fff;
    border-radius: 6px;
}

.clearfix ul li {
    background: no-repeat left 5px;
    background-image: url(../icons/bullet.png);
    padding-left: 25px;
    list-style: none;
}

.next-to-error-list ul li {
    background: no-repeat left 10px;
    background-image: url(../icons/bullet.png);
    padding-left: 15px;
    list-style: none;
    margin-left: 39px;
    margin-top: 0px;
}

ul, ol {
    margin: 1.14em 0;
    padding-left: 20px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

ul.error {
    padding: 0 0 0 0px;
}

#search .text-input {
    line-height: 1;
}

.top-message {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.top-panel {
    display: table;
    width: 100%;
}

.top-link {
    margin: 11px;
}

.unipassLink {
    font-size: 70%;
    font-weight: normal;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}

p.unipass {
    margin-bottom: 5px;
}

.client-question {
    margin-top: 20px;
}

.login-button {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 12px;
}

label.remember-me {
    width: 53%;
    margin-left: 25px;
    margin-top: 2px;
    font-weight: normal;
}

#search .text-input {
    border-bottom: #dbdbdb 1px solid;
    box-sizing: border-box;
    padding: 10px;
    padding-right: 3em;
    -webkit-transition: background-color 100ms ease-out 0s,
        border-bottom-color 100ms ease-out 0s;
    -moz-transition: background-color 100ms ease-out 0s, border-bottom-color
        100ms ease-out 0s;
    -o-transition: background-color 100ms ease-out 0s, border-bottom-color
        100ms ease-out 0s;
    transition: background-color 100ms ease-out 0s, border-bottom-color
        100ms ease-out 0s;
}

#search .text-input {
    width: 16.79em;
    font-family: Arial, sans-serif;
    border: none;
    padding: 10px 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-weight: bold;
}

#search .submit-button {
    background-position: center;
    height: 100%;
    right: 10px;
    top: 0px;
}

#search .submit-button {
    background: transparent no-repeat top left;
    background-image: url(../icons/search-button.png);
    width: 23px;
    height: 23px;
    padding: 0;
    border: none;
    text-indent: -999em;
}

#search {
    border-bottom: none;
    margin: 55px 20px 11px 20px;
    position: relative;
}

#search {
    float: right;
    margin: 50px 20px 16px 20px;
    color: #727272;
    border-bottom: #dbdbdb 1px solid;
}

.push {
    margin-top: -45px;
}

.errorTextField, .field-validation-error, .validation-error, .clientDtls-validation-error>li {
    padding: 0;
    padding-top: .25em;
    background-repeat: no-repeat;
    line-height: 1.428571428571429;
    font-weight: normal;
    text-align: left;
    color: #ff503c;
}

.form-control {
    font-weight: normal;
    width: auto;
    padding-right: 6px;
    padding-left: 2px;
    border-radius: 30px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-border {
    border: 0px solid #ccc;
    transition: none;
    box-shadow: none;
    display: table !important;
    -webkit-box-shadow: none;
    -webkit-transition: none;
}

.form-control td {
    border: none !important;
}

table[class='form-control'] {
    display: table !important;
    border: none !important;
    width: 50%;
}

.form-control input[type=radio], input[type=checkbox] {
    margin: 4px 5px 0 0px;
}

select[class='form-control'] {
    width: 195px;
    border: 2px solid #dfdfdf;
    min-width: 178px;
    line-height: 16px;
}

select[class='form-control']:focus {
    border: 2px solid #6d3583 !important;
}

input.primaryAction[type=submit], input.secondaryAction[type=submit], a.primaryAction {
    background-color: #be5844;
    text-decoration: none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    cursor: pointer;
    min-width: .1em;
    text-align: center;
    text-decoration: none;
    border: none;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 22px;
    font-weight: bold;
}

input.primaryAction[disabled=disabled], input.secondaryAction[disabled=disabled] {
background-color: #fff !important;
color: #ccc !important;
border: solid 2px;
cursor: not-allowed;
}

input.primaryAction[type=submit]:hover, input.secondaryAction[type=submit]:hover, a.primaryAction:hover
    {
    background-color: #fd7659;
    color: #FFF;
    text-decoration: none;
}

input.primary-light[type=submit] {
    font-size: 14px;
    height:36px;
    margin-right: 6px;
}

input.form-control[maxlength="2"] {
    width: 51px;
    border-radius: 30px;
    text-align: center;
}

input.form-control[maxlength="4"] {
    width: 80px;
    border-radius: 30px;
    text-align: center;
}

.quoteButtonNav {
    float: right !important;
    margin-top: 20px;
}

.primaryAction {
    float: right !important;
}

table label {
    color: rgba(0, 0, 0, 0.8);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.progress {
    height: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.table-action {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 6px 6px;
    border-radius: 5px;
    border: 1px solid #6d3583;
    background: #6d3583;
    color: #fff;
    margin-top: 24px;
    margin-left: 0px;
}

.field-validation-error, .validation-error, .clientDtls-validation-error>li {
    padding: 0 !important;
    padding-top: .25em;
    background-repeat: no-repeat;
    line-height: 1.428571428571429;
    font-weight: normal;
    text-align: left;
    color: #ff503c;
    margin-left: 0px !important;
}

.field-validation-error>li, .validation-error>li {
    padding: 0px 5px 10px 10px !important;
    color: #222 !important;
    background-color: #ffebd5 !important;
    font-weight: normal !important;
    text-align: left !important;
    list-style-image: none !important;
    margin: 0px 0px 4px 0px !important;
    line-height: 27px;
}

.field-validation-error>li:before, .validation-error>li:before {
    margin-bottom: 12px;
    margin-top: 12px;
    content: url(../icons/icon-warning-30x30.png) !important;
    position: relative;
    left: 0px;
    top: 10px;
    margin-right: 15px;
    margin-left: 0px;
}

span.validation-warning {
    padding: 11px 15px 11px 10px !important;
    color: #222 !important;
    background-color: #ffebd5 !important;
    font-weight: normal !important;
    text-align: left !important;
    list-style-image: none !important;
    margin: 0px 0px 4px 0px !important;
    line-height: 35px;
}

span.validation-warning:before {
    margin-bottom: 12px;
    margin-top: 12px;
    content: url(../icons/icon-warning-30x30.png) !important;
    position: relative;
    z-index: 100000;
    left: 0px;
    top: 10px;
    margin-right: 15px;
    margin-left: 10px;
}

div.validation-warning {
    padding: 0px 9px 0px 15px !important;
    color: #222 !important;
    background-color: #ffebd5 !important;
    font-weight: normal !important;
    text-align: left !important;
    list-style-image: none !important;
    margin: 14px 0px 15px 0px !important;
    line-height: 35px;
    min-width: 100px;
}

div.validation-warning:before {
    margin-bottom: 12px;
    margin-top: 12px;
    content: url(../icons/icon-warning-30x30.png) !important;
    position: relative;
    z-index: 999;
    left: -10px;
    top: 7px;
    margin-right: 15px;
    margin-left: 10px;
}

.divider {
    border: 0;
    border-top: 1px solid #fd7659;
    text-align: left;
    width: 85%;
    padding-bottom: 5px;
}

div.info-box:before {
    content: url(../icons/icon-info-30x30-bfa3cd.png) !important;
    position: relative;
    z-index: 999;
    left: -6px;
    top: 9px;
}

div.info-box {
    padding: 1px 9px 12px 15px !important;
    color: #222 !important;
    background-color: #EBE3F0 !important;
    font-weight: normal !important;
    text-align: left !important;
    list-style-image: none !important;
    line-height: 25px;
    min-width: 100px;
    border: 2px solid #FFFFFF;
    margin-bottom: 5px;
}

div.warning-box {
    padding: 1px 9px 12px 15px !important;
    color: #222 !important;
    background-color: #ffebd5 !important;
    font-weight: normal !important;
    text-align: left !important;
    list-style-image: none !important;
    line-height: 25px;
    min-width: 100px;
    border: 2px solid #FFFFFF;
    margin-bottom: 5px;
}

div.warning-box:before {
    content: url(../icons/icon-warning-30x30.png) !important;
    position: relative;
    z-index: 999;
    left: -6px;
    top: 9px;
}

.panel-title.summaryHeader.col-sm-3 {
    margin-top: -7px;
}

#summaryTotal {
    margin: 15px;
}

#row {
    margin: 10px;
}

.immediateSubmit {
    margin-top: 10px;
    max-width: 300px;
}

.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
}

.triangle-border.left {
    margin-left: 0px;
}

.triangle-border {
    margin-top: -6px;
    position: relative;
    padding: 15px;
    border: 5px solid #DBDBDB;
    color: #222222;
    background: #DBDBDB;
    -webkit-border-radius: 0px;
    -moz-border-radius: 10px;
    border-radius: 0px;
}

.triangle-border.left:before {
    top: 10px;
    bottom: auto;
    left: -23px;
    border-width: 15px 19px 15px 0;
    border-color: transparent #DBDBDB;
}

.triangle-border:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #B3B3B3 transparent;
    display: block;
    width: 0;
}

.triangle-border.left:after {
    top: 16px;
    bottom: auto;
    left: -21px;
    border-width: 9px 21px 9px 0;
    border-color: transparent #DBDBDB;
}

.triangle-border:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.triangle-border.top:before {
    top: -20px;
    bottom: auto;
    left: auto;
    right: 40px;
    border-width: 0 20px 20px;
}

.triangle-border:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #DBDBDB transparent;
    display: block;
    width: 0;
}

.triangle-border.top:after {
    top: -13px;
    bottom: auto;
    left: auto;
    right: 47px;
    border-width: 0 13px 13px;
}

.triangle-border:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #DBDBDB transparent;
    display: block;
    width: 0;
}

.progress-menu {
    margin: 0px;
    padding: 0px;
    color: #552369;
}

.progress-menu  ul {
    list-style-position: outside;
    list-style-image: none;
    padding-left: 0px;
}

.progress-menu  ul li {
    background: no-repeat left 5px;
    background-image: none;
    padding-left: 0px;
    list-style: none;
}

.x-mark {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 27px;
    height: 27px;
    background: url(../icons/icons-sidemenu-20x20-status-sprite.png) 1px 5px
        no-repeat;
    border-radius: 20px;
}

.done {
    margin-bottom: 5px;
    margin-top: 8px;
    width: 26px;
    height: 25px;
    background: url(../icons/icons-sidemenu-20x20-status-sprite.png) 0px
        -39px no-repeat;
    border-radius: 20px;
}

.plus {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 25px;
    height: 25px;
    background: url(../icons/icons-sidemenu-20x20-status-sprite.png) 0px
        -19px no-repeat;
    border-radius: 20px;
}

.plusb {
    float: left;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    width: 21px;
    height: 21px;
    background:
        url(../icons/side-nav-icon-sprite-add-delete-selected-complete-20x20.png)
        0px 1px no-repeat;
    border-radius: 20px;
    margin-right: 6px;
}

.empty {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 27px;
    height: 27px;
    background: url(../icons/icons-sidemenu-20x20-status-sprite.png) 1px
        -120px no-repeat;
    border-radius: 20px;
}

.bin {
    margin: 10px 6px;
    width: 30px;
    height: 30px;
    background: url(../icons/icon-bin-bigger-30x30.png) no-repeat;
}

.current {
    margin-bottom: 5px;
    margin-top: 6px;
    width: 30px;
    height: 25px;
    background: url(../icons/icons-sidemenu-20x20-status-sprite.png) 0px
        -77px no-repeat;
    border-radius: 20px;
}

.side-menu-text {
    margin-top: 0px;
    max-width: 250px;
    width: 100%;
    line-height: 22px;
}

.control-group-original {
    padding: 16px 0px 0px 25px !important;
    margin: 0px 0px 3px 0px !important;
    /* margin: 0; */
    vertical-align: baseline;
    line-height: 1.428571428571429;
    min-width: 110px;
    padding-bottom: 10px;
    background-color: #f4f4f4 !important;
    border-radius: 10px;
}

.big-text input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -23px;
    width: 25px;
    height: 25px;
    display: block;
}

.big-text input[type=radio]+label {
    line-height: 29px;
    background: none;
    border: none;
    position: inherit;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    box-shadow: none;
    text-align: left;
    margin-left: 10px;
}

.big-text input[type=radio]:checked+label {
    box-shadow: none;
    color: #be5844;
    border: none;
    background-image: none;
    outline: 0;
    background: none;
    padding: 4px 12px;
}

.control-group .contentBox ul {
    list-style-position: outside;
    list-style-image: none;
    padding-left: 15px;
}

.bottom {
    opacity:0;
    transition: all 0.2s ease-out 0s;
    height: 167px;
    position: absolute;
    width: 100%;
}

.footerContainer {
    height: 185px;
    width: 100%;
    position: absolute;
    left: 0;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.control-group.login label {
    float: left;
    margin-right: 0px;
}

.control-group.login {
    border-bottom: 0px;
    margin-bottom: 10px;
}

.remember {
    margin-left: 40px;
}

input[type=radio] {
    opacity: 0;
}

input[type=radio]:checked+label {
    background-color: #6d3583;
}

input[type=radio]+label {
    background-color: #fff;
    border-radius: 30px;
    height: 35px;
    width: 35px;
    margin: 25px;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 40px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #ccc;
    margin-top: 0px;
    display: inline-block;
}

fieldset li>input[type=checkbox] {
    position: absolute;
    margin: 0px 0px 0px -34px;
    display: block;
    padding: 0;
    width: 25px;
    height: 25px;
}

.control-group label {
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
}

.notes {
    margin: 15px 0px 0px 15px;
}

.dataTableHeader {
    text-align: center;
    margin-top: 20px;
}

.quotePagingControls {
    min-width: 470px;
    text-align: right;
    margin: 0px 3px 0px 0px;
    float: right;
}

.quotePagingControls span {
    cursor: default;
    padding: 4px 8px 4px 8px;
    border: 1px solid #6d3583;
    border-radius: 30px;
    background-color: #6d3583;
    color: #fff;
}

.quotePagingControls a {
    color: #6d3583;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 4px 8px 4px 9px;
    border: 1px solid #6d3583;
}

.default-table table {
    border-collapse: collapse;
}

.default-table table td {
    padding: 0;
}

.default-table table td a {
    padding: 9px 5px;
    background-color: #e0e0e0;
    border-radius: 5px;
}

.default-table tr:before {
    width: 0px;
    content: '';
    float: left;
    overflow: hidden;
    height: 45px;
    font-size: 0;
}

.default-table {
    overflow: hidden;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
    .table>tbody>tr>td, .table>tfoot>tr>td {
    min-width: 65px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
    .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 10px 3px 5px 3px;
    line-height: 1.42857143;
    text-align: center;
}

.first {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    border-bottom: 0px;
}

.siblings {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 7px;
    margin-left: 25px;
}

.children {
    margin-left: 15px;
    font-size: 13px;
    float: left;
}

.current-txt {
    margin-left: 20px;
    color: #FF503C;
}

.current-box {
    padding-top: 2px;
    margin-left: 0px;
    border-bottom: 1px solid #DBDBDB;
    font-weight: bold;
    background-color: white !important;
    border-left: 3px solid;
    padding-bottom: 5px;
    margin-bottom: 0px !important;
    border-radius: 0px;
    color: #FF503C !important;
}

.prevent-menu-overflow {
    background-color: #f4f4f4;
    margin-right: 0px;
    padding-right: 10px;
    border-bottom: 1px solid #DBDBDB;
    min-height: 40px;
    margin-bottom: 0px;
}

.login-input {
    width: 100%
}

.fieldSetContent, .fieldSetTabbedLabel, .fieldSetTabbedLabelSmall {
    display: inline-block;
    float: inherit;
    margin-left: 5px;
    word-wrap: break-word;
}

.bold {
    font-weight: bold;
}

.fieldSetElement, .fieldSetTabbedLabel, .fieldSetTabbedLabelSmall {
    margin: 10px 5px 0px 0px;
}

.fieldSetTabbedLabel {
    min-width: 155px;
}

.fieldSetTabbedLabelSmall {
    min-width: 215px;
}

.smallBody .fieldSetTabbedLabel {
    min-width: 255px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

input[data-rl-checkbox] ~label span.checkbox {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: 0 .8em;
    vertical-align: middle;
    background: url(../icons/form-sprite.png) -75px -5px no-repeat;
    cursor: pointer;
    vertical-align: top;
}

input[data-rl-checkbox].checked ~label span.checkbox, input[data-rl-checkbox]:checked
     ~label span.checkbox {
    background: url(../icons/form-sprite.png) -110px -5px no-repeat;
}

input[data-rl-checkbox] ~label span.checkbox {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: 0 .8em;
    vertical-align: middle;
    background: url(../icons/form-sprite.png) -75px -5px no-repeat;
    cursor: pointer;
    vertical-align: top;
}

input[data-rl-checkbox].checked ~label span.checkbox, input[data-rl-checkbox]:checked
     ~label span.checkbox {
    background: url(../icons/form-sprite.png) -110px -5px no-repeat;
}

ul.navbar-secondlevel {
    float: left;
    display: block;
    width: 100%;
    margin-top: 0;
    line-height: 1.4285;
    list-style-type: none;
    border-left: 0;
    font-size: 1em;
    font-weight: 700;
    background-color: #6d3583;
    font-family: Arial, Helvetica, sans-serif;
}

ul.navbar-secondlevel li {
    float: left;
    border: 0;
    background-color: #6d3583;
    color: #fff !important;
    margin-top: 5px;
    margin-right: 2.5px;
    margin-left: 2.5px;
}

ul.navbar-secondlevel li a {
    display: block;
    float: left;
    text-decoration: none;
    vertical-align: baseline;
    color: #fff !important;
    padding: 7.5px 16px;
    -webkit-padding-after: 8px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 12px 16px;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

ul.navbar-secondlevel>li.active, ul.navbar-secondlevel>li:hover, ul.navbar-secondlevel>li:focus,
    ul.navbar-secondlevel>li:hover a, ul.navbar-secondlevel>li:focus a, ul.navbar-secondlevel>li.active a,
    ul.navbar-secondlevel>li a:hover, ul.navbar-secondlevel>li a:focus {
    background-color: #421853;
    color: #fff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.headerContainer-sec {
    color: #421853;
    padding-top: 10px;
    margin-bottom: 0 !important;
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.headerContainer {
    background-color: #fff;
    color: #421853;
    padding-top: 10px;
    margin-bottom: 0 !important;
    border-collapse: collapse;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-color: #fff;
    background-image: url(../img/menubacking-level1.gif);
}

.menuHeader {
    margin-left: -8px;
    font-size: 19px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#activityform .menuHeader {
    margin-left: 0px;
}

.rte {
    margin-top: 0px;
}

.disabled {
    color: #B3B3B3;
}

.small {
    font-size: 0.80em;
    text-decoration: none;
    text-transform: none;
    margin: 0px;
    color: #7C7C7C;
}

.small:hover {
    font-size: 0.80em;
    text-decoration: none;
    text-transform: none;
    margin: 0px;
    color: #7C7C7C;
}

a.siblings:hover {
    text-decoration: none;
    text-transform: none;
    color: #FF503C;
}

.dashSearchText {
    min-width: 85px;
    text-align: center;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 12px;
}

.dashSearchInput {
    margin-left: 1px;
    display: inline-block;
    margin-top: 12px;
}

input[name="generalsearch"] {
    padding-left: 12px;
}

input[name="dobYear"] {
   margin-left: 3px;
}
input[name="dobMonth"] {
   margin-left: 2px;
}

.col-sm-10.prevent-menu-overflow {
    margin-left: 22px;
}

.white {
    background-color: #ECECEC;
}

.col-sm-11.prevent-menu-overflow {
    width: 97%;
    min-height: 50px;
    max-height: 100px;
}

.life-block .col-sm-11.prevent-menu-overflow {
    /*height: 100%; */
}

#openActivities td:first-child input[type=checkbox]+label {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

#openActivities td:last-child input[type=checkbox]+label {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

#openActivities input[type=checkbox]+label {
    border-radius: 0px;
    min-width: 0px;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #333;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 0px solid #ccc;
    border-color: rgba(215, 215, 215, 0.83) rgba(123, 123, 123, 0.13) rgba(0, 0, 0, 0.25);
    border-bottom-color: #C8C8C8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
     endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
     rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
     rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    height: 33px;
    vertical-align: middle;
    padding-top: 9px;
}

#openActivities input[type=checkbox]:checked+label {
    border-bottom: 1px solid #6d3583;
    color: #fff;
    padding-bottom: 2px;
    outline: 0;
    background-color: #6d3583 !important;
    background-image: none;
}

#openActivities input[type=checkbox]+label:hover {
    color: #ff503c;
}

#activitycheckbox label {
    margin: 0px 2px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    height: 38px !important;
    padding: 0px 12px;
    font-size: 14px !important;
    width: 95%;
}

#activitycheckbox input[type=checkbox]:checked+label {
    background-color: #dfdfdf !important;
    border-bottom-color: #dfdfdf;
    color: #333;
}

#activitycheckbox td:first-child input[type=checkbox]+label {
    border-bottom-left-radius: 0px;
    border-bottom: 0px;
}

#activitycheckbox td:last-child input[type=checkbox]+label {
    border-bottom-right-radius: 0px;
    border-bottom: 0px;
}

label[for="productscheckbox:3"] {
    width: 93px;
}

label[for="productscheckbox:2"] {
    width: 95px;
}

.dash-search {
    line-height: 22px;
    background-color: #dfdfdf;
}

.need-space {
    margin-left: -2px;
    margin-right: 20px;
}

.dashboard {
    background-color: #fff;
    margin-bottom: 0px;
}

.new-quote {
    margin-left: 5px;
    margin-top: 26px;
    width: 30px;
    height: 30px;
    background: url(../icons/chevron-round-button-30px-sprite2.png) 0px 0px
        no-repeat;
}

.new-quote-hover {
    margin-left: 5px;
    margin-top: 26px;
    width: 30px;
    height: 30px;
    background: url(../icons/chevron-round-button-30px-sprite2.png) 0px -30px
        no-repeat;
}

.modal-menu {
    height: 114px;
    padding: 13px;
    border-bottom: 1px solid #ccc;
}

.modal-menu:hover {
    background-color: #fd7659;
    color: #fff;
    cursor: pointer;
}

.modal-menu:hover p {
    color: #fff;
    cursor: pointer;
}

.modal-menu:hover .modal-menu-title {
    color: #fff;
    cursor: pointer;
}

.modal-menu-title {
    margin-bottom: 12px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #6d3583;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.confDialogBox {
    padding: 20px;
}

.per-page {
    padding-left: 2px;
    min-width: 50px;
}

.paging {
    padding-bottom: 0px;
    color: #909090;
    margin-left: 1px;
    background-color: #fff;
    padding-top: 15px;
    padding-left: 20px;
    margin-right: 1px;
}

.label-paging-clients {
    margin-top: 2px;
}

.sorting {
    border: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 20px;
    height: 16px;
    background: url(../icons/table-row-header-sorter-sprite-20x20.png) 0px
        -21px no-repeat;
    border-radius: 0px;
}

.sorting-des {
    border: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 20px;
    height: 16px;
    background: url(../icons/table-row-header-sorter-sprite-20x20.png) 0px
        -40px no-repeat;
    border-radius: 0px;
}

.sorting-hover {
    border: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 20px;
    height: 16px;
    background: url(../icons/table-row-header-sorter-sprite-20x20.png) 0px
        0px no-repeat;
    border-radius: 0px;
}

table#resultsFormId\:resultsTable.table>tbody>tr:hover {
    background-color: rgb(221, 221, 221);
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer !important;
}

td.col2 {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.col2 {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table#resultsFormId\:resultsTable.table>tbody>tr {
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer !important;
}

table#resultsFormId\:resultsTable>tbody>tr:first-child {
    
    cursor: pointer !important;
}

table#resultsFormId\:resultsTable>tbody>tr:last-child {
    border-bottom: 2px solid #6d3583;
    cursor: pointer !important;
}

#resultsFormId .col5 .col5 {
    margin-top: 7px;
}

.default-table {
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    opacity: 1;
}

table#resultsFormId\:resultsTable.table>tbody>tr>td {
    text-align: left;
    padding-left: 9px;
    padding-top: 2px;
    font-size: 14px;
    padding-bottom: 2px;
    border-right: solid #eee 1px;
}

table#resultsFormId\:resultsTable.table>tbody>tr>td:first-child {
    border-left: solid #eee 1px;
    border-right: solid #eee 1px;
}

table#resultsFormId\:resultsTable.table>tbody>tr>td:last-child {
    border-left: solid #eee 0px;
    border-right: solid #eee 2px;
}

th:hover, th:hover a {
    background-color: #BFA3CD !important;
    color: #fff !important;
    text-decoration: none;
}

#generalsearchclear {
    border-radius: 30px;
    display: block;
    visibility: visible;
    width: 24px;
    padding: 0px 0 0 0;
    margin-top: 17px;
    border: 1px solid #6d3583;
    color: #6d3583;
    text-align: center;
    cursor: pointer;
    margin-left: -1px;
}

#dobclear {
    border-radius: 30px;
    display: block;
    visibility: visible;
    width: 24px;
    padding: 0px 0 0 0;
    margin-top: 17px;
    border: 1px solid #6d3583;
    color: #6d3583;
    text-align: center;
    cursor: pointer;
    margin-left: 45px;
}

.selectLabel {
    margin-top: 5px;
    text-align: center;
}

.left-pound {
    padding-right: 5px;
    background-color: #DBDBDB;
    width: 20px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    padding-top: 7px;
    display: inline;
    padding-bottom: 7px;
    padding-left: 6px;
    border: 2px solid #ccc;
    margin-right: -3px;
}

.right-years {
    padding-top: 7px;
    display: inline;
    padding-bottom: 7px;
    padding-left: 6px;
    border: 2px solid #ccc;
    margin-right: -3px;
    padding-right: 5px;
    background-color: #DBDBDB;
    width: 100px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.right-perannum {
    border-left: 0px solid white;
    z-index: -1;
    padding-top: 7px;
    display: inline;
    padding-bottom: 7px;
    padding-left: 15px;
    border-top: 2px solid #ccc;
    margin-left: -9px;
    padding-right: 21px;
    background-color: #DBDBDB;
    width: 100px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
}

input[type=text].money, input[type=tel].money  {
    margin-top: 0px;
    width: 163px;
    line-height: inherit;
    font-size: 14px;
    color: #000;
    padding: 0px 4px 0px 4px;
    border-bottom-left-radius: 0px;
    border: 2px solid #dfdfdf;
    margin-bottom: 3px;
    height: 34px;
    border-top-left-radius: 0px;
}

input[type=text].salary, input[type=tel].salary {
    margin-top: 0.9px;
width: 80px;
line-height: inherit;
font-size: 14px;
color: #000;
padding: 0px 4px 0px 4px;
border-radius: 0px;
border: 2px solid #CCCCCC;
margin-bottom: 3px;
height: 34.2px;
}

.or {
    font-style: italic;
    margin-top: 0px;
    margin-left: 15px;
}

input#lifeReinstatement[type=checkbox]:checked+label {
    background-image: none;
    background-color: #6d3583;
    border: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
}

input#lifeReinstatement[type=checkbox]+label {
    background-color: #fff;
    border-radius: 30px;
    height: 35px;
    min-width: 35px !important;
    margin: 25px;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 40px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    border: 3px solid #ccc;
    margin-top: 0px;
    display: inline-block;
}

#lifeReinstatement {
    position: absolute;
    margin-left: 22px;
}

.orb {
    font-style: italic;
    margin-top: -13px;
    margin-left: 15px;
}

#ageNext {
    width: 60px;
    margin-left: 25px;
}

input.years {
    margin-top: 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    width: 80px;
}

label[for="sexlife1Radio\:0"] {
    background: url(../icons/icon-gender-male-grey-50x50.png) 3px no-repeat;
    height: 58px !important;
    width: 60px !important;
}

input[id="sexlife1Radio\:0"]:checked+label {
    background: url(../icons/icon-gender-male-white-50x50.png) 3px no-repeat;
    background-color: #6d3583;
    height: 58px !important;
    width: 60px !important;
}

label[for="sexlife2Radio\:0"] {
    background: url(../icons/icon-gender-male-grey-50x50.png) 3px no-repeat;
    height: 58px !important;
    width: 60px !important;
}

input[id="sexlife2Radio\:0"]:checked+label {
    background: url(../icons/icon-gender-male-white-50x50.png) 3px no-repeat;
    background-color: #6d3583;
    height: 58px !important;
    width: 60px !important;
}

input[type="radio"]:focus+label {
    border: 2px solid #6d3583;
}



input[type=text]:focus.money, input[type=tel]:focus.money {
    border: 2px solid #6d3583;
}

input[type=text]:focus.salary, input[type=tel]:focus.salary {
    border: 2px solid #6d3583;
}

label[for="sexlife1Radio\:1"] {
    background: url(../icons/icon-gender-female-grey-50x50.png) 3px
        no-repeat;
    height: 58px !important;
    width: 60px !important;
}

input[id="sexlife1Radio\:1"]:checked+label {
    background: url(../icons/icon-gender-female-white-50x50.png) 3px
        no-repeat;
    background-color: #6d3583;
    height: 58px !important;
    width: 60px !important;
}

label[for="sexlife2Radio\:1"] {
    background: url(../icons/icon-gender-female-grey-50x50.png) 3px
        no-repeat;
    height: 58px !important;
    width: 60px !important;
}

input[id="sexlife2Radio\:1"]:checked+label {
    background: url(../icons/icon-gender-female-white-50x50.png) 3px
        no-repeat;
    background-color: #6d3583;
    height: 58px !important;
    width: 60px !important;
}

label[for="smokerlife1Radio\:0"] {
    background: url(../icons/icon-smoker-no-grey-50x50.png) 3px no-repeat;
    height: 58px !important;
    width: 60px !important;
}

input[id="smokerlife1Radio\:0"]:checked+label {
    background: url(../icons/icon-smoker-no-white-50x50.png) 3px no-repeat;
    background-color: #6d3583;
    height: 58px !important;
    width: 60px !important;
}

label[for="smokerlife1Radio\:1"] {
    background: url(../icons/icon-smoker-yes-grey-50x50.png) 3px no-repeat;
    height: 58px !important;
    width: 60px !important;
}

input[id="smokerlife1Radio\:1"]:checked+label {
    background: url(../icons/icon-smoker-yes-white-50x50.png) 3px no-repeat;
    background-color: #6d3583;
    height: 58px !important;
    width: 60px !important;
}

label[for="smokerlife2Radio\:0"] {
    background: url(../icons/icon-smoker-no-grey-50x50.png) 3px no-repeat;
    height: 58px !important;
    width: 60px !important;
}

input[id="smokerlife2Radio\:0"]:checked+label {
    background: url(../icons/icon-smoker-no-white-50x50.png) 3px no-repeat;
    background-color: #6d3583;
    height: 58px !important;
    width: 60px !important;
}

label[for="smokerlife2Radio\:1"] {
    background: url(../icons/icon-smoker-yes-grey-50x50.png) 3px no-repeat;
    height: 58px !important;
    width: 60px !important;
}

input[id="smokerlife2Radio\:1"]:checked+label {
    background: url(../icons/icon-smoker-yes-white-50x50.png) 3px no-repeat;
    background-color: #6d3583;
    height: 58px !important;
    width: 60px !important;
}

.sum-top-link {
    text-decoration: underline;
    margin-left: 20px;
    margin-top: 13px;
}

.sum-top-link-withoutLeftMargin a {
    text-decoration: underline;
    margin-top: 13px;
    margin-left: 1px;
    font-weight: normal;
    float: left !important;
}



div#sub-header-row {
    margin-bottom: 10px;
}

.cover a {
    padding: 20px;
    text-decoration: none;
}

.cover.pull-right {
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 4px 0px;
    border-radius: 25px;
    border: 3px solid #6d3583;
    background: #fff;
    color: #fff;
    margin-top: 3px;
    margin-right: 22px;
}

.cover.pull-right:hover {
    background: #6d3583;
}

.contentBoxHeader a {
    color: #fff;
}

.glyphicon {
    margin-right: 3px;
}

.mob {
    display: none !important;
}

th>a:after {
    background: url(../icons/table-row-header-sorter-sprite-20x20.png) 0px
        -21px no-repeat;
}

.search-date {
    min-width: 311px;
    max-width: 311px;
}

.mob-logo {
    margin-left: 13px;
    height: 40px;
    width: 30px;
    background: url(../icons/logo-sq.png) no-repeat;
    margin-top: 11px;
}

.col-sm-1.login.dashSearchInput.pull-right {
    margin-right: 0px;
}

.mob {
    display: none;
}

.concertina .panel-heading span.icon.search {
    float: left;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    margin-top: -3px;
    margin-left: 2px;
    background: url(../icons/search-button.png) 0 no-repeat;
}

#openActivities .panel-heading.menu {
    display: none;
}

button#openQuoteBtn {
    margin-top: 10px;
}

input#searchActivityButton {
    margin-left: -72px;
}

#openSearch {
    border-radius: 0px;
    border: 1px solid #DBDBDB;
    height: 35px;
    padding-top: 7px;
}

.inline {
    display: inline-block;
}

.inline-b {
    display: inline;
}

html, body {
    padding: 0;
    margin: 0;
}

body {
    -webkit-text-size-adjust: none;
}

body * {
    text-shadow: none;
}

pre {
    font-size: 12px;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#page nav {
    display: none;
}

#header, .header, #footer {
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 50px;
    padding: 0 50px;
}

#header a, .header a {
    background: center center no-repeat transparent;
    background-image: url(../icons/arrow-circle-purple.png);
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 10px;
}

#header a.friends, .header a.friends {
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}

#header a.right, .header a.right {
    left: auto;
    right: 10px;
}

/* Styles for Fixed navigation */
.padd-content {
    margin-top: 90px;
}

.padd-menu {
    margin-top: 30px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.row.navbar-row>.row.no-mob {
    float: right;
    margin-top: -63px;
}

#header, .header, #footer {
    height: 0px;
}

.mm-menu {
    background: #552369 !important;
}

#mm-blocker {
    box-shadow: 0px 0px 11px 2px black;
}

.recent-content {
    background-color: #fff;
    padding: 5px 20px;
}

.bottom-space {
    margin-bottom: 15px;
}

.top-space {
    margin-top: 15px;
}

#generalsearch {
    width: 236px;

    margin-left: 10px;
    margin-top: 12px;
}

.no-space-top {
    margin-top: 0px;
}

.table-header-link {
    color: #fff;
    display: block;
    padding-bottom: 7px;
}

label.col-sm-3 {
    display: block;
}

span.pull-right {
    margin-right: 5px;
    width: inherit;
}

.total-amount {
    padding: 10px 0 10px 0px;
    border-bottom: 1px solid #ccc;
    width: 99%;
    text-align: right;
    margin-bottom: 20px;
}

.total-amount-withoutSolidBottonBorder {
    padding: 10px 0 10px 0px;
    border-bottom: 1px;
    width: 99%;
    text-align: right;
    margin-bottom: 20px;
}

.total-fee {
    padding: 10px 0 3px 0px;
    width: 99%;
    text-align: right;
}

.cover-bin {
    float: right;
    margin-bottom: 10px;
}

.cover-panel {
    background-color: #ECECEC;
}

.totalNumOfQuotes {
    margin-left: 0px;
    margin-top: 1px;
    font-weight: bold;
}

.totalNumOfQuotesLabel {
    margin-left: 3px;
    margin-top: 3px;
}

.uwme .control-group label {
    margin-left: 5px;
    margin-top: 6px;
    margin-right: 15px;
}

.uwme .triangle-border {
    margin-top: -3px;
}

.uwme .immediateSubmit {
    margin-top: 0;
    max-width: 300px;
}

.uwme input[type=radio]+label {
    float: left;
    margin-right: 26px;
    padding: 0px 0px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 11px;
}

.uwme .selectLabel {
    margin-bottom: 22px;
    margin-top: 0;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    display: -ms-grid;
}

#moneyLaunderingChecksCompleteValue .selectLabel {
    margin-left: 12px;
}

#moneyLaunderingChecksComplete .selectLabel {   
    display: block;
    margin-left: 12px;
}

.uwme ul li {
    list-style-position: inside;
    list-style-image: none;
    padding: 0px;
    margin: 28px 0 10px 53px;
    list-style-type: none;
}

.uwme ul li:last-child {
    margin-bottom: 20px;
}

.uwme ul li:first-child {
    margin-top: 10px;
}

.uwme fieldset li>input[type=checkbox] {
    position: absolute;
    margin: 0px 0px 0px -44px;
    display: block;
    padding: 0;
    width: 25px;
    height: 25px;
}

.uwme .quoteButtonNav {
    margin-top: 15px;
    float: right !important;
}

.uwme .triangle-border ul li {
    margin: 8px 0 8px 8px;
    list-style-image: url(../icons/bullet_ul_level1.png);
}

.uwme input[type=checkbox]+label {
    background-image: none;
    min-width: 35px;
    background-color: #fff;
    border-radius: 30px;
    height: 35px;
    width: 35px;
    margin: 0px;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 40px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #ccc;
    margin-top: 0px;
    display: inline-block;
}

.uwme input[type=checkbox]:checked+label {
    background-color: #6d3583;
}

.uwme input[type=checkbox]+label {
    float: left;
    margin-right: 26px;
    padding: 0px 0px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 11px;
}

.uwme table>tbody>tr:nth-child(even)>td {
    background-color: #fff;
}

.uwme .right-perannum {
    padding-top: 6px;
    padding-bottom: 8px;
    margin-left: -30px;
    padding-right: 21px;
}

.apply {
    margin-top: 0px;
    margin-right: 0px;
}

.apply-align {
    margin-top: -5px;
}

.help-note {
    margin-top: 10px;
    float: right;
    margin-right: -25px;
}

.dataTableOdd, .dataTableEven {
    min-height: 85px;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#activitycheckbox input[type=radio], #activitycheckbox input[type=checkbox]
    {
    margin-left: 0px !important;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 20px;
    height: 145px;
    border: 2px solid rgb(211, 211, 211);
    margin-top: 16px;
    background: #f4f4f4;
    width: 255px !important;
    color: #6d3583;
    list-style: none;
    list-style-type: none;
    margin: 8px 0 8px 8px;
    list-style-image: url(../icons/bullet_ul_level1.png);
    cursor: default;
    overflow: auto;
}

.ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus,
    .ui-menu .ui-menu-item a.ui-corner-all:active {
    background: #fff;
    color: #FF503C;
    border-radius: 0;
}

.col-sm-1.pull-right.bin {
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    width: 30px;
    height: 30px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
    .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
    {
    border: none;
    color: #FF503C;
    background: #fff;
    border-radius: 0;
    font-weight: normal;
}

ul#ui-id-1 {
    padding: 0 0 0 17px;
}

.cover-container {
    padding-top: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.cover-container-title {
    background-color: #ddd;
    color: #000;
    text-align: center;
    min-height: 31px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 4px 0px 4px 0px !important;
}

.cover-container-content {
    text-align: center;
    border-bottom-left-radius: 9px;
    background-color: #fff;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 4px;
    border-bottom-right-radius: 9px;
}


.cover-container-sub-content {
    font-size: 80%
}


select#occupationMatch_life1 {
    height: 126px;
}

.col-sm-11.side-menu-text {
    width: 70%;
}

.or-cont {
    width: 100%;
    display: inline-block;
    padding-top: 2px;
}

.col-md-3.col-xs-6 {
    min-height: 0px;
}

.control-group.dynamic-height {
    max-height: 0;
    transition: max-height 0.8s ease-out;
    overflow: hidden;
    margin-bottom: 7px;
    margin-top: 0px;
}

.control-group.dynamic-height.open {
    max-height: 500px;
    transition: max-height 0.8s ease-in;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
    {
    color: #fff;
    text-decoration: none;
    background-color: #421853;
    outline: 0;
}

.unipassHeader {
    font-family: Georgia, serif;
    font-size: 24px;
    color: #552369;
    margin-bottom: 15px;
    margin-top: 5px;
}

font.error {
    color: #ff503c;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
}

.unipassMapLabel {
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana;
    line-height: 22px;
    color: #333;
    margin: 5px;
}

.unipassMapHeader {
    font-family: Georgia, serif;
    font-size: 24px;
    color: #552369;
    margin-bottom: 15px;
    margin-top: 5px;
}

#generalsearch::-ms-clear {
    display: none;
}

.modal-open {
    overflow: auto;
}

.choose-option-block {
    margin-top: 10px;
}

#options input[type=radio]+label {
    float: right;
    margin-top: 15px;
}

#options input[type=radio]:checked+label {
    width: 33px;
    height: 33px;
    background: url(../icons/icons-sidemenu-20x20-status-sprite.png) 5px
        -36px no-repeat;
    border-radius: 20px;
    background-color: #FFFFFF;
}

#options input[type="radio"]:focus+label {
    border: 2px solid #ccc;
}

.option-table {
    margin-top: 70px;
}

.option-row {
    width: 93%;
    display: table;
    border-radius: 15px;
    background-color: #F0F0F0;
    min-height: 70px;
    padding: 0px;
    padding-left: 15px;
    margin: 20px;
    padding-bottom: 35px;
    border: 2px solid #ccc;
}

.option-row.selected {
    border: 2px solid #75A94C;
    background-color: #FFF;
}

.option-row .selectLabel {
    font-size: 18px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: bold;
    margin-left: 40px;
}

.option-ico-b {
    background-image: url(../icons/options-envelope.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: -42px;
}

.option-ico-a {
    background-image: url(../icons/options-monitor.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: -42px;
}

.option-ico-c {
    background-image: url(../icons/options-phone.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: -42px;
}

.clock-text {
    margin-top: 6px;
}

.dropdown-menu {
    z-index: 1;
    display: none;
}

.next-to-action-text {
    margin-top: 15px;
    float: left;
}

.warning-bottom-text {
    font-weight: bold;
    margin-bottom: -5px;
}

.rlConfDialogMainText div {
    margin-left: 10px;
}

.rlConfDialogMainText {
    padding: 10px;
    font-weight: normal !important;
    font-size: 0.8em !important;
    line-height: 1.4em !important;
}

.direct-debit-icon {
    background-image: url(../images/ddlogo.gif);
    background-repeat: no-repeat;
    width: 95px;
    margin-right: 10px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: -42px;
}

label.link.under-form-control {
    margin-top: -8px;
    margin-left: -17px;
}


select[multiple], select[size] {
    height: 34px;
}

.uwme label.col-sm-3 ul li {
    margin: 8px 0 10px 18px;
    list-style-image: url(../icons/bullet_ul_level1.png);
    list-style-type: initial;
}

input[type=text], input[type=tel] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.triangle-border.top {
    margin-bottom: 20px;
}

.grey-paragraph {
    width: 93%;
    display: table;
    border-radius: 15px;
    background-color: #F0F0F0;
    min-height: 50px;
    padding: 10px;
    padding-left: 15px;
    padding-top: 12px;
    margin: 10px;   
    border: 1px;
}

h4.optionHelp{
    color: #000;    
}

input[type=checkbox] {
    border-radius: 0px;
    width: 17px;
    height: 17px;
}


.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
    width: 18px;
    height: 18px;
    margin-top: -1px;
}

input.login-input {
    height: 36px;
    padding: 6px 12px;
}

th a {
    text-align: left;
    padding-left: 9px;
}


.preloader {
    background: #000;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.preloading-icon {
    color: #FD7659;
    display: block;
    height: 48px;
    left: 50%;
    margin: -24px 0 0 -24px;
    padding: 0;
    position: fixed;
    top: 50%;
    width: 48px;
    z-index: 2;
}



.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-5x {
    font-size: 5em;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.fa-circle-o-notch:before {
  content: "\f1ce";
}

.paragraphBlackText {   
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    padding-top: 0px;
}

span#houseperson_life1 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

span#houseperson_life2 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

input.saveButton[type=submit] {
    padding: 4.5px 35px !important;
    text-decoration: none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    cursor: pointer;
    min-width: .1em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

.no-wrap {
    white-space: nowrap;
}

label.col-md-10.pull-right {
    padding-left: 4px;
}

.coverTotalContent:last-of-type {
    padding-bottom: 10px;
}

.dataTableOddConfirm, .dataTableEvenConfirm {
    min-height: 25px;
}

.rotateReset {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.codes-block{
   margin-top: -4px;
  }

.no-style li {
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px;
  margin-top: 0px;
}

.confirmation-cont {
    width: 100%;
  margin-bottom: 25px;
  float: left;
}

.right-text {
    text-align: right;
  width: 100%;
  padding: 4px 0px;
}

.little-right-table {
    max-width: 138px;
}

.little-right-table-second-col {
    margin-left: 16px;
    font-weight: bold;
}

.link-padding {
     padding: 15px 0px;
}

.vertical-spacer {
    margin: 10px 0px;
}

.modal-dialog.tiny {
  width: 334px;
}

span.AT_PREMIUM {
    float: right;
    margin-right: 15px;
}

a#resultsFormId\:resultsTable\:PlanCost {
    text-align: right;
}
.error-message-link {
  text-decoration: underline;
  font-weight: normal;
}

.error-message-link:hover {
  font-weight: normal;
}


.col-sm-1.left-padding-only.inline {
    margin-right: 15px;
}

.col-sm-1.no-padding.inline {
    margin: 0px 14px 0px 0px;
}


.col-sm-1.no-padding.dashSearchInput {
    margin-right: 8px;
    margin-left: 8px;
}



.message-success {
    padding: 0;
    background-repeat: no-repeat;
    line-height: 1.428571428571429;
    font-weight: normal;
    text-align: left;
    color: #ff503c;
    margin-left: 0px !important;
}

.message-success>li:before {
    margin-bottom: 12px;
    margin-top: 12px;
    content: url(../icons/icon-success-30x30.png) !important;
    position: relative;
    left: 0px;
    top: 10px;
    margin-right: 15px;
    margin-left: 0px;
}

.message-success>li {
    padding: 0px 5px 10px 10px !important;
    color: #222 !important;
    background-color: #E3EEDB !important;
    font-weight: normal !important;
    text-align: left !important;
    list-style-image: none !important;
    margin: 0px 0px 4px 0px !important;
    line-height: 27px;
}

.planId {
    padding-left: 5px;
    padding-bottom: 10px;
}

.in {
    opacity:1;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.collapsing {
        opacity:0.8;
}

#mobProducts {
    margin-top: -5px;
}

table.ui-datepicker-calendar {
    background-color: #fff;
}

div.ui-datepicker-title {
    background-color: #fff;
}


.no-pointer-events .custom-select:after {
    content: none;
}

label.custom-select {
    font: inherit;
    position: relative;
    display: inline-block;
}

.custom-select select {
    
}

/* Select arrow styling */
.custom-select:after {
    height: 0px;
    width: 1px;
    content: "\25BC";
    position: absolute;
    top: 4px;
    left: 180px;
    bottom: 0;
    font-size: 68%;
    line-height: 21px;
    padding: 0px 12px 20px 0px;
    background: #fff;
    color: rgb(66, 24, 83);
    border-radius: 36px;
    z-index: 1;
}




.custom-select.disabled:after {
    background: rgb(238, 238, 238);
}

.no-pointer-events .custom-select:after {
    content: none;
}

_::-webkit-:not(:root:root), select {
  -webkit-appearance: none;

}

.ep-total-fee {
    padding: 10px 0 3px 0px;
    width: 99%;
    text-align: right;
}

.epDataTableOdd, .epDataTableEven {
    min-height: 85px;
}

h1#EstimatedPrice{
        margin: 0px 4px 10px 0px;
        font-size: 30px;
}

table#estimatedPriceCoverSummaries\:coverSummaries.table>tbody>tr>td {
    text-align: left;
    padding-left: 9px;
    padding-top: 2px;
    font-size: 14px;
    padding-bottom: 2px;
    border-right: solid #eee 1px;
    line-height: 2;
}

div#EstimatedPricePanelHeading.panel-heading{
    padding: 10px 15px 0px 15px;
}

span#EstimatedPriceSpan{
        font-size: 14px;
}

div#EstimatedPricePanelBody.panel-body{
    padding: 5px 15px 10px 15px;
}

table#estimatedPriceCoverSummaries\:coverSummaries.table>thead>tr>th.epCol1,
table#estimatedPriceCoverSummaries\:coverSummaries.table>thead>tr>th.epCol2,
table#estimatedPriceCoverSummaries\:coverSummaries.table>thead>tr>th.epCol3 {
    text-align: left;
    padding-left: 9px;
    padding-top: 2px;
    font-size: 14px;
    padding-bottom: 2px;
    border-right: solid #eee 1px;
    vertical-align: inherit;
}
table#estimatedPriceCoverSummaries\:coverSummaries.table>thead>tr>th.epCol4,
table#estimatedPriceCoverSummaries\:coverSummaries.table>thead>tr>th.epCol5,
table#estimatedPriceCoverSummaries\:coverSummaries.table>thead>tr>th.epCol6 {
    text-align: right;
    padding-right: 9px;
    padding-top: 2px;
    font-size: 14px;
    padding-bottom: 2px;
    border-right: solid #eee 1px;
    vertical-align: inherit;
}

table#estimatedPriceCoverSummaries\:coverSummaries.table>tbody>tr:hover {
    background-color: rgb(221, 221, 221);
    padding-top: 0px;
    padding-bottom: 0px;
}

table#estimatedPriceCoverSummaries\:coverSummaries.table>tbody>tr>td:first-child {
    border-left: solid #eee 1px;
    border-right: solid #eee 1px;
}

table#estimatedPriceCoverSummaries\:coverSummaries.table>tbody>tr>td:last-child {
    border-left: solid #eee 0px;
    border-right: solid #eee 2px;
}

table#estimatedPriceCoverSummaries\:coverSummaries>tbody>tr:last-child {
    border-bottom: solid #eee 2px;
}

table#estimatedPriceCoverSummaries\:coverSummaries.table>tbody>tr {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: solid #eee 1px;
    border-bottom: solid #eee 1px;
    border-left: solid #eee 1px;
    border-right: solid #eee 1px;
}

div#estimatedQuoteModal input[type="submit"] {
   margin-right: 0px;
}

#estimatedQuoteModal .modal-dialog {
    margin-top: 360px;
}


.epCol7 {
    display: none;
}
.epCol8 {
    display: none;
}

div.ep-icon-Green {
    float: left;
    background-image: url(../icons/icon-tick-green-20x20.png);
    background-repeat: no-repeat;
    width: 20px;
    margin-right: 10px;
    height: 20px;
    margin-top: 4px;
}

div.ep-icon-Amber {
    float: left;
    background-image: url(../icons/icon-warning-amber-20x20.png);
    background-repeat: no-repeat;
    width: 20px;
    margin-right: 10px;
    height: 20px;
    margin-top: 4px;
}

div.ep-icon-Red {
    float: left;
    background-image: url(../icons/icon-x-redorange-20x20.png);
    background-repeat: no-repeat;
    width: 20px;
    margin-right: 10px;
    height: 20px;
    margin-top: 4px;
}

span.ep-icon {
    float: left;
    background-image: url(../icons/icon-money-quote-30x30-6d3583.png);
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    margin-top: 0px;
}

div.ep-link{
     white-space: nowrap;
     margin-top: 5px
}

li#completeTrustOnline {
    background: no-repeat left center;
    background-image: url(../icons/next-orange-30x30.png);
    background-size: 30px 30px;
    padding-left: 35px;
    height: 30px;
}

li#downloadTrustForm {
    background: no-repeat left center;
    background-image: url(../icons/document-30x30.png);
    background-size: 30px 30px;
    padding-left: 35px;
    height: 30px;
}

#trustFormLinks a {
    vertical-align: middle;
}

#trustFormLinks p {
    margin: 10px 0 10px 4px;
}

div#trust-info {
    background: no-repeat 7px center;
    background-image: url(../icons/icon-info-30x30-bfa3cd.png);
    padding: 10px 45px;
    background-color: #EBE3F0;
    margin: 10px 4px;
}

.estimated-pricing-link {
    margin-left: 20px;
    margin-top: 13px;
}

#estimatedPriceCoverSummaries ul li{
    margin-left: 0;
    padding: 0;
    border: 2px solid #FFFFFF;
}

.policy_number-input {
  margin-top: 8px;
}

.policy-number-label {
    margin-top: 6px;
    margin-bottom: 6px;
}

.add-policy-number {
  margin-top: 12px !important;
}

.policy-confirm-text {
  margin-top: 6px;
}

input.polNumClear[type=submit]:hover {
    background-color: #FFF;
}

.policy-number-clear {
    border-radius: 30px !important;
    display: block !important;
    visibility: visible !important;
    width: 24px !important;
    padding: 0px 0 0 0 !important;
    margin-top: 6px !important;
    border: 1px solid #6d3583 !important;
    color: #6d3583 !important;
    text-align: center !important;
    cursor: pointer !important;
    margin-left: 10px !important;
    background: rgba(0, 0, 0, 0) !important;
    z-index: 1;
}

.clear-policy-number { 
    cursor: pointer;
    position: relative;
    overflow: overlay;
    top: 8px;
    z-index: 0;
    left: -20px;
}

.dashboard-policy-number-modal {
    padding: 20px;
    height: 215px;
}

.modal-dialog.dashboard-policy-number {
  width: 600px;
}

.policyModalMessage {
  margin-top: 5px;
}

table#sacrificeMenu { 
    width: 100%; 
}

table#sacrificeMenu>tbody>tr:nth-child(even) {
    background-color: #fff;
}

table#sacrificeMenu * td div {
    display: inline-block;
    margin-bottom: 20px;
}

input[type=text]#percentageInitialSacrifice, input[type=text]#percentageRenewalSacrifice {
    margin-top: 0.9px;
    width: 50px;
    line-height: inherit;
    font-size: 14px;
    color: #000;
    padding: 0px 4px 0px 4px;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 2px solid #CCCCCC;
    margin-bottom: 3px;
    height: 34.2px;
    text-align: left;
}

input[type=text]:focus#percentageInitialSacrifice, input[type=text]:focus#percentageRenewalSacrifice {
    border: 2px solid #6d3583;
}

.right-percentage {
    border-left: 0px solid white;
    z-index: -1;
    padding-top: 7px;
    display: inline;
    padding-bottom: 7px;
    padding-left: 10px;
    border-top: 2px solid #ccc;
    margin-left: -9px;
    padding-right: 5px;
    background-color: #DBDBDB;
    width: 100px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
}

#coverTypes label {
    margin-top: 2px;
}

.pstTextError {
    margin-bottom: 5px;
}

.uwmeTextBox {
    margin-top: 6px !important;
}

.decisionDetail h4 {
    color: #000;
    margin-left: 20px;
}

.decisionDetail p {
    margin: 0 10px 10px 20px;
}

table#coverTypes {
    margin-left: 25px;
}

#coverDeferredPeriod {
    margin-left: 25px;
}

#defnOfDisability div.selectLabel {
    text-align: center;
}

@media print {
    .noPrint { 
        display: none;
    }
    .printOnly { 
        display: block;
    }
}

p.unsupported {
    margin-left: 5px;
}