@font-face {
    font-family: 'robotobold_condensed';
    src: url('../_fonts/roboto-boldcondensed-webfont.eot');
    src: url('../_fonts/roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),  url('../_fonts/roboto-boldcondensed-webfont.woff') format('woff'),  url('../_fonts/roboto-boldcondensed-webfont.ttf') format('truetype'),  url('../_fonts/roboto-boldcondensed-webfont.svg#robotobold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold_condensed_italic';
    src: url('../_fonts/roboto-boldcondenseditalic-webfont.eot');
    src: url('../_fonts/roboto-boldcondenseditalic-webfont.eot?#iefix') format('embedded-opentype'),  url('../_fonts/roboto-boldcondenseditalic-webfont.woff') format('woff'),  url('../_fonts/roboto-boldcondenseditalic-webfont.ttf') format('truetype'),  url('../_fonts/roboto-boldcondenseditalic-webfont.svg#robotobold_condensed_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotocondensed';
    src: url('../_fonts/roboto-condensed-webfont.eot');
    src: url('../_fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),  url('../_fonts/roboto-condensed-webfont.woff') format('woff'),  url('../_fonts/roboto-condensed-webfont.ttf') format('truetype'),  url('../_fonts/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* bootstrap corrections - start */


/* bootstrap gutter correction - start */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 9px;
    padding-right:9px;
}
.form-horizontal .form-group {
    margin-right: -8px;
    margin-left: -8px;
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}

/* bootstrap gutter correction - end */

.dropdown-menu {
  /*width:100%; removed by ikapoz */
    padding:0
}
.active .dropdown-menu {
    z-index:200;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color:#ffffff;
    color:#18416C;

}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background:#49D0D9
    }
.modal-header {
    padding: 9px 15px
    }
.modal-header h4 {
    font-family:'robotocondensed';
    }
.modal-danger .modal-header h4 {
    color:#d43f3a
    }
.modal-danger .modal-body h2 {
    border-bottom:1px solid #d43f3a
    }
.modal-danger .modal-footer {
    background-color:#fdeaec
    }
.badge {
    background-color:#49D0D9
    }
.nav>li {
    position: static;
}
.dropdown {
    position:relative;
}

/* bootstrap corrections - end */
body {
    /*padding-top:100px;*/
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;/*background:url(../Content/_images/main_background.png) repeat-x;*/
    /*border-top: 3px solid #ccc;*/
}
.error {
    color: red;
}
label.error:empty {
    display: none;
}
.sky_bg {
    background: #ECF2FB !important;
}
.margintop0 {
    margin-top: 0px !important;
}
.margintop5 {
    margin-top: 5px;
}
.margintop10 {
    margin-top: 10px;
}


.margintop20 {
    margin-top: 20px;
}
.marginleft10 {
    margin-left: 10px;
}
.marginbottom20 {
    margin-bottom: 20px;
}
.marginbottom10 {
    margin-bottom: 10px;
}
.paddingtop10 {
    padding-top: 10px !important;
}
.paddingbtm10 {
    padding-bottom: 10px !important;
}
.paddingtop20 {
    padding-top: 20px !important;
}
.paddingbtm20 {
    padding-bottom: 20px !important;
}
body.non-logged {
    padding-top:0
    }
body.non-logged header {
    /*border-bottom: 1px solid #e7e7e7;background: url(../Content/_images/main_background_not_logged.png) repeat-x;*/
}
label, input, button, select, textarea {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
.padding0 {
    padding: 0 !important;
}
.paddingright0 {
    padding-right: 0;
}
.paddingleft0 {
    padding-left: 0;
}
.font20 {
    font-size: 20px;
}
.wrapper_new {
    min-height:500px}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #4a77a6;
    text-decoration: none;
}
a:hover {
    color: #82abd6;
}
h1 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom:10px;
    font-family: 'robotocondensed';
    font-size: 24px;
}

.relative {
    position: relative;
}
.non-logged .col h1 {
    padding: 0;
}
#contactBasicData h2:first-child {
    padding-top: 40px
}

.input-group .form-control.field:not(:first-child):not(:last-child) {
    border-radius: 0 4px 4px 0
}
.modal-body h2, .contact-details h2, .box_content h2, .leftpane h2 {
    font-family: 'robotocondensed';
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #82abd6;
    padding-bottom: 10px;
    margin-top:5px;
}
input[type="text"].add {
    margin-right: 10px;
}
.logo img {
    margin-top: 0;
    z-index: 9999;
}

/*.portal-info, .portal-info-powered {
    position: absolute;
    right: 0;
    top: 60px;
    font-family: 'robotobold_condensed';
    font-size: 22px;
}
.portal-info-powered span {
    display: block;
}
.portal-info-powered {
    font-size: 16px;
}*/

/* top service links */
.service_links {
    font-size: 12px;
    font-weight: bold;
    color: #b5b5b5;
    /*margin-top: 10px;
    margin-bottom:10px;*/
}

