#debug {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 15;
  background: #c2c2c2;
  padding: 10px;
}
#debug a {
  display: block;
}
body #wrapper {
  height: calc(100vh);
}
/* login page │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */
#login-wrapper {
  background: #333;
  color: #fff;
  width: 300px;
  
  padding: 0 7px 6px 7px;
  border-radius: 6px;
  box-shadow: 0 0 8px 7px rgba(0, 0, 0, 0.47);
}
#login-wrapper h3 {
  font-size: 16px;
  padding: 6px 0;
}
#login-wrapper label {
  display: block;
  margin-bottom: 0;
}
#login-wrapper .formulaire-connexion {
  padding: 6px;
  border-radius: 0px;
  background: #c3c3c3;
  color: #333;
}
#login-wrapper .formulaire-connexion input {
  width: 100%;
  height: 31px;
  margin-bottom: 2px;
}
#login-wrapper input[type='submit'] {
  margin-top: 4px;
  border: none;
  width: 100%;
  height: 35px;
  color: #333;
  background: #fff;
  border-radius: 12px;
  font-size: 19px;
}
.error,
.success {
  top:50px;
  width: 286px;
  text-align: center;
  color: #fff;
}
.error {
  background: tomato;
}
.success {
  background: #27962d;
}
/* Side │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */
aside {
  position: fixed;
  width: inherit;
  height: 100%;
  background: #333;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.47);
  margin: 0 -15px 0 -15px;
}
aside .sideTopBlock {
  height: 26px;
  line-height: 19px;
  width: 94%;
  position: absolute;
  top: 0;
  background: #333;
}
aside .sideTopBlock h3 {
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  padding: 5px 5px 0 5px;
  color: #fff;
}
aside .sideTopBlock h3,
aside .sideTopBlock a {
  display: inline-block;
}
aside .sideTopBlock .closeSideBar {
  text-align: right;
  margin: 3px 5px 5px 0;
  font-size: 19px;
  float: right;
}
aside .sideBottomBlock {
  width: 100%;
  font-size: 24px;
  z-index: 7;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  padding: 4px 0 0 8px;
  color: #fff;
  background: #333;
  text-align: left;
}
aside .nom_btn{
  font-size: 10px;
  display: inline-block;
  vertical-align:top;
}
aside .sideBottomBlock span {
  /*width: 24px;*/
  display: block;
  height: inherit;
}
aside .sideBottomBlock button {
  width: 15px;
  display: inline-block;
  height: 24px;
  background: #333333;
  border: none;
  outline: none;
  font-size: 13px;
  padding: 0;
}
aside .sideBottomBlock .current-page {
  width: 10px;
  height: 24px;
  font-size: 13px;
}
aside .sideBottomBlock span:hover {
  color: #fff;
}
aside .sideBottomBlock i.fa-plus-circle,
aside .sideBottomBlock i.fa-pencil {
  font-size: 14px;
  position: absolute;
  color: #30c36c;
  top: 11px;
  left: 10px;
}
aside .sideBottomBlock i.c-icone.fa.fa-file-o {
  font-size: 13px;
}
aside #listWrapper {
  background: #333;
  overflow: auto;
  color: #fff;
  max-height: calc(100vh - 28px);
  padding-top: 26px;
  width: 100%;
}
aside #listWrapper #sessionListe .blue {
  background: tomato;
}
aside #listWrapper #sessionListe .list-heading {
  padding: 5px;
}
aside #listWrapper #sessionListe .panel-heading {
  cursor: pointer;
  background: #cccccc;
  margin: 1px 0 0 0;
}
aside #listWrapper #sessionListe .panel-heading .accordion-toggle {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 5px 5px 5px 0;
  font-size: 14px;
  font-weight: 600;
}
aside #listWrapper #sessionListe .panel-heading .accordion-toggle input[type="checkbox"] {
  float: right;
}
aside #listWrapper #sessionListe .panel-heading .accordion-toggle i {
  color: #424242;
  font-size: 14px;
}
aside #listWrapper #sessionListe .panel-heading i {
  font-size: 14px;
  margin: 0 0 0 8px;
  color: #777777;
}
aside #listWrapper #sessionListe .panel-heading i.c-icone {
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.53);
  cursor: pointer;
}
aside #listWrapper #sessionListe .panel-heading.openned {
  background: #fedfc0;
}
aside #listWrapper #sessionListe .panel-heading.openned .c-icone {
  text-shadow: none;
  cursor: pointer;
  opacity: .7;
}
aside #listWrapper #sessionListe .accordionOneTabContent {
  border-top: 1px solid #222;
}
aside #listWrapper #sessionListe .accordionOneTabContent input[type="checkbox"] {
  float: right;
  margin-right: 0;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession {
  cursor: pointer;
  background: #fefefe;
  color: #222;
  border-bottom: 1px solid #222;
  padding: 2px 2px 2px 6px;
  font-size: 14.5px;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession:last-child {
  border-bottom: none;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .blockIcone,
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .block-text {
  display: inline-block;
  vertical-align: middle;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .blockIcone span,
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .block-text span {
  padding: 0;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .block-text {
  width: 90%;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .fa-times {
  font-size: 20px;
  padding: 0 2px 0 0;
  color: tomato;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .fa-flag {
  color:mediumvioletred;
  font-size: 13px;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession:hover {
  background: #f9fad1;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .sessionEpisodeNumber {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 600;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .sessionDates {
  font-size: 10px;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession.activeEpisode  {
  background: #5788f3 !important;
  /*background: #feffb9;*/
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession.ProgRedac {
  background: #ffda96;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession.ProgProd {
  background: #a7ff96;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession.CoupeRedac {
  background: #ffc75f;
}
aside #listWrapper #sessionListe .accordionOneTabContent .oneSession.CoupeProd {
  background: #6afc4d;
}
aside #listWrapper #sessionListe .accordionOneTabContent.show {
  display: block;
}
aside #listWrapper .accordion-show {
  display: block !important;
}
.openSideBar {
  width: 22px;
  background: #333;
  padding: 0 5px 3px 3px;
  font-size: 16.5px;
  text-align: right;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
#content {
  text-align: center;
}
#content #logo {
  padding: 20px 35px 0 0;
  height: 150px;
  padding: 20px;
}
#content #template-episode-programmation,
#content #template-episode-greffier {
  margin: 0 auto 0 auto;
  display: inline-block;
  text-align: left;
}
#content.footer-page {
  text-align: left;
}
/* Ui overdrive │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */
.panel-title {
  margin-top: initial;
  margin-bottom: initial;
  font-size: initial;
  color: initial;
}
/*
═════════════════════════════════════════════════════════════════
MD Dialogue ─────║▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
═════════════════════════════════════════════════════════════════
*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
md-toolbar {
  min-height: 34px;
}
.md-toolbar-tools {
  background: #3a3a3a;
  height: 34px;
}
.md-toolbar-tools i {
  color: tomato;
  font-size: 17px;
}
md-dialog {
  font-family: Tahoma !important;
}
.md-button.md-primary {
  font-family: Tahoma !important;
  color: initial !important;
}
md-dialog .md-dialog-content {
  font-family: Tahoma !important;
  font-size: 14px !important;
}
/*
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Templates │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
*/

.tpl-nplp {
  top: 40px !important;
}

.tpl-nplp .title {
  padding-left: 0;
}
.tpl-nplp h2 {
  text-align: left;
  margin: 0;
  padding: 0 0 0px 0;
  font-size: 16px;
  color: #fff;
  height: 26px;
  text-transform: uppercase;
}
.tpl-nplp h2 .pencil {
  font-size: 15px;
  margin-right: 4px;
}
.tpl-nplp h2 .tpl-close {
  font-size: 18px;
  line-height: 15px;
  color: tomato;
  text-align: right;
  padding-right: 3px;
}
/* Episode CONTENT │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */
#episode-content .episode-content {
  top: 9px;
  padding: 6px;
  background: #3a3a3a;
  position: relative;
  border-radius: 6px;
}
#episode-content .episode-content .conteneur-type-rounds {
  background: #ccc;
  padding: 4px;
  position: relative;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds-gauche {
  padding: 0 5px 0 0;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds-droite {
  position: relative;
  padding: 0;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds {
  float: left;
  width: 100%;
  font-size: 29px;
  background: #222222;
  padding: 4px;
  margin: 2px 0 1px 2px;
}

#episode-content .episode-content .conteneur-type-rounds .highlighted {
  background:#CE2C31;
}


#episode-content .episode-content .conteneur-type-rounds .type-rounds span.categorie_round {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds p.label_type_round {
  line-height: 24px;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds p.label_type_round strong {
  font-size: 20px;
  font-weight: 800;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds span.btn_switch {
  float: right; 
  margin-top: -22px;
   margin-right:3px; 
   color: white; 
   font-size: 17px; 
   transform: rotate(90deg);
   cursor: pointer;
}

#episode-content .episode-content .conteneur-type-rounds .type-rounds span.btn_highlight {
  float: right; 
  margin-top: -26px;
   margin-right:35px; 
   color: white; 
   font-size: 22px; 
   cursor: pointer;
}

#episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails {
  background: #676767;
  padding: 2px;
  color: #fff;
  margin: 4px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails span:hover {
  color: #fff;
  text-decoration: underline;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails div {
  padding: 0 2px;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails .DirectInput {
  color: white;
  text-align: center;
  position: absolute;
  left: 23px;
  top: 10px;
  width: 50px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.25);
  border: none;
  border-radius: 2px;
  /*margin: 10px auto;*/
  transition:background-color 0.5s ease;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails .DirectInput:focus {
  background-color: rgba(0,0,0,0.45);
}

#episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails p .fa-times {
  color: tomato;
  font-size: 16px;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails .label_nb_words {
  font-family: PaytoneOne;
  text-align: right;
  font-weight: 900;
  font-size: 46px;
  color: #fff;
  line-height: 38px;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds:nth-of-type(odd) {
  margin-right: 9px;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds.type-round-100 .label_nb_words {
  line-height: 24px;
  font-size: 32px;
  margin-bottom: 8px;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds.type-round-200 .label_nb_words {
  width: 100%;
  line-height: 24px;
  font-size: 32px;
  margin-bottom: 8px;
}
#episode-content .type-round-10 strong {
  color: #fd9c96;
}
#episode-content .type-round-20 strong {
  color: #f8ff88;
}
#episode-content .type-round-30 strong {
  color: #a8faa5;
}
#episode-content .type-round-40 strong {
  color: #92ceff;
}
#episode-content .type-round-50 strong {
  color: #bb9dfd;
}
#episode-content .type-round-100 strong {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}
#episode-content .type-round-200 strong {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}
#episode-content .info-complementaire {
  background: #222222;
  padding: 4px;
  margin-top: 25px;
}
#episode-content .info-complementaire h2 {
  font-size: 13px;
  color: #fff;
  height: 22px;
  line-height: 19px;
  padding: 0 5 0 5px;
}
#episode-content .info-complementaire h2 i {
  color: #92ceff;
}
#episode-content .info-complementaire .infos-complementaire-gris {
  background: #676767;
  padding: 7px;
}

