html,
body {
  min-height: 100%;
}
.humane,
.humane-flatty {
  position: fixed;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 100000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.humane,
.humane-flatty {
  font-family: Helvetica Neue, Helvetica, san-serif;
  font-size: 16px;
  top: 0;
  left: 30%;
  opacity: 0;
  width: 40%;
  color: #444;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.humane p,
.humane-flatty p,
.humane ul,
.humane-flatty ul {
  margin: 0;
  padding: 0;
}
.humane ul,
.humane-flatty ul {
  list-style: none;
}
.humane.humane-flatty-info,
.humane-flatty.humane-flatty-info {
  background-color: #3498db;
  color: #FFF;
}
.humane.humane-flatty-success,
.humane-flatty.humane-flatty-success {
  background-color:#5CB85C; /*#18bc9c;*/
  color: #FFF;
}
.humane.humane-flatty-error,
.humane-flatty.humane-flatty-error {
  background-color: #e74c3c;
  color: #FFF;
}
.humane-animate,
.humane-flatty.humane-flatty-animate {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.humane-animate:hover,
.humane-flatty.humane-flatty-animate:hover {
  opacity: 0.7;
}
.humane-js-animate,
.humane-flatty.humane-flatty-js-animate {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.humane-js-animate:hover,
.humane-flatty.humane-flatty-js-animate:hover {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

/***  EOF by grunt ***/

/*************        countdown         ********************/
.ersu-countdown {
    color: #333;
    /*text-align: center;*/
    padding: 5px 0;
}

.ersu-countdown h1 {
    font-weight: normal;
}

.ersu-countdown ul {padding:0;}

.ersu-countdown li {
    display: inline-block;
    font-size: 1.4em;
    list-style-type: none;
    padding: .9em;
    text-transform: uppercase;
}

.ersu-countdown li span {
    display: block;
    font-size: 3.5rem;
}



/*************        questionnaire       ********************/
.ersu-questionset .question-title-container {
    border-right: 1px solid #dedede;
}

/***  general  ****/
.qs-disabled{
    background-color: #fff;
    opacity: 0.5;
    /*cursor: not-allowed;*/
    pointer-events: none;
    user-select: none;
}
.qs-disabled-no-bg {
    opacity: .3;
    pointer-events: none;
    user-select: none;
}
/***  EOF by grunt ***/
 


.voting-status {
     margin-top: 25px;
     text-align: center;
     font-size: 23px;
     color: #fff !important;
     margin: 25px -16px 15px -16px;
 }
 .voting-status .alert {
     padding: 1.75rem 1.25rem;
 }

 .voting-status .alert-info {
     color: #fff;
     background-color: #003781;
     border-color: #bee5eb;
 }




.mp-q_and_a .card,
.mp-voting .card {
    margin-top: 15px;
    border:1px solid #003781;
    border-radius:0;
}

.mp-q_and_a .card .card-header:first-child,
.mp-voting .card .card-header:first-child {
    border-radius:0;
}

.mp-q_and_a .card-header,
.mp-voting .card-header {
    color: #fff;
    background-color: #003781 !important;
}



/*********   Voting staff  specific ************/

.mp-voting .row {
    width:100%;
}

.mp-voting .countdown {
    padding-top:20px;
}
.mp-voting .countdown .minutes,
.mp-voting .countdown .seconds {
    font-size:27px;
    padding:7px 5px;
    border-radius:3px;
    background-color:#28a745;
    margin-left:5px;
    color:#fff
}

.mp-voting .vote-now {
    font-size: 30px;
    color: #fff;
    /*text-transform: uppercase;*/
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    background-color: #003781;
}
.mp-voting .vote-now:hover {
    border-color: #003781;
    color:#cecece;
}

.mp-voting .voting-results {
    position:relative;
    /*padding-top:20px;*/
}
.mp-voting .voting-results > .row {
    padding-bottom:7px;
}

.mp-voting .voting-results .text {
    text-align:left;
}

.mp-voting .voting-results .percentage {
    float: left;
    width: 50px;
    font-size: 12px;
    /*color: #007bff;*/
    /*color:#003781;*/
    text-align:right;
    margin-right:3px;
}

.mp-voting .voting-results .answer-list p { margin-bottom: 0;}
.answer-list .vote-compare {
    clear: both;
    opacity: .5;
    margin: 3px 0 4px 0;
}

.mp-voting .voting-results i.fa {
    position:absolute;
    font-size:25px;
    top:0;
    left:0;
    cursor:pointer;
}
.mp-voting .voting-results i.fa:hover{
    font-size:27px;
}


.mp-voting .answer-list .alert-success{
    margin-bottom: 0;
    margin-top: 1rem;
}




/*general*/
.ev-disabled{
    background-color: #fff;
    opacity: 0.5;
    /*cursor: not-allowed;*/
    pointer-events: none;
}
/***  EOF by grunt ***/
/*************************************************************/
/*************        Commenting         ********************/
/*************************************************************/
.mp-q_and_a {margin:0;}

.mp-q_and_a{
    color:#005695  /*rgb(28,75,140)*/;
}

.mp-q_and_a h3{
    /*padding-left:40px;*/
}

.mp-q_and_a {
   margin-top: 17px !important;
}

.mp-q_and_a .card {
    margin-top: 15px;
    border:1px solid #005695;
    border-radius:0;
}

.mp-q_and_a .card .card-header:first-child{
    border-radius:0;
}

.mp-q_and_a .card-header{
    color: #fff;
    background-color: #005695 !important;
}

/*.mp-q_and_a h3 {
     font-size: 1.5rem;
}*/
 
.mp-q_and_a form {
    background-color:#fff;
    padding:15px 7px;
    margin-top:6px;
}
.mp-q_and_a form .form-control {
    background: rgb(242,242,242);
    border-radius: 2px;
}
.mp-q_and_a form label {font-weight:bold;}
.mp-q_and_a .mp-comments {
    min-height:280px;
}

.mp-q_and_a .mp-comments > p {
        margin-top: 25px;
    padding-left: 15px;
    font-size: 19px;
    /* text-decoration: inherit; */
    font-style: italic;
}

.mp-q_and_a .paging button {
    border: 1px solid #005695;
    min-width: 120px;
}
.mp-q_and_a .paging > div{
    text-align:center;
}
.mp-q_and_a .page-item.active .page-link {
    background-color:#005695;
}
.mp-q_and_a .page-link {
    color:#005695;
}

.mp-q_and_a .msg-text .badge-pill,
.mp-q_and_a .sub-comment-msg .badge-pill {
    text-align: left;
    margin-top: 7px;
    white-space:normal;
}




.single-comment {
    /*background:#f8f9fa;*/
    /*color:#000;*/
    margin-top: 10px;
    padding:7px;
    /*height:130px;*/
    overflow:hidden;
    border: 1px solid #005695;
}

.single-comment .title {
    font-weight:bold;
    font-size:17px;
    line-height:32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-comment .posted-at{font-weight:600;font-size: 14px;}

.single-comment .body {
    font-size:16px;
    line-height:19px;
    min-height:76px;
    overflow:hidden;
    /*overflow-y:auto;*/
}



.single-comment .likes {
    display:inline-block;
}
.single-comment .likes .fa {
    font-size:16px;
    margin-right:4px;
}
.single-comment .likes b{color:#000 !important;}


.likes-container {margin-right:11px;cursor:pointer;}

/*Not liked*/
.likes-container .mtv-liked {display:inline;}
.likes-container .mtv-unliked{display:none;} 
/*liked*/
.likes-container.liked .mtv-liked {display:none;}
.likes-container.liked .mtv-unliked {display:inline;}


.likes-container .fa{font-size:22px;}
.mtv-unliked span {font-weight:100;color:#AEAEAE;}

.child .likes-container {color:#BF1E25;}
.child .likes-container .fa{font-size:19px;}




.write-comment .lbl-count{text-align:right;line-height:19px;visibility:hidden;}
.write-comment .lbl-count > span {
    cursor:pointer;
    color: #005695;
}
.write-comment .lbl {/*text-align:center;*/}
.write-comment .lbl > span {
    cursor:pointer;
    font-weight: bold;
}
.write-comment .lbl > span > i {
     margin-right:7px;
     color:#000;
}
.write-comment .lbl > span:hover  > i{font-size:19px;}

.write-comment hr{
    border-color: #005695;
    margin-top: 7px;
    margin-bottom: 10px;
}



.write-comment .lbl-form-replay {
    padding-left:7px;
    padding-bottom:3px;
}
.write-comment .lbl-form-write {
    margin-left:0px;
}
.write-comment .lbl-form-write textarea,
.write-comment .lbl-form-replay textarea{
    margin-top: 10px; 
    height: 40px;
    border: none;
    background-color: rgb(242,242,242);
    width:calc(100% - 55px);
    /*margin-left: 10px;*/
}
.write-comment .lbl-form-replay textarea {background:#fff;}
.write-comment .lbl-form-write i,
.write-comment .lbl-form-replay i {
    margin-top:14px;
    cursor:pointer;
}



/********************************/
/*****  Children comments   ****/
.write-comment .children {
    border-left:4px solid #284C88;
    padding-left:3px;
}

.write-comment .child {
    background-color:#E9EDF3;
    font-size:15px;
    display:none;
}
.single-comment.collapsed .write-comment .child {
    display:block;
    margin-bottom: 3px;
    padding: 2px 3px 3px 10px;
}

.child .sub-children {
     border-left: 4px solid #889CBD;
}

.child .sub-children .child-child{
    background-color: #fff;
    padding: 5px 5px 5px 12px;
    /*border-left: 4px solid #889CBD;*/
    margin-bottom:3px;
    display:none;
}
.child .sub-children.collapsed .child-child {
    display:block;
}

.write-comment .child span.btn-comment {
    cursor:pointer;
    font-weight: bold;
}
.write-comment .child span.btn-comment:hover i {
    font-size:17px;
}
.write-comment .child span.btn-comment i {margin-right:5px;color: #000;}

.write-comment .child span.btn-comment[data-action="103"] {
    visibility:hidden;
}


.btn-comment {
    color: #005695;
}


.sub-comment-btns {
    height: 19px;
    text-align: right;
}



.mp-q_and_a .left-chars-info {
    position: absolute;
    z-index: 10000;
    display: inline-block;
    padding: 3px 5px;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
}

/*************************************************************/
/*************        General        ********************/
/*************************************************************/

.qna-disabled{
    opacity: .5;
    user-select: none;
    pointer-events: none;
}

.mtv-val-error {
   border: 1px solid red !important;
}
.hide {display:none;}



.mp-color-success {
    color: #28a745;
}
.mp-color-warning {
    color: #dc3545;
}

/***  EOF by grunt ***/
@CHARSET "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

/* @font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa/Nexa_Free_Light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa/Nexa_Free_Bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: bold;
  
} */


html{font-size:14px;}
/*body {
 
 font-family: "Nexa","Helvetica",Arial,sans-serif;
 font-family: 'Roboto', sans-serif;
 font-family: 'Open Sans', sans-serif;
 color:#333;
 font-size: 16px;
 background:url(../img/defaults/background-0dcf2fd26349afddb57662a43d6898be.jpg) no-repeat;
 background-size: cover;
 background-attachment: fixed;
 overflow-x: hidden;
}*/


#myMtvApp {
    font-family: 'Noto Sans', sans-serif;
    color:#333;
}

#myMtvApp,
#myMtvApp .container-fluid{
    padding:0;
}


body > .mt-preview-slide-bg {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:0.7;
    background-color: #000;

}

.mtv-links a {
      display:block;
      color: #e85d33;
      text-decoration:none;
 }



 .mtv-links a:hover,
 .mtv-links a:active
 {
    text-decoration:none;
    color:#005696;
}


#main-msg i.fa{
    margin-top:4px;
}


.main-top {
    padding-top:1rem!important;
    color:#000;
    /* background: #F5F5F5; */
}

.main-top .main-title {
    /*font-size: 1.7rem;*/
    font-weight:bold;
    font-size: 53px;
}

#room-live-info {
    padding: .4rem .4rem .5rem .4rem;
    font-weight: bold;
    font-size: 1.5rem;
}

#room-live-info .header-session,
#room-live-info .header-time{ font-size: 1.25rem;}

#room-live-info .mtv-icon { 
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1.2rem;
    padding: 3px 5px 5px 5px;
    background-color: rgba(255,255,255,.7);
    border-radius: 4px;
}
#room-live-info .mtv-icon::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#room-live-info .chairs-session { font-size: .9rem;}


#room-live-time{font-size:1.3rem;}

/*******************        Now body         ************/



#mtv-main .mtv-right {
    padding-left:59px;
}

#mtv-main .mtv-links {
    /*border: 1px solid gray;*/
    padding-top:25px;
    font-size:1.1rem;
    line-height:33px;
}


.mtv-divider {
    margin: .5rem 0;
}

.mtv-gradient-stripe {
    min-height: 83px;
    width: 100%;
    background-color: #F5F5F5;
    /*background-image: linear-gradient(0deg, #004E91 0%, #007CC5 100%);*/
    color: #0B7DC3;
    opacity: 0.95;
}

.mtv-gradient-stripe img.arrow-icon {display:none;}
.mtv-gradient-stripe img.oslo {cursor:pointer;}
.mtv-gradient-stripe img.arrow-icon,
.mtv-gradient-stripe img.oslo{
    height:41px;
}
 .mtv-gradient-stripe h4 {font-size: 1.2rem;}


.mtv-divider > .text {
    text-align:right;
    color:#004E91;
    height: 70px;
    white-space: nowrap;
    padding-top: 17px;
}
.mtv-divider > .text > * {
    vertical-align:bottom;
    color:#0087D0;
}

.mtv-divider  img.sponsor {
    height:41px;
}


.mtv-streams-header {
    padding: 0 0;
    margin: 20px 0 35px 0;
}
.mtv-streams-header h3 {
     font-weight: bold;
    color: #0B7DC3;
}
.mtv-logo-container{
    background-color:#1972b6 ;
    position: relative;
} 
.mtv-logo-container > span {
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    bottom: 3px;
    right: 15px;
    text-transform: uppercase;
    font-weight: bold;
}


.suplements-content {
    background-color: #F5F5F5;
    text-align: left;
    font-size: .95rem;
}
/*.suplements-content .container { border-bottom: 2px solid #ededed;}*/
.suplements-content h5{ padding-right: 15px; padding-left: 15px;}
.suplements-content a { background-color:#00385F;color: #fff;font-size: .85rem;}
.suplements-content a:hover{color:#fff;}



a.evaluation,
a.btns-theme-1,
.btns-theme-1{
    background-color: #00385F;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    text-align: left;
    font-size: 1.25rem;
    width: 100%;
}

a.evaluation {
    background-color: #0B7DC3;
}


.mtv-slots {
    position:relative;
    padding:12px 7px;
    text-align:center;
}



.mtv-menu-item {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #0056A4;
    opacity: .5;
    padding: 6px 0;
}
.mtv-menu-item:hover { opacity: .77;}
.mtv-menu-item.active {
    opacity: 1;
    font-size: 1.0625rem;
}

.mtv-menu-item span.text {
    
}
.mtv-menu-item a{color: #0056A4;}
.mtv-menu-item a:hover{
    text-decoration: none;
}

.badge.mtv-badge {
    position: absolute;
    top: 0;
    margin-left: 6px;
    border-radius: 50%;
    background-color: #CF0132;
    color: #fff;
    font-weight: 500;
    line-height: 15px;
    min-width: 19px;
    height: 20px;
}





.mtv-slide {
   position: relative;
   width:390px;
   /*height:191px;*/
   margin:0 13px 17px 0;
   display: inline-block;
   vertical-align: top;
}
.mtv-slide.playing {
    box-shadow: 3px 3px 9px #000;
}
.mtv-slide .room-content { 
    position: relative;
    width: 100%;
    height: 100%;
}
body.dkk-logg .mtv-slide {/*display:block;*/}
.mtv-slide:hover {
 cursor:pointer;
}
.mtv-slide.playing i.fa-play-circle::before {
    content: "\f28b";
    font-size: 2rem;
}


.mtv-speaker-img { display: none;}/*Don#t display speaker image*/

.mtv-slide.ulogged .mtv-speaker-img,
.mtv-slide.has-prev-session .mtv-speaker-img,
/*.mtv-slide.ulogged .mtv-speaker-info,*/
.mtv-slide.has-prev-session .mtv-speaker-info
/*.mtv-slide.ulogged .mtv-prev-session,
.mtv-slide.has-prev-session .mtv-prev-session*/
{
    display:none;
}
.mtv-slide.mtv-vers .mtv-cslide,
.mtv-slide.ulogged.has-prev-session .mtv-prev-session {
    display:block;
}


/* No sessions today*/
.mtv-slide.mtv-nosessions-today .mtv-speaker-info,
.mtv-slide.mtv-nosessions-today .mtv-speaker-img
{
    display:none;
}




.img-container {
    position:relative;
    width:100%;
    height:100%;
    /*border:1px solid #C1D100;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image:url(../img/default-preview.jpg);
    background-color: rgba(0,0,0,.9);
    cursor:pointer;

    
}
.img-container:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.img-container .mtv-cslide {
    height:161px;
}
.img-container .mtv-cslide {
    visibility:hidden;
}


.img-container .mtv-cslide {
    width: 100%;
    height: 190.677px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.dkk-logg .img-container .mtv-cslide{
     visibility:visible;
     /*border:1px solid #C1D100;*/
}






.img-container .mtv-speaker-img,
.mtv-meta-info .mtv-speaker-img{
    position: absolute; 
    bottom:1px;
    left:1px;
    width: 55px;
    height: 55px;
    object-fit: cover;
    background-image: url(../img/defaults/img_speaker_photo_not_available.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 2px;
}
 .img-container img:hover {
     /*opacity:0;*/
 }
 img.transparent {
opacity:0;
}




 
.mtv-slide .stripe-room , 
.mtv-slide .stripe-session{
    /*position:absolute;*/
    width:100%;
    text-align:left;
    /*height:50px;*/
    line-height:50px;
    color:#000;
    font-size:1.375rem;
    /*padding-left: 15px;*/
}
.mtv-slide .stripe-room {
    position: absolute;
    bottom: 0;
    height:40px;
    line-height:40px;
    padding-left: 0px;
    font-weight:bold;
    color:#fff;
    background-color: #0056A4;
    font-size:1.1125rem;
    padding: 2px 7px;
}
.mtv-slide.playing .stripe-room {
    color: #fff;
    /* text-shadow: 2px 2px #151414; */
    font-size: 1.4375rem;
    height: 50px;
    line-height: 50px;
    background:rgba(25, 77, 161, .7);;
}
.mtv-slide.playing .fas{
    /*color: #f00#e30138*/
    font-size: 2rem;
}
/*.mtv-slide .stripe-room::after {
    content: " ";
    position: absolute;
    top: 0px;
   
    width: 16px;
    height: 100%;
    background-image: url(../img/cyan.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 12px;
}*/
.stripe-room .fas { font-size: 1.5rem;}

.mtv-slide .stripe-session { 
    
    top: 0;/*30px*/
    /*max-height: 34px;*/
    height: 52px;
    line-height: 20px;
    font-size: .9375rem;
    font-weight: normal;
    position: absolute;
    color: #fff;
    padding: 5px 7px;
    /*background-color: rgba(214, 231, 251, .8);*/
    background-color: rgba(0, 0, 0, 0.90);
   
}




.mtv-slide .stripe-session .current-session-title {
     /*top:-70px;*/
     font-weight:bold;
}
.mtv-slide  .stripe-session .content div,
.pres-is-running .mtv-slide  .stripe-session .content div {
    top:0;
    display:inline;
}



.mtv-slide .stripe-session .next-session,
.mtv-slide.stripe-session .next-session-title
 {
    /*position:relative;
    top:-83px;*/
}

.mtv-nosessions-today .mtv-slide .stripe-session{
    /*top: 134px;*/
    bottom:18px;
}
.img-container span.icon-play 
{
   position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    height: 60px;
    width:60px;
    color: #000;
    line-height: 60px;
    /*margin-top: -32px;*/
    border-radius: 50%;
    background-color:rgba(255,255,255,.9);
    text-align:center;
    padding-left:5px;
    display:none;
    font-size: 1.875rem;
}
.mtv-slide.ulogged .icon-play {
    display:none;
}
.mtv-slide.playing .icon-play{
   /* display: block;*/
 }
.mtv-slide.playing .icon-play::before {
    content: "\f28b";
    font-size: 3.125rem;
}
/*TODO: please after ERS uncomment*/
/*.mtv-slide.has-prev-session .icon-play,*/
.mtv-slide.mtv-nosessions-today .icon-play,
.mtv-slide.has-next-session .icon-play{
    display:none;
}


.mtv-speaker-info,
.mtv-prev-session {
    position: absolute;
    top: calc(50% - 18px);
    width:100%;
    height:73px;
    color:#fff;
    overflow:hidden;
    padding: 0 5px;
    text-align: center;
    font-size: .8125rem;
    /*border:1px solid gray;*/
}
.mtv-speaker-info {
    display: none;
    width: 100%;
    height: 45px;
    color: #0f0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    font-size: .6875rem;
}

.mtv-prev-session {
    padding-top: 0;
    text-align: center;
    position: absolute;
    color: #000;
    top: calc(100% - 35px);
    font-size: .8125rem;
    height:35px;
    line-height:35px;
}

.mtv-speaker-info .name {
     /*font-weight:700;
     font-size:12px;*/
}
.mtv-speaker-info .pres {
    /*padding-top:7px;
    overflow:hidden;
    height:45px;*/
}


.mtv-prev-session a {
   color: #009BDC;
}

.mtv-prev-session a:hover {
    text-decoration: none;
    font-weight: bold;
}





/**********************        MAIN MIDDLE     ******************************/


/*Border fix by html streaming player*/
#jwp-default:focus {outline:0;}
.jwplayer {
    background-color:transparent !important;
}
.jwplayer .jw-rightclick.jw-open {display:none !important;}
.jw-title-primary {
    font-size: 1.825rem !important;
    font-weight: 500 !important;
}


.mtv-scroll-y {
    overflow-x: hidden;
    overflow-y: scroll;
}
.mtv-info-msg span.label:hover {
    cursor:pointer;
}

#holdingSlide {
    width: 100%;
    /*position:absolute;*/
}

/**********************        Bellow video     ******************************/
.tab-content > .content{
    background-color: #fff;
    border-radius: 4px;
}





/***************************/
/**    Tech. chat         */
/**************************/
.tab-content #tech-chat { 
    position: relative;
    width: 100%;
    height: 100%;
}
#tech-chat.disabled {
    opacity: .5;
    pointer-events: none;
}

#tech-chat.disabled .msg-info,
#tech-chat .info-disabled { display: none;}

#tech-chat.disabled .info-disabled {
     display: block;
    font-size: 19px;
}

#tech-chat > .content {
    height: calc(100% - 105px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}
/*#tech-chat > .content:hover,
#tech-chat > .content:focus{overflow-y:overlay;}*/

#tech-chat .info-disabled ,
#tech-chat p.msg-info {
    text-align: center;
    position: absolute;
    top: calc(50% - 120px);
    text-align: center;
    width: 100%;
}

#tech-chat .tech-msg {
    background-color: #ededed;
    margin: 0 15px;
    padding: 7px 12px;
    margin-top: 9px;
    margin-bottom: 2px;
    border-radius: 3px;
    width: 75%;
    clear: both;
    display: inline-block;
}

#tech-chat .tech-msg.me {
    background-color: #ceebff;
    color: #212529;
    float: right;
}

.tech-msg tech-msg-content { word-break: break-all;}
.tech-msg .name{ font-weight: 500; }
.tech-msg .datetime { text-align: right;}




#tech-chat .remaning-characters-info {
    position: absolute;
    bottom: 105px;
    left: 0;
    display: inline-block;
    padding: 3px 5px;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
}