.service_links ul li {
    display: inline-block;
}
.service_links b {
    color: #49d0d9;
}
.service_links a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px 0;
}
.service_links a.messages {
    position: relative;
    /*padding-right: 45px;*/
}
.service_links a:hover {
    color: #82abd6;
}
.service_links li {
    margin-left: 0;
}
.unread {
    background: #49d0d9;
    position: absolute;
    display: block;
    padding: 5px 9px;
    right: 0;
    top: 0;
    color: #fff;
}
.service_links .message_list ul li a {
    font-weight: normal;
    width: 275px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.service_links .message_list ul li {
    background: url(../Content/_images/msg_read.png) no-repeat left 10px;
    border-bottom: 1px solid #e8e8e8;
    display: block;
    padding: 1px 0;
    margin: 0;
}
.service_links .message_list ul li.msg_unread {
    background: url(../Content/_images/msg_unread.png) no-repeat left center;
}
.service_links .message_list ul li.msg_unread a {
    color: #49d0d9;
    font-weight: bold;
}
.service_links .message_list {
    border: 2px solid #b5b5b5;
    position: absolute;
    background: #f6f6f6;
    width: 300px;
    top: 30px;
    left: -20px;
    padding: 10px;
    z-index: 99999;
}
.service_links .message_list .arrow_peak {
    background: url(../Content/_images/arrow_peak.png) no-repeat;
    width: 23px;
    height: 9px;
    position: absolute;
    left: 115px;
    top: -9px;
}
.service_links .message_list .scroll-pane {
    height: 100px;
    width: 350px;
    overflow: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
table.permissions-list {
    width: 100%;
}
table.permissions-list, table.adv-security td {
    border: none;
}
table.adv-security td {
    vertical-align: middle;
}
.permissions-list td {
    padding: 5px 10px 5px 0;
    vertical-align: middle;
    border: none;
}
.permissions-list .bootstrap-select:not([class*="span"]) {
    width: 150px;
}
.permissions-list td.name {
    width: 150px;
}
.permissions-list td.email {
    color: #4a77a6;
}
.message_list .close {
    background: url(../Content/_images/sprite.png) no-repeat -26px -83px;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    top: 3px;
    cursor: pointer;
}
.modal-body .close {
    background: url(../Content/_images/sprite.png) no-repeat -26px -83px;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.service_links a.all_messages {
    padding-left: 15px;
    position: relative;
    font-weight: normal;
}
.service_links a.all_messages .icon {
    position: absolute;
    width: 10px;
    height: 15px;
    background: url(../Content/_images/sprite.png) -39px -114px;
}
.security {
    width: 30px;
    text-align: center;
    padding-top: 20px;
}
.security .icon {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../Content/_images/sprite.png);
    cursor: pointer;
    margin: 0;
}
/* top service links - end */
iframe {
    border: 1px solid #b5b5b5;
}

.box_content {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 15px;
    margin: 0 0 10px 0;
}
.box_content.relative {
    padding-top:0;
    margin-top:-1px;
}

/* Subtabs */

.tab-menu li {
    display: inline-block;
    margin-left: 1px;
}
.tab-menu li a {
    display: inline-block;
}
.subtabs.tab-menu li a {
    color: #767676;
    background: #e6e6e6;
    border: 1px solid #b5b5b5;
    padding: 5px 8px;
    margin-right: 6px;
}
.maintabs {
    position: absolute;
    right: -2px;
    top: -31px;
}
.subtabs {
    margin-bottom: 20px;
}
.maintabs.tab-menu li a {
    border: 2px solid #e6e6e6;
    border-bottom: none;
    padding: 6px;
    color: #fff;
    background: #4a77a6;
    margin-left: -3px;
}
.subtabs.tab-menu li a:hover, .subtabs.tab-menu li.active a {
    background: #fff;
}
.maintabs.tab-menu li a:hover {
    background: #82abd6;
    text-decoration: none
}
.maintabs.tab-menu li.active a {
    background: #fff;
    color: #4a77a6;
}
a.pdf_report {
    display: block;
}
#reports .tab-content li {
    background: url(../Content/_images/pdf_icon.png) no-repeat;
    padding: 5px 15px 5px 35px;
    line-height: 1.4;
}
.date {
    color: #767676;
    font-style: italic;
}
/* subtabs - end */
.column {
    float: left;
    width: 50%;
}
.column li {
    margin-bottom: 10px;
}
.chart {
    height: 220px;
    margin-bottom: 20px;
}
/* table styling */

table th, table td {
    padding: 10px 5px;
    /* border-left: 1px solid #ebebeb;*/
    vertical-align: middle;
}
table th:first-child, table td:first-child {
    border-left: none;
}
.table-border {
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.red_val {
    color: #cc0000;
}
.green_val {
    color: #009d00;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: none
}
table th {
    text-align: left;
    background: #eaf3fd;
    color: #4a77a6;
}
/* table styling - end */
/*news */
#news img.main {
    width: 100%;
    height: auto;
}
#news img.sub {
    width: 100%;
    height: auto;
}
.main_news figure {
    margin-bottom: 10px;
}
.sub_news img {
    float: left;
    margin-right: 15%;
}
.sub_news figure {
    width: 20%;
}
.sub_news_item {
    margin-bottom: 10px;
    clear: both;
}
/* news - end */

/* footer */

footer {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-top: 20px;
    color: #B5B5B5;
    line-height: 1.4;
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
}
/* footer - end */

/*Scrollpane*/
.jspContainer {
    overflow: hidden;
    position: relative;
    width: 280px !important;
}
.jspPane {
    position: absolute;
    width: 280px !important;
}
.jspPane ul {
    float: left;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: red;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}
.jspVerticalBar *,  .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: #e8e8e8;
    position: relative;
}
.jspDrag {
    background: #b5b5b5;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow {
    height: 16px;
}
.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus {
    outline: none;
}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}
.main_container {
    position: relative;
}
.poweredby {
    width: 200px;
    float: right;
}
.poweredby img {
    float: right;
}
.editor {
    -moz-box-sizing: content-box;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6 !important;
    border-collapse: separate;
    border-radius: 2px 2px 2px 2px;
    height: 200px;
    margin-top: 20px;
    max-height: 250px;
    outline: 0 none;
    overflow: scroll;
    padding: 4px;
}
.glyphicon {
    margin-right: 5px;
}
.editable-buttons .glyphicon {
    margin-right: 0px;
}
/*
.btn
{
    border-color:;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
}

.btn-primary {
    background-color: #4A77A6;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}*/
