﻿/* globals */
* {
  margin: 0; }

.content-width {width: 970px}

/*********Kovack collateral top menu CSS***********/

#collateralSubMenu {
    margin: 25px;
}

    #collateralSubMenu li {
        padding: 0 12px;
        display: inline;
        border-right: 2px solid #ccc;
        font-weight: bold;
        font-size: 16px;
    }

        #collateralSubMenu li a {
            color: #777;
            font-weight: bold
        }

        #collateralSubMenu li:first-child {
            padding-left: 0;
        }

        #collateralSubMenu li:last-child {
            border-right: 0;
            padding-right: 0;
        }

#compareContent, #overviewContent {
    margin-left: 25px;
}

.wc-logo {
  width: 156px;
  height: 62px;
  float: right;
  margin: 15px 30px 0 0;
  background: url("/login/images/wc-logo-gray.png") no-repeat left top; }

.logo-spacer {
  float: right;
  min-width: 200px;
  height: 50%; }
  @media screen and (max-width: 1024px) {
    .logo-spacer {
      min-width: 100px; } }

.k-header-container {
  width: 100%;
  height: 100px;
  background: #414141;
  margin: auto; }
  .k-header-container .k-logo {
    background: url("/login/images/wc-logo.png") no-repeat left top;
    width: 156px;
    height: 62px;
    float: left;
    margin: 10px 0 0 10px; }

body {
  margin: 0 12px 12px 12px;
  background: white;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px; }

input, select, td {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 12px;
  color: #333;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
}

.fixed-header {
  /*position: fixed;*/
  width: 100%;
  z-index: 3000;
}

img {
  border: 0px; }

br {
  line-height: 12px; }

body.bgcontent {
  background-color: gainsboro;
  margin: 0; }

/* header */
.header {
  background-color: #414141; }

.header-line {
  /*position: absolute;
  top: 100px;*/
  z-index: 1001;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa8140), to(white));
  background-image: -webkit-linear-gradient(left, #fa8140, white);
  background-image: -moz-linear-gradient(left, #fa8140, white);
  background-image: -ms-linear-gradient(left, #fa8140, white);
  background-image: -o-linear-gradient(left, #fa8140, white);
  width: 100%;
  height: 1px; }

/* welcome bar */
.new-nav {
  width: 100%;
  background: black;
  height: 45px; }
  .new-nav .login-name {
    vertical-align: middle;
    padding: 0 0 0 10px;
    display: inline-block;
    min-width: 20%;
    font-size: 12px; }
    @media screen and (max-width: 1024px) {
  .new-nav .login-name {
    font-size: 10px; } }
.new-nav .utility-nav .login-btn-sm {
  height: 22px;
  margin-top: -1px;
  float: right;
  text-align: center;
  border-radius: 3px;
  background: #f5832c;
  transition: all 0.3s ease 0s;
}
.new-nav .utility-nav .login-btn-sm:hover {
  background: #d7611b;
  cursor: pointer;
}
.new-nav .utility-nav .login-btn-sm h2 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #ffffff;
}
.new-nav .utility-nav .login-btn-sm h2 a {
  color: #ffffff;
}
.new-nav .utility-nav .login-btn-sm h2 a:hover {
  cursor: pointer;
}
  .new-nav .welcome-bar {
    width: 35%;
    background: none;
    margin-right: 30px;
    padding: 13px 0 0 0;
    float: left; }
  .new-nav .utility-nav {
    text-align: right;
    padding: 12px 20px 0 10px;
    float: right;
    background: none; }
  .new-nav .utility-nav a {
	font-size: 11px;
    margin-top: 15px;
    padding: 15px 10px 0 10px;
    color: #fa8140;
    text-decoration: none; }
    .new-nav .utility-nav a:hover {
    color: #eeeeee;
    cursor: pointer; }
  .new-nav .new-nav-categories {
    margin-right: 0;
    float: right; }
  .new-nav .new-nav-categories .active {
    background: #eeeeee; }
  .new-nav .new-nav-categories ul.cat {
    height: 45px;
    display: inline-block;
    -webkit-margin-before: 0;
	margin-top: 0;
	margin-right: 55px; }
  .new-nav .new-nav-categories ul.cat li {
    display: inline-block;
    list-style: none;
    padding: 12px 28px 0 25px;
    height: 74%; }
    @media screen and (max-width: 1024px) {
  .new-nav .new-nav-categories ul.cat li {
    padding: 12px 18px 0 18px; } }
  .new-nav .new-nav-categories ul.cat li:hover {
    background: #eeeeee; }
  .new-nav .new-nav-categories ul.cat li a {
    color: #fa8140;
    font-size: 14px;
    padding-top: 10px;
    font-weight: normal;
    text-decoration: none; }
    @media screen and (max-width: 1024px) {
  .new-nav .new-nav-categories ul.cat li a {
    font-size: 12px; } 

          }

/** {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/

/* welcome bar */
.welcome-bar {
  width: 100%;
  font-weight: bold;
  color: #fff; }

.page-title {
  color: white;
  font-weight: bold;
  margin-left: 15px; }

/* footer overrides */
div#WCMFooter {
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  margin-bottom: 20px; }

div#WCMFooter a {
  color: #fa8140;
  text-decoration: none; }

div#WCMFooter a:hover {
  color: #414141; }

#ctl00_ctl03_panTabs ul li a {
  display: block;
  padding: 6px 12px; }

#ctl00_ctl03_panTabs ul li {
  border: 1px solid #999999;
  width: auto;
  display: block;
  float: left;
  font-weight: bold; }

.ulTab {
  padding-left: 4px; }

.ulTab li {
  border: none; }

#ctl00_ctl03_panTabs ul li {
  border: none; }