#tech-chat .footer {
    height: 105px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #212529;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    padding: 8px 0 6px 5px;
    background-color: #ceebff;

    overflow: hidden;
    box-sizing: border-box;
}
#tech-chat .footer textarea {
    background-color: #fff;
    height: auto;
    border: 1px solid #ceebff;
    width: calc(100% - 60px);
}
#tech-chat .footer .fa {
     font-size: 2.3em;
    cursor: pointer;
}
/************************************/
/**    override questionnaries     */
/**********************************/

.ersu-questionset .card,
.ersu-questionset .card-header{
    border: none;
}
.ersu-questionset .card-header {
    background-color: #FCFCFC;
    color: #0B7DC3;
    font-weight: bold;
}
.ersu-questionset .card-body {
     border: 1px solid #ededed;
}

.ersu-questionset .btn-prev-answer,
.ersu-questionset .btn-confirm-answer {
    color: #fff;
    background-color: #0B7DC3;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;

}
.questionnaire-msg .text-info { color: #00385F!important;}
.ersu-questionset .question-title-container {
    border-right: none;
}
.ersu-questionset .question { font-weight: bold;margin-bottom: 12px;}
.ersu-questionset .question-title-container { padding-top: 0}
/***************************/
/**    override voting     */
/**************************/
.tab-content .voting-status {
    margin: 0;
}
.tab-content .mp-voting .vote-now {
    font-size: 1rem;
    float: right;
    color:#fff ;
    background-color: #0B7DC3 ;
    border-radius: 4px !important;
    min-width: 125px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}



.mp-q_and_a .card, 
.mp-voting .card { margin-top: 0;border: none;}

.mp-voting .card-header { display: none;}
.mp-q_and_a .card-header,
.mp-voting .card-header,
.voting-status .alert-info{
    color: #707070;
    background-color: transparent !important;
    padding-left: 5px;
    border: none;
    padding-bottom: 0;
}
.mp-voting .card-header i.fa { display: none;}
.mp-voting .card-body{ 
    padding: .25rem;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ededed;
}
.mp-voting .voting-overview,
.mp-voting .voting-results {
    margin: 0;
    font-weight: bold;
}

.mp-voting .voting-results :first-child,
.mp-voting .voting-overview :first-child{
    border: none !important;
}

.mp-voting .question,
.ersu-questionset .question{
    margin-bottom: 25px;
}

.mp-voting .question-container,
.mp-voting .answer-list,
.tab-content .question-container,
.tab-content .answer-list{
    background-color: #fff;
    color: #0B7DC3;
    font-weight: bold;
 }
.mp-voting .question-container,
.question-title-container{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 15px 10px 0 10px;
}
.mp-voting .answer-list {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.voting-status { font-size: 1.0625rem;}
.voting-status .alert { padding: .75rem 1.25rem;}

.voting-results { margin: 0;}
.tab-content .answer-list{
    font-size: .9375rem;
    padding-left: 25px;
    padding-bottom: 23px;
    
}

.mp-voting { margin: 0 !important;}
.mp-voting .question,
.ersu-questionset .question { font-size: 1.0625rem;color: #000;}


/*labels in voting*/
.tab-content .custom-control-label { padding-left: 13px;}
/*radio boxes in voting*/
.tab-content .custom-radio .custom-control-label::before {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #0B7DC3;
}
.tab-content .custom-checkbox .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #0B7DC3;
}

.tab-content .custom-control {     min-height: 1.7rem;}
.tab-content .custom-radio .custom-control-input:checked~.custom-control-label::after,
.tab-content .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image: url(../img/svgs/check-mark.svg);
}
.tab-content .custom-radio .custom-control-input:checked~.custom-control-label::before,
.tab-content .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: #0B7DC3;
}



