main, footer {
  padding-left: 100px;
}

@media only screen and (max-width : 992px) {
  main, footer {
    padding-left: 0;
  }
}

.sidenav{
  width: 100px;
}

@media only screen and (min-width : 900px){
  nav .nav-wrapper {
    margin-left: 100px;
  }
}

pre {
  padding-left: 100px;
}

body {
  background-color: #f4f5f7;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

@supports (-webkit-touch-callout: none) { /* Avoid Chrome to see Safari hack */
  body {
    min-height: -webkit-fill-available; /* hack for Safari to handle min-height! 100 vh */
  }
}

.side-nav-header {
  height:64px;
}

.sidenav li.active > a > i:not(.expand-sidemenu-icon)  {
  color:rgb(68, 68, 68) !important;
}

.side-nav-header-img {
  max-height: 64px;
  max-width:100px;
  display:block;
  width:auto;
  margin-left:auto;
  margin-right:auto;
}

@media only screen and (min-width: 993px){
  .container {
    width: 100%;
  }
}

.main-color-bg{
  background-color:rgb(68, 68, 68);
}

.white-bg{
  background-color:white;
}

.red-bg{
  background-color:red;
}

.green-bg{
  background-color:green;
}

.light-green-bg {
  background-color: rgba(0,128,0,0.2);
}

.color-bg-list-1{
  background-color:rgb(224, 41, 49);
}

.color-bg-list-2{
  background-color:rgb(233, 66, 116);
}

.color-bg-list-3{
  background-color:rgb(174, 61, 186);
}

.color-bg-list-4{
  background-color:rgb(236, 202, 45);
}

.color-bg-list-5{
  background-color:rgb(88, 184, 100);
}

.color-bg-list-6{
  background-color:rgb(41, 182, 246);
}

.main-color-stroke{
  stroke:rgb(68, 68, 68);
}

.color-stroke-list-1{
  stroke:rgb(224, 41, 49);
}

.color-stroke-list-2{
  stroke:rgb(233, 66, 116);
}

.color-stroke-list-3{
  stroke:rgb(174, 61, 186);
}

.color-stroke-list-4{
  stroke:rgb(236, 202, 45);
}

.color-stroke-list-5{
  stroke:rgb(88, 184, 100);
}

.color-stroke-list-6{
  stroke:rgb(41, 182, 246);
}

.main-color-font{
  color:rgb(68, 68, 68);
}

.color-font-list-1{
  color:rgb(224, 41, 49);
}

.color-font-list-2{
  color:rgb(233, 66, 116);
}

.color-font-list-3{
  color:rgb(174, 61, 186);
}

.color-font-list-4{
  color:rgb(236, 202, 45);
}

.color-font-list-5{
  color:rgb(88, 184, 100);
}

.color-font-list-6{
  color:rgb(41, 182, 246);
}

.main-color-color{
  color:rgb(68, 68, 68);
}

.color-color-list-1{
  color:rgb(224, 41, 49);
}

.color-color-list-2{
  color:rgb(233, 66, 116);
}

.color-color-list-3{
  color:rgb(174, 61, 186);
}

.color-color-list-4{
  color:rgb(236, 202, 45);
}

.color-color-list-5{
  color:rgb(88, 184, 100);
}

.color-color-list-6{
  color:rgb(41, 182, 246);
}

.transparent-stroke{
  stroke:transparent;
}

nav {
  background-color: rgb(68, 68, 68);
  height: 64px;
  line-height: 64px;
}

nav ul {
  background-color: rgb(68, 68, 68);
}

blockquote {
  border-left: 5px solid rgb(68, 68, 68);
}

blockquote.md-red {
  border-left: 5px solid red;
}

blockquote.md-green {
  border-left: 5px solid green;
}

blockquote.md-orange {
  border-left: 5px solid orange;
}

blockquote.md-orange {
  border-left: 5px solid orange;
}

blockquote.md-grey {
  border-left: 5px solid grey;
}
blockquote.md-lightgray {
  border-left: 5px solid lightgray;
}

blockquote.md-black {
  border-left: 5px solid black;
}

main {
  flex: 1 0 auto;
}

.page-footer {
  color: white;
  background-color: rgb(68, 68, 68);
  padding-top: 5px;
  padding-bottom: 5px;
}

h1 {
  font-size: 2.2rem;
  color: rgb(68, 68, 68);
}

h2 {
  color: rgb(68, 68, 68);
  font-size: 2rem;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 12px;
}
h3 {
  color: rgb(68, 68, 68);
  font-size: 1.8rem;
}
h4 {
  color: rgb(68, 68, 68);
  font-size: 1.6rem;
}
h5 {
  color: rgb(68, 68, 68);
  font-size: 1.4rem;
}
h6 {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

.tabs {
  color: rgb(68, 68, 68);
  scrollbar-width: thin;
}

.tabs .tab a{
  color: rgba(68, 68, 68, 0.7);
  padding: 0 12px;
}

.tabs .tab a:hover, .tabs .tab a.active{
  color: rgb(68, 68, 68);
}

.tabs .indicator {
  background-color: rgb(68, 68, 68);
}

.btn:hover, .btn-large:hover {
  background-color: rgb(224, 41, 49);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: bottom
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 46px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 1rem;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.select2-container--default .select2-selection--single {
  background-color: inherit;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 46px;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

input::placeholder { /* Firefox, Chrome, Opera */
  color: #999;
  opacity: 1;
}

input::-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #999;
}

input::-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(0, 0, 0, .3) transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: inherit;
  cursor: default;
  border-bottom: 1px dotted rgba(0,0,0,0.42);
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgb(68, 68, 68);
  border: none;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 8px;
  padding: 3px 10px;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: inherit;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  height: 30px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 46px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 46px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: 46px;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: 0
}

.select2-container--focus span.select2-selection {
  border-bottom: 1px solid rgb(68, 68, 68);
}

.select2-container--focus ~ label.active {
  color: rgb(68, 68, 68);
}

.select2-container--open span.select2-selection {
  border-bottom: 1px solid rgb(68, 68, 68);
}

.select2-container--open ~ label.active {
  color: rgb(68, 68, 68);
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: auto;
  min-height: 46px;
}

.select2-container--default .select2-selection--multiple input {
  margin: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
  margin-right: 5px
}

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .26)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-bottom: 1px solid #aaa;
  border-top: none;
  border-right: none;
  border-left: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected], div.tagsinput span.tag {
  background-color: rgb(68, 68, 68);
}

.select2-container .select2-search--inline:first-child {
  float: none;
}
.select2-container .select2-search--inline:first-child .select2-search__field{
  width: 100% !important;
}