#ctl00_ctl03_panTabs ul li a {
  padding: 6px 12px; }

/* navigation classes */
A.blueblack {
  background-color: #fa8140;
  color: ghostwhite;
  border: none;
  text-decoration: none;
  font-size: 10px; }

A.blueblack:hover {
  background-color: #e85607;
  color: ghostwhite;
  border: none;
  font-size: 10px; }

A.blueblack_active {
  background-color: #e85607;
  color: ghostwhite;
  border: none;
  text-decoration: none;
  font-size: 10px; }

/* colored bar dividing the header from the client bar */
.orange-border {
  width: 100%;
  height: 2px;
  background: #fa8140; }

/* navigation bar classes */
.navstyle {
  padding: 10px;
  margin: 0;
  border-top: none;
  border-bottom: none; }

.navborder {
  background: #eeeeee;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 6px 6px -6px black;
  -moz-box-shadow: 0 6px 6px -6px black;
  box-shadow: 0 6px 6px -6px black; }

/* generic padding spacers */
.pad-left-5 {  padding-left: 5px; }
.pad-left-10 {  padding-left: 10px; }
.pad-left-15 {  padding-left: 15px; }
/*.pad-left-20 {  padding-left: 20px; }*/
.pad-left-25 {  padding-left: 25px; }
.pad-right-5 {  padding-right: 5px; }
.pad-right-10 {  padding-right: 10px; }
.pad-right-15 {  padding-right: 15px; }
.pad-right-20 {  padding-right: 20px; }
.pad-right-25 {  padding-right: 25px; }
.pad-top-5 {  padding-top: 5px; }
.pad-top-10 {  padding-top: 10px; }
.pad-top-15 {  padding-top: 15px; }
.pad-top-20 {  padding-top: 20px; }
.pad-top-25 {  padding-top: 25px; }
.pad-bottom-5 {  padding-bottom: 5px; }
.pad-bottom-10 {  padding-bottom: 10px; }
.pad-bottom-15 {  padding-bottom: 15px; }
.pad-bottom-20 {  padding-bottom: 20px; }
.pad-bottom-25 {  padding-bottom: 25px; }
/* generic margin spacers */
.margin-left-5 {  margin-left: 5px; }
.margin-left-10 {  margin-left: 10px; }
.margin-left-15 {  margin-left: 15px; }
.margin-left-20 {  margin-left: 20px; }
.margin-left-25 {  margin-left: 25px; }
.margin-right-5 {  marging-right: 5px; }
.margin-right-10 {  margin-right: 10px; }
.margin-right-15 {  margin-right: 15px; }
.margin-right-20 {  margin-right: 20px; }
.margin-right-25 {  margin-right: 25px; }
.margin-top-5 {  margin-top: 5px; }
.margin-top-10 {  margin-top: 10px; }
.margin-top-15 {  margin-top: 15px; }
.margin-top-20 {  margin-top: 20px; }
.margin-top-25 {  margin-top: 25px; }
.margin-bottom-5 {  margin-bottom: 5px; }
.margin-bottom-10 {  margin-bottom: 10px; }
.margin-bottom-15 {  margin-bottom: 15px; }
.margin-bottom-20 {  margin-bottom: 20px; }
.margin-bottom-25 {  margin-bottom: 25px; }

/* classes for the bars containing the column headers */
a.topnav {
  color: #fa8140;
  background: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
  height: 20px;
  padding: 0 8px;
  margin: 0; }

a.topnav:hover {
  cursor: pointer;
  background-color: #414141;
  color: white; }

a.topnav img {
  margin-right: 4px; }

.menuarrow {
  display: inline;
  float: none;
  vertical-align: middle; }

.action-btn {
  height: 50px;
  float: right;
  text-align: center;
  margin: 15px;
  border-radius: 5px;
  background: #f5832c;
  transition: all 0.3s ease 0s;
  cursor:pointer;
  /*display: inline-block;*/
}
.action-btn:hover {
  background: #d7611b;
}
.action-btn h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 15px;
  padding: 0 10px 0 10px;
  text-align: center;
  color: #ffffff;
}
.action-btn h2 a {
  color: #ffffff;
}

