/*********************\
    Basic calsses
 \*********************/

 html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  height: 100%;
}

* {
  outline: none !important;
}

.animation {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
}

/* Table columns with classes */
.col1 {
  width: 80px;
}
.col2 {
  width: 100px;
}
.col3 {
  width: 120px;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 2px 0 0;
}

.fa-trash-alt:hover {
  color: #c82333;
}

.fas.fa-bars {
  cursor: move;
}

.font-lg {
  font-size: 1.25rem;
}

.smheight.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.smheight.row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.grid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.grid-row.px .col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 1200px){
  .col-lg8 {
      width: 62.666667%;
  }

  .col-lg4 {
    width: 37.333333%;
  }
}

.txt-yellow {
  color: #ff0 !important;
}

.txt-red {
  color: #c00000 !important;
}

.txt-green {
  color: #5c9423 !important;
}

.txt-lightgreen {
  color: #4bc549;
}

.txt-blue {
  color: #0000ff !important;
}

.txt-orange {
  color: #ffa500 !important;
}

.bg-yellow {
  background-color: #ff0 !important;
}

.bg-red {
  background-color: #c00000 !important;
  color: #ffffff;
}

tr.bg-red td.dead {
  background-color: #c00000 !important;
  color: #ffffff;
}

tr.bg-yellow td.dead {
  background-color: #ff0 !important;
}

.bg-green {
  background-color: #5c9423 !important;
}

.bg-red td.popover-wrap:hover, .bg-yellow td.popover-wrap:hover, .bg-green td.popover-wrap:hover{
  background-color: transparent !important;
}

/*#region Master list flags colors  */
.ft-birthday {
  color: #ff33cc;
}

.ft-anniversaries {
  color: #00b0f0;
}

.ft-rmds {
  color: #339933;
}

.ft-annuitydates {
  color: #ffff00;
}

.ft-annuitiyperdio {
  color: #00ff00;
}

.ft-negativecashflow {
  color: #ff0000;
}

.ft-insuffucientfunds {
  color: #999999;
}

.ft-willupdateoverdue {
  color: #7030a0;
}

.ft-fiftyporfolioqf {
  color: #ffa500;
}

.ft-incomeapproaching {
  color: #236b23;
}

.ft-iraphaseouts {
  color: #000066;
}

.ft-violatesecurity {
  color: #00ffff;
}

.ft-redline {
  color: #c00000;
}

.ft-tab8redline {
  color: #2d4b73;
}

.ft-tab9lognterm {
  color: #0002ff;
}
/*#endregion  */

.p_tb {
  padding: calc(1rem + 2vw) 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-t {
  padding-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-3 {
  padding: 0.5rem !important;
}

.p-5 {
  padding: 1rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-5 {
  margin: 1rem !important;
}

.mr-5 {
  margin-right: 1.5rem;
}

.ml-5{
  margin-left: 1rem;
}

.m-0 {
  margin: 0rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mx-5 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bg-light {
  background-color: #f2f6fb;
}

.lh-normal {
  line-height: normal;
}

.h-auto {
  min-height: auto !important;
  height: auto;
}

.childauto-width .date-field-group {
  width: auto !important;
}

.modal-smlg {
  width: 60%;
}

.modal-lg {
  width: 96vw !important;
}

.modal-lg .modal-body {
  height: calc(100vh - 64px - 75px - 4rem);
  overflow-x: hidden;
  overflow-y: auto;
}

.main-heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: calc(1.2rem + 0.5vw);
  letter-spacing: 0.018rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  color: #030303;
}

.header__bg-hero {
  background-image: url("../img/inner_hero-bg.png");
  background-color: #1e324b;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.elippsis-heading {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}


.elippsis-twolines {
  width: 100%;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.container-xl {
  padding-left: 1rem;
  padding-right: 1rem;
}

.disabled {
  color: #dbdbdb !important;
  user-select: none;
  pointer-events: none;
  /* visibility:hidden; */
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.d-block {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.calculator-modal .grid_col{
  height: auto !important;
}

.calculator-modal .grid_col .grid_body .table_grid .table tbody tr td label{
  font-weight: 400;
}


.calculator-modal .grid_col .grid_body .table_grid .table tbody tr td{
  height: 44px;
}



/* Mandatory class for every Control to action button */
.icon-link {
  color: #ffffff !important;
  font-size: 1.75rem;
  line-height: 1;
}

.cta-btn {
  display: inline-block;
  border: none;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0.028rem;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  border-radius: 0.2rem;
  margin: 0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-tranition: all 0.45s linear;
}

.btn-blue {
  background-color: #2a4068;
  color: #fff;
  border: 1px solid #2a4068;
}

.btn-blue:hover {
  background-color: #0a2448;
}

.btn-blue:focus {
  -webkit-box-shadow: 0 0 5px #2a4068;
  -moz-box-shadow: 0 0 5px #9ecaed;
  box-shadow: 0 0 5px #2a4068;
  border-color: #2a4068;
  outline: none;
}

.btn-delete {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-delete:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-delete:focus,
.btn-delete.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  outline: none;
}

.btn-close {
  color: #717171;
  background-color: #ffffff;
  border: 1px solid #717171;
}

.btn-close:hover {
  background-color: #f6f6f6;
}

.btn-close.focus,
.btn-close:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: none;
}

.btn-oultine-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-oultine-white:hover {
  box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.13);
}

.btn-oultine-white.focus,
.btn-oultine-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: none;
}

.cta-btn.btn-sm {
  padding: 0.7rem 1rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}

.cta-btn.btn-xs {
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}

/* App buttons css */
.btn {
  display: inline-block;
  border: none;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0.028rem;
  font-weight: 500;
  padding: 0.65rem 1rem;
  border-radius: 0.2rem;
  margin: 0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-tranition: all 0.45s linear;
}

.btn-sm {
  padding: 7px 10px !important;
}

.btn i {
  padding-right: 0.25rem;
  color: #666;
}

.btn-default {
  background: #fff;
  color: #030303;
  border: 1px solid rgba(42, 64, 104, 0.5);
  text-transform: capitalize;
}

.btn-default:hover {
  background-color: #ffffff;
  border-color: #000;
}

.btn-default:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 64, 104, 0.36);
  -moz-box-shadow: 0 0 0 0.2rem rgba(167, 167, 167, 0.36);
  box-shadow: 0 0 0 0.2rem rgba(42, 64, 104, 0.36);
  border-color: #030303;
  outline: none;
}

.btn-primary {
  background-color: #2a4068;
  color: #fff;
  border: 1px solid #2a4068;
}

.btn-primary:hover {
  background-color: #0a2448;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 5px #2a4068;
  -moz-box-shadow: 0 0 5px #9ecaed;
  box-shadow: 0 0 5px #2a4068;
  border-color: #2a4068;
  outline: none;
}

.btn-delete {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-delete:hover {
  color: #ffffff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-delete:focus {
  color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  -moz-box-shadow: 0 0 5px 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 5px 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  border-color: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  outline: none;
}

.cursor-auto {
  cursor: auto !important;
}

.modal-backdrop.in {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.site-container {
  max-width: calc(100% - 3rem);
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.d-flex {
  display: -webkit-flex;
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-middle {
  align-items: center;
}

.align-left {
  justify-content: flex-start;
}

.align-center {
  justify-content: center;
}

.align-right {
  justify-content: flex-end;
}

.justify-items {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-wrap {
  padding: 1.5rem 0;
  min-height: 600px;
}

.custom_tooltip + .tooltip.in {
  opacity: 1;
}

.custom_tooltip + .tooltip .tooltip-inner {
  font-family: "Open Sans", sans-serif;
  max-width: 200px;
  padding: 0.5rem 0.8rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.028em;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

.ripple-effect {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.ripple-effect:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

.ripple-effect:active:after {
  transform: scale(0, 0);
  opacity: 0.4;
  transition: 0s;
}

.img_responsive {
  width: 100%;
  max-width: 100%;
}

/*#region Video Library  */
.videolib_page .row [class^="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.videolib_page .btn-group {
  margin: 2rem 0;
}

.videolib_page .btn-group label {
  border-color: #030303;
  color: #030303;
  font-size: 1rem;
  min-width: 10rem;
}

.videolib_page .btn-group label.active {
  background: #1e324b;
  color: white;
}
.videolib_page .videolib_grid .video_card {
  display: block;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.4rem;
  border: 1px solid #dadce0;
  transition: all 0.25s linear;
  height: 400px;
}
.videolib_page .videolib_grid .video_card:hover img {
  transform: scale(1.025);
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.videolib_page .videolib_grid .video_card img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  transition: all 0.25s linear;
  background-color: #dbdbdb;
}
.videolib_page .videolib_grid .video_card h3 {
  color: #030303;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem 0.65rem;
  line-height: normal;
}
.videolib_page .videolib_grid .video_card p {
  font-size: 0.85rem;
  text-align: left;
  color: rgba(3, 3, 3, 0.7);
  padding: 0 0.65rem 1rem;
  margin: 0;
  line-height: normal;
}
.videlibrary_modal .modal-body{
  padding: 0 !important;
  background-color: #000000 !important;
  overflow: hidden;
}

.videlibrary_modal .video_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.videlibrary_modal .video_header button.btn{
  background: transparent;
  border: none;
}

.videlibrary_modal .video_header button.btn i{
  color: #ffffff;
  transform: scale(1.5);
}

.videlibrary_modal .modal-body article{
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 36%;
}
.videlibrary_modal .modal-body article video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.videolib_page .playButton {
  position: absolute;
  top: 23%;
  left: 45%;
  transform: translate(-50%, -50%);  
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  padding: 10px;
}

.videolib_page .playButton img {
  width: 28px;
  background-color: transparent !important;
  cursor: pointer;
}
/*#endregion Video Library  */

/* END custom Syles */

body {
  background-color: #f6f6f6;
  font-family: "Open Sans", sans-serif !important;
  color: #030303;
  letter-spacing: 0.018rem;
}

.header-main {
  display: block;
  width: 100%;
  height: calc(8rem + 3vw);
  position: relative;
}

.header-main nav {
  padding: 0;
  margin: 0;
  background: #fff;
  background-color: #fff !important;
  border-radius: 0;
  z-index: 9;
  border: none;
}

.header-main .navbar-header {
  display: block;
}

.header-main .navbar-nav {
  width: auto;
}

.header-main .navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  letter-spacing: 0.035rem;
  font-size: calc(1rem + 0.6vw);
  padding-right: 0;
  line-height: 1;
}

.header-main .navbar-brand img {
  height: 2.5rem;
  padding-right: 0.45rem;
}

.header-main .navbar-brand span {
  color: #030303 !important;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  padding-left: 0.25rem;
  font-weight: 600;
}

.header-main .navbar-collapse {
  margin-left: auto;
}

.header-main .navbar-nav li > a {
  background: none !important;
  box-shadow: none !important;
  color: #030303 !important;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.028rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.35s linear;
}

.header-main .navbar-nav li > a.notification-alert {
  color: #eac124 !important;
}

.header-main .navbar-nav li > a.notification-alert + .fa-bell {
  color: #eac124 !important;
  display: block;
}

.header-main .navbar-nav li > a:hover {
  color: #e9c027 !important;
}

.header-main .navbar-nav .dropdown-menu > li > a {
  padding: 1rem;
}

.header-main .navbar-nav li.active a {
  color: #e9c027 !important;
  text-shadow: 1px 0px 1px #e9c0272e;
}

.header-main .navbar-nav .dropdown-menu {
  border: 1px solid #f8f8f8;
}

.header-main .navbar-nav .notification_count {
  display: none;
  position: absolute;
  top: 0;
  right: 0.3rem;
  color: #717171;
  line-height: 1;
  font-size: 0.8rem;
  animation: ringbell ease 0.5s infinite forwards;
  -webkit-animation: ringbell ease 0.5s infinite forwards;
}

@keyframes ringbell {
  0% {
    transform: rotateZ(0);
  }

  33% {
    transform: rotateZ(7deg);
  }

  66% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(-7deg);
  }
}

.header-main .navbar-nav .dropdown-menu > li > a img {
  width: 0.875rem;
  margin-right: 0.5rem;
}

.header-main .navbar-nav.navbar-right .login-item {
  border: 1px solid #000;
  border-radius: 5rem;
  transition: all 0.35s linear;
}

.header-main .navbar-nav.navbar-right .login-item:hover {
  border-radius: 0;
  border-color: transparent;
}

.navbar-top ul {
  margin: 0;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f2f6fb;
}

.navbar-top ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-top ul a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding-right: 2rem;
  font-weight: 600;
  color: #444;
  text-decoration: none !important;
}

.navbar-top ul a:hover {
  color: #000000;
}

.navbar-top ul a i {
  font-size: 1rem;
  padding-right: 0.3rem;
  /* color: #f8f8f88a; */
}

.navbar-top ul li a img {
  -webkit-animation:spin 6s linear infinite;
  -moz-animation:spin 6s linear infinite;
  animation:spin 6s linear infinite;
  width: 1rem;
  margin-bottom: 2px;
}

@-moz-keyframes spin {
  100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
      transform:rotate(360deg);
  }
}

.navbar-top ul li.liveicon a {
  position: relative;
}

.navbar-top ul li.liveicon a picture {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.5rem;
  height: 2rem;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -45px;
}

/* news styles */
.news__market-sec .main-heading {
  margin-top: 0;
}

.news__market-sec .media {
  position: relative;
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

.news__market-sec .owl-carousel .owl-wrapper-outer {
  width: 100%;
  max-width: 100%;
}

.news__market-sec .owl-carousel .owl-wrapper-outer .owl-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

.news__market-sec .owl-carousel {
  width: 100%;
  max-width: 100%;
}

.news__market-sec .owl-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 2rem);
  top: 50%;
  left: -1rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
  margin: 0;
}

.news__market-sec .owl-carousel .owl-nav button {
  display: inline-block;
  background: #dee2e6 !important;
  color: #030303 !important;
  padding: 2.25rem 1.2rem !important;
  position: relative;
  font-size: 2rem !important;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news__market-sec .owl-carousel .owl-nav button.owl-prev,
.news__market-sec .owl-carousel .owl-nav button.owl-next {
  padding: 2.25rem 1.2rem !important;
}

.news__market-sec .owl-carousel .owl-nav button span {
  display: none;
}

.news__market-sec .owl-carousel .owl-nav button:before {
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: calc(1rem + 0.5vw);
}

.news__market-sec .owl-carousel .owl-nav button.owl-next:before {
  content: "\f054";
}

.news__market-sec .media a {
  background: #ffffff;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  color: #030303;
  text-decoration: none;
  display: block;
  border: 1px solid #eaeaea;
}

.news__market-sec .media figure {
  margin: 0 0 1.5rem 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news__market-sec .media figure picture {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 56.25%;
  display: block;
  transition: all 0.5s linear;
}

.news__market-sec .media a:hover figure picture {
  transform: scale(1.065);
}

.news__market-sec .media span {
  padding: 0 1rem;
}

.news__market-sec .media .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.018rem;
  line-height: 24px;
  margin-bottom: 2rem;
  display: block;
  height: 48px;
}

.news__market-sec .media .text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  line-height: 22px;
  display: block;
  margin-bottom: 2rem;
}

.news__market-sec .media time {
  color: #717171;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.018rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.news__market-sec .media em {
  color: #717171;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.018rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  float: right;
  padding-right: 1rem;
  font-style: normal;
}

.news__market-sec .media em i,
.news__market-sec .media time i {
  padding-right: 0.15rem;
  color: #e9c027;
}

/* END news styles */

/* Market styles */
.market-sec {
  margin-top: -2rem;
}

.market-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  background: #f6f6f6;
  width: 100%;
  padding-top: 0.15rem;
  border-radius: 0.2rem;
}

.market-inner article {
  flex: 0 0 33%;
  max-width: 33%;
  border: 1px solid #eaeaea;
  border-radius: 0.2rem;
  background: white;
  /* margin-right: 0.3334%; */
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

.market-inner article h3 {
  background: #dee2e6;
  color: #030303;
  padding: 1rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.2rem 0.2rem 0 0;
  margin: 0;
}

.market-inner article bdo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2rem 0;
}

.market-inner article bdo em {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1;
}

.market-inner article bdo em {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1;
  font-style: normal;
}

.market-inner article bdo bdi {
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1;
  font-style: normal;
}

.market-inner article bdo i {
  font-style: normal;
}

.market-inner article bdo em.plus {
  color: #28a745;
}

.market-inner article bdo em.minus {
  color: #e5452d;
}

.market-inner article p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.65rem;
  margin: 0;
  padding: 0 0 0.35rem 0;
  text-align: center;
  color: #707070;
  font-weight: 400;
}

.news-source {
  padding: 0 0 0 1rem;
}

.news-source ul {
  margin: 0;
  padding: 0;
}

.news-source ul li {
  list-style: none;
  line-height: 1;
  /* border: 1px solid #dbdbdb; */
}

.news-source h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.018rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  color: #030303;
}

.news-source ul li a {
  text-align: left;
  line-height: 1;
  text-decoration: none !important;
  padding: 1rem 0;
  display: block;
}

.news-source ul li a img {
  transition: all 0.25s linear;
  max-width: 65%;
}

.news-source ul li a:hover img {
  padding-left: 0.5rem;
}

/* END Market styles */

/* Start TG Talk styles */

.tg__talk-wrap {
  background: #ffffff;
  /* padding: 1rem; */
  border-radius: 0.2rem;
  /* border: 1px solid #eaecf7; */
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

.tg__talk-wrap .tg_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #2a4068;
  border-radius: 0.25rem 0.25rem 0 0;
}

.tg__talk-wrap .tg_header h2 {
  margin: 0;
  line-height: 1;
  font-size: 1.45rem;
  color: #ffffff;
}

.tg__talk-wrap .tg_header .input-group {
  width: 40%;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}

.tg__talk-wrap .tg_header .form-control {
  border-radius: 0 0.2rem 0.2rem 0 !important;
  box-shadow: none;
  outline: none;
  height: 48px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #ffffff !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.875rem 0 0.875rem 0;
  margin: 0;
  line-height: 1;
  border-right: 0;
  border: none;
  background: transparent;
  z-index: 0;
}

.tg__talk-wrap .form-control:focus {
  border-color: #d3d3d3 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.tg__talk-wrap .tg_header .input-group-addon {
  background: transparent;
  background-color: transparent;
  border-radius: 0.2rem 0 0 0.2rem;
  padding: 8px 13px;
  border: none;
  margin: 0;
  box-shadow: none;
}

.tg__talk-wrap .tg_header .input-group-addon i {
  font-size: 1rem;
  color: #f0f9f982;
}

.add__coment-sec textarea {
  box-shadow: none;
  outline: none;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303;
  letter-spacing: 0.028rem;
  font-weight: 400;
  height: 6.5rem;
  width: 90%;
  padding: 1rem 2rem 1rem 6.5rem;
  resize: none;
  border-radius: 0.2rem;
  border: none;
}

.tg__talk-wrap .add__coment-sec {
  position: relative;
}

.tg__talk-wrap .add__coment-sec .user-img {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  margin: 0;
  border-radius: 10rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 4rem;
  height: 4rem;
}

.add__coment-sec input[type="submit"] {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.25s linear;
  border: 1px solid #dbdbdb;
}

.add__coment-sec input[type="submit"]:hover {
  background-color: #f6f6f6;
}

.main__comments-body {
  border-top: 1px solid #dbdbdb;
  padding: 1rem;
  background: #fafafa;
}

.main__comments-body .comment-item {
  border: 1px solid #dbdbdb;
  background: #fff;
  margin-top: 2rem;
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  border-radius: 0.2rem;
}

.main__comments-body .comment-item:first-child {
  margin-top: 0;
}

.main__comments-body .comment-item .user-media {
  padding: 1rem 1rem 0;
}

.main__comments-body .comment-item section#overflow {
  position: relative;
  height: 369px;
  overflow: hidden;
}

