/* analysis performance */

.nav-custom{
    border-top:2px solid #000000 !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    border-top:4px solid #2ca02c ;
    border-radius: 0;
    display: inline;
}
.nav-tabs{
    border-bottom: 0 !important;
}

.custom-radios div {
    display: inline-block;
}
.custom-radios input[type="checkbox"] {
    display: none;
}
.custom-radios input[type="checkbox"] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.custom-radios input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #000;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
/*margin-top:10px;*/
}
.custom-radios input[type="checkbox"] + label span img {
opacity: 0;
transition: all .3s ease;
}
.custom-radios input[type="checkbox"] + label span {
background-color: #fff;
}
.custom-radios input[type="checkbox"]:checked + label span {
opacity: 1;
background: url(../img/icons8-check-18.png) center center no-repeat;
width: 20px;
height: 20px;
display: inline-block;

}
.img-rounded-opal{
border-radius: 50%;
padding: 40px;
border: 1px solid #2476a5;
display: inline-table;
}
.img-rounded-opal:hover{
background: #f6f7f9 !important;
}
.nav-tabs.nav-justified .nav-item:first-child {
text-align: left;
}
.nav-tabs.nav-justified .nav-item{
text-align: center;
}
.nav-tabs.nav-justified .nav-item:last-child{
text-align: right;
}

.text-right{
text-align: right;
}

#assetpiechart,
.assetlegend {
  float: left;
  width: 100%;
}

.legend span {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px;
}
.assetlegend .legend div {
  width: 100%;
  font-size: 8px;
}
.assetlegend .legend {
  /*width: 150px;*/
  width: 100%;
  height: 320px;
  overflow: scroll;
  overflow-x: hidden;
}

.bg-gray-dark{
	background: #e9e9e9 !important;
}


	/* ===== Scrollbar CSS ===== */
  /* Firefox */
.legend {
    scrollbar-width: thin;
    scrollbar-color: #2477a2 #c0c0c0;
  }
  .legend:hover {
    scrollbar-width: thin;
    scrollbar-color: #164963 #c0c0c0;
  }

  /* Chrome, Edge, and Safari */
.legend::-webkit-scrollbar {
    width: 5px;
    background-color: #2477a2;
  }

.legend::-webkit-scrollbar-track {
    background: #c0c0c0;
  }

.legend::-webkit-scrollbar-thumb {
    background-color: #2477a2;
    border-radius: 8px;
    border: 3px solid #2477a2;
  }
/* analysis performance */

/* select-index */

#assetpiechart,
        .assetlegend {
            float: left;
            width: 100%;
        }

        .legend span {
            display: inline-block;
            margin-left: 7px;
            margin-right: 7px;
            padding: 5px;
        }

        .assetlegend .legend div {
            width: 100%;
            font-size: 8px;
        }

        .assetlegend .legend {
            /*width: 150px;*/
            width: 100%;
            height: 320px;
            overflow: scroll;
            overflow-x: hidden;
        }

        .bg-gray-dark {
            background: #e9e9e9 !important;
        }


        /* ===== Scrollbar CSS ===== */
        /* Firefox */
        .legend {
            scrollbar-width: thin;
            scrollbar-color: #2477a2 #c0c0c0;
        }

        .legend:hover {
            scrollbar-width: thin;
            scrollbar-color: #164963 #c0c0c0;
        }

        /* Chrome, Edge, and Safari */
        .legend::-webkit-scrollbar {
            width: 5px;
            background-color: #2477a2;
        }

        .legend::-webkit-scrollbar-track {
            background: #c0c0c0;
        }

        .legend::-webkit-scrollbar-thumb {
            background-color: #2477a2;
            border-radius: 8px;
            border: 3px solid #2477a2;
        }
        .error_capital{
          border:2px solid red;
        }

        /* select-index */

        /* design-aila-composite */

        a.hover::before {
			content: none;
		}

		.tooltip-inner {
			max-width: 400px;
			background: #2476a5;
		}

		.bs-tooltip-top .tooltip-arrow::before,
		.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
			border-top-color: #2476a5;
		}
        /* design-aila-composite */

        /* weigths-types */
        .loader {
          border: 16px solid #f3f3f3;
          border-radius: 50%;
          border-top: 16px solid #3498db;
          width: 100px;
          height: 100px;
          -webkit-animation: spin 2s linear infinite; /* Safari */
          animation: spin 2s linear infinite;
        }
        /* weigths-types */
.loader-p{
display: block;
position: relative;
left: 50%;
top: 48%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
text-align: center;
vertical-align: middle !important;
}
  .my-custom-scrollbar {
position: relative;
height: 420px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}


.table-wrapper-scroll-y {
    scrollbar-width: thin;
    scrollbar-color: #2477a2 #c0c0c0;
  }
  .table-wrapper-scroll-y:hover {
    scrollbar-width: thin;
    scrollbar-color: #164963 #c0c0c0;
  }

  /* Chrome, Edge, and Safari */
.table-wrapper-scroll-y::-webkit-scrollbar {
    width: 5px;
    background-color: #2477a2;
  }

.table-wrapper-scroll-y::-webkit-scrollbar-track {
    background: #c0c0c0;
  }

.table-wrapper-scroll-y::-webkit-scrollbar-thumb {
    background-color: #2477a2;
    border-radius: 8px;
    border: 3px solid #2477a2;
  }