.cancel-btn {
  min-width: 100px;
  height: 50px;
  float: right;
  text-align: center;
  margin: 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #e9e9e9;
  transition: all 0.3s ease 0s;
  cursor:pointer;
}
.cancel-btn:hover {
  background: #cccccc;
}
.cancel-btn h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 15px;
  text-align: center;
  color: #666666;
}
.cancel-btn h2 a {
  color: #666666;
}

.library-box {
    top: 150px;
    position: absolute;
}

.contentbox {
    padding: 3px 10px 3px 15px;
    margin: 12px;
    width: 970px;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 3px 1px #666666;
    -moz-box-shadow: 0 0px 3px 1px #666666;
    box-shadow: 0 0px 3px 1px #666666;
    font-size: 12px;
}

.contentbox h1 {
    font-size: 20px;
    margin: 20px 0 10px 5px;
}

.contentbox a {
  color: #fa8140;
  text-decoration: none;
}

.contentbox a:hover {
    color: #414141;
    text-decoration: none;
}

.allocation-content{
    width:720px;
}

.alloc-chart{
    width: 328px;
}

.edit-alloc{
    width:334px; 
}

#drift {
width: 606px;
}

.programs-content{
    width:1000px;
}

/* filters classes */
.filters {
  float: right;
  margin: 10px 0 0 0; }

/* classes that apply to the wealthcare clients table structure */
#welcome {
  list-style-type: none;
  color: #666666;
  margin-left: 5px;
  padding: 5px 8px;
  border: 1px solid #cccccc;
  background: #eeeeee;
  color: #333333;
  font-weight: bold; }

#divTabs {
  float: left; }

#divTabs img {
  vertical-align: bottom; }

#divLinks {
  float: right;
  vertical-align: top;
  line-height: 170%;
  text-align: right;
  margin: 10px 10px 15px 10px;
  font-weight: normal; }

#divLinks ul li a {
  color: #414141; }

#divLinks ul li a:hover {
  color: #fa8140; }

#acctlinks li {
  display: inline;
  margin: 2px 0 2px 10px; }

#tblSearch td {
  padding: 0 2px; }

#EDUWrap {background: #fff; width: 755px; border: 3px solid rgb(39,39,39); position: absolute; top: 138px; left: 138px;}

#PORWrap {
  background: white;
  width: 520px;
  border: 2px solid #777777;
  position: absolute;
  top: 138px;
  left: 180px; }

#PORMsg {
  background: gainsboro;
  line-height: 24px;
  color: #414141;
  padding: 0 5px;
  border-bottom: 1px solid #777777;
  font-weight: bold; }

.shadow1 {
	margin: 40px;
	background-color: rgb(40,75,40); /* Needed for IEs */
    -moz-box-shadow: 3px 3px 4px #aaa;
    -webkit-box-shadow: 3px 3px 4px #aaa;
    box-shadow: 3px 3px 4px #aaa;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa');
	
}
.shadow1 .content {
	position: relative; /* This protects the inner element from being blurred */
	padding: 10px;
	background-color: #fff;
}

.total {
  text-align: right;
  font-weight: bold;
  line-height: 22px; }