#template-episode-greffier .label_type_round,
#template-episode-greffier .contestant {
  padding: 0;
}
#template-episode-greffier .contestant {
  height: 29px;
  line-height: 16px;
}
#template-episode-greffier .contestant select {
  height: 23px;
  width: 100%;
  font-size: 14px;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails .label_nb_words_greffier {
  font-family: PaytoneOne;
  text-align: right;
  font-weight: 900;
  font-size: 46px;
  color: #fff;
  line-height: 38px;
  margin-right: 5px;
}
#template-episode-greffier .b_options {
  width: 18px;
  display: block;
  text-align: center;
  display: inline-block;
}
#template-episode-greffier .b_options label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Tahoma;
  font-weight: 300;
  font-size: 17px;
  line-height: 16px;
}
#template-episode-greffier .b_options_container {
  text-align: right;
}

#template-episode-greffier .b_options2 {
  width: 40px;
  display: block;
  text-align: center;
  display: inline-block;
}

.b_options_select {
  color: black;
  background: white;
  font-weight: normal;
  font-size: 14px;
}

.max-width #episode-content .episode-content {
  width: 75%;
}
#overlay {
  background: rgba(25, 25, 25, 0.88);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  height: 100vh;
}
/* Song Edit │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */
#song-edit {
  position: absolute;
  left: 0;
  z-index: 5;
}
#song-edit .song-wrapper {
  padding: 7px;
  background: #3a3a3a;
  box-shadow: 8px 10px 8px rgba(19, 19, 19, 0.55);
  border-radius: 6px;
}
#song-edit .song-wrapper .song-edit {
  text-align: left;
  background: #ccc;
}
#song-edit .song-wrapper .song-edit md-content.md-padding.paroles-completes.ng-scope {
  padding: 6px;
}
#song-edit .song-wrapper .song-edit .song-infos-left,
#song-edit .song-wrapper .song-edit .song-infos-right {
  max-height: 432px;
  overflow-y: auto;
}
#song-edit .song-wrapper .song-edit md-content {
  height: auto;
}
#song-edit .song-wrapper .song-edit .song-fond-gris p {
  padding: 0;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .modeEdit {
  border-top: 6px solid red;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .modeAdd {
  border-top: 6px solid DodgerBlue;
}

#song-edit .song-wrapper .song-edit .song-fond-gris input[type="text"] {
  width: 98%;
  margin: 0 4px;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .song-edit-header {
  background: #cccccc;
  padding: 7px 7px 10px 7px;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .break {
  height: 15px;
}
#song-edit .song-wrapper .song-edit .song-fond-gris md-content.md-padding {
  background: #3a3a3a;
}
#song-edit .song-wrapper .song-edit .song-fond-gris md-tab-item.md-tab.ng-scope.ng-isolate-scope.md-ink-ripple {
  padding: 1px 5px;
  margin: 9px 1px 0 0;
  border-radius: 7px 7px 0 0;
  box-shadow: 3px 0px 3px rgba(34, 34, 34, 0.39);
}
#song-edit .song-wrapper .song-edit .song-fond-gris md-tabs.ng-isolate-scope.md-dynamic-height {
  margin: 9px;
  background: #3a3a3a;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .md-active {
  color: #feffb9 !important;
  box-shadow: none !important;
  padding: 4px 5px 1px 5px !important;
}
#song-edit .song-wrapper .song-edit .song-fond-gris md-content {
  background: #ccc;
  max-height: 750px;
  overflow: hidden;
}
#song-edit .song-wrapper .song-edit .song-fond-gris md-tabs-canvas {
  height: 36px;
  background: #ccc;
}
#song-edit .song-wrapper .song-edit .song-fond-gris md-tabs-canvas md-tab-item {
  background: #3a3a3a;
  color: #fff;
}
#song-edit .song-wrapper .song-edit .song-fond-gris md-tabs-canvas {
  height: 36px;
  background: #ccc;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-paroles {
  -webkit-transition: all 0ms;
  transition: all 0ms;
  overflow-y: auto;
  height: 340px;
  width: 43%;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-paroles input {
  border: none;
  outline: none;
  width: 100%;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-tempo {
  vertical-align: top;
  padding: 4px 0;
  margin: 0;
  width: 135px;
  background: #969696;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-tempo .add-tempo {
  cursor: pointer;
  color: #c5b4e1;
  border: 1px solid #222;
  display: inline-block;
  width: 59px;
  padding: 0 3px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  margin: 2px 3px 0 3px;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-tempo .add-tempo.clmc {
  width: 128px;
  color: purple;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-tempo .add-tempo.wave {
  width: 180px;
  text-decoration: red wavy underline;
  color: tomato;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-tempo .add-tempo.final {
  width: 128px;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-video-yt {
  vertical-align: top;
  width: 330px;
  background: #1f1f1f;
  height: 269px;
  border-radius: 4px;
}
#song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-video-yt .iframe {
  display: table-cell;
  width: 330px;
  margin: 0 auto;
}
#song-edit .song-wrapper md-content.md-padding.ng-scope {
  padding: 1px;
}






#song-edit .song-wrapper #songHistory {
  height: auto;
}
#song-edit .song-wrapper #songHistory table {
  width: 100%;
  font-size: 13px;
}
#song-edit .song-wrapper #songHistory table tbody {
  overflow-y: auto;
  width: 100%;
  display: block;
  max-height: 150px;
}
#song-edit .song-wrapper #songHistory table thead {
  display: block;
  width: 100%;
}
#song-edit .song-wrapper #songHistory table th {
  font-size: 14px;
  background: #ccc;
  padding: 4px;
  border-right: 1px solid #9e9e9e;
  width: 10%;
}
#song-edit .song-wrapper #songHistory table th:last-child {
  border-right: none;
}
#song-edit .song-wrapper #songHistory table th:first-child {
  width: 69px;
}
#song-edit .song-wrapper #songHistory table td {
  width: 10%;
  padding: 4px;
  border-right: 1px solid #9e9e9e;
}
#song-edit .song-wrapper #songHistory table td:last-child {
  border-right: none;
}
#song-edit .song-wrapper #songHistory table td.oxo-checkbox {
  width: 40px;
  text-align: center;
}
#song-edit .song-wrapper #songHistory table td.oxo-checkbox input[type="checkbox"] {
  cursor: default !important;
  opacity: 1 !important;
  color: #222 !important;
    text-align: center;
}
#song-edit .song-wrapper #songHistory table tr {
  background: #fff;
}
#song-edit .song-wrapper #songHistory table tr:nth-of-type(odd) {
  background: #e0e0e0;
}
#song-edit .song-wrapper #songHistory {
  overflow-x: auto;
}


















