.dropdown {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;

    .dropdown-list {
      padding: 10px 15px 15px 15px;
      overflow-y: auto;
      background: #fff;
      display: none;
      margin-top:-5px;
    }

    .checkbox {
      opacity: 0;
      transition: opacity .2s;
    }
    
    .dropdown-label {
      display: block;
      height: 44px;
      font-size: 16px;
      line-height: 42px;
      background: #fff;
      border-radius: 5px;
      padding: 0 40px 0 15px;
      cursor: pointer;
      position: relative;
      
      &:before {
        content: url('../img/dropdownarrow.png');
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform .25s;
        transform-origin: center center;
      }
    }
    &.open {
        .dropdown-list {
            display: block;
            max-height: 300px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            overflow-y: scroll;
        }
      .checkbox {
        transition: 2s opacity 2s;
        opacity: 1;
      }
      .dropdown-label:before {
        transform: translateY(-50%) rotate(-180deg);
      }
    }
  }
  figure.highcharts-figure div {
   background-color: #fff;
}
div#performance {
   background-color: #fff;
}
table#datatabless tr td:first-child {
   position: sticky;
   left: 0px;
   width: 150px;
   box-shadow: 5px 0 6px -2px #888;
   z-index: 1;
   background-color: #fff;
   border-left: 0px !important;
   border-right: 0px !important;
   padding: 6px;
}
table#datatabless tr th:first-child {
   position: sticky;
   left: 0px;
   width: 150px;
   box-shadow: 5px 0 6px -2px #888;
   z-index: 1;
   background-color: #fff;
   border-left: 0px !important;
   border-right: 0px !important;
   padding: 6px;
   padding-right: 33px;
}
.dataTable tr th:first-child {
     left: 12px !important;
}
.dataTable tr td:first-child {
     left: 12px !important;
}
.dropdown-list .checkbox-custom-label:before {
   margin-top: 0px !important;
   position: absolute;
   left: -1px;
}
.dropdown .dropdown-label {
    line-height: 20px;
    align-items: center;
    display: flex;
}
.dropdown-list .checkbox-custom-label {
   line-height: 20px;
   padding-left:24px;
}

  .checkbox {
    margin-bottom: 10px;
    &:last-child {  
      margin-bottom: 0;
    }
    
    .checkbox-custom {
      display: none;
    }
  
    .checkbox-custom + .checkbox-custom-label:before {
      content: '';
      background: transparent;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      text-align: center;
      width: 15px;
      height: 15px;
      border: 1px solid #0254d6;
      border-radius: 2px;
      margin-top: -2px;
    }
  
    .checkbox-custom:checked + .checkbox-custom-label:after {
        content: '✓';
        position: absolute;
        top: -2px;
        left: -1px;
        height: 4px;
        padding: 2px;
        text-align: center;
        border-width: 0 2px 2px 0;
        color: #0254d6;
        font-weight: 800;
        font-size: 14px;
    }
    .checkbox-custom-label {
      line-height: 16px;
      margin-right: 0;
      margin-left: 0;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      width:100%;
      color: #191919;
font-size: 16px;
    }
  }
  

  .screenersearch-form {
    float: left;
    width: 100%;
    position: relative;
}
  .screenersinput input {
    height: 44px;
    position: relative;
    width: 100%;
}
.screenersinput input::placeholder{
    color:#000;
}
.screenerparams h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    float:left;
    width:100%;
}
.screenerparams h3 {
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.5px;
    float:left;
    width:100%;
    margin-bottom: 12px;
}
.screenchecks {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    float: left;
    width: 100%;
}
.container-fluid.screenedetbanner {
height: 310px;
color: #fff;
background-image: url('../img/screenerdetailbanner.png');
margin-bottom: 40px;
align-items: center;
display: flex;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.container-fluid.screenedetbanner h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}
.container-fluid.screenedetbanner p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.graphsection h2 {
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.screenersinput {
    padding: 15px;
    background-color: #0254d6;
    border-radius: 5px;
    float: left;
    width: 100%;
}
.screenersearch-form button {
    position: absolute;
    top: 6px;
    right: 0px;
    line-height: 30px;
    background-color: #fff;
    width: 48px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0px;
    border-left: 0px;
}
.screenersinput label {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.screenerparams {
    padding: 15px;
    background-color: #0254d6;
    margin-top: 15px;
    border-radius: 5px;
    float: left;
    width: 100%;
}
ul.nav.nav-tabs.screenertabs .nav-link.active {
    background-color: #0254d6;
    color: #fff;
}

ul.nav.nav-tabs.screenertabs .nav-link{
color: #191919;
font-size: 17px;
line-height: 24px;
border-radius: 4px;
border: 0.5px solid #979797;
background: #FFF;
margin-right: 8px;
}
ul.nav.nav-tabs.screenertabs{
    border-bottom:0px;
}
.datasection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #B3D0FF;
    padding: 15px;
    margin-top: 20px;
}

.exportdiv .exportlink .dt-buttons button{
    color: #191919;
    font-size: 17px;
    line-height: 24px;
    border-radius: 4px;
    border: 0.5px solid #979797;
    background: #FFF;
    margin-right: 8px;
    text-decoration: none;
    padding: 0.5rem 1rem;
    position:relative;
}
.exportdiv .exportlink .dt-buttons button:after {
    content: url(../img/exportscreener.png);
    position: relative;
    right: -7px;
    top: 3px;
}
.notpurchased .dropdown-list .checkbox-custom-label:before {
	background-image: url(/static/assets/img/lock.png) !important;
	background-color: #fff !important;
	border: 0px !important;
	background-size: 15px 18px !important;
	background-repeat: no-repeat !important;
	height: 20px !important;
}
.notpurchased .dropdown-list .checkbox-custom-label:after {
	display:none !important;
}
.exportdiv .exportlink button{
    border:0px;
    padding:0px;
    background-color: transparent;
}
.exportdiv .exportlink img{
    margin-right:10px;
}
.exportdiv .exportlink .dt-buttons{
    float:left;
}
.exportdiv {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#button.exportlink {
    display: flex;
    align-items: center;
    justify-content: center;
}
.exportdiv select{
    color: #191919;
    font-size: 17px;
    line-height: 24px;
    border-radius: 4px;
    border: 0.5px solid #979797;
    background-color: #ffffff !important;
    margin-right: 8px;
    text-decoration: none;
    padding: 0.5rem 2rem 0.5rem 1rem;
position:relative;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../img/dropdownarrow.png') no-repeat 95% 50%;
}

.exportdiv select::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    border-top: 5px solid white;
 }