.icotit {
  line-height: 20px;
  height: 20px;
  background-color: #eeeeee;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.heading {
  background-color: #eeeeee;
  color: #999999;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  font-weight: bold; }

/* revised buttons */
.act {
  background-color: #eeeeee;
  text-align: center;
  border-radius: 5px;
  background: #999999;
  font-size: 12px;
  padding: 3px 8px;
  margin: 2px 5px 2px 2px;
  color: white;  }

.act:hover {
  background-color: #fa8140;
  color: white; }

.act-btn {
  background-color: #eeeeee;
  text-align: center;
  border-radius: 5px;
  background: #999999;
  font-size: 12px;
  margin: 2px 5px 2px 2px;
   width:50px;
  padding:4px;
  display:inline-block;
  color: white; 
  text-decoration:none;
}

.act-btn:hover {
  background-color: #fa8140;
  color: white; 
  text-decoration:none;
}

.act a {
  color: white; }

.act a:hover {
  color: white; }

.act-btn a {
  color: white; }

.act-btn a:hover {
  color: white; 
  text-decoration:none;
}

.act-md {
  float: right;
  background-color: #eeeeee;
  text-align: center;
  border-radius: 5px;
  background: #999999;
  font-size: 12px;
  padding: 7px;
  margin: 5px 10px 5px 0;
  color: white; }
  .act-md:hover {
    background-color: #fa8140;
    color: white; }
  .act-md a {
    color: white; }
    .act-md a:hover {
      color: white; }

.act-sm {
  width: 60px;
  float: right;
  background-color: #eeeeee;
  text-align: center;
  border-radius: 5px;
  background: #999999;
  font-size: 12px;
  padding: 7px;
  margin: 5px 0 5px 0;
  color: white; }
  .act-sm:hover {
    background-color: #fa8140;
    color: white; }
  .act-sm a {
    color: white; }
    .act-sm a:hover {
      color: white; }

.nodec {
  text-decoration: none;
  color: #666666;
  display: block; 
}

/* form button */
.form-button {
  text-align: center;
  border-radius: 5px;
  background: #999999;
  font-size: 12px;
  padding: 5px;
  color: white;
  border: 0 !important;
  margin: 0 5px 0 5px; }

.img-align-middle {
  vertical-align: middle; }

.bb {
  border-bottom: 1px solid #cccccc; }

.bbc {
  text-align: center;
  border-bottom: 1px solid #cccccc; }

.prfont {
  padding: 0 3px;
  font-weight: bold;
  color: white;
  background: #414141;
  height: 20px; }

.prfont2 {
  padding: 3px;
  font-weight: bold;
  font-size: 12px;
  color: white;
  background: #414141; }

.prfont2 a {
  color: white;
  text-decoration: none; }

.prfont2 a:hover {
  color: #fa8140;
  text-decoration: none; }

.planheader {
  padding: 0 3px; 
  font-weight: bold; 
  height: 20px; }

.planheader2 {
  padding: 0 3px; 
  font-weight: bold; 
 }

.planheader2 a:link {
  color: #000000;} 

.status-message {
  padding: 10px 30px 20px 20px;
  font-size: 12px; }

.section {
  font-weight: normal;
  font-size: 16px;
  margin: 7px 0 5px 0;
  color: #414141;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #fa8140; }

.section a {
  font-size: 14px; }

.section a:hover {
  color: #414141;
  text-decoration: none; }

ul#news {
  list-style: circle outside;
  color: #999;
  padding-left: 14px;
  line-height: 14px; }

#note {
  width: 30px;
  display: block;
  text-decoration: none; }

.snorm {
  /*background: url("/login/images/i_blueppl.gif") no-repeat center left;*/
  line-height: 18px;
  border-bottom: 1px solid #ccc; }

.snorm p {
  padding-left: 28px; }

.smark {
  /*background: url("/login/images/i_blueppl_mk.gif") no-repeat center left;
  line-height: 18px;*/
  border-bottom: 1px solid #ccc; }

.smark p {
  padding-left: 28px; 
  margin:0;
}

.wcmark {
  /*background: url("/login/images/i_tealppl_mk.gif") no-repeat center left;
  line-height: 18px;*/
  border-bottom: 1px solid #ccc; }

.wcmark p {
  padding-left: 28px;
   margin:0;
}

.wcnorm {
  /*background: url("/login/images/i_tealppl.gif") no-repeat center left;*/
  line-height: 18px;
  border-bottom: 1px solid #ccc; }

.wcnorm p {
  padding-left: 28px; 
  margin:0;
}

.wccolor{
    color:#005EA4;
}

.non-wccolor{
    color: #558cbe;
}

.czun {
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: red; }

.czsa {
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #0642CF; }

.czco {
  border-bottom: 1px solid #ccc;
  text-align: center; }

.msgnorm {
  background: url("/login/images/mail.normal.gif") no-repeat 0 center;
  cursor: pointer;
  text-decoration: none; }

.unmsg {
  color: #333;
  width: 18px;
  margin: 0 4px 0 19px; }

.messaging {
  text-align: right;
  border-bottom: 1px solid #eee; }

.messaging * {
  font-size: 7pt;
  text-align: left;
  display: inline-block; }

.note1 {
  background: url("/login/images/note_urgent.gif") no-repeat center;
  border-bottom: 1px solid #eee;
  width: 22px; }

.note2 {
  background: url("/login/images/note_unread.gif") no-repeat center;
  border-bottom: 1px solid #eee;
  width: 22px; }

.note3 {
  background: url("/login/images/note_read.gif") no-repeat center;
  border-bottom: 1px solid #eee;
  width: 22px; }

div#menu {
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fff;
  border: 1px solid #999;
  width: 160px; }

div#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

div#menu li {
  height: 20px;
  width: 160px;
  background-position: left;
  background-repeat: no-repeat;
  line-height: 20px; }

div#menu li a {
  height: 100%;
  width: 130px;
  display: block;
  padding-left: 30px;
  text-decoration: none; }

div#menu li a:link {
  color: #000; }

div#menu li a:hover {
  color: royalblue; }

div#menu li#moveup {
  background-image: url(/login/images/i_moveup.gif);
  background-position: 7px; }

div#menu li#movedn {
  background-image: url(/login/images/i_move.gif);
  background-position: 7px; }

div#menu li#email {
  background-image: url(/login/images/i_email.gif);
  background-position: 8px; }

div#menu li#delete {
  background-image: url(/login/images/i_delete.gif);
  background-position: 9px; }

div#menu li#shared {
  background-image: url(/login/images/clientSharing/i_shared.gif);
  background-position: 8px; }

div#menu li#notshared {
  background-image: url(/login/images/clientSharing/i_notshared.gif);
  background-position: 5px; }

