@font-face {
  font-family: 'FontAwesome';
  src: url('themes/default/assets/fonts/icons.ttf') format('truetype');
}

body {
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-size: 100%;
  background-size: cover;
  background: #eee url("/css/images/austin-langlois-555160-unsplash-white-821045136a1990d173cd22d8d54c6aa7.jpg") no-repeat right top;
  margin: 0 auto;
}

.todelete {
  border: 1px solid palevioletred;
  color: palevioletred !important;
  display: none !important;
}

.tochange {
  border: 1px solid orange;
  color: orange !important;
}

.toadd {
  border: 1px solid green;
  color: green !important;
}

a,
.ui.breadcrumb a {
  color: #329DC8;
}

a:hover {
  color: #277A9B;
}

#reclamation .ui.primary.button,
#reclamation.ui.primary.buttons .button {
  background-color: #329DC8;
}

.container {
  margin-top: 3rem;
}

.login {
  margin: 0 auto;
  padding: 3rem 5rem !important;
}

.login input {
  width: 300px !important;
}

.login input#utilisateur:before {
  content: "\f007";
}

main {
  height: 100%;
}

main section.three.column.row {
  border-right: 1px solid rgba(34, 36, 38, .15);
  min-height: 100%;
}

main section.thirteen {
  min-height: 100vh;
}

#sidebarIcon {
  border-left: 1px solid rgba(34, 36, 38, .15);
  text-align: center;
}

#sidebarIcon .item {
  border-bottom: 1px solid rgba(34, 36, 38, .15);
  margin: 0;
  padding: 1rem 0.5rem;
  text-align: center;
}

#sidebarIcon .item .item {
  text-align: left;
}

#sidebarIcon .item i {
  color: #3d3d3a;
  cursor: pointer;
  font-size: 2em;
  margin: 0 auto;
}

#sidebarIcon .item i:hover {
  opacity: 0.8;
}

#sidebarIcon .item span {
  font-size: 0.7em;
}

.nopad {
  padding: 0 !important;
}

.nomarg {
  margin: 0 !important;
}

.floatRight {
  float: right;
}

.pageErreur {
  color: #666;
  padding: 4rem;
}

#reclamation td.nodata,
p.nodata {
  color: #999;
  text-align: center;
}

span.nodata {
  color: #999;
}

.whiteBox {
  background-color: #fff;
  border-radius: .28571429rem;
  border: 1px solid rgba(34, 36, 38, .15);
  margin-bottom: 1rem;
  padding: 1rem;
}

.whiteBox h3 {
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 1.3rem;
}

.whiteBox h3 span {
  display: inline-block;
  margin-top: 5px;
}

#circonstance {
  padding: 3rem;
  text-align: center;
}

#circonstance h1 {
  text-align: center;
}

#circonstance img {
  margin: 0 auto;
  width: 5rem;
}

.line-through {
  margin-left: 25px;
  text-decoration: line-through;
}

.whiteBox.list ul {
  margin: -1rem;
  padding: 0;
}

.whiteBox.list li {
  border-bottom: 1px solid rgba(34, 36, 38, .15);
  list-style-type: none;
  padding: 1rem;
}

.whiteBox.list ul li span,
.whiteBox.sommaire p {
  font-size: 0.9rem;
}

.whiteBox.list ul li p {
  font-size: 1.3rem;
}

.whiteBox.list ul li p:empty {
  background-color: rgba(34, 36, 38, .15);
  height: 1.3rem;
}

.whiteBox.sommaire {
  padding: 2.5rem 0;
  position: relative;
}

.triangle {
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid rgba(34, 36, 38, .15);
  height: 0;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 0;
  z-index: 2;
}

#infoReclamation,
#critereRecherche {
  background-color: #fff;
  padding: 1rem;
}

#infoReclamation .dropdown,
#infoReclamation textarea {
  border: 1px solid #fff;
  resize: inherit;
}

.dropdown.noborder {
  background-color: initial !important;
  border: 0 !important;
  padding-left: 0 !important;
}

.dropdown.noborder .text:after {
  content: " :";
}

#infoReclamation .dropdown:hover,
#infoReclamation textarea:hover {
  border: 1px solid #ccc;
  resize: auto;
}

#sidebarMenu {
  background-color: #fff;
  border-left: 1px solid rgba(34, 36, 38, .15);
}

#sidebarOnglet {
  background-color: #fff;
  border-right: 0;
}

#sidebarOnglet .item {
  border-top: 1px solid rgba(34, 36, 38, .15);
  margin: 0;
  padding: 0.7rem;
}

