/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2 févr. 2015, 18:23:59
    Author     : Arnaud
*/

.disabled-active
{
    display:none;
    cursor: pointer;
}

a:hover
{
	text-decoration: none;
}

.next_song
{
	margin-top: -21px;
    margin-left: 10px;
    padding-left: 20px;
}

.center-content
{
	text-align: center;
}

.center-table-content td
{
	text-align: center;
}

.center-table-content th
{
	text-align: center;
}

/* Formulaire de connexion */

.form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* FIN Formulaire de connexion */

.btn-next-mobile
{
	height:35em;
}

.previous:hover
{
	cursor:pointer;
	color:#428bca;
}

.border-block-lecteur {
	border-right: solid 0.5px;
}

#li_connect {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #777;
}

/* Taille du bloc titres en attente sur la page soirée */
#bloc-table-next {
    height: 500px;
    overflow: auto;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR TODO : to test ?
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
/*.modal.left .modal-dialog,*/
/*.modal.right .modal-dialog {*/
    /*position: fixed;*/
    /*margin: auto;*/
    /*width: 320px;*/
    /*height: 100%;*/
    /*-webkit-transform: translate3d(0%, 0, 0);*/
    /*-ms-transform: translate3d(0%, 0, 0);*/
    /*-o-transform: translate3d(0%, 0, 0);*/
    /*transform: translate3d(0%, 0, 0);*/
/*}*/

/*.modal.left .modal-content,*/
/*.modal.right .modal-content {*/
    /*height: 100%;*/
    /*overflow-y: auto;*/
/*}*/

/*.modal.left .modal-body,*/
/*.modal.right .modal-body {*/
    /*padding: 15px 15px 80px;*/
/*}*/

/*!*Left*!*/
/*.modal.left.fade .modal-dialog{*/
    /*left: -320px;*/
    /*-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;*/
    /*-moz-transition: opacity 0.3s linear, left 0.3s ease-out;*/
    /*-o-transition: opacity 0.3s linear, left 0.3s ease-out;*/
    /*transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*}*/

/*.modal.left.fade.in .modal-dialog{*/
    /*left: 0;*/
/*}*/

/*!*Right*!*/
/*.modal.right.fade .modal-dialog {*/
    /*right: -320px;*/
    /*-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;*/
    /*-moz-transition: opacity 0.3s linear, right 0.3s ease-out;*/
    /*-o-transition: opacity 0.3s linear, right 0.3s ease-out;*/
    /*transition: opacity 0.3s linear, right 0.3s ease-out;*/
/*}*/

/*.modal.right.fade.in .modal-dialog {*/
    /*right: 0;*/
/*}*/

/*!* ----- MODAL STYLE ----- *!*/
/*.modal-content {*/
    /*border-radius: 0;*/
    /*border: none;*/
/*}*/

/*.modal-header {*/
    /*border-bottom-color: #EEEEEE;*/
    /*background-color: #FAFAFA;*/
/*}*/