div#menu li#contacts {
  background-image: url(/login/images/contacts/i_contacts_wt.gif);
  background-position: 8px; }

div#menu li#notes {
  background-image: url(/login/images/notes/i_note.gif);
  background-position: 8px; }

div#menu li#info {
  background-image: url(/login/images/i_info.gif);
  background-position: 8px; }

div#menu li#prefs {
  background-image: url(/login/images/i_prefs.gif);
  background-position: 7px; }

div#menu li#arch {
  background-image: url(/login/images/i_archived.gif);
  background-position: 9px; }

.suggest-holder {
  width: 180px; }

.suggest-holder input {
  width: 60px;
  border: 1px solid rgba(0, 120, 0, 0.6); }

.suggest-holder ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 120, 0, 0.6);
  margin-top: 2px;
  position: absolute;
  left: 780px;
  top: 185px;
  background-color: white; }

.suggest-holder li {
  padding: 5px;
  position: relative; }

.suggest-holder li:hover {
  cursor: pointer; }

.suggest-holder li:hover, li.active {
  background: rgba(0, 120, 0, 0.2); }

.suggest-name {
  font-weight: bold;
  display: block;
  height: 12px; }

.suggest-description {
  font-style: italic;
  font-size: 11px;
  color: #999; }

#support-box, #help-box {
  position: absolute;
  z-index: 6501;
  width: 500px;
  top: 5%;
  height: 600px;
  padding: 10px 0 15px 0;
  color: #666666;
  font-size: 35px;
  background: #ffffff;
}

@media (max-width: 768px) {
  #support-box, #help-box {
     left: 15%;
	 top: 30px;
  }
}

.support-form, .help-form {
  width: 90%;
  margin: auto;
}

.support-form p {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 300;
  margin: 0;
}

.support-form h2, .help-form h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0 20px 0;
}

/* side panels */
.side-panels {
  float: left;
  margin-top: 12px;
  width: 175px; }

.panel {
  border: none;
  width: 100%;
  -webkit-box-shadow: 0 0px 3px 1px #666666;
  -moz-box-shadow: 0 0px 3px 1px #666666;
  box-shadow: 0 0px 3px 1px #666666; }

.paneltit {
  text-align: center;
  color: #fff;
  line-height: 160%;
  border: none;
  background-color: #414141;
  border-bottom: 2px solid #fa8140;
  padding: 3px; }

.panelwrap {
  text-align: left;
  background: white;
  padding: 4px; }

/* login screen */
.login-topnav {
  background-color: black;
  text-align: right;
  line-height: 22px;
  padding: 5px 30px 0 0;
  height: 30px; }
  .login-topnav a {
    font-size: 12px; }

.tabs-container {
  margin: 1em auto;
  width: 98%; }

#tabs {
  width: 900px;
  height: 500px;
  margin: 0 auto; }