.answer-list .progress {
    height: 1.2rem;
    border-radius: .5rem;
}
.answer-list .progress-bar {
    background-color: #00385F;
    border-radius: 0.5rem;
}

.answer-list .percentage {
    float: left;
    width: 50px;
    font-size: 12px;
    text-align: right;
    margin-right: 3px;
}
.msg-answer-result { font-size: 1.1rem;}
/***************************/
/**    override qna     */
/***************************/
.mp-q_and_a { 
    margin-top: 0;
    color: #172046;
}
.mp-q_and_a .card .card-header:first-child {
    display: none;
}
.mp-q_and_a .card-body { padding-top: 0;}
.qna-session-title { color: #0B7DC3;}
.mp-q_and_a form label { display: none;}
.mp-q_and_a form {
    background-color:transparent;
    padding:0;
    margin-top:0;
}

.mp-q_and_a form .form-control {
    background: #fff;
    border-color: #e5e9ea;
    color: #172046;
}

.mp-q_and_a form input::placeholder,
.mp-q_and_a textarea::placeholder{
    color: rgba(23, 32, 70, .33);
    opacity: 1;
    font-size:1rem;
}
.mp-q_and_a .btn-action {
    
    color: #172046;
    border-radius: 0 !important;
    min-width: 125px;
    border: none;
}
.mp-q_and_a .btn-action[data-action="SendComment"]{ 
    color: #fff;
    background-color: #0B7DC3;
}


.mp-q_and_a  form .btn {
     text-transform: uppercase;
    font-weight: bold;
}
.mp-comments > div { padding: 0}
p.comments-info {
    display: none;
    padding: 0;
    margin: 0 -11px;
    color: #707070;
    line-height: 19px;
}

.single-comment {
    background-color: transparent;
    border: none;
    padding: 0;
}
.single-comment .title { margin-bottom: 10px;}
.single-comment .content{
    background:#DDE6F4;/* rgba(76, 132, 211, .15);*/
    border-radius: 4px;
    border: none;
    padding: 4px 7px;
}

.write-comment .child {
    background-color:#F5F5F5 /*#F0F9FF*/;
    border-radius: 2px;
    margin-bottom: 7px !important;
}

.write-comment .children { border: none;}



/*change icon*/
.single-comment .fa-comment-o::before {
    content: "\f064";
}
.write-comment hr { border-color: transparent;}


.write-comment .lbl-form-write { margin-bottom: 15px;}
.write-comment .lbl-form-write textarea, 
.write-comment .lbl-form-replay textarea {
    background-color: #fff;
    height: auto;
    border: 1px solid #ceebff;
}


.mng-btns .btn-action {
    min-width: 95px;
    font-size: 14px;
}
.mp-q_and_a .btn-action[data-action="CommentHide"],
.mp-q_and_a .btn-action[data-action="CommentShow"]{
    background-color: #f00;
    color: #fff;
}
.mp-q_and_a .btn-action[data-action="CommentShow"] {
    background-color: #5cb85c;
}


.single-comment .body {
    min-height: 19px;
}

.write-comment .lbl-form-replay { margin-bottom: 12px;}
/*.write-comment .lbl-form-write i,
.write-comment .lbl-form-replay i,
.write-comment .child span.btn-comment{ color: #172046;}*/


.sub-comment-btns {
    height: 33px;
    text-align: right;
}
.sub-comment-btns .mng-btns { display: inline-block;}

.sub-comment-btns .btn-action,
.child-child .btn-action{
    min-width: 88px;
    font-size: .8125rem;

}


.btn-comment[data-action="SubCollapse"] {
    margin-left: 7px;
}
/*3rd level comments*/
.child .sub-children {
    border-left: 4px solid #DFDFDF/*#ceebff*/;
    margin-top: 5px;
}

.page-link.btn-action {
    min-width: inherit;
}
.mp-q_and_a .page-item.active .page-link {
    color: #fff;
    background-color: #0B7DC3;
}

.mp-q_and_a .paging > div {
    font-size: 1rem;
}

.btn-comment {
   color: #172046;
}


.btn-action:active{
    background-color: #F5F5F5;
    box-shadow: 0 5px #666;
    transform: translateY(4px) !important;
}
.write-comment .lbl-form-write i:active, 
.write-comment .lbl-form-replay i:active {
    color: #0B7DC3;
    transform: translateY(3px) !important;
}

/**fix icon
*/
.fa-send::before {
    content: "\f1d8";
}

.tab-content[data-meta="mEvaluation"] p.msg {
    font-size: 1.3rem;
    text-align: center;
}


/**********    General  ***********/

.mtv-icon-live { color: #E30138 ;}
.mtv-icon-offline {
    color: #111;
    opacity: .8;
}
.mtv-icon > span {
    vertical-align: middle;
}
.mtv-icon .live-dot {
    background: #E30138 0% 0% no-repeat padding-box;
    height: 19px;
    width: 19px;
    display: inline-block;
    border-radius: 50%;
}
.mtv-icon-offline .live-dot {
    background: #111 0% 0% no-repeat padding-box;
}

/**********************        FOOTER     ******************************/
#mtv-footer {
    /*height:283px;*/
    /*border: 1px solid gray;*/
    position:relative;
}
.bg-2 {
    background-color:#FCFCFC
}

/**********        Version checker     *****************/
.version-checker {
    position: fixed;
    z-index: 500;
    background-color: white;
    width: 90%;
    padding: 16px;
    left: 5%;
    bottom: 0;
    box-sizing: border-box;
    opacity: 0;
    background-color: rgba(23, 162, 184, 0.77);
    color: #fff;
    font-size: .9rem;

    transition: all 0.3s ease-out;
    transform: translateY(100vh);
    
}
.version-checker.show {
    transform: translateY(0);
    opacity: 1;
}
@media (min-width: 900px) {
    .version-checker {
        width: 800px;
        left: calc(50% - 400px);
    }
}
.version-checker.content { position: relative;}
.version-checker i.far {
    font-size: 1.3rem;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
}

/************     Modal Manage    *************/
#mtvModalManage {
    
}
.mtvModalCustom{
    position: fixed;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding:20px;
    z-index: 1000;
}
.mtv-modal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: .7rem;

}
.mtv-modal-content .custom-footer{text-align: right;}