a.exportlink img {
    margin-left: 7px;
    height: 14px;
}
.loginbox {
    max-width: 400px;
    border-radius: 4px;
    border: 0.5px solid #979797;
    background: #FFF;
    padding: 20px 40px;
    text-align: center;
    position: absolute;
    z-index: 9;
}
.loginbox p {
    color: #191919;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    max-width: 250px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 18px;
}
.loginbox button {
    border-radius: 5px;
    background: #F58733;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 14px;
    text-transform: uppercase;
    max-width: 250px;
    border: 0px;
}

div#screenerstocks {
    float:left;
    width:100%;
}
.stockstable {
    position: relative;
    text-align: center;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 15px;
}
tr.dummytr.even, tr.dummytr.odd {
    filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    -moz-filter: blur(6px);
    -webkit-filter: blur(6px);
}
.selectedstocks {
    float: left;
    width: 100%;
    background-color: #E4E4E4;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-top: -20px;
}
span.myselectionspan {
    color: #0354D6;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    border: 0.5px solid #979797;
    background: #FFF;
    margin-right: 8px;
    padding: 0.5rem 1rem;
}
ul#selectedlabels {
    float: left;
    padding-left: 0px;
    margin-bottom: 0px !important;
    list-style: none;
}
ul#selectedlabels li {
    float: left;
    color: #191919;
    font-size: 15px;
    line-height: 24px;
    border-radius: 4px;
    border: 0.5px solid #979797;
    background: #FFF;
    margin-right: 8px;
    padding: 0.6rem 1rem;
    align-items: center;
    display: flex;
}
ul#selectedlabels li button {
    background-color: transparent;
    padding: 0px;
    border: 0px;
    margin-left: 5px;
}
ul#selectedlabels li img {
    margin-top: -2px;
}
.tab-content.top-tabel {
    margin: 20px 0px;
    float:left;
    width:100%;
}
.highcharts-a11y-proxy-container-after {
    display: none;
}
.table-responsive th {
    background-color: #0254d6 !important;
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
    margin-left: 0px !important;
    border: 0px !important;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    overflow: hidden;
}
.dash-social {
    float: left;
    width: 100%;
}
.dash-social {
    float: left;
    width: 100%;
}
div#datatabless_length label {
    display: flex;
    align-items: center;
    margin-bottom:15px;
}
div#datatabless_length label select {
    margin: 0px 10px;
    width: 58px;
}
div#datatabless_filter label {
    display: flex;
    align-items: center;
}
p.breadcrumb a {
    color: #fff;
    text-decoration: none;
    padding:0px 7px;
}
p.breadcrumb a:first-child{
    padding-left:0px
}
.select2-selection__rendered {
    line-height: 42px !important;
}
.select2-container .select2-selection--single {
    height: 42px !important;
}
.select2-selection__arrow {
    height: 42px !important;
}
.applyfilter_div a {
    background-color: #F58733;
    width: 100px;
    float: right;
    text-align: center;
    padding: 3px 0px 10px !important;
    color: #fff;
}
.applyfilter_div {
    float: left;
    width: 100%;
    text-align: right;
}
@media screen and (min-width:992px) and (max-width:1199px){
    .col-lg-3.col-md-12.col-sm-12.screenerleft_nav {
        width: 30%;
    }
    .col-lg-9.col-md-12.col-sm-12.screenerright_nav {
        width: 70%;
    }
    .datasection {
        padding: 10px;
    }
    .screenertabs .nav-link {
        padding: 0.5rem 10px;
    }
    }
        @media screen and (min-width:992px){
        a.closebtnFilter {
        display: none;
    }
    .filterbutton {
        display: none;
    }
    .applyfilter_div{
        display:none;
    }
        }
    @media screen and (max-width:991px){
    .screenerparams {
        margin-top: 0px;
    }
    .sidenavFilter {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99999;
        top: 0;
        right: 0;
        background-color: #0054d6;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 40px;
    }
    a.closebtnFilter {
        color: #fff;
    }
     .sidenavFilter a {
       padding: 8px 8px 8px 32px;
       text-decoration: none;
       font-size: 25px;
       display: block;
       transition: 0.3s;
     }
     .sidenavFilter a:hover {
       color: #f1f1f1;
     }
     .sidenavFilter .closebtnFilter {
       position: absolute;
       top: 0;
       right: 25px;
       font-size: 36px;
       margin-left: 50px;
     }
     .filterbutton {
         float: left;
         width: 100%;
         margin: 15px 0px 8px;
         text-align: right;
     }
     .filterbutton span {
        background-color: #0254d6;
        padding: 10px 20px;
        color: #fff;
        font-weight: bold;
     }
     .screenchecks {
        margin-bottom: 15px;
    }
    }
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.datasection {
    display: inherit;
    margin-top: 20px;
    float: left;
    width: 100%;
}
ul.nav.nav-tabs.screenertabs li {
    margin-bottom: 10px;
    float: none;
    display: inline-block;
}
ul.nav.nav-tabs.screenertabs {
    border-bottom: 0px;
    float: left;
    width: 100%;
    display: flow-root;
    text-align:center;
}
.exportdiv {
    margin-top: 10px;
    float: left;
    width: 100%;
}
}