.collapsible-padding{
  padding-left:12px !important;
  padding-right:12px !important;
  margin-top: 0 !important;
}

.collapsible-margin{
  margin-left:12px;
  margin-right:12px;
  margin-top: 0;
}

.col .collapsible-margin {
  margin-left: 0;
  margin-right: 0;
}

.collapsible-header {
  border-left: 4px solid rgb(68, 68, 68);
}

.collapsible-header-force-red {
  border-left: 4px solid red !important;
}

.collapsible-header-force-green {
  border-left: 4px solid green !important;
}

.collapsible-header-force-orange {
  border-left: 4px solid orange !important;
}

.collapsible-header-force-grey {
  border-left: 4px solid grey !important;
}

.collapsible-body {
  background-color: #fff;
}

.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: rgb(68, 68, 68);
}

.modal .modal-header .close-modal-icon:hover {
  transform: rotate(90deg);
  color: rgb(68, 68, 68);
  transition: all 0.5s ease;
}

.modal-footer {
  border-top : 1px solid rgba(0,0,0,0.1);
}

.hidden{
  display:none; /*do not set it important*/
}

.button-valid{
  color:green;
}

.md-red{
  color:red;
}

.md-green{
  color:green;
}

.md-orange{
  color:orange;
}

.md-yellow{
  color:yellow;
}

.md-purple{
  color:purple;
}

.md-gray{
  color:gray;
}

.md-lightgray{
  color:lightgray;
}

.md-black{
  color:black;
}

.md-blue{
  color:blue;
}

.md-white{
  color:white;
}

.md-default{
  color:rgb(68, 68, 68);
}

.modal{
  max-height: 85%;
  overflow: auto;
  width: 70%;
}

.number-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 1px;
  background: rgb(68, 68, 68);
  border: 1px solid rgb(68, 68, 68);
  color: white;
  text-align: center;
  font-size: 2em;
}

.email-displayer-content {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px !important;
}

.email-displayer-dest {
  color: #99abb4;
}