a.bg_black {
    background: #353535;
    color: white;
}
a.bg_black:hover, a.bg_black:focus {
    background: #353535;
    color: white;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
.block {
    display: block;
}
.inlineblock {
    display: inline-block;
}
.black {
    color: #000000;
}
.advisor_photos {
    border: 1px solid #eee;
    padding: 15px;
    overflow: hidden;
}
.advisor_photos1 a {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
}
.advisor_photos2 {
    background: url(../Content/_images/advisor-photo-bg.jpg) no-repeat;
    height: 165px;
    width: 165px;
}
.advisor_photos2 .innerphoto {
    width: 144px;
    height: 144px;
    overflow: hidden;
    margin: 3px 10px 11px 4px;
}
.advisor_photos2 .innerphoto img {
    width: 144px;
    height: 144px;
}
.social_area {
    padding: 20px;
}
.social_area input[type="text"] {
    border: 1px solid #bbb;
    padding: 5px;
    color: #474444;
    float: left;
    width: 65%;
}
.social_area a {
    font-size: 25px;
    line-height: 25px;
    float: left;
    margin-right: 15px;
}
.social_area a:hover {
    text-decoration: none;
}
.social_area li {
    list-style-type: none;
    display: block;
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}
.input-valid-default input[type="checkbox"], .input-valid-default input[type="radio"] {
    display: block;
}
/*input[type="checkbox"]
{
    display: none;
}*/

input[type="checkbox"] + label {
    font-size: 13px;
}
input[type="checkbox"] + label span {
    background: url(../Content/_images/check_radio_sheet.png) no-repeat -1px top / 100px 24px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 21px;
    vertical-align: middle;
    width: 19px;
}
input[type="checkbox"]:checked + label span {
    background: url(../Content/_images/check_radio_sheet.png) no-repeat -26px top / 100px 24px rgba(0, 0, 0, 0);
}
/*input[type="radio"]
{
    display: none;
}*/

input[type="radio"] + label {
    font-size: 13px;
}
input[type="radio"] + label span {
    background: url(../Content/_images/check_radio_sheet.png) no-repeat -53px top / 100px 24px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin: -1px 4px 0 0;
    padding-top: 6px;
    vertical-align: middle;
    width: 19px;
}
input[type="radio"]:checked + label span {
    background: url(../Content/_images/check_radio_sheet.png) no-repeat -78px top / 100px 24px rgba(0, 0, 0, 0);
}
input[class="fb"], input[class="in"], input[class="gp"], input[class="tw"] {
    border: 1px solid #eee !important;
    background: rgba(239,239,239,1.00);
    color: #bbb !important;
}
.form-horizontal .control-label {
    text-align: left !important;
}
.mb_size {
    text-transform: uppercase;
    line-height: 30px;
    padding: 0;
}
.formRow {
    clear: both;
    padding-top: 10px;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.bootstrap-tagsinput {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 10px;
    width: 100%;
    padding: 4px 6px;
    vertical-align: middle;
}
.bootstrap-tagsinput input {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    margin: 0;
    max-width: inherit;
    outline: medium none;
    padding: 0;
}
.bootstrap-tagsinput input:focus {
    border: medium none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    color: #FFFFFF;
    margin-right: 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    cursor: pointer;
    margin-left: 8px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.button-right {
    text-align: right;
}
.panel-default > .panel-heading {
    background: #EAF3FD;
}
.panel-body {
    padding: 5px 15px;
}
.modal-footer {
    background-color: #F0F0F0;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
textarea.resizenone {
    resize: none;
}
.modal-body {
     /*min-height: 300px;*/
    overflow-y: auto;
}
.progress {
    margin-bottom: 10px;
    border: 1px solid #eee;
    box-shadow: 0 1px 2px #BBBBBB inset;
}
.leftpane h2 {
    border-bottom: 1px solid #000000;
}
.leftpane .panel-default > .panel-heading {
    background: #EAF3FD;
}
.leftpane .panel-default > .panel-body {
    padding: 3px 15px;
}
.leftpane .panel-default > .panel-heading {
    background: #EAD7B5;
    border-color: #EAD7B5;
}
.filename, .upload_file_size, .upload_status {
    line-height: 30px;
}
.upload_file_size {
    text-transform: uppercase;
}
.fileupload .border_bottom {
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0;
}
.fileupload .modal-dialog {
    max-width: 768px;
    width: 90%;
}
.fileupload .background_gray {
    background: #EEEEEE;
    float: left;
    width: 100%;
    padding-top: 15px;
}
.filename .form-control {
    width: auto;
}
.marginright0 {
    margin-right: 0px !important;
}
.bootstrap-timepicker-widget .glyphicon {
    margin: 0px !important;
}
.fileupload .thumbnail {
    border: none !important;
    borderradius: 0px !important;
}
.fileupload-new[style], .fileupload-new {
    width: auto !important;
    margin-bottom: 0px !important;
}
.fileupload-new, .fileupload-exists {
    font-size: 10px;
    color: #4A77A6 !important;
}
a.fileupload-exists {
    width: auto;
    display: inline-block;
    padding: 0px;
}
.fileupload-new .btn {
    padding-top: 0px;
}
.fileupload-preview img {
    width: 144px;
    height: 144px;
}
span.btn.btn-file {
    padding: 0px;
    width: 90px;
    clear: both;
    display: inline-block;
}
.fileupload-new .thumbnail[style] {
    height: auto !important;
}
input.timepicker1 {
    padding: 6px;
}
.col-lg-7.controls {
    vertical-align: text-top !important;
}
.col-lg-7.controls > label {
    margin-top: 0px !important;
    padding-top: 0px !important;
    vertical-align: baseline;
}
.col-lg-7.controls .radio-inline {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.v_baseline {
    vertical-align: baseline !important;
}
.v_middle {
    vertical-align: middle !important;
}
/*contact - summary */
.box_content.contact-summary {
    background: #fffee9;
    margin-bottom:20px
}
.contact-summary ul.summary {
    width: 84%;
    float: left;
}
.contact-summary ul.summary li {
    display: block;
    width: 46%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0px 0px 4%;
    line-height: 2.5;
}
.contact-summary ul.summary li span {
    float: left;
}
.contact-summary ul.summary li strong {
    float: right;
}
.photo-upload {
    width: 16%;
    float: left;
}
.photo-upload .btn_link {
    max-width: 100%;
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.twitter-typeahead .tt-hint {
    display: block;
    height: 34px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
}
.twitter-typeahead {
    width: 100%;

}
.tt-dropdown-menu {
    min-width: 180px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
 *border-right-width: 2px;
 *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}
.table {
/* margin-bottom: 0; */
}
/*.
.btn
{
    font-size: 12px;
}

select,
textarea,
input[type="text"]
{
    margin-bottom: 0;
} */

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > td a, .table-hover tbody tr:hover > td a:hover, .table-hover tbody tr.selected_tr > td {
/* background-color: #82abd6;
   color: #fff;
    font-style: italic;*/
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
/*.
form-horizontal .control-label {
    float: left;
    width: 140px;
    text-align: left;
}
.form-horizontal .controls {
    margin-left: 148px;
    }*/
/*prettychild overwrite */
.prettycheckbox, .prettyradio {
    margin: -6px 0;
}
.prettycheckbox a, .prettyradio a {
    height: 25px;
}
/*datepicker overwrite */
.datepicker td, .datepicker th {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.margintop50 {
    margin-top: 50px !important;
}
.form-horizontal .btn.dropdown-toggle {
    background: #eee;
    border: #eee;
}
.control-group {
    margin-bottom: 20px;
    float: left;
}
.has-pretty-child .form-control {
    width: 78%;
    float: left;
}
.controls .selectpicker {
    float: left !important;
}
.has-pretty-child .bootstrap-select {
    margin: 2px 0px 0px 2px;
}
.w_per_47 {
    width: 47% !important;
}
.radio-inline.has-pretty-child {
    padding-left: 0px;
}
.prettycheckbox {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-baseline-middle;
}
.pagination > ul {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.pagination > ul > li {
    display: inline;
}
.pagination > ul > li > a, .pagination > ul > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > ul > li:first-child > a, .pagination > ul > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > ul > li:last-child > a, .pagination > ul > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > ul > li > a:hover, .pagination > ul > li > span:hover, .pagination > ul > li > a:focus, .pagination > ul > li > span:focus {
    background-color: #eee;
}
.pagination > ul > .active > a, .pagination > ul > .active > span, .pagination > ul > .active > a:hover, .pagination > ul > .active > span:hover, .pagination > ul > .active > a:focus, .pagination > ul > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination > ul > .disabled > span, .pagination > ul > .disabled > a, .pagination > ul > .disabled > a:hover, .pagination > ul > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > ul-lg > li > a, .pagination > ul-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination > ul-lg > li:first-child > a, .pagination > ul-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination > ul-lg > li:last-child > a, .pagination > ul-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination > ul-sm > li > a, .pagination > ul-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination > ul-sm > li:first-child > a, .pagination > ul-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > ul-sm > li:last-child > a, .pagination > ul-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
input.form-input-100-per {
    width: 98%;
}
.modal-backdrop {
    background-color: #FFFFFF;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.grey_btn {
    background: #e6e6e6;
}
#maincontentcontainer[style] {
    height: auto !important;
}
.paddingbottom15 {
    padding-bottom: 15px !important;
}
.icon_ro:before, .icon_ro:after {
    margin-right: 0px !important;
}
.marginbottom15 {
    margin-bottom: 15px !important;
}
.btn_new {
    width: 100%;
    height: 34px;
    padding: 5px;
    background: #e6e6e6;
}
.photo-upload img {
    max-width: 100%;
}
.rct_act_tbl {
    border: none;
}
.rct_act_tbl th {
    background: none;
    border-left: none;
    color: #000;
    font-weight: normal;
    border-bottom: 2px solid #4A77A6 !important;
}
.rct_act_tbl td {
    border-left: none;
    padding: 8px !important;
}
table.doc_table td, table.doc_table th {
    padding: 8px !important;
}
table.doc_table td.doc_td {
    background: url(../Content/_images/doc-file.png) 8px center no-repeat;
    padding-left: 27px !important;
}
.see_more_btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-right: 15px;
}
.see_more_btn:hover {
    text-decoration: none !important;
}
.see_more_btn:hover:after {
    border-left: 7px solid #B4CDE6;
}
.see_more_btn:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #4fd2da;
    border-bottom: 4px solid transparent;
    box-shadow: none;
}
.prog-parent {
    margin-top: 5px;
}
.prog-parent .progress {
    margin-bottom: 0px !important;
}
.my_navbar {
    background: #4A77A6;
    border-radius: 0;
    border: none;/* text-transform: uppercase !important;*/
}
.navbar {
    margin-bottom:0;
    border-bottom:none
    }
.navbar-default .navbar-nav > a, .navbar-default .navbar-nav > a:hover {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background: #7BA6D3;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a {
    background-color: inherit !important;
    color: #fff !important;
}
.navbar-default {
    background-color:transparent;
    }
.navbar-default>section {
    background:#282828;
}
.navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;

}
.navbar-default .navbar-nav > li > a:hover {
    background: #18416C;;
    color: #fff;
}
.my_navbar .dropdown:hover {
    background: #82ABD6;
}
.keep_open {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    background: #18416C;
}
.active .keep_open {
    background: #7BA6D3;
}
.keep_open > li > a {
    color: #fff;
    font-size: 14px;
    /*font-family: 'robotocondensed' !important;*/
    padding: 8px 20px;
}
.keep_open > li > a:hover {
    background: #fff !important;
    color:#4A77A6;
}
.keep_open > li > ul {
    color: #fff;
    border: none;
}
.keep_open > li > ul > li > a {
    clear: both;
    color: #fff;
    display: block;
    background: #4A77A6 !important;
    box-shadow: none !important;
    border: none !important;
    font-weight: normal;
    color: #fff !important;
    font-size: 16px;
    font-family: 'robotocondensed' !important;
    padding: 8px 20px;
    white-space: nowrap;
}
.keep_open > li > ul > li > a:hover {
    color: #fff;
    background: #82ABD6 !important;
    text-decoration: none;
}

.navbar_rep .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #dae6f3 !important;
    border-top-color: #dae6f3 !important;
}
.navbar_rep .navbar-nav > .dropdown > a:hover .caret, .navbar_rep .navbar-nav > .dropdown:hover > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar_rep .navbar-collapse, .navbar_rep .navbar-form {
    border: none;
}
.my_tabs > li > a {
    background: #4A77A6;
    border-radius: 0px;
    color: white;
    padding: 6px 15px;
}
.my_tabs > li > a:hover {
    background: #608EBC;
    border: 1px solid #608EBC;
}
.box-content.relative {
    padding-top: 0px !important;
    margin-top: -1px !important;
    position: relative;
}
.my_navbar ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.my_navbar {
    min-height: 32px !important;
}
.logo a {
    display: block;
    float: left;
}
/*=============///   NEW STYLES    ///===============*/
.col76 {
    width: 76%;
}
.col20 {
    width: 20%;
}
col50 {
    width: 50%;
}
colp50 {
    width: 50px;
}
#batchupload {
    margin-top: -1px;
    padding-top: 0;
}
.subidentifier {
    width: 60%;
    margin-left: 20px;
}
.identifier td.paddingWrap {
    background: #fff;
}
.paddingWrap .pagination {
    margin: 0;
}
.fileupload-content table {
    margin: 0;
}
.nav-tabs {
    position: relative;
    z-index: 2;
}
/*.main_batch_nav.nav-tabs > li {

    margin-bottom:0;
}


.main_batch_nav > li > a {
    background: none repeat scroll 0 0 #4A77A6;
    border-radius: 0;
    color: #FFFFFF;
    padding: 6px 15px;
}


.main_batch_nav > li > a:hover {
    background: none repeat scroll 0 0 #608EBC;
    border: 1px solid #608EBC;
}*/


.identifier th {
    background: #DFEEFF;
}
.identifier td {
    background: #f5f5f5;
}
.identifier .permissions-list td {
    background: #ffffff;
    border: none;
    padding: 5px 10px 5px 0;
    vertical-align: middle;
}
#indvidualID .modal-body {
    min-height: 120px;
}
#batch_statistics {
    margin-top: 10px;
}



.btn_link {
    border: none;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    color: #4A77A6;
}
tr.selected_tr td, tr.selected_tr td:hover {
    background-color: #ddd;
    color: #333;
}
tr.selected_tr:hover td, tr.selected_tr td .table-hover>tbody>tr:hover>td {
    background-color: #c7c7c7;
    color: #333333;
}
tr.selected_tr td a {
    color: #fff;
}
.table-striped tbody tr.selected_tr:nth-child(odd) td {
    background-color: #ddd;
}
.marginright20 {
    margin-right: 20px !important;
}


.batch_nav, .batch_nav1 {
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    margin: -10px 0px 15px -16px;
    padding: 3px 16px 3px 15px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    background: #e6e6e6;
    border-bottom: 1px solid #ddd;
}
.batch_nav1 {
    margin-top: 0px;
}
.batch_nav li, .batch_nav1 li {
    float: left;
    margin: 0px 6px 0px 0px;
}
.batch_nav li a, .batch_nav1 li a {
    background: #E6E6E6;
    border: none;
    color: #767676;
    margin: 0px;
    padding: 5px 8px;
    display: block;
    border: 1px solid #DADADA;
    border-radius: 4px;
}
.batch_nav li a.active, .batch_nav li.active a, .batch_nav li.active a:hover, .batch_nav li.active a:focus, .batch_nav1 li a.active, .batch_nav1 li.active a, .batch_nav1 li.active a:hover, .batch_nav1 li.active a:focus {
    background: #fff;
    color: #767676;
    border: 1px solid #DADADA;
    border-radius: 4px
}
.paddingtop7 {
    padding-top: 7px !important;
}
.photo-upload .btn_link {
    padding: 0px;
}
.clnt_vlt {
    font-size: 18px;
    display: block;
    float: left;
    margin-top: 2px;
}
.clnt_vlt_btn {
    float: left;
    margin: 0px 0px 0px 10px;
    background: #333;
    color: #fff;
    border: none;
}
.round_btn, .round_btn_nxt {
    background: #3276B1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    position: relative;
    float: left;
    margin-left: 10px;
}
.round_btn:after {
    border-top: 6px solid #3276B1;
    border-bottom: 6px solid #3276b1;
    border-left: 7px solid #fff;
    position: absolute;
    right: 7px;
    top: 6px;
    content: "";
    width: 0px;
    height: 0px;
}
.round_btn_nxt {
    margin-left: 0px;
}
.round_btn_nxt:after {
    border-top: 6px solid #3276B1;
    border-bottom: 6px solid #3276b1;
    border-right: 7px solid #fff;
    position: absolute;
    right: 10px;
    top: 6px;
    content: "";
    width: 0px;
    height: 0px;
}
.lg_bg {
    background: #f4f4f4 !important;
}
.lg_bg {
    background: #f4f4f4 !important;
}
#contactBasicData .form-group {
    padding-top: 1px;
    padding-bottom: 1px;
}
.file_up {
    width: 100% !important;
    height: 27px !important;
}
.my_row {
    /*margin: -10px -10px 10px -10px;*/
    padding-top: 15px;
    background: #f7f7f7;
    margin-bottom: 10px;
}
.pfl_icons {
    margin: 5px 0px 0px;
    padding: 0px;
    list-style: none;
    float: right;
}
.pfl_icons li {
    float: left;
    margin: 0px 12px 0px 0px;
}
.pfl_icons li img {
    display: block;
    outline: none;
    width: 20px;
    height: 20px;
}
.pfl_icons li:nth-child(2) img {
    display: block;
    outline: none;
    width: 32px;
    height: 20px;
}
.highlighter {
    background-color: #FFFF7F;
}
.box_content.contact-summary-green {
    background: #f0ffef !important;
}
.btn-black {
    background: #000 !important;
    color: #fff !important;
    cursor: pointer;
    border: none !important;
}
/*#searchContactsTable
{
    border: 1px solid #ccc !important;
    border-left: none !important;
    border-right: none !important;
}*/