#sidebarOnglet.menu .menu .item {
  padding: 0.7rem 2rem;
}

#sidebarOnglet .item:last-child {
  border-bottom: 1px solid rgba(34, 36, 38, .15);
}

#sidebarOnglet .item.active {
  background-color: initial !important;
  border-right: 3px solid #329DC8;
}

.btnAction.disabled {
  -webkit-box-shadow: none !important;
  background: #e0e1e2 !important;
  box-shadow: none !important;
  color: rgba(0, 0, 0, .6);
  cursor: default;
  opacity: .45 !important;
  pointer-events: none !important;
}

.btnAction.loading:before {
  border-radius: 500rem;
  border: .2em solid rgba(0, 0, 0, .15);
  content: '';
  height: 1.28571429em;
  position: absolute;
  width: 1.28571429em;
}

.btnAction.loading:after {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation: button-spin .6s linear;
  -webkit-box-shadow: 0 0 0 1px transparent;
  animation-iteration-count: infinite;
  animation: button-spin .6s linear;
  border-color: #fff transparent transparent;
  border-radius: 500rem;
  border-style: solid;
  border-width: .2em;
  box-shadow: 0 0 0 1px transparent;
  content: '';
  height: 1.28571429em;
  margin-left: -1.18rem;
  margin-top: -.01rem;
  position: absolute;
  width: 1.28571429em;
}

.btnAction {
  background-color: #f2f6fb;
  border-radius: 5px;
  border: 0;
  color: #329DC8;
  display: inline-block;
  height: 37px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0.6rem 0.6rem;
  text-align: center;
}

.btnAction i {
  margin: 0;
}

.btnAction:hover {
  background-color: #e3e8ed;
}

.iconeAction {
  color: #757575;
  font-size: 1.3em;
  margin-left: 0.5rem;
}

#iconeRappel .fa-stack {
  color: #3d3d3a;
  width: 1.5em;
}

#iconeRappel .fa-stack[data-count]:after {
  background: #fb7d7d;
  border-radius: 50%;
  color: #fff;
  content: attr(data-count);
  font-size: 90%;
  line-height: 1em;
  min-width: 1em;
  padding: .5em;
  position: absolute;
  right: 21%;
  text-align: center;
  top: 8%;
}

.gray {
  color: #ccc;
}

.center {
  text-align: center;
}

.assigneA {
  padding-left: 14px;
}

.assigneA i {
  float: right;
}

.added input {
  width: 81% !important;
}

.added .btnAction {
  margin-left: 0;
}

.icon.circle.vert {
  color: #4be995;
  font-size: 0.6em;
}

.icon.circle.jaune {
  color: #e9be4b;
  font-size: 0.6em;
}

.icon.circle.rouge {
  color: #fb7d7d;
  font-size: 0.6em;
}

.icon.circle.gris {
  color: #8c8c8c;
  font-size: 0.6em;
}

.montant.rouge {
  color: #fb7d7d;
}

input.montant,
.align-right {
  text-align: right !important;
}

div.montant {
  text-align: right;
  width: 170px;
}

.width10 {
  width: 10%;
}

.clear {
  clear: both;
}

.textContent {
  min-width: 150px;
  text-align: right;
}

.textContentLong {
  min-width: 250px;
}

.informations label {
  width: auto !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 2rem 4rem;
}

td.montant,
th.montant {
  text-align: right !important;
}

#legende {
  display: flex;
}

#legende span {
  margin-right: 2rem;
}

#reclamation .ui.breadcrumb {
  margin-top: 2rem;
}

#reclamation .ui.breadcrumb .active.section {
  font-weight: normal;
  opacity: 0.5;
}

.action {
  background: #f9fafb;
  border-top: 1px solid rgba(34, 36, 38, .15);
  margin-top: 1rem;
  margin: 1rem -1rem -1rem;
  padding: 1rem 1rem;
  text-align: right;
}

/* -------------------------*/
/* Overight Sematic ui rules  */
/* -------------------------*/
#reclamation .ui.menu .item:before {
  background: none;
}

.boxflex {
  display: flex;
  flex-wrap: wrap;
}

#reclamation .avatar {
  display: inline-block;
  margin-top: 5px;
  width: 3rem;
}

#reclamation .avatar div {
  background-color: #329DC8;
  border-radius: 100%;
  color: #fff;
  display: table-cell;
  font-size: 0.8em;
  height: 3rem;
  padding: 0.8rem;
  text-align: center;
  vertical-align: middle;
  width: 3rem;
}

