﻿/*overrides*/
.profile-img img.img-circle {
  width: 76px;
  height: 76px;
}

.profile-img-sm {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: slategrey;
    font-size: 18px;
    color:white;
    text-align:center;
    padding-top: 2px;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 0 0 0 0;
}


.dx-treeview .dx-treeview-item {
    /* padding: 4px 6px; */
    min-height: 16px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-left: 6px !important;
}

/* 
    This was added bcs .dx-treeview .dx-treeview-item above was causeing the checkbox in the pivot table
    field chooser to fields area to bi displayed over the label.
*/ 
span.dx-area-field {
    padding-left: 27px;
}
.dx-treeview .dx-treeview-toggle-item-visibility:before,
.dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before {
    margin-top: -12px !important;
}

.dx-datagrid-nodata {
    margin-top: 0px !important;
    font-size: 12px;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: pointer;
}

.tooltip {
z-index: 9999999 !important;
position: fixed;
}

.fixed-small-header .small-header {
  z-index: 999;
}

.navigation_footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-weight: bold;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: green;
    color: white;
    z-index:999999;
}
 /*li.dropdown {
        min-width: 30px;
        display: inline-block;
    }

.label-success {
        padding-top:40px;
        text-align: center;

}

.pe-7s-speaker {
        width: 72px;
        height: 55px;
        text-align: center;
        right: 30px;
        position: center;
        font-size: 25px;
        padding-top: 15px;

}*/



/*Account summary household-grid*/
#dgHouseholds .grL1 td, #dgHouseholds .grL1 td div,
#dgInsuranceAccounts .grL1 td, #dgInsuranceAccounts .grL1 td div {
    background-color: white;
    color:black;
    font-weight: bold;
    /*font-size: 10pt;*/
}
#dgHouseholds .grL2 td, #dgHouseholds .grL2 td div {
    /*background-color: white;*/
    color:black;
    font-weight: bold;
}
#dgHouseholds .grL3 td, #dgHouseholds .grL3 td div {
    background-color: white;
    color:black;
    font-weight: normal;
}
/*
#dgHouseholds .dx-datagrid-grouprow-hide td {
    display: none
}
*/

#dgHouseholds .grL4 td, #dgHouseholds .grL4 td div {
    padding-left: 10px;
}

#dgHouseholds .dx-data-row td {
    /*background-color:#f5f5f5 !important;*/
    font-weight: normal;
}

/*Error Account - Managed account in HH group*/
    #dgHouseholds .grL1Err td, #dgHouseholds .grL1Err td div {
    background-color: orangered !important;        
    color:white;
    font-weight: bold;
    font-size: 10pt;
}
#dgHouseholds .grL2Err td, #dgHouseholds .grL2Err td div {
    background-color: orangered !important;        
    color:white;
    font-weight: bold;
}
#dgHouseholds .grL3Err td, #dgHouseholds .grL3Err td div {
    background-color: orangered !important;        
    color:white;
    font-weight: normal;
}

/*selected row*/
#dgHouseholds tr.acsrow td, #dgHouseholds tr.acsrow td div {    
    background-color:  lightblue !important;
    /*font-weight: bold;*/
}
#dgHouseholds tr.acsrow.grL1Err td, #dgHouseholds tr.acsrow.grL1Err td div,
#dgHouseholds tr.acsrow.grL2Err td, #dgHouseholds tr.acsrow.grL2Err td div,
#dgHouseholds tr.acsrow.grL3Err td, #dgHouseholds tr.acsrow.grL3Err td div {    
    background-color: brown !important;
    /*font-weight: bold;*/
}

.vdivider {
    height: 44px;
    margin: auto;
    width: 2px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #E4E5E7;
}

/*STEP WIZARD*/

ul.nav-wizard {
  background-color: #f1f1f1;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
ul.nav-wizard:before {
  position: absolute;
}
ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard li {
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  text-align: center;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
}
ul.nav-wizard li a {
  color: #428bca;
  padding: 0;
}
ul.nav-wizard li a:hover {
  background-color: transparent;
}
ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f1f1f1;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}
ul.nav-wizard li.active {
  color: #3a87ad;
  background: #3698db;
}
ul.nav-wizard li.active:after {
  border-left: 16px solid #3698db;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #ffffff;
  background: #3698db;
}
ul.nav-wizard .active ~ li {
  color: #999999;
  background: #f9f9f9;
}
ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #f9f9f9;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #f9f9f9;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard li.disabled a {
    pointer-events: none;
    cursor: default;
}

ul.nav-wizard li.completed,
ul.nav-wizard li.completed a {
    background: #cae8ca;
}

ul.nav-wizard li.completed:before {
    z-index: 40;
    right: -14px;
    border-left: 16px solid #cae8ca;
}

.btn-group {  
    white-space: nowrap;              
}
.btn-group .btn {  
    float: none;
    display: inline-block;
}
.btn + .dropdown-toggle { 
    margin-left: -4px;
}

.dx-datagrid-rowsview {
    overflow: inherit !important;
}

.tblOverflow {
    overflow: inherit !important;
}

.costumdxTemplate {
    float: left; 
}

.dx-datagrid-manual-account-transactions-caption {
    padding: 5px 30px 10px 30px;
    font-weight: bold;
}