/* jquery UI overrides for tabs area */
.ui-corner-all {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.ui-corner-bottom {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.ui-widget-header {
  border: none;
  background: none;
  color: black;
  font-weight: bold; }

.ui-widget-content {
  background: none;
  border: none; }

.ui-tabs .ui-tabs-panel {
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px 1px #777777;
  -moz-box-shadow: 0 3px 3px 1px #777777;
  box-shadow: 0 3px 3px 1px #777777;
  padding-top: 0px; }

.ui-tabs-active {
  border-radius: 0px;
  border: none;
  color: #414141; }

.ui-state-default {
  border-radius: 0px; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: none;
  background: white !important;
  font-weight: normal; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  background: #eeeeee;
  font-weight: normal;
  color: black; }

.ui-state-default a, .ui-state-default a:link {
  color: #414141; }

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}

.checkmark-content {
  padding: 10px;
  background-color: #eeeeee;
  border: none;
  border-radius: 0px; }

.checkmark-tint {
  background: rgba(214, 75, 28, 0.9);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 15px; }

.marketing-materials {
  background: white; }

.marketing-materials p {
  color: #414141;
  padding: 5px 0 15px 0; }

.marketing-materials img {
  height: 120px;
  width: 120px; }

.marketing-materials td {
  text-align: center; }

.td-spacer {
  width: 50px; }

/* affiliates box */
.affiliates {
  text-align: left;
  vertical-align: top; }

.affiliates-box {
  width: 140px;
  padding: 6px 5px;
  background-color: none;
  border-radius: 0;
  margin-top: 40px; }

.affiliates-button {
  background-color: #eeeeee;
  text-align: center;
  border-radius: 5px;
  background: black;
  font-size: 14px;
  padding: 10px;
  margin: 5px 0 25px 0;
  color: white; }

.affiliates-button:hover {
  background-color: #fa8140;
  color: white; }

.affiliates-button a {
  color: white;
  text-decoration: none; }

.affiliates-button a:hover {
  color: white; }

.prefs-intro {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 10px 0; }

.preferences-details p {
  margin-bottom: 10px; }
  .preferences-details p:last-child {
    margin-bottom: 30px; }

#moveflash {
  cursor: pointer;
  position: absolute;
  top: -20px;
  left: -20px;
  margin-top: 1px; }

#ctl00_ctl11_panTabs ul li a {
  display: block;
  padding: 6px 12px; }

#ctl00_ctl11_panTabs ul li {
  border: none;
  width: auto;
  display: Block;
  float: Left;
  margin: 0 -1px 0 0;
  font-weight: bold; }

.ctl00_cphMain_tvLocal_0 {
  color: #414141;
  font-size: 12px;
  text-decoration: none; }

.ctl00_cphMain_tvLocal_1 {
  padding: 0px 3px 0px 3px; }

.ctl00_cphMain_tvLocal_2 {
  padding: 0px 3px 0px 3px; }

.ctl00_cphMain_tvLocal_3 {
  padding: 0px 3px 0px 3px; }

.ctl00_cphMain_tvLocal_4 {
  padding: 0px 3px 0px 3px; }

.ctTitle {text-align: center; /* color: #336699; */ background-color: #eeeeee; font-weight: bold; }
.ltTitle {text-align: left; /* color: #336699; */ background-color: #eeeeee; font-weight: bold;  }
.rtTitle {text-align: right; /* color: #336699; */ background-color: #eeeeee; font-weight: bold;  }

/* .clientagedobtitle { color: #666; font-size: 9px; border: 1px solid #ddd; background: #b9c3cf; margin: 0 5px; padding: 2px 4px 1px 4px; } */
.clientagedobtitle { border: 1px solid #ddd; margin: 0 5px; padding: 2px 4px 1px 4px; }

.main-docs {
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc; }
  .main-docs span {
    color: #fa8140; }

.treeview {
  margin: 5px 20px 30px 5px; }

.treeview table {
  width: 100%; }

.treeview table tr td {
  border-bottom: 1px solid #cccccc;
  padding: 8px 0; }

.fld {
  width: 550px;
  float: left;
  line-height: 20px;
  padding-top: 10px; }

.title1 {
  font-weight: bold;
  color: #fa8140;
  font-size: 14px;
  padding: 5px 0 5px 0;
  border-top: 1px solid #cccccc; }

.title2 {
  display: table-cell;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 10px 0; }

.stratcola {
  text-align: left;
  width: 25px;
  line-height: 30px;
  vertical-align: middle; }

.stratcolb {
  text-align: left;
  width: 320px;
  line-height: 30px;
  vertical-align: middle; }

.stratcolc {
  text-align: left;
  width: 150px;
  line-height: 30px;
  vertical-align: top; }

label {
  cursor: pointer; }

#docs {
  background: #eeeeee;
  padding: 10px; }

#docs tr td {
  line-height: 22px;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* prevents vertical movement when loading documents */
#docs tr td a {
  text-decoration: none; }

/* omit inline style */
#docs tr td img {
  border: 0;
  margin: 0 2px 0 0;
  vertical-align: middle; }

/* prevent blue borders in compat. mode */
#docs tr td:first-child {
  text-align: right;
  padding-right: 10px; }

h2 {
  margin: 20px 0 20px 0; }

.alt-row {
  background: #eeeeee; }

.vertical-top {
  vertical-align: top; }

input#ctl00_ContentPlaceholder1_btnClear.ui-button.ui-widget.ui-state-default.ui-corner-all {
  background: #414141;
  color: white;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 15px; }
  input#ctl00_ContentPlaceholder1_btnClear.ui-button.ui-widget.ui-state-default.ui-corner-all:hover {
    background: #fa8140; }

.btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family:verdana, helvetica, arial;
  color: #3b383b !important;
  /* font-size: 10px; */
  font-weight: bold;
  background: #efefef;
  padding: 1px 7px 1px 7px;
  border: solid #adaaad 1px;
  text-decoration: none;
}

.btn:hover {
  background: #bdbbbd;
  text-decoration: none;
}   

#modal-base, #signup-base, #user-license-box {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  background: rgba(0, 0, 0, 0.5);
}