#reclamation .avatarB div {
  background-color: #88a2ae;
}

#reclamation div.ui.icon.input>i.dollar.sign.icon+input {
  padding-left: 0;
  padding-right: 2rem !important;
}

#reclamation label {
  font-weight: normal;
  width: 100%;
}

#reclamation .exclusions label {
  width: auto;
}

#reclamation .bigContent .wide.column {
  margin: 0;
  padding: 0.5rem;
}

.one.wide.column.small {
  width: 4% !important;
}

#reclamation .ui.form input[type=text],
#reclamation .ui.form input[type=number] {
  width: initial;
}

#reclamation .ui[class*="left icon"].input>input {
  padding-left: 1rem !important;
}

#reclamation .ui.comments {
  max-width: none;
}

#reclamation .ui.comments .comment {
  border-top: 1px solid rgba(34, 36, 38, .15);
  margin: -1rem;
  padding-bottom: 1rem;
}

#reclamation .ui.comments .comment:before {
  content: "\f086";
  font-family: Icons;
  font-size: 2em;
  left: 1rem;
  opacity: 0.11;
  position: absolute;
  top: 1rem;
}

#reclamation .ui.comments .comment .content {
  padding: 1rem 1rem 1rem 4rem;
}

#reclamation .ui.form .inline.fields .field>.selection.dropdown {
  width: 100%;
}

#reclamation .ui.compact.table td.tdIcone {
  padding-left: 0;
  padding-right: 0;
}

.ui.sortable.table thead th {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}

.readmore {
  display: block;
  max-height: 38px;
  overflow: hidden;
}

.more,
.btnAction {
  cursor: pointer;
}

#reclamation .ui.form label {
  font-size: 14px;
}

#reclamation .ui.modal.small {
  width: 450px;
}

#reclamation input.error,
#reclamation .error {
  -webkit-box-shadow: none;
  background-color: #fff6f6;
  border-color: #e0b4b4;
  box-shadow: none;
  color: #9f3a38;
}

.ui[class*="left icon"].input>i.icon {
  left: initial;
  right: 1px !important;
}

.couverture-en-vigueur i {
  margin-left: 10px;
}

.couverture-en-vigueur {
  font-weight: bold;
}

/* -------------------------*/
/*  Media Query             */
/* -------------------------*/
@media (min-width: 1024px) {
  .ui.form .boxflex .field {
    margin-right: 1rem;
    width: calc(25% - 1rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ui.form .boxflex .field {
    margin-right: 1rem;
    width: calc(50% - 1rem) !important;
  }

  #reclamation .tab .ui.grid>.column {
    width: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .ui.form .boxflex .field {
    margin-right: 1rem;
    width: calc(100% - 1rem) !important;
  }

  #reclamation .tab .ui.grid>.column {
    width: 100% !important;
  }
}

button.item {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.ui.form .alignerDropDown>.selection.dropdown {
  min-width: 0em !important;
}

.ui.form .alignerDropDown>.selection.dropdown>.text {
  width: 100%;
}

.quillEdit {
  height: 25em;
}

#iconeDossierEnAttente .fa-stack[data-count]:after {
  background: #fb7d7d;
  border-radius: 50%;
  color: #fff;
  content: attr(data-count);
  font-size: 90%;
  line-height: 1em;
  min-width: 1em;
  padding: .5em;
  position: absolute;
  right: 24%;
  text-align: center;
  top: 8%;
}

#iconeDossierEnAttenteAssignesAunePersonne .fa-stack[data-count]:after {
  background: #fb7d7d;
  border-radius: 50%;
  color: #fff;
  content: attr(data-count);
  font-size: 90%;
  line-height: 1em;
  min-width: 1em;
  padding: .5em;
  position: absolute;
  right: 24%;
  text-align: center;
  top: 8%;
}

#iconeDossierOuverts .fa-stack[data-count]:after {
  background: #fb7d7d;
  border-radius: 50%;
  color: #fff;
  content: attr(data-count);
  font-size: 90%;
  line-height: 1em;
  min-width: 1em;
  padding: .5em;
  position: absolute;
  right: 24%;
  text-align: center;
  top: 8%;
}

#iconeDossierOuvertNonCouvert .fa-stack[data-count]:after {
  background: #fb7d7d;
  border-radius: 50%;
  color: #fff;
  content: attr(data-count);
  font-size: 90%;
  line-height: 1em;
  min-width: 1em;
  padding: .5em;
  position: absolute;
  right: 24%;
  text-align: center;
  top: 8%;
}