#song-edit .song-wrapper #songHistory1 {
  height: auto;
}
#song-edit .song-wrapper #songHistory1 table {
  width: 100%;
  font-size: 13px;
}
#song-edit .song-wrapper #songHistory1 table tbody {
  overflow-y: auto;
  width: 100%;
  /*display: block;*/
  max-height: 150px;
}
#song-edit .song-wrapper #songHistory1 table thead {
/*  display: block;
  width: 100%;*/
}
#song-edit .song-wrapper #songHistory1 table th {
  font-size: 14px;
  background: #ccc;
  padding: 4px;
  border-right: 1px solid #9e9e9e;
  /*width: 10%;*/
}
#song-edit .song-wrapper #songHistory1 table th:last-child {
  border-right: none;
}
#song-edit .song-wrapper #songHistory1 table th:first-child {
  /*width: 69px;*/
}
#song-edit .song-wrapper #songHistory1 table td {
  /*width: 10%;*/
  padding: 4px;
  border-right: 1px solid #9e9e9e;
}
#song-edit .song-wrapper #songHistory1 table td:last-child {
  border-right: none;
}
#song-edit .song-wrapper #songHistory1 table td.oxo-checkbox {
  width: 40px;
  text-align: center;
}
#song-edit .song-wrapper #songHistory1 table td.oxo-checkbox input[type="checkbox"] {
  cursor: default !important;
  opacity: 1 !important;
  color: #222 !important;
    text-align: center;
}
#song-edit .song-wrapper #songHistory1 table tr {
  background: #fff;
}
#song-edit .song-wrapper #songHistory1 table tr:nth-of-type(odd) {
  background: #e0e0e0;
}
#song-edit .song-wrapper #songHistory1 {
  overflow-x: auto;
}