#mtvModalManage .modal-content,
.mtvModalCustom .mtv-modal-content,
#mtvModalManage .custom-footer,
.mtvModalCustom .mtv-modal-content {
    background-color: #f6f7f9;
    border-radius: 0;
    border: 0;
}

#mtvModalManage .modal-content{
    min-height: 350px;
    padding: 1rem 1rem 0 1rem;
}
#mtvModalManage .custom-footer {
    border-top: 1px solid #dee2e6;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 1px;
    padding: 1rem .7rem;
}

#mtvModalManage h5,
.mtvModalCustom h5 {
    color: #007dc6;
    font-weight: bold;
}

#mtvModalManage textarea { resize: none;}

#mtvModalManage a,
#mtvModalManage .terms-link{
    color: #0057B8;
    cursor: pointer;
}
#mtvModalManage a,
#mtvModalManage .terms-link { text-decoration: underline;}

#mtvModalManage .btn,
.mtvModalCustom .btn {
    background-color: #007dc6;
    min-width: 120px;
    min-height: 36px;
    border: none;
    border-radius: 0;
    margin-left: .7rem;
    color: #fff;
    cursor: pointer;
}
#mtvModalManage .btn:hover,
.mtvModalCustom .btn:hover { cursor: pointer;}
#mtvModalManage .btn-cancel,
.mtvModalCustom .btn-cancel {background-color: #dc3545;}

/************     Coming soon    *************/
#mtv-coming-soon{
    padding: 3rem 1rem;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    color: #fff;
}
#mtv-coming-soon .icon-content{font-size: 2.2rem;}
#mtv-coming-soon .content{font-size: 1.5rem;text-shadow: 1px 1px 3px #000;}

