.etr-bggreen,
.etr-bggreen a,
.etr-bggreen b a {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}
.etr-bgred,
.etr-bgred a,
.etr-bgred b a {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.etr-bgyellow,
.etr-bgyellow a
.etr-bgyellow b a {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.etr-blue-font {
  color: #1D92AF !important;
}

.etr-bgheaderdefault {
  background-color: #F5F5F5 !important;
}

.etr-bgdefault {
  background-color: #ffffff !important;
}

.etr-badge {
  display: block;
  padding: 2.5px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: normal;
  background-color: #777;
  border-radius: 50%;
  max-width: 25px;
  margin-top: -35px;
  margin-left: 90px;
}

.etr-channel-logo {
  width:45px;
}

.etr-nowrap {
  white-space: nowrap;
}

.etr-separator:hover >td {
  background: #f1f1f1 !important;
}

.etr-separator {
  height: 30px;
}

.etr-margin-bottom {
  margin-bottom: 0;
}

.etr-borderless td, .etr-borderless th {
  border: none !important;
}

.etr-snapshot-borders {
  border-radius: 7px;
  box-shadow: 3px 3px 1px #ccc;
  -webkit-box-shadow: 3px 3px 1px #ccc;
  -moz-box-shadow: 3px 3px 1px #ccc;
    max-width: 176px;
}

/*MD*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
  

  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .etr-fontforXS {
    font-size:9px !important;
  }
  
  .etr-imgforXS {
    max-width:50px;
  }

  .etr-badge {
    
    display: inline-block;
    padding: 2.5px 5px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #777;
    border-radius: 10px;
    max-width: 20px;
    float: right;
    margin-top: -3px;
    margin-left: 0 !important;
  }
  
  .etr-separator {
    height: 5px !important;
  }
  
  .etr-channel-logo-tb {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  
  .etr-channel-logo-tb img {
    margin:20px 0;
  }

}

/* -------------------------------------*/
/*                                      */
/* ETR.DropDownDatabases                */
/*                                      */
/* ------------------------------------ */
.etr-databases-circle-red {
  text-align:right;
  color:#ff0000;
}

.etr-databases-circle-green {
  text-align:right;
  color:#00ff00;
}

/* -------------------------------------*/
/*                                      */
/* ETR.ForceToMaintenance               */
/*                                      */
/* ------------------------------------ */
.mmi-maintenance-db {
  padding: 7px 7px 7px 7px;
  cursor: pointer;
}

.mmi-maintenance-db:hover, .mmi-maintenance-db:focus  {
  
  color: #eeeeee;
  background-color: slategrey;
   -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* -------------------------------------*/
/*                                      */
/* ETR.DialogChannels                   */
/*                                      */
/* ------------------------------------ */
.etr-dlg-filter-channels > .modal-body > .container {  padding: 0; }

.etr-dlg-filter-channels-letter-area{ border-right: 1px solid #e5e5e5; text-align: center;}
.etr-dlg-filter-channels-letter-btn {  font-size: 11px; width: 40px; }
.etr-dlg-filter-channels-thumb-item { display: block; cursor: pointer; width:100%;margin-top:15px; }
.etr-dlg-filter-channels-thumb-item i { display: inline-block;}
.etr-dlg-filter-channels-thumb-item img { display: inline-block; width: 50px;}
.etr-dlg-filter-channels-thumb-item-remove { display: inline-block;  }
.etr-dlg-filter-channels-thumb-item-remove i { border: 1px solid #eeeeee;padding: 6px 10px; }

.etr-dlg-filter-channels { max-height: 640px; overflow-y: auto; margin-bottom: 15px; }
.etr-dlg-filter-channels div { display:inline-block; max-width: 100px; min-height: 70px; text-align: center; vertical-align: middle; margin: 2px 2px 2px 2px; }
.etr-dlg-filter-channels img { opacity: 0.3; cursor: pointer; margin-left: 10px; }
.etr-dlg-filter-channels .active { opacity: 1; border: 1px solid #626262; }
.etr-dlg-filter-channels .etr-badge { display: inline-block; line-height: 0.6; padding: 5px; position: absolute; bottom: 11px; margin: 0; right: 6px; }
.etr-dlg-filter-channels .textFromFilter { display:block; font-weight: bold; font-family: sans-serif; color: #798897; width: 90px; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; text-align: center; }

/* LG */
@media screen and (min-width : 1200px)  {
  .etr-dlg-filter-channels {  min-height: 640px; }
  .etr-dlg-filter-channels-letter-area{ min-height: 640px;}
  .etr-dlg-filter-channels-thumb-item { height: 335px; overflow: auto;}
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .etr-dlg-filter-channels-letter-area{ min-height: 480px;}
  .etr-dlg-filter-channels-letter-btn { width: 30px;}
  .etr-dlg-filter-channels-thumb-item { display: block; }
  .etr-dlg-filter-channels-thumb-item img { width: 35px;}
  .etr-dlg-filter-channels { min-height: 480px; max-height: 480px; }
  .etr-dlg-filter-channels .etr-badge { bottom: 8px; right: 6px; } 
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  .etr-dlg-filter-channels-letter-area{ min-height: 600px;}
  .etr-dlg-filter-channels-letter-btn { width: 30px; }
  .etr-dlg-filter-channels-thumb-item { display: block; }
  .etr-dlg-filter-channels-thumb-item img { width: 42px;}
  .etr-dlg-filter-channels { min-height: 600px; max-height: 600px;} 
  .etr-dlg-filter-channels .etr-badge { bottom: 13px; right: 8px; }  
}

/* SM LANDSCAPE */
@media (min-width: 768px) and (max-width: 991px) and (orientation:landscape) {
  .etr-dlg-filter-channels { max-height: 240px;}
  .etr-dlg-filter-channels-thumb-item img { width: 32px;}
  .etr-dlg-filter-channels-letter-area{ min-height: 240px;}
 }

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .etr-dlg-filter-channels-letter-area { display:none; }
  .etr-dlg-filter-channels { max-height: 380px; overflow-x:hidden;}
  .etr-dlg-filter-channels div { max-width: 110px; }
  .etr-dlg-filter-channels .etr-badge { bottom: 8px; right: 13px; }
  .etr-dlg-filter-channels .textFromFilter { width: 100px; }  
}

/*XS LANDSCAPE*/
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .etr-dlg-filter-channels { max-height: 200px; }
  
}

/* -------------------------------------*/
/*                                      */
/* ETR.DialogFilters                    */
/*                                      */
/* ------------------------------------ */
.etr-dlg-filter-calendar {
  min-height:240px;
}

.etr-dlg-filter-mobile {
  display: none;
}

.etr-dlg-filter-variables {
  /* min-height:240px; */
}

.etr-filter-variable, .etr-filter-variable:hover, .etr-filter-variable:focus  {
  
  background-color: #eeeeee;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px !important;
  border: none;
  color: #555555;
  margin-top: 1px;
  margin-right: 1px;
  width: 110px;
  
}

.etr-filter-variable.active{
  
  background-color: slategrey !important;
  color: #ffffff !important;
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {

  .etr-filter-variable {
    width: 160px;
  }
 
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .etr-filter-variable {
    width: 85px;
  }
  
}



/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
 
  .etr-dlg-filter-mobile {
    display: inline-block!important;
    position:absolute;
    width: 190px;
  }
  
  .etr-dlg-filter-targets .open>.dropdown-menu {
    margin: 0 !important;
    min-width: 100% !important;
  }
  
  .etr-dlg-filter-targets .multiselect-container > li > a {
    padding: 3px 5px !important;
    white-space: pre-line;
  }
  
  .etr-dlg-filter-calendar-div table>tbody>tr>td,
  .etr-dlg-filter-calendar-div table>tbody>tr>th,
  .etr-dlg-filter-calendar-div table>tfoot>tr>td,
  .etr-dlg-filter-calendar-div table>tfoot>tr>th,
  .etr-dlg-filter-calendar-div table>thead>tr>td,
  .etr-dlg-filter-calendar-div table>thead>tr>th {
    padding: 0 !important;
  }
  
  .etr-dlg-filter-variables-div table>tbody>tr>td,
  .etr-dlg-filter-variables-div table>tbody>tr>th,
  .etr-dlg-filter-variables-div table>tfoot>tr>td,
  .etr-dlg-filter-variables-div table>tfoot>tr>th,
  .etr-dlg-filter-variables-div table>thead>tr>td,
  .etr-dlg-filter-variables-div table>thead>tr>th {
    padding: 0 !important;
  }
  
}

/* -------------------------------------*/
/* ------------------------------------ */
/*                                      */
/* ETR.Controls.DialogDetailInvest      */
/*                                      */
/* ------------------------------------ */
.etr-spots-video {
  border-radius:15px;
  border: 1px solid #eeeeee;
  box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  max-height: 290px;
}


/* -------------------------------------*/
/* ------------------------------------ */
/*                                      */
/* ETR.DialogDetailProgram              */
/* ETR.DialogDetailBreak                */
/*                                      */
/* ------------------------------------ */
.etr-ctrl-dlg-detailtitle {
  position:absolute;
  top:20px;
  left:85px;
}

.etr-ctrl-dlg-detailevt {
  float: right;
  position: relative;
  margin-top: -40px;
}

.etr-ctrl-dlg-detailevt-modal > .modal-body > .container {
  padding: 0;
}

.etr-ctrl-dlg-detailevt-modal img {
  float:left;
  width: auto !important;
}

.etr-ctrl-dlg-detailevt-modal > h5 {
  position: relative;
  top: 15px;
  padding: 5px 0;
  text-align: left;
  width:80%;
}


.etr-ctrl-dlg-detailevt-btn-share {
  position: absolute;
  right: 40px;
  margin-top: -8px;
}

.etr-ctrl-dlg-detailevt-btn-share button {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  font-size: 19px;
}

.etr-ctrl-dlg-detailevt-btn-share button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.etr-ctrl-dlg-detailevt-btn-fav {
  font-size: 19px;
  position: absolute;
  right: 80px;
  top: 8px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.etr-ctrl-dlg-detailevt-btn-fav:hover {
  opacity: 0.5;
  color: #000;
}

.etr-ctrl-dlg-detailevt-btn-share-icon {
  
  float: right;
  margin-top: -6px;
  margin-right: -5px;
  margin-left: -11px;
  
}

.etr-ctrl-dlg-detailevt-btn-share-icon button {
  
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5;
  font-size: 19px;
  
}

.etr-ctrl-dlg-detailevt-btn-icon {
  float: right;
  color: #000;
  opacity: 0.5;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 5px 0px 5px;
}

.etr-ctrl-dlg-detailevt-btn-icon .mmifont-bookmark-add {
  font-size: 22px;
  padding: 0px 0px 0px 0px;
  margin-top: -9px;
  height: 18px;
}

.etr-ctrl-dlg-detailevt-btn-icon:hover, .etr-ctrl-dlg-detailevt-btn-icon:focus {
  opacity: 0.5;
  color: #000;
}

.etr-ctrl-dlg-detailevt-table {
  max-height: 300px;
  overflow-y: auto;
}

.etr-ctrl-dlg-detailevt-table-snap {
  max-height: 640px;
  overflow-y: auto;
  margin-top: 15px;
}

.etr-ctrl-dlg-detailevt-table-snap-brk {
  max-height: 615px;
  min-height: 615px;
  overflow-y: auto;
  margin-top: 40px;
}

.etr-ctrl-dlg-detailevt-table-snap-secs {
  max-height: 625px;
  overflow-y: auto;
  margin-top: 15px;
}

.etr-ctrl-dlg-detailevt-table-snap-brk-secs {
  max-height: 600px;
  min-height: 600px;
  overflow-y: auto;
  margin-top: 40px;
}

.etr-ctrl-dlg-detailevt-table-audp {
  max-height: 640px;
  overflow-y: auto;
}

.etr-ctrl-dlg-detailevt-audp-chart-height {
  width: 200px;
  margin: 0 auto;
  height: 200px;
}

.etr-ctrl-dlg-detailevt-audp-square {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ff0000;
  vertical-align: middle;
  margin-right: 5px;
}

.etr-ctrl-dlg-detailevt-table-audp {
  max-height: 640px;
  overflow-y: auto;
}

.etr-ctrl-dlg-detailevt-table-audp-chart {
  width:210px;
}

.etr-ctrl-dlg-detailevt-table-audp th, .etr-ctrl-dlg-detailevt-table-audp td {
  padding-top: 5px !important;
  padding-right: 0px !important;
  padding-bottom: 5px !important;
  padding-left: 0px !important;
}

.etr-ctrl-dlg-detailevt-dropdown-targets {
  display: none;
}

.etr-ctrl-dlg-detailevt-chart-height {
  width: 100%;
  height: 300px;
}

.etr-ctrl-dlg-detail-pdf {
  min-height:200px;
}

.etr-ctrl-dlg-detail-itempdf, .etr-ctrl-dlg-detail-itempdf:hover, .etr-ctrl-dlg-detail-itempdf:focus {
  
  background-color: #eeeeee;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px !important;
  border: none;
  color: #555555;
  margin-top: 1px;
  margin-right: 1px;
  width: 100%;
  
}

.etr-ctrl-dlg-detail-itempdf.active{
  
  background-color: slategrey !important;
  color: #ffffff !important;
  
}

.etr-ctrl-dlg-detail-timeband-channel { white-space: nowrap; } 
.etr-ctrl-dlg-detail-timeband-channel > div { width:168px; display: inline-block; line-height: 50px;}
.etr-ctrl-dlg-detail-timeband-channel > div:first-child,
.etr-ctrl-dlg-detail-timeband-var >  div:first-child,
.etr-ctrl-dlg-detail-timeband-row-snap > div:first-child 
{ width:35px; display: inline-block; vertical-align: middle; }

.etr-ctrl-dlg-detail-timeband-var { white-space: nowrap; }
.etr-ctrl-dlg-detail-timeband-var > div { width:56px; display: inline-block; line-height: 25px; border: 1px solid #F5F5F5;}

.etr-ctrl-dlg-detail-timeband-row-snap { white-space: nowrap; line-height: 125px;}
.etr-ctrl-dlg-detail-timeband-row-snap > div {  width:168px; display: inline-block; border: 1px solid #F5F5F5; }
.etr-ctrl-dlg-detail-timeband-row-snap img { width: 140px; }

.etr-dlgvideo-video {
  border-radius:15px;
  border: 1px solid #eeeeee;
  box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #000000;
  width:100%;
  max-height:288px;
}

.etr-dlgvideo-button {
  width: 40px;
  margin: 2px 2px;
  
}

.etr-dlgvideo-button > div {
  font-size:8px;
  position:absolute;
  bottom:0px;
  right:6px;
}

/* LG */
@media screen and (min-width : 1200px) {
 
  .etr-ctrl-dlg-detailevt .nav-tabs {
    border: none;
  }
  
  .etr-ctrl-dlg-detailevt-target {
    max-height: 700px;
    overflow-y: auto;
    padding: 0;
    width: 12.666667%;
    margin-left: -20px;
  }
  
  .etr-ctrl-dlg-detailevt-panel {
    max-height: 300px;
    overflow-y: auto;
  }
  
  .etr-ctrl-dlg-detailevt-panel tbody tr td:hover {
    cursor: pointer !important;
  }
  
  .etr-ctrl-dlg-detailevt-advs {
    overflow-x:hidden;
  }
  
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {

  .etr-ctrl-dlg-detailevt-table-snap {
    max-height: 580px;
  }
  
  .etr-ctrl-dlg-detailevt-table-snap-brk {
    max-height: 580px;
    min-height: 580px;
  }
  
  .etr-ctrl-dlg-detailevt-table-snap-secs {
    max-height: 565px;
  }
  
  .etr-ctrl-dlg-detailevt-table-snap-brk-secs {
    max-height: 565px;
    min-height: 565px;
  }
  
  .etr-ctrl-dlg-detailevt-table-audp {
    max-height: 580px;
  }
  
  .etr-ctrl-dlg-detailevt-chart-height {
    height:200px;
  }
  
  .etr-ctrl-dlg-detailevt-target {
    margin-left:-30px;
    max-height:640px;
    overflow-y: scroll;
  }
  
  .etr-ctrl-dlg-detail-tabtitle {
    vertical-align: middle;
    width:40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }

  
  .etr-ctrl-dlg-detail-timeband-channel > div { width:129px; }
  .etr-ctrl-dlg-detail-timeband-var > div { width:43px; line-height: 20px;}
  .etr-ctrl-dlg-detail-timeband-row-snap {  line-height: 90px; }
  .etr-ctrl-dlg-detail-timeband-row-snap > div {  width:129px; }
  .etr-ctrl-dlg-detail-timeband-row-snap img { width: 110px; }
  
}

/* MD orientaion: landscape*/
@media screen and (min-width: 992px) and (max-width: 1200px) and (orientation:landscape) {

  .etr-ctrl-dlg-detail-tabtitle {
    width:20px;
  }
 
 
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
  .etr-ctrl-dlg-detailtitle {
    position:absolute;
    top:60px;
    left:10px;
  }
  
  .etr-ctrl-dlg-detailevt {
    margin-right:12px;
  }
  
  .etr-ctrl-dlg-detailevt-chart-height {
    height:250px;
  }
  
  .etr-ctrl-dlg-detailevt-target {
    margin: 0 10px 0 -40px;
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  .etr-ctrl-dlg-detail-tabtitle {
    vertical-align: middle;
    width:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
 
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
  
  .etr-ctrl-dlg-detailtitle {
    position:absolute;
    top:92px;
    left:10px;
  } 
  
  .etr-ctrl-dlg-detailevt {
    margin-top: -40px;
  }
  
  .etr-ctrl-dlg-detailevt-modal > h5 {
    top: -5px;
    width: 100%;
    display: inline-block;
  }
  
  .etr-ctrl-dlg-detailevt-modal .close {
    font-size: 31px;
    width: 10%;
  }
  
  .etr-ctrl-dlg-detailevt-btn-share {
    
    position: absolute;
    right: 45px;
    margin-top: -5px;
  }
  
  .etr-ctrl-dlg-detailevt-table-snap {
    max-height: none;
  }
  
  .etr-ctrl-dlg-detailevt-table-snap-brk {
    max-height: none;
  }
  
  .etr-ctrl-dlg-detailevt-table-snap-secs {
    max-height: none;
  }
  
  .etr-ctrl-dlg-detailevt-table-snap-brk-secs {
    max-height: none;
  }

  .etr-ctrl-dlg-detailevt-table-audp {
    max-height: none;
  }
  
  .etr-ctrl-dlg-detailevt-dropdown-targets {
    margin: 0 -15px;
  }
  
  #etr-dialogdetailprogram-content > div.tab-content {
    padding: 1px !important;
  }
  
  #etr-dialogdetailprogram-content > div.table-responsive {
    margin-bottom:5px;
  }
  
  .etr-ctrl-dlg-detailevt-advs-span {
    font-size:11px;
    vertical-align: middle;
    width:70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  
  .etr-ctrl-dlg-detail-pdf-div table>tbody>tr>td,
  .etr-ctrl-dlg-detail-pdf-div table>tbody>tr>th,
  .etr-ctrl-dlg-detail-pdf-div table>tfoot>tr>td,
  .etr-ctrl-dlg-detail-pdf-div table>tfoot>tr>th,
  .etr-ctrl-dlg-detail-pdf-div table>thead>tr>td,
  .etr-ctrl-dlg-detail-pdf-div table>thead>tr>th {
    padding: 0 !important;
  }
  
}


/* -------------------------------------*/
/*                                      */
/* ETR.Controls.Table                   */
/*                                      */
/* ------------------------------------ */
.etr-ctrl-table tbody tr td:nth-child(3) {
  white-space: nowrap;
}

.etr-ctrl-table tbody tr td i,
.etr-ctrl-table tbody tr td span i {
  font-size:12px;
}

.etr-ctrl-table .fa-caret-right {
    padding-right: 4px;
}

.etr-ctrl-table .etr-blue-font {
  margin-left: 3.5px;
}

/* LG */
@media screen and (min-width : 1200px) {
  
  .etr-ctrl-table .etr-ctrl-table-arrow {
    margin-left: -13.5px !important;
    padding-right: 5px !important;
  }
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
  .etr-ctrl-table tbody tr td:nth-child(3) {
    white-space: normal;
  }
  
  .etr-ctrl-table .badge {
    float: none !important;
  }
  
  .etr-ctrl-table .green-font,
  .etr-ctrl-table .red-font {
    padding-right: 0 !important;
    margin: 0;
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
  
  .etr-ctrl-table th > div { display: block; }
  
  .etr-ctrl-table .green-font,
  .etr-ctrl-table .red-font {
    display: inline;
  }
    
  .etr-ctrl-table tbody tr td {
    font-size:11px !important;
    white-space: pre-line!important;
    font-weight:bold;
  }
  
  .etr-ctrl-table>tbody>tr>td,
  .etr-ctrl-table>tbody>tr>th,
  .etr-ctrl-table>tfoot>tr>td,
  .etr-ctrl-table>tfoot>tr>th,
  .etr-ctrl-table>thead>tr>td,
  .etr-ctrl-table>thead>tr>th {
    padding: 4px 2px !important;
  }
  
}

/* ------------------------------------------*/
/*                                           */
/* ETR.Controls.SlideBandSelection           */
/*                                           */
/* ------------------------------------------*/
.etr-ctrl-slidebandselection-area { width: 72px; float: left; }
.etr-ctrl-slidebandselection-area > div:first-child {  padding-left: 15px; }
.etr-ctrl-slidebandselection-container { float:left; }
.etr-ctrl-slidebandselection-container table { width: 150px; margin-bottom: 0px;}
.etr-ctrl-slidebandselection-container td {  border: 0px !important; }
.etr-ctrl-slidebandselection-caption { font-size:12px; border:0; text-align: center; font-weight:bold; width:100%; color:#708090; padding-bottom: 0px; }
.etr-ctrl-slidebandselection-caption input { width:22px; font-size:12px !important;}
.etr-ctrl-slidebandselection-slider {  height:180px;  margin:0 auto;  margin-top:10px }
.etr-ctrl-slidebandselection-button {  width: 100%; }

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
 
  .etr-ctrl-slidebandselection-area { width: 100px; }
  .etr-ctrl-slidebandselection-area div:first-child { padding: 0px 0px 0px 0px;  }
  .etr-ctrl-slidebandselection-caption input { width:30px; text-align: center; }
  
}

/* -------------------------------------*/
/*                                      */
/* ETR.Controls.SingleChannelSelection  */
/* ETR.Controls.MultiChannelSelection   */
/*                                      */
/* ------------------------------------ */
.etr-multichan-items.ctrol-options li, .etr-multichan-items.ctrol-options li:hover, .etr-multichan-items.ctrol-options li:focus {
  
  background-color: #eeeeee;
  color: #555555;
}

.etr-multichan-items.ctrol-options li.active{
  
  background-color: slategrey !important;
  color: #ffffff !important;
}

.etr-ctrl-sngmulti-chan-sel-options {
  text-align: -webkit-center;
  text-align: -moz-center;
  padding:0;
  position: relative;
}

.etr-ctrl-sngmulti-chan-sel-options > label {
  float:right !important;
  clear:right;
  width: 100%;
  margin: 5px 0;
}

.etr-ctrl-sngmulti-chan-sel-options>.btn:first-child {
  margin-left:-1px;
}

.etr-ctrl-sngmulti-chan-sel-options > img {
  cursor: pointer;
  opacity: 0.3;
  display: block;
}
.etr-ctrl-sngmulti-chan-sel-options > img.active {
  opacity: 1;
}

.etr-ctrl-sngmulti-chan-sel-options > .btn {
  opacity: 0.5;
}
.etr-ctrl-sngmulti-chan-sel-options > .btn.active,
.etr-ctrl-sngmulti-chan-sel-options > .btn:focus,
.etr-ctrl-sngmulti-chan-sel-options > .btn:hover {
  opacity: 1;
}


.etr-ctrl-dlg-detailevt-targetmobile {
  max-height:300px;
  overflow:auto;
}

.etr-ctrl-sngmulti-chan-sel-button {  width: 100%; }

/*MD*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
 
  .etr-ctrl-sngmulti-chan-sel-options {
    margin: 0 5px;
  }
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
 
  .etr-ctrl-sngmulti-chan-sel-options {
    margin-right: 20px !important;
  }
  
  .etr-ctrl-sngmulti-chan-sel-options img{
    width: auto !important;
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
 
  .etr-ctrl-sngmulti-chan-sel-options {
    position:absolute;
    background:#fff;
    z-index:51;
    text-align:-webkit-center;
    text-align:-moz-center;
    padding:0;
  }
  
  .etr-ctrl-sngmulti-chan-sel-options img {
    /*display: inline-block;*/
  }
  
  .etr-ctrl-sngmulti-onechan {
    font-size:12px;
    margin-top:10px;
  }

  .etr-ctrl-timerangeselection-time-range {
    top: 76px;
    left: 12px!important;
    position: absolute;
    opacity: 0;
    display: none;
    z-index: 188;
  }
  
}
  


/* -------------------------------------*/
/*                                      */
/* ETR.Controls.SwiperChannelSelection  */
/*                                      */
/* ------------------------------------ */
.etr-ctrl-swpch-div {
  max-width: 100%;
  position: relative;
  min-height: 500px;
}

.etr-ctrl-swpch-div .col-xs-1 {
  min-width: 3.3333333%;
  width: 3.3333333%;
  padding:0;
}

.etr-ctrl-swpch-div .swiper-container {
  margin-left:0 !important;
  padding: 0;
}

.etr-ctrl-swpch-div .table-responsive {
  overflow: hidden;
}
  
.etr-ctrl-swpch-column {  
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  white-space: pre-line !important;
  display: inline-block !important;  
}

table[rel="etr-ctrl-swpch-inner-table"] {
  background-color: rgba(255,255,255,0.5);
  position: relative;
  z-index: 51;
  margin-bottom: 0;
}

.etr-ctrl-swpch-column-band {
  border: 0px solid #e8e8e8;
  margin: 0 0 20px 0;
  display: inline-table !important;
  text-align: center;
  white-space: pre-wrap !important;
}

.etr-ctrl-swpch-column-band thead tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.etr-ctrl-swpch-column-band > thead > tr {
  font-size: 0.9em;
  background-color: #f2f2f2;
}

.etr-ctrl-swpch-column-band>tbody>tr>td,
.etr-ctrl-swpch-column-band>tbody>tr>th,
.etr-ctrl-swpch-column-band>tfoot>tr>td,
.etr-ctrl-swpch-column-band>tfoot>tr>th,
.etr-ctrl-swpch-column-band>thead>tr>td,
.etr-ctrl-swpch-column-band>thead>tr>th {
  padding:0px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  font-weight: 700;
}
 
.etr-ctrl-swpch-column-img{
  padding:0;
  margin:0 auto;
  width: auto !important;
}

.etr-ctrl-swpch-column-white {
  background: white;
}

.etr-ctrl-swpch-column-responsive {
  position: relative;
  z-index:10;
  padding: 0 !important;
  overflow: hidden;
  display: inline-block;
}

.etr-ctrl-swpch-chart {
  width:100%;
  float: left;
  position: absolute;
  white-space: nowrap;
  z-index: 0;
}

.etr-ctrl-swpch-inner-table tbody tr td {
  text-align: center;
  font-size:11px;
  padding: 0;
}

.etr-ctrl-swpch-row {
  background: white;
  border: 0;
}

.etr-ctrl-swpch-header {
  padding: 0 !important;
  margin: 0 !important;
}

.etr-ctrl-swpch-header tbody tr td {
  border: 0 !important;
  padding: 0 5px !important;
  text-align: right !important;
}

.etr-ctrl-swpch-header tbody tr td:first-child {
  text-align: left !important;
}

.etr-ctrl-swpch-arrow {
  display: none;
}

.etr-grid-label-font {
  font-size: 11px;
  padding: 2px 2px 2px 2px;
}

.etr-grid-col-xs-11 {
  width: 95.666667%;
}

/* LG */
@media screen and (min-width : 1200px) {
 
  .etr-grid-col-xs-11 {
    width: 96.666667%;
  }
 
  .etr-ctrl-swpch-div .col-xs-1 {
    width:3.33333333%;
  } 
 
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-grid-col-xs-11 {
    width: 93.666667%;
  }
  
  .etr-ctrl-swpch-div .col-xs-1 {
    min-width: 6.333333%;
  }
  
  .etr-ctrl-swpch-column-band {
    margin: 0 12px;
  }
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
 
  .etr-grid-col-xs-11 {
    width: 85.666667%;
  }
 
  .etr-ctrl-swpch-div .col-xs-1 {
    width: 6.333333%;
    padding: 0;
  }
  
  .etr-ctrl-swpch-div .swiper-slide {
    max-width: 50%;
  }
  
  .etr-ctrl-swpch-column {
    max-width: 60% !important;
    
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
  
  .etr-grid-col-xs-11 {
    width: 91.666667%;
  }
  
  .etr-ctrl-swpch-div .swiper-slide {
    width: 100%;
  }
  
  .etr-ctrl-swpch-div .col-xs-1 {
    width:8.33333333%;
  }
  
  .etr-ctrl-swpch-column {
    padding:0!important;
    text-align: center;
    margin: 0;
  }
  
  .etr-ctrl-swpch-column-band {
    position:absolute;
    z-index:19;
    background-color: #f2f2f2;
    border-bottom-color: #f8f8f8;
    padding:19px 0;
    left:0;
    font-size: 11px !important;
    clear: both;
  }
  
  .etr-ctrl-swpch-column-band thead tr th {
    background-color: #f2f2f2;
  }
  
  .etr-ctrl-swpch-column-responsive {
    width:100%;
  }
  
  .etr-ctrl-swpch-inner-table tbody tr td {
    padding: 5px 0;
  }
  
  .etr-ctrl-swpch-column-img {
    padding:0;
  }

  .etr-ctrl-swpch-arrow {
    position: fixed;
    display: block;
    z-index:50;
  }
  
  .etr-ctrl-swpch-arrow-left {
    left:0;
  }
  .etr-ctrl-swpch-arrow-right {
    right:0;
  }


}

/* XS landscape */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {

  .etr-grid-col-xs-11 {
    width: 90%;
  }
  
  .etr-ctrl-swpch-div .swiper-slide {
    max-width: 34%;
  }
  .swiper-wrapper {
    overflow: unset;
  }
  
  .etr-ctrl-swpch-arrow {
    display: none;
  }

 
}

@media screen and (min-width: 320px) and (max-width: 568px) and (orientation:landscape) {

  .etr-ctrl-swpch-div .swiper-slide {
    max-width: 50%;
  }
  
}


/* ------------------------------------------*/
/*                                           */
/* ETR.DailyOverview.Overview.ByVariable     */
/*                                           */
/* ------------------------------------------*/
.etr-dailyoverview-byvariable-max {
  font-size:14px;
  font-weight:100;
  padding: 0;
  margin:0;
}

.etr-dailyoverview-byvariable-min {
  font-size:11px;
  font-weight:100;
  padding: 0;
  margin:0;
}

.etr-dailyoverview-byvariable-tooltip {
  background-color: #ffffff;
  width:250px;
  border: 0 !important;
}

.etr-dailyoverview-byvariable-tooltip thead tr th,
.etr-dailyoverview-byvariable-tooltip tbody tr td {
  background-color: #ffffff;
  border:0;
  padding: 0;
}

/* --------------------------------------------*/
/*                                             */
/* ETR.DailyOverview.Overview.ProgramHighlight */
/*                                             */
/* --------------------------------------------*/
.etr-dailyoverview-programhighlight-table .etr-red {
  background-color: #d9534f;
}

.etr-dailyoverview-programhighlight-table .etr-green {
  background-color: #5cb85c;
}

.etr-dailyoverview-programhighlight-alert {
  padding:0;
  font-size:8px;
}

.etr-dailyoverview-programhighlight-table .etr-new {
  background-color:#ffac52;
}

/* LG */
@media screen and (min-width : 1200px) {
  
  .etr-dailyoverview-programhighlight-table .badge {
    display: inline;
    margin-left: 5px;
  }
  
  .etr-dailyoverview-programhighlight-table .etr-new {
    float: none;
  }
  
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-dailyoverview-programhighlight-table .badge {
    display: inline;
    margin-left: 5px;
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
 
  .etr-dailyoverview-programhighlight-table .badge{
    float: none !important;
    display: list-item;
    list-style: none;
    width: 20px;
    text-align: center;
    margin: 0 auto;
  }
  
  .etr-dailyoverview-programhighlight-alert {
    float: none !important;
  }
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
  .etr-dailyoverview-programhighlight-table .badge {
    display: inline;
    margin-left: 5px;
  }
  
  .etr-dailyoverview-programhighlight-alert {
    float: none !important;
  }
  
}

/* ------------------------------------------*/
/*                                           */
/* ETR.DailyOverview.RatingCurve.DailyScroll */
/*                                           */
/* ------------------------------------------*/
.etr-dailyoverview-ratingcurve-card {
  border: 1px solid lightgray;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  text-align: center;
  padding: 15px;
  display: inline-block;
  text-decoration: none !important;
}

.etr-dailyoverview-ratingcurve-card table>tbody>tr>td,
.etr-dailyoverview-ratingcurve-card table>tbody>tr>th,
.etr-dailyoverview-ratingcurve-card table>tfoot>tr>td,
.etr-dailyoverview-ratingcurve-card table>tfoot>tr>th,
.etr-dailyoverview-ratingcurve-card table>thead>tr>td,
.etr-dailyoverview-ratingcurve-card table>thead>tr>th {
  border-top: 0px;
}

.etr-dailyoverview-ratingcurve-table {
  width: 100%;
}

.etr-dailyoverview-ratingcurve-table table {
  width: 100%;
  font-weight: bold;
}

.etr-dailyoverview-ratingcurve-table td {
  white-space: nowrap;
}

.etr-dailyoverview-ratingcurve-snap .ProgramDesc {
  font-size:11px;
  vertical-align: middle;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.etr-dailyoverview-ratingcurve-snap:hover {
  cursor: pointer;
  /*outline:rgba(112, 128, 144, .2) solid 1px;*/
}

.etr-dailyoverview-ratingcurve-img {
  padding:5px 0 20px 0;
}
/* LG */
@media screen and (min-width : 1200px) {
 
  .etr-dailyoverview-ratingcurve-card{
    width:100%;
  }
  
  .etr-dailyoverview-ratingcurve-snap img {
    max-width: 163px;
    width:100%;
  }
  
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-dailyoverview-ratingcurve-card {
    width: 100%;
  }
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
  .etr-dailyoverview-ratingcurve-card {
    width:100%;
  }
  
}

/*XS*/
@media screen and (min-width: 320px) and (max-width: 767px) {

  .etr-dailyoverview-ratingcurve-card {
    padding: 5px !important;
    display:block;
  }
  
  .etr-dailyoverview-ratingcurve-snap .ProgramDesc {
    width: auto !important;
  }
  
  .etr-dailyoverview-ratingcurve-snap img {
    width: auto !important;
  }
  
}

/* ------------------------------------------*/
/*                                           */
/* ETR.DailyOverview.AudByChannels           */
/*                                           */
/* ------------------------------------------*/
.etr-channel-logo-audbychan {
  
  width:45px;
  
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-channel-logo-audbychan {
    max-width: 65px;
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
 
  .etr-channel-logo-audbychan {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    margin:20px 0;
    width:56px;
  }
}


/* ------------------------------------------*/
/*                                           */
/* ETR.MyFavourites                          */
/*                                           */
/* ------------------------------------------*/
.etr-myfav-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 338px;
}

.etr-myfav-card .title {
  white-space: nowrap;
  display: inline-block;
}

.etr-myfav-card h4 {
  vertical-align: middle;
  margin: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 430px;
}

.etr-myfav-card .etr-myfav-card-buttons {
  display:block;
  position: relative;
  z-index: 20;
}
  
.etr-myfav-card-button, .etr-myfav-card-button:focus {
  background: transparent;
  border: 0;
  color: #000;
  opacity:.2;
  display: inline-block;
  vertical-align: middle;
  font-size:20px;
}

.etr-myfav-card-button:hover {
  background: transparent;
  border: 0;
  color: #000;
  opacity: .5;
}

.etr-myfav-card .etr-myfav-card-values {
  margin: 50px 0;
  display:block;
  float: left;
  padding: 0 20px;
}

.etr-myfav-card .etr-myfav-card-values span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: right;
  font-size: 3em;
}

.etr-myfav-card-season:after {
  /*content: "\e906";
  font-family: 'mmifont';
  */
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 200px;
  color: rgba(196,227,243,.2);
  top: -20%;
  left: 10%;
  z-index: 1;
}

.etr-myfav-card-season .etr-myfav-card-div {
  background-color: #FFF;
  color: #2574A9;
}

.etr-myfav-card-div {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 15px 0;
  white-space: nowrap;
}

.etr-myfav-card-div .date {
  font-size: 1em !important;
  font-weight: normal;
  padding-right: 5px;
}

.etr-myfav-card-snap .thumbnail {
  margin:20px 0;
  position: relative;
}

.etr-myfav-card-snap .thumbnail-date {
position: absolute;
  transform: rotate(270deg);
  top: 40px;
  left: -21px;
  background: #ffffff;
  filter: alpha(opacity=20);
  opacity: .5;
  color: #000000;
  /*border-radius: 0px 0px 5px 0px;*/
  padding-left: 3px;
  padding-right: 3px;
}


.etr-myfav-card-snap .etr-myfav-card-snap-best {
  float: left; 
}

.etr-myfav-card-snap .etr-myfav-card-snap-worst {
  float: left;
}
  

.etr-myfav-card-snap-table {
  max-height: 640px;
  overflow-y: auto;
}

.etr-myfav-card-bookmark {
  font-size:30px;
}

/* LG */
@media screen and (min-width : 1200px) {
  
  .etr-myfav-card h4{
    width: 500px;
  }
  
  .etr-myfav-card-snap-best, .etr-myfav-card-snap-worst {
    padding:0 5px;
  }
  
  .etr-myfav-card .etr-myfav-card-values span {
    font-size: 1.4em;
  }
  
  .etr-myfav-card .etr-myfav-card-values i {
    font-size: 20px;
    margin-left: 10px;
  }
  
  .etr-myfav-card-season:after {
    left: 30%;
    top:40%;
    font-size: 100px;
  }
  
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-myfav-card-values .col-xs-4 {
    padding:0 5px;
  }
  
  .etr-myfav-card{
    max-height: 383px;
  }
  
  .etr-myfav-card .etr-myfav-card-values i {
    font-size:20px;
  }
  
  .etr-myfav-card h4 {
    width:450px;
    font-size: 1.2em;
  }
  
  .etr-myfav-card .etr-myfav-card-values span {
    font-size: 1.4em;
  }
  
  .etr-myfav-card-season:after {
    
    font-size: 110px;
    top: 0%;
    left: 20%;
  }
  
  .etr-myfav-card-snap-table {
    max-height: 580px;
  }
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
  .etr-myfav-card {
    max-height: 383px;
  }
  
  .etr-myfav-card h4 {
    width: 400px;
    font-size: 1.05em;
  }
  
  .etr-myfav-card .etr-myfav-card-values span {
    font-size: 1.4em;
  }
  
  .etr-myfav-card-season:after {
    font-size: 110px;
    top: 0%;
    left: 20%;
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .etr-myfav-help .etr-myfav-card-div {
    white-space: pre-wrap;
    text-align: right;
  }
  
  .etr-myfav-card-div {
    text-align: center;
  }
  
  .etr-myfav-card {
    max-height: 653px;
  }
  
  .etr-myfav-card h4 {
    width: 120px;
    font-size: 1.05em;
  }
  
  .etr-myfav-card-div .date {
    margin-bottom: 6px;
  }
  
  .etr-myfav-card .etr-myfav-card-values {
    margin: 0 auto;
  }
  
  .etr-myfav-card .list-inline {
    margin: 0 auto;
  }
  
  .etr-myfav-card-snap {
    overflow-x:hidden;
  }
  
  .etr-myfav-card-snap-best .table-responsive, .etr-myfav-card-snap-worst .table-responsive{
    margin-bottom: 0;
  }
  
  .etr-myfav-card .etr-myfav-card-values span {
    font-size: 1.4em;
    padding: 0 5px;
  }
  
  .etr-myfav-card-season:after {
    font-size: 110px;
    top: 0;
    left: 0;
  }
  
}


/* ------------------------------------------*/
/*                                           */
/* ETR.Typologies                            */
/*                                           */
/* ------------------------------------------*/
.etr-typologies-level-empty {
  width: 30px;
}

.etr-typologies-level-cellempty td {
  background-color: #f9f9f9 !important;
  border-top: 0px !important;
}

.etr-typologies-level-0 {
  background-color: #cccccc;
  height: 41px;
}

.etr-typologies-level-1 {
  background-color: #dddddd;
  height: 41px;
}

.etr-typologies-level-2 {
  background-color: #eeeeee;
  height: 41px;
}

.etr-typologies-level-prg td {
  height: 41px;
  padding-left: 5px !important;
}

.onoffswitch .onoffswitch-inner.etr-typologies-level-0-onoffswitch-inner:before {
  content: "Lvl 1";
  background-color: #626262;
}
.onoffswitch .onoffswitch-inner.etr-typologies-level-0-onoffswitch-inner:after {
  content: "Lvl 1";
}

.onoffswitch .onoffswitch-inner.etr-typologies-level-1-onoffswitch-inner:before {
  content: "Lvl 2";
  background-color: #626262;
}

.onoffswitch .onoffswitch-inner.etr-typologies-level-1-onoffswitch-inner:after {
  content: "Lvl 2";
}

.onoffswitch .onoffswitch-inner.etr-typologies-level-2-onoffswitch-inner:before{
  content: "Lvl 3";
  background-color: #626262;
}

.onoffswitch .onoffswitch-inner.etr-typologies-level-2-onoffswitch-inner:after {
  content: "Lvl 3"; 
}

.onoffswitch .onoffswitch-inner.etr-typologies-level-prg-onoffswitch-inner:before {
  content: "Prg";
  background-color: #626262;
}
.onoffswitch .onoffswitch-inner.etr-typologies-level-prg-onoffswitch-inner:after {
  content: "Prg"; 
}

.onoffswitch .onoffswitch-inner.etr-typologies-level-grp-onoffswitch-inner:before {
  font-family: FontAwesome;
  content: "\f065";
  background-color: #626262;
}
.onoffswitch .onoffswitch-inner.etr-typologies-level-grp-onoffswitch-inner:after {
  font-family: FontAwesome;
  content: "\f065";
}


.onoffswitch-label.etr-typologies-level-0-onoffswitch-label,
.onoffswitch-label.etr-typologies-level-1-onoffswitch-label,
.onoffswitch-label.etr-typologies-level-2-onoffswitch-label,
.onoffswitch-label.etr-typologies-level-prg-onoffswitch-label,
.onoffswitch-label.etr-typologies-level-grp-onoffswitch-label {
  margin-bottom: -6px;
}

.onoffswitch.etr-typologies-level-0-onoffswitch,
.onoffswitch.etr-typologies-level-1-onoffswitch,
.onoffswitch.etr-typologies-level-2-onoffswitch,
.onoffswitch.etr-typologies-level-prg-onoffswitch,
.onoffswitch.etr-typologies-level-grp-onoffswitch {
  display:inline-block;
  margin-left: 5px;
}

.etr-typologies-level-checkbox {
  position: absolute;
  top: 6px;
  left: 155px;
  right: auto;
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
  
  .etr-typologies-level-checkbox {
    
    position: absolute;
    top: 42px;
    left: auto;
    right: 10px;
    
  }
  
  .onoffswitch .onoffswitch-inner.etr-typologies-level-0-onoffswitch-inner:before {
    content: "1";
    background-color: #626262;
  }
  .onoffswitch .onoffswitch-inner.etr-typologies-level-0-onoffswitch-inner:after {
    content: "1";
  }
  
  .onoffswitch .onoffswitch-inner.etr-typologies-level-1-onoffswitch-inner:before {
    content: "2";
    background-color: #626262;
  }
  
  .onoffswitch .onoffswitch-inner.etr-typologies-level-1-onoffswitch-inner:after {
    content: "2";
  }
  
  .onoffswitch .onoffswitch-inner.etr-typologies-level-2-onoffswitch-inner:before{
    content: "3";
    background-color: #626262;
  }
  
  .onoffswitch .onoffswitch-inner.etr-typologies-level-2-onoffswitch-inner:after {
    content: "3"; 
  }
  
  .onoffswitch.etr-typologies-level-0-onoffswitch,
  .onoffswitch.etr-typologies-level-1-onoffswitch,
  .onoffswitch.etr-typologies-level-2-onoffswitch,
  .onoffswitch.etr-typologies-level-grp-onoffswitch {
    width:40px;
    border-radius: 10px;
  }
  
}

/* ------------------------------------------*/
/*                                           */
/* ETR.ProgramsGrid                          */
/* ETR.ProgramsGridPeriod                    */
/* ETR.ProgramsGridDetail                    */
/* ETR.BreaksGrid                            */
/* ETR.BreaksGridMX                          */
/*                                           */
/* ------------------------------------------*/
.etr-programsgrid-content {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}

.etr-typologiesdescfont {
  width: 180px !important;
  font-size:10px;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.etr-programsgrid-desc .etr-programsgrid-descfont {
  width: 160px;
  font-size:11px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.etr-programsgrid-nopadding {
  padding: 0 !important;
  white-space: nowrap;
}
.etr-programsgrid-new {
  animation: jiggle 0.3s infinite;
  -webkit-animation: jiggle 0.3s infinite;
  -moz-animation: jiggle 0.3s infinite;
  color: #d9534f;
  padding:5px;
  display: inline-block;
}

.etr-programsgrid-new .etr-new {
  background-color: #ffac52;
}

.etr-programsgrid-timelength .mmi-margin-icons {
  margin:0 2px !important;
}

.etr-programsgrid-timelength .label {
  border: 1px solid #fff;
}


.etr-programsgrid-font-default {
  color:#777;
}

.etr-programsgrid-font-primary {
  color:#337ab7;
}

.etr-programsgriddetail-content, .etr-breaksgridmx-content, .etr-programsgriddetailperiod-content {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}

.etr-programsgridperiod-datearea .alert, .etr-programsgriddetailperiod-datearea .alert {
  margin-bottom: 0;
  padding: 5px;
}
.etr-programsgriddetail-div, .etr-breaksgridmx-div, .etr-programsgriddetailperiod-div {
  max-width: 100%;
  position: relative;
}

.etr-programsgriddetail-div .col-xs-1, .etr-breaksgridmx-div .col-xs-1, .etr-programsgriddetailperiod-div .col-xs-1 {
  min-width: 3.3333333%;
  width: 3.3333333%;
  padding:0;
}

.etr-programsgriddetail-div .swiper-container, .etr-breaksgridmx-div .swiper-container, .etr-programsgriddetailperiod-div .swiper-container {
  margin-left:0 !important;
  padding: 0;
}

.etr-programsgriddetail-div .table-responsive, .etr-breaksgridmx-div .table-responsive, .etr-programsgriddetailperiod-div .table-responsive {
  overflow: hidden;
}


.etr-programsgrid-rowbandheight, .etr-programsgriddetail-rowbandheight, .etr-breaksgridmx-rowbandheight, .etr-programsgriddetailperiod-rowbandheight {
  height:53px;
}

.etr-programsgriddetail-desc .etr-programsgriddetail-descfont, .etr-breaksgridmx-desc .etr-breaksgridmx-descfont, .etr-programsgriddetailperiod-desc .etr-programsgriddetailperiod-descfont {
  font-size: 11px;
  vertical-align: middle;
  width: 140px;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.etr-programsgrid-desc .etr-programsgrid-descfont-normal, .etr-programsgriddetail-desc .etr-programsgriddetail-descfont-normal, .etr-programsgriddetailperiod-desc .etr-programsgriddetailperiod-descfont-normal {
  white-space: normal;
}

/* --------------- */
/* PDF FIX - START */

/* LG */
@media screen and (min-width : 1200px) {
  
  .etr-ctrl-swpch-column-fix {
    margin-left: 1px;
    margin-right: 0px;
  }
  .etr-ctrl-swpch-column-fix > div {
    padding-left: 1px;
    padding-right: 0px;
  }
  
  .etr-ctrl-swpch-inner-table {
    width: 210px;
  }
  
}

.etr-grid-rowbandheightPDF {
  height: 45px;
  font-size: 9px !important;
}

/*---------------- */
/* GRID PROGRAMS   */
/* --------------- */

.etr-grid-PDFdesc .etr-grid-PDFdescfont {
  font-size: 10px;
  width: 140px;
}

.etr-grid-newPDF,
.etr-grid-font-defaultPDF,
.etr-grid-font-primaryPDF,
.etr-grid-timelengthPDF,
.etr-grid-headerPDF tbody tr td{
  font-size: 10px;
}
.etr-grid-newPDF {
  font-size: 8px;
  position: absolute;
  right: 5px;
  margin-top: 15px;
}

.etr-grid-label-PDF {
  font-size: 10px;
  line-height: 10px;
  padding: 0px 5px 0px 5px;
}

/*----------------------- */
/* GRID DETAIL PROGRAMS   */
/*----------------------- */

.etr-grid-PDFdesc2 .etr-grid-PDFdescfont2 {
  font-size: 9px;
  width: 80px;
}

.etr-grid-newPDF2,
.etr-grid-font-defaultPDF2,
.etr-grid-font-primaryPDF2,
.etr-grid-timelengthPDF2,
.etr-grid-headerPDF2 tbody tr td{
  font-size: 9px;
}
.etr-grid-newPDF2 {
  font-size: 8px;
  position: absolute;
  right: 5px;
  margin-top: 15px;
}

.etr-grid-label-PDF2 {
  font-size: 9px;
  line-height: 9px;
  padding: 0px 2px 0px 2px;
}

/* ------------- */
/* PDF FIX - END */
/* ------------- */

/* LG */
@media screen and (min-width : 1200px) {

  .etr-programsgriddetail-div .col-xs-1, .etr-breaksgridmx-div .col-xs-1, .etr-programsgriddetailperiod-div .col-xs-1 {
    width:3.33333333%;
  }
  
  .etr-breaksgrid-table-responsive .etr-programsgrid-desc .etr-programsgrid-descfont{
    width: 180px !important;
  }
  
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-programsgriddetail-div .col-xs-1, .etr-breaksgridmx-div .col-xs-1, .etr-programsgriddetailperiod-div .col-xs-1 {
    min-width: 6.333333%;
  }
 
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
 
  .etr-programsgriddetail-div .col-xs-1, .etr-breaksgridmx-div .col-xs-1, .etr-programsgriddetailperiod-div .col-xs-1 {
    width: 6.333333%;
    padding: 0;
  }
  
  .etr-breaksgrid-div .etr-grid-col-xs-11 {
    width: 93.666667%;
  }
    
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
  
  .etr-programsgrid-content {
    width:100%;
  }
  
  .etr-programsgriddetail-content, .etr-breaksgridmx-content, .etr-programsgriddetailperiod-content {
    width:50%;
  }
  
  .etr-programsgrid-descfont {
    font-size:11px;
    vertical-align: middle;
    width:200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    
  }
  
  .etr-programsperiod-div {
    position: relative;
    padding: 0 5px;
    overflow-y: auto;
  }
  
  .etr-programsgriddetail-div .swiper-slide, .etr-breaksgridmx-div .swiper-slide, .etr-programsgriddetailperiod-div .swiper-slide {
    width: 100%;
  }
  
  .etr-programsgriddetail-div .col-xs-1, .etr-breaksgridmx-div .col-xs-1, .etr-programsgriddetailperiod-div .col-xs-1 {
    width:8.33333333%;
  }
  
  .etr-programsgriddetail-div, .etr-breaksgridmx-div, .etr-programsgriddetailperiod-div {
    overflow-y: hidden !important;
  }
  
  .etr-programsgriddetail-rowbandheight, .etr-breaksgridmx-rowbandheight, .etr-programsgriddetailperiod-rowbandheight {
    height:60px;
  }
  
  .etr-programsgriddetail-desc .etr-programsgriddetail-descfont, .etr-breaksgridmx-desc .etr-breaksgridmx-descfont, .etr-programsgriddetailperiod-desc .etr-programsgriddetailperiod-descfont {
    width: 100px;  
  }
  
  .etr-breaksgrid-table-responsive{
    display: inline-table;
  }
  
  .etr-breaksgrid-table-responsive .etr-programsgrid-descfont{
    width: 190px !important;
  }
  
  .etr-breaksgrid-table .shr-MMI{
    width:5%;
  }
   
}

/* XS landscape */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {

  .etr-programsgriddetail-div .swiper-slide, .etr-breaksgridmx-div .swiper-slide, .etr-programsgriddetailperiod-div .swiper-slide {
    width: 40%;
  }
  
}

@media screen and (min-width: 320px) and (max-width: 568px) and (orientation:landscape) {

  .etr-programsgriddetail-div .swiper-slide, .etr-breaksgridmx-div .swiper-slide, .etr-programsgriddetailperiod-div .swiper-slide {
    width: 50%;
  }
  
}

/* ------------------------------------------*/
/*                                           */
/* ETR.DailyTimeBands                        */
/*                                           */
/* ------------------------------------------*/
.etr-dailytimebands-slideband {
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
}

.etr-dailytimebands-table {
  min-height: 500px;
}

.etr-dailytimebands-table .green,
.etr-dailytimebands-table .green a {
  color: #3c763d;
  background-color: #dff0d8 !important;
}

.etr-dailytimebands-table .red,
.etr-dailytimebands-table .red a {
  color: #a94442;
  background-color: #f2dede !important;
}
.etr-dailytimebands-table>tbody>tr>td,
.etr-dailytimebands-table>tbody>tr>th,
.etr-dailytimebands-table>tfoot>tr>td,
.etr-dailytimebands-table>tfoot>tr>th,
.etr-dailytimebands-table>thead>tr>td,
.etr-dailytimebands-table thead>tr>th {
  padding:3px !important;
  white-space: nowrap;
}

.etr-dailytimebands-table>tbody>tr:last-child td{
  border-bottom: 1px solid #dddddd !important;
}

.etr-dailytimebands-table-desktop {
  display:none !important;
}

.etr-dailytimebands-table-desktop-ukr {
  display:none !important;
}

.etr-dailytimebands-variables {
  font-weight: 700;
  font-size: 9px !important;
}

.etr-dailytimebands-table-mobile {
  display: table !important;
}

.etr-dailytimebands-table-mobile-ukr {
  display: table !important;
}

.etr-dailytimebands-table-mobile table,
.etr-dailytimebands-table-mobile tr,
.etr-dailytimebands-table-mobile td,
.etr-dailytimebands-table-mobile th,
.etr-dailytimebands-table-mobile tbody,
.etr-dailytimebands-table-mobile thead,
.etr-dailytimebands-table-mobile tfoot {
  page-break-inside: avoid !important;
}

.onoffswitch .onoffswitch-inner.etr-dailytimebands-snap-onoffswitch-inner:before {
  font-family: FontAwesome;
  content: "\f03e";
  background-color: #626262;
}
.onoffswitch .onoffswitch-inner.etr-dailytimebands-snap-onoffswitch-inner:after {
  font-family: FontAwesome;
  content: "\f03e";
}

.onoffswitch-label.etr-dailytimebands-snap-onoffswitch-label {
  margin-bottom: -6px;
}

.onoffswitch.etr-dailytimebands-snap-onoffswitch {
  display:inline-block;
  margin-left: 5px;
  text-align: left;
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-dailytimebands-table img {
    max-width: 65px;
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .etr-dailytimebands-table {
    font-size: 11px !important;
  }
  
  .etr-dailytimebands-table thead tr th img {
    width:56px;
  }
  
  .etr-dailytimebands-table-desktop>tbody>tr>td,
  .etr-dailytimebands-table-desktop>tbody>tr>th,
  .etr-dailytimebands-table-desktop>tfoot>tr>td,
  .etr-dailytimebands-table-desktop>tfoot>tr>th,
  .etr-dailytimebands-table-desktop>thead>tr>td,
  .etr-dailytimebands-table-desktop thead>tr>th {
    padding: 0 !important;
  }
  
  .etr-dailytimebands-table-desktop {
    display:table !important;
  }
  
  .etr-dailytimebands-table-desktop-ukr {
    display:table !important;
  }
  
  .etr-dailytimebands-table-desktop tbody tr td {
    font-weight: 700;
  }
  
  .etr-dailytimebands-table-mobile {
    display:none !important;
  }
  
  .etr-dailytimebands-table-mobile-ukr {
    display:table !important;
  }
  
  .etr-dailytimebands-table-content {
    background-color: transparent !important;
    margin: 0px !important;
  }
  
   table.etr-dailytimebands-table-content tbody td {
    border: 0 !important;
   }
  
  .etr-dailytimebands-table-content > .info {
    padding: 0 !important;
  }
  
  .etr-dailytimebands-table-content>tbody>tr>td,
  .etr-dailytimebands-table-content>tbody>tr>th,
  .etr-dailytimebands-table-content>tfoot>tr>td,
  .etr-dailytimebands-table-content>tfoot>tr>th,
  .etr-dailytimebands-table-content>thead>tr>td,
  .etr-dailytimebands-table-content>thead>tr>th {
    padding: 0 !important;
  }
  
  .etr-dailytimebands-margin {
    margin-left: -12.5px;
  }
  
  .onoffswitch.etr-dailytimebands-snap-onoffswitch {
    width:40px;
    border-radius: 10px;
  }
  
}

/* ------------------------------------------*/
/*                                           */
/* ETR.PeriodTimeBands                       */
/*                                           */
/* ------------------------------------------*/
.etr-periodtimebands-slideband {
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
}

.etr-periodtimebands-table {
  min-height: 500px;
}
.etr-periodtimebands-table .green,
.etr-periodtimebands-table .green a {
  color: #3c763d;
  background-color: #dff0d8 !important;
}

.etr-periodtimebands-table .red,
.etr-periodtimebands-table .red a {
  color: #a94442;
  background-color: #f2dede !important;
}
.etr-periodtimebands-table>tbody>tr>td,
.etr-periodtimebands-table>tbody>tr>th,
.etr-periodtimebands-table>tfoot>tr>td,
.etr-periodtimebands-table>tfoot>tr>th,
.etr-periodtimebands-table>thead>tr>td,
.etr-periodtimebands-table thead>tr>th {
  padding:3px !important;
  white-space: nowrap;
}

.etr-periodtimebands-table>tbody>tr:last-child td{
  border-bottom: 1px solid #dddddd !important;
}

.etr-periodtimebands-table-desktop {
  display:none !important;
}

.etr-periodtimebands-variables {
  font-weight: 700;
  font-size: 9px !important;
}

.etr-periodtimebands-table-mobile {
  display: table !important;
}


/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-periodtimebands-table img {
    max-width: 65px;
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .etr-periodtimebands-table {
    font-size: 11px !important;
  }
  
  .etr-periodtimebands-table thead tr th img {
    width:56px;
  }
  
  .etr-periodtimebands-table-desktop>tbody>tr>td,
  .etr-periodtimebands-table-desktop>tbody>tr>th,
  .etr-periodtimebands-table-desktop>tfoot>tr>td,
  .etr-periodtimebands-table-desktop>tfoot>tr>th,
  .etr-periodtimebands-table-desktop>thead>tr>td,
  .etr-periodtimebands-table-desktop thead>tr>th {
    padding: 0 !important;
  }
  
  .etr-periodtimebands-table-desktop {
    display:table !important;
  }
  
  .etr-periodtimebands-table-desktop tbody tr td {
    font-weight: 700;
  }
  
  .etr-periodtimebands-table-mobile {
    display:none !important;
  }
  
  .etr-periodtimebands-table-content {
    background-color: transparent !important;
    margin: 0px !important;
  }
  
   table.etr-periodtimebands-table-content tbody td {
    border: 0 !important;
   }
  
  .etr-periodtimebands-table-content > .info {
    padding: 0 !important;
  }
  
  .etr-periodtimebands-table-content>tbody>tr>td,
  .etr-periodtimebands-table-content>tbody>tr>th,
  .etr-periodtimebands-table-content>tfoot>tr>td,
  .etr-periodtimebands-table-content>tfoot>tr>th,
  .etr-periodtimebands-table-content>thead>tr>td,
  .etr-periodtimebands-table-content>thead>tr>th {
    padding: 0 !important;
  }

  .etr-periodtimebands-margin {
    margin-left: -12.5px;
  }
  
}

/* ------------------------------------------*/
/*                                           */
/* ETR.TimeBandsComposition                  */
/*                                           */
/* ------------------------------------------*/
.etr-timebandscomposition-table tbody tr td{
  white-space: pre-line !important;
}

.etr-timebandscomposition-table tbody tr td span{
  vertical-align: middle !important;
}

.etr-timebandscomposition-table .red {
  color: #a94442;
  background-color: #f2dede;
}

.etr-timebandscomposition-table .green {
  color: #3c763d;
  background-color: #dff0d8;
}

.etr-timebandscomposition-table .yellow {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.etr-timebandscomposition-table thead tr th {
  padding:5px !important;
}

.etr-timebandscomposition-table > tbody > tr:hover > td,
.etr-timebandscomposition-table > thead > tr:hover > th {
  background-color: rgba(255,254,237,.7);
}

.etr-timebandscomposition-table>tbody>tr:last-child td{
  border-bottom: 1px solid #dddddd !important;
}

.etr-timebandscomposition-span {
  transform: translate(8px, 12px) rotate(270deg);
  width:45px;
  display:block;
  padding:0;
}

.etr-timebandscomposition-span:hover {
  background: transparent !important;
}

.etr-timebandscomposition-td {
  padding: 0 !important;
}

.etr-timebandscomposition-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
  
  .etr-timebandscomposition-table tbody tr td,
  .etr-timebandscomposition-table thead tr th {
    text-align: center;
    font-size:11px;
    padding:1px;
    font-weight:700;
  }
  
  .etr-timebandscomposition-table tbody tr td div {
    padding:5px;
  }
  
  .etr-timebandscomposition-table thead tr th {
    white-space: pre-line !important;
    font-size: 9px !important;
  }
  
  .etr-timebandscomposition-hidden {
    display: none;
  }
  
  .etr-timebandscomposition-div {
    position: relative;
    padding: 0 5px;
    overflow-y: auto;
  } 

}


/* ------------------------------------------*/
/*                                           */
/* ETR.ChannelsEvolution                     */
/*                                           */
/* ------------------------------------------*/
.etr-channelsevolution-icon { float: right;font-size:15px;padding: 0 5px; }
.etr-channelsevolution-xs-expand { font-size:15px;padding-left: 5px;width:17px; }
.etr-channelsevolution-xs-table { font-size:15px;padding: 5px 8px 5px 8px; }
.etr-channelsevolution-xs-chart { font-size:15px;padding: 5px 8px 5px 8px;display:none; }

.etr-channelsevolution-table .green,
.etr-channelsevolution-table .green a {
  color: #3c763d;
  background-color: #dff0d8 !important;
}

.etr-channelsevolution-table .red,
.etr-channelsevolution-table .red a {
  color: #a94442;
  background-color: #f2dede !important;
}

.etr-channelsevolution-table>tbody>tr>td,
.etr-channelsevolution-table>tbody>tr>th,
.etr-channelsevolution-table>tfoot>tr>td,
.etr-channelsevolution-table>tfoot>tr>th,
.etr-channelsevolution-table>thead>tr>td,
.etr-channelsevolution-table thead>tr>th {
  padding:3px !important;
  white-space: nowrap;
}

.etr-channelsevolution-table-desktop {
  display:none !important;
}

.etr-channelsevolution-variables {
  font-weight: 700;
  font-size: 9px !important;
}

.etr-channelsevolution-table-mobile {
  display: table !important;
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
 
  .etr-channelsevolution-table img {
    max-width: 65px;
  }
  
}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {
 
  .etr-channelsevolution-table {
    font-size: 11px !important;
  }
  
  .etr-channelsevolution-table thead tr th img {
    width:56px;
  }
 
  .etr-channelsevolution-table-desktop>tbody>tr>td,
  .etr-channelsevolution-table-desktop>tbody>tr>th,
  .etr-channelsevolution-table-desktop>tfoot>tr>td,
  .etr-channelsevolution-table-desktop>tfoot>tr>th,
  .etr-channelsevolution-table-desktop>thead>tr>td,
  .etr-channelsevolution-table-desktop thead>tr>th {
    padding: 0 !important;
  }
  
  .etr-channelsevolution-table-desktop{
    display:table !important;
  }
  
  .etr-channelsevolution-table-desktop tbody tr td {
    font-weight: 700;
  }
  
  .etr-channelsevolution-table-mobile {
    display:none !important;
  }
  
}

/* ------------------------ */
/* ETR.Controls.Alerts      */
/* ------------------------ */
.etr-ctrl-alerts { margin-bottom: 50px; }
.etr-ctrl-alerts-content { padding: 10px 0px 0px 10px; }
.etr-ctrl-alerts-buttons { padding: 10px 0px 0px 10px; }
.etr-ctrl-alerts-load-btn { border-color: #eeeeee; }

.etr-ctrl-alt-wildcard { padding: 0px 10px 0px 0px; }

.etr-ctrl-alt-footer-btn-left { display: inline-block; padding-bottom: 10px;}
.etr-ctrl-alt-footer-btn-left button { margin-right: 5px;  }

.etr-ctrl-alt-table { max-height: 300px; min-height: 300px; overflow-y: auto; border: 1px solid #cccccc; }
.etr-ctrl-alt-description {padding: 15px 10px 0px 0px; height: 70px; }
.etr-ctrl-alt-description span { padding: 0px 0px 0px 0px; }
.etr-ctrl-alt-description-span {font-size: 16px; color: #626262; }
.etr-ctrl-alt-btn-area { padding: 0px 10px 15px 10px; }
.etr-ctrl-alt-btn { margin-top: 1px;}
.etr-ctrl-alt-btn { text-align: left; }
.etr-ctrl-alt-item { border-bottom: 1px solid #eeeeee; vertical-align: middle; }
.etr-ctrl-alt-item-icon { width: 5px; }
.etr-ctrl-alt-item:hover { background-color: #FFFEED;}
.etr-ctrl-alt-item-btn { padding: 0px 10px 0px 10px; margin-left: 5px; float:right;}
.etr-ctrl-alt-item-ckb { margin-top: 6px; width:100%;}
.etr-ctrl-alt-item-ckb img { max-height: 22px; margin-left: 2px; }
.etr-ctrl-alt-item-ckb-disabled input[type="checkbox"]:checked + span:before {  color: #626262; background-color: #626262;  border-color: #626262; }
.fancy-checkbox.etr-ctrl-alt-item-ckb input[type="checkbox"]:checked + span:before { color: #ffffff; background-color: #626262; border-color: #626262; }

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
  .etr-ctrl-alerts-load-modal-body {
    margin-top: 0px;
  }
  
  .etr-ctrl-alt-table{ min-height: inherit;  border: 0px; }

}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .etr-ctrl-alerts-content { padding: 0px 0px 0px 0px; }
  .etr-ctrl-alerts-buttons { padding: 0px 0px 0px 0px; }

  .etr-ctrl-alt-table{ min-height: inherit;  border: 0px;}
  .etr-ctrl-alt-table.container { padding: 0px; margin: 0px;}
  .etr-ctrl-alt-item span { width: 240px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .etr-ctrl-alt-item-btn { float: none; }
  .etr-ctrl-alt-item-ckb { width: auto; }
  
}

/* ------------------------ */

.etr-ctrl-flt-table { max-height: 300px; min-height: 300px; overflow-y: auto; border: 1px solid #cccccc; }
.etr-ctrl-flt-description {padding: 15px 0px 0px 0px; height: 70px; }
.etr-ctrl-flt-description span { padding: 0px 0px 0px 0px; }
.etr-ctrl-flt-description-span {font-size: 16px; color: #626262; }
.etr-ctrl-flt-btn-area { padding: 0px 0px 15px 15px; }
.etr-ctrl-flt-btn { margin-top: 1px;}
.etr-ctrl-flt-btn { text-align: left; }
.etr-ctrl-flt-item { border-bottom: 1px solid #eeeeee; vertical-align: middle; }
.etr-ctrl-flt-item-icon { width: 5px; }
.etr-ctrl-flt-itemlevel2 { margin-left: 20px; }
.etr-ctrl-flt-itemlevel3 { margin-left: 40px; }
.etr-ctrl-flt-itemlevel4 { margin-left: 60px; }
.etr-ctrl-flt-item:hover { background-color: #FFFEED;}
.etr-ctrl-flt-item-btn { padding: 0px 10px 0px 10px; margin-left: 5px; float:right;}
.etr-ctrl-flt-item-ckb { margin-top: 6px; width:100%;}
.etr-ctrl-flt-item-ckb img { max-height: 22px; margin-left: 2px; }
.etr-ctrl-flt-item-ckb-disabled input[type="checkbox"]:checked + span:before {  color: #626262; background-color: #626262;  border-color: #626262; }
.fancy-checkbox.etr-ctrl-flt-item-ckb input[type="checkbox"]:checked + span:before { color: #ffffff; background-color: #626262; border-color: #626262; }
.etr-ctrl-flt-item-span { float: right; }

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
  .etr-ctrl-flt-table { min-height: inherit;  border: 0px; }

}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .etr-ctrl-flt-table { max-height: inherit; min-height: inherit;  border: 0px;}
  .etr-ctrl-flt-table .container { padding: 0px; margin: 0px;}
  .etr-ctrl-flt-item span { width: 240px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .etr-ctrl-flt-item-btn { float: none; }
  .etr-ctrl-flt-item-ckb { width: auto; }
  .etr-ctrl-flt-item-span { float: none; }
  .etr-ctrl-flt-itemlevel2 span { width: 220px; }
  .etr-ctrl-flt-itemlevel3 span { width: 200px; }
  .etr-ctrl-flt-itemlevel4 span { width: 180px; }
  
}


/* ------------------------ */
/* ETR.SMS                  */
/* ------------------------ */
.etr-ctrl-sms { margin-bottom: 50px; padding-left: 0px; padding-right: 0px; }
.etr-ctrl-sms-content { padding: 10px 0px 0px 10px; }
.etr-ctrl-sms-buttons { padding: 10px 0px 0px 10px; }
.etr-ctrl-sms-load-btn { border-color: #eeeeee; }

.etr-ctrl-sms-wildcard { padding: 0px 10px 0px 0px; }

.etr-ctrl-sms-footer-btn-left { display: inline-block; padding-bottom: 10px;}
.etr-ctrl-sms-footer-btn-left button { margin-right: 5px;  }

.etr-ctrl-sms-table { max-height: 400px; min-height: 400px; overflow-y: auto; border: 1px solid #cccccc; }
.etr-ctrl-sms-description {padding: 15px 10px 0px 0px; height: 70px; }
.etr-ctrl-sms-description span { padding: 0px 0px 0px 0px; }
.etr-ctrl-sms-description-span {font-size: 16px; color: #626262; }
.etr-ctrl-sms-btn-area { padding: 0px 10px 15px 10px; }
.etr-ctrl-sms-btn { margin-top: 1px;}
.etr-ctrl-sms-btn { text-align: left; }
.etr-ctrl-sms-item, .etr-ctrl-sms-item2 { vertical-align: middle; font-size: 13px;}
.etr-ctrl-sms-itemcontent, .etr-ctrl-sms-itemcontent2 { font-size: 13px; font-weight: normal; padding-top: 5px; padding-bottom: 5px;}
.etr-ctrl-sms-itemcontent2 { color: #a94442; background-color: #f2dede;}
.etr-ctrl-sms-item-header { font-size: 16px !important; color: #626262; border-bottom: 1px solid #dfdfdf; padding: 20px 0px 5px 5px;}
.etr-ctrl-sms-item-header2 { font-size: 13px; padding: 20px 0px 5px 5px;}
.etr-ctrl-sms-item-icon { width: 5px; }
.etr-ctrl-sms-itemlevel2 { margin-left: 20px; }
.etr-ctrl-sms-itemlevel3 { margin-left: 40px; }
.etr-ctrl-sms-itemlevel4 { margin-left: 60px; }
.etr-ctrl-sms-item-withhover:hover { background-color: #FFFEED;}
.etr-ctrl-sms-item-btn { padding: 0px 10px 0px 10px; margin-left: 5px; float:right;}
.etr-ctrl-sms-item-ckb { margin-top: 6px; width:100%;}
.etr-ctrl-sms-item-inp { font-size: 13px;}
.etr-ctrl-sms-item-inp input[type="text"] { width: 103px; }
.etr-ctrl-sms-item-inp-div { display:inline-block; margin-left: 5px; }
.etr-ctrl-sms-item-ckb img { max-height: 22px; margin-left: 2px; }
.etr-ctrl-sms-item-ckb-disabled input[type="checkbox"]:checked + span:before {  color: #626262; background-color: #626262;  border-color: #626262; }
.fancy-checkbox.etr-ctrl-sms-item-ckb input[type="checkbox"]:checked + span:before { color: #ffffff; background-color: #626262; border-color: #626262; }
.fancy-checkbox.etr-ctrl-sms-item-ckb input[type="checkbox"]:disabled + span:before { display:none; }
.fancy-checkbox.etr-ctrl-sms-item-ckbAll input[type="checkbox"]:checked + span:before { color: #ffffff; background-color: #626262; border-color: #626262; }
.etr-ctrl-sms-item-span { float: right; }
.etr-ctrl-sms-itemlvl1 { font-size: 16px !important; font-weight: bold;}
.etr-ctrl-sms-area { padding: 15px 15px 15px 15px; }
.etr-ctrl-sms-borderleft { cursor: default !important; min-width: 100px; display: inline-table; padding: 2px 2px 2px 5px; margin: 2px 10px 2px 10px; float: right;}
.etr-ctrl-sms-borderleft-danger { cursor: pointer; border-left: 10px solid #d9534f; }
.etr-ctrl-sms-borderleft-primary { cursor: pointer; border-left: 10px solid #337ab7; }
.etr-ctrl-sms-borderleft-success { cursor: pointer; border-left: 10px solid #5cb85c; }
.etr-ctrl-sms-borderleft-warning { cursor: pointer; border-left: 10px solid #f0ad4e; }
.etr-ctrl-sms-borderleft-danger .panel-heading { cursor: pointer; }
.etr-ctrl-sms-borderleft-primary .panel-heading { cursor: pointer; }
.etr-ctrl-sms-borderleft-success .panel-heading { cursor: pointer; }
.etr-ctrl-sms-borderleft-warning .panel-heading { cursor: pointer; }

/* LG */
@media screen and (min-width : 1200px) {

  .etr-ctrl-sms-item {
    min-width: 170px;
  }  

  .etr-ctrl-sms-item-option {
    display: inline-block;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-ctrl-sms-item-option {
    display: inline-block;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
   .etr-ctrl-sms-load-modal-body {
    margin-top: 0px;
  }
  
  .etr-ctrl-sms-table{ min-height: inherit;  border: 0px; }

}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  /* FIX DAVID IMPORTANTE CORRIGIR ISTO A APONTAR PARA UM ID*/
  #etr-sms-tab_content { padding-left: 0px !important; padding-right: 0px !important; }
  /* FIX */
  
  .etr-ctrl-sms-content { padding: 0px 0px 0px 0px; }
  .etr-ctrl-sms-buttons { padding: 0px 0px 0px 0px; }

  .etr-ctrl-sms-table{ max-height: inherit; min-height: inherit;  border: 0px;}
  .etr-ctrl-sms-table.container { padding: 0px; margin: 0px;}
  .etr-ctrl-sms-item span { width: 260px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .etr-ctrl-sms-item-btn { float: none; }
  .etr-ctrl-sms-item-ckb { width: auto; }
  .etr-ctrl-sms-itemlevel2 span { width: 240px; }
  .etr-ctrl-sms-itemlevel3 span { width: 220px; }
  .etr-ctrl-sms-itemlevel4 span { width: 200px; }

  
}


/* ------------------------ */
/* ETR.Controls.RepMan      */
/* ------------------------ */
.etr-repman { margin-bottom: 50px; }
.etr-repman-content { padding: 10px 0px 0px 10px; }
.etr-repman-buttons { padding: 10px 0px 0px 10px; }
.etr-repman-load-btn { border-color: #eeeeee; }

.etr-repman-wildcard { padding: 0px 10px 0px 0px; }

.etr-repman-footer-btn-left { display: inline-block; padding-bottom: 10px;}
.etr-repman-footer-btn-left button { margin-right: 5px;  }

.etr-repman-table { max-height: 400px; min-height: 400px; overflow-y: auto; border: 1px solid #cccccc; }
.etr-repman-description {padding: 15px 10px 0px 0px; height: 70px; }
.etr-repman-description span { padding: 0px 0px 0px 0px; }
.etr-repman-description-span {font-size: 16px; color: #626262; }
.etr-repman-btn-area { padding: 0px 10px 15px 10px; }
.etr-repman-btn { margin-top: 1px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  text-align: left;}
.etr-repman-itemsearch { display: inline-table; vertical-align: middle; }
.etr-repman-item, .etr-repman-item2 { vertical-align: middle; }
.etr-repman-itemcontent, .etr-repman-itemcontent2 { font-size: 13px; font-weight: normal; padding-top: 5px; padding-bottom: 5px;}
.etr-repman-itemcontent2 { color: #a94442; background-color: #f2dede;}
.etr-repman-item-header { font-size: 16px !important; color: #626262; border-bottom: 1px solid #dfdfdf; padding: 20px 0px 5px 5px;}
.etr-repman-item-icon { width: 5px; }
.etr-repman-itemlevel2 { margin-left: 20px; }
.etr-repman-itemlevel3 { margin-left: 40px; }
.etr-repman-itemlevel4 { margin-left: 60px; }
.etr-repman-item-withhover:hover { background-color: #FFFEED;}
.etr-repman-item-btn { padding: 0px 10px 0px 10px; margin-left: 5px; float:right;}
.etr-repman-item-ckb { margin-top: 6px; width:100%;}
.etr-repman-item-inp { font-size: 13px;}
.etr-repman-item-inp input[type="text"] { width: 103px; }
.etr-repman-item-inp-div { display:inline-block; margin-left: 5px; }
.etr-repman-item-ckb img { max-height: 22px; margin-left: 2px; }
.etr-repman-item-ckb-disabled input[type="checkbox"]:checked + span:before {  color: #626262; background-color: #626262;  border-color: #626262; }
.fancy-checkbox.etr-repman-item-ckb input[type="checkbox"]:checked + span:before { color: #ffffff; background-color: #626262; border-color: #626262; }
.fancy-checkbox.etr-repman-item-ckb input[type="checkbox"]:disabled + span:before { display:none; }
.fancy-checkbox.etr-repman-item-ckbAll input[type="checkbox"]:checked + span:before { color: #ffffff; background-color: #626262; border-color: #626262; }
.etr-repman-item-span { float: right; }
.etr-repman-itemlvl1 { font-size: 16px !important; font-weight: bold;}
.etr-repman-layout {}

/* LG */
@media screen and (min-width : 1200px) {

  .etr-repman-item-option {
    display: inline-block;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  
  .etr-repman-item-option {
    display: inline-block;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  
   .etr-repman-load-modal-body {
    margin-top: 0px;
  }
  
  .etr-repman-table{ min-height: inherit;  border: 0px; }

}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .etr-repman-content { padding: 0px 0px 0px 0px; }
  .etr-repman-buttons { padding: 0px 0px 0px 0px; }

  .etr-repman-table{ max-height: inherit; min-height: inherit;  border: 0px;}
  .etr-repman-table.container { padding: 0px; margin: 0px;}
  .etr-repman-item span { width: 260px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .etr-repman-item-btn { float: none; }
  .etr-repman-item-ckb { width: auto; }
  .etr-repman-itemlevel2 span { width: 240px; }
  .etr-repman-itemlevel3 span { width: 220px; }
  .etr-repman-itemlevel4 span { width: 200px; }

  
}

/* ----------------- */
/* ETR.Statistical   */
/* ----------------- */
.etr-ctrl-statistical-area { padding: 15px 15px 15px 15px; }