#song-edit .song-wrapper #song-info {
  background: #3a3a3a;
  padding: 0 0 35px 0;
}
#song-edit .song-wrapper #song-info .col-md-7,
#song-edit .song-wrapper #song-info .col-md-5 {
  padding: 0 3px;
}
#song-edit .song-wrapper #song-info .col-md-7 {
  padding-right: 8px;
}
#song-edit .song-wrapper #song-info textarea {
  resize: none;
  width: 100%;
  height: 119px;
  padding: 10px;
}
#song-edit .song-wrapper #song-info label {
  color: #fff;
  display: block;
  margin: 5px 0 0 3px;
}
#song-edit .song-wrapper #song-info .ecart label {
  display: inline-block;
  font-size: 13px;
  margin: 12px 0 0 0;
  width: 215px;
  font-weight: 300;
}
#song-edit .song-wrapper #song-info .ecart input[type="text"] {
  width: 34px;
}
#song-edit .song-wrapper #song-info .select label {
  display: inline-block;
  font-size: 13px;
  margin: 12px 0 0 0;
  width: 133px;
  font-weight: 300;
}
#song-edit .song-wrapper #song-info .select select {
  display: inline-block;
  width: 135px;
  margin: 0 0 0 5px;
}
#song-edit .song-wrapper #song-info .instruments-checkbox {
  background: #fff;
  width: 142px;
  margin: 20px 0 0 0;
}
#song-edit .song-wrapper #song-info .instruments-checkbox label {
  display: inline-block;
  font-size: 16px;
  margin: 2px 0 5px 4px;
  width: 133px;
  font-weight: 400;
  color: #3a3a3a;
}
#song-edit .song-wrapper #song-info .instruments-checkbox p {
  padding: 2px 2px 2px 4px;
}
#song-edit .song-wrapper #song-info .instruments-checkbox p input[type="checkbox"] {
  display: inline-block;
  margin: 0 5px 2px 4px;
  cursor: default !important;
  opacity: 1 !important;
}
/*
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Which mode │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
*/
#template-choose-mode {
  background: rgba(25, 25, 25, 0.98);
  position: absolute;
  font-family: Tahoma, Geneva, sans-serif;
  background-image: -webkit-gradient(radial, center top, 0, center top, 900, from(#006DD9), to(#1a334c));
  background-image: gradient(radial, center top, 0, center top, 900, from(#006DD9), to(#1a334c));
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 8;
}
#template-choose-mode #container {
  margin: 150px auto;
}
#template-choose-mode #container span.s3d {
  display: inline-block;
  text-align: center;
}
#template-choose-mode #container span.s3d span.a {
  display: inline-block;
  margin-top: 25px;
  font-size: 19px;
  color: #fff;
}
#template-choose-mode #container span.s3d:hover {
  color: #fff;
  text-decoration: none;
}
#template-choose-mode #container span.s3d:hover span {
  text-decoration: underline;
}
/*
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Search Song │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
*/
#template-search-song {
  position: relative;
  z-index: 100000000;
  margin: 50px auto 0 auto;
}

