@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('../fonts/OpenSans-CondBold-webfont.eot');
    src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../fonts/OpenSans-CondLight-webfont.eot');
    src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    margin:auto;
    padding:0px;
    font-family: OpenSansRegular,Arial,sans serif !important;
    color: #4B4B4B;
    background-color: #DEDEDD;
    font-size:100%;
    line-height: normal !important;
}

/*div {
  border: 1px solid red;
}*/

h1 {
    color: #4b4b4b;
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 0;
}

h2 {
    color: #4b4b4b;
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 5px;
    margin-top: 5px;
}

a {
  color: #981B37;
  text-decoration: underline !important;
}

a img{
  border:none;
}

p.primary {
  font-size: 11px;
}

p {
  font-size: 10pt;
  margin-left: 10px;
}

hr {
  background-color: #73C63D;
  border: 0 none;
  height: 1px;
  width: 97%;
  margin: 10px 0;
}

label{
    font-size:14px;
    font-weight:bold;
    vertical-align:middle;
    width:290px;
}

input, textarea {
    margin-top:4px;
    color: #79002D;
    font-size: 12pt;
    font-family: arial, helvetica, sans-serif;
    padding: 4px !important;
    padding-left: 5px;
    background-color: #e7ecf2;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px 2px #CCC;
    behavior: url(/../pie/PIE.htc);
}

input[type=button], input[type=submit] {
    padding: 8px !important;
}

.shortInput {
    width:85px;
}

.medInput{
    width:120px;
}

.longInput{
    width:325px;
}

.longerInput{
    width:450px;
}

.licenseInput{
    width:160px;
    margin-top:2px;
}

.emailInput {
    width: 335px;
}

select{
    margin-top:4px;
    color: #79002D;
    font-size: 12pt;
    font-family: arial, helvetica, sans-serif;
    padding: 2px;
    padding-left: 5px;
    background-color: #e7ecf2;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px 2px #CCC;
    behavior: url(/../pie/PIE.htc);
}

#container {
    background-color: white;
    border-bottom: 5px solid #B6D3E9;
    box-shadow: 0 2px 10px gray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
    width: 956px;
}

#container-admin {
    background-color: white;
    border-bottom: 5px solid #79002D;
    box-shadow: 0 2px 10px gray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
    width: 96%;
}

#container-ciam{
    background-color: white;
    border-bottom: 5px solid #79002D;
    box-shadow: 0 2px 10px gray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px !important;
    padding-top: 0;
    width: 50%; 
}

#right_sidebar {
    float: left;
    margin: -15px 18px;
    width: 25%;
}

#right_sidebar_restricted {
    float: left;
    margin: -15px 18px;
    width: 25%;
    height: 400px;
}

#left_section {
    float: left;
    width: 95%;
}
/*
#dashboardTable {
    max-height:800px !important;
    overflow:auto !important;
}
*/
#clientDiv{
    max-height:900px;
}

#top {
  width: 100%;
  height: 110px;
}

#logo {
  padding-top: 5px;
  margin-left: 15px;
  width: 120px;
  float: left;
}

#site_seal {
  float: left;
  margin-left: 40px;
  margin-top: 20px;
}


#top_btns {
  float: right;
  width: 80%;
}

#top_btns img, #top_btns div {
  float: left;
  margin-right: 5px;
}

#support_text {
    color: #666666;
    margin-left:-32px;
    margin-top:-3px;
    font-size: 10pt;
    float:left;
}

#logged_in{
    float:right;
    margin: 90px -695px 0 0 !important;
}

/* Modal Styles */

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height:100%;
    width: 100%;
    z-index: 10000;
    background: #242424;
    filter: alpha(opacity=80);
    -moz-opacity:.8;
    opacity:.4;
    behavior: url(/../pie/PIE.htc);
}

#dialog {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 14px 14px 14px 14px;
    padding: 8px;
    position: absolute;
    z-index: 10001;
    behavior: url(/../pie/PIE.htc);
}

#dialog-content {
    border-radius:8px;
    background:#fff;
    padding:20px;
    behavior: url(/../pie/PIE.htc);
}

#dialog-close {
    position:absolute;
    background:0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
}