/************     ERA Splash    *************/

.mtv-era-splash{
    position: fixed;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding:20px;
    transition: all 0.3s ease-out;
    z-index: 1000;
}
.mtv-era-splash img{
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 0 auto;
    
}


.mtv-pipe::after {
    content: "|";
}






.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.pull-right { float: right !important;}
.pull-left { float: left !important;}

.btn-style-1,
.btn.btn-style-1{
    color: #fff;
    background-color: #0B7DC3;
}

.btn {
    background-color: #d3d3d3;
}
.btn-back-tolanding{
    background-color: transparent !important;
    color:#172046!important;
    font-weight: bold;
    color:#0B7DC3 !important;
}

#mtv-loader {
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-24px;
    margin-top:-24px;
    height:48px;
    width:48px;
    background:transparent  url(../img/defaults/loading26.gif) no-repeat top left;
    background-size: 48px 48px;

}


#mtv-logger {
    position:fixed;
    bottom:20px;
    right:20px;
    height:400px;
    width:708px;
    overflow:hidden;
    overflow-y:scroll;
    background:#ccc;
    z-index: 20;
}

.mtv-debugger-mode {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    width: 250px;
    z-index: 200;
    background: #ccc;
    color: #000;
}


.humane,
.humane-flatty { 
    width: 90%;
    left:5%;
}

