.search-button {
	padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.commentary{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Page administrer les utilisateurs : multi select */
.admin-user-dropdown .dropdown-menu > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
}

.admin-user-dropdown ul.dropdown-menu.dropdown-menu-form {
	overflow: visible !important;
}

.admin-user-dropdown,
.admin-user-dropdown div,
.admin-user-dropdown div button {
	width: 165px;
}

.admin-user-profile-column {
	width: 180px;
}

/* permet de ne pas afficher les brackets lors du chargement de la page */
[deferred-cloak], [data-deferred-cloak], [x-deferred-cloak], .deferred-cloak {
    display: none;
}

/* Fix pour le blink des modales à l'ouverture */
body > [uib-modal-window]:not([modal-render]) {
    display: none;
}

/* fil d'ariane */
.breadcrumb > li + li:before {
    color: #ccc;
    content: " >";
    padding: 0 5px;
}

label.fichierLabel{
	margin-top:7px!important;
}

.file-error{
    color:red; 
    margin-left:5px
}

/* Page Liste des demandes */

.liste-demandes-table-icon {
	float: left;
	padding-left: 2px;
	padding-right: 0px;
}

.liste-demandes-table-icon + div {
	padding-left: 0px;
	padding-right: 0px;
}

/* Détail d'une structure */

.accordion-left {
	margin-right: 5px;
}

.accordion-left + span {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;"
}

.small-table {
	height : 50px;
}

/* Aligne verticalement un radio button à un input de force */
.align-radio-input {
	top : 8px;
}

.left-middle-margin {
	margin-left : 30px;
}

.etablissement-title {
	width : 13%;
}

/* Effectuer une demande */

.spaced-row {
	margin-top: 5px;
	margin-bottom: 0px;
}

.centered-block {
	display: inline-block;
	white-space: nowrap;
}

label.control-label {
	margin-right: 0px;
}

.club-title {
	font-size: 120%;
	font-weight: bold;
}

.portrait {
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/default-profile.png);
}

.portrait-container > * {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.portrait-container span,
.portrait-container label {
	width: 100%;
	display: block;
}

.portrait-container i {
	margin-right: 5px;
	vertical-align: middle;
}

.portrait-container .btn.btn-small {
	overflow: auto;
	padding-top: 10px;
}

.portrait-container .btn i {
	float: left;
	margin-top: -5px;
}
.file-chooser {
	word-break: break-word;
}
.file-chooser .input-group-btn {
	display: inline;
}

.control-label + .readonly {
	padding-top: 7px;
}

.control-label-nopadding {
	padding-top: 0px !important;
}

.club-title {
	text-align: left;
	padding-left: 30px;
}

p .form-control {
	display: inline-block;
	width: auto;
}

label.required:after {
	content: "*";
	color: red;
	font-weight: bold;
	margin-left: 3px;
}

label.required + ul {
	list-style-type: none;
	text-align: left;
}

p label {
	font-weight : normal;
}

.columns-2 {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-type: none;
}

.ab-list {
	list-style-type: lower-latin;
}

.table-bordered > tbody > tr > td.end-column {
	border-right-style: double !important;
	border-right-width: 3px;
}

.radio-cell {
	position: relative;
}

.radio-cell input {
	display: none;
}

.radio-cell label {
	display: block;
	height: calc(16px + 100%);
	cursor: pointer;
	margin: -8px;
	width: calc(16px + 100%);
	max-width: none;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 35px;
}

.radio-cell input[value="0"]:checked + label {
	background-image: url(../img/icon/check-red.png);
}

.radio-cell input[value="1"]:checked + label {
	background-image: url(../img/icon/check-yellow.png);
}

.radio-cell input[value="2"]:checked + label {
	background-image: url(../img/icon/check-green.png);
}

.nb-paraph:before {
	content: 'NB : ';
	font-weight: bold;
}

p + ul {
	margin-left: 30px;
}

.app-big-modal-window .modal-dialog {
	width: 900px;
	max-width: 90%;
}

.header-logo {
    max-height: 50px;
    margin-top: -20px;
    margin-left: 20px;
}

/* Effectuer une demande : onglets */

.linear-tabs .nav-tabs > .uib-tab > div:hover {
	border-color: transparent;
}

.linear-tabs .uib-tab > div:focus,
.linear-tabs .uib-tab > div:hover,
.linear-tabs .uib-tab.disabled > div {
	background-color: transparent;
	color: #337ab7;
}

.linear-tabs .nav-tabs {
	text-align: center;
	border-bottom-width: 0px;
	margin-bottom: 15px;
}

.linear-tabs .nav-tabs li {
	float: none;
	display: inline-block;
	cursor: pointer;
}

.linear-tabs .nav-tabs li div {
	display: inline-block;
	margin-right: 0px !important;
    line-height: 0.928571 !important;
}

.linear-tabs .nav-tabs li div:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 150%;
}