.email-displayer {
  overflow: auto;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.no-max-width{
  max-width: none;
}

.card{
  margin: 0 0 20px 0;
}

.card-action{
  text-align: right;
}

.cursor-help{
  cursor:help;
}

.icon-div{
  display:inline-block;
}

.submenu-label-a{
  white-space: nowrap;
  padding: 0 8px !important;
  overflow: hidden;
  text-align: left;
  font-size: 12px !important;
}

.text-align-right{
  text-align: right;
}

td .text-align-right input {
  text-align: right;
}
td.text-align-right input {
  text-align: right;
}

.text-align-left{
  text-align: left;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.dropdown-list-icon {
  display: list-item !important;
}

.dropdown-list-subtitle {
  font-size: 0.8rem;
  font-weight: 400;
  color: grey;
}

.dropdown-list-link{
  color: rgba(0, 0, 0, 0.87) !important;
}

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

.no-padding-left {
  padding-left: 0 !important;
}

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

.card-padding {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

html,button,input,optgroup,select,textarea{
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif
}

.indicator-block-link{
  display: block;
  position: relative;
  padding: 15px 15px 10px 15px;
  color:white;
  transition: all .25s ease;
}


.indicator-block-link.unselected {
  background-color: #C8C8C8;
}

.btn.unselected {
  background-color: #C8C8C8;
}


.indicator-block-link.unselected:hover {
  background-color: #5e5e5e;
}

.btn.unselected:hover {
  background-color: #5e5e5e;
}

.indicator-block-link:hover{
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);
  box-shadow: 0 14px 24px rgba(62,57,107,.2);

}

.indicator-block-value{
  font-size: 1.2rem;
  font-weight: 700;
  line-height:2;
}

.indicator-block-text{
  display: block;
  width:calc(100% - 45px);
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.indicator-block-icon{
  top: 50%;
  width:60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  text-align: center;
}

.indicator-block-icon-container{
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width:60px;
  -webkit-transition: all .3s ease;
  background-color: rgba(0, 0, 0, .3);
}

.datatable-noresult-message{
  text-align:center;
  font-style: italic;
}

.dataset-noresult-message{
  text-align:center;
  font-style: italic;
}

.expand-sidemenu-icon{
  margin:0 0 0 0 !important;
}

.expand-sidemenu-a{
  display: inline-block !important;
  float: right;
  padding: 0 5px 0 0 !important;
  width: 50%
}

#slide-out .expand-sidemenu-a{
  width: 20%
}

#slide-out .expanded-menu-a{
  width: 80%
}

.expanded-li:not(.active){
  height: 48px;
}

.expanded-li:not(.active) .submenu-label-a {
  color: transparent;
}

.expanded-menu-a{
  display: inline-block !important;
  padding: 0 0 0 0 !important;
  width: 50%
}

.expanded-menu-icon{
  margin: 0 12px 0 12px !important;
}

.sidenav .collapsible-body {
  width : 100%;
}


.close-submenu-icon{
  font-size: 2rem !important;
  margin: 12px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items : center;
}

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

.inline-flex {
  display: inline-flex;
}

.inline-block {
  display: inline-block;
}

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

.info-descriptor-span{
  margin: 10px 0;
  display: block;
  padding: 0 0 0 35px;
  position: relative;
}

.info-descriptor-span-i{
  position: absolute;
  left: 5px;
  font-size: 1.4em;
}

.highlited-number{
  display:block;
  font-weight:500;
  font-size:3em;
}

.input-field li.select2-search > input[type="search"]:focus:not(.browser-default) {
  background-color: transparent !important;
}

.border-left{
  border-left: 1px solid rgba(0,0,0,0.1);
}

.border-right{
  border-right: 1px solid rgba(0,0,0,0.1);
}

.modal-large-width{
  width: 85% !important;
}

.modal-full-height{
  top: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
}

.modal-full-height .modal-content {
  height: calc(100% - 56px); /* height of modal footer */
}

.modal-thin-width{
  width: 50% !important;
}

.md-18{
  font-size: 18px;
}
.md-24{
  font-size: 24px;
}
.md-36{
  font-size: 36px;
}
.md-48{
  font-size: 48px;
}
.md-64{
  font-size: 64px;
}

.font-size-1em {
  font-size: 1em;
}

.font-size-2em {
  font-size: 2em;
}

.font-size-3em {
  font-size: 3em;
}

.font-size-5em {
  font-size: 5em;
}

.font-size-10em {
  font-size: 10em;
}

.full-width{
  width: 100% !important;
}

.brand-logo{
  padding-left: 12px !important;
}

.card-title {
  margin-top: 0 !important;
  word-wrap: break-word;
}


@media only screen and (min-width: 1500px) {
  .ct-half-donut-width > path.ct-slice-donut{
    stroke-width: 45px !important;
  }
}

@media only screen and (min-width : 400px) and (max-width : 1499px){
  .ct-half-donut-width > path.ct-slice-donut{
    stroke-width: 30px !important;
  }
}
@media only screen and (max-width : 399px){
  .ct-half-donut-width > path.ct-slice-donut{
    stroke-width: 15px !important;
  }
}

.ct-negative-labels{
  overflow: hidden;
}

.ct-chart-title-div{
  border-top: 1px solid #e6e7ed;
  margin-top: -28%;
  padding-top: 8px;
  text-align: center;
}

.ct-chart-emphasis-div{
  position: absolute;
  top: 40%;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
}

.add-padding-top{
  padding-top: 12px;
}

.add-double-padding-top{
  padding-top: 24px;
}

.dropzone{
  border: 2px dashed rgb(68, 68, 68);
  background-color: #f4f5f7;
}

.tab-system-vertical .tabs {
  height: auto;
  white-space: normal;
}

.tab-system-vertical .tab {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  text-transform: none;
  text-align: left;
}

.tab-system-vertical .tab-content {
  width: 100%;
  background: #fcfcfc;
  border:1px solid #f0f0f0;
}

.tab-system-vertical .indicator {
  display: none;
}

.cursor-pointer{
  cursor: pointer;
}

.number-circle-light{
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 4px;
  background: rgb(68, 68, 68);
  border: 1px solid rgb(68, 68, 68);
  color: white;
  text-align: center;
  font-size: 1em;
  overflow: hidden;
}

.number-circle-light.background-transparent {
  background: transparent;
}


.event-store-displayer-user{
  margin-top: 2px;
  font-weight: 600;
}

.event-store-displayer-datetime{
  color: #99abb4;
  font-style: italic;
  font-weight: 300;
}

.event-store-displayer-title{
  font-weight: 400;
}

.event-store-displayer-comments{
  font-weight: 300;
}

.event-store-displayer-content{
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px !important;
}

.preloader-center-wrapper{
  width: 100%;
  text-align: center;
}

.display-inline-block{
  display: inline-block;
}

.display-block{
  display: block;
}

.confirm-overlay{
  position: fixed;
  z-index: 9999;
  display: flex;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  opacity: 1;
  text-align: center;
  vertical-align: middle;
  align-items: center;
}

.confirm-overlay-section{
  display: block;
  width: 100%;margin: 0;
  color: #fff;
  -webkit-box-align: center;
}

.confirm-overlay-action-cancel {
  color: red;
  border: 1px solid red;
  margin-right: 24px;
}

.confirm-overlay-action-valid {
  color: #2ecc40;
  border: 1px solid #2ecc40;
  margin-left: 24px;
}

.confirm-overlay-action-cancel:hover {
  color: white;
  background-color: red;
}

.confirm-overlay-action-valid:hover {
  color: white;
  background-color: #2ecc40;
}

.font-weight-bold {
  font-weight:bold;
}

.breadcrumbs {
  padding: 0 12px;
  margin:15px 0;
  list-style:none;
}
.breadcrumbs>li {
  display:inline-block;
}
.breadcrumbs-superior>li+li:before {
  padding:0 5px;
  color:#ccc;
  content:">\00a0";
}
.breadcrumbs-slash>li+li:before {
  padding:0 5px;
  color:#ccc;
  content:"/\00a0";
}
.breadcrumbs .active >a {
  font-weight:normal;
  color:#999 !important;
}

.card-content-top-separator{
  border-top: 1px solid rgba(160,160,160,0.2);
}

.card-content-bottom-separator{
  border-bottom: 1px solid rgba(160,160,160,0.2);
}

.row-highlights > tr:hover {
  background-color: rgba(0,0,0,0.06);
}

.row-highlights > tr.datatable-pagination-footer-row:hover {
  background-color: transparent;
}

.row-highlights > td.datatable-noresult-message:hover {
  background-color: transparent;
}


.row-highlights > td.disabled-highlights:hover {
  background-color: transparent;
}

tr.odd {
  background-color: rgba(0,0,0,0.03);
}

tr.even {
  background-color: rgba(255,255,255, 0);
}

tr.opening {
  color: white;
  background-color: rgb(68, 68, 68);
  font-weight: bold;
  opacity: 0.6;
}

tr.opening:hover {
  background-color: rgb(68, 68, 68);
  opacity: 0.6;
}

tr.total:hover {
  background-color: rgb(68, 68, 68);
  opacity: 0.8;
}

tr.total {
  color: white;
  background-color: rgb(68, 68, 68);
  font-weight: bold;
  opacity: 0.8;
}
tr.grand-total {
  color: white;
  background-color: rgb(68, 68, 68);
  font-weight: bolder;
  border-top-style: double;
}

tr.grand-total:hover {
  background-color: rgb(68, 68, 68);

}

tr.total [type="checkbox"]:checked + span:not(.lever)::before {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-top: none;
  border-left: none;
}

tr.total [type="checkbox"] + span:not(.lever)::before, tr.total [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
  border: 2px solid white;
}

tr.subtotal:hover {
  background-color: rgb(68, 68, 68);
  opacity: 0.5;
}

tr.subtotal {
  color: white;
  background-color: rgb(68, 68, 68);
  font-weight: bold;
  opacity: 0.5;
}

tr.subtotal-red:hover {
  background-color: red;
  opacity: 0.5;
}

tr.subtotal-red {
  color: white;
  background-color: red;
  font-weight: bold;
  opacity: 0.5;
}

tr.subtotal-green:hover {
  background-color: green;
  opacity: 0.5;
}

tr.subtotal-green {
  color: white;
  background-color: green;
  font-weight: bold;
  opacity: 0.5;
}

.row-active {
  font-weight: bold;
  color:rgb(68, 68, 68);
  background-color: rgba(0,0,0,0.08);
}

.card-action-buttons{
  margin: -20px 10px -20px 10px;
  text-align: right;
}

.card-action-button-element{
  display: inline-block;
  padding-left: 5px;
}

.card > .card-image > .card-title {
  background: rgba(0,0,0,0.30);
  width: 100%;
}

.carousel > .indicators > .indicator-item {
  background-color: white;
  border: 1px solid rgb(68, 68, 68);
  height: 16px;
  width: 16px;
}

.carousel > .indicators > .indicator-item.active {
  background-color: rgb(68, 68, 68);
}

.datatable-performance-footer{
  color: rgb(68, 68, 68);
  background-color: transparent;
  text-align: center;
}

.image-rounded-style {
  border-radius: 50%;
  border: 1px solid #f4f5f7;
}

.data-table-image-crop-25{
  object-fit: cover;
  width:25px;
  height:25px;
}

.data-table-image-crop-50{
  object-fit: cover;
  width:50px;
  height:50px;
}

.data-table-image-crop-100{
  object-fit: cover;
  width:100px;
  height:100px;
}

.data-table-image-crop-100-contain{
  object-fit: contain;
  width:100px;
  height:100px;
}

.data-table-image-crop-150{
  object-fit: cover;
  width:150px;
  height:150px;
}

.data-table-image-crop-200{
  object-fit: cover;
  width:200px;
  height:200px;
}

.data-table-image-crop-height-200{
  object-fit: cover;
  height:200px;
}

.data-table-image-crop-width-200{
  object-fit: cover;
  width:200px;
}

.data-table-image-crop-300{
  object-fit: cover;
  width:300px;
  height:300px;
}

.select2-selection__clear {
  color: rgba(0,0,0,0.35);
  font-size: 1.3em;
}

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: rgba(68, 68, 68, 0.7);
  color: white;
  outline: none;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(68, 68, 68, 0.7);
  color: white;
  outline: none;
}