#searchContactsTable tr th {
    white-space: nowrap;
}
#searchContactsTable tr td {
    max-width: 70px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font_18t {
    font-size: 20px;
    text-align: right;
}
.font_18t strong {
    margin-top: 20px;
    float: right;
}
.ui-widget-header {
    background: #5CB85C !important;
}
.ui-progressbar .ui-progressbar-value {
    margin: 0px !important;
}
.report_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}
.report_list li {
    float: left;
    width: 49%;
    margin: 0px;
}
.tb {
    border: 2px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}
.report_list li:nth-child(even) {
    padding-right: 0px !important;
}
.marginbottom0 {
    margin-bottom: 0px !important;
}
.margintop0 {
    margin-top: 0px !important;
}
.cb_lbl {
    vertical-align: top;
    color: #737373;
}
ul.batch_tabs {
    border-bottom: 0 none !important;
}
ul.batch_tabs li a {
    border: 0px none !important;
    border-radius: 0px !important;
    background: #fff !important;
    font-size: 20px !important;
    color: #666 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
ul.batch_tabs li.active a, ul.batch_tabs li:hover a {
    border: 0px none !important;
    border-radius: 0px !important;
    background: #fff !important;
    color: #4A77A6 !important;
    text-decoration: underline;
}
.grey_ftr {
    background: #F7F7F7;
    margin-bottom: 10px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 5px;
}
.ftr_lst {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.ftr_lst li {
    padding: 0px 0px 0px 10px;
    background: url(../Content/_images/arrow-r.png) 2px 4px no-repeat;
}
.feature_blc .col-md-3:nth-child(4n+5) {
    clear: both;
}
.grey_ftr h3 {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.report_list li {
 float:left;
width:100%;
margin:0px;
}

.w_100p {
    width: 100%;
}
.gridster ul li {
    background: #FFFFFF;
    float: left;
    padding: 10px;
    cursor: move;
}
.gridster ul li.checked {
    background: #ecf2fb;
}
p.gridester_p {
    clear: both;
    float: left;
    margin: 0px;
    padding: 0px;
}
strong.gridster_n {
    color: #4a77a6;
}
.vertical_middle {
    vertical-align: middle !important;
}
.gridster ul li img {
    width: 100%;
}
.gridster {
    float: left;
    width: 100%;
}
.gridster .closemem {
    font-weight: bold;
    text-decoration: none;
    color: #111;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: -6px;
    opacity: .4;
}
.gridster .closemem:hover {
    opacity: .8;
}
p.gridester_rp {
    float: right !important;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
.pbfa {
    margin-top: 7px;
}
.alert .close {
    background: none;
}



/* Common styles for all types */
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout-warning {
    background-color: #faf8f0;
    border-color: #faebcc;
}
.bs-callout-warning h4 {
    color: #8a6d3b;
}
/* prompt login */



.prompt-login .container {
    width: 600px;
}
.prompt-login header {
    border-bottom: 2px solid #d7d7d7;
    padding: 20px 0;
}
.prompt-login .logo {
    border-right: 1px solid #d7d7d7;
}
.prompt-login .logo img {
    width: 100%;
}
.prompt-login .logo h1 a {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: url(../images/prompt_logo.png) no-repeat 0 0;
}
.prompt-login h1, .prompt-login h4 {
    font-family: Arial;
}
.prompt-login h4 {
    font-family: Arial;
    color: #ba9c6a;
}
.prompt-login li {
    list-style: decimal;
    font-size: 14px;
}
.prompt-login .form-group .form-control {
    display: inline-block;
    width: 92%;
}
/*.form-group span { color: #ff4037; font-size: 22px; font-weight: bold; display: inline-block; margin-left: 8px; line-height: 20px;  float: right;
margin-top: 10px;}*/


.agreeWrap h1 {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #87a8d3;
    padding-bottom: 10px;
}
.agreeWrap p {
    line-height: 22px;
    padding-left: 10px;
}
.agreeWrap .jspDrag {
    height: 60px;
}
.agreeWrap .scroll-pane {
    height: 360px;
    width: 530px;
    overflow: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
.agreeWrap .jspContainer {
    width: auto !important;
}
.agreeWrap .jspPane {
    width: 100% !important;
}
/* Email Invitation */

.emailWrap {
    background: #f3f3f3;
}
.emailWrap .container {
    width: 600px;
    margin: auto;
}
.emailWrap header {
    background: #aec9dc;
    background: #ebf2f6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjZWJmMmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZGFlNmVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiZGJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-radial-gradient(center, ellipse cover, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(19%, #ebf2f6), color-stop(52%, #dae6ed), color-stop(100%, #cbdbe5)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf2f6', endColorstr='#cbdbe5', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.emailWrap .bgWhite {
    background: #ffffff;
    padding: 20px 40px;
}
.emailWrap .emailTxt {
}
.emailTxt p, .emailCon p {
    font-size: 14px;
    color: #616161;
    line-height: 20px;
}
.emailTxt hr {
    border-top-color: #d2d2d2;
}
.emailCon p {
    margin: 0;
}
.marD40 {
    margin-left: -40px;
    margin-right: -40px;
}
.regwrap {
    background: #1d6094;
}
.regards p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 16px;
}
.regards p + p {
    font-style: italic;
    font-weight: bold;
}
.emailWrap .noteWrap {
    overflow: hidden
}
.emailWrap .noteWrap span {
    border: 2px solid #b5b5b5;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
}
.emailWrap .noteWrap p {
    color: #111;
    margin: 0;
}
.emailWrap .noteWrap a {
    color: #1d6094;
    text-decoration: underline
}
.btn_gradient {
    background: #ebf2f6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxOSUiIHN0b3AtY29sb3I9IiNlYmYyZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiNkYWU2ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2JkYmU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #ebf2f6), color-stop(52%, #dae6ed), color-stop(100%, #cbdbe5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ebf2f6 19%, #dae6ed 52%, #cbdbe5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf2f6', endColorstr='#cbdbe5', GradientType=0 ); /* IE6-8 */
    padding: 14px 18px;
    min-width: 200px;
    font-size: 18px;
}
.btn_gradient i {
    background: url(../Content/_images/email_aright.png) no-repeat 0 center;
    display: inline-block;
    width: 10px;
    height: 17px;
    float: right;
    margin-top: 3px;
}

/* Tree Menu*/
#vakata-contextmenu.jstree-proton-context li.jstree-contextmenu-disabled a,  #vakata-contextmenu.jstree-proton-context li.jstree-contextmenu-disabled a:hover {
    color: silver;
    background: transparent;
    border: 0;
    padding: 1px 4px;
}
.marginbottom0 {
    margin-bottom: 0px !important;
}
/*   Account Data  */


.table thead>tr>th {
    border-bottom: 1px solid #ddd;
}
.table-condensed thead>tr>th, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>td {
    padding: 10px 5px;
    border: none
}
.table.table-condensed thead > tr > th {
    border-bottom: 1px solid #82abd6;
}
table.table-condensed th, table.table-condensed td {
    border-left: none;
}
.form-group .control-label span {
    float: none;
    margin-top: 0;
    font-size: 17px;
    margin-left: 2px;
}
/*.minH150 {
    min-height: 150px;
}*/
.maxinp {
    width: 100% !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
}
#ownership .select2-container .select2-choice > .select2-chosen {
    margin-top: 0px;
    color: red;
}
.input-group .form-control.datepicker {
    margin-top: 0;
}
.twitter-typeahead .form-control[disabled] {
    background: #eee !important;
    cursor: not-allowed
}

/* manage accounts */
.networth {
    margin-bottom:15px;
    font-size: 11px;
}
.amount {
    font-size: 16px;
    font-weight: bold;
}
#accounts ul li {
    border-top:1px solid #cccccc;
    padding:5px 0;
}
#accounts ul li:first-child {
    border-top:none;
}
.container-fluid {margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}