#modal-box, #signup-box, #user-license-box {
  position: absolute;
  z-index: 6001;
  width: 550px;
  top: -50px;
  height: 700px;
  padding: 30px 0 15px 0;
  color: #666666;
  font-size: 35px;
  background: #ffffff;
}

#user-license-box {
/* 9.29 - changed height to 600px */
  height: 600px;
  width: 600px;
}

@media (max-width: 768px) {
  #modal-box, #signup-box, #user-license-box {
     left: 10%;
	 top: 30px;
  }
}
.signup-form, .user-license-agreement {
  width: 95%;
  margin: auto;
}
.user-license-agreement {
	height: 500px;
	overflow-y: scroll;
}
.signup-form .float-form-data, .user-license-agreement .float-form-data {
  float: left;
}
.signup-form p, .user-license-agreement p {
  font-size: 14px;
  font-weight: 400;
}

.signup-form h2 {
    display:inline;
}

.signup-form h2, .user-license-agreement h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0px;
  margin-left: 10px;
}

.signup-form h3 {
    display:inline;
    margin-left:10px;
}

.signup-form h3 a {
    display:inline;
    margin-left:10px;
}

.signup-form h3, .user-license-agreement h3 {
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px;
  margin-top: 8px;
}

.signup-form h3 a, .user-license-agreement h3 a {
  color: #f5832c;
  text-decoration: none;
}
.signup-form h3 a:hover, .user-license-agreement h3 a:hover {
  color: #d7611b;
  text-decoration: underline;
}
.signup-form .user-license-agreement, .user-license-agreement .user-license-agreement {
  overflow: scroll;
  height: 400px;
  width: 95%;
}
.signup-form .user-license-agreement p, .user-license-agreement .user-license-agreement p {
  font-size: 11px;
}
.signup-form h2, .user-license-agreement h2 {
  float: none;
  margin-top: 5px;
}
.signup-form .signup-form-data, .user-license-agreement .signup-form-data {
  padding-left: 30px;
}
.signup-form .signup-form-row, .user-license-agreement .signup-form-row {
  margin-bottom: 10px;
}
.signup-form .signup-form-row p, .user-license-agreement .signup-form-row p {
  color: #cccccc;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
.signup-form .signup-form-row-float, .user-license-agreement .signup-form-row-float {
  margin-bottom: 10px;
  float: left;
}
.signup-form .signup-form-row-float p, .user-license-agreement .signup-form-row-float p {
  color: #cccccc;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.support-submit-btn {
  float: right;
  text-align: center;
  margin: 15px;
  border-radius: 5px;
  background: #f5832c;
  padding: 0px 10px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.support-submit-btn:hover {
  background: #d7611b;
  cursor: pointer;
}

.support-submit-btn h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 5px 10px 10px 10px;
  text-align: center;
  color: #ffffff;
}

.support-submit-btn h2 a {
  color: #ffffff;
}

.user-license-agreement p {
    padding-bottom:10px;
}

.agreement-buttons {
  width: 90%;
  margin: 0 auto;
}

a.close-btn {
  margin-top: 0;
  float: right;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #414141;
}

a.close-btn:hover {
  color: #fa8140;
}


.form-control {
  display: inline-block;
  height: 34px;
  padding: 2px 5px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.label {
  display: block;
  padding: .2em .6em 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
}

.clear {
  clear: both;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

a:focus { outline:none }

body.noscroll
{
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}

#ctl00_cphMain_tvLocaln0Nodes {
    margin-bottom: 50px;
}
/************************************************************ LANDING PAGE CSS ***************************************************************************************/

/****** Give margin on top for content on patent screen ********/
.patentWaas{
    margin-top:6em;
}

/* AS - styles for content box on pages planlist.aspx, viewbrokeraccount.aspx with side panels  */
.content-side-panels{
    width:800px;
    float:left;
}
/* KA - making the above by AS fluid and removing inline css */
.content-side-panel-right{
    width: 175px;
    display: inline-block;
    padding-top: 20px;
    vertical-align: top;
}

.ribbon {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 6px;
  border: 3px solid #ff9900 /*#f00*/;
  border-bottom: 0 solid;
  border-top: 3px solid rgba(0,0,0,0);
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  /*color: rgba(0,0,0,1);*/
  -o-text-overflow: clip;
  text-overflow: clip;
margin-bottom:-5px;
margin-left:6px;
}

.folder-ribbon {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 10px;
  border: 3px solid #ff9900 /*#f00*/;
  border-bottom: 0 solid;
  border-top: 3px solid rgba(0,0,0,0);
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  /*color: rgba(0,0,0,1);*/
  -o-text-overflow: clip;
  text-overflow: clip;
margin-bottom:-12px;
margin-left:10px;
}

.client_icon{
float:left;
}

  /* question mark on view broker account page */
  .question-mark{
      font-size:14px;
      margin:5px;
  }

    .edit-icons{
      font-size:14px !important;
      margin:5px;
  }

      .ffm-icons{
       margin:2px;
       font-size:14px !important;
       color:#333333;
   }

      .mark-color{
            color:#990000 !important;
            font-size:14px !important;
            margin:5px;
        }

    .expandlink{
        text-decoration:none !important;
    }


     a.plusicon {display: inline-block; background: url('/images/plusicon.gif') no-repeat center}
        a.minusicon {display: inline-block; background: url('/images/minusicon.gif') no-repeat center}
        a.stdmarked {
            display:inline-block;
            background: url('/login/images/i_greyfold_mk.gif') no-repeat center;
        }
        a.stdfolder {
            display:inline;
            /*background: url('/login/images/i_greyfold.gif') no-repeat center;*/
            color:#ACACAC !important;
        }
        a.cpmmarked {
            display:inline-block;
            background: url('/login/images/i_purpfold_mk.gif') no-repeat center;
        }
        a.cpmfolder {
            display:inline;
            /*background: url('/login/images/i_purpfold.gif') no-repeat center;*/
            color:#C798FF !important;
        }
        a.srepmarked {
            display:inline-block;
            background: url('/login/images/i_bluefold_mk.gif') no-repeat center;
        }
        a.srepfolder {
            display:inline;
            /*background: url('/login/images/i_bluefold.gif') no-repeat center;*/
            color:#7397FF !important;
        }
        .vp {width: 20px; height: 12px; margin-right: 9px;}
         .tab {width: 20px; height: 12px; margin: 0 6px 0 10px; vertical-align: absmiddle}

          .nodecsimple {text-decoration:none !important;
          }

        .cmpfolderText{
            color:black !important;
        }

        /*AS - menu items on plan list page.*/
         div#menu li#cmaswap {background: url('/login/images/i_cma_swap.gif') no-repeat center; background-position: 9px; }
        div#menu li#cmaswapback {background: url('/login/images/i_cma_swap_back.gif') no-repeat center; background-position: 9px; }
        div#menu li#compare {background: url('/login/images/i_compare_plan.gif') no-repeat center; background-position: 9px; }
        div#menu li#copy {background: url('/login/images/i_copy.gif') no-repeat center; background-position: 9px; }
/*        div#menu li#delete {background: url('/login/images/i_delete.gif') no-repeat center} */
/*        div#menu li#movedn {background-image:url(/login/images/i_move.gif); background-position: 7px;        }  */
/*        div#menu li#moveup {background: url('/login/images/i_moveup.gif') no-repeat center}  */
        div#menu li#results {background: url('/login/images/i_viewresults.gif') no-repeat center; background-position: 7px;}
        div#menu li#rec {background: url('/login/images/i_rec.gif') no-repeat center; background-position: 7px;}
        div#menu li#statrep {background: url('/login/images/i_wcr.gif') no-repeat center; background-position: 7px;}
        div#menu li#seed {background: url('/login/images/i_seed.gif') no-repeat center; background-position: 6px;}
          
          .title-background{
        background:#414141;
    }

          .tbl-notes a {
    color: #fa8140;
}


.tbl-notes a:hover {
    color: #414141;
}

    /*AS - timeline on disability screen*/
.align-timeline {
    position: absolute;
    z-index: 2;
    /*display: none;*/
    margin: 0 0 10px 10px;
     left: 1016px;
}

/*.align-table {float:left;}*/

 .copy-cashflow-icons{
        font-size:18px !important;
        margin:5px;
    }

     .expand-collapse-icons{
      font-size:14px !important;
      margin:5px;
  }

     .arrow-btn {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-weight: bold;
    padding: 0 7px 0 7px;
    text-decoration: none;
    background: #efefef;
    border: solid #adaaad 1px;
}

.btn-div {
    width: 970px;
}

.programs-btn-div {
    width: 875px;
}

.holdings-content{
    width:875px;
}

.holdings-btn-div{
    width: 875px;
}
.clientlinkdec{
    text-decoration: underline !important;
}

.planlinks{
    text-decoration:underline !important;
}