/*!
 * Copyright (c) Région Hauts-de-France, Département de la Seine-et-Marne, CGI, 2016.
 *     This file is part of OPEN ENT NG. OPEN ENT NG is a versatile ENT Project based on the JVM and ENT Core Project.
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU Affero General Public License as
 *   published by the Free Software Foundation (version 3 of the License).
 *   For the sake of explanation, any module that communicate over native
 *   Web protocols, such as HTTP, with OPEN ENT NG is outside the scope of this
 *   license and could be license under its own terms. This is merely considered
 *   normal use of OPEN ENT NG, and does not fall under the heading of "covered work".
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

 /**
* Angular JS slider directive
*
* (c) Rafal Zajac <rzajac$gmail.com>
* (c) Valentin Hervieu <valentin$hervi.eu>
* http://github.com/angular-slider/angularjs-slider
*
* Licensed under the MIT license
*/

.suivi-proportion{
  height: 20px;
  display: inline-block;
  @include transition(all 200ms ease);
}
.suivi-classe{
  border: grey;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-bottom: none;
  border-collapse: collapse;
  margin-left: -1px;
  margin-top: -1px;
  height: 43px;
}
.space-for-classe{
  margin-top: -1.25em;
  margin-bottom: 1.875em;
}
.vertical-align-top{
  vertical-align:top;
}
.nivLetter {
  display: block;
  text-align: center;
}
.padding-proportion {
  padding-left: 5%;
  padding-top: 3%;
}