@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,latin-ext);
.button {
  display:inline-block;
  text-decoration:none;
  border:0;
  cursor:pointer;
  vertical-align:top;
  text-align:center
}
.noLinkBtn {
  cursor:default !important
}
.GreyBottomContainer {
  background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(3,3,3,0) 10%,rgba(13,13,13,0.93) 42%,rgba(30,30,30,0.93) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(10%,rgba(3,3,3,0)),color-stop(42%,rgba(13,13,13,0.93)),color-stop(100%,rgba(30,30,30,0.93)));
  background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(3,3,3,0) 10%,rgba(13,13,13,0.93) 42%,rgba(30,30,30,0.93) 100%);
  background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(3,3,3,0) 10%,rgba(13,13,13,0.93) 42%,rgba(30,30,30,0.93) 100%);
  background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(3,3,3,0) 10%,rgba(13,13,13,0.93) 42%,rgba(30,30,30,0.93) 100%);
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(3,3,3,0) 10%,rgba(13,13,13,0.93) 42%,rgba(30,30,30,0.93) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ed1e1e1e',GradientType=0)
}
.ProfileMainMenu {
  background:#282828;
  background:-moz-linear-gradient(top,#323232 0,#1c1c1c 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#323232),color-stop(100%,#1c1c1c));
  background:-webkit-linear-gradient(top,#323232 0,#1c1c1c 100%);
  background:-o-linear-gradient(top,#323232 0,#1c1c1c 100%);
  background:-ms-linear-gradient(top,#323232 0,#1c1c1c 100%);
  background:linear-gradient(to bottom,#323232 0,#1c1c1c 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232,endColorstr=#1c1c1c,GradientType=0)
}
.arrow {
  content:'';
  width:0;
  height:0;
  font-size:0
}
.ellipsis {
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden
}
.containerMTubes {
  text-align:center
}
.containerMTubes .modal-title {
  font-size:22px;
  padding:20px 40px;
  background:#0f0f0f;
  margin-bottom:20px
}
.containerMTubes .modal-body {
  margin:auto;
  padding:30px
}
.containerMTubes .modal-body .text {
  font-size:17px;
  font-weight:500;
  margin-bottom:10px
}
.containerMTubes .modal-body .success-text,
.containerMTubes .modal-body .error-text {
  padding-bottom:20px;
  text-transform:uppercase;
  text-align:center;
  font-size:18px;
  font-weight:bold
}
.containerMTubes .modal-body .success-text {
  color:#62ae2c
}
.containerMTubes .modal-body .error-text {
  color:red
}
.containerMTubes .modal-footer {
  background:#0f0f0f;
  padding:20px 40px;
  margin-top:40px
}
.containerMTubes .modal-footer .buttonBase {
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  float:right;
  margin-left:10px;
  padding:7px 15px;
  font-size:12px;
  text-transform:capitalize
}
.isOpenMTubes {
  overflow:hidden;
  position:relative;
  padding-right:17px
}
.isOpenMTubes.scrollMTubes {
  height:100%;
  overflow-y:auto;
  padding-right:0
}
.containerMTubes {
  bottom:0;
  display:none;
  left:0;
  position:fixed;
  right:0;
  top:0;
  z-index:100
}
.isOpenMTubes .containerMTubes {
  overflow:auto
}
.isOpenMTubes .containerMTubes.scrollMTubes {
  position:absolute;
  overflow:hidden
}
.containerMTubes.isVisibleMTubes {
  background:rgba(0,0,0,0.75)
}
.containerMTubes.noRbga {
}
.modalMTubes {
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border:1px solid #313131;
  display:inline-block;
  position:relative;
  top:100px
}
.elOpenMTubes {
  display:inline-block
}
.contentMTubes {
  text-align:left;
  text-align:initial
}
.closeMTubes,
.modal-close {
  width:24px;
  height:24px;
  background:transparent;
  border:0;
  cursor:pointer;
  display:block;
  position:absolute;
  right:10px;
  top:10px
}
.closeMTubes:hover,
.modal-close:hover {
  background-position:-286px -321px
}
.fadeInMTubes {
  -webkit-animation:fadeInMTubes .40s;
  animation:fadeInMTubes .40s;
  opacity:1
}
@-webkit-keyframes fadeInMTubes {
  from {
    opacity:0
  }
  to {
    opacity:1
  }
}
@keyframes fadeInMTubes {
  from {
    opacity:0
  }
  to {
    opacity:1
  }
}
