html {
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    /*overflow-x: hidden;*/
    height: 80%;
}

.container {
    height: 100%;
}

.top-menu a {
  color:#ffffff;
}

.switcher-label {
    display: table-cell;
    line-height: 1px;
    padding-right: 5px;
    padding-top: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
    margin-bottom: 1em;
}

.panel-border-box {
	 padding: 15px;
    border: 1px dashed #eceff4;
    margin-top: 30px;
    text-align: center;
}

/* Tablet and bigger */
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        right:50%;
        bottom: 0;
    }
}

.pdf-generator-div,
.pdf-generator-div,
.pdf-generator-div,
.pdf-generator-div,
.pdf-generator-div-temp {
    background: #ffffff;
    padding-left:3px;
}

.highlight {
    color: #3eb0f7;
}

.nav-tabs-horizontal .nav-tabs .nav-item.active .nav-link, .nav-tabs-horizontal .nav-tabs .nav-item .nav-link:focus {
    border-bottom-color: #01a8fe !important;
}

.nav-tabs-vertical .nav-tabs .nav-item.active .nav-link, .nav-tabs-vertical .nav-tabs .nav-item .nav-link:focus {
    border-right-color: #01a8fe !important;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../../img/loader.gif) no-repeat center center;
}

.homescreen {
    width: 100%;
    min-height: 98%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%\9 !important;
    background-size: cover;
    height: 100%;
    background-color: #FFF;
}

.form-group::after {
        display: table;
        clear: both;
        content: "";
    }

    .paging-select {
        display: inline-block;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
    }

    select.form-control {
        line-height: 1;
    }

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 8%;
    padding-bottom: 3%;
}

.avatar {
    border-radius: 0;
    font-weight: bold;
    overflow: hidden;
    width: auto;
    line-height: 37px;
    background-color: transparent;
}

.landing-text {
    color: #ffffff;
}

.social ul {
    padding: 0;
    list-style: none;
}

.social li {
    display: inline-block;
    padding-right: .3em;
    padding-bottom: .3em;
}

.social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #3eb0f7;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #3eb0f7;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.social li a:hover {
    color: #fff;
    background: #3eb0f7;
}

/* Bootstrap 3.x Pagination*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #01a8fe;
  border-color: #01a8fe;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

label {
  font-weight: 700;
}


/*toast*/

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}


.has-validation-error {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: #E63333 !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 3px !important;
}

.hide-control-an {
    display: none;
}

#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .5;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #F58A00;
    padding: 0;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.progress,
.page-progress-bar {
    margin: 30px 10% !important;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}

.content-height-spinner {
    height: 100px;
    background-color: white

}

.spinner-background-c {
    background-color: #fff;
    border-radius: 5px;
    height: 50px;
    margin: 20px auto;
    padding: 0;
    text-align: center;
    width: 50px;
}

.page-splash-message-image {
    color: #f58a00;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 150%;
    font-weight: bold;
    
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

/*table Header fixed fixed header of table */
.table-header-fixed {
    width: 100% 
}

.table-header-fixed > thead,
.table-header-fixed > tbody,
.table-header-fixed > thead > tr,
.table-header-fixed > tbody > tr,
.table-header-fixed > thead > tr > th,
.table-header-fixed > tbody > tr > td {
    display: block;
}

.table-header-fixed > tbody > tr:after,
.table-header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-header-fixed > tbody {
    overflow-y: auto;
    height: 250px;
}

.table-header-fixed > tbody > tr > td,
.table-header-fixed > thead > tr > th {
    width: 16.66%;
    float: left;
}

.control-focus {
    background-color: #d5d5d5;
}

.control-focus:focus {
     background-color:#ffffff;
}

.control-focus-value  {
      background-color:#ffffff;
}

.discretionary .table-header-fixed > tbody > tr > td,
.discretionary .table-header-fixed > thead > tr > th {
    width: 25%;
    float: left;
    text-align:center;
}

.loanview .table-header-fixed > tbody > tr > td,
.loanview .table-header-fixed > thead > tr > th {
    width: 14%;
    float: left;
    text-align:center;
    border-bottom: 0px;
}

.switcher-label {
    display: table-cell;
    line-height: 1px;
    padding-right: 5px;
    padding-top: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}

.th-width-40 {
    width: 40%;
}
.th-width-20 {
    width: 20%;
}
.th-width-30 {
    width: 30%;
}
.th-width-10 {
    width: 10%;
}


.doughnut-legend li span, .bar-legend li span{
 float:left;
 width:14px;
 height:14px;
 margin-right:2px;
 margin-top:2px;
}

.padding-top-27
{
    padding-top : 27px;
}
/*For Padding issue in the Client info. Annual Income*/
.client-management #primaryAgi {
    padding-left:10px;
    padding-right:10px;
}

.form-control-override{
    padding:8px 6px !important;
}


@import "compass/css3";

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background: #0f0f0f;
}

h1 {
    position: absolute;
    top: 20px;
    left: 935px;
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    text-transform: uppercase;
}
/* Timeline - Years */
.timelines-years {
    position: relative;
    top: 0px;
    margin: 0;
    white-space: nowrap;
    border-top: 1px solid #282828;
    list-style: none;
    /* Fix display: inline-block spacing issue */
    font-size: 0;
    margin-left: 0;
    padding-left: 0;
}

    .timelines-years li {
        position: relative;
        display: inline-block;
        width: 100px;
        color: #868686;
        font-size: 11px;
  /*      text-indent: -12px;*/
    }
        /* Display last year */
        .timelines-years li:last-child {
            width: 0px;
        }
/* Timeline - Events */
.timeline-events {
    position: relative;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    /* Fix display: inline-block spacing issue */
    font-size: 0;
}

    .timeline-events h2, .timeline-events h3, .timeline-events h4 , .timeline-events p {
        margin: 0 0 1px 0;
        font-weight: normal;
        font-size: 11px;
    }

    .timeline-events h2 {
        color: #777;
        text-transform: uppercase;
        text-wrap:normal
    }

    .timeline-events h4 {
        color: #fff;
        font-style: italic;
    }


    .timeline-events p {
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .timeline-events li {
        position: relative;
        display: inline-block;
        margin-right:2px;
        text-align:center;
        
    }

        .timeline-events li:before {
            position: absolute;
            left: 0;
            bottom: -36px;
            content: '';
            border-radius: 0 6px 6px 0;
        }

  

/* Timeline - Legend */
.timeline-event-legend {
    position: relative;
}

    .timeline-event-legend span {
        position: absolute;
        bottom: -150px;
        left: 850px;
    }

    .timeline-event-legend h2, .timeline-event-legend h3, .timeline-event-legend h4 {
        display: inline;
        margin-right: 10px;
    }

    .timeline-event-legend i {
        position: absolute;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-bottom-color: #fff;
    }

        .timeline-event-legend i:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-top-color: #fff;
        }

    .timeline-event-legend > i {
        bottom: -32px;
        right: -12px;
    }

        .timeline-event-legend > i:after {
            left: -4px;
            bottom: -12px;
        }

    .timeline-event-legend span > i {
        top: -1px;
        left: -14px;
    }

        .timeline-event-legend span > i:after {
            left: -4px;
            bottom: -12px;
        }
.timeline-events-override li {
    height: 10px;
    border-radius: 8px;
}

.time-line .popover {
    z-index:89899999;
  
}

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

    .ta-editor .ta-toolbar{
        display:none
    }