#template-search-song #search-song {
  position: absolute;
}
#template-search-song .search-wrapper {
  padding: 7px;
  background: #3a3a3a;
  box-shadow: 8px 10px 8px rgba(19, 19, 19, 0.55);
  border-radius: 6px;
}
#template-search-song .search-wrapper input {
  color: #222;
}
#template-search-song .search-wrapper .options {
  text-align: right;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 35px;
  background: #222;
}
#template-search-song .search-wrapper .search-options {
  text-align: left;
  width: 100%;
  background: #ccc;
  padding: 5px;
}
#template-search-song .search-wrapper .search-options input[type="text"] {
  min-width: 329px;
  border: none;
  border-radius: 8px;
  height: 28px;
  padding: 4px;
}
#template-search-song .search-wrapper .table-wrapper {
  overflow: auto;
  max-height: 325px;
}
#template-search-song .search-wrapper .table-wrapper table {
  text-align: left;
  width: 100%;
  background: #cccccc;
  margin: 7px 0 0 0;
}
#template-search-song .search-wrapper .table-wrapper table th {
  text-align: center;
  padding: 3px;
}
#template-search-song .search-wrapper .table-wrapper table td {
  padding: 2px;
}
#template-search-song .search-wrapper .table-wrapper table td i {
  color: #3c3c3c;
}
#template-search-song .search-wrapper .table-wrapper table tr {
  background: #fff;
}
#template-search-song .search-wrapper .table-wrapper table tr:nth-of-type(odd) {
  background: #e0e0e0;
}
#template-search-song .search-wrapper .table-wrapper table .blacklisted {
  font-style: italic;
  color: dimgray;
}
/* Create session │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */
.dial-create-sessions {
  padding: 7px 7px 0 7px;
  background: #323232;
}
.dial-create-sessions .md-dialog-content {
  background: #fff;
  text-align: left;
}

.dial-create-sessions .md-dialog-content #label_recup {
  margin-bottom: 16px; font-style: oblique;
}