.mansory {
  column-gap: 1em;
  column-fill: balance;
}

@media only screen and (min-width : 1201px){
  .mansory.xl8 {
    column-count: 8;
  }
  .mansory.xl7 {
    column-count: 7;
  }
  .mansory.xl6 {
    column-count: 6;
  }
  .mansory.xl5 {
    column-count: 5;
  }
  .mansory.xl4 {
    column-count: 4;
  }
  .mansory.xl3 {
    column-count: 3;
  }
  .mansory.xl2 {
    column-count: 2;
  }
  .mansory.xl1 {
    column-count: 1;
  }
}

@media only screen and (min-width : 993px) and (max-width : 1200px){
  .mansory.l8 {
    column-count: 8;
  }
  .mansory.l7 {
    column-count: 7;
  }
  .mansory.l6 {
    column-count: 6;
  }
  .mansory.l5 {
    column-count: 5;
  }
  .mansory.l4 {
    column-count: 4;
  }
  .mansory.l3 {
    column-count: 3;
  }
  .mansory.l2 {
    column-count: 2;
  }
  .mansory.l1 {
    column-count: 1;
  }
}

@media only screen and (min-width : 601px) and (max-width : 992px){
  .mansory.m8 {
    column-count: 8;
  }
  .mansory.m7 {
    column-count: 7;
  }
  .mansory.m6 {
    column-count: 6;
  }
  .mansory.m5 {
    column-count: 5;
  }
  .mansory.m4 {
    column-count: 4;
  }
  .mansory.m3 {
    column-count: 3;
  }
  .mansory.m2 {
    column-count: 2;
  }
  .mansory.m1 {
    column-count: 1;
  }
}

@media only screen and (max-width : 600px){
  .mansory.s8 {
    column-count: 8;
  }
  .mansory.s7 {
    column-count: 7;
  }
  .mansory.s6 {
    column-count: 6;
  }
  .mansory.s5 {
    column-count: 5;
  }
  .mansory.s4 {
    column-count: 4;
  }
  .mansory.s3 {
    column-count: 3;
  }
  .mansory.s2 {
    column-count: 2;
  }
  .mansory.s1 {
    column-count: 1;
  }
}

.mansory-item {
  width: 100%;
}

.icon-div.hidden{
  display: none;
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
  background-color: rgb(68, 68, 68);
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
  border: 2px solid rgb(68, 68, 68);
}

.progress {
  background-color: rgb(68, 68, 68);
}

.progress .indeterminate {
  background-color: rgb(224, 41, 49);
}

input:not([type]):focus:not([readonly]) + label, input[type="text"]:not(.browser-default):focus:not([readonly]) + label, input[type="password"]:not(.browser-default):focus:not([readonly]) + label, input[type="email"]:not(.browser-default):focus:not([readonly]) + label, input[type="url"]:not(.browser-default):focus:not([readonly]) + label, input[type="time"]:not(.browser-default):focus:not([readonly]) + label, input[type="date"]:not(.browser-default):focus:not([readonly]) + label, input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label, input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label, input[type="tel"]:not(.browser-default):focus:not([readonly]) + label, input[type="number"]:not(.browser-default):focus:not([readonly]) + label, input[type="search"]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: rgb(68, 68, 68);
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 0.1px solid rgb(68, 68, 68);
  box-shadow: 0 0.1px 0 0 rgb(68, 68, 68);
}

[type="checkbox"]:checked + span:not(.lever)::before {
  border-right: 2px solid rgb(68, 68, 68);
  border-bottom: 2px solid rgb(68, 68, 68);
}

.padding-bottom-20px{
  padding-bottom: 20px;
}

.padding-left-40px{
  padding-left: 40px;
}

input[type="checkbox"]:disabled + span:not(.lever)::before {
  cursor: default;
}

input[type="checkbox"]:disabled + span:not(.lever) {
  cursor: default;
}

.width-fit-content {
  width: fit-content;
  width: -moz-fit-content;
  min-width: 100%;
}

.col-left-displayed {
  margin-right: auto;
  margin-left: unset;
}

.btn{
  height: auto;
  min-height: 36px;
  line-height: 24px;
  padding: 0 16px;
}

a.btn{
  padding: 6px 16px;
}

