html,
body,
.container-fluid {
  height: 100%;
}

body {
  min-height: 100%;
  background: #f2f2f2;
  font-family: Open sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
.fakelink,
a:hover {
  color: white;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.content {
  margin-top: 41px;
  height: 100%; /*da calcolare js in base all'altezza del footer e header*/
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1999999999;
}

.mbottom40 {
  margin-bottom: 40px;
}

.pbottom15 {
  padding-bottom: 15px;
}

.mleft15 {
  margin-left: 15px;
}

.mright10 {
  margin-right: 10px;
}

.mtop20 {
  margin-top: 20px;
}

.m65 {
  margin: 65px;
}

.ptop15 {
  padding-top: 15px;
}

.w50 {
  width: 50%;
  margin: auto;
}
.minheight200 {
  min-height: 200px;
}

.minheight740 {
  min-height: 740px;
}

.flright {
  float: right;
}

.lineHeight35 {
  line-height: 35px;
}

@media (max-width: 1030px) {
  .w100 {
    width: 100%;
  }
}

.right {
  text-align: right;
}

/* COLOR */

.bg-darkgrey {
  background: #282828;
}

.bg-white {
  background: white;
}

.bg-azure {
  background-color: #00afd1;
}

.display-hide {
  display: none;
}

.bg-grey {
  background-color: #545454;
}

.bg-grey:hover {
  color: #d2d2d2;
}

/* TOP BAR & FOOTER */

.alert.alert-info {
  margin: 15px;
}

.bar {
  padding: 10px 20px;
  color: #a6a6a6;
}
.bar .nav.nav-pills {
  float: right;
}

.bar .nav.nav-pills > li {
  margin-right: 30px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn-lang,
.btn-user {
  cursor: pointer;
}

.btn-lang .selected,
.btn-user .selected {
  font-weight: 800;
}

.btn-lang i,
.btn-user i {
  font-size: 11px;
  margin-left: 5px;
}

.bar .dropdown-menu {
  min-width: 0px;
}

footer {
  clear: both;
}

footer .bar {
  text-align: center;
}

/* MENU */

.sidebar {
  background: white;
  height: 100%;
  position: fixed;
}

.logo {
  margin: 20px auto 30px;
  display: block;
  max-width: 70%;
}

.logo img {
  margin: 0 auto;
}

ul.sidemenu {
  position: relative;
  padding: 0;
  left: 0;
  width: 100%;
}

ul.sidemenu li:first-child {
  border-top: 1px solid #e5e5e5;
}

ul.sidemenu li {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0 14px 20px;
  font-size: 18px;
  cursor: pointer;
}

ul.sidemenu li.k-state-selected {
  font-weight: bold;
}

/* THUMBNAILS */
.noItems {
  text-align: center;
  padding-top: 85px;
  font-size: 26px;
}
.img-responsive-container > i,
.img-responsive-container-detail > i {
  position: absolute;
  top: 18%;
  left: 33%;
  font-size: 70px;
}
.img-responsive-container.border,
.img-responsive-container-detail.border {
  border: solid 1px;
}
.img-responsive-container,
.img-responsive-container-detail {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 56.5% 0 0 0;
  border: solid 1px white;
}
/*.img-responsive-container-detail {
    padding: 20% 0 0 0;
}*/
.img-responsive-container img,
.img-responsive-container-detail img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.titleSection,
.titleVideo {
  margin-bottom: 30px;
  display: inline-block;
  font-size: 36px;
  margin-top: 20px;
}
.row.error {
  margin-top: 50px;
}
.row.error .alert {
  margin-bottom: -27px;
}
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: none;
  background-image: url("../img/remove-icon-small.png") !important;
}
#listSection .titleSection {
  cursor: pointer;
  font-size: 36px;
  margin-top: 20px;
}

.videos {
  margin-left: 25%;
}

ul.thumbnails {
  padding: 15px 0;
  cursor: pointer;
}

ul.thumbnails.divWidth {
  width: 98%;
  margin-left: 13px;
}

ul.thumbnails .title {
  padding: 0 6px;
  font-weight: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  height: 29px;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

ul.thumbnails .icon {
  padding: 10px 6px 0;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

ul.thumbnails a {
  color: #282828;
}

ul.thumbnails li {
  margin-bottom: 15px;
}

.overlayDuration {
  position: absolute;
  bottom: 0;
  background-color: #ddd;
  opacity: 0.7;
  text-align: center;
  width: 100%;
  padding: 5px;
}

.forArrow {
  width: 2.5%;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.forArrow.left {
  left: 0;
}
.forArrow.left .containerArrow {
  float: left;
}
.forArrow.left .containerArrow i {
  left: 2px;
}
.forArrow.right {
  right: 0;
}
.forArrow.right .containerArrow {
  float: right;
}
.forArrow.disabled {
  pointer-events: none;
  color: rgb(222, 222, 222);
  cursor: default;
}
.containerArrow {
  height: 100%;
  width: 90%;
  background-color: white;
  display: table;
}

.containerArrow i {
  vertical-align: middle;
  line-height: 100%;
  display: table-cell;
  font-size: 25px;
}

/* THROBBER */

.k-loading-mask {
  z-index: 999999999999999999;
}

.k-loading-text {
  display: none;
}

.k-loading-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url("../img/loader.gif") no-repeat center center;
}

.k-loading-color {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
}

.innerPage {
  position: relative;
  width: 100%;
  clear: both;
}

.innerPage .k-loading-mask {
  height: 100px !important;
  position: relative;
}
.innerPage .k-loading-color {
  background-color: none;
}

.loaderSection {
  width: 30px;
  display: none;
  z-index: 99999999;
}

/* DETAIL VIDEO */

.btn {
  border-radius: 0;
}

.btn.custom {
  margin-bottom: 5px;
}

.btn {
  border-width: 0;
  padding: 7px 14px;
  font-size: 14px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-shadow: none;
}
.btn.red {
  color: white;
  text-shadow: none;
  background-color: #d84a38;
}
.btn.red:hover,
.btn.red:focus,
.btn.red:active,
.btn.red.active,
.btn.red[disabled],
.btn.red.disabled {
  background-color: #bb2413 !important;
  color: #fff !important;
  outline: none !important;
}

/*CHANGE PASSWORD*/
.changePassword .form-control {
  background-color: #f9f9f9;
  height: 43px;
  color: #8290a3;
  border: 1px solid #f1f6fd;
  border-radius: 0;
  box-shadow: none;
}

.changePassword .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
  margin-top: 1px;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #45b6af;
  border-color: #3ea49d;
}

.changePassword {
  padding: 30px;
}

.changePassword .change-form {
  max-width: 500px;
}

.changePassword h3 {
  color: rgb(94, 109, 129);
  font-size: 28px;
  font-weight: 400 !important;
  margin-bottom: 25px;
}

.textEllipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.font10 {
  font-size: 10px;
}

.bar .nav.nav-pills {
  margin-right: 50px;
}
.lh50 {
  line-height: 50px;
}

.pf-container {
  position: relative;
}

.pf-container > .watermark {
  position: absolute;
  z-index: 100;
  color: white;
}
.pf-container > .watermark.top {
  top: 70px;
}
.pf-container > .watermark.bottom {
  bottom: 70px;
}
.pf-container > .watermark.left {
  left: 25px;
}
.pf-container > .watermark.right {
  right: 25px;
}

@media screen and (max-width: 732px) {
  .bar {
    height: 45px;
  }
  .videos {
    margin-left: 0%;
  }
  .sidebar {
    position: relative;
    display: none;
  }
  .logo {
    margin: 0px auto 10px;
  }
  .bar .nav.nav-pills {
    margin-right: 0px;
  }
}

@media screen and (max-width: 375px) {
  .titleVideo {
    font-size: 23px;
  }
  .lh50 {
    line-height: 26px;
  }
}

@media screen and (max-width: 732px) and (orientation: landscape) {
}
