/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.iframe-video-container{
  width: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

#ifx-videos-widget *{
  outline: none;
}
#video-grid-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}
.video-img{
  max-width: 210px;
  width: 210px;
  height: 117px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.last-video-item .video-img{
  max-width: 100%;
}
.video-name{
  margin-top: 3px;
  margin-bottom: 20px;
  font-size: 25px;
}
.video-item{
  max-width: 210px;
  margin: 10px;
  margin-bottom: 0;
  cursor: pointer;
}
.last-video-item .video-item{
  max-width: 90%;
  margin: 0 auto;
}
.page-number{
  height: 25px;
  min-width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 50%;
  background-color:transparent;
  font-weight: 600;
  color: #505050;
}
.page-number:hover{
  background-color: #039af2;
  color: #ffffff;
}
.page-number.page-number-active{
  background-color: #039af2;
  color: #ffffff;
}

.video-item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
}
.pagination-sort-container{
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-container{
  max-width: 200px;
  overflow: hidden;
}
#pagination{
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort-by-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #505050;
  font-weight: 600;
  margin-right: 25px;
  margin-left: 25px;
}

.sort-by-container p{
  color: #505050;
}

#sort-by{
  min-height: 35px;
  text-align: center;
  min-width: 120px;
  font-size: 15px;
  border-width: 0;
  background-color: #ffffff;
  margin-left: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
          box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  cursor: pointer;
  padding:0;
}

#navigation-panel{
  padding: 0;
  padding-right: 5px;
  padding-left: 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
}

#navigation-panel p{
  margin-bottom: 0px;
}

.search-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*width: 95%;*/
  margin: 0 auto;
  margin-left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
          box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  line-height:1px;
}

#search-input{
  border: none;
  padding-left: 20px;
  font-size: 16px;
}

.search-container .button-nav-panel{
  border: none;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0;
}
.search-container .button-nav-panel:hover{
  background-color: #039af2;
}
.search-container .button-nav-panel:hover svg path{
  fill: #ffffff;
}
.search-container .button-nav-panel svg{
  width: 30px;
  height: 30px;
  padding: 5px;
}

.search-container .button-nav-panel svg path{
  fill: #505050;
}

#search-video{
  margin-left: 5px;
  min-width: 90px;
}

.pagination-arrow-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-arrows{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.nav-arrows .arrow-item{
  border-width: 0;
  background-color: transparent;
  margin-left: 5px;
  cursor: pointer;
  padding:0;
  font: initial;
}
.nav-arrows .arrow-item svg{
  width: 13px;
  height: 13px;
}

.nav-arrows .arrow-item svg path{
  fill: #505050;
}
#current-page-info{
  color: #505050;
  margin: 0 25px;
}
.thumb-play{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thumb-play svg{
  position: absolute;
  width: 120px;
}
.thumb-play svg path{
  fill: #039af2;
}

#ifx-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

#ifx-video video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.video-container-js{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.video-container-js .video-js .vjs-big-play-button{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.video-wrapper {
  padding-top: 20px;
}
.session-video-file {
  width: 100%;
  background-color: #000;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%!important;
}
/*#ifx-videos-widget{
  margin-top: 80px;
}*/

/* ddl-styles */
.ddl-container select::-ms-expand {
  display: none;
}

.custom-ddl-wrapper{
  position: relative;
  z-index: 1;
}

.custom-ddl-wrapper::after{
  width: 0px;
  height: 0px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #35447F transparent transparent transparent;
  pointer-events: none;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  
}

.custom-ddl-wrapper #ddlVideos, .custom-ddl-wrapper #ddlYear{
  background: none;
  border: 2px solid;
  border-radius: 3px;
  -webkit-appearance: none;    
  -moz-appearance: none;    
       appearance: none;
  font-family: inherit;
  color: #35447F;
  padding: 5px 25px 5px 10px;
  margin-left: 10px;
}
/**/


/**/
#progress-loader{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 80px;
  height: 80px;
  padding-top: 15%;
  z-index: 99999;
}


.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #000000 transparent #000000 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**/


/*NEW*/

.widgettitle.widget-title{
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ddl-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    min-height: 75px;
    align-items: center;
}


#ddlVideos{
    max-width: 260px;
}





/*END - NEW*/

@media (max-width: 1600px){
  .pagination-sort-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .pagination-arrow-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
  }
  .sort-by-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      width: fit-content;
  }
  #current-page-info{
      margin-top: 5px;
  }
  .pagination-container{
      margin-top: 5px;
  }
  .nav-arrows{
      margin-top: 5px;
  }
  .sort-by-container{
      margin-top: 5px;
      margin-bottom: 5px;
  }
  .thumb-play svg{
      width: 70px;
  }
}

@media (max-width: 700px){
.sort-by-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin: auto;
}  
}
@media (max-width: 450px){
    #ddlVideos{
        max-width: 220px;
    }
    .sort-by-container{
        flex-wrap: wrap;
        margin-top: 15px;
    }
}
@media (max-width: 420px){
  .ddl-videos-select-wrapper{
      margin-bottom: 15px;
  }
}