.btn-small {
  min-height: 32px;
  line-height: 24px;
  font-size: 13px;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.margin-6 {
  margin: 6px;
}

.info-displayer-title {
  width: 100%;
  color: rgba(0,0,0,0.42);
  font-size: 0.8rem;
  cursor: text;
  display: block;
}

.info-displayer-value {
  width: 100%;
  display: block;
}

.info-displayer-container {
  margin: 10px 0;
  padding: 0.75rem;
}

.col .info-displayer-container {
  padding: 0;
}

span.badge{
  float: left;
  margin: 6px;
  border-radius: 5px;
  color: white;
}

.light-grey-bg {
  background-color: rgba(128, 128, 128,0.2);
}

.light-red-bg {
  background-color: rgba(255,0,0,0.2);
}

.light-yellow-bg {
  background-color: rgba(236,202,45,0.2);
}

.light-orange-bg {
  background-color: rgba(245,127,23,0.2);
}

.word-break-all{
  word-break: break-all;
}

.hyphens-auto{
  hyphens: auto;
}

.force-height-60px {
  height : 60px;
}

.card-tabs {
  border-bottom: 1px solid #f4f5f7;
}

.row{
  margin-bottom: 0;
}

.input-radio-container {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0.75rem;
}

.col .input-radio-container {
  padding: 0;
}

table .input-radio-container {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

table .input-radio-element {
  margin-top: 0;
  margin-bottom: 0;
}

.input-radio-label {
  width: 100%;
  color: rgba(0,0,0,0.42);
  font-size: 0.8rem;
  cursor: text;
  display: block;
}

.input-radio-element {
  display: inline-block;
  margin-right: 12px;
  margin-top: 6px;
  margin-bottom: 5px;
}

.margin-top-12px {
  margin-top: 12px;
}

.datatable {
  margin-bottom: 12px;
}

.card-content .card-action {
  margin-left: -24px;
  margin-bottom: -24px;
  margin-right: -24px;
  padding: 6px 16px;
}

.card-action .btn-flat {
  background-color: transparent;
  color: #343434;
}

.card-action .btn-flat:hover {
  background-color: rgb(224, 41, 49);
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating){
  color: #343434;
}

.card-action .button-valid {
  color: green;
}

.str-uppercase {
  text-transform: uppercase;
}


.sidenav-logo-img{
  max-height: 64px;
  max-width: 100px;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.sidenav-logo{
  padding-bottom: 1em;
  padding-top: 2em;
}

.sidenav-separator{
  height: 1em;
  border-bottom: 1px solid rgba(0,0,0,0.14);
}

#slide-out {
  width: 75%;
  max-width:350px;
}

.modal-file-viewer  {
  width : 90%;
}

.card-content-full-button-a {
  display: table-cell;
  vertical-align: middle;
}

.card-content-full-button {
  display: table;
  width: 100%;
}

input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type="text"]:not(.browser-default):disabled, input[type="text"]:not(.browser-default)[readonly="readonly"], input[type="password"]:not(.browser-default):disabled, input[type="password"]:not(.browser-default)[readonly="readonly"], input[type="email"]:not(.browser-default):disabled, input[type="email"]:not(.browser-default)[readonly="readonly"], input[type="url"]:not(.browser-default):disabled, input[type="url"]:not(.browser-default)[readonly="readonly"], input[type="time"]:not(.browser-default):disabled, input[type="time"]:not(.browser-default)[readonly="readonly"], input[type="date"]:not(.browser-default):disabled, input[type="date"]:not(.browser-default)[readonly="readonly"], input[type="datetime"]:not(.browser-default):disabled, input[type="datetime"]:not(.browser-default)[readonly="readonly"], input[type="datetime-local"]:not(.browser-default):disabled, input[type="datetime-local"]:not(.browser-default)[readonly="readonly"], input[type="tel"]:not(.browser-default):disabled, input[type="tel"]:not(.browser-default)[readonly="readonly"], input[type="number"]:not(.browser-default):disabled, input[type="number"]:not(.browser-default)[readonly="readonly"], input[type="search"]:not(.browser-default):disabled, input[type="search"]:not(.browser-default)[readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0,0,0,0.87);
}

i.collapsible-toggler {
  margin-left: auto;
}