ul.button {
    list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

ul.button li {
    font-family: OpenSansCondensedBold,Arial,sans serif;
    text-align: center;
    text-shadow: 2px 2px 2px gray;
    color: white;
    font-size: 10pt;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 6px;
    height: 30px;
    float: left;
    behavior: url(/../pie/PIE.htc);
}

ul.button li a {
    color: white;
    text-decoration: none !important;
}

ul.button .sign_in_menu li {
    /*background: #3E7E21; */
    background: -webkit-linear-gradient(#73C63D, #3E7E21);
    background: -moz-linear-gradient(#73C63D, #3E7E21);
    background: -ms-linear-gradient(#73C63D, #3E7E21);
    background: -o-linear-gradient(#73C63D, #3E7E21);
    background: linear-gradient(#73C63D, #3E7E21);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73C63D', endColorstr='#3E7E21');
    -pie-background: linear-gradient(to bottom,#73C63D, #3E7E21);
    behavior: url(/../pie/PIE.htc);
}

ul.sign_in_menu li:first-child {
    border-radius: 0px 0px 7px 7px;
    width: 95px;
    behavior: url(/../pie/PIE.htc);
}

ul.sign_in_menu li:last-child {
    border-radius: 0px 0px 7px 7px;
    margin-right: 5px;
    height:58px;
    behavior: url(/../pie/PIE.htc);
}

.blue_gradient {
    height: 35px !important;
    background: #146591 !important;
    background: -webkit-linear-gradient(#63C1F4, #146591) !important;
    background: -moz-linear-gradient(#63C1F4, #146591) !important;
    background: -ms-linear-gradient(#63C1F4, #146591) !important;
    background: -o-linear-gradient(#63C1F4, #146591) !important;
    background: linear-gradient(#63C1F4, #146591) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63C1F4', endColorstr='#146591');
    -pie-background: linear-gradient(#63C1F4, #146591) !important;
    behavior: url(/../pie/PIE.htc);
}

.green_gradient, ul.button li, ul.menu li:hover {
    background:  #3E7E21 !important;
    background: -webkit-linear-gradient(#73C63D, #3E7E21) !important;
    background: -moz-linear-gradient(#73C63D, #3E7E21) !important;
    background: -ms-linear-gradient(#73C63D, #3E7E21) !important;
    background: -o-linear-gradient(#73C63D, #3E7E21) !important;
    background: linear-gradient(#73C63D, #3E7E21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73C63D', endColorstr='#3E7E21');
    -pie-background: linear-gradient(#73C63D, #3E7E21) !important;
    behavior: url(/../pie/PIE.htc);
}

.light_green_gradient {
    background: #D9EBCD;
    background: -webkit-linear-gradient(#FFFFFF, #D9EBCD);
    background: -moz-linear-gradient(#FFFFFF, #D9EBCD);
    background: -ms-linear-gradient(#FFFFFF, #D9EBCD);
    background: -o-linear-gradient(#FFFFFF, #D9EBCD);
    background: linear-gradient(#FFFFFF, #D9EBCD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D9EBCD');
    -pie-background: linear-gradient(#FFFFFF, #D9EBCD);
    behavior: url(/../pie/PIE.htc);
}

.menu:hover, .client_list_btns:hover, .red_gradient, ul.button li:hover {
    background: #79002D !important;
    background: -webkit-linear-gradient(#c93069, #79002D) !important;
    background: -moz-linear-gradient(#c93069, #79002D) !important;
    background: -ms-linear-gradient(#c93069, #79002D) !important;
    background: -o-linear-gradient(#c93069, #79002D) !important;
    background: linear-gradient(#c93069, #79002D) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93069', endColorstr='#79002D');
    -pie-background: linear-gradient(#c93069, #79002D) !important;
    behavior: url(/../pie/PIE.htc);
}

.bluered_button{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    background: #146591;
    background: -webkit-linear-gradient(#63C1F4, #146591);
    background: -moz-linear-gradient(#63C1F4, #146591);
    background: -ms-linear-gradient(#63C1F4, #146591);
    background: -o-linear-gradient(#63C1F4, #146591);
    background: linear-gradient(#63C1F4, #146591);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63C1F4', endColorstr='#146591');
    -pie-background: linear-gradient(#63C1F4, #146591);
    behavior: url(/../pie/PIE.htc);
    font-family: OpenSansCondensedBold,Arial,sans serif;
    text-align: center;
    text-shadow: 2px 2px 2px gray;
    color: white;
    font-size: 10pt;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 6px;
    height: 43px;
    border-radius:0 0 6px 6px;
    margin-right:5px;
}

.bluered_button a{
    text-decoration:none !important;
}

.bluered_button:hover{
    background: #79002D !important;
    background: -webkit-linear-gradient(#c93069, #79002D) !important;
    background: -moz-linear-gradient(#c93069, #79002D) !important;
    background: -ms-linear-gradient(#c93069, #79002D) !important;
    background: -o-linear-gradient(#c93069, #79002D) !important;
    background: linear-gradient(#c93069, #79002D) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93069', endColorstr='#79002D');
    -pie-background: linear-gradient(#c93069, #79002D);
    behavior: url(/../pie/PIE.htc);
}

.bluered_button a{
    color:white;
}

.redbutton {
    cursor:pointer;
    color:white;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:8px;
    border-radius: 10px;
    font-weight:bold;
    background: #79002D !important;
    background: -webkit-linear-gradient(#c93069, #79002D) !important;
    background: -moz-linear-gradient(#c93069, #79002D) !important;
    background: -ms-linear-gradient(#c93069, #79002D) !important;
    background: -o-linear-gradient(#c93069, #79002D) !important;
    background: linear-gradient(#c93069, #79002D) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93069', endColorstr='#79002D');
     -pie-background: linear-gradient(#c93069, #79002D);
    behavior: url(/../pie/PIE.htc);
}

.redbutton:hover{
    cursor:pointer;
    color:white;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:8px;
    border-radius: 10px;
    font-weight:bold;
    background: -webkit-linear-gradient(#63C1F4, #146591) !important;
    background: -moz-linear-gradient(#63C1F4, #146591) !important;
    background: -ms-linear-gradient(#63C1F4, #146591) !important;
    background: -o-linear-gradient(#63C1F4, #146591) !important;
    background: linear-gradient(#63C1F4, #146591) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63C1F4', endColorstr='#146591');
    -pie-background: linear-gradient(#63C1F4, #146591);
    behavior: url(/../pie/PIE.htc);
}

ul.quote {
    text-align: center;
    width: 140px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

ul.quote li {
    font-size: 21px;
    height: 25px;
    padding: 5px 0 0;
    width: 140px;
    float: none;
}

.medium_font {
  font-size: 12px;
}

.small_font {
  font-size: 8px;
}

#menu {
  width: 100%;
  height: 56px;
}

#admin_popup_menu {
  width: 100%;
  height: 56px;
}

hr.menu {
  height:10px !important;
  width:100%;
  margin:0px;
}

ul.menu {
    height: 46px;
    color: white;
    font-weight: bold;
    font-size: 14pt;
    list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;

}

ul.menu li {
    text-shadow: 2px 2px 2px gray;
    border-left: 1px inset;
    float: left;
	margin: 0px;
	position: relative;
    padding: 12px 25px 0px;
    min-width: 81px;
    height: 34px;
}

ul.menu li:first-child {
    border-left: none;
    padding-left: 26px;
    padding-right: 26px;
}

.menu {
    border-left: 1px inset;
    color: white;
    float: left;
    font-size: 1.20em;
    font-weight: bold;
    height: 34px;
    margin-top: 10px;
    padding: 4px 0 0;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    behavior: url(/../pie/PIE.htc);
}

.menu-admin {
    border: 0px;
    font-size: 15px;
    padding: 10px;
    behavior: url(/../pie/PIE.htc);
    box-shadow: inset 0 0 1px black;
}

/*
.menu:first-child {
  border-left: medium none;
  font-size: 16pt;
  height: 44px;
  margin-top: 0;
  padding: 12px 0 0;
}
*/
.menu_spacer {
    width:957px;
    height:30px;
    background: #146591;
    background: -webkit-linear-gradient(#63C1F4, #146591);
    background: -moz-linear-gradient(#63C1F4, #146591);
    background: -ms-linear-gradient(#63C1F4, #146591);
    background: -o-linear-gradient(#63C1F4, #146591);
    background: linear-gradient(#63C1F4, #146591);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63C1F4', endColorstr='#146591');
    -pie-background: linear-gradient(#63C1F4, #146591);
    behavior: url(/../pie/PIE.htc);
}

.menu_spacer_admin {
    width:100%;
    height:48px;
    background: #146591;
    background: -webkit-linear-gradient(#63C1F4, #146591);
    background: -moz-linear-gradient(#63C1F4, #146591);
    background: -ms-linear-gradient(#63C1F4, #146591);
    background: -o-linear-gradient(#63C1F4, #146591);
    background: linear-gradient(#63C1F4, #146591);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63C1F4', endColorstr='#146591');
    -pie-background: linear-gradient(#63C1F4, #146591);
    behavior: url(/../pie/PIE.htc);
}

#breadcrumbs {
    color: #FFFFFF;
    padding: 3px 0px 0px 10px;
    font-size:14px;
    font-weight:bold;
}

#breadcrumbs a{
    color: #FFFFFF;
    font-size:14px;
    font-weight:normal;
}

/* Main Content */
#content {
  min-height: 500px;
  overflow-y: auto;
}

#content-admin{
    min-height:1050px;
    overflow-y:hidden;
}

.padded{
  padding:15px;
  margin-bottom:10px;
}

.center{
  text-align:center !important;
}

#content_left {
    float: left;
    padding-left: 15px;
    padding-right: 10px;
    width: 590px;
}

#content_left img {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#content_right {
    float: right;
    width: 303px;
}

#content_bar {
  font-size: 13pt;
  font-weight: bold;
  margin-left: 25px;
}

#disclaimer {
    float: left;
    margin-top: 10px;
}

#steps {
    width: 303px;
    height: 171px;
    text-align: center;
}

#arrow {
    padding-left: 10px;
    padding-top: 30px;
    position: absolute;
}

#getting_started {
    float: right;
    margin-top: 30px;
    width: 330px;
}

#forget_password {
  float: right !important;
  font-size: 11px;
  margin-right: 7px !important;
}

#forget_password a {
  text-decoration: none !important;
}

#forget_password a:hover {
  text-decoration: underline;
}

ul.leaf_items {
  list-style-image: url('../images/leaf_icon_small.png');
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.leaf_items li {
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

ul.plan_items {
  list-style-image: url('../images/plans_icon_blue.jpg');
  list-style-type: none;
  padding: 0px;
  margin: 10px 0 0;
  width: 280px;
  float:left;
}

ul.plan_items li {
  background-repeat: no-repeat;
  background-position: 0px 5px;
  margin-bottom: 8px;
}

ul.gs_items {
   margin: 15px 0 0 20px;
}

ul.benefit_items {
    margin-left: 20px;
}

#gs_span {
  color: #00AE63;
  font-size: 16pt;
  font-weight: bold;
}

#footer {
  color: #F7F7F7;
  font-family: OpenSansRegular,Arial,sans-serif;
  font-size: 9pt;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  width: 956px;
}

#footer_text {
    float: left;
    width: 957px;
    margin-top:10px;
    background-color: #F7F7F7;
    color: #4B4B4B;
}

#footer_images {
  float: right;
}

.hidden{
   display:none;
}

.visible{
   display:inline;
}

.blank_space_hidden{
    visibility:hidden;
}

.ratesTable {
   width: 100%;
   border-collapse:collapse;
   border:1px solid black;
}

.ratesTable td{
   border: 1px solid black;
   padding: 5px 5px 5px 5px;
}

.ratesTable th{
  border: 1px solid black;
  padding: 5px;
  background-color:#146591;
  color:white;
}

.ratesTable .centered{
  text-align:center;
}

.ratesTable .justify_right{
  text-align:right;
}

.ratesTable .green_back{
    background-color:#3E7E21;
    color:white;
    font-weight:bold;
}

.ratesTable .green_font{
    background-color:white;
    color:#3E7E21;
    font-weight:bold;
}

.ratesTable .reduce_width{
    width: 240px;
}

.ratesTable .increase_size{
    width: 130px;
}

.ratesTable .blue_back{
    background-color:#146591;
    color:white;
    font-weight:bold;
}

.ratesTable .grey_back{
   /*  background-color:#c1c1c1;
    color:#000000;
    font-weight:bold; */
}

.ratesTable th:first-child {
    width: 252px;
}

.ratesTable a {
    color: #981B37 !important;
}

.bluebutton{
    cursor:pointer;
    color:white;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:8px;
    border-radius: 10px;
    font-weight:600 !important;
    background: -webkit-linear-gradient(#63C1F4, #146591);
    background: -moz-linear-gradient(#63C1F4, #146591);
    background: -ms-linear-gradient(#63C1F4, #146591);
    background: -o-linear-gradient(#63C1F4, #146591);
    background: linear-gradient(#63C1F4, #146591);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63C1F4', endColorstr='#146591');
    -pie-background: linear-gradient(#63C1F4, #146591);
    behavior: url(/../pie/PIE.htc) !important;
    font-family: arial, helvetica, sans-serif !important;
    font-size: 17px !important;
    line-height: 18px !important;
}

.bluebutton:hover{
    cursor:pointer;
    color:white;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:8px;
    border-radius: 10px;
    font-weight:bold;
    background: #79002D;
    background: -webkit-linear-gradient(#c93069, #79002D);
    background: -moz-linear-gradient(#c93069, #79002D);
    background: -ms-linear-gradient(#c93069, #79002D);
    background: -o-linear-gradient(#c93069, #79002D);
    background: linear-gradient(#c93069, #79002D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93069', endColorstr='#79002D');
    behavior: url(/../pie/PIE.htc);
    font-family: arial, helvetica, sans-serif !important;
    font-size: 17px !important;
    line-height: 18px !important;
}

.greenbutton{
    cursor:pointer;
    color:white;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:8px;
    border-radius: 10px;
    font-weight:600 !important;
    font-size: 17px !important;
    background: -webkit-linear-gradient(#73C63D, #3E7E21);
    background: -moz-linear-gradient(#73C63D, #3E7E21);
    background: -ms-linear-gradient(#73C63D, #3E7E21);
    background: -o-linear-gradient(#73C63D, #3E7E21);
    background: linear-gradient(#73C63D, #3E7E21);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73C63D', endColorstr='#3E7E21');
    -pie-background: linear-gradient(#73C63D, #3E7E21);
    behavior: url(/../pie/PIE.htc);
    font-family: arial, helvetica, sans-serif !important;
    font-size: 17px !important;
    line-height: 18px !important;
}

.greenbutton:hover{
    cursor:pointer;
    color:white;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:8px;
    border-radius: 10px;
    font-weight:600;
    font-size: 14px;
    background: #79002D !important;
    background: -webkit-linear-gradient(#c93069, #79002D) !important;
    background: -moz-linear-gradient(#c93069, #79002D) !important;
    background: -ms-linear-gradient(#c93069, #79002D) !important;
    background: -o-linear-gradient(#c93069, #79002D) !important;
    background: linear-gradient(#c93069, #79002D) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93069', endColorstr='#79002D');
    -pie-background: linear-gradient(#c93069, #79002D);
    behavior: url(/../pie/PIE.htc);
    font-family: arial, helvetica, sans-serif !important;
    font-size: 17px !important;
    line-height: 18px !important;
}

.client_list_btns{
    width:176px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    color:white;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:5px;
    border-radius: 10px;
    background: -webkit-linear-gradient(#73C63D, #3E7E21);
    background: -moz-linear-gradient(#73C63D, #3E7E21);
    background: -ms-linear-gradient(#73C63D, #3E7E21);
    background: -o-linear-gradient(#73C63D, #3E7E21);
    background: linear-gradient(#73C63D, #3E7E21);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73C63D', endColorstr='#3E7E21');
    -pie-background: linear-gradient(#63C1F4, #146591);
    behavior: url(/../pie/PIE.htc);

}

.client_list_btns:first-of-type{
    width:176px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    color:white;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:5px;
    border-radius: 10px;
    font-weight:bold;
    background: -webkit-linear-gradient(#63C1F4, #146591);
    background: -moz-linear-gradient(#63C1F4, #146591);
    background: -ms-linear-gradient(#63C1F4, #146591);
    background: -o-linear-gradient(#63C1F4, #146591);
    background: linear-gradient(#63C1F4, #146591);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63C1F4', endColorstr='#146591');
    -pie-background: linear-gradient(#63C1F4, #146591);
    behavior: url(/../pie/PIE.htc);
}

.head1{
    color:#146591;
    font-size:26px;
}

.head2{
    color:#146591;
    font-size:20px;
}

.head3{
    color:#146591;
    font-size:17px;
}

.head4{
  color:#146591;
  font-size:16px;
  font-weight:bold;
  margin-bottom:-18px;
}

.green_head{
    color:#3E7E21 !important;
}

.bold{
  font-weight:bold;
}

.label{
    font-weight:bold;
    font-size:14px;
    display:inline;
}

#producers{
    padding:15px;
    margin-top:-40px;
}

#claimproducers{
    margin:10px 20px 0 40px;
}
#claimcode{
    width: 100%;
    padding:12px 20px;
    margin: 8px 0;
    display:inline-block;
    border-radius: 4px;
    box-sizing:border-box;
}

#loginclaimButton{
    display: inline-block;
    padding: 14px 20px !important;
    margin: 8px 220px;
}

.producerInfo{
    margin-top:-65px;
}

.casesTable{
  width:100%;
  border-collapse:collapse;
  border: 1px solid #2D799E;
  font-size:14px;
  margin-bottom: 5px;
}

.casesTable th{
  background-color:#146591;
  color:#FFFFFF;
}

.casesTable .hot{
    background-color:#2D799E !important;
    color:#FFFFFF;
    cursor:pointer;
    text-decoration:underline;
}

.casesTable .even{
    background-color:#D9EEF7 !important;
    text-decoration:none !important;
}

.casesTable .odd{
    background-color:#E1F9D5 !important;
    text-decoration:none !important;
}

.legend_text{
    font-size:12px;
}

.producerLeft {
    float: left;
    font-size: 10pt;
    margin: 65px 0 0 0;
    width: 176px;
}

.producerInfo {
    background-color: #D8E3EC;
    border: 1px solid #6799C8;
    box-shadow: 2px 2px 2px;
    padding: 5px;
    text-align: left;
}

.adminInfo{
    background-color: #D8E3EC;
    border: 1px solid #6799C8;
    box-shadow: 2px 2px 2px;
    float: right;
    margin: 10px;
    padding: 5px;
    text-align: left;
}

.clientList {
    float: right;
    width: 715px;
    margin-top: -5px;
}

.help {
    background-color: #146591;
    border: 1px solid #146591;
    border-radius: 6px 6px 6px 6px;
    color: white;
    display: inline-block !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 5px;
    padding: 0 6px;
    vertical-align: middle;
    cursor:pointer;
}

.situs_tooltip{
    position:relative !important;
    left:300px !important;
}

.float_right{
    float:right;
}

.review_and_sign_image{
    margin-right:50px;
    padding-top:10px;
}

.error_message{
    font-weight:bold;
    font-size:14px;
    color: #79002D;
}

.warning_message {
    font-weight:bold;
    font-size:14px;
    color: orange;
}

.login_error {
    font-size: 20px;
    margin-bottom:-15px;
    padding-top:15px;
}
.small {
    font-size:12px;
    font-weight:normal;
}

.underline{
    text-decoration:underline;
}

.textarea {
    width:390px;
    height:70px;
}

.dialog_text{
    font-size:14px;
}

.product_name{
  font-weight:bold;
  font-size:18px;
  color:#146591;
}

.push_left_header{
    margin-left: -50px;
}

.large_size{
    font-size:16px;
}

.twenty_size{
    font-size:20px;
}

.sixteen_size{
    font-size:16px;
}

.tall_button{
    height:159px;
    vertical-align:top;
}

.right_button_form {
    margin-left: 480px;
    margin-top: -144px;
}


.left_button_form {
    margin-left: 135px;
    margin-bottom:70px;
}

#menu div a{
    color:#FFFFFF;
    text-decoration:none !important;
}

/* LifeAndDisabilityPlans.com colors */

.red{
    color:#79002D;
}

.gray{
   color:#4B4B4B;
}

.blue{
   color: #5FC0F4;
}

.green{
   color: #6CB33E;
}

/* DentalVisionPlans.com colors/formatting */

.no_underline{
    text-decoration:none !important;
}

.no_underline:hover{
    text-decoration:underline;
    color:#6799C8;
}

.dvpblue{
   color:#6799C8;
}

.dvppurple{
   color:#936FB1;
}

.dvpgreen{
   color:#6DB33F;
}

.dvpgray{
   color:#828486;
}

.lrg_header{
    font-size:40px;
    color:#146591;
}

.instruct_text{
    font-size:26px;
    color: #3E7E21;
}

.addLineButton{
    cursor:pointer;
    color:white !important;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:7px;
    border-radius: 10px;
    font-weight:bold;
    background: -webkit-linear-gradient(#63C1F4, #146591) !important;
    background: -moz-linear-gradient(#63C1F4, #146591);
    background: -ms-linear-gradient(#63C1F4, #146591);
    background: -o-linear-gradient(#63C1F4, #146591);
    background: linear-gradient(#63C1F4, #146591);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63C1F4', endColorstr='#146591');
    -pie-background: linear-gradient(#63C1F4, #146591);
    behavior: url(/../pie/PIE.htc);
);
}

.addLineButton:hover{
    cursor:pointer;
    color:white;
    text-decoration:none !important;
    border:none;
    box-shadow:none;
    padding:7px;
    border-radius: 10px;
    font-weight:bold;
    background: #79002D !important;
    background: -webkit-linear-gradient(#c93069, #79002D) !important;
    background: -moz-linear-gradient(#c93069, #79002D) !important;
    background: -ms-linear-gradient(#c93069, #79002D) !important;
    background: -o-linear-gradient(#c93069, #79002D) !important;
    background: linear-gradient(#c93069, #79002D) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93069', endColorstr='#79002D');
    behavior: url(/../pie/PIE.htc);
}

.provider_window {
    position: absolute;
    top: 153px;
    width: 943px;
    min-height: 675px;
    border: 2px solid white;
    background-color: gray;
    z-index: 300;
    padding: 5px;
    display: none;
}

.push_left{
    margin-left:15px;
}

.blue_text{
    color:#3A91C0;
}

.contact_us_button{
    margin-left:170px;
}

.no_style_list{
    list-style-type:none;
}

.whiteBorder th{
    border: 1px solid white;
}

.second_cell{
    width:113px;
}

.center_sidebar{
    margin-left: 28px;
}

.sidebar_button{
    width: 240px;
}

.sidebar_line{
    background-color:#4B4B4B;
    text-align:center;
    width:240px;
}

.pad_image{
    float:left;
    padding: 10px 20px 0 0;
}

.form_anchor {
    color: #3E7E21 !important;
    font-weight: bold;
    text-decoration: none !important;
}

.splitter {
    color: #3E7E21 !important;
    height: 2px;
    width: 58% !important;
}

.form_agree_link{
    text-decoration:none !important;
    font-size:20px;
}

.form_agree_link:hover{
    text-decoration:underline !important;
}

.plan_purchase_btns{
    width:170px;
}

.short_width{
    width:600px;
}

.align_top{
    vertical-align:top;
}

.legend_splitter {
    background-color:black !important;
}


.move_to_emp_dd {
    background: linear-gradient(#63C1F4, #146591) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 10px;
    box-shadow: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px;
}

.move_to_emp_dd option{
    color:black;
}

.alpha_style_list{
  list-style-type:upper-alpha;
}

.inline_logo{
    position: relative;
    left:650px;
    margin-bottom:-40px;
}

.inline_logo_rates{
    position: relative;
    left:860px;
    margin-bottom:-40px;
}

.inline_logo_plan{
    position: relative;
    left:550px;
    margin-bottom:-40px;
}

.inline_logo_producer{
    position:relative;
    left:860px;
    margin-top:-60px;
}

.inline_logo_prod_reg{
    position:relative;
    left:550px;
    margin-top:-35px;
}


.inline_logo_prod_reg_msg{
    left: 960px;
    margin-top: -100px;
    position: absolute;
}

.review_and_sign_link:hover{
    color:#79002D;
    text-decoration:underline;
}

.completed_sign{
    font-style: italic;
    margin: 14px 20px;
    text-transform: uppercase;
    color:#79002D;
}

.dialogClose{
    float:right;
    margin-top:-10px;
    background-color:#2A2929;
    padding:4px 8px 4px 8px;
    border-radius: 12px;
    color:white;
    cursor:pointer;
    margin-bottom:8px;
}

.scrollBox{
    height:60px;
    width: 600px;
    overflow:auto;
    border:1px solid black;
    padding:8px;
}

.extraHeight {
    height: 350px !important;
}

.same_size{
    min-height:90px;
    min-width:150px;
    max-width:300px;
}

.center_parent {
	vertical-align:top;
	position: relative;
	width:250px;
	height:170px;
}
.center_child {

    top: 50%;
    left: 50%;
    height: 140px;
    margin: -45px 0 0 0;
}

.accordion_header {
    color: #3E7E21 !important;
    font-size: 18px !important;
}

.accordion_snippet {
    color:#79002D;
    font-size: 18px;
}

.noMargin{
    margin: 0 !important;
}

.pointer{
    cursor:pointer;
}

.dl_third{
    float:left;
    padding:20px;
}

.move_right{
    margin-left:40px;
}

.browser_dl_button{
    color:white;
    background:#146591;
    border-collapse:collapse;
}


.dash_link {
    color: #4B4B4B;
    font-weight: bold;
}


/***************** ADMIN POPUP *******************/
#popup_container{
    height: 605px;
    width:100%;
}

#popup_menu{
    height:56px;
    width:100%;
}

#popup_content{
    padding:4px;
    border-radius: 6px;
    border:1px solid black;
    height: 680px;
}

.admin_popup_menu ul {
    list-style-type: none;
}

.popup_menu {
    background-color: #146591;
    float: left;
    padding: 15px;
    border:1px solid white;
    border-radius:6px;
}

.popup_menu:hover{
    background-color:#3E7E21;
}

.popup_menu a {
    color: #FFFFFF !important;
    padding: 10px;
    text-decoration: none !important;
    font-weight:bold;
    font-size:20px;
}

.case-info-top-left {
	float: left;
}
.case-info-bottom-left {
	float: left;
}
.case-info-right{
    padding-top: 1px;
}
.clear {
	clear: both;
}
#empInfoFieldset {
    width: 450px;
    float:left;
	height: 318px;
	overflow-y: scroll;
}

#privacy_notice {
	height: 98px;
}

#statusFieldSet {
    width:452px;
    height: 217px;
}

#submitFieldSet {
    //height:118px;
}

#currentCoverageFieldSet {
    height: 102px;
}

#submitToHartfordFieldSet {
    //height: 118px;
}

#notesFieldSet{
    width: 450px;
    height: 110px;
    float:left;
}
#Salesoffice{
    width: 450px;
    height: 95px;

}
#Salesrepresentative{
    width: 450px;
    height: 125px;
}

#resetCaseFieldSet{
    height:99px;
}

#documentsFieldSet{
    height:300px;
    width: 453px;
}

#notesContent {
    max-height: 77px;
    overflow-y: scroll;
}

#saveHartfordSalesOffice{
    margin-top: 3.5px ;
}

#auditTrailFieldSet {
    height: 510px;
}

#auditContent {
    max-height: 505px;
    overflow-y: scroll;
}

#documentUploadFieldSet{
    float:left;
    width:475px;
    height:185px;
}

#censusUploadFieldSet{
    height: 185px;
}

#documentsContent{
    max-height: 220px;
    overflow-y: scroll;
}

.docsTable{
  width:100%;
  border-collapse:collapse;
  border: 1px solid #2D799E;
  font-size:14px;
}

.docsTable th{
  background-color:#146591;
  color:#FFFFFF;
}

.docsTable .hot{
    background-color:#2D799E !important;
    color:#FFFFFF;
}

.docsTable .even{
    background-color:#D9EEF7;
}

.docsTable .odd{
    background-color:#E1F9D5;
}

.licensesTable{
  width:100%;
  border-collapse:collapse;
  border: 1px solid #2D799E;
  font-size:20px;
}

.licensesTable th{
  background-color:#146591;
  color:#FFFFFF;
}

.licensesTable .hot{
    background-color:#2D799E !important;
    color:#FFFFFF;
}

.licensesTable .even{
    background-color:#D9EEF7;
}

.licensesTable .odd{
    background-color:#E1F9D5;
}


.bookletTable{
  width:100%;
  border-collapse:collapse;
  border: 1px solid #2D799E;
  font-size:14px;
}

.bookletTable th{
  background-color:#146591;
  color:#FFFFFF;
}

.bookletTable .hot{
    background-color:#2D799E !important;
    color:#FFFFFF;
}

.bookletTable .even{
    background-color:#D9EEF7;
}

.bookletTable .odd{
    background-color:#E1F9D5;
}

.notesTable{
  width:100%;
  border-collapse:collapse;
  border: 1px solid #2D799E;
  font-size:14px;
}

.notesTable th{
  background-color:#146591;
  color:#FFFFFF;
}

.notesTable .hot{
    background-color:#2D799E !important;
    color:#FFFFFF;
}

.notesTable .even{
    background-color:#D9EEF7;
}

.notesTable .odd{
    background-color:#E1F9D5;
}

.producerNotesTable .hot{
    background-color:#2D799E !important;
    color:#FFFFFF;
}

.producerNotesTable .even{
    background-color:#D9EEF7;
}

.producerNotesTable .odd{
    background-color:#E1F9D5;
}

.agencyNotesTable .hot{
    background-color:#2D799E !important;
    color:#FFFFFF;
}

.agencyNotesTable .even{
    background-color:#D9EEF7;
}

.agencyNotesTable .odd{
    background-color:#E1F9D5;
}

.loading_div {
  /* opacity: 0.6;
  filter:alpha(opacity=60);
  background:#000;
  height:100%;
  width:100%;
  z-index:1000; */
}

.messageCover {
    background-color: #DEDEDD;
    border: 5px solid #146591;
    border-radius: 6px;
    color: #000000;
    font-weight: bold;
    height: 150px;
    position: absolute;
    width: 350px;
    z-index: 100;
}

#uploadForm{
    position:absolute;
}


#messageText {
    margin-left: 25px;
    margin-top: 55px;
}

#messageBtn {
    margin-left: 80px;
}

/****************** COLUMN HIDE STYLES**************************/
.colsMngContainer {
    background: none repeat scroll 0 0 #E4FAE4;
    border: 2px outset #999999;
    display: none;
    font-size: 12px;
    height: auto;
    margin: 18px 0 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 250px;
    z-index: 10000;
}

ul.cols_checklist label{
    display:block !important;
    float:none !important;
    font-size:11px !important;
    font-weight: normal;
}

.disablebutton {
    background-color: lightgray;
    border: medium none;
    border-radius: 10px;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 8px;
    text-decoration: none !important;
}

#viewRates{
    font-weight:bold;
    cursor:pointer;
}

#viewRates:hover{
    text-decoration:underline;
}

#viewRatesLTD{
    font-weight:bold;
    cursor:pointer;
}

#viewRatesLTD:hover{
    text-decoration:underline;
}

.align_center{
    margin-left:350px;
}

.tall_button{
  height:75px;
}

.video_tour_btn {
    background: linear-gradient(#73c63d, #3e7e21) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73c63d', endColorstr='#3e7e21');
    border: medium none;
    color: white;
    font-family: OpenSansCondensedBold,Arial,sans serif;
    font-size: 24px;
    padding: 10px;
    width: 575px;
}

.video_tour_btn:hover {
      background: #79002D !important;
    background: -webkit-linear-gradient(#c93069, #79002D) !important;
    background: -moz-linear-gradient(#c93069, #79002D) !important;
    background: -ms-linear-gradient(#c93069, #79002D) !important;
    background: -o-linear-gradient(#c93069, #79002D) !important;
    background: linear-gradient(#c93069, #79002D) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93069', endColorstr='#79002D');
    -pie-background: linear-gradient(#c93069, #79002D) !important;
    behavior: url(/../pie/PIE.htc);
    cursor:pointer;

}

.tourButton {
    background: linear-gradient(#73c63d, #3e7e21) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73c63d', endColorstr='#3e7e21');
    border: medium none;
    border-radius: 8px;
    color: white;
    font-family: OpenSansCondensedBold,Arial,sans serif;
    font-size: 24px;
    height: 160px;
    width: 265px;
}

.tourButton:hover{
    background: #79002D !important;
    background: -webkit-linear-gradient(#c93069, #79002D) !important;
    background: -moz-linear-gradient(#c93069, #79002D) !important;
    background: -ms-linear-gradient(#c93069, #79002D) !important;
    background: -o-linear-gradient(#c93069, #79002D) !important;
    background: linear-gradient(#c93069, #79002D) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93069', endColorstr='#79002D');
    -pie-background: linear-gradient(#c93069, #79002D) !important;
    behavior: url(/../pie/PIE.htc);
    cursor:pointer;

}

.continueBtn {
    height: 90px;
    margin-top: 10px;
    width: 265px;
    background: linear-gradient(#73c63d, #3e7e21) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73c63d', endColorstr='#3e7e21');
    border: medium none;
    border-radius: 8px;
    color: white;
    font-family: OpenSansCondensedBold,Arial,sans serif;
    font-size: 24px;
}

.continueBtn:hover{
    background: #79002D !important;
    background: -webkit-linear-gradient(#c93069, #79002D) !important;
    background: -moz-linear-gradient(#c93069, #79002D) !important;
    background: -ms-linear-gradient(#c93069, #79002D) !important;
    background: -o-linear-gradient(#c93069, #79002D) !important;
    background: linear-gradient(#c93069, #79002D) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93069', endColorstr='#79002D');
    -pie-background: linear-gradient(#c93069, #79002D) !important;
    behavior: url(/../pie/PIE.htc);
    cursor:pointer;
}

.welcome_text {
    font-size: 42px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: #4b4b4b;
}

.borderbox {
    border: 2px solid #146591;
    border-radius: 8px;
    padding: 8px;
}


.leftDiv {
    float: left;
    width: 48%;
}

.rightDiv{
    float: right;
    padding-right: 10px;
    width:47%;
}

/* error checking on manual census entry */
input.invalid, textarea.invalid, select.invalid {
	border: 2px solid red;	
}

input.valid, textarea.valid, select.valid {
	border: 2px solid green;
}

#updated_span {
	display: none;
}

.midInput{
    width: 225px;
}

.productsSold ul {
	margin: 0px 0px 0px 0px;
}

.all-products {
	overflow:scroll;
	height:600px;
}

#licenseSectionDiv {
	overflow-y: scroll;
	height: 270px;
}

.btnEditLicenses {
	font-size: 14px !important;
}

#producerInfoFieldset {
	float:left;
	min-height:300px;
	min-width:500px;
}

#producerLicensesFieldset {
	min-height:315px;
	max-height:315px;
}

#producerDocumentsFieldset {
	float:left;
	min-width: 500px;
}

#agencyInfoFieldset {
    float:left;
    min-height:301px;
    min-width:500px;
}

#agencyLicensesFieldset {
    min-height:300px;
    max-height:300px;
}

#agencyDocumentsFieldset {
    float:left;
    min-width: 500px;
}

.client_list_messages_table {
	width: 100%;
	table-layout: fixed;
}

.client_list_messages_row {
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid transparent;
	border-color: #ebccd1;
	padding: 10px;
	border-radius: 4px;
	font-size: 12px;
}

.client_list_messages_date {
	padding-left: 10px;
	width: 15%;
}

.client_list_messages_dismiss {
	width: 10%;
}

.message_hooks_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 6px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #ffffff;
	float:right;
	margin-right:3px;
}
.message_hooks_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.message_hooks_button:active {
	position:relative;
	top:1px;
}

.license-expired {
	background-color: #FF8F8F !important;
}

.update-license-expired {
	background-color: #E2B2B2;
	border-color: red;
}

.twelveSizeFont {
    font-size:12pt;
}

#privacyNoticeHistory {
	width: 100%
}

#privacyNoticeHistoryTable {
	overflow-y: scroll;
}

.license-div {
	font-size: 14px;
	width: 100%;
}

.license-div select {
	font-size: 14px;
	margin: 0px;
}

.btn-delete-license {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #810e05;
	float:right;
}
.btn-delete-license:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
	float:right
}
.btn-delete-license:active {
	position:relative;
	top:1px;
	float:right;
}

.posChecklist {
    float: right;
    padding-right: 115px;
    font-size:14px;
}

.posChecklistBottom {
    float: right;
    padding-right: 118px;
    font-size:14px;
}

.innerRateTable{
    border:none !important;
    border-collapse:collapse !important;
}

.innerRateTable td {
    border-right: medium none;
    border-top: medium none;
}

.innerRateTable td:first-child {
    border-left: medium none;
    border-right: 1px solid black;
    border-top: medium none;
}

.innerRateTable tr:last-child td {
    border-bottom:none;
}

.innerRateTable tr:first-child td {
    height: 70px;
}

.toast-top-right{
    right: 219px !important;
    top: 319px !important;
}

#toast-container div{
    width:253px !important;
}
.toast-info{
    opacity: 1 !important;
}

.btn-delete-privacy-notice {
    background: linear-gradient(rgb(251, 144, 144), rgb(255, 0, 0));
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: #EEEEEE;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    opacity: 1;
    max-height: 400px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    overflow-y: scroll;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.padded-btn{
    padding: 2px !important;
    height: 43px !important;
}


#sic_unquoteable_dialog + div .ui-dialog-buttonset {
    text-align: center !important;
}

/*** custom css only popup ***/
.columnSelectorWrapper {
    position: relative;
    float:right;
}
.columnSelector, .hidden {
    display: none;
}
.columnSelectorButton {
    background: #99bfe6;
    border: #888 1px solid;
    color: #111;
    border-radius: 5px;
    padding: 5px;
    -webkit-appearance: menulist-button;
    width: 300px;
}
.colSelBpd {padding-bottom: 7px;}
#colSelect1:checked + label {
    background: #5797d7;
    border-color: #555;
}
#colSelect1:checked ~ #columnSelector {
    display: block;
}
.columnSelector {
    width: 285px;
    position: absolute;
    top: 30px;
    padding: 10px;
    background: #fff;
    border: #99bfe6 1px solid;
    border-radius: 5px;
}
.columnSelector label {
    display: block;
}
.columnSelector label:nth-child(1) {
    border-bottom: #99bfe6 solid 1px;
    margin-bottom: 5px;
}
.columnSelector input {
    margin-right: 5px;
}
.columnSelector .disabled {
    color: #ddd;
}

.width96 {width: 96%;}

/* HMS-149 - The alert message box */
.error_alert {
    padding: 15px;
    background-color: #F2DEDE; /* Red */
    color: #843534;
    margin-top: 15px;
    border-radius: 5px; 
    font-weight: bold;
}

.success_alert {
    padding: 15px;
    background-color: #DFF0D8; /* green */
    color: #3c763d;
    margin-top: 15px;
    border-radius: 5px; 
    font-weight: bold;
}

.new_quote_table {
    width: 100%;
    border-collapse: collapse;
}

.new_quote_table td {
    width: 50%;
}

.new_quote_table .header {
    background-color: #146591;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    border: 2px solid;
    padding: 5px;
}

.new_quote_table .tr_class_odd {
    background-color: #E1F9D5;
}

.new_quote_table .tr_class_even {
    background-color: #D9EEF7;
}

.pull_right { float: right; }

.pull_left { float: left; }

.splash_text { padding: 0 90px; }

.splash_text_align { margin-bottom: 8px; }

.ga_text {
    width: 100px;
    border: none;
}
.tf {border: #cdcdcd 1px solid !important; background-color: #cdcdcd !important; padding: 0px !important;}

fieldset.fs-border {
    border: 1px groove #A0A0A0 !important;
    padding: 0px 8px 8px 8px !important;
    margin: 3px !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.fs-border {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em !important;
    text-align: left !important;
    width:auto;
    padding:0 2px;
    border-bottom:none;
}

.dashSec button {
    border-radius: 0px !important;
    font-size: 13px !important;
    line-height: 19px !important;
    border: 1px solid #A0A0A0 !important;
    margin-right: 3px;
}

.menuText {
    font-size: 8px !important;
    font-weight: 600 !important; 
    text-decoration: none;
    float: left;
    color:#3A5A78;
    margin-top: 16px;
    margin-right: 26px;
    margin-left: -30px;
}

.menuHeading {
    font-size:14px;
    font-style: normal; 
    position: relative;
    top: -7px;
}

.repContact{
    font-size: 14px;
    position: relative;
    top: -10px; 
    padding-left: 20px;
}
.asterikSpan {
    color: #981B37;
    font-size: 1.3em;
}
.ciContactMsg {
  color: #981B37;
}
.center.clickable {
    cursor:pointer;
}
.beam_dental_title_bg
{
	background: #146591 !important;
    color: #fff;
    border-bottom: none;
	font-weight: bold;
    font-size: 18px;
	text-transform:uppercase;
}
.beam_dental_content_bg
{
	background: #3E7E21 !important;
    color: #fff;
    border: none!important;
}
.beam_dental_content_no_bg
{
    border-bottom-style: hidden !important;
}	
.bluebutton.disabled{
	opacity: 0.5;	
}
.beam_customization_msg{
	color: #981B37;
    font-weight: bold;
    font-size: 18px;
	text-align: center;	
}	