/*=============///   NEW STYLES    ///===============*/
@media(min-width:768px) {
body {
    padding-top:137px;
    }
.my_navbar .open > .keep_open {
 display: inherit;
}
.my_navbar .dropdown:hover {
 background: #18416C;
}
.my_navbar .dropdown .keep_open {
 display: none;
}
 .my_navbar .dropdown:hover .keep_open, .my_navbar .dropdown.force-sub-open .keep_open {
 display: block;
 width: 100%;
}
 .keep_open > li {
 position: relative;
 /*display:inline-block;*/
}
 .keep_open > li > ul {
 position: absolute;
 display: none;
 left: 100%;
 top: 0px;
}
.service_links .txt {
    display:inline;
    margin-right:10px;
    }
.service_links .messages .txt {
    margin-right:0
    }
    #crt_acnt .modal-dialog {
 width:760px;
}

.navbar-collapse {
    padding-left:0;
}
}

@media(min-width: 992px) {
    body {
    padding-top:135px;
    }
    }

@media(min-width: 1200px) {

.container {
    max-width: 80%;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
}

 @media(max-width:767px) {
body {
    padding-top:137px;
    }
.service_links > ul {
         background: #282828;
         padding:0 15px
         }
    .service_links {
        margin: 0 -16px;
    }
.service_links .txt {
    display:none
    }
.service_links a {
    padding:5px 0
    }
 .service_links > ul {
 width: 100%;

}
 .service_links > ul > li {
 height: 39px;
 width: 100%;
 margin: 0px;
/* border-bottom: 1px solid #ccc;*/
 padding: 5px ;
 display:inline
}
 .keep_open > li > ul > li > a {
 padding-left: 35px;
 background: #5383B2 !important;
}
 .navbar-nav > li {
 border-bottom: 1px solid #3d6895 !important;
}

 .dropdown-menu > li > ul {
 display: none;
}

.navbar-collapse {
 max-height: 1000px !important;
}

}


@media screen and (max-width:400px) {

}

/* dashboard mockup css */
.gridster .remove {
    float: right;
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 0.8;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
    text-decoration: none;
}

.widget-selector .modal-dialog {
    width: 900px;
}

.widget-header{
    border-bottom: 1px solid #3d6895;
    height: 24px;
}

.new-dashboard .modal-dialog, .delete-dashboard .modal-dialog {
    width: 400px;
}

.new-dashboard .modal-body, .delete-dashboard .modal-body {
    min-height: 120px;
}
.widget-selector .modal-dialog a.thumbnail {
    opacity: 0.5;
    text-decoration: none;
    height:290px;
}

.widget-selector .modal-dialog a.thumbnail:hover, .widget-selector .modal-dialog a.thumbnail.active {
    opacity: 1;
      border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.widget-content {
    margin-top:8px;
}

.widget-content, widget-header {
    display:block;
}

.widget-header{
    border-bottom: 1px solid #3d6895;
    height: 24px;
}

.widget-header h4 {
    margin-top:2px;
}

li.active .dropdown-menu.dashboard-sub-menu
{
    display: block;
    width: 100%;
}

.dashboard-sub-menu .sortable-placeholder
{
    height:0;
    width: 150px;
}

.dashboard-sub-menu li a span.glyphicon-remove
{
    margin:0 0 0 8px;
    font-size:11px;
    top: 0;
}

.dashboard-sub-menu li a span.glyphicon-th
{
    margin:0 -8px 0 0;
    font-size:12px;
    top: 0;
    cursor:move;
}

.dashboard-main-content
{
    margin-top: -35px;
}

span.widget-title
{
    cursor:text;
}

span.widget-title input
{
    font-size: 18px;
    height: 20px;
    padding:0;
    border: 1px solid #b5b5b5;
    margin-bottom: 2px;
}
.dashboard-sub-menu li.dashboard-tab.active a span form
{
    display:inline-block;
    cursor:text;
}
.dashboard-sub-menu li.dashboard-tab.active a span input
{
    font-size: 14px;
    height: 16px;
    padding:1px;
    border: 1px solid #b5b5b5;
    display:inline-block;
}
/* dashboard end */

.advisor_box {
    border: 1px solid  #21db89;
    background-color: #f0ffef!important;
}

/* add account start */
.accounts-modal .modal-dialog {
    width:1152px;
}


/*.accounts-modal .modal-body {
    padding: 0 3px 10px 3px;
}*/


.accounts-modal .modal-header .btn
{
    text-transform: uppercase;
    padding:6px 20px;
}
.accounts-modal .status
{
    height: 700px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding-top:10px;
}

.accounts-modal .add-account-area .panel-body
{
    min-height: 300px;
}

.accounts-modal .add-account-area .add-account-search-results
{
    display:block;
    margin: 15px 5px;
}

.accounts-modal .add-account-area .add-account-search-results div
{
    float: left;
    width: 50%;
    padding: 3px 0 3px 0;
}

.accounts-modal .add-account-area .add-account-search-results div a
{
    cursor:pointer;
}

.accounts-modal .add-account-area .add-account-search-results span.search-highlight
{
    font-weight:bolder;
}

.accounts-modal .add-account-area .close
{
    background: none;
    margin: 8px 4px 0;
}

.accounts-modal .add-account-classify table tr td
{
    border-top: none;
    /*background:#F5F5F5;*/
    vertical-align:middle;
}

.accounts-modal .add-account-classify table tr.title-row td
{
    padding: 0px 8px 0px 8px;
}
.accounts-modal .add-account-classify table tr.title-row td label
{
    margin-bottom:2px;
}
.accounts-modal .add-account-classify table tr.ownership-row td
{
    padding: 0px 8px 8px 8px;
}
.accounts-modal .add-account-classify table tr:first-child td
{
    border-bottom: 1px solid #DDDDDD;
    background:none;
}

.accounts-modal .add-account-classify a
{
    cursor:pointer;
}

input.number
{
    text-align:right;
}

ul.error-list
{
    border: 1px solid #A94442;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 2px 5px 5px 21px;
}

ul.error-list li
{
    color: #A94442;
    list-style-type:disc;
    padding: 3px 3px 0px 10px;
}

.accounts-modal .error
{
    color: #A94442;
}

.accounts-modal .left-fi, .accounts-modal .left-account
{
    cursor:pointer;
}

.accounts-modal .btn-xxs {
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.2;
    padding: 0px 3px 1px 3px;
}

.accounts-modal .btn-glyph-xxs {
    border-radius: 3px;
    padding: 1px 2px 1px;
    line-height: 0.9;
    font-size: 10px;
}
.accounts-modal .btn-glyph-xxs .glyphicon
{
    margin-right:0;
    line-height:0.9;
}

.accounts-modal .accounts-summary .panel-heading
{
    padding:5px;
}

.accounts-modal .accounts-summary .panel-body
{
    padding:5px;
}

.accounts-modal .accounts-summary .panel-body h4
{
    margin-top:0px;
    margin-bottom:4px;
}
.accounts-modal .accounts-summary .panel
{
    margin-bottom:5px;
}

.panel-error .panel-heading .btn
{
    float:left;
    margin-right:10px;
}

.panel-error .panel-body .btn
{
    margin-left:10px;
}

.panel-error .panel-heading
{
   padding:6px;
}

.panel-error .panel-heading .panel-title
{
    float:left;
    line-height:28px;
}
.accounts-modal .add-account-area .panel-error .panel-body
{
    min-height:40px;
}
/* add account end */