.linear-tabs .nav-tabs > .uib-tab.active > div:before,
.linear-tabs .nav-tabs > .uib-tab.active ~ .uib-tab > div:before {
	content: "";
	margin-right: 0px;
}

.linear-tabs .nav-tabs > .uib-tab.active > div,
.linear-tabs .nav-tabs > .uib-tab.active ~ .uib-tab > div {
	color: lightgray;
}

.linear-tabs .nav-tabs li + li:before {
	/*content: ">";*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
	display: inline-block;
	margin: 0px 10px;
	color: lightgray;
}

.linear-tabs .nav-tabs > .uib-tab.active > div,
.linear-tabs .nav-tabs > .uib-tab.active > div:focus,
.linear-tabs .nav-tabs > .uib-tab.active > div:hover {
	border-color: transparent;
	background-color: #8A8AAE;
	color: white;
    border-radius: 4px;
}

.linear-tabs .nav-tabs li.disabled {
	background-color: transparent !important;
}

/* Page Effectuer demander */

button > .glyphicon-ok {
	border-radius: 100%;
	background-color: green;
	color: white;
	margin-left: 5px;
	padding: 3px;
	font-size: 10px
}

button > .glyphicon-remove {
	border-radius: 100%;
	background-color: red;
	color: white;
	margin-left: 5px;
	padding: 3px;
	font-size: 10px
}

fieldset fieldset {
	max-width: 80%;
	margin: 10px auto;
}

.transparentGrpAddon {
	background-color:transparent;
	border-style:none;
}

.btnAllwaysEnable.disabled, .btnAllwaysEnable[disabled], fieldset[disabled] .btnAllwaysEnable {
    cursor: auto;
    filter: none;
    display: inline-block !important;
    opacity: 1;
}

fieldset[disabled] .btn, fieldset[disabled] .input-group-addon,
fieldset[disabled] .btn.disabled, fieldset[disabled] .btn[disabled] {
	display : none;
}

fieldset[disabled] input[type=text] {
	overflow : visible;
}

.readOnlyField {
	overflow : visible;
}

.document-templates-list a {
	display: inline-block;
	margin: 15px 50px;
}

.document-templates-list a span {
	display: block;
}

.document-templates-list a span + span {
	margin-top: 5px;
}

.input-group {
	padding: 0px 15px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

section:not(.linear-tabs) .nav-tabs > li:not(.active) {
	top: 10px;
}

section:not(.linear-tabs) .nav-tabs > li:not(.active):hover {
	top: 5px;
	cursor: pointer;
}

section:not(.linear-tabs) .nav-tabs > li:not(.active) > div {
	background-color: #e5e5e5;
	color: gray;
	padding-top: 7px;
}

.asked-structure {
	width: 100%;
    display: inline-block;
    white-space: pre-wrap;
    margin: 0;
}

/* Toogle button theme */
toggle > div{
    height: 5px !important;
}

toggle.disabled {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-toogle-on {
	background-color: #7A7CB9;
	border-color: #7A7CB9;
	color: white;
	border-radius: 4px !important;
}

.btn-toogle-on:hover {
	background-color: #3C3E6F;
	border-color: #3C3E6F;
	color: white;
}

.btn-add-rts {
    right: 37px;
    position: relative;
    border-width: 0px;
    background-color: #7A7CB9;
    border-color: #7A7CB9;
    color: white;
}

.btn-add-rts:hover {
	background-color: #3C3E6F;
	border-color: #3C3E6F;
	color: white;
}

.btn-add-rts:active {
	background-color: #3C3E6F;
	border-color: #3C3E6F;
	color: white;
}

/* Liste des demandes, information etat */
.etat_demande_detail {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.etat_demande_detail li:not(:first-child) {
    padding-left: 15px;
    display: flex;
}
.etat_demande_detail li:not(:first-child) label {
    font-weight: normal !important;
    
    flex: 1;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}
.etat_demande_detail li:not(:first-child) label {
    font-weight: normal !important;
    
    flex: 1;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}

/* Texte d'information en début de demande */
.info-demande-text {
	background-color: lightyellow;
    padding: 15px;
    border: 1px solid gold;
    margin-bottom: 20px;
}
.info-demande-text p {
	display: inline-block;
	margin-bottom: 5px;
}
.info-demande-text i {
    font-size: 25px;
    margin-right: 5px;
    color: chocolate;
}

.error {
	color: red;
}