.dial-create-sessions .md-dialog-content label {
  width: 175px;
}
.dial-create-sessions .md-dialog-content .input-n-episodes {
  width: 55px;
}
.dial-create-sessions .dial-bottom button {
  color: #fff;
  margin: 0 !important;
}
.send-form {
  text-align: right;
  padding: 0 10px;
  color: #30c36c;
  font-size: 28px;
}
md-autocomplete md-autocomplete-wrap,
md-autocomplete {
  height: 26px !important;
}
md-autocomplete md-autocomplete-wrap input:not(.md-input),
md-autocomplete input:not(.md-input) {
  line-height: 21px !important;
  height: 26px !important;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  user-select: text;
  cursor: auto !important;
  padding: 1px !important;
  border-width: 2px !important;
  border-style: inset !important;
  border-color: initial !important;
  border-image: initial !important;
}
md-autocomplete {
  width: 98% !important;
  margin: 0 4px !important;
}
.md-whiteframe-1dp,
.md-whiteframe-z1 {
  box-shadow: none;
}
/*Fin search │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */
#f-line {
  position: fixed;
}
md-dialog md-dialog-content {
  overflow: hidden;
}
md-dialog.md-transition-in {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 0px;
}
md-tab-content.md-right *,
md-tab-content.md-right,
md-tab-content,
md-tab-content.md-left *,
md-tab-content.md-left {
  -webkit-transition: 0ms !important;
  transition: 0ms !important;
  animation: 0s md-tab-content-hide !important;
}
.md-scroll-mask {
  background-color: rgba(0, 0, 0, 0.42);
}
/*
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Template animations │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
*/
.view-animate-container {
  position: relative;
  overflow: hidden;
  height: auto;
}
.view-animate-container {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 100%;
  position: relative;
}
.view-animate-container {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation: slideIn .5s;
  animation: slideIn .5s;
}
.view-animate-container {
  -webkit-animation-name: slideOut;
  animation-name: slideOut;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation: slideOut .5s;
  animation: slideOut .5s;
}
@keyframes slideOut {
  from {
    opacity: 1;
    max-height: 500px;
  }
  50% {
    opacity: 0;
    max-height: 0px;
    margin-top: 0;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  to {
    opacity: 0;
    max-height: 0px;
    margin-top: 0;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    max-height: 0px;
    margin-top: 0;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  50% {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  to {
    max-height: 500px;
    opacity: 1;
  }
}

.search__gap {
  color: orange;
  margin-left: 20px;
}
.search__preload td {
  padding: 15px 2px !important;
}
.search__form {
  overflow: hidden;
  background: #ccc;
}
.search__form-input {
  width: 100%;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search__form label {
  font-weight: normal;
}
.search__form input[type="number"] {
  width: 60px;
}
.search__form-filter {
  margin-top: 10px;
}
.search__form-filter .search__result-count {
  color: rgba(0, 0, 0, 0.87);
  cursor: default;
  text-decoration: none;
  font-size: 12px;
}
.search__form-submit {
  outline: none;
}
.search__form .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.search__form select {
  width: 115px;
}
.episode-infos__update-btn {
 position: relative;
  color: #00bf00;
  font-size: 30px;
  line-height: 30px;
  padding: 0;
  left: 93%;
}
.episode-infos__form-group {
  margin: 8px auto;
}
.episode-infos__form-group input,
.episode-infos__form-group select {
  float: right;
  color: inherit;
  background: #fff;
}
.episode-infos__form-group select {
  height: 30px;
}
.episode-infos__form-group label {
  font-weight: normal;
  color: #fff;
}
.episode-infos--greffier {
  bottom: 20px !important;
}
.jqdatepicker {
  float: right;
  color: inherit;
  background: #fff url(http://jqueryui.com/resources/demos/datepicker/images/calendar.gif) no-repeat right;
}
/* Karaoke-tab
---------------------------------
template/tpl-song-edit.html
*/
.karaoke-tab [class*="col-md"] {
  width: 20%;
  padding: 0;
}
.karaoke-tab .row {
  margin: 0;
}
.karaoke-tab__footer {
  background: #ccc;
  padding: 2px;
}





.karaoke-tab__footer > div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.karaoke-tab__footer > div > input{
  min-width: 10px;
  width: 22%;
  padding: 0;
  text-align: center;
}


.karaoke-tab__footer .add-tempo {
  display: inline;
  background: #333;
  border: none;
  border-radius: 3px;
  color: #e8d7ea;
  white-space: nowrap;
}
.karaoke-tab_reset button {
  background: #ccc;
  padding: 1px 5px;
}
.karaoke-tab-neededword {
  font-size: 60px;
  font-weight: bolder;
}

.karaoke-tab-neededword .neededword--txt {
 display: inline;
  font-size: 20px;
  color: #fff;
}
.karaoke-tab-neededword .type-round-10  {
  color: #fd9c96;
}
.karaoke-tab-neededword .type-round-20  {
  color: #f8ff88;
}
.karaoke-tab-neededword .type-round-30  {
  color: #a8faa5;
}
.karaoke-tab-neededword .type-round-40  {
  color: #92ceff;
}
.karaoke-tab-neededword .type-round-50  {
  color: #bb9dfd;
}
.karaoke-tab__nbwords {
  font-size: 12px;
  display: block;
}
.karaoke-tab__nbwords span {
  font-size: 15px;
  font-weight: bold;
}
.karaoke-tab__nbwords--clmc {
  position: absolute;
  /* bottom: 80px; */
  color: #fff;
}
.karaoke-tab__nbwords--clmc input[type="text"] {
  width: 60px !important;
  color: #333 !important;
}
.karaoke-tab__nbwords--clmc button.upload {
  margin-top: 10px;
}
.karaoke-tab__nbwords--clmc > div {
  margin-top: 15px;
}
.karaoke-tab__nbwords--clmc span {
  font-size: 12px;
  font-weight: bold;
  background: #Fff;
  padding: 5px 15px;
  color: #333;
}
.karaoke-tab__reset {
  margin-top: 25px;
}
.karaoke-tab__reset .button {
  display: inline-block;
  background: #333;
  border: none;
  border-radius: 3px;
  color: #e8d7ea;
}
.mce-content-body p {
  margin: 0 auto;
}
.ep-category-edit span {
  cursor: point;
}
.ep-category-edit input {
  display: none;
  font-size: 14px;
}
.ep-category-edit.editing span {
  display: none;
}
.ep-category-edit.editing input {
  display: inline-block;
}
.clmc-contestants {
  text-align: center;
}
.clmc-contestants label {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  margin-left: 20px;
}
.clmc-contestants input {
  margin: auto;
  display: block;
  font-size: 13px;
  width: 50px;
  color: #333;
}
.nplp-modal {
  background-color: #ddd;
  width: 700px;
  padding-bottom: 10px;
}
.nplp-modal label {
  font-weight: normal;
  padding-left: 0;
}
.nplp-modal md-autocomplete input:not(.md-input) {
  height: 35px !important;
}
.nplp-modal .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.nplp-modal .submit-btn {
  border: none;
  color: #4CAF50;
  background: none;
}
.nplp-modal .submit-btn span {
  font-size: 30px;
}
.nplp-modal__form {
  padding: 10px;
  margin: auto 10px;
  background-color: #ddd;
}
.nplp-modal__header {
  border-bottom: 1px solid #999;
}
.nplp-modal__body {
  max-height: 400px;
  overflow: auto;
}
.nplp-modal .md-dialog-content {
  padding: 0;
}
.nplp-modal__header {
  background: #ddd;
  padding: 10px;
}
.nplp-modal .md-toolbar-tools md-icon {
  background: url(/img/cross.png) no-repeat center right;
}
.nplp-modal .md-toolbar-tools i {
  color: #fff;
}
.nplp-modal .md-toolbar-tools h2 {
  text-transform: uppercase;
  font-size: 14px;
}
.nplp-modal__form .form-group {
  margin-bottom: 3px;
}
.nplp-modal__form .form-group [class*="col"]:first-child {
  padding-right: 0;
}
.nplp-modal__results-count {
  text-align: center;
  font-size: 13px;
  padding: 5px 0 0 0;
}
.nplp-modal__results-table i {
  float: left;
}
.nplp-modal__results-table td,
.nplp-modal__results-table th {
  text-align: center;
  font-size: 14px;
}
.nplp-modal__cntst {
  width: 500px;
}
.nplp-modal--artists {
  background-color: #ddd;
  width: 500px;
  padding-bottom: 10px;
}
.nplp-modal--artists label {
  font-weight: normal;
  padding-left: 0;
}
.nplp-modal--artists md-autocomplete input:not(.md-input) {
  height: 35px !important;
}
.nplp-modal--artists .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.nplp-modal--artists .form-group {
  overflow: hidden;
  margin-bottom: 10px;
}
.nplp-modal--artists .form-group--gap input {
  width: 50px;
}
.nplp-modal--artists .submit-btn {
  border: none;
  color: #4CAF50;
}
.nplp-modal--artists .submit-btn span {
  font-size: 30px;
}
.nplp-modal--artists .nplp-modal__form {
  padding: 10px;
  margin: auto 10px;
  color: #fff;
  background-color: #3a3a3a;
}
.nplp-modal--audiotel {
  background-color: #ddd;
  width: 700px;
  padding-bottom: 10px;
}
.nplp-modal--audiotel label {
  font-weight: normal;
  padding-left: 0;
}
.nplp-modal--audiotel md-autocomplete input:not(.md-input) {
  height: 35px !important;
}
.nplp-modal--audiotel .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.nplp-modal--audiotel .submit-btn {
  border: none;
  color: #4CAF50;
  background: none;
}
.nplp-modal--audiotel .submit-btn span {
  font-size: 30px;
}
.nplp-modal--audiotel .nplp-modal__form {
  padding: 10px;
  margin: auto 10px;
  background-color: #ddd;
}
.nplp-modal--audiotel .nplp-modal__header {
  border-bottom: 1px solid #999;
}
.nplp-modal--password {
  background-color: #ddd;
  padding-bottom: 10px;
}
.nplp-modal--password label {
  font-weight: normal;
  padding-left: 0;
}
.nplp-modal--password .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.nplp-modal--password .submit-btn {
  border: none;
  color: #4CAF50;
  background: none;
}
.nplp-modal--password .submit-btn span {
  font-size: 30px;
}
.nplp-modal--password .nplp-modal__form {
  padding: 10px;
  margin: auto 10px;
  background-color: #ddd;
}
.md-content {
  height: auto !important;
}
.login__forgot-password {
  margin: 10px auto 10px;
}
.login__forgot-password a:hover {
  color: #fff;
}
.add-tempo {
  cursor: pointer;
  color: #c5b4e1;
  background: #3a3a3a;
  border: 1px solid #222;
  display: inline-block;
  width: 59px;
  padding: 0 3px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  margin: 2px 3px 0 3px;
}
.add-tempo.clmc {
  width: 128px;
  color: tomato;
}
.paroles-completes [class*="col-"] {
  /* height: 300px; */
}
.choose-box-wrapper [class*="s3d"] {
  margin-bottom: 20px;
  display: block;
}
.choose-box-wrapper [class*="s3d"] span {
  margin-top: 10px;
  display: block;
  color: #fff;
}
.conteneur-type-rounds {
  height: auto;
}
#template-search-song {
  position: absolute;
  top: 0;
  width: 100%;
}
#search-song {
  width: 100%;
}
.search-wrapper {
  position: absolute;
  z-index: 100;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin-top: 50px;
}
select {
  background: #fff;
}
#episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails {
  overflow: hidden;
  width: 100%;   
}

#wrapper {
  position: relative;
  overflow: auto;
  height: 100vh;
}
#templateWrapperLeft {
  height: 100vh;
  background: #333;
}
.md-toast {
  right: 0;
}
#dialogContent_6 md-autocomplete {
  height: 34px !important;
}