/**********************     GENERAL     ******************************/
.hide {
    display:none!important;
}


.mtv-border {
    border: 1px solid #fff;
}


.mtv-error {
    color:#f00000;
}
.mtv-val-error {
   border: 1px solid red;
}


.mtv-anim-in{  -moz-animation: animateIn 0.5s;
    -o-animation: animateIn 0.5s;
    -webkit-animation: animateIn 0.5s;
    animation: animateIn 0.5s;
    margin-left:0;
}
.mtv-anim-out{-moz-animation: animateOut 0.7s;
    -o-animation: animateOut 0.7s;
    -webkit-animation: animateOut 0.7s;
    animation: animateOut 0.7s;
}


@-webkit-keyframes animateIn {
 0% {
     margin-left: -100%;
  }
  100% {
   margin-left: 0
  }
}
@-moz-keyframes animateIn {
   0% {
     margin-left: -100%;
  }
  100% {
   margin-left: 0
  }
}
@keyframes animateIn {
  0% {
     margin-left: -100%
  }
  100% {
   margin-left: 0
  }
}


@-webkit-keyframes animateOut {
 0% {
     /*margin-left: 0;*/
    
  }
  100% {
   margin-top: 200%;
  }
}
@-moz-keyframes animateOut {
    0% {
     /*margin-left: 0;*/
    
  }
  100% {
   margin-top: 200%;
  }
}
@keyframes animateOut {
  0% {
     /*margin-left: 0;*/
    
  }
  100% {
   margin-top: 200%;
  }
}