.dx-datagrid-manual-account-transactions {
    padding: 0px 30px 10px 30px;
}

.dx-datagrid-account-list-internal-grid {
    padding: 5px 0 20px
}

.dx-datagrid-perf-detail-caption {
    padding: 10px 0 5px 0;
    font-weight: bold;
}

.dx-datagrid-perf-detail-indent-caption {
    padding: 5px 30px 10px 30px;
    font-weight: bold;
}

    .dx-datagrid-perf-internal-grid {
    padding-bottom: 5px !important;
    padding-left: 30px !important;
}

/*we wish less padding inside dx grids*/
.dx-datagrid .dx-row > td {
    padding: 1px;
    vertical-align: middle;
}

.top-header {
    vertical-align: top !important;
}

.advisorop-gridcol {
    vertical-align: middle !important;
}

.advisorop-panel {
    overflow: hidden;
}

.panel-body{
    overflow: auto;
}

.grL4Col {
    background-color: lightyellow;
    font-style: italic;
}

.grL4ColPad {
    padding-left: 12px !important;
}

.grL4ColPad30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    vertical-align: bottom;
}
/*classes for validating inputs firstname, lastname, middlename*/
.form-control.errors {
    border-color: #d62c1a !important;
}

.form-control.errors {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
label.errors,
label span.errors {
    color: #e74c3c;
    margin: 5px 0 0 0;
    font-weight: 400;
    font-size: 10px;
}
label span.errors {
    margin-left: 5px;
}
label.errors:before {
    content: "\f071";
    font-family: 'FontAwesome';
    margin: 0 4px;
}
.label-bottom-buffer {
    margin-bottom: 5px;
}
.label-black {
    color: black;
}
.label-blue {
    color: blue;
}
.logolabel {
    color: #175b82;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: normal;
}
.subheadertext {
    color: #175b82;
    font-size: 14px;
}

/* flexbox classes */
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.vertical-align-top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}

.vertical-align-between {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.vertical-align-top .vertical-center {
    align-self: center;
}

#scrollable-dropdown-menu .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}

.flex-container {
    display: flex;
    flex-flow: row nowrap;
}

.flex-item {
    margin: 2px;
}

.flex-container-vertical {
    display: flex;
    flex-flow: column nowrap;
}

.mobile-navbar .navbar-nav > li {
    height:40px !important;
    /*padding: 15px 15px !important;*/
}


@media (max-width: 991px) {
    .navbar-right {
        display: none;
    }
}

.bg-light-gray {
    background-color: #d4d4d4;
}

.right-space {
    margin-right: 80px
}

.top-space {
    margin-top: 50px
}

/* advisorop-typeahead css */
.advisorop-typeahead {
    padding: 0px;
    max-width: 100%;
}

.advisorop-typeahead ul.tags {
    list-style: none;
    border-bottom: 1px solid #aaa;
    width: 100%;
    padding: 5px;
    margin-bottom: 0;
    cursor: text;
}

.advisorop-typeahead ul.tags.focused {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

.advisorop-typeahead ul li.tag {
    display: inline;
    padding: 2px 2px 2px 5px;
    border: 1px solid #aaa;
    background-color: #eee;
    border-radius: 5px;
    margin-right: 5px;
    color: #333;
    cursor: pointer;
}

.advisorop-typeahead ul li.inputtag {
    display: inline;
    margin-right: 5px;
    color: #333;
}

.advisorop-typeahead ul li.inputtag input {
    border: none;
    display: inline;
    height: initial;
    width: initial;
    margin: initial;
}

.advisorop-typeahead ul li.inputtag input:focus {
    border: none;
    display: inline;
    height: initial;
    width: initial;
    margin: initial;
    border-bottom: none;
    box-shadow: none;
}

.advisorop-typeahead ul li.inputtag input:focus {
    outline: none;
}

.advisorop-typeahead ul.list {
    list-style: none;
    border: 1px solid #aaa;
    border-top: none;
    width: 400px;
    padding: 0;
    margin: 0;
}

.advisorop-typeahead ul.list li {
    padding: 5px;
    cursor: pointer;
}

.advisorop-typeahead ul.list li.active {
    background-color: #aaa;
}


.advisorop-typeahead ul li span {
    padding-left: 5px;
    padding-right: 2px;
    font-weight: bold;
    font-family: sans-serif;
    color: rgba(0,0,0,0.5);
    text-transform: lowercase;
    font-height: 10px;
}

.master-detail-caption {
    padding: 0 0 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.meeting-list-dx-master-detail-cell {
    padding: 15px 15px 15px 15px;
}

.meeting-iframe-wrap {
    overflow: hidden;
    resize: both;
    position: relative;
    height: 616px;
    width: 975px;
}

.meeting-iframe-pull-tab {
    height: 0px;
    width: 0px;
    border-top: 15px solid grey;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 0;
    right: -9px;
    pointer-events: none;
    z-index: 2;
}

.meeting-iframe {
    height: 100%;
    width: 100%;
    border: 2px solid black;
    z-index: 1;
}

.tooltip.customClass {
    max-width: 500px;
}

.modal-open {
    overflow: initial;
}