/*
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
responsive Design │▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
*/
@media (max-width: 1485px) {
  aside #listWrapper #sessionListe .accordionOneTabContent .oneSession .block-text {
    width: 82%;
  }
  #content #template-episode-programmation {
    margin-top: 0;
  }
}
@media (max-width: 1400px) {
  aside #listWrapper {
    max-height: calc(100vh - 52px);
  }
}
@media (max-width: 1168px) and (min-width: 1333px) {
  .type-rounds-gauche {
    height: 760px;
    overflow-y: scroll;
  }
  #episode-content .episode-content .conteneur-type-rounds .type-rounds span.categorie_round {
    font-size: 14px;
  }
  #episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  aside .sideTopBlock h3 {
    font-size: 13.5px;
  }
  #song-edit .song-wrapper #song-info .ecart label {
    width: 207px;
  }
  #song-edit .song-wrapper #song-info .select label {
    width: 107px;
  }
}
@media (max-width: 991px) {
  .episode-infos__form-group {
    overflow: auto;
  }
  .episode-infos__form-group input, .episode-infos__form-group select {
    width: 115px;
  }
  #episode-content .episode-content .conteneur-type-rounds .type-rounds-gauche {
    overflow-y: auto;
  }
  #episode-content .episode-content .conteneur-type-rounds .type-rounds .songDetails {
    font-size: 11px;
  }
  #episode-content .episode-content .conteneur-type-rounds .type-rounds span.categorie_round {
    font-size: 11px;
    line-height: 11px;
  }
  .song-infos-right #song-edit .song-wrapper #song-info .select select {
    width: 115px;
  }
  .template-song-content #song-edit .song-wrapper #song-info .select select  {
    width: 120px;
  }
  .template-song-content #song-edit .song-wrapper #song-info .select label {
    width: 115px;
  }
  .template-song-content #song-edit .song-wrapper #song-info .ecart label {
    width: 199px;
  }

  .karaoke-tab__nbwords--clmc > div {
    margin-top: 9px;
  }
  .karaoke-tab__nbwords--clmc {
    position: relative;
    bottom: 0;
  }
  .paroles-completes [class*="col-"] {
    height: auto;
  }
  #song-edit .song-wrapper .song-edit .song-fond-gris .conteneur-paroles {
    width: 71%;
  }
  .clmc-contestants label {
    margin-left: 18px;
  }
  .episode-infos__update-btn {
    font-size: 25px;
    padding: 0px 12px;
  }
}
@media (min-width: 767px) {
  .choose-box-wrapper {
    margin-top: 250px;
  }
}


.ui-tooltip{
  font-size:13px;
}
.div-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ial-create-sessions form p{
  overflow: hidden;
}

#song-edit{
  top: 0;
}


.md-dialog-container{
  z-index: 10000000;
}

#overlay-container > .md-dialog-container {
    z-index: 100000002 !important;
}

.tempo{
  color: red;
  margin: 0 5px;
}

md-virtual-repeat-container{
    z-index: 2147483647 !important;
}
.poweredby {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  color: #9c9c9c;
}
.logo-oxo {
  /*height: 17px;*/
  margin-left: 7px;
}