@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }
  /* your styles go here */

.clr-pointer{
    cursor: pointer;
}

.profile_img {
        border-radius: 50%;
        width: 65%;
        border: 2px solid #5d5b5b;
}
.profile_img-mobile {
    border-radius: 50%;
    width:85%;
    border: 2px solid #5d5b5b;
}

    .nav-tabs {
        /* box-shadow: 0 2px 2px 0 rgba(255, 235, 235, 0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
        border: none;
    }
    .nav-tabs .nav-link{
        border: none;
        border-radius: 0;
        transition: color .2s ease-out;
    }
    .tabs-dark .nav-link {
        color: #8a8d93;
    }
    .tabs-light .nav-link {
        color: rgba(0,0,0,.5);
    }
    .tabs-dark .nav-link:not(.active):hover {
        color: #aeb0b3;
    }
    .tabs-light .nav-link:not(.active):hover {
        color: #495057;
    }
    
    .nav-pills .nav-link{
        border-radius: 2px;
        color: #495057;
        transition: color .2s ease-out, box-shadow .2s;
    }
    .nav-pills .nav-link:hover{
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        
    }
    .nav-pills .nav-item {
        margin: 0 5px;
    }
    .nav-pills.pills-dark .nav-link.active {
        background-color: #343a40!important;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    }
    .nav-pills.pills-dark .nav-link:not(.active):hover {
        color: #1d1e22;
    }
    .tabs-marker .nav-link {
        position: relative;
    }
    .tabs-marker .nav-link.active .marker {
        height: 30px;
        width: 30px;
        left: 50%;
        bottom: -30px;
        transform: translatex(-50%);
        position: absolute;
        overflow: hidden;
    }
    .tabs-marker .nav-link.active .marker:after {
        content: "";
        height: 15px;
        width: 17px;
        top: -8px;
        left: 50%;
        transform: rotate(45deg) translatex(-50%);
        transform-origin: left;
        background-color: #22252a;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        position: absolute;
        border: 1px solid #47484a;
    }
    .content-whole-division{
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
   
    }s
.tab-content-div-shadow{    
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
 
}


.Thumnail-style {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.Thumnail-style .content {
    position: absolute;
    bottom: 7px;
    top: 0;
    background: #000;
    background: rgba(0,0,0,.5);
    color: #f1f1f1;
    width: 100%;
    /* height: auto; */
    /* padding: 32px; */
    border-radius: 5px;
}
.content {
    bottom: 0;
   
    color: #f1f1f1;
    width: 100%;
    padding: 35px;
}
.viewExp {
    flex: 1 1;
    justify-content: center;
    align-Items: center;
}
.tooltip1 {
    position: relative;
}
.Thumnail-style img {
    vertical-align: middle;
}

.text-center {
    text-align: center!important;
}
.play-button {
    width: 25%;
    padding-top: 15px;
}
.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 90px;
    background-color: #222;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 0;
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    margin-left: -40px;
}
.col {
    flex-basis: auto;
  }
  
  input[type="button"] {
    width: 100%;
  }
  .date-picker-icon
  {
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #444951;
    color: #DB6574;
}  




.pause-play-img {
            position: absolute;
            
            z-index: 99;
            /*margin-top: -50px;*/
            left: 50%;
            top:50%;
            display: none;
            opacity: 0.5;
            width: 50px;
        }

        .video-parent-class:hover img.pause-play-img {
            display: block;
        }

        .video-parent-class {
            position: relative;
        }

        /*Floating CSS Start*/

        @keyframes fade-in-up {
            0% {
                opacity: 0;
            }
            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .stuck {
            position: fixed;
            bottom: 20px;
            right: 20px;
            transform: translateY(100%);
            width: 260px;
            height: 145px;
            animation: fade-in-up .25s ease forwards;
            z-index: 999;
        }

        /*Floating CSS End*/
p.scrolldown {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid;
    background: #ff7037;
    position: fixed;
    right: 75px;
    color: #fff;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 2s;
}
.discription
{
    /* padding: 1px; */
    background-color:#ffed00 ;
    color: black !important;
    font-weight: 900;
    border: 1px solid black ;
    border-radius: 20px;
    margin-left: 10px;
    margin-bottom:3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top:2px;
    padding-bottom:2px;
}
.track-name-style {
    font-size: 12px;
    font-weight: 800;
    color: #b7b7b7;

}

.title-selected-vedio-to-compare{
    margin: 3%;
    padding:3%;
    background-color: #22252a;
    border-bottom: 2px solid #ffed00;
    text-align:center;
}



.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-danger {
    color: color-yiq(#bb414d) !important;
    background-color: #2d3035 !important;
    border-color: #ffed00 !important;
}
.selected-videos-dynamic-div{
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: 0 auto; 
}


/*AI compare spage style start*/

.compare-div{
    padding: 20px;
    background-color: #2d3035;
}
.split-time-text
{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 0.52rem;
    font-weight: 400;
    padding-top: 2px;
    border-top: 1px solid #565454;
    color: #e2e2e2 !important;
}
/* .graph-header{
   
    text-align: center;
} */

.comparision-title
{ color: #a0a0a0;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid#9a911a;
    font-size: 12px;
    background-color: #2d3035;
    margin-bottom: 15px;
}
.comparision-title-motionquality{
    color: #a0a0a0;
    letter-spacing: 0.2em;
    /* margin: 0 auto; */
    padding: 4px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #b27ac5 !important;
    font-size: 12px;
    background-color: #2d3035;
    margin-bottom: 15px;
}

.compare_video{
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;

}


.fullscreen-icon-style {
    color: #d6d6d6;
    border: 1px solid #9a911a;
    padding: 8px;
    border-radius: 50%;
    font-size: 16px;
}

#video {
    width:320px;
    min-heigth:240px;
    padding:10px;
    margin-top:2%;
  }





.hide {
    display: none;
}

.tab-content {
    padding:25px;
}

#material-tabs {
    position: relative;
    display: block;
  padding:0;
    border-bottom: 1px solid #e0e0e0;
}