/* Large desktops and laptops */
@media (min-width: 1200px) {
    html{font-size:16px;}

    #myMtvApp .container {
        max-width: 1400px;
    }
    .mtv-streams-header { padding: 0 90px;}
    /*.suplements-content { text-align: right;}*/

    .suplements-content .container,
    .main-top .container,
    .mtv-menu-container .container{ max-width: 1300px !important;}

    .mtv-gradient-stripe img.arrow-icon {display:inline;}
    .mtv-gradient-stripe h4 {font-size: 1.5rem;}

    .tab-content { padding:20px 0 10px 0;}
    .mtv-gradient-stripe { height: 83px;}
    .mtv-menu-item { padding: 0;}
    .tab-content > .content { width: 80%; margin: 0 auto; }
    
    a.btns-theme-1,
    .btns-theme-1 {
         /*width: 390px;*/
    }
    

    .badge.mtv-badge {
        top: -12px;
        margin-left: 0;
    }
    
    .humane,
    .humane-flatty { 
        width: 40%;
        left:30%;
    }
}

@media (min-width: 576px) {
    a.btns-theme-1,
    .btns-theme-1{}
}

@media (max-width: 1199px) {
    
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
    
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    


}
@media (min-width: 768px){
    .mtv-menu-container.add-20 .col-md-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Landscape phones and portrait tablets .col-xs- */
@media (max-width: 767px) 
{
    
    body > .container-fluid{  padding: 0 13px;}
    
   

    /*.mtv-gradient-stripe img.arrow-icon {display:none;}*/
    /*.mtv-gradient-stripe img.oslo*/
    
    
    
    #mtv-main .mtv-right {padding-left:15px;}
    
    
    .mtv-links {display:none;}
    .mtv-left {margin-bottom:15px;}

    


}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    body > .container-fluid {
        padding: 0 7px;
    }

    
    
  

    #mtv-main .mtv-right {padding-left:15px;}
    
    
    .mtv-links {display:none;}
    .mtv-left {margin-bottom:15px;}



    .mtv-divider > .text > * {
        font-size:11px;
    }

    .mtv-slide {
        width:100%;
    }

}