.main__comments-body .comment-item section .morereply-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 0.35rem;
  border-radius: 0.25rem;
  color: #262626;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  font-weight: 600;
  transition: all 0.25s linear;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to bottom, #dcdcdd, #e5e5e5, #ededee, #f6f6f6, #ffffff);
}

.main__comments-body .comment-item figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main__comments-body .comment-item figure .user-img {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 10rem;
}

.main__comments-body .comment-item figure figcaption {
  padding-left: 1rem;
}

.main__comments-body .comment-item figure figcaption h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.028rem;
  margin: 0;
  display: inline-block;
}

.main__comments-body .comment-item figure figcaption bdi {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  padding: 0.15rem 0.28rem;
  color: #434343;
  background: #dcdcdc;
  line-height: 1;
  word-break: break-all;
  white-space: pre;
}

.main__comments-body .comment-item figure figcaption .user-ratings {
  display: inline-block;
  color: #e9c027;
  font-size: 0.875rem;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.main__comments-body .comment-item figure figcaption .user-ratings i {
  margin: 0;
  padding: 0;
  letter-spacing: -3px;
  word-spacing: 0;
}

.main__comments-body .comment-item figure figcaption bdo {
  font-family: "Open Sans", sans-serif;
  background: #2a4068;
  color: #f6f6f6;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.15rem 0.25rem;
  border-radius: 0.1rem;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.028rem;
}

/* .main__comments-body .comment-item figure figcaption em {
    font-family: 'Open Sans', sans-serif;
    background: #2a4068;
    color: #f6f6f6;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.2rem;
    border-radius: 0.1rem;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.028rem;
} */

.main__comments-body .comment-item figure figcaption time {
  font-family: "Open Sans", sans-serif;
  color: #777;
  font-weight: 400;
  font-size: 0.75rem;
  display: block;
  padding-top: 0.65rem;
}

.main__comments-body .comment-item figure figcaption time .fa-clock {
  color: rgba(113, 113, 113, 0.45);
  font-size: 0.8rem;
}

.main__comments-body .comment-item .user-media .media-body {
  padding-top: 1rem;
}

.main__comments-body .comment-item .user-media .media-body p {
  margin-bottom: 1rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.028rem;
  line-height: 24px;
  font-size: 1rem;
}

.main__comments-body .comment-item .user-media .media-body p a {
  font-weight: 600;
  text-decoration: underline;
  word-break: break-all;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0 0 0.25rem 0;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li {
  list-style: none;
  /* width: 100%; */
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li a {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.028rem;
  line-height: 1;
  color: #2a4068;
  padding: 0.6rem 0.8rem;
  border-radius: 0.2rem;
  display: block;
  font-size: 0.875rem;
  text-decoration: none !important;
  transition: all 0.25s linear;
  margin-right: 0.25rem;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li a:hover {
  background-color: #f6f6f6;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li a i {
  font-size: 0.875rem;
  padding-right: 0.15rem;
  transition: all 0.25s linear;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li a:hover i {
  color: #e9c027;
}

.edit-comments form {
  text-align: right;
}

.edit-comments form .form-control {
  outline: none;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303;
  letter-spacing: 0.028rem;
  font-weight: 400;
  height: 6.5rem;
  padding: 1rem;
  resize: none;
  border-radius: 0.2rem;
  border-color: rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 2px 1px rgba(102, 175, 233, 0.6);
}

.edit-comments form .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 2px 1px rgba(102, 175, 233, 0.6) !important;
}

.edit-comments form .cta-btn {
  margin: 1rem 0;
}

.main__comments-body .comment-item .comments-replies {
  border-radius: 0 0 0.25rem 0.25rem;
  display: flex;
  align-items: center;
}

.main__comments-body .comment-item .comments-replies form {
  width: 100%;
  height: 100%;
  display: flex;
  border-top: 1px solid #dbdbdb;
}

.main__comments-body .comment-item .comments-replies textarea {
  flex: 1;
  height: 3.5rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 1rem;
  resize: none;
  border-radius: 0 0 0.25rem 0.25rem;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.main__comments-body .comment-item .comments-replies .attachment {
  flex: 3.5rem;
  max-width: 3.5rem;
  margin: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main__comments-body .comment-item .comments-replies .attachment input[type="file"] {
  display: none;
}

.main__comments-body .comment-item .comments-replies .attachment i {
  font-size: 1.35rem;
  color: #dbdbdb;
  transition: all 0.15s linear;
}

.main__comments-body .comment-item .comments-replies .attachment:hover i {
  color: #030303;
}

.main__comments-body .comment-item .comments-replies input[type="submit"] {
  border: none;
  font-weight: 700;
  color: #030303;
  background: #fff;
  font-size: 1rem;
  opacity: 0.3;
  padding-left: 0;
}

.main__comments-body .comment-item .comments-replies input[type="submit"]:hover {
  opacity: 1;
}

.main__comments-body .comment-item .user-media.replies-sec {
  padding: 1rem 1rem 0 1rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  border-top: 0.1rem #dbdbdb dashed;
}

.tg__talk-info {
  margin: 2rem 0 0;
}

.tg__talk-info p {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.028rem;
  line-height: 23px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.main__comments-body .comment-item .user-media .media-body p .attach-files {
  display: flex;
  align-items: center;
  margin: 0.85rem 0 0.5rem;
}

.main__comments-body .comment-item .user-media .media-body p .attach-files a {
  text-decoration: none;
  position: relative;
  margin-right: 0.85rem;
}

.main__comments-body .comment-item .user-media .media-body p .attach-files img {
  height: 4rem;
  transition: all 0.25s linear;
}

.main__comments-body .comment-item .user-media .media-body p .attach-files a:hover img {
  transform: scale(1.035);
}

/* END TG Talk styles */

/* Start TG Modal styles */
.modal.tgcustom-modal .modal-dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 auto;
}

body.sticky-menu .modal.tgcustom-modal .modal-dialog {
  top: 53%;
}

.modal.tgcustom-modal .modal-content {
  box-shadow: none !important;
  border: none;
  outline: none;
  border-radius: 0.2rem;
  background-color: transparent;
}

.modal.tgcustom-modal .modal-header {
  min-height: auto;
  padding: 1rem;
  border: none;
  background: #2a4068;
  /* color: #434343; */
  /* background: #f2f2f2; */
  color: white;
  border-radius: 0.4rem 0.4rem 0 0;
}

.modal.tgcustom-modal .modal-header .btn {
  margin-left: 0.8rem;
  padding: 0.5rem 0.65rem;
  font-size: 0.8rem;
}

.modal.tgcustom-modal .modal-header .cust-addon {
  margin-left: 0.8rem;
}

.modal-footer .btn {
  font-size: 1rem;
  padding: 0.45rem 1rem;
  /* padding: 0.65rem 0.875rem; */
}

.modal.tgcustom-modal h4 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.028rem;
  font-weight: 600;
}

.modal.tgcustom-modal .modal-body {
  position: relative;
  padding: 1rem;
  background-color: #ffffff;
}

.modal.tgcustom-modal .modal-header .cust-addon .input-group-addon {
  background: transparent;
  border: 1px solid #fff;
  border-right: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}

.modal.tgcustom-modal .modal-header .cust-addon select.form-control {
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  cursor: pointer;
}

.modal.tgcustom-modal .modal-footer {
  padding: 0.65rem 0.8rem;
  text-align: right;
  border: 4px solid #fff;
  /* background: #f6f6f6; */
  background: #e9ecef;
  max-width: 100%;
  flex: 100%;
  width: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
  margin-top: -1px;
}

.modal.tgcustom-modal .modal-footer strong {
  font-size: calc(0.2rem + 0.65vw);
  font-weight: 600;
  letter-spacing: 0.025rem;
  padding-left: 0.875rem;
}

.modal.tgcustom-modal .modal-footer .cta-btn {
  margin-right: 0.65rem;
}

.modal.tgcustom-modal .modal-footer .cta-btn:last-child {
  margin-right: 0;
}

.modal.tgcustom-modal .modal-footer::after,
.modal.tgcustom-modal .modal-footer::before {
  content: none;
}

.modal.tgcustom-modal .modal-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}

.modal.alert_modal .modal-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
}

.modal.alert_modal .modal-body a {
  color: #e9c027;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
  display: inline-block;
}

.modal.alert_modal .modal-body a:hover {
  text-decoration: underline;
}

.modal.tgcustom-modal .modal-header .play-button {
  color: #fff;
  font-size: 1.45rem;
  margin-left: 0.8rem;
  line-height: 1;
  text-decoration: none !important;
}

.modal.tgcustom-modal .modal-body .withdraw-formula i {
  display: inline-block;
  font-style: normal;
  border-bottom: 1px solid #030303;
  padding-bottom: 0.25rem;
}

.modal.tgcustom-modal .modal-body .withdraw-formula em {
  display: block;
  text-align: center;
  font-style: normal;
}

.modal.tgcustom-modal .modal-body .withdraw-formula {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.modal.tgcustom-modal .modal-body .withdraw-formula span {
  padding-right: 0.5rem;
}

/* attachemnt modal */

.attachment_modal .modal-dialog {
  width: 900px !important;
}

.attachment_modal .modal-body {
  padding: 0 !important;
}

.attachment_modal figure {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

/* END TG Modal styles */

/* Contact us TG Modal styles */
.contact__us-modal .modal-body {
  padding: 0 !important;
  height: auto;
}

.contact__us-modal .contact__us-inner {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  /* align-items: center; */
}

.contact__us-modal .contact__us-inner figure {
  background-image: url("../img/contact-img.jpg");
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: cover;
  width: 100%;
  margin: 0;
  position: relative;
}

.contact__us-modal .contact__us-inner figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 68%);
}

.contact__us-modal .contact__us-inner figure img {
  max-width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
}

.contact__us-modal .contact__us-inner article {
  padding: 1rem;
  width: 100%;
  min-height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.contact__us-modal .contact__us-inner article .btn {
  align-self: flex-end;
  margin-top: auto;
}

.contact__us-modal .contact__us-inner article ul {
  margin: 2rem 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contact__us-inner article ul li {
  list-style: none;
  line-height: 1;
  margin: 0;
  padding: 2rem;
  flex: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dbdbdb;
}

.contact__us-inner article ul li:nth-child(1) {
  border-width: 0 1px 1px 0;
}

.contact__us-inner article ul li:nth-child(2) {
  border-width: 0 0 1px 0;
}

.contact__us-inner article ul li:nth-child(3) {
  border-width: 0 1px 0 0;
}

.contact__us-inner article ul li:nth-child(4) {
  border-width: 0;
}

.contact__us-modal .contact__us-inner article ul li a {
  color: #030303;
  font-size: 1rem;
  letter-spacing: 0.028rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  width: 100%;
}

.contact__us-modal .contact__us-inner article ul li i {
  width: 100%;
  font-size: 2.5rem;
  width: 2rem;
  text-align: center;
  color: #2a4068;
  padding-bottom: 1rem;
  transition: all 0.25s linear;
}

.contact__us-modal .contact__us-inner article ul li:hover i {
  color: #e9c027;
}

/* END Contact us TG Modal styles */

/***** Start Custom Grid Styles *****/

.comp-cell {
  margin: 0;
  width: 1%;
  white-space: nowrap;
}

.page__grid .page__grid-wrap {
  background: white;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(42, 64, 104, 0.18);
  border-radius: 0.2rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.page__grid .grid_header {
  background-color: #2a4068;
  border-radius: 0.25rem 0.25rem 0 0;
  height: 50px;
  padding: 0.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page__grid .grid_header[data-toggle="collapse"] {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  padding: 0.5rem 1rem;
  min-height: 40px;
}

/* .page__grid .grid_header[data-toggle="collapse"]:hover {
  background-color: #003768;
} */

.page__grid .grid_header[data-toggle="collapse"][aria-expanded="false"] {
  border-radius: 0.2rem;
}

.page__grid .grid_sub-header {
  background: #dae1ec;
  padding: 1rem;
}

.page__grid .buttons-list {
  padding: 1.5rem;
  text-align: right;
}

.page__grid .grid_header .left-sec,
.page__grid .grid_header .right-sec,
.page__grid .grid_footer .left-sec,
.page__grid .grid_footer .right-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
}

.page__grid .grid_header .btn {
  padding: 0.4rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.page__grid input[type="radio"], .page__grid input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.page__grid .grid_header .checkbox-inline,
.page__grid .grid_header .radio-inline {
  color: #ffffff;
  font-size: 0.875rem;
  margin-left: 0.65rem;
}

.page__grid .grid_header select.form-control {
  margin-left: 0.65rem;
}

.page__grid .grid_header .checkbox-inline input[type="checkbox"],
.page__grid .grid_header .radio-inline input[type="radio"] {
  margin-top: 3px;
  width: 0.875rem;
  height: 0.875rem;
}

.modal.tgcustom-modal .modal-header .checkbox-inline input[type="checkbox"],
.modal.tgcustom-modal .modal-header .radio-inline input[type="radio"] {
  width: 1rem;
  height: 1rem;
}

.modal.tgcustom-modal .modal-header  .checkbox-inline input[type="checkbox"],
.modal.tgcustom-modal .modal-header .radio-inline input[type="radio"] {
  margin-top: 3px;
  width: 0.875rem;
  height: 0.875rem;
}


.page__grid .grid_header .left-sec a,
.page__grid .grid_header .right-sec a {
  margin-left: 0.65rem;
}

.page__grid .grid_header a, .page__grid .grid_header a i {
  transition: all 0.2s linear;
}

.page__grid .grid_header .accordion-toggle.expanded i:before {
  content: "\f078";
}

.page__grid .grid_header .collapse-btn[aria-expanded="true"] i::before {
  content: "\f077";
}

.page__grid .grid_header .sm-txt {
  font-size: 0.875rem !important;
}

.page__grid .grid_header .sm-txt i {
  padding-left: 0.5rem;
}

.page__grid .grid_header .form-control {
  height: 2rem;
  font-size: 0.875rem;
  width: 120px;
  padding: 0.25rem;
}

.page__grid .grid_header .play-button {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  margin: 0;
  float: none;
}

.page__grid .grid_header .icon {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}

.page__grid .grid_header .play-button i {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 10rem;
  padding: 0;
  margin: 0;
}

.page__grid .grid_header .play-button i:hover {
  text-shadow: 0 0 2px;
  opacity: 0.95;
}

.page__grid .grid_header h2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.018rem;
  margin: 0;
  line-height: 1;
  text-transform: capitalize;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

.page__grid .grid_header .projection-date {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}

.page__grid .grid_header h2 small {
  color: #fff;
  font-size: 67%;
  font-weight: 400;
  margin-left: 1rem;
}

.page__grid .grid_header h2 small a {
  color: #fff;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.page__grid .grid_header h2 small span {
  font-size: 0.92rem;
  font-weight: 600;
}

.page__grid .grid_body {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.page__grid .grid_body .row {
  margin-right: -4px;
  margin-left: -4px;
}

.page__grid .grid_body .row [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.page__grid h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
}

.page__grid .grid_col {
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  /* border: 1px solid #eaeaea; */
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}

.page__grid .grid_col .grid_body {
  padding: 0.5rem;
}

.page__grid .grid_col .grid_body .grid-info {
  margin-bottom: 0.75rem;
  min-height: 240px;
}

.page__grid .grid_col .grid_body .grid-info .col {
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  line-height: 1;
}

.page__grid .grid_col .grid_body .grid-info .col strong {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.028rem;
  line-height: 1;
}

.page__grid .grid_col .info {
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  color: #777;
  padding: 2rem 0 0.5rem;
  display: inline-block;
}

.page__grid .grid_form .input-group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}

.page__grid .grid_form .input-lable {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  margin: 0;
  line-height: 1;
}

.page__grid .grid_form .form-control {
  height: 2.25rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.3rem 0.7rem;
  resize: none;
  border-radius: 0.2rem;
  border: 1px solid #dbdbdb;
  outline: none !important;
  box-shadow: none;
  margin: 0;
}

.page__grid .grid_form select.form-control {
  width: 100%;
  padding-right: 2rem !important;
  background: #ffffff url("../img/chevron_down.svg") no-repeat calc(100% - 0.625rem) 50% !important;
  -webkit-background-size: 1.5rem !important;
  background-size: 1.5rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /* -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; */
  border-right: 1px solid #bfbfbf;
}

.page__grid .grid_form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.page__grid .grid_form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.page__grid .grid_form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.page__grid .grid_form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.page__grid .grid_form textarea.form-control {
  height: 4rem;
  resize: none;
}

.page__grid .grid_form .form-control:disabled {
  background: #dbdbdb;
  color: #666666 !important;
  user-select: none;
  pointer-events: none;
}

.page__grid .grid_form .input-lable.checbox-lable {
  flex: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  line-height: 1.2rem;
  cursor: pointer;
}

.page__grid .grid_form .input-lable.checbox-lable .form-control {
  flex: unset;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.65rem;
}

.page__grid .grid_form .input-group-file {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.page__grid .grid_form .input-group-file > .custom-file {
  height: 8rem;
  width: 100%;
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px); */
}

.page__grid .grid_form .input-group-file > .custom-file .controls input[type="file"]{
  width: 100% !important;
  border: 2px solid #dbdbdb;
  padding: 0.25rem;
  cursor: pointer;
  border-radius: 0.25rem;
}


.printout-colors .printout_wrap article .sp-replacer.sp-light {
  background-color: #d6d8db;
  padding: 0;
  margin: 0;
  width: 5.5rem;
  height: 3rem;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  padding-right: 1.5rem;
  border: 1px solid #dbdbdb !important;
  border-radius: 0.2rem;
}

.printout-colors .printout_wrap article .sp-replacer.sp-light .sp-preview{
  position: relative;
  width: 3.5rem;
  height: 3rem;
  border: none;
  margin: 0;
  float: none;
}


.page__grid .grid_form .input-group-file .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.page__grid .grid_form .input-group-file .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 0.2rem;
  display: inline-block;
}

.page__grid .grid_form .input-group-file .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #000;
  content: "Browse";
  background-color: #d6d8db;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.page__grid .grid_form .input-group-file .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.page__grid .grid_footer {
  padding: 1rem;
  border: 4px solid #fff;
  border-radius: 0.4rem;
  background-color: #dae1ec;
  background-color: #e9ecef;
}

#budgetExpenseAnalysisContainer .grid_footer {
  background-color: #2a4068;
  border-radius: 0.25rem 0.25rem 0 0;
  height: 60px;
  padding: 0.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page__grid .grid_footer.align-right a + a {
  margin-left: 0.5rem;
}

.page__grid .notification-inner {
  padding: 0.6rem;
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.page__grid .notification-inner p {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}

/* Fixed Height Scrl down */
.grid_collapsed .table-responsive {
  height: 324px !important;
  overflow-y: auto;
}

.grid_collapsed a.collapse-btn.active i:before{
  content: "\f078";
}

.grid_collapsed table thead th{
  position: sticky;
  top: 0;
  z-index: 9;
}

.grid_collapsed table thead tbody{
  height: 10rem;
}
/* Fixed Height Scrl down */

/* table based css start */
.table_grid table > tbody > tr > td {
  padding: 0.25rem;
  border: 1px solid #dee2e6;
  vertical-align: middle;
  text-align: center;
  font-size: 0.9375rem;
  cursor: default;
}

.table_grid table.borderless > tbody > tr > td{
  border: none !important;
}

.table_grid table.fxheight > tbody > tr > td {
  padding: 0.8rem;
}

.table > tbody > tr {
  background-color: #ffffff;
}

.table_grid table > tbody > tr > td.tick-icon {
  background: #f5f5f5;
  border: 1px solid #fff;
}

.table_grid.fixedheader {
  overflow: auto;
}

.table_grid.fixedheader thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.table_grid table.eqtdheight > tbody > tr > td {
  height: 44px;
}

.fcbystate-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fcbystate-svg svg{
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.vectormapheight .fcbystate-svg {
  width: 450px;
  height: 370px;
}

.vectormapheight1 .fcbystate-svg {
  width: 450px;
  height: 370px;
}

.table_grid table.align-left > tbody > tr > td {
  text-align: left;
}

.table_grid table.align-right > tbody > tr > td {
  text-align: right;
}

.table_grid table > tbody > tr.bold-tds > td {
  font-weight: 800;
}

.table_grid table > tbody > tr > td.inline i {
  float: left;
}

.table_grid table > tbody > tr > td i.fa-bars {
  cursor: move;
}

.table_grid table > tbody > tr > td.inline {
  text-align: right;
}

.grid_header .scrl-tblbtn.active i::before {
  content: "\f078";
}

.table_grid .table.fixed-layout.bodyscrl thead,
.table_grid .table.fixed-layout.bodyscrl tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table_grid .table.fixed-layout.bodyscrl tbody {
  display: block;
  overflow-y: auto;
  table-layout: fixed;
  max-height: 314px;
}

.table_grid {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  width: 100%;
  height: auto !important;
  overflow: visible;
}

.table_grid.no-border {
  box-shadow: none !important;
}

.table_grid table {
  margin: 0;
}

.table_grid table.table-bordered {
  border: 0 !important;
}

.table_grid table.table-bordered tbody tr:last-child td {
  border-bottom: 0 !important;
}

.table_grid table.table-bordered.border-bottom tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6 !important;
}
.table_grid.mb {
  margin-bottom: 1rem;
}

.table_grid table thead tr:nth-child(n + 2) {
  border-top: 1px solid #ffffff;
}

.table_grid table .sticky-header {
  background: #fafafa;
  text-align: center;
  border-right: 1px solid #dbdbdb;
}

.table_grid table .sticky-header p {
  margin: 0 !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  letter-spacing: 0.028rem;
}

.table_grid table > thead > tr > th {
  border: 0;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  font-weight: 600;
  padding: 0.5rem 0.3rem;
  line-height: normal;
  border-right: 1px solid #fff;
  user-select: none;
  background: #dee2e6;
  vertical-align: middle;
}

.table_grid table .nowrap {
  width: 1%;
  white-space: nowrap;
}

.table_grid table h4 {
  font-weight: 800;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.025rem;
  margin: 8px 0;
}

.table_grid table > tbody > tr > td.border-bottom {
  border-bottom: 1px solid #030303;
}

.table_grid .multitbl-border tbody + tbody {
  border-top: 3.5rem solid #ffffff;
}

.table_grid table .input-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.018rem;
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}

.date-field-group {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date-field-group label {
  flex: 1;
  display: flex;
  margin: 0;
}

.date-field-group label:last-of-type, .date-field-group label:nth-child(2) {
  margin-left: 2px;
}

.date-field-group label.day span.label{
  display: none;
}

.date-field-group label input.form-control {
  text-align: right;
}

.table_grid table .input-group {
  width: 100%;
  max-width: 100%;
}

.table_grid table span {
  font-weight: 400;
  font-size: 0.9375rem;
  display: block;
  text-align: left;
}

.table_grid.grid-info table > tbody > tr > td > label {
  font-weight: 600;
}

.table_grid.grid-info table > tbody > tr > td > a {
  text-align: left;
  display: block;
  color: #337ab7;
}

.table_grid table > tbody > tr > td .btn {
  font-size: 0.875rem;
  padding: 0.35rem 0.6rem;
  transition: all 0.25s linear;
}

.table_grid table > tbody > tr > td .btn:hover {
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
}

.table_grid table .form-control {
  height: 2.25rem;
  font-size: 0.9375rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  /* padding: 0.4rem; */
  padding: 0.25rem 0.4rem;
  resize: none;
  border-radius: 0.2rem !important;
  border: 1px solid #dbdbdb;
  outline: none !important;
  box-shadow: none;
  margin: 0;
}


.table_grid table [data-format-currency="true"].form-control,
.table_grid table input[type="number"].form-control,
.currency-field .form-control,
.account-value .form-control,
.cent-field .form-control,
.table_grid table td.currency-field
{
  text-align: right;
}

.table_grid .table > tbody > tr.must-have-class {
  border: 2px dashed #d3d3d3;
  background-color: #fafafa;
}

.table_grid .table > tbody > tr.ui-sortable-helper {
  background-color: #dcd7a0 !important;
}

.user-management-list.custom__tab-panels .panel-body .unorder__data-list.ui-sortable article.ui-sortable-helper,
.user-management-list.custom__tab-panels .panel-body .unorder__data-list.ui-sortable article:focus,
.user-management-list.custom__tab-panels .panel-body .unorder__data-list.ui-sortable article:active {
  background-color: #fff !important;
  border: 1px solid #e8c02a !important;
  border-left-width: 5px !important;
}

/* .table_grid table input[type="date"].form-control {
  width: 110px;
} */

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  line-height: 34px;
  width: 6rem;
  min-width: 100%;
}

.table_grid table select.form-control {
  width: 100%;
  padding: 0.25rem 0.8rem 0.25rem 0.4rem !important;
  background: #ffffff url("../img/chevron_down.svg") no-repeat calc(100% - 0.15rem) 50%;
  -webkit-background-size: 0.8rem !important;
  background-size: 0.8rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-right: 1px solid #bfbfbf;
}

.table_grid table .input-group input[type="date"]::-webkit-inner-spin-button,
.table_grid table .input-group input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.table_grid table > tbody > tr .md-input {
  width: 240px;
  max-width: 240px;
}

.table_grid table > tbody > tr .sm-input {
  width: 180px;
  max-width: 180px;
}

.table_grid table > tbody > tr .xs-input {
  width: 120px;
  max-width: 120px;
}

.table_grid table .empty {
  width: 80px;
  max-width: 80px;
  color: #867455;
  height: 1rem;
}

.table_grid table .empty.centered td{
  text-align: center;
}

.table_grid table .empty td{
  text-align: left;
}

.table_grid table .bg-gray {
  background: #f6f6f6;
  color: #867455;
}

.table_grid table .yellow td {
  background: #fce205;
  border-color: white;
}

.table_grid table .red {
  color: #c00000 !important;
  font-weight: 800 !important;
}

.table_grid table .green {
  color: #008000;
  font-weight: 800;
}

.positive-cash-flow {
  color: #008000;
  font-weight: 800;
}

.negative-cash-flow {
  color: #c00000;
  font-weight: 800;
}

.positive-val {
  color: #008000;
  font-weight: 600;
}

.negative-val {
  color: #c00000;
  font-weight: 600;
}

tr.bg-red td.negative-cash-flow {
  color: #ffffff;
}

.table_grid table > tbody > tr > td a {
  color: #030303;
  font-size: 1.05rem;
}

.table_grid table > tbody > tr > td a + a {
  padding-left: 0.7rem;
}

.table_grid table input[type="radio"],
.table_grid table input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.table_grid table .checbox-lable {
  display: flex !important;
  align-items: center;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  margin: 0;
}

.table_grid table .checbox-lable input[type="radio"],
.table_grid table .checbox-lable input[type="checkbox"] {
  flex: initial;
  margin-right: 0.25rem !important;
}

.grid_col .table-footer {
  width: 100%;
  padding: 0.5rem 1rem;
  background: #fafafa;
  border-top: 1px solid #eaeaea;
}

.grid_col .table-footer .btn + .btn {
  margin-left: 0.2rem;
}

.grid_col .table-footer select.form-control {
  padding: 0.25rem;
  margin-left: 0.5rem;
  cursor: pointer;
}

.table_grid table .input-group.cust-addon .input-group-addon {
  background: transparent;
  width: auto;
  height: 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #030303;
  border: 1px solid #dbdbdb;
  padding: 0.6rem 0.5rem;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}

.table_grid table .input-group.cust-addon input[type="text"] {
  text-align: right;
}

.table_grid table .input-group.cust-addon .input-group-addon:nth-child(even) {
  border-right: 1px solid #dbdbdb;
  border-radius: 0;
}

.option-withinput {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.option-withinput .checkbox-inline,
.option-withinput .radio-inline {
  font-size: inherit;
  margin-right: 1rem;
  white-space: nowrap;
}

.table_grid table > thead > tr > th.table-addon {
  position: relative;
}

.table_grid table > thead > tr > th.table-addon .addon {
  position: absolute;
  left: -0.4rem;
  top: 50%;
  line-height: 1;
  font-size: 1rem;
  transform: translate(0, -50%);
}

.table_grid table > thead > tr > th.table-addon .addon .icon-txt {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  display: block;
  margin-left: -0.15rem;
}

/* calc money sec of tab 6 & 7 */
.page__grid .calc-moneysec .grid_header .left-sec,
.page__grid .calc-moneysec .grid_header .right-sec {
  flex: 1;
  align-items: center;
  justify-content: left;
  padding-left: 0.5rem;
}

.page__grid .calc-moneysec .grid_header .left-sec {
  border-right: 1px solid #ffffff;
}

.page__grid .calc-moneysec .grid_header .right-sec {
  position: relative;
  left: 0.55rem;
}

.page__grid .calc-moneysec .grid_body article {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 152px;
  padding: 1rem;
}

.page__grid .calc-moneysec .grid_body article:first-child {
  border-right: 1px solid #dbdbdb;
}

.page__grid .calc-moneysec .grid_body article .green {
  color: #008000;
}

.page__grid .calc-moneysec .grid_body article .red {
  color: #c00000;
}

.page__grid .calc-moneysec .grid_body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page__grid .calc-moneysec .grid_body article b {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
}

.page__grid .calc-moneysec .grid_body article i {
  font-weight: 800;
  font-size: 1.05rem;
  font-style: normal;
}

/* end calc money sec of tab 6 & 7 */

/* graphic data  grid*/
.graphic__grid-col {
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.graphic__grid-col .panel-body {
  padding: 0;
}

.graphic__grid-col .heading {
  border: 0;
  text-align: center;
  padding: 0.8rem 0.5rem;
  user-select: none;
  background: #dee2e6;
  border-radius: 0.25rem;
}

.graphic__grid-col .heading h3 {
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  font-weight: 600;
  line-height: normal;
  color: #030303;
  text-shadow: none;
}

.graphic__grid-col .allocation-type .form-control {
  padding: 0.2rem;
  font-size: 0.875rem;
  height: 1.75rem;
}

.graphic__grid-col b {
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 600;
  line-height: 1;
}

.graphic__grid-col .tab2Charts {
  align-items: baseline;
}

.graphic__grid-col .riskalyze-chart {
  font-weight: 400;
  line-height: 16px;
  width: 90% !important;
  left: auto !important;
  right: auto !important;
  position: relative !important;
  margin: 0 auto;
}

.riskalyze-chart .allocation-chart-asset-class h6{
  font-size: 11px;
}

.taxfreerightjst .riskalyze-chart .allocation-chart-lower-data .asset-class-other.allocation-type {
  position: relative;
}
.taxfreerightjst .riskalyze-chart .allocation-chart-lower-data .asset-class-other.allocation-type .asset-class-percentage.other-percentage {
  position: absolute;
  top: 5px;
  right: 0;
}

.graphic__grid-col .riskalyze-chart .allocation-chart-portfolio-summary h3 {
  font-size: 16px;
}

.riskalyze-chart .allocation-chart-asset-class, .riskalyze-chart .allocation-chart-initialze, .riskalyze-chart .allocation-chart-portfolio-summary {
  position: unset !important;
  margin: 0 !important;
}

.tax-chart .graphic__grid-col .riskalyze-chart .chart-info .chartinfo-inner {
  top: 14px;
}

.tax-chart .graphic__grid-col .riskalyze-chart .chart-info .chartinfo-inner .allocation-chart-initialze {
  display: none;
}

.graphic__grid-col .riskalyze-chart .chart-info + .allocation-chart-lower-data {
  min-height: 150px;
}

.graphic__grid-col .riskalyze-chart .chart-info + .allocation-chart-lower-data .allocation-chart-extra-data,
.graphic__grid-col .riskalyze-chart .chart-info + .allocation-chart-lower-data .allocation-chart-portfolio-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.graphic__grid-col .riskalyze-chart .chart-info .d3-chart .svg-container {
  z-index: 9;
}

.graphic__grid-col .riskalyze-chart .chart-info {
  position: relative;
  width: 100%;
  height: 100%;
}

.graphic__grid-col .riskalyze-chart .chart-info .chartinfo-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_grid .cashflows-expensetb tr td {
  font-weight: 600 !important;
  text-align: right;
}

.table_grid .cashflows-expensetb tr > td:first-child {
  text-align: left;
  font-weight: 400 !important;
}

.table_grid .cashflows-expensetb tr td.green {
  color: #009000;
}

.table_grid .cashflows-expensetb tr td.red {
  color: #c00000;
}

/* table compact */
.table_grid table.table-compact > thead > tr > th {
  font-size: 0.75rem;
  padding: 0.25rem 0.4rem;
}

.table_grid table.table-compact > tbody > tr > td {
  padding: 0.2rem;
}

.table_grid table.table-compact > tbody > tr > td.gray-cell {
  background: #eee;
}

.table_grid table.table-compact .input-label {
  font-size: 0.75rem;
}

.table_grid table.table-compact span {
  font-size: 0.75rem;
}

.table_grid table.table-compact .form-control {
  height: 2rem;
  font-size: 0.75rem;
  padding: 0.2rem;
}

/* Input group for clients tab */

.table_grid table .input-group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.table_grid table .input-group .input-group-addon {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.table_grid table .input-group .input-group-addon select.form-control {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.4rem 1rem 0.4rem 0.4rem !important;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem !important;
  background: #ffffff url("../img/chevron_down.svg") no-repeat calc(100% - 0.15rem) 50% !important;
  background-size: 0.85rem !important;
  -webkit-background-size: 0.85rem !important;
}

.table_grid table .input-group .input-group-addon + .form-control {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}

.planing-questbl.table_grid table tr td em {
  color: #777;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  padding-right: 0.1875rem;
}

/* .planing-questbl.table_grid table tr td {
  padding: 0.8rem 0.185rem;
} */

/* Input group for clients tab */

/* table based css  start */

/* info grid */
.ratesof-returnsec .table_grid tr th:nth-last-child(-n + 4),
/* .ratesof-returnsec .table_grid tr td:nth-last-child(-n + 4), */
.ratesof-returnsec .table_grid tr td:nth-last-child(-n + 4) .form-control {
  background-color: #dddddd !important;
}

.ratesof-returnsec .info-sec {
  /* background: #dddddd; */
  padding: 1rem;
  border-radius: 0.2rem;
  border: 1px solid #eee;
}

/* info sec */

.ratesof-returnsec .expense-plansec .panel-default .panel-heading a {
  padding: 0.875rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ratesof-returnsec .expense-plansec .panel-default .panel-heading {
  padding: 0;
  background-color: #dddddd;
  border: none;
}

.ratesof-returnsec .expense-plansec .panel-body {
  padding: 0;
  border: 1px solid #fff;
}

.ratesof-returnsec .panel .panel-heading h3 {
  color: #030303;
  font-size: 1.05rem;
  text-shadow: none;
  margin: 0;
  padding: 0;
}

.ratesof-returnsec .panel .panel-body h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.ratesof-returnsec .panel .panel-body .info-sec p {
  font-size: 0.9rem;
  letter-spacing: 0.028rem;
  margin-bottom: rem;
}

.ratesof-returnsec .expense-plansec .panel-default .panel-heading a i {
  font-size: 1rem;
  color: #030303;
  transition: all 0.35s ease-in-out;
}

.ratesof-returnsec .expense-plansec .panel-default .panel-heading a[aria-expanded="true"] i::before {
  content: "\f077";
}

/***** END Custom Grid Styles *****/

/* rgd */
.rgb_grid h3 {
  letter-spacing: 0.028rem;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  color: #030303;
  background-color: transparent !important;
}

.rgb_grid h3:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
  border-radius: 0.2rem;
}

.rgb_grid .red::before {
  background: #c00;
}

.rgb_grid .green::before {
  background: #393;
}

.rgb_grid .blue::before {
  background: #204061;
}

.rgb_grid .darkgreen::before{
  background: #339933;
}

.rgb_grid .lightgreen::before {
  background: #4bc549;
}

.rgb_grid .darkergreen::before {
  background: #236b23;
}

.modalsub-heading{
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.rgbflags-icon {
  color: #2a4068;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

/* rgd */

/* - Table grid tab penls -  */
.grid_tabs .nav-tabs {
  background: transparent;
  padding: 0;
  border-color: #9e9e9e;
}

.grid_tabs .nav-tabs li a {
  color: #030303;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.028rem;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-color: #9e9e9e;
}

.grid_tabs .nav-tabs li.active a {
  color: #000;
  border-color: #9e9e9e !important;
  border-bottom: 1px solid transparent !important;
}

.grid_tabs .tab-content {
  border: 1px solid #9e9e9e;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}

/* - Table grid tab penls -  */

/***** Start Printout Styles *****/
.printout-colors .printout_wrap {
  border: 1px solid #cecece;
  border-radius: 0.2rem;
  margin-bottom: 1rem;
}

.printout-colors .printout_wrap b {
  background: #d6d8db;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.018rem;
  line-height: 1;
  display: block;
  padding: 1rem;
}

.printout-colors .printout_wrap article {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.printout-colors .printout_wrap article main {
  flex: 100%;
  flex-basis: 100%;
}

.printout-colors .printout_wrap article label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  display: inline-block;
  padding: 0.5rem 0;
}

.printout-colors .printout_wrap article input[type="text"] {
  background-color: #d6d8db;
  padding: 0;
  margin: 0;
  width: 5.5rem;
  height: 3rem;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  padding-right: 1.5rem;
  border: 1px solid #dbdbdb !important;
  border-radius: 0.2rem;
}

.printout-colors .printout_wrap article span {
  position: relative;
}

.printout-colors .printout_wrap article span .fa-paint-brush {
  position: absolute;
  top: 45%;
  right: -4px;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #2a4068;
}

.printout-colors .printout_wrap article input[type="text"]:hover:after {
  color: #e9c027;
}

.printout__color-display {
  border: 1px solid #d9d9d9;
  border-radius: 0.2rem;
}

.printout__color-display .display_tbl {
  padding: 1rem;
}

.printout__color-display table {
  margin: 0;
  border: none !important;
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
}

.printout__color-display table thead tr th {
  background-color: #343a40;
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.018rem;
}

.printout__color-display table thead tr th:first-child {
  border-radius: 0.25rem 0 0 0;
  -moz-border-radius: 0.25rem 0 0 0;
  -webkit-border-radius: 0.25rem 0 0 0;
}

.printout__color-display table thead tr th:last-child {
  border-radius: 0 0.25rem 0 0;
  -moz-border-radius: 0 0.25rem 0 0;
  -webkit-border-radius: 0 0.25rem 0 0;
}

.printout__color-display table tbody tr td {
  font-size: 1rem;
  letter-spacing: 0.028rem;
  line-height: 1;
  border-color: #d6d8db;
}

.printout__color-display table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.25rem;
  -moz-border-radius: 0 0 0 0.25rem;
  -webkit-border-radius: 0 0 0 0.25rem;
}

.printout__color-display table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.25rem 0;
  -moz-border-radius: 0 0 0.25rem 0;
  -webkit-border-radius: 0 0 0.25rem 0;
}

.printout__color-display .display__header-wrap {
  background-color: #2a4068;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/***** END Printout Styles *****/
/*-------------------------- */
/***** Start Inbox page Styles *****/

.inbox_page .inbox_tabs {
  display: -ms-flexbox;
  display: flex;
}

.inbox_page .inbox_tabs .left_navbar {
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 1px solid rgba(42, 64, 104, 0.18);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(37, 27, 27, 0.1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.inbox_page .inbox_tabs .left_navbar .toggle_collapse {
  color: #030303;
  padding: 1rem;
  display: block;
  text-align: right;
  font-size: 1rem;
  transition: all 0.5s linear;
}

.inbox_page .inbox_tabs .left_navbar.collapse_navabar .toggle_collapse i:before {
  content: "\f061";
}

.inbox_page .inbox_tabs .content__right-sec {
  flex: 1;
}

.inbox_page .inbox_tabs .content__right-sec .tab-content {
  width: 100%;
  height: 100%;
  padding: 0 0 0 1.5rem;
}

.inbox_tabs .nav-pills {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  height: 100%;
}

.inbox_tabs .nav-pills li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inbox_tabs .nav-pills li a span {
  transition: all 0.28s linear;
  -webkit-transition: all 0.28s linear;
  -moz-transition: all 0.28s linear;
  -ms-transition: all 0.28s linear;
}

.inbox_tabs .nav-pills li a {
  background: transparent;
  color: #030303;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.028rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 1.1rem 1rem;
  border-radius: 0;
  transition: all 0.3s linear;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 3px solid transparent;
}

.inbox_tabs .nav-pills li a i {
  font-size: 0.95rem;
  padding-right: 1rem;
}

.inbox_tabs .nav-pills li.active a {
  cursor: default;
  user-select: none;
  background: #f2f6fb !important;
  color: #000;
  border-left: 3px solid #cdcdcd;
  transition: all 0.25s linear;
}

.inbox_tabs .nav-pills li a:hover {
  background: #f2f6fb !important;
  color: #000;
  border-left: 3px solid #cdcdcd;
}

/* .inbox_tabs .nav-pills li a:hover {
  background: rgba(255, 255, 255, 0.43) !important;
  border-left: 3px solid #000000;
} */

.inbox_tabs .nav-pills li a .badge {
  color: #030303;
  font-size: 0.875em;
  padding: 0.25rem;
  font-weight: 600;
  line-height: 1;
  background: #f2f6fb;
  margin-left: auto;
  border-radius: 0.2rem;
}

.inbox_tabs .tab_clients .empty_tab {
  color: #707070;
  letter-spacing: 0.028rem;
}

.custom_datatable {
  position: relative;
  background: white;
  padding: 1.5rem 0;
  border: 1px solid rgba(42, 64, 104, 0.18);
  border-radius: 0.4rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.inbox_tabs .tab_clients .main-heading {
  text-transform: capitalize;
  position: absolute;
  top: 1.875rem;
  left: 1.5rem;
  margin: 0;
}

.custom_datatable table {
  border-bottom: 1px solid #dddddd !important;
}

.custom_datatable .dataTables_wrapper .dataTables_filter {
  margin-bottom: 1rem;
  float: right !important;
}

.custom_datatable .dataTables_wrapper .dataTables_filter input[type="search"] {
  height: 2.5rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.7rem 0.7rem 0.7rem 2.5rem;
  resize: none;
  border-radius: 0.2rem;
  border: 1px solid #dddddd;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 1.5rem 0 0;
  background: #fff;
  width: 300px;
  margin-left: 0.5rem;
  z-index: 1;
}

.custom_datatable .dataTables_scrollBody {
  border-bottom: none;
}

.custom_datatable .dataTables_wrapper .dataTables_filter label {
  position: relative;
}

.custom_datatable .dataTables_wrapper .dataTables_filter label:before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #dddddd;
  font-weight: 900;
  font-size: 1rem;
  top: 0.75rem;
  left: 1rem;
}

.custom_datatable table thead tr th {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  padding: 1rem;
  background-color: #dae1ec;
  border: none;
  border-radius: 0;
  outline: none;
  color: #030303;
}

.custom_datatable table thead tr th:last-child {
  text-align: right;
  padding-right: 1.5rem;
}

.custom_datatable table tbody tr td {
  font-size: 1rem;
  padding: 1rem;
  letter-spacing: 0.028rem;
}

.custom_datatable .dataTables_wrapper .dataTables_info {
  padding: 0.5rem 1rem 0.5rem 0;
  color: #717171;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.018rem;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 1rem;
  font-weight: 300;
}

.custom_datatable table tbody tr td.select-checkbox {
  cursor: pointer;
}

.custom_datatable .dataTable tbody td.select-checkbox:before,
.custom_datatable .dataTable tbody th.select-checkbox:before {
  margin-top: 0;
  margin-left: -6px;
  border: 2px solid #ddd;
}

.custom_datatable .dataTable tr.selected td.select-checkbox:after,
.custom_datatable .dataTable tr.selected th.select-checkbox:after {
  margin-top: -4px;
  margin-left: -4px;
}

.custom_datatable .dataTable tbody td.select-checkbox:before,
.custom_datatable .dataTable tbody td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
}

.custom_datatable table tbody tr td.actions {
  text-align: right;
  padding-right: 1.5rem;
}

.custom_datatable table tbody tr td.actions a {
  color: #444444;
  font-size: 1em;
  margin-left: 1rem;
}

.custom_datatable table tbody tr td.actions a.delete {
  color: #dc3545 !important;
}

.custom_datatable .table_footerbtn {
  text-align: right;
  padding-right: 1.5rem;
}

.custom_datatable .table_footerbtn button {
  min-width: 140px;
}

.custom_datatable table tbody tr td .tags {
  font-family: "Open Sans", sans-serif;
  color: #7c7c7c;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 0;
  border-radius: 0.1rem;
  line-height: 1;
}

.custom_datatable table tbody tr td a {
  color: #2a4068;
  text-decoration: none;
}

/***** END Inbox page Styles *****/

/***** Start Locker page Styles *****/
.locker_page .main-heading {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.locker_page .locker_grid .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.locker_page .row [class^="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.locker_page .main_grid {
  display: block;
  position: relative;
  background: #ffffff;
  padding: 1rem;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.4rem;
  border: 1px solid #dadce0;
  transition: all 0.25s linear;
  height: 100%;
}

.locker_page .main_grid img {
  height: 36px;
  opacity: 0.3;
}

.locker_page .main_grid .live-icon {
  opacity: 1;
  position: absolute;
  top: 1px;
  right: 6px;
  animation: blinkicon 1.5s linear infinite;
  -webkit-animation: blinkicon 1.5s linear infinite;
  -moz-animation: blinkicon 1.5s linear infinite;
  -o-animation: blinkicon 1.5s linear infinite;
}

@-webkit-keyframes blinkicon {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinkicon {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.locker_page .main_grid h3 {
  color: #030303;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
}

.locker_page .main_grid p {
  font-size: 0.875rem;
  text-align: left;
  color: #030303;
  padding-top: 1rem;
  margin: 0;
}

.locker_page .main_grid:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.locker__sidebar-modal {
  position: fixed;
  /* width: 75%; */
  width: 50%;
  top: 0;
  right: -200px;
  bottom: 0;
  background: #f1f4f7;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  z-index: 102;
  visibility: hidden;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.locker__sidebar-modal.open {
  right: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.locker__empty_area {
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  cursor: pointer;
  display: none;
}

.locker__empty_area.open {
  display: block;
}
body.lm-open {
  overflow: hidden !important;
  /* position: fixed; */
}

body.lm-open:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.locker__sidebar-modal .sidebar_header {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-bottom: #dee6eb 1px solid;
}

.locker__sidebar-modal .sidebar_header a {
  color: #999;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.15s linear;
}

.locker__sidebar-modal .sidebar_header .ss-regbtn {
  color: #030303 !important;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid #030303;
}

.locker__sidebar-modal .sidebar_header a:hover {
  color: #717171;
}

.locker__sidebar-modal .sidebar_header h3 {
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding-left: 1rem;
}

.locker__sidebar-modal .sidebar_body {
  padding: 1rem;
}

.locker__sidebar-modal .sidebar_body .ramax-media {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.locker__sidebar-modal .sidebar_body .ramax-media .video__embeded-sec {
  position: relative;
  margin-right: 1rem;
  flex-basis: 64.5%;
  display: flex;
  padding: 0;
}

.locker__sidebar-modal .sidebar_body .ramax-media .light__box-sec {
  display: flex;
  flex: 1;
  max-width: 100%;
}

.locker__sidebar-modal .sidebar_body a {
  display: inline-block;
  color: #2a4068;
  font-weight: 600;
  margin-bottom: 1rem;
}

.box__grid-items.items-lg .item_wrap i {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #dbdbdb;
}

.box__grid-items.items-lg .item_wrap h3 {
  margin: 0;
}

.box__grid-items.items-lg .item_wrap {
  padding: 1.25rem;
}

.locker__sidebar-modal .sidebar_body p {
  line-height: 24px;
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  margin-bottom: 1rem;
}

.locker__sidebar-modal .sidebar_body .graphic__data img {
  width: 9rem;
  float: left;
  margin-right: 1rem;
  border-radius: 0.4rem;
  border: 2px solid #e9c027;
  padding: 0.1rem;
}

.video__gallery-lightbox {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}

.video__gallery-lightbox [class^="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.video__gallery-lightbox .video_item {
  display: flex !important;
  align-items: center;
  line-height: 1;
  background: #fff;
  margin-bottom: 1rem;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 0.4rem;
  transition: all 0.25s linear;
  text-decoration: none !important;
}

.locker__sidebar-modal .sidebar_body a.live-link {
  background-image: url("../img/icons/live-icon.png");
  background-repeat: no-repeat;
  background-position: 2% 50%;
  background-size: 2.5rem;
  padding: 0.75rem 0 0.5rem 3.25rem;
  text-decoration: none;
  line-height: 1;
}

.video__gallery-lightbox .video_item figure {
  position: relative;
  background-image: url("../../img/video-poster.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 5rem;
  height: 4rem;
  margin: 0;
  border-radius: 0.4rem 0 0 0.4rem;
}

.video__gallery-lightbox .video_item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/icons/video_white_icon.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 0.4rem 0 0 0.4rem;
  opacity: 0;
  transition: all 0.25s linear;
}

.video__gallery-lightbox .video_item:hover figure::after {
  opacity: 1;
}

.video__gallery-lightbox .video_item p {
  flex: 1;
  font-size: 1rem;
  margin: 0;
  padding: 0 1rem;
  color: #030303;
  line-height: 20px;
  font-weight: 600;
}

.video__gallery-lightbox .video_item p bdi {
  font-size: 0.85rem;
  display: block;
  color: #717171;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  padding-top: 0.5rem;
}

.video__gallery-lightbox .video_item p bdi:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  padding-right: 0.25rem;
}

.video__gallery-lightbox .video_item p bdi:before {
  content: "\f017";
}

.video__embeded-sec {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 1rem;
}

.video__embeded-sec video {
  width: 100%;
  max-width: 100%;
}

/* E Deck */

.presentation-sec .prsn-slides {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 49.25%;
}

.presentation-sec .prsn-slides .carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.presentation-sec .prsn-slides .carousel .carousel-inner {
  width: 100%;
  height: 100%;
  top: 4.85%;
}

.presentation-sec .prsn-slides .carousel .item {
  width: 100%;
  height: 100%;
}

.presentation-sec .prsn-slides .carousel .item figure {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 65.5%;
  margin: 0 auto;
}

.presentation-sec .prsn-slides .laptop-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.presentation-sec .prsn-slides .laptop-screen {
  background-image: url("../img/financial-presentation/monitor.png");
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
}

.presentation-sec .media-body {
  width: 100%;
  padding: 4rem 2rem 0;
  margin: 0 auto;
  text-align: center;
}

/*
Custom Animations
*/
.presentation-sec .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.presentation-sec .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.presentation-sec .carousel-fade .carousel-inner .active.left,
.presentation-sec .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.presentation-sec .carousel-fade .carousel-inner .next.left,
.p resentation-sec.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.presentation-sec .carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .presentation-sec .carousel-fade .carousel-inner > .item.next,
  .presentation-sec .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .presentation-sec .carousel-fade .carousel-inner > .item.prev,
  .presentation-sec .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .presentation-sec .carousel-fade .carousel-inner > .item.next.left,
  .presentation-sec .carousel-fade .carousel-inner > .item.prev.right,
  .presentation-sec .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Light box styling **** */
.light__box-sec {
  margin-top: 1rem;
}

.light__box-sec .row {
  width: 100%;
  margin-left: -6px;
  margin-right: -6px;
}

.light__box-sec .row [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.light__box-sec a.gallery_thumb {
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}

.light__box-sec a.gallery_thumb figure {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  display: block;
  padding-top: 56.25%;
  margin: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.light__box-sec a.gallery_thumb figure:hover {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}

/* Software Terms */
.locker__sidebar-modal .sidebar_body .software_term .search_label {
  position: relative;
  margin-bottom: 2rem;
  display: block;
  width: 100%;
}

.locker__sidebar-modal .sidebar_body .software_term .search_label::before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #dddddd;
  font-weight: 900;
  font-size: 1.15rem;
  top: 0.875rem;
  left: 0.75rem;
}

.locker__sidebar-modal .sidebar_body .software_term .search_label input {
  height: 2.875rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.7rem 0.7rem 0.7rem 2.5rem;
  resize: none;
  border-radius: 0.2rem;
  border: 1px solid #dddddd;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 1.5rem 0 0;
  background: #fff;
  z-index: 1;
  width: 100%;
}

.locker__sidebar-modal .sidebar_body .software_term p {
  background: #ffffff;
  border: 1px solid #dadce0;
  color: #030303 !important;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.locker__sidebar-modal .sidebar_body .software_term p strong {
  display: block;
  font-size: 1rem;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.028rem;
  margin-bottom: 0.5rem;
}

/* Link Library */
.locker__sidebar-modal .sidebar_body .contat-details {
  margin: 2rem 0 0 0;
  padding: 0;
}

.locker__sidebar-modal .sidebar_body .contat-details li {
  list-style: none;
  line-height: 1;
  margin-bottom: 1rem;
}

.locker__sidebar-modal .sidebar_body .contat-details li i {
  color: #e9c027;
  font-size: 1.15rem;
  width: 1.5rem;
  margin: 0 auto;
  text-align: center;
}

.locker__sidebar-modal .sidebar_body .contat-details li a {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 0.5rem;
  color: #030303;
  letter-spacing: 0.028rem;
  transition: all 0.25s ease;
  font-weight: 400;
  text-decoration: none !important;
}

/* Box Grid items */

.box__grid-items .row {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.box__grid-items .item_wrap {
  display: block;
  background: #ffffff;
  color: #030303 !important;
  text-decoration: none !important;
  padding: 1rem 4rem 1rem 1rem;
  position: relative;
  width: 100%;
  margin-bottom: 1.875rem;
  border: #ffffff 1px solid;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box__grid-items .item_wrap:hover {
  border: 1px solid #2a4068;
}

.box__grid-items .item_wrap p {
  font-weight: 400;
  margin: 0;
  line-height: normal;
}

.box__grid-items .item_wrap h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
  line-height: normal;
}

.box__grid-items .item_wrap img {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.25rem;
}

/* Contact image */
.contact__img-wrap {
  position: relative;
  padding-top: 56.25%;
  margin: 0;
}

.contact__img-wrap img {
  position: absolute;
  vertical-align: middle;
  border-style: none;
}

.contact__img-wrap .collage_img2 {
  width: 50%;
  bottom: 0;
  left: 13%;
  z-index: 2;
}

.contact__img-wrap .collage_img3 {
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
}

.contact__img-wrap .collage_img4 {
  width: 20%;
  bottom: 0%;
  right: 18%;
  z-index: 0;
}

/* Texture image */
.img_texture {
  position: relative;
  max-width: 100%;
  text-align: center;
  padding: 1.5rem;
  margin-top: 2rem;
}

.img_texture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/dots_texture.svg");
  background-repeat: no-repeat;
  background-size: unset;
  background-position: top left;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img_texture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/dots_texture.svg");
  background-repeat: no-repeat;
  background-size: unset;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img_texture img {
  width: 100%;
  max-width: 100%;
  padding: 0.1rem;
  border-radius: 0.4rem;
  margin: 0 auto;
}

/***** END Locker Styles *****/

/***** Start modal video Styles *****/
.bootstrap_modal .modal-content {
  box-shadow: none;
  outline: 0 !important;
  border: none;
  border-radius: 0.4rem;
}

.bootstrap_modal .modal-content .close {
  text-decoration: none !important;
  color: #ffffff !important;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
  top: -1.5rem;
  right: -1.5rem;
  z-index: 1;
}

.modal.fade .modal-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 auto;
}

.bootstrap_modal .modal-content .modal-body {
  padding: 1rem;
}

.bootstrap_modal .modal-content .modal-body .download-files {
  position: absolute;
  top: -1.85rem;
  left: 0;
  color: #fff;
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0.028rem;
}

.bootstrap_modal .modal-content .modal-body .download-files i {
  font-size: 1.25rem;
}

/***** End Modal video Styles *****/

/***** Start Video Gallery Styles *****/
.video_gallery .video__gallery-inner {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.video_gallery .video__gallery-inner .video_player {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 43.5%;
}

.video_gallery .video__gallery-inner .video_player .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_gallery .video__gallery-inner .video_playlist {
  margin: 0 0 0 1rem;
  padding: 0;
  flex: 20rem;
  height: 497px;
  overflow-y: auto;
}

.video_gallery .video__gallery-inner .video_playlist li {
  list-style: none;
  display: block;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item {
  width: 100%;
  display: flex;
  padding: 0.2rem 0;
  text-decoration: none !important;
  margin-bottom: 0.25rem;
  transition: all 0.25s linear;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item:hover {
  background-color: #eaeaea;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item.active {
  background-color: #eaeaea;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item img {
  width: 5rem;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item h3 {
  color: #030303;
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  line-height: normal;
  margin: 0;
  font-weight: 600;
  padding: 0 0.5rem;
}

/***** Start Video Gallery Styles *****/

/***** Start Footer Styles *****/
footer .copyright {
  background: #ffffff;
  padding: 1rem;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  letter-spacing: 0.025rem;
  color: #444444;
}

footer .copyright a {
  color: #444444;
}

footer .copyright a:hover {
  text-decoration: underline;
}

.inbox_page .inbox_tabs .left_navbar.collapse_navabar {
  -ms-flex: 0 0 3.35rem;
  flex: 0 0 3.35rem;
  max-width: 3.35rem;
}

.inbox_tabs .collapse_navabar .nav-pills li a span {
  opacity: 0;
  font-size: 0;
}

/***** END Footer Styles *****/

/*---------------------------
	OWL Carousel CSS
----------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.bootcamp-inner .border-lines {
  padding: 0.5rem 0 1.5rem 0;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

button.owl-dot.active span {
  background: transparent !important;
  border: 1px solid #e9c027;
}

.display-mobile {
  display: none;
}

/* OWL Carousel END */

/*  */
/*************************************************************\
   Clients page
 \************************************************************/

.clients__page-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion-nav {
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
}

.clients__tab-content {
  flex: 1;
  margin-left: 1.5rem;
  position: relative;
  background: white;
  border: 1px solid rgba(42, 64, 104, 0.18);
  border-radius: 0.4rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.accordion-nav .panel-group {
  margin: 0;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 1px solid rgba(42, 64, 104, 0.18);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.accordion-nav .panel-group .panel {
  margin: 0;
  border: none;
  border-bottom: 1px solid #dadce0;
  border-radius: 0.4rem 0.4rem 0 0;
}

.accordion-nav .panel-heading a {
  background: transparent;
  color: #030303;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.028rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 1.4rem 1rem;
  border-radius: 0;
  transition: all 0.3s linear;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 3px solid transparent;
  text-decoration: none;
}

.accordion-nav .panel-heading a[aria-expanded="true"] {
  background: #dee2e6;
}

.accordion-nav .panel-heading {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0.4rem;
}

.accordion-nav .panel-group .panel[data-radius="true"] {
  border-radius: 0 0 0.4rem 0.4rem;
  border-bottom: 0;
}

.accordion-nav .panel-group .panel[data-radius="true"] .panel-heading {
  border-radius: 0 0 0.4rem 0.4rem;
}

.accordion-nav .panel-group .panel[data-radius="true"] .panel-heading a {
  border-radius: 0 0 0.4rem 0.4rem;
}

.accordion-nav .panel-heading a i {
  font-size: 1.15rem;
  padding-right: 0.8rem;
}

.accordion-nav .panel-collapse .panel-body {
  padding: 0;
}

.accordion-nav .panel-collapse .panel-body li a {
  background: transparent;
  color: #030303;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.028rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 1.1rem 1rem;
  border-radius: 0;
  transition: all 0.3s linear;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 3px solid transparent;
  text-decoration: none;
}

.accordion-nav .panel-collapse .panel-body li a.active {
  background: #f2f6fb;
  border-left: 3px solid #cdcdcd;
  user-select: none;
  cursor: auto;
}

.accordion-nav .panel-collapse .panel-body li a i {
  font-size: 1.15rem;
  padding-right: 0.8rem;
}

/*
 Clients tab
 */

.clients__page-sec .clients__tabs-content {
  flex: 1;
  margin: 0 0 0 1.5rem;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid rgba(42, 64, 104, 0.18);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.clients_tab.client-index-container{
  height: 100% !important;
}

.clients_tab .tab_heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #e7ecf3;
}

.clients_tab .tab_heading .main-heading {
  margin: 0;
  font-size: calc(0.8rem + 0.8vw);
}

.clients_tab .tab_heading .play-button {
  font-size: 1.5rem;
  line-height: 1;
  color: #2a4068;
  float: none;
  margin: 0;
}

/* .clients_tab .tab_heading .play-button i {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 10rem;
  padding: 0;
  margin: 0;
} */

/* .clients_tab .tab_heading .play-button i:hover {
  border-color: #2a4068;
} */

.clients_tab .filter_form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
}

.clients_tab .filter_form .search-input {
  position: relative;
  flex: 1;
  margin: 0;
  font-weight: unset;
}

.clients_tab .filter_form .search-input::before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #dddddd;
  font-weight: 900;
  font-size: 1rem;
  top: 0.9rem;
  left: 1rem;
}

.form-control {
  flex: 1;
  height: 2.25rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.7rem 1rem;
  resize: none;
  border-radius: 0.2rem !important;
  border: 1px solid #dbdbdb;
  outline: none !important;
  box-shadow: none;
  margin: 0;
}

.md-input {
  width: 220px;
}

.form-control:focus,
.form-control:active {
  border-color: #dbdbdb !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

.form-control:disabled {
  background: #dbdbdb !important;
  color: #666666 !important;
  user-select: none;
  pointer-events: none;
}

[data-inputType="currency"] {
  text-align: right;
}

.clients_tab .filter_form .search-input .form-control {
  padding-left: 2.5rem;
  height: 2.75rem;
  outline: none !important;
  box-shadow: none !important;
}

.clients_tab .filter_form .btn {
  margin-left: 0.5rem;
}

.clients_tab .filter_form .btn i {
  font-size: 0.875rem;
  padding-right: 0.5rem;
}

.unorder__data-list {
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  height: 60vh !important;
  overflow-y: auto;
  overflow-x: hidden;
  /* padding-top: 1rem; */
}

.unorder__data-list article main {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.unorder__data-list article main .custom-checkbox,
.unorder__data-list article main .custom-radio {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  margin: 0 0.5rem 0 0;
}

.unorder__data-list article {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dadce0;
}

.unorder__data-list.only-vscrl article {
  left:0 !important;
  right:0 !important;
}

.unorder__data-list article:hover {
  background-color: #f8f8f9;
}

.unorder__data-list article .collapse {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem 0 1rem 0;
  border-top: 1px solid #dbdbdb;
  padding: 1rem 0 0 0;
  transition: all 0.15s linear;
}

.unorder__data-list article .collapse .grid_body {
  padding: 0.5rem;
}

.unorder__data-list article .collapse .collapse-head {
  padding: 0.5rem;
}

.unorder__data-list article .collapse .collapse-head ul {
  margin: 0;
  padding: 0 0 0 1rem;
}

.unorder__data-list article .collapse .collapse-head ul li {
  list-style: decimal;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.65rem;
}

.clients-list .fas.fa-times {
  /* color: #656565; */
  font-size: 1rem;
}

/* .unorder__data-list article:last-child {
  border-bottom: none;
} */

.unorder__data-list article main .online-status {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.1rem solid #dbdbdb;
  border-radius: 10rem;
  margin-right: 0.5rem;
}

.unorder__data-list article main .online-status.gray-circle {
  background: #dbdbdb !important;
}

.unorder__data-list article main .online-status.online {
  background: #01bf01;
  border-color: #01bf01;
  box-shadow: 0 0 0 0.2rem rgb(1 191 1 / 15%);
}

.unorder__data-list article main b {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.028rem;
}

.unorder__data-list article main .icon {
  color: #030303;
  padding-left: 1rem;
  font-size: 1rem;
}

.unorder__data-list article aside a.btn.btn-default {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}

.unorder__data-list article aside a {
  margin-left: 0.25rem;
  color: #030303;
  font-size: 1.05rem;
}

.unorder__data-list article aside .grdlabel,
.unorder__data-list article aside em {
  margin-left: calc(0.1rem + 0.3vw);
  color: #777;
  display: inline-block;
  font-family: "Open Sans italic", sans-serif !important;
  font-size: 0.8rem;
}

.unorder__data-list article aside a .fa-flag {
  color: #1e324b;
}

.scenario-list article.hasC3Integration {
  background-color: #dee2e6;
  padding: 0.875rem 1rem;
}

.scenario-list article main bdi.hasC3Integration {
  position: relative;
  visibility: hidden;
}

/* .scenario-list article:first-of-type main bdi.hasC3Integration:before { */
  .scenario-list article main bdi.hasC3Integration:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -4px;
  visibility: visible;
  background-image: url("https://steve.crm.thomasgold.com/favicon32x32.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.scenario-list article aside .fas.fa-bars {
  cursor: move;
}

.scenario-list main bdi {
  padding-right: 0.75rem;
  line-height: 1;
  font-style: normal;
  color: #999;
  font-size: 0.875rem;
}

.scenario_list{
  margin-left: calc(0.1rem + 0.3vw);
  color: #777;
  font-family: "Open Sans italic", sans-serif !important;
  font-size: 0.8rem;
  font-style: italic !important;
  }

  .scenario_list_name {
  /* background-color: #f6f6f6; */
  font-family: "Open Sans", sans-serif !important;
  color: #030303;
  letter-spacing: 0.018rem;
  
}

.scenario_name {
  max-width: 350px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.clients_tab .buttons-list {
  width: 100%;
  text-align: right;
  padding: 2rem;
}

.clients_tab .buttons-list .btn {
  margin-left: 0.5rem;
}

.clients_tab .buttons-list .btn i {
  font-size: 0.875rem;
  padding-right: 0.5rem;
}

/* Client management tabs */
.custom__tab-panels {
  display: flex;
  align-items: baseline;
  padding: 1rem;
}

.custom__tab-panels .panel {
  flex: 1;
  border-color: #dadce0;
  box-shadow: none;
  border-radius: 0.4rem;
  min-height: 370px;
  margin-left: 1rem;
}

.custom__tab-panels .panel:first-child {
  margin-left: 0;
}

.custom__tab-panels .panel .panel-heading {
  text-align: center;
  font-family: "Open Sans";
  color: #030303;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem;
  letter-spacing: 0.028rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-color: #dadce0;
  background: #dee2e6;
}

.custom__tab-panels .panel-body {
  padding: 0.45rem;
  height: 65vh;
  overflow-y: auto;
}

.custom__tab-panels .panel-body .unorder__data-list {
  margin: 0;
  height: 100% !important;
}

.custom__tab-panels .panel-body .unorder__data-list article {
  padding: 0.5rem;
  background: #f2f4f6;
  border-radius: 0.4rem;
  margin-bottom: 0.65rem;
  cursor: move;
  border: 1px solid #dadce0;
}

.custom__tab-panels .panel-body .unorder__data-list article:hover {
  border: 1px dashed;
  background: #e7ecf3;
}

.custom__tab-panels .panel-body .unorder__data-list article aside {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom__tab-panels .panel-body .unorder__data-list article aside .btn {
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.42);
  text-transform: capitalize;
  background-color: transparent;
}

.custom__tab-panels .panel-body .unorder__data-list article aside .btn:hover{
  background-color: white;
}

.integrations-list {
  padding: 0;
  margin: 2rem 0 0 0;
}

.integrations-list li {
  list-style: none;
  margin-bottom: 0.25rem;
}

.integrations-list li a img {
  height: 2rem;
  width: 2rem;
}

.integrations-list li a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.integrations-list li a span {
  display: inline-block;
  padding-left: 0.55rem;
  color: #030303;
  letter-spacing: 0.028rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.integrations-list li a:hover span {
  padding-left: 0.7rem;
}

/* Breadcumb */
.breadcrumb-wrap {
  background: transparent;
  position: relative;
  top: -35px;
  margin: 0 0 -35px 0;
}

.breadcrumb-wrap .breadcrumb-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  background: #fafaff;
  padding: 0.875rem;
  border-radius: 0.4rem 0.4rem 0 0;
  /* border-bottom: 1px solid #eaeaea; */
}

.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 0;
  background-color: transparent;
  border: none;
}

.breadcrumb-wrap .breadcrumb a {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.028rem;
  color: #030303;
  transition: all 1s linear;
}

.breadcrumb-wrap .breadcrumb > li + li:before {
  color: #777;
}

.breadcrumb-wrap .breadcrumb > li {
  color: #777;
}

/* Breadcumb */
/* Top nav tabs design */
.top__nav-tabs .nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.top__nav-tabs .nav-list li {
  list-style: none;
  line-height: 1;
}

.top__nav-tabs .nav-list li a {
  color: #030303;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.028rem;
  margin-right: 0.25rem;
  padding: 0.8rem;
  display: inline-block;
  border-radius: 0.2rem;
  text-decoration: none;
  min-width: calc(80px + 2vw + 2vmin);
  text-align: center;
  transition: all 0.35s ease-in-out;
  border: 1px solid #dbdbdb;
}

.top__nav-tabs .nav-list li a.active {
  background: #2a4068;
  border-color: #2a4068;
  color: #fff;
  user-select: none;
  cursor: default;
}

.breadcrumb-wrap.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 15%);
}

.breadcrumb-wrap.fixed .site-container {
  max-width: 100%;
}

.breadcrumb-wrap.fixed .breadcrumb-inner {
  border: none;
  padding: 0.25rem;
  border-radius: 0;
}

.breadcrumb-wrap.fixed .breadcrumb-inner .top__nav-tabs .nav-list li a {
  font-size: 0.75rem;
  padding: 0.65rem;
}

.breadcrumb-wrap.fixed .breadcrumb a,
.breadcrumb-wrap.fixed .breadcrumb > li {
  font-size: 0.75rem;
}

/* Top nav tabs design */

/* quick access tools */
body.quick-access-cursor .form-control:hover {
  /* cursor: url("../img/icons/marker.svg"), auto; */
  background-color: #e9c027 !important;
  background: #e9c027 !important;
}

.top__nav-tabs .ra-shortcuts {
  border-left: 2px solid #000;
  padding-left: 1rem;
}

.top__nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ra__shortcuts-tools {
  position: fixed;
  top: 35%;
  right: 0;
  display: none;
}

.ra__shortcuts-tools .quick-access .drop-icon {
  padding: 0 0.7rem;
  font-size: 1.5rem;
  line-height: 1;
  outline: none !important;
  /* box-shadow: none !important; */
  background: #fff;
  /* border: 2px solid #030303; */
  color: #030303;
  transition: all 0.5s linear;
  border-radius: 0.25rem 0.25rem 0 0;
  position: relative;
  z-index: 9;
  box-shadow: 0px -2px 4px 1px rgb(0 0 0 / 38%);
}

.ra__shortcuts-tools .quick-access .drop-icon i {
  padding: 0;
}

.ra__shortcuts-tools .quick-menu {
  left: auto;
  right: 0;
  min-width: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  /* border: 2px solid #030303; */
  border-radius: 0 0 0.25rem 0.25rem;
  transition: all 0.25s linear;
  transform: translateY(-15px);
  opacity: 0;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 38%);
}

.ra__shortcuts-tools .quick-menu.active {
  transform: translateY(0);
  opacity: 1;
}

.ra__shortcuts-tools .quick-menu li {
  list-style: none;
  border-bottom: 1px solid #dbdbdb;
  transition: all 0.25s linear;
}

.ra__shortcuts-tools .quick-menu li:hover {
  background-color: #dbdbdb;
}

.ra__shortcuts-tools .quick-menu li a {
  padding: 7px;
  margin-bottom: 0.05rem;
  display: block;
}

.ra__shortcuts-tools .quick-menu li a img {
  height: 20px;
}

.modal-open .breadcrumb-wrap.fixed {
  z-index: 1051;
}

.breadcrumb-wrap.fixed .client__nav-tabs {
  padding: 0 0.5rem 0.5rem 0.5rem;
}

.breadcrumb-wrap.fixed .client__nav-tabs ul li span {
  font-size: 0.7rem;
  padding: 0.085rem 0.7rem;
}

.breadcrumb-wrap.fixed .client__nav-tabs ul li a {
  font-size: 0.7rem;
  padding: 0.6rem 0.65rem;
}

/* collapse  */
.collapse-breadcrump {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #030303 !important;
  font-size: 1.5rem;
  line-height: 1;
}

.breadcrumb-wrap.fixed .collapse-breadcrump {
  right: -16px;
  transform: translateY(110px);
  background: white;
  padding: 0.4rem;
  border: 2px solid #030303;
  border-radius: 0.4rem;
}

.breadcrumb-wrap.fixed.collapsed {
  transform: translateY(-142px);
}

/* collapse  */

/* quick access tools */

/* custom tabs styles */
.ra-tabs .nav-tabs {
  background-color: #dae1ec;
  padding: 1rem 1rem 0;
}

.ra-tabs .nav-tabs li a {
  border: none !important;
  color: #030303;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.028rem;
  background: #ebeff5;
  transition: all 0.3s ease-in-out;
}

.ra-tabs.calc-tab .nav-tabs li a {
  padding: 8px 4px;
}

.client__nav-tabs ul li.active a {
  background: #2a4068;
  border-color: #2a4068;
  color: #fff;
  user-select: none;
  cursor: default;
}

.ra-tabs .nav-tabs li.active a {
  background: #fff;
}

.ra-tabs .nav-tabs li a:hover {
  background: #fff;
}

/* custom tabs styles */

/*fieldsets  */
.input-fieldset {
  margin-bottom: 1rem;
}

.input-fieldset label {
  font-size: 0.9rem;
  letter-spacing: 0.028rem;
  text-transform: uppercase;
}

.input-fieldset label input[type=checkbox], .input-fieldset label input[type=radio]{
  width: 1rem;
  height: 1rem;
}

/* fieldsets */
.table_grid .toggle-show.table .input-label {
  opacity: 0;
  transition: all 0.25s linear;
}
/* Invalid error tooltip */
.validation-tooltip {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.validation-tooltip + .tooltip .tooltip-inner {
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  font-weight: 400;
  text-align: left;
  padding: 0.55rem 0.8rem;
  max-width: initial !important;
  border-radius: 0.4rem;
  width: auto;
  background: #030303;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.validation-tooltip + .tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.validation-tooltip i {
  font-size: 1.0875rem;
  color: #dbdbdb;
}

.validation-tooltip i:hover {
  cursor: help;
}

.has-error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -moz-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
}

.has-error + .validation-tooltip i {
  color: #dc3545 !important;
}

.has-error:focus,
.has-error:active {
  border-color: #dc3545 !important;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -moz-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
}

.has-error + .validation-tooltip:hover + .tooltip.in .tooltip-inner {
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -moz-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
}

.has-error + .validation-tooltip + .tooltip .tooltip-inner {
  background: #dc3545 !important;
}

.has-error + .validation-tooltip + .tooltip .tooltip-arrow {
  border-top-color: #dc3545 !important;
}

select.form-control + .validation-tooltip {
  padding-right: 1.05rem;
}

/* Invalid error tooltip */

/* modal grid forms */
.modal-form .input-group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}

.modal-form .input-group label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  margin: 0;
  line-height: 1;
  flex: 35%;
  max-width: 35%;
}

.modal-form .input-group select.form-control {
  width: 100%;
  padding: 0.4rem 0.8rem 0.4rem 0.4rem !important;
  background: #ffffff url("../img/chevron_down.svg") no-repeat calc(100% - 0.15rem) 50% !important;
  -webkit-background-size: 0.8rem !important;
  background-size: 0.8rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-right: 1px solid #bfbfbf;
}

/* modal grid forms */

/* /.custom richText editor */
.richText .richText-editor {
  font-family: "Open Sans";
  font-size: 1rem;
}

.richText {
  background-color: #fafafa;
  border: #dee2e6 solid 2px;
}

.richText .richText-toolbar ul li a,
.richText .richText-toolbar a {
  color: #030303;
  background: #dee2e6;
}

.richText .richText-toolbar ul li a:hover,
.richText .richText-toolbar a:hover {
  color: #000000;
  background: #dee2e6;
}

.richText .richText-toolbar {
  background: #dee2e6;
}

/* /.custom richText editor */

/* clients tabs - 9 tabs */
.client__nav-tabs {
  background: #fff;
  padding: 0.875rem;
  text-align: center;
}

.client__nav-tabs ul {
  margin: 0;
  padding: 0.8rem 0 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.client__nav-tabs ul li {
  list-style: none;
  line-height: 1;
  position: relative;
}

.client__nav-tabs ul li span {
  font-size: 0.75rem;
  font-style: italic;
  text-align: center;
  display: block;
  padding: 0.5rem 0;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  margin-right: 1px;
}

.client__nav-tabs ul li a {
  color: #030303;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.028rem;
  margin-right: 0.25rem;
  padding: 0.8rem;
  display: inline-block;
  border-radius: 0.2rem;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  border: 1px solid #dbdbdb;
  min-width: calc(70px + 2vw + 2vmin);
  text-align: center;
}

/* clients tabs - 9 tabs */

/* Expense plans */
.expense-plansec .panel-group {
  margin: 0;
}

.grid_collapsed .expense-plansec .panel-group .table-responsive {
  height: auto !important;
  overflow-y: hidden;
}

.expense-plansec .panel-default {
  box-shadow: none;
  margin-bottom: 0.5rem;
  border: none;
}

.expense-plansec .panel-default .panel-heading {
  padding: 0;
  background-color: #e7e7e7;
  border: none;
}

.expense-plansec .panel-default.household .panel-heading i.category:before {
  background: #393;
}

.expense-plansec .panel-default.daily-living .panel-heading i.category:before {
  background: #7030a0;
}

.expense-plansec .panel-default.healthcare-insurance .panel-heading i.category:before {
  background: #ffa500;
}

.expense-plansec .panel-default.transportation .panel-heading i.category:before {
  background: #ff0;
}

.expense-plansec .panel-default.education-loans .panel-heading i.category:before {
  background: #c00000;
}

.expense-plansec .panel-default.entertainment .panel-heading i.category:before {
  background: #2d4b73;
}

.expense-plansec .panel-default.miscellaneous .panel-heading i.category:before {
  background: #09f;
}

.expense-plansec .panel-body {
  padding: 0.5rem;
}

.expense-plansec .panel-default .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.8rem;
  text-decoration: none;
  transition: all 0.15s linear;
}

.expense-plansec .panel-default .panel-heading:hover {
  cursor: pointer;
  background: #dbdbdb;
}

.expense-plansec .panel-default .panel-heading i.category {
  font-size: 1rem;
  font-weight: 700;
  color: #030303;
  font-style: normal;
  letter-spacing: 0.028rem;
  padding-left: 2rem;
  position: relative;
}

.expense-plansec .panel-default .panel-heading  i.category:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.25rem;
  border-radius: 0.2rem;
}

.expense-plansec .panel-default .panel-heading .right-sec strong {
  font-size: 1rem;
  font-weight: 600;
  color: #030303;
  font-style: normal;
  letter-spacing: 0.028rem;
  padding-right: 2rem;
}

.expense-plansec .panel-default .panel-heading .right-sec a {
  font-size: 1rem;
  color: #030303;
  font-style: normal;
  letter-spacing: 0.028rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.45);
  padding: 0.3rem 0.5rem;
  border-radius: 0.028rem;
  text-decoration: none;
  transition: all 0.15s linear;
}

.expense-plansec .panel-default .panel-heading .right-sec a:hover {
  background: #ffffff;
}



.expense-plansec .panel-default .panel-heading .right-sec a i {
  margin-right: 0.45rem;
}

/* Expense plans */

/* Flags colors info modal */
.flags-colorinfo {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
}

.flags-colorinfo i {
  font-size: 2rem;
  margin-right: 1rem;
}

.flags-colorinfo p {
  margin: 0 !important;
}

/* Flags colors info modal */

.prev-nextbtn a {
  color: #333;
  background-color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  border-radius: 0.2rem;
  padding: 0.6rem;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

.prev-nextbtn a i {
  padding: 0 0.5rem;
}

.prev-nextbtn a + a {
  margin-left: 0.5rem;
}

.ra-optionbtn .btn-default {
  font-size: 0.875rem;
  font-weight: 400;
  color: #030303;
  border-color: #ddd;
  min-width: 210px;
  padding: 0.55em;
  border-radius: 0.25rem !important;
}

.ra-optionbtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ra-optionbtn .btn-default:hover {
  background: #2a4068;
  border-color: #2a4068;
  color: #fff;
}

.ra-optionbtn .btn-default.active {
  background: #2a4068;
  border-color: #2a4068;
  color: #fff;
}

.modal.tgcustom-modal .modal-body .ra-optionbtn {
  position: fixed;
  background: #f6f6f6;
  padding: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.37);
  z-index: 4;
}

.modal.tgcustom-modal .modal-body .ra-optionbtn + .page__grid {
  padding-top: 5rem !important;
}

.modal.tgcustom-modal .modal-footer .checkbox-inline input[type="checkbox"],
.modal.tgcustom-modal .modal-footer .radio-inline input[type="radio"] {
  width: 1rem;
  height: 1rem;
}

/*******************
 label for tabs
 ******************/

.client__nav-tabs ul .firstchild {
  position: absolute;
  top: 0;
  left: -5px;
  width: calc(49% + 0.25vw);
  border-top: 1px solid #eaeaea;
  line-height: 1;
  color: #dbdbdb;
  border-left: 1px solid #eaeaea;
}

.client__nav-tabs ul .lastchild {
  position: absolute;
  top: 0;
  right: -2px;
  width: calc(50% + 1vw);
  height: 15px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.client__nav-tabs ul .lastchild:before {
  content: "Output";
  font-style: italic;
  font-weight: 600;
  color: #666;
  position: relative;
  top: -12px;
  background: #fff;
  display: inline-block;
  padding: 0 0.5rem;
}

.client__nav-tabs ul .firstchild:before {
  content: "Input";
  font-style: italic;
  font-weight: 600;
  color: #666;
  position: relative;
  top: -9px;
  background: #fff;
  display: inline-block;
  padding: 0 0.5rem;
}

.client__nav-tabs ul li:nth-child(6){
  padding-right: 0.25rem;
}
.client__nav-tabs ul li:nth-child(7){
  padding-left: 0.25rem;
}

.client__nav-tabs ul li:nth-child(6):before {
  content: "";
  position: absolute;
  top: -12px;
  right: 1.5px;
  width: 0.8px;
  height: 28px;
  background: #eaeaea;
}

/*#region TG tv Modal */
.tg__tv-modal .left-sec,
.tg__tv-modal .center-sec,
.tg__tv-modal .right-sec {
  flex: 1;
  display: flex;
  align-items: center;
}

.tg__tv-modal .left-sec h4 {
  font-size: 1.25rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
}

.tg__tv-modal .center-sec {
  justify-content: center;
}

.tg__tv-modal .center-sec i {
  font-size: 1.7rem;
}

.tg__tv-modal .center-sec h4 {
  font-size: calc(0.875rem + 0.55vw);
  padding-left: 0.6rem;
  font-weight: 600;
}

.tg__tv-modal .right-sec {
  justify-content: flex-end;
}

.tg__tv-modal .right-sec a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin-top: -7px;
  text-decoration: none;
}

/* video player */
.tgtv-modwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.tgtv-modwrap .tgtv_videlist {
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
  min-width: 400px;
  height: 100%;
  overflow-y: auto;
}

.tgtv-modwrap .tgtv_videlist .panel {
  border: none;
  background: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0.05rem 0;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-heading {
  background-color: transparent;
  border: none !important;
  padding: 0;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-title a {
  font-size: 1.1rem;
  color: #030303;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.028rem;
  display: block;
  padding: 0.85rem 0.5rem;
  text-decoration: none;
  background: #dee2e6;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-title a:hover {
  background: #d3d8de;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body {
  border: none;
  padding: 0.5rem;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul {
  margin: 0 0 1rem 0;
  padding: 0;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul:last-of-type {
  margin: 0;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul b {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: inline-block;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul li {
  list-style: none;
  padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  font-size: 1rem;
  color: #030303;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025rem;
  cursor: pointer;
  transition: all 0.18s linear;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul li i {
  color: #d6d8db;
  padding-right: 0.25rem;
  font-size: 1.2rem;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul li.active {
  background: #f2f4f6;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul li:hover {
  background: #f2f4f6;
}

.tgtv-modwrap .video-sec {
  flex: 1;
}

.tgtv-modwrap .video-sec .video-wrap {
  width: 100%;
  max-width: 100%;
  /* height: 100%;
  position: relative;
  padding-top: 55%; */
  background: black;
}

.tgtv-modwrap .video-sec .video-wrap video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
}

.tg__tv-modal .modal-lg .modal-body {
  height: calc(100vh - 64px - 75px - 3rem);
  padding: 0;
  overflow: hidden !important;
}

/*#endregion */

/* #region Reports */
.reports-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem 0;
}

.reports-btn .btn {
  padding: 0.55rem 0.8rem;
  margin-left: 0.5rem;
}

.reports-btn .btn i {
  color: #666;
  font-size: 1rem;
  line-height: 1;
}
.desc-card {
  padding: 0.8rem;
}

/* toggle reports layout */

.reports-grid {
  width: 100%;
  height: 100%;
}

.reports-grid ul {
  margin: 0;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.reports-grid ul li {
  list-style: none;
  width: calc(50% - 0.25rem);
  max-width: calc(50% - 0.25rem);
  padding: 0.8rem;
  background: #ffffff;
  border: 1px solid #dadce0;
  margin: 0 auto 0.25rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #030303;
}

.reports-grid ul li:last-child,
.reports-grid ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.reports-grid ul li strong {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.reports-grid ul li b {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}
/*#endregion */

/* #region Reports & Prints */
.print__scenario-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.print__scenario-sec .printed-scenario {
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem 1rem 0 0;
  border-right: 1px solid #dbdbdb;
}

.print__scenario-sec .scenario-right {
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem 0 0 1rem;
}

.print__scenario-sec h4 {
  color: #030303;
  text-shadow: none;
  margin: 0 0 1rem;
  letter-spacing: 0.025rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.print__scenario-sec article {
  border: 2px dashed #dbdbdb;
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  cursor: move;
  transition: all 0.25s linear;
  background-color: #fafafa;
}

.print__scenario-sec article .grid_header p {
  color: #ffffff;
  margin: 0;
  font-size: 0.8rem;
}

.print__scenario-sec article .grid_col {
  margin-bottom: 0;
}

.print__scenario-sec article .table-footer {
  padding: 0.45rem;
  background: transparent;
}

.print__scenario-sec article .table-footer .btn {
  padding: 0.5rem 0.25rem;
  font-size: 0.8rem;
  color: #030303;
}

.print__scenario-sec article .table-footer .btn i {
  color: #666666;
}

.print__scenario-sec article .desc-card {
  background: #fff;
  border: none;
  font-family: inherit;
  color: #030303;
}

.print__scenario-sec .empty-txt {
  padding: calc(1.5rem + 1.5vw);
  color: #777;
}

.print__scenario-sec article .grid_col .notes-eidt textarea {
  font-size: 0.8rem;
  border: 1px solid #030303;
  margin-bottom: 0.5rem;
}

.print__scenario-sec article .grid_col .notes-eidt {
  padding: 0.5rem;
  background: #ffffff;
}

.full-reporttab {
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid #dbdbdb;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.full-reporttab .selctpages .pagelist {
  margin: 0;
  padding: 1rem 0 1rem 1.5rem;
}

.full-reporttab .selctpages .pagelist li {
  list-style: none;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  margin-bottom: 0.18rem;
}

.summary-grid table {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.25s linear;
}

.summary-grid .reports-grid {
  display: block !important;
  transition: all 0.25s linear;
}

.summary-grid .gridToggleBtn i:before {
  content: "\f00b";
}

.charts-grid table {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.25s linear;
}

.charts-grid .allocation-charts-grid {
  display: block !important;
  transition: all 0.25s linear;
}

.charts-grid .gridToggleBtn i:before {
  content: "\f00b";
}
.reports_notes textarea {
  width: 100% !important;
  border: 1px solid #dbdbdb;
  background: #fff;
  resize: none;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.4rem;
  font-size: 13px;
  letter-spacing: 0.025rem;
  color: #333;
}

.reports_notes .btn {
  padding: 0.45rem 1rem;
  margin: 0 6px 5px 6px;
}

/*#endregion */
.modal-form .input-group.inputfile {
  flex-direction: column;
  max-width: 100%;
  align-items: flex-start;
}

.modal-form .input-group.inputfile .input-label {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.modal-form .input-group.inputfile input[type="file"] {
  padding: 0.25rem;
  border-style: dashed;
  border-width: 2px;
  font-size: 0.875rem;
  cursor: pointer;
}

/* #region Calculator page */
.ra-tabs.calc-tab ul {
  display: flex;
}

.ra-tabs.calc-tab ul li {
  flex: 1;
  text-align: center;
}

.archivetab ul > li a i {
  font-size: 1.08rem;
  padding-right: 0.2rem;
  color: #313131;
}

/* #endregion */

/* #region Graph Grid */
.panel-grid {
  box-shadow: 1px 5px 24px 0 rgb(57 73 171 / 5%);
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  padding: 0.25rem 0.25rem 0.8rem;
  text-align: center;
}

.panel-grid .grid-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #dbdbdb;
  padding: 0.6rem 0 0 0;
  margin-top: 0.6rem;
}

.panel-grid .grid-footer article:first-child {
  border-right: 1px solid #dbdbdb;
}

.panel-grid .grid-footer article {
  font-size: 0.8rem;
  flex: 1;
}

.panel-grid .grid-body b {
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1;
}

.panel-grid .grid-footer article span {
  display: inline-block;
  width: 100%;
}

.panel-grid .grid-footer article span:first-child {
  font-weight: 600;
  margin-block: 0.25rem;
}
/* #endregion */

.charts-legends {
  margin: 0 auto;
  width: calc(9rem + 3vw);
  padding: 2rem 0;
}

.charts-legends li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
}

.charts-legends li bdo {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}

.charts-legends li i {
  font-style: normal;
  margin-left: auto;
}
.charts-legends li em {
  font-style: normal;
}

.charts-legends li bdi {
  font-style: normal;
}

.charts-legends li:first-child {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.grid_filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 1rem;
}

.grid_filters .input-filter {
  flex: 1;
  margin: 0;
}

.grid_filters .input-filter .input-group-addon {
  background: transparent;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #ddd;
  font-size: 1.2rem;
}

.grid_filters .input-filter .form-control {
  height: 44px;
  border-left: 0;
  padding-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.grid_filters a {
  margin-left: 0.35rem;
}

/* #region Files/Folders */

.filefolder-sec {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.5rem;
}

.filefolder-sec .filefolder-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.filefolder-sec .filefolder-inner .dz-message{
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-grid {
  -ms-flex: 0 0 14.2857143%;
  flex: 0 0 14.2857143%;
  max-width: 14.2857143%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.filefolder-sec article {
  border: 1px solid #d6d8db;
  border-radius: 0.25rem;
  padding: 1rem;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s linear;
}

.filefolder-sec article:hover {
  border-color: #666;
}

.filefolder-sec article .nav-items {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 0.2rem 0.2rem;
  line-height: 1;
}

.filefolder-sec article .nav-items li input[type="checkbox"] {
  width: 0.85rem;
  height: 0.85rem;
  cursor: pointer;
  margin-top: 3px;
}

.filefolder-sec .filefolder-head .view-options {
  padding-left: 1rem;
  color: #666;
  font-size: 1rem;
  line-height: 1;
}

.filefolder-sec article figure {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.filefolder-sec article span {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
  margin: 0.65rem 0 0.1rem;
  color: #030303;
}

.filefolder-sec article small {
  font-size: 73%;
  font-style: normal;
  color: #777;
  font-weight: 500;
}

.filefolder-sec article .nav-items > li {
  list-style: none;
  flex: unset;
  text-align: unset;
}

.filefolder-sec article .nav-items > li.dropdown a i {
  font-size: 1.25rem;
  color: #666666;
}

.filefolder-sec article .nav-items li.dropdown {
  margin-left: 0.5rem;
}

.filefolder-sec article .nav-items li.dropdown ul.dropdown-menu {
  display: none;
}

.filefolder-sec article .nav-items li.dropdown.open > .dropdown-menu {
  display: block;
}

.filefolder-sec article .nav-items li.dropdown ul.dropdown-menu li {
  text-align: left;
  list-style: none;
}

.filefolder-sec article .nav-items li.dropdown ul.dropdown-menu li a {
  text-align: left;
  font-weight: 600;
  padding: 0.5rem 0.8rem 0.5rem;
  font-size: 0.8rem;
}

.filefolder-sec article .nav-items li.dropdown li.dropdown.sub-dropdown .dropdown-menu {
  top: -5px;
  left: 100%;
  right: 0;
}

.filefolder-sec article .nav-items li.dropdown ul.dropdown-menu li a i {
  font-size: inherit;
  padding-right: 0.5rem;
  color: #666666;
  transition: all 0.25s ease-in-out;
}

.filefolder-sec .filefolder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  background: #f6f6f6;
  padding: 0.25rem;
  border-radius: 0.2rem;
}

.filefolder-sec .filefolder-head .right {
  flex: 1;
  width: 100%;
  text-align: right;
  padding: 8px 15px;
}

.filefolder-sec .filefolder-head .breadcrumb-inner {
  flex: 1;
}

.filefolder-sec .filefolder-head .breadcrumb-inner ul.breadcrumb {
  margin: 0;
  background: transparent;
}

.filefolder-sec .filefolder-head .breadcrumb-inner ul.breadcrumb li {
  flex: none;
  color: #030303;
  font-size: 0.8rem;
}
.filefolder-sec .filefolder-head .breadcrumb-inner ul.breadcrumb li a {
  color: #030303 !important;
  font-size: 0.8rem;
}
.filefolder-sec .filefolder-head .breadcrumb-inner ul.breadcrumb li a i {
  color: #030303 !important;
}

.filefolder-sec article .nav-items li.dropdown li.dropdown.sub-dropdown {
  margin: 0;
}

.filefolder-sec article .nav-items li.dropdown li.dropdown.sub-dropdown a .fa-chevron-right {
  text-align: right;
  float: right;
  margin-top: 2.5px;
  padding: 0;
}
/* #endregion */

/* #region Grid view */
.filefolder-sec.list-view .filefolder-inner .col-grid {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}

.filefolder-sec.list-view .filefolder-head .view-options i:before {
  content: "\f00a";
}

.filefolder-sec.list-view .filefolder-inner .col-grid article {
  flex-direction: row;
  padding: 0.5rem 3rem;
  border: none;
  border-bottom: 1px solid #d6d8db;
  border-radius: 0;
  transition: all 0.3s ease;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article:hover {
  background-color: #fafafa;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article figure {
  width: 2.2rem;
  height: 2.2em;
  background-size: contain;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article span {
  margin: 0 auto 0 1.5rem;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article small {
  font-size: 80%;
  margin-right: 1rem;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article ul.nav-items {
  height: 100%;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article ul.nav-items ul.dropdown-menu {
  left: auto;
  right: 0;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article ul.nav-items ul.dropdown-menu .sub-dropdown .dropdown-menu {
  left: auto;
  right: 100%;
}
/* #endregion */

/* #region Portal page */
.portal_page .nav-pills li a i {
  font-size: 1.65rem;
  padding-right: 0.75rem;
}

.portal_page .back-btn {
  color: #030303;
  padding: 1rem;
  display: block;
  text-align: left;
  font-size: 1rem;
  transition: all 0.5s linear;
  text-decoration: none;
}

.portal_page .back-btn i {
  padding-right: 0.25rem;
  transition: all 0.25s linear;
}

.portal_page .back-btn:hover i {
  transform: translateX(-3px);
}

.portal_page .tab_inner {
  position: relative;
  background: white;
  border: 1px solid rgba(42, 64, 104, 0.18);
  border-radius: 0.4rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.10);
}

.portal_page .tab_inner .portal_box section {
  border: 1px solid #dbdbdb;
  padding: calc(1.5rem + 1vw) calc(0.5vmin + 1vw);
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.9);
  height: 100%;
}

.portal_page .tab_inner .portal_box section b {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.028rem;
}

.portal_page .tab_inner .portal_box section small {
  /* color: #777; */
  font-size: 90%;
  font-weight: 600;
}

.portal_page .tab_inner .portal_box section p {
  margin: 1rem 0 0 0;
  font-size: 0.875rem;
  line-height: normal;
}

.portal_page .tabhead {
  padding: 1rem;
  background: #2a4068;
  border-radius: 0.25rem 0.25rem 0 0;
}

.portal_page .tabhead a + a {
  padding-left: 0.5rem;
}

.portal_page .tabhead h3 {
  margin: 0;
  font-weight: 400;
  font-size: 1.35rem;
  color: #ffffff;
}

.portal_page .tabhead a {
  color: #ffffff;
  font-size: 1.5rem;
}

.portal_page .tabhead span {
  color: #ffffff;
}

.portal_page .tabhead span i {
  font-size: 1.1rem;
}

.portal_page .filefolder-sec article small {
  display: none;
}

.tbl-vstripe tbody > tr > td:nth-of-type(even) {
  background: #f6f7f8;
}

/* #region Portal Chat */
.portal_chat {
  padding: 1.5rem;
}

.portal_chat .body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.portal_chat .body section {
  position: relative;
  max-width: 49%;
  min-width: 15rem;
  background: #f6f6f6;
  align-self: flex-start;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0 1rem 1rem 1rem;
}

.portal_chat .body section.you {
  align-self: flex-end;
  background: #f2f6fb;
  border-radius: 1rem 1rem 0 1rem;
}

.portal_chat .body section ul {
  position: absolute;
  top: -1.2rem;
  left: 0;
  right: 0;
  padding: 0 0.85rem 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.portal_chat .body section p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: #262626;
  letter-spacing: 0.025rem;
}

.portal_chat .body section ul li {
  list-style: none;
  color: #777;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.portal_chat .footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.portal_chat .footer input[type="text"] {
  flex: 1;
  border: 1px solid #dbdbdb;
  border-radius: 0.25rem;
  background: #fff;
  height: 54px;
  padding: 0.5rem 1rem;
  color: #030303;
  letter-spacing: 0.025rem;
  font-size: 1rem;
}

.portal_chat .footer .send-btn {
  border: 1px solid #dbdbdb;
  height: 54px;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
  color: #030303;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none !important;
}

.portal_chat .footer .send-btn:hover {
  background: #fafafa;
}

.portal_page .nav-pills li a i.fas.fa-phone {
  color: #4caf50;
  margin-left: auto;
  animation: callalert 0.7s infinite linear;
}

@-webkit-keyframes callalert {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes callalert {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* .modal-body.user-guide {
  height: 75vh;
  overflow-y: auto;
  color: #030303;
} */

.user_guide-sec {
  padding: 1rem;
  height: 520px;
  overflow-y: auto;
}

.user_guide-sec h2 {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  margin: 0 0 1.5rem 0;
}

.user_guide-sec p {
  font-size: 0.95rem !important;
  letter-spacing: 0.025rem;
  margin: 0 0 1.5rem 0;
}

.user_guide-sec p strong {
  font-weight: 600;
}

.user_guide-sec ul {
  margin: 0;
  padding-left: 1rem;
}

.user_guide-sec ul ul {
  margin: 0;
  padding-left: 1.5rem;
}

.user_guide-sec li {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 24px;
}

.user_guide-sec strong {
  font-weight: 600;
}

/* In page user guide  */

.userguide_collapse h3 {
  color: #666;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 800;
  text-shadow: none;
}

.userguide_collapse p {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  color: #666;
}

/* .portal_chat .chat_inner {
  height: 340px;
  overflow-y: auto;
} */
/* #endregion */

/* #region Tooltip */
/* .table_grid table .popover {
  font-family: "Open Sans", sans-serif !important;
  font-size: 0.875rem;
  background: #f4f5f6;
  max-width: 410px;
  border: 2px solid #777;
  box-shadow: 0 0 8px 4px rgb(112 109 109 / 52%);
}

.table_grid table .popover.left > .arrow {
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #f4f5f6;
}

.table_grid table .popover.left > .arrow:after {
  right: -13.5px;
  bottom: -12px;
  border-left-color: #777;
}

.table_grid table .popover.left > .arrow:after {
  border-width: 12px;
}

.table_grid table .popover h3.popover-title {
  font-size: 0.8rem;
  background: #ddd;
  color: #030303;
  padding: 0.8rem 0.5rem;
}

.table_grid table .popover .popover-content {
  font-size: 0.8rem;
  text-align: left;
  padding: 0.5rem;
  transition: all 0.25s linear;
}

.table_grid table .popover .popover-content table tbody tr td {
  text-align: left;
  color: #030303;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.025rem;
}

.table_grid table .popover .popover-content table tbody tr.total td:last-of-type {
  border-top: 2px solid #777;
}

.table_grid table .popover .popover-content table tbody tr td.currency-field {
  text-align: right;
  font-weight: 800;
}

.table_grid table .popover .popover-content table tbody tr td.positive {
  color: #028a0f;
}

.table_grid table .popover .popover-content table tbody tr td.negative {
  color: #bb2d3b;
} */
/* #endregion */

/* #endregion */

/* #region Sticky Menu *********************************8*/
.quick__access-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s linear;
}

.quick__access-menu.show {
  opacity: 1;
  visibility: visible;
}

.quick__access-menu .logo {
  text-decoration: none !important;
}

.quick__access-menu .menu-inner {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 1px 15px rgb(0 0 0 / 35%);
}

.quick__access-menu .logo img {
  /* max-width: 13rem; */
  height: 2.25rem;
}

.quick__access-menu .logo img.brand-logo {
  height: 2.7rem;
}

.quick__access-menu .logo span {
  color: #030303;
  font-size: 1.15rem;
  letter-spacing: 0.025rem;
  padding-left: 0.75rem;
  font-weight: 600;
  text-decoration: none;
}

.quick__access-menu nav.navbar {
  margin: 0;
  border: none;
  border-radius: 0;
}

.quick__access-menu .nav.navbar-nav li {
  border-left: 1px solid #dbdbdb;
  list-style: none;
  min-height: 50px;
  display: flex;
  align-items: center;
  float:left;
}

.quick__access-menu .nav.navbar-nav li > a {
  color: #030303;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  line-height: 1;
  padding: 1.16rem;
  width: 100%;
  height: 100%;
  transition: all 0.25s linear;
  background: #fff;
}

.quick__access-menu .nav.navbar-nav li > ul {
  margin: 0;
  padding: 0;
  box-shadow: 0 11px 15px rgb(0 0 0 / 35%);
  background: #fff;
}

.quick__access-menu .nav.navbar-nav li > ul > li {
  border-left: 0;
}

.quick__access-menu .nav.navbar-nav li > a:hover {
  background: #f4f4f4 !important;
}

.quick__access-menu .nav.navbar-nav li.open > a {
  background: #f4f4f4;
}

.quick__access-menu .nav.navbar-nav li > ul > li + li {
  border-top: 1px solid #dbdbdb;
}

.quick__access-menu .nav.navbar-nav li > a.active {
  background: #f4f4f4;
  color: #e8c028;
}

.quick__access-menu .nav.navbar-nav li.toolbar > ul > li > a img {
  max-height: 1.55rem;
}

.quick__access-menu .nav.navbar-nav li.toolbar > ul > li > a i {
  font-size: 23px !important;
}

.quick__access-menu .nav.navbar-nav li.toolbar > ul > li > a.connectedUsers {
  font-size: 1rem;
}

.quick__access-menu .nav.navbar-nav li.toolbar > ul {
  min-width: 5.5rem;
}

.quick__access-menu .open > ul.dropdown-menu {
  display: flex;
  flex-direction: column;
}

.quick__access-menu .nav.navbar-nav li.toolbar > ul > li > a {
  text-align: center;
  padding: 0.75rem 0.25rem;
}

.quick__access-menu .nav.navbar-nav li a.scrl_top i {
  font-size: 1.15rem;
  transition: all 0.5s ease;
}

.quick__access-menu .nav.navbar-nav li a.scrl_top {
  padding: 1rem 1.16rem;
}

.quick__access-menu .nav.navbar-nav li a.scrl_top:hover i {
  transform: translateY(-2px);
}

/* #endregion */

/* Work Station */
.wordstation-page .workstation-label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.028rem;
  line-height: 1;
  display: block;
  padding: 1.35rem;
  background: #e7ecf3;
  cursor: default;
}

.wordstation-page .workstation-label i {
  font-size: 1.25rem;
  padding-right: 0.25rem;
}

.wordstation-page .tab_heading main .btn {
  font-size: 0.8rem;
  padding: 0.4rem 0.65rem !important;
  font-weight: 500;
  margin-right: 0.5rem;
}

.wordstation-page .tab_heading .radio-inline {
  font-size: 0.875rem;
  margin-left: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.028rem;
  line-height: 1;
}

.wordstation-page .tab_heading .radio-inline input[type="radio"] {
  cursor: pointer;
  transform: scale(1.25);
  margin-top: 2px;
}

.wordstation-page .unorder__data-list article .grdlabel {
  margin-left: calc(0.1rem + 0.3vw);
  color: #777;
  display: inline-block;
  font-family: "Open Sans italic", sans-serif !important;
  font-size: 0.8rem;
}
/* Work Station */

.fsloading::after{
  content: '';
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: -.125em;
  border: .3em solid;
  border-right: .25em solid transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
  color: #000000;
}

.fsloading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100vw;
  max-height: 100vh;
  background-color: rgba(193, 193, 193, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}@keyframes spinner-border {
  to {
   transform: rotate(360deg);
  }
}


/* Popover */
.popover-wrap {
  position: relative;
  cursor: auto;
}

/* .popover-wrap:hover {
  background-color: #f5f5f5;
} */

.popover-wrap:hover .popover-inner {
  display: block;
}

.popover-wrap .popover-inner {
  z-index: 999;
  position: absolute;
  display: none;
  white-space: nowrap;
  top: 0;
  margin: 0;
  padding: 7px;
  border-radius: 4px;
  color: #fff;
  background: #393b3e;
  border: 1px solid #e5e8ed;
  box-shadow: -8px 8px 20px 10px rgba(3, 27, 78, 0.10);
}

.popover-wrap .popover-inner tbody tr td {
  border: none;
}

.popover-wrap .popover-inner tbody tr td.positive{
  color: #0f0;
}


.popover-wrap .popover-inner tbody tr td.negative{
  color: #ff0000;
}

.old_mouseover dd.positive{
  color: #0f0;
}


.old_mouseover dd.negative{
  color: #ff0000;
}

.oldpopver dt {
  font-size: 0.735rem;
}

.oldpopver dd {
  font-weight: 600;
}

.popover-wrap .popover-inner::after {
  position: absolute;
  top: 7px;
  content: "";
  display: block;
  height: 1px;
  width: 1px;
  border: 10px solid transparent;
}

.popover-wrap .popover-inner.left::after {
  right: -20px;
  border-left-color: #3e4450;
}

.popover-wrap .popover-inner.right::after {
  left: -20px;
  border-right-color: #3e4450;
}

.popover-wrap .popover-inner.left {
  right: 100%;
}

.popover-wrap .popover-inner.right {
  left: calc(100% + 5px);
}

.popover-wrap .popover-inner.top {
  bottom: 0;
  top: auto;
}

.popover-wrap .popover-inner.top::after {
  top: auto;
  bottom: 3px;
}

.popover-wrap .popover-inner.bottom {
  top: 100%;
  transform: translateX(-50%);
}

.popover-wrap .popover-inner.bottom::after {
  top: -17px;
  right: 48%;
  border-left-color: #393b3e;
  transform: rotate(-90deg);
}

.popover-wrap .popover-inner.bottom.clist::after{
  top: -17px;
  right: 82%;
  border-left-color: #393b3e;
  transform: rotate(-90deg);
}

.popover-wrap .popover-inner table tr td {
  font-weight: 400;
  text-align: left;
  font-size: 0.785rem;
  padding: 0.2rem;
}

.popover-wrap .popover-inner table tr td:last-child {
  font-weight: 800;
  text-align: right;
}

.popover-wrap .popover-inner table tr.total td {
  font-size: 13.5px;
  font-weight: bold;
  text-transform: lowercase;
  /* border-top: double;
  border-color: #ffffff;
  text-transform: uppercase; */
}

.popover-wrap .popover-inner table tr.total td::first-line{
  text-transform: capitalize;
}

.popover-wrap .popover-inner table tr.total td:last-child {
  border-top: double;
  border-color: #ffffff;
}

.popover-wrap .popover-inner table tr:hover {
  background-color: #464d5d;
}

.popover-wrap .popover-inner.grid2{
  /* width: auto; */
  min-width: 800px;
  max-width: auto;
}

.popover-wrap .popover-inner.grid2 table > thead > tr > th{
  border-right: 1px solid #737272;
  background: #343840;
}

.popover-wrap .popover-inner.grid2 .grid2-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 0 0.25rem;
}

.popover-wrap .popover-inner.grid2  .d-flex .flex-1 {
  flex: none;
  min-width: 400px;
}

.popover-wrap .popover-inner.grid2  .d-flex .flex-1 table {
  width: 100%;
}

.withdraw-mouseover{
  min-width: 20rem;
}

.withdraw-mouseover main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}

.withdraw-mouseover h4 {
  margin: 0.5rem !important;
  font-size: 0.875rem !important;
}

.withdraw-mouseover main bdo {
  font-size: 1rem;
  padding: 0 0.5rem;
  font-weight: 800;
}

.old_mouseover{
  padding: 0.35rem;
}

.old_mouseover .popover-inner, .old_mouseover.popover-inner{
  min-width: 500px;
}

.old_mouseover dt {
  float: left;
  width: auto;
  font-weight: 400;
}
.old_mouseover dd{
  font-weight: 700;
}

.highchartsTabs .tab-content svg rect{
  stroke: none;
}

.highchartsTabs, .highchartsTabs svg, .highchartsTabs svg tspan, .highchartsTabs svg span {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}

.navbar-top.staticnav {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.navbar-top.staticnav ul li {
  display: none;
}

.navbar-top.staticnav ul{
  justify-content: center;
  padding: 0.25rem 0
}

.navbar-top.staticnav ul li a{
  font-size: 0.875rem;
}

.navbar-top.staticnav ul li:first-child  {
  display: block;
}

.tab4remove-modal{
  border: none;
  box-shadow: none !important;
}

.tab4remove-modal .modal-body{
  padding: 0;
  border: none;
}

.listitems-ui {
  margin: 0;
  padding: 0;
}

.listitems-ui li {
  list-style-type: none !important;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 !important;
  background: transparent !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-top: none !important;
}

.listitems-ui li:hover{
  background-color: #fafafa;
}

.listitems-ui li input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.listitems-ui li span {
  font-weight: 400;
  font-size: 0.875rem;
}

.listitems-ui li .updated {
  font-weight: normal;
  font-style: italic;
  font-family: "Open Sans italic", sans-serif !important;
}

/*  */
/* Video Modal */
/*  */
#videoDialog.video-modal {
  display: none;
  top: 3rem !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  z-index: 9990;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0;
  background: rgb(0, 0, 0, 0.5);
}

.video-modal .bs-modal {
  width: 94%;
  height: calc(100vh - 4rem);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 auto;
  background: #fff;
  border-radius: 0.25rem;
}

.video-modal .bs-modal .title-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 75px;
    background: #2a4068;
    border-radius: 0.25rem 0.25rem 0 0;
    padding-right: 3rem;
}

.video-modal .bs-modal .title-container img {
  width: 6rem;
  padding: 0.75rem 0 0.75rem 0.75rem;
}

.video-modal .bs-modal .title-container .thomasGoldVideoHeader {
    padding: 0 0 0 1rem;
    margin: 0 !important;
    float: none !important;
    font-size: 1.75rem;
    font-weight: 600;
}

.video-modal .bs-modal .title-container span.videoTitle {
    float: none !important;
    width: auto !important;
    margin: 0 auto !important;
}

.video-modal .bs-modal .title-container span.videoTitle h2#videoTitle {
    margin: 0;
    padding: 0;
    font-size: 1.75rem;
}

.video-modal .bs-modal section.video-container {
  margin-top: 0 !important;
  height: calc(100vh - 75px - 4rem);
}

.video-modal .bs-modal section.video-container .left-pane {
  background-color: #fff !important;
  border-right: 1px solid #dbdbdb;
  height: 100% !important;
}

#videoDialog.video-modal .bs-modal section.video-container .left-pane .panel-group .panel.panel-default {
  background-color: #fff !important;
  margin: 0;
}

#videoDialog.video-modal .bs-modal section.video-container .left-pane .panel-group .panel.panel-default .panel-heading {
  background-color: #dee2e6 !important;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding: 0;
}

#videoDialog.video-modal .bs-modal section.video-container .left-pane .panel-group .panel.panel-default .panel-heading a.accordion-toggle {
  color: #000 !important;
  text-decoration: none !important;
}

#videoDialog.video-modal .bs-modal section.video-container .left-pane .panel-group .panel.panel-default .panel-heading a.accordion-toggle h4.panel-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem;
}

.video-modal .bs-modal section.video-container .left-pane .panel-collapse .panel-body {
  padding: 0;
}

.video-modal .bs-modal section.video-container .left-pane .panel-collapse b {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  margin: 1rem 0 0.5rem 1rem;
  display: block;
}

.video-modal .bs-modal section.video-container .left-pane .panel-collapse ul {
  margin: 0;
  padding: 0;
}

.video-modal .bs-modal section.video-container .left-pane .panel-collapse ul li {
  background-color: #fff !important;
  list-style: none;
  color: #000;
  margin-left: 1.25rem !important;
}

.video-modal .bs-modal section.video-container .left-pane .panel-collapse ul li i.bi {
  font-size: 1rem;
  color: #e9c027;
  padding-right: 0.25rem;
}

.video-modal .bs-modal section.video-container .left-pane .panel-collapse ul li:hover {
  background: #e9ecef !important;
  border-radius: 1rem 0 0 1rem;
}

.video-modal .bs-modal section.video-container .left-pane .panel-collapse ul li.active {
  background: #e9ecef !important;
  border-radius: 1rem 0 0 1rem;
  user-select: none;
  pointer-events: none;
  cursor: default;
}

.video-modal .bs-modal section.video-container .right-pane {
  height: 100%;
}

.video-modal .bs-modal section.video-container .right-pane .videoWrapper {
  position: relative;
  padding-top: 54%;
  width: 100%;
  height: 100%;
  background: #000;
}


.video-modal .bs-modal section.video-container .right-pane .videoWrapper .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.video-modal .bs-modal section.video-container .right-pane .videoWrapper video{
  width: 100%;
  height: 100%;
}

.video-modal .bs-modal section.video-container .right-pane .videoWrapper .video-js .vjs-control-bar,
.video-modal .bs-modal section.video-container .right-pane .videoWrapper .video-js .vjs-error-display,
.video-modal .bs-modal section.video-container .right-pane .videoWrapper .video-js .vjs-caption-settings,
.video-modal .bs-modal section.video-container .right-pane .video-desc
{
  display: none !important;
}

.video-modal .bs-modal .modal_close {
  background: none !important;
  font-size: 2rem;
  color: #fff;
  text-decoration: none !important;
}

.video-modal .bs-modal section.video-container .left-pane .tab-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  background: #e9ecef;
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-modal .bs-modal section.video-container .left-pane .btn {
  color: #030303;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}

.subheading {
  margin: 0;
  background: #e7ecf3;
  padding: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: calc(1rem + 0.5vw);
  letter-spacing: 0.018rem;
  margin-top: 1rem;
  line-height: 1;
  color: #030303;
}

section.reports-donuts {
  margin-left: 0.15rem;
}

.reports-donuts .d3-chart .svg-container {
  padding-bottom: 110% !important;
}

.reports-donuts h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0 0 1rem 0;
}

.reports-donuts .asset-class-circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: -5px;
}

.Tax .allocation-type.row {
  margin-left: 0.15rem;
}

.reports-donuts .asset-class-circle + span {
  font-size: 11px;
  margin-bottom: 0.25rem;
  display: block;
  color: #030303;
  padding-left: 0.25rem;
}

.asset-class-percentage {
  font-size: 12px;
  color: #030303;
}

.reports-donuts .allocation-chart-portfolio-summary {
  text-align: left;
  margin-top: 1rem;
  /* display: block !important; */
}

.reports-donuts .allocation-chart-portfolio-summary h6 {
  font-weight: 600;
  font-size: 0.8rem;
}

.blackh3 article h3 {
  color: #030303;
  margin-bottom: 1rem;
}

/* Reports and prints graph */
.reports-donuts .allocation-chart-extra-data {
  text-align: left !important;
}

.reports-donuts .allocation-chart-extra-data h5 {
  margin: 0;
  padding-top: 0 !important;
  font-weight: 600;
  line-height: 1;
}

.reports-donuts .allocation-chart-extra-data .asset-divider {
  width: 50%;
  /* margin: 0 auto; */
  border-width: 1px !important;
}

.reports-donuts .allocation-chart-extra-data h4.asset-value {
  margin: 0;
  padding-top: 0.5rem;
  line-height: 1;
}

.reports-donuts .allocation-chart-extra-data h6.asset-percentage {
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

.reports-donuts .allocation-chart-asset-class {
  display: none !important;
}

.reports-donuts .allocation-chart-portfolio-data.Risk{
  margin-bottom: 21px;
}

.qucik-toolbar {
  display: none;
  /* display: flex; */
  align-items: center;
  margin: 0 1rem 0 0;
  padding: 0;
}

.qucik-toolbar li {
  list-style: none;
  line-height: 1;
  margin: 0;
  padding-left: 0.75rem;
}

.qucik-toolbar li a i {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}

.rmdcharts-space .col .riskalyze-chart {
  position: relative !important;
  top: auto !important;
  left: 0 !important;
  width: 70% !important;
  margin: 0 auto !important;
}

.rmdcharts-space .col .riskalyze-chart .chartinfo-inner .allocation-chart-portfolio-summary h6,
.rmdcharts-space .col .riskalyze-chart .chartinfo-inner .allocation-chart-asset-class h6 {
  font-size: 1.1em !important;
}

#historicalRatesDiv .graphic__grid-col .riskalyze-chart .chart-info .chartinfo-inner {
  top: 18px;
}

.redline-solvemdl .modal-body .btn-group .btn {
  min-width: 192px;
}

.redline-solvemdl .modal-body .btn-group .btn.btn-default:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: inherit;
  outline: none;
}

.redline-solvemdl .modal-body .btn-group .btn.active {
  color: #000000;
  background: #dee2e6;
}

.married_single-status p {
  margin: 1.5rem 0;
  font-size: 1rem;
  color: #000000;
}


/* #region bootstrap popover */
span[data-toggle="popover"] {
  text-align: right !important;
}

.bootstrap-popover .popover {
  max-width: 100%;
  font-family: "Open Sans", sans-serif !important;
  white-space: nowrap;
  padding: 7px;
  border-radius: 4px;
  color: #fff;
  background: #393b3e;
  border: 1px solid #e5e8ed;
  box-shadow: -8px 8px 20px 10px rgba(3, 27, 78, 0.10);
}

.bootstrap-popover .popover h3.popover-title {
  display: none;
}

.bootstrap-popover .popover.left .arrow:after {
  border-left-color: #3e4450;
}

.bootstrap-popover .popover.right .arrow:after {
  border-right-color: #3e4450;
}

.bootstrap-popover .popover.top .arrow:after {
  border-top-color: #3e4450;
}

.bootstrap-popover .popover.bottom .arrow:after {
  border-bottom-color: #3e4450;
}

.bootstrap-popover .popover .popover-content {
  padding: 0;
  margin: 0;
}

.bootstrap-popover .popover .popover-content table tr td {
  font-weight: 400;
  text-align: left;
  font-size: 0.785rem;
  padding: 0.2rem 0.5rem;
  border: none;
}

.bootstrap-popover .popover .popover-content table tr:hover {
  background-color: #464d5d;
}

.bootstrap-popover .popover .popover-content table tr.total td {
  font-size: 13.5px;
  font-weight: bold;
  text-transform: capitalize;
}

.bootstrap-popover .popover .popover-content table tr.total td:last-child {
  border-top: double;
  border-color: #ffffff;
}

.bootstrap-popover .popover .popover-content table tr td.positive {
  color: #0f0;
  background-color: transparent !important;
}

.bootstrap-popover .popover .popover-content table tr td:last-child {
  font-weight: 800;
  text-align: right;
  background-color: transparent !important;
}
/* #endregion */
.highchartsTabs .highcharts-container
{
  overflow: visible !important;
}

.statemodal tbody tr td.state {
  text-align: left;
}

.statecost-info {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.input-txtval {
  background-color: transparent;
  background: transparent;
  border: none !important;
  user-select: none;
  pointer-events: none;
}

.reports_globalbtn a.btn.active {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: none;
  font-weight: 600;
  cursor: default;
  user-select: none;
  pointer-events: none;
}

.reports_globalbtn a.btn.active i {
  color: #fff;
}
.reports_globalbtn a.btn {
  min-width: 120px;
  margin-left: 0.35rem !important;
}

/*#startgrid New Charts grid */
.charts_grid-sec .grid_header h3 {
  padding-bottom: 0.5rem;
  align-self: center;
}

.charts_grid-sec ul.nav-tabs {
  margin-left: 1.5rem;
  position: relative;
  top: -5px;
  border-bottom: 0 !important;
}

.charts_grid-sec ul.nav-tabs li a {
  padding: 0.7rem 0.7rem 0.85rem 0.7rem;
  background: transparent;
  color: #fff;
  transition: none;
  margin: 0 1px !important;
  border: 2px solid #ffffff !important;
}

.charts_grid-sec ul.nav-tabs li.active a {
  border-radius: 4px 4px 0 0 !important;
  color: #030303;
  background: #fff;
  font-weight: 600;
  border-color: #fff !important;
}

.charts_grid-sec .grid_body .grid_tabs .tab-content {
  border: none;
}


.charts_grid-sec  .highcharts-legend g.highcharts-legend-item text {
  font: 10px 'Open Sans', sans-serif !important;
}

/* .charts_grid-sec  .highcharts-legend g.highcharts-legend-item text tspan {
  fill: #000;
  font-size: 0.7rem;
} */

.charts_grid-sec  .highcharts-legend g.highcharts-legend-item rect {
  width: 13px;
  height: 10px;
}
.border-after {
  position: relative;
}

.border-after:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  width: 1px;
  height: 40px;
  background: white;
}

#overlay1.modal {
  padding-right: 0 !important;
}

/*#endgrid New Charts grid */

/******************************************************\
--------------------------------------------------------
  MEDIA QUERIES
--------------------------------------------------------
 \******************************************************/
/* #region Media Queries */

@media (min-width: 1900px) {
  .site-container {
    max-width: 1899px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1336px) {
  .container-xl {
    max-width: 1320px;
    width: 1320px;
    margin: 0 auto;
  }

  .collg-5 {
    width: 20%;
  }
}

@media (min-width: 1199px) {
  .modal-lg {
    width: 62vw !important;
  }

  .header-main .container-fluid {
    display: flex;
    align-items: center;
  }
}

/*  Custom nav bar collaspe */
/* Header Collapse */
@media (max-width: 1199px) {
  .header-main nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .header-main .navbar-nav li > a {
    padding: 1rem;
  }

  .header-main .navbar-nav .notification_count {
    left: 4.5rem;
    right: auto !important;
  }

  .navbar-header {
    float: none;
  }

  .header-main .navbar-brand img {
    width: calc(13rem + 5vw);
  }

  .header-main .navbar-header {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 1.5rem;
  }

  .header-main .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header-main .navbar-header button.navbar-toggle {
    margin: 14px 0 0 0;
    border-color: #666;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
  }

  .navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0.4rem;
  }

  .header-main .navbar-brand {
    padding: 15px 15px 15px 0;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    transition: all 0.3s ease-in-out;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
    overflow: hidden;
    box-shadow: 0px 76px 29px -6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 76px 29px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 76px 29px -6px rgba(0, 0, 0, 0.3);
    padding: 0 1.5rem !important;
    margin: 0;
  }

  .modal-smlg {
    width: 80%;
  }
}

/* Custom nav bar collaspe.  */

@media (max-width: 1199px) {
  .inbox_page .inbox_tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inbox_page .inbox_tabs .left_navbar {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .inbox_page .inbox_tabs .content__right-sec {
    flex: 100%;
  }

  .inbox_page .inbox_tabs .content__right-sec .tab-content {
    padding: 2rem 0 0 0;
  }

  .inbox_page .inbox_tabs .left_navbar .toggle_collapse {
    display: none;
  }

  .contact__us-modal .contact__us-inner figure {
    display: none;
  }

  .site-container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .locker__sidebar-modal {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .header__bg-hero {
    background-size: cover;
    background-attachment: local;
  }
}

@media (max-width: 767px) {
  .page__grid .grid_form .input-group .input-lable {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 0.25rem;
  }

  .page__grid .grid_form .input-group .form-control {
    margin-bottom: 0.5rem;
  }

  .page__grid .grid_body {
    padding: 1.5rem;
  }

  .page__grid .grid_col {
    margin-bottom: 1.5rem;
  }

  .main__comments-body .comment-item .user-media.replies-sec {
    width: calc(100% - 3rem);
  }

  .market-inner article {
    flex: 100%;
    max-width: 97%;
    margin: 0 auto 1rem auto;
  }
}

@media (max-width: 575px) {
  .page__grid .grid_body {
    padding: 1rem;
  }

  .page__grid .grid_form .input-group .input-lable.checbox-lable .form-control {
    width: 2.25rem;
  }

  .page__grid .grid_col {
    margin-bottom: 1rem;
  }

  .add__coment-sec textarea {
    height: 7rem;
    width: 100%;
    padding: 1rem 1rem 1rem 5rem;
    margin-bottom: 1rem;
  }

  .main__comments-body .comment-item .user-media .media-body .comments_activities li a span {
    display: none;
  }

  .main__comments-body .comment-item figure figcaption .user-ratings {
    font-size: 0.7rem;
  }

  .tg__talk-wrap .tg_header {
    flex-direction: column;
    align-items: baseline;
  }

  .tg__talk-wrap .tg_header .input-group {
    width: 100%;
    margin-top: 1rem;
  }

  .tg__talk-wrap .tg_header h2 {
    font-size: 1.25rem;
  }

  .add__coment-sec .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: initial;
    border-radius: 0;
  }

  .locker__sidebar-modal {
    width: 90%;
  }

  .contact__us-inner article ul li {
    padding: 0.65rem 0;
  }

  .contact__us-modal .contact__us-inner article ul li a {
    font-size: 0.875rem;
  }

  .contact__us-modal .contact__us-inner article ul li i {
    font-size: 1.25rem;
  }

  .modal.tgcustom-modal .modal-dialog {
    width: 90%;
  }
}

/* #endregion */

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  border-radius: 50%;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 red;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 red;
  }
}

/* #region Custom  Scrollbar  ****************************************************/
/*
body::-webkit-scrollbar,
body ::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px
}

body::-webkit-scrollbar:vertical,
body ::-webkit-scrollbar:vertical {
  width: 10px
}

body::-webkit-scrollbar:horizontal,
body ::-webkit-scrollbar:horizontal {
  height: 10px
}

body::-webkit-scrollbar:hover,
body ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, .09)
}

body::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .5);
  -webkit-border-radius: 100px
}

body::-webkit-scrollbar-thumb:active,
body ::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, .61);
  -webkit-border-radius: 100px
} */

/*  #endregion ***********************************************/

.locked .fa-unlock-alt {
  display: none;
}

.unlocked .fa-lock {
  display: none;
}

.warning {
  background-color: #fffe92 !important;
  background: #fffe92;
  background: -moz-linear-gradient(top, #fffe92 0, #fffe92 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffe92), color-stop(90%, #fffe92));
  background: -webkit-linear-gradient(top, #fffe92 0, #fffe92 90%);
  background: -o-linear-gradient(top, #fffe92 0, #fffe92 90%);
  background: -ms-linear-gradient(top, #fffe92 0, #fffe92 90%);
  color: #000 !important;
  text-shadow: 0 1px 0 #eee !important
}

td.dead {
  background: #f5f1ec;
  color: #f5f1ec
}

.ltc-line-year {
  background: #fffe92 !important;
  color: #000 !important
}

.red-bold {
  border: 1px solid #c00 !important;
  background: #c00 !important;
  color: #fff !important;
  text-shadow: 1px 1px 0 #000
}

.color-label {
  border-radius: 3px;
  height: 14px;
  width: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 2px 0 3px;
}

.c0 { background-color: #393; }
.c1 { background-color: rgb(112, 48, 160); }
.c2 { background-color: #ffa500 }
.c3 { background-color: #ffff00 }
.c4 { background-color: #c00000 }
.c5 { background-color: #2d4b73 }
.c6 { background-color: #0099ff }

.header-main .navbar-collapse {
  margin-left: auto;
}

.visually-hidden{
  opacity:0
}

.hide{
  display:none !important;
}

.disabled-link {
  pointer-events: none;
  color: #969696 !important;
  opacity: 0.45;
  user-select: none;
}

.modal.ra-modal {
  z-index: 0;
}

.modal.ra-modal::after {
  content: "";
  background-color: #000;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#videoDialog {
  position: fixed;
  opacity: 1;
  z-index: 11000;
  color: #fff;
}

#videoDialog .modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/modal_close.png) center no-repeat;
  background-size: cover;
  z-index: 2;
}

#videoDialog .left-pane {
  width: 25%;
  float: left;
  background-color: #172734;
  overflow: auto;
}

#videoDialog .right-pane {
  width: 75%;
  float: left;
}

.tblFCFSource th {
  position: -webkit-sticky;
  position: sticky;
  top: -16px;
  z-index: 1;
  background: #fff;
}

.sticky_hdr thead{
  position: -webkit-sticky !important;
  position: sticky !important;
  top: -17px !important;
  width: 100% !important;
  left: auto !important;
  margin: 0 !important;
}

.sticky_hdr thead tr:first-child th{
  border-bottom: 1px solid #fff;
}

.sticky_hdr {
  border-collapse: separate;
}

.tblFCFDestinationSummary th {
  position: -webkit-sticky;
  position: sticky;
  top: -16px;
  z-index: 1;
  background: #fff;
}

.navbar-top .liveicon {
  display: none;
}

/******************************************************\
--------------------------------------------------------
  Resolutions fix for 1366*768
--------------------------------------------------------
 \******************************************************/
 @media (max-width: 1400px) {
  .site-container {
    max-width: 100%;
  }
  .print__scenario-sec .printed-scenario {
    padding: 1rem 0.5rem 0 0;
  }
  .print__scenario-sec .scenario-right {
    padding: 1rem 0 0 0.5rem;
  }
  .print__scenario-sec article .table-footer .btn {
    padding: 0.5rem 0.2rem;
    font-size: 0.7rem;
  }
  .page__grid .grid_col .grid_body .grid-info {
    overflow-x: auto;
  }
}

table tbody.ui-sortable td.budget-item-inflation input[readonly]::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

table tbody.ui-sortable td.budget-item-inflation input[readonly]::-webkit-input-placeholder {  /* Chrome/Opera/Safari */
  color: black;
  opacity: 1; /* Firefox */
}
table tbody.ui-sortable td.budget-item-inflation input[readonly]::-moz-placeholder {  /* Firefox 19+ */
  color: #030303;
}
table tbody.ui-sortable td.budget-item-inflation input[readonly]:-moz-placeholder { /* Firefox 18- */
  color: #030303;
}
table tbody.ui-sortable td.budget-item-inflation input[readonly]:-ms-input-placeholder {  /* Edge/IE 10+ */
  color: black;
  opacity: 1; /* Firefox */
}

.img.riskalyze-current, img.riskalyze-desired {
  position: absolute;
}

i.color-box:before {
  content: " ";
  position: absolute;
  /*left: 0;*/
  width: 1.5rem;
  height: 1.25rem;
  border-radius: 0.2rem;
  display:inline-block;
  margin-left: -2.5rem;
}

i.color-box.light-green:before {
  background: rgb(75, 197, 73);
}

i.color-box.red-box:before {
  background: rgb(192, 0, 0);
}

i.color-box.dark-green:before {
  background: rgb(35, 107, 35);
}

i.color-box.medium-green:before {
  background: rgb(51, 153, 51);
}



.img.riskalyze-current, img.riskalyze-desired {
  position: absolute;
}
.fakeDisable {
  background-color: #dbdbdb !important;
}

.labelPadding
{
	padding-left: 7px !important;
}

/*  Trial access page UI */

.trial_page .free__trial .free__trial-inner .trial_form .agree_lbl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.trial_page .free__trial .free__trial-inner .trial_form .btnRequestTrial {
  width: 16rem;
}

.free__trial .free__trial-inner .trial_form .form-group .bxLicenseBox {
  background: #fff !important;
  padding: 2rem !important;
  color: #030303;
  line-height: 22px;
  letter-spacing: 0.028rem;
}

.free__trial .free__trial-inner .trial_form .form-group .bxLicenseBox h4, .free__trial .free__trial-inner .trial_form .form-group .bxLicenseBox p {
  margin-bottom: 1rem;
}

/*  Trial access page UI */