#material-tabs>a {
    position: relative;
 display:inline-block;
    text-decoration: none;
    padding: 22px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #424f5a;
    text-align: center;
    
}

#material-tabs>a.active {
    font-weight: 700;
    outline:none;
}

#material-tabs>a:not(.active):hover {
    background-color: inherit;
    color: #7c848a;
}

@media only screen and (max-width: 520px) {
    .nav-tabs#material-tabs>li>a {
            font-size: 11px;
    }
}

.yellow-bar {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 3px;
    background: #DB6574 !important;
    display: block;
    left: 0;
    transition: left .2s ease;
    -webkit-transition: left .2s ease;
}

#tab1-tab.active ~ span.yellow-bar {
    left: 0;
    width: 160px;
}

#tab2-tab.active ~ span.yellow-bar {
    left:165px;
    width: 82px;
}

#tab3-tab.active ~ span.yellow-bar {
    left: 253px;
    width: 135px;
}

#tab4-tab.active ~ span.yellow-bar {
    left:392px;
    width: 163px;
}

.nav-style{
    background: #2d3035;
    color: #8a8d93;
    border-bottom: 1px solid #34373d;
    z-index: 10;    
}

.header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 .125rem .25rem #121212 !important;
}

.content-padding-top-index{
    padding-top:12%;
}
.content-padding-top{
    padding-top: 9%;
}
.content-padding-top-horsetable{
    padding-top: 9%;
}
.content-padding-top-multiplehorse{
    padding-top: 9%;
}


.row-display{
display:block;
}

.padding-note-text{
padding-top:3%
}
.img-width-logo-ap{
    width: 90% !important;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    .content-padding-top{
        padding-top: 45%;
    } 
    .content-padding-top-multiplehorse{
        padding-top: 71%;
    }
    .content-padding-top-index{
        padding-top:60%;
    }
    .content-padding-top-horsetable{
        padding-top: 33%;
    }   
    .row-display{
        display:none;
        }
        .img-width-logo-ap{
            width: 60% !important;
        }
       
}
@media only screen and (min-device-width: 411px){
    .content-padding-top-index{
        padding-top:54%;
    } 
    .content-padding-top-horsetable{
        padding-top: 30%;
    } 
    .content-padding-top{
        padding-top: 42%;
    } 
    .content-padding-top-multiplehorse{
        padding-top: 50%;
    } 
}



  @media (min-width: 568px) {
    .content-padding-top-index{
        padding-top:34%;
    }
    .content-padding-top-horsetable{
        padding-top: 39%;
    }  
    .content-padding-top{
        padding-top:19%;
    } 
    .content-padding-top-multiplehorse{
        padding-top: 33%;
    }
  }