.collapsible li.active .collapsible-toggler{
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.date-day-emphasis {
  display: inherit;
  font-size: 2em;
  font-weight: bold;
}

.margin-left-12{
  margin-left: 12px;
}
.margin-right-12{
  margin-right: 12px;
}

span.text-color.badge{
  display: inherit;
}

tr.datatable-pagination-footer-row {
  border-top: 1px solid rgba(0,0,0,0.12);
  border-bottom: none;

}

tr.datatable-pagination-footer-row:hover {
  background-color: rgba(255,255,255);
}

a.data-table-page-select {
  margin-left: 2px;
  margin-right: 2px;
}

a.data-table-page-select-arrow {
  font-size: 1.5em;
}

a.data-table-page-select-arrow:hover {
  background-color: rgba(0,0,0,0.16);
}

.cursor-not-allowed {
  cursor: not-allowed;
}

table.datatable th.orderAsc::after {
  font-family: 'Material Icons';
  content: "expand_less";
  top: 0.5em;
  right: 0.5em;
  display: block;
  opacity: 0.5;
  float: right;
}

table.datatable th.orderDesc::after {
  font-family: 'Material Icons';
  content: "expand_more";
  top: 0.5em;
  right: 0.5em;
  display: block;
  opacity: 0.5;
  float: right;
}

table.datatable th.orderNone::after {
  font-family: 'Material Icons';
  content: "unfold_more";
  top: 0.5em;
  right: 0.5em;
  display: block;
  opacity: 0.5;
  float: right;
}

table.datatable th.orderActivated:hover{
  background-color: rgba(0,0,0,0.05);
  cursor: pointer;
}


@media only screen and (min-width : 900px){
  .full-back-office-background {
    margin-left: -100px;
    height: 100%;
    width: calc(100% + 100px);
  }
}

.centered-image {
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 auto;
  display: block;
}

.btn.bfb{
  width: 80%;
  display: block;
  min-height: 75px;
  line-height: 65px;
  margin: 10px auto 25px;
}

div.modal.modal-large {
  width: 80%;
}

.section.section-404 .bg-image-404 {
  width: 70% !important;
}

.container404  {
  padding-right: 100px;
}

@media only screen and (max-width : 992px) {
  .container404 {
    padding-right: 0;
  }
}

.clear-both {
  clear: both;
}

.clear-both-margin-bottom {
  clear: both;
  margin-bottom: 12px;
}

.stat-container-width-limited .canvas-container{
  max-width:800px;
  margin-left: auto;
  margin-right: auto;
}

.input-radio-element .parsley-errors-list .parsley-required {
  color: red;
  font-size: 0.7em;
}

.datepicker-date-display {
  background-color: rgb(68, 68, 68);
}

.datepicker-table td.is-selected {
  background-color: rgb(68, 68, 68);
}

.datepicker-table td.is-today {
  color: rgb(68, 68, 68);
}

.datepicker-table td.is-today.is-selected {
  color: white;
  text-decoration: underline;
}

.datepicker-cancel {
  color: grey;
}

.datepicker-done {
  color: limegreen;
  font-weight: bold;
}

.datepicker-table td.is-today .datepicker-day-button {
  border: 1px solid rgb(68, 68, 68);
}

.timepicker-digital-display {
  background-color: rgb(68, 68, 68);
}

.timepicker-canvas line {
  stroke: rgb(68, 68, 68);
}

.timepicker-canvas-bg {
  fill: rgb(68, 68, 68);
}

.timepicker-canvas-bearing {
  fill: rgb(68, 68, 68);
}


.dropdown-content li.tab > a:hover, .dropdown-content li.tab > a.active {
  background-color: rgba(68, 68, 68, 0.7);
  color: white;
  outline: none;
}

.dropdown-content li.tab > a:focus, .dropdown-content li.tab > a:focus.active {
  background-color: rgba(68, 68, 68, 0.7);
  color: white;
  outline: none;
}

.dropdown-content li.tab > a {
  color: rgb(68, 68, 68);
}

span.select2 {
  margin: 0 0 8px 0;
}

textarea.materialize-textarea {
  margin: 0 0 6px 0;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

input.force-white-bg {
  background-color: white !important;
  border: 1px solid #9e9e9e !important;
}

.card-image.avatar-image img{
  object-fit: cover;
  width: 100%;
  max-height: 250px;
}


.card-image.avatar-image.display-contain img{
  object-fit: contain;
  width: 100%;
  max-height: 250px;
}

.min-heigh-65px{
  min-height: 65px;
}

.card-image.avatar-image.avatar-image-rounded-style img{
  border-radius: 60px 60px 60px 60px;
  max-width: 120px;
  box-shadow: 0 14px 24px rgba(62,57,107,.2);
  margin: -60px auto 10px;
  background-color:white;
}

.padding-left-50px{
  padding-left: 50px;
}

.padding-left-100px{
  padding-left: 100px;
}

.padding-left-150px{
  padding-left: 150px;
}

.padding-left-200px{
  padding-left: 200px;
}

.padding-left-250px{
  padding-left: 250px;
}

.padding-left-300px{
  padding-left: 300px;
}

.padding-left-350px{
  padding-left: 350px;
}

.padding-left-400px{
  padding-left: 400px;
}

.padding-left-450px{
  padding-left: 450px;
}

.padding-left-500px{
  padding-left: 500px;
}

.small-tr td {
  padding-top: 0;
  padding-bottom: 0;
}

.fixed {
  position: fixed;
}

.light-opacity {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.light-opacity:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

table span.badge {
  display: table-cell;
}

.cursor-help {
  cursor: help;
}

.signature-pad--body {
  border: 1px gray solid;
}

.btn.disabled > .material-icons {
  color: #b3b2b2;
}

/* MySlider */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.slideshow-prev, .slideshow-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  display:flex;
  justify-content:center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  height: 100%;
}

/* Position the "next button" to the right */
.slideshow-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-prev:hover, .slideshow-next:hover {
  background-color: rgba(0,0,0,0.7);
}

/* Caption text */
.mySlides-text-caption {
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  color: rgb(68, 68, 68);
}

/* The dots/bullets/indicators */
.slideshow-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 40px 2px 6px;
  border: 1px solid rgb(68, 68, 68);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-dot.active, .slideshow-dot:hover {
  background-color: rgb(68, 68, 68);
}

/* Fading animation */
.fade {
  -webkit-animation-name: slideshow-fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes slideshow-fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes slideshow-fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* End of MySlider */

.sidenav li>a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.list-style-type-square li{
  list-style-type: square;
}

.full-height {
  height: 100%;
}

.card {
  overflow-x: auto; /* comment by ATI - related to sticky heads - auto cause issue with sticky but if no auto, table go out of cards...*/
}

.progress-circle {
  position: relative;
  display: inline-block;
  margin: 1rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ebebeb; }

.progress-circle:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: colorload 2s;
  animation: colorload 2s; }

.progress-circle span {
  font-size: 0.9rem;
  color: #8b8b8b;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  z-index: 1; }

.progress-circle span:after {
  content: "%";
  font-weight: 600;
  color: #8b8b8b; }

.progress-circle.progress-0:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(90deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-1:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(93.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-2:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(97.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-3:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(100.8deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-4:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(104.4deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-5:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(108deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-6:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(111.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-7:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(115.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-8:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(118.8deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-9:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(122.4deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-10:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(126deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-11:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(129.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-12:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(133.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-13:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(136.8deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-14:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(140.4deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-15:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(129.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-16:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(133.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-17:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(136.8deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-18:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(140.4deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-19:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(144deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-20:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(151.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-21:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(158.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-22:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(161.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-23:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(165.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-24:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(169.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-25:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(180deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-26:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(183.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-27:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(187.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-28:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(190.8deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-29:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(194.4deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-30:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(198deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-31:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(201.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-32:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(205.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-33:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(208.8deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-34:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(212.4deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-35:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(216deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-40:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(234deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-36:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(219.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-37:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(223.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-38:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(226.8deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-39:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(230.4deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-41:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(237.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-42:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(241.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-43:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(244.8deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-44:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(248.4deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-45:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(252deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-46:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(255.6deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-47:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(259.2deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-48:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(262.8deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-49:after {
  background-image: linear-gradient(90deg, #ebebeb 50%, transparent 50%, transparent), linear-gradient(266.4deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-50:after {
  background-image: linear-gradient(-90deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-51:after {
  background-image: linear-gradient(-86.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-52:after {
  background-image: linear-gradient(-82.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-53:after {
  background-image: linear-gradient(-79.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-54:after {
  background-image: linear-gradient(-75.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-55:after {
  background-image: linear-gradient(-72deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-56:after {
  background-image: linear-gradient(-68.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-57:after {
  background-image: linear-gradient(-64.8deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-58:after {
  background-image: linear-gradient(-61.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-59:after {
  background-image: linear-gradient(-57.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-60:after {
  background-image: linear-gradient(-54deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-61:after {
  background-image: linear-gradient(-50.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-62:after {
  background-image: linear-gradient(-46.8deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-63:after {
  background-image: linear-gradient(-43.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-64:after {
  background-image: linear-gradient(-39.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-65:after {
  background-image: linear-gradient(-36deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-66:after {
  background-image: linear-gradient(-32.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-67:after {
  background-image: linear-gradient(-28.8deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-68:after {
  background-image: linear-gradient(-25.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-69:after {
  background-image: linear-gradient(-21.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-70:after {
  background-image: linear-gradient(-18deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-71:after {
  background-image: linear-gradient(-14.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-72:after {
  background-image: linear-gradient(-10.8deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-73:after {
  background-image: linear-gradient(-7.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-74:after {
  background-image: linear-gradient(-3.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-75:after {
  background-image: linear-gradient(0deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-76:after {
  background-image: linear-gradient(3.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-77:after {
  background-image: linear-gradient(7.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-78:after {
  background-image: linear-gradient(10.8deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-79:after {
  background-image: linear-gradient(14.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-80:after {
  background-image: linear-gradient(18deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-81:after {
  background-image: linear-gradient(21.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-82:after {
  background-image: linear-gradient(25.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-83:after {
  background-image: linear-gradient(28.8deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-84:after {
  background-image: linear-gradient(32.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-85:after {
  background-image: linear-gradient(36deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-86:after {
  background-image: linear-gradient(39.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-87:after {
  background-image: linear-gradient(43.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-88:after {
  background-image: linear-gradient(46.8deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-89:after {
  background-image: linear-gradient(50.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-90:after {
  background-image: linear-gradient(54deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-91:after {
  background-image: linear-gradient(57.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-92:after {
  background-image: linear-gradient(61.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-93:after {
  background-image: linear-gradient(64.8deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-94:after {
  background-image: linear-gradient(68.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-95:after {
  background-image: linear-gradient(72deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-96:after {
  background-image: linear-gradient(75.6deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-97:after {
  background-image: linear-gradient(79.2deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-98:after {
  background-image: linear-gradient(82.8deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-99:after {
  background-image: linear-gradient(86.4deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

.progress-circle.progress-100:after {
  background-image: linear-gradient(90deg, rgb(68, 68, 68) 50%, transparent 50%, transparent), linear-gradient(270deg, rgb(68, 68, 68) 50%, #ebebeb 50%, #ebebeb); }

@-webkit-keyframes colorload {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  100% {
    opacity: 1;
    transform: rotate(360deg); }
}

.sticky-default {
  position: fixed;
  top: 64px;
  width: 100%;
  z-index: 997;
}

.sticky-default-top-zero {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 997;
}

strong {
  font-weight: bold;
}

.trumbowyg-editor ul {
  padding-left: inherit;
  list-style-type: inherit;
}

.trumbowyg-editor ul > li {
  list-style-type: inherit;
}

.input-field  .trumbowyg-box {
  margin-top: 5px
}

tr.dataset-pagination-footer-row {
  border: none;
}

.text-lined {
  text-decoration-line: line-through;
}

.text-lined a {
  text-decoration-line: line-through;
}

.card.no-overflow-x {
  overflow-x: unset;
}

table.datatable td a.btn-flat {
  text-align: left;
}

.btn.no-bg-hover:hover, .btn-large.no-bg-hover:hover {
  background-color: transparent;
}

.input-field .select2 label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.input-field label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}

.input-field .pCheck label {
  display: block;
  white-space: normal;
  overflow: visible;
}

.card.hover-reaction:hover {
  background-color: rgba(0,0,0,0.06);
}

div.main-tab-menu ul.tabs {
  background-color: rgb(68, 68, 68);
  padding-left: 2px;
  padding-right: 2px;
}

div.main-tab-menu ul.tabs li.tab{
  background-color: transparent;
  padding-left: 1px;
  padding-right: 1px;
}

div.main-tab-menu ul.tabs li.tab a{
  color: white;
}

div.main-tab-menu ul.tabs li.tab a.active{
  color: rgb(68, 68, 68);
  background-color: #f4f5f7;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-weight: bold;
}

div.main-tab-menu ul.tabs li.tab a:hover{
  background-color:rgba(0,0,0,.15);
  color: white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-weight: bold;
}

div.input-radio-container > p.input-radio-element {
  margin-right: 1.5rem;
}

.collapsible .collapsible-header:hover {
  color: white;
  background-color:rgb(68, 68, 68);
  border-bottom: 1px solid rgb(68, 68, 68);
}

.collapsible .collapsible-header:hover i {
  color: white;
}

.sidenav .collapsible .collapsible-header:hover, .sidenav.fixed .collapsible .collapsible-header:hover {
  background-color: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.87);
  border-bottom: none;
}

.sidenav .collapsible .collapsible-header:hover i {
  color: rgba(0,0,0,0.87);
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

.collapsible {
  border-top: none;
  border-right: none;
  border-left: none;
}

.collapsible-body {
  border-bottom: none;
}

.form-field-helper i {
  line-height: 3rem;
}

.text-emphasis-style-1 {
  font-size: 1.3rem;
}
.text-emphasis-style-2 {
  font-style: italic;
}

td, th {
  border-radius: 0;
}

th {
  vertical-align: top;
}

a.btn.side-select-btn {
  width: 100%;
}

.btn.side-select-btn i {
  margin: 0;
  vertical-align: text-top;
  float: none;
}

.select-childs-row .input-field {
  margin-top: 0;
  margin-bottom: 0;
}

input[type="text"].rangeinput {
  border: none !important;
  font-size: inherit;
  margin:0;
  height: inherit;
  text-align: right;
}

a.btn.search-filter{
  float: right;
}

.input-field > .input-field {
  margin-top: 0;
  margin-bottom: 0;
}

.height-200px{
  height: 200px;
}

.height-250px{
  height: 250px;
}

.height-350px{
  height: 350px;
}

.height-500px{
  height: 500px;
}

.height-850px{
  height: 850px;
}
.height-790px{
  height: 790px;
}

.filter-gray-scale{
  filter: grayscale(100%);
}

.input-radio-container.display-one-element-per-line .input-radio-element{
  display: inherit;
}

.red-placeholder::placeholder{
  color: red;
}

.font-size-inherit {
  font-size: inherit !important;
}

.max-width-100 {
  max-width: 100%;
}

.col .row.card-title-row{
  margin-left: 0;
  margin-right: 0;
}

.table-data-planning > tbody > tr > td{
  padding: 0;
}

.input-field > label:not(.label-icon).force-active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.planning-tile {
  width: 1.5%;
  min-width: 12px;
}

.planning-day-left-border{
  border-left: 1px solid #9e9e9e;
}

.planning-day-right-border {
  border-right: 1px solid #9e9e9e;
}
.planning-middle-day-left-border{
  border-left: 1px dashed #9e9e9e;
}

.weekly-planning-day-moment-width-21 {
  width: calc(95% / 21);
}

.weekly-planning-day-moment-width-15 {
  width: calc(95% / 15);
}

.weekly-planning-day-moment-width-14 {
  width: calc(95% / 14);
}

.weekly-planning-day-moment-width-10 {
  width: calc(95% / 10);
}

.col-planning-tile {
  max-width: 100%;
  min-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.col-planning-tile-left-margin {
  margin-left: 3px;
}

.col-planning-tile-right-margin {
  margin-right: 3px;
}


.dataplanning-pagination-footer-cell{
  padding: 15px 5px !important;
}

div.btn-floating{
  width:400px;
  height:400px;
  border-radius: 0;
  color:black;
  margin-top:-400px;
  line-height: 15px;
  cursor: default;
}

.width-100-percent {
  width: 100%;
}

.inline-gallery-container {
  width:100%;
  height: 0;
  padding-bottom: 40%;
}

button:focus {
  outline: none;
  background-color: rgba(68, 68, 68, 0.7);
}

.table-padding-5 > tbody > tr > td{
  padding: 2px 2px;
}

.table-reduced-padding > tbody > tr > td{
  padding: 5px 5px;
}

.table-reduced-padding > tbody > tr > td > p {
  margin-top: 0;
  margin-bottom: 0;
}

.table-reduced-padding > tbody > tr > td > input[type="text"] {
  height: 2rem;
}

.table-no-padding > tbody > tr > td{
  padding: 5px;
}

table.table-padding-5 > tbody > tr {
  border-bottom: 0;
}

div.chat-row-mini.chat-left > div.chat-message-mini {
  text-align: left;
}

@media only screen and (max-width : 993px){
  .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
    width: auto;
    min-width: 300px;
  }

  div.btn-floating{
    min-width: 250px;
    width:90%;
  }
}

@media print {
  body * {
    visibility: hidden;
  }
  .never-printable, .never-printable * {
    visibility: hidden !important;
    display: none !important;
  }
  .printable, .printable * {
    visibility: visible;
  }
  .printable {
    position: absolute;
    left: 0;
    top: 0;
  }
}

input[type="text"].borderless {
  border: none !important;
  font-size: inherit;
  margin:0;
  height: inherit;
}

.datetime-helper.helper-text {
  margin-top: -30px;
}

.datatimeline {
  border-top: 1px solid rgba(0,0,0,0.12);
  border-bottom: 1px solid rgba(0,0,0,0.12);
  background-color: rgba(0,0,0,0.05);
  padding: 10px 6px;
  min-height: 350px;
  overflow-y: auto;
  position: relative;
}

.datatimeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: rgba(0,0,0,0.05);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.datatimeline-container {
  padding: 10px 40px;
  position: relative;
  width: 50%;
}

.datatimeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid rgb(68, 68, 68);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.datatimeline .timeline-left {
  left: 0;
}

.datatimeline .timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.datatimeline .timeline-right {
  left: 50%;
}

.datatimeline .timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.datatimeline .timeline-right::after {
  left: -13px;
}

.datatimeline .timelinecontent {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.datatimeline .timelinehead {
  color: rgb(68, 68, 68);
  font-size: 1.4rem;
  margin-top: 0 !important;
  word-wrap: break-word;
}

.datatimeline .timeline-content-sep{
  border-top: 1px solid #f2f2f2;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 600px) {
  .datatimeline::after {
    left: 31px;
  }
  .datatimeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .datatimeline .datatimeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .datatimeline .timeline-left::after, .datatimeline .timeline-right::after {
    left: 15px;
  }
  .datatimeline .timeline-right {
    left: 0;
  }
}

.datatimeline .datatimeline-noresult-message {
  display: inline-block;
  content: '';
  background: #f2f2f2;
  z-index: 1;
  position: relative;
  color: #9F9F9F;
  text-align: center;
}

.datatimeline .time-separator {
  display: inline-block;
  width: 32%;
  margin: 0 10px 6px;
  content: '';
  background: #f2f2f2;
  z-index: 1;
  position: relative;
  color: #9F9F9F;
}

.datatimeline .time-separator::after, .datatimeline .time-separator::before {
  display: inline-block;
  width: 16%;
  margin: 0 10px 6px;
  content: '';
  height: 1px;
  background: #9F9F9F;
}

.no-margin-left{
  margin-left: 0 !important;
}

.v-align-middle {
  vertical-align: middle;
}

.no-max-height{
  max-height: none !important;
}

.card-image.no-max-height img{
  max-height: none !important
}

th.border-right{
  border-right: 1px solid rgba(0,0,0,.12);
}
td.border-right{
  border-right: 1px solid rgba(0,0,0,.12);
}

th.border-left{
  border-left: 1px solid rgba(0,0,0,.12);
}
td.border-left{
  border-left: 1px solid rgba(0,0,0,.12);
}
.datatable-loading-bar td{
  padding: 0 5px;
}

.input-radio-container .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0,0,0,.54);
}

.input-radio-container .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

a.btn-link {
  color: #039be5;
  background-color: inherit;
  display: block;
}

a.btn-link:hover {
  text-decoration: underline;
  background-color: inherit;
}

select.borderless + .select2-container--focus span.select2-selection {
  border-bottom: none;
}
select.borderless + .select2-container span.select2-selection {
  border-bottom: none;
}

.tabs {
  min-height: 48px;
  height: unset;
}

.datatable .pCheck {
  margin: 0;
}

.datatable .small-tr .pCheck {
  margin-bottom: 15px;
  margin-top: 15px;
}

.btn.fakely-disabled {
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.btn.fakely-disabled:hover {
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.cursor-grab {
  cursor: grab;
}

.no-text-selection {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.datatable.sticky-head thead tr {
  position: sticky;
  top: 0;
  background: #fff; /* Important pour assurer la visibilité par-dessus le contenu scrollable */
  z-index: 10;
}

input[type="text"].bf-input{
  height: 6rem;
  border: 1px solid #9e9e9e;

}

input[type="text"].autofocus-detection:focus{
  background-color: rgba(0,150,0, 0.1) !important;
}
input[type="text"].autofocus-detection{
  background-color: rgba(150,0,0, 0.1) !important;
}

a.active span.title-w-badge > span.badge {
  color : white;
  background-color: rgba(255,255,255,0.1);
}

a:hover span.title-w-badge > span.badge {
  color : white;
  background-color: rgba(255,255,255,0.1);
}

span.title-w-badge > span{
  float:inherit;
  color:rgba(0,0,0,.54);
  display: inline-block;
  background-color:#d2c7c4;
}

a.header-breadcrumb-link {
  color: grey;
}
a.header-breadcrumb-link:hover {
  text-decoration: underline;
}

.article-images-ratio {
  height: 200px;
  aspect-ratio: auto;
}

div.modal.open div.modal-content:has(div.modal.datepicker-modal) { /* automatic resize of modal if contain datepicker */
  min-height: 400px;
}

a[disabled] i.material-icons {
  color: #b3b3b3 !important;
}

li:has(> a > div.hide-topbar-li) {
  display: none;
}

.trumbowyg-hide-button-pane-disabled .trumbowyg-disabled .trumbowyg-button-pane {
  display: none;
}

.width-inherit {
  width: inherit;
}

.card-image.avatar-image.limited-height-200 img {
  height: 200px;
}