@media (min-width: 768px) and (max-width: 1023px) {
    .content-padding-top-index{
        padding-top:29%;
    }
    .content-padding-top-horsetable{
        padding-top: 23%;
    }  
    .content-padding-top{
        padding-top:25%;
    } 
    .content-padding-top-multiplehorse{
        padding-top: 16%;
    }
  }
  @media (min-width: 1024px) {
    .content-padding-top-index{
        padding-top:15%;
    }
    .content-padding-top-horsetable{
        padding-top: 13%;
    } 
    .content-padding-top{
        padding-top:15%;
    } 
    .content-padding-top-multiplehorse{
        padding-top: 13%;
    }
  }
  @media (min-width: 1366px) {
    .content-padding-top-index{
        padding-top:9%;
    }
    .content-padding-top-horsetable{
        padding-top: 9%;
    } 
    .content-padding-top{
        padding-top:9%;
    } 
    .content-padding-top-multiplehorse{
        padding-top: 9%;
    }
  }

  label {
    position: relative;
    display: block;
  }
  label > input {
    position: relative;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #565555;
    border-radius: 0;
    outline: none;
    height: 40px;
    width: 100%;
    font-size: 16px;
    
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
  }
 
  label > input:valid {
    border-bottom: 1px solid #9a911a;
    box-shadow: 0 1px 0 0 #9a911a;
  }
  
 
  label > input:focus {
    border-bottom: 1px solid #9a911a;
    box-shadow: 0 1px 0 0 #9a911a;
  }
  
  
  
  
  /*Bootstrap Calendar*/
  /* .datepicker {
      border-radius: 0;
      padding: 0;
     
  }
  .datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
      padding: 3px;
      display: list-item;
  }
  .datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
      background: #9a911a;
      color: #ffffff;
      border-radius: 0;
  }
  .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
      border-radius: 3px;
  }
  .datepicker-days table thead tr:nth-child(3n+0) {
      text-transform: uppercase;
      font-weight: 300 !important;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.7);
  }
  .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
      padding: 11px 13px;
  }
  .datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
      border-radius: 0;
  }
  .datepicker td, .datepicker th {
      border-radius: 50%;
      padding: 0 12px;
  }
  .datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
      background: #b1a61d;
      color: #ffffff;
      border-radius: 0;
  }
  .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
      background-image: none;
  }
  .datepicker .prev, .datepicker .next {
      color: rgba(255, 255, 255, 0.5);
      transition: 0.3s;
      width: 37px;
      height: 37px;
  }
  .datepicker .prev:hover, .datepicker .next:hover {
      background: transparent;
      color: rgba(255, 255, 255, 0.99);
      font-size: 21px;
  }
  .datepicker .datepicker-switch {
      font-size: 24px;
      font-weight: 400;
      transition: 0.3s;
  }
  .datepicker .datepicker-switch:hover {
      color: rgba(255, 255, 255, 0.7);
      background: transparent;
  }
  .datepicker table tr td span {
      border-radius: 2px;
      margin: 3%;
      width: 10%;
  }
  .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #3546b3;
    background-image: none;
  }
  .dropdown-menu {
      border: 1px solid rgba(0,0,0,.1);
      box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  .datepicker-dropdown.datepicker-orient-top:before {
      border-top: 7px solid rgba(0,0,0,.1);
  } */




  .videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
  }
  .videoWrapper43 {
    padding-top: 75%;
  }
  .videoWrapper169 {
    padding-top: 56%;
  }
  
  .videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  
  .videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin: -29px 0 0 -30px;
    border: 2px solid #d8d8d8;
    opacity: 0.8;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -17px 0 0 -11px;
    border-left: 15px solid #d8d8d8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.8;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  .videoPoster:hover:before, .videoPoster:focus:before {
    border-color: #ffed00;
  }
  .videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: #ffed00;
  }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
  }

  .border-around-video{
      border: 1px solid;
      padding:10px;
  }
  
  #analysis{
  
    display:none;
   
}

.measure-div-style{
    background-color: #282b2f;
    padding: 2%;
    box-shadow: 0 .125rem .25rem black!important;
    margin:1%;
}
.measure-div-style1{
    background-color: #282b2f;
    padding: 7%;
    box-shadow: 0 .125rem .25rem #1a1c1f !important;
    text-align: center;
}
.div-h3-style{
    color: #e2e205;
    margin-bottom: 0px !important;
}
.graph-div-style{
    background-color: #212529;
    padding: 2%;
    text-align: center;
    box-shadow: 0 .125rem .25rem black!important;
    
}

.select {
    position: relative;
    display: flex;
    width: 100%;
    height: 2.5em;
    line-height: 3;
    background:#212121;
    overflow: hidden;
    border-radius: 25px;
    /* padding: 5px; */
    border: 0 !important;
    box-shadow: 0 .125rem .25rem black!important;
}
  select {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
  }
  /* Arrow */
  .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background:#2f2f2f;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  /* Transition */
  .select:hover::after {
    color: #f39c12;
  }




  *, *:before, *:after {
    box-sizing: border-box;
  }
  
 table{
     font-size:12px;
 }
 .kentucky-card {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}
.kentucky-card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
}

.kentucky-card:hover .img-top {
    display: inline;
      width: 100%;
    height: auto;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "dark-dashboard" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.font-style {
    font-size: 10px;
    margin-bottom: 0px;
}