/* Dashboard and news */
.icon-double-right::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    margin-right: 5px;
}
.icon-double-left::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  display: inline-block;
  margin-right: 5px;
}

.icon-double-right:hover, .icon-double-left:hover {
    color: #183153;
    text-decoration: underline;
}
/* Dashboard */

/* Headlines */
h1, h2 {
  color: #103156;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1.1;
  text-transform: uppercase;
}

h2 {
  font-weight: 300;
  font-size: 1.75rem;
}
/* Headlines */


/* content layer */
.card {
  border-radius: 0.5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.card .card-header,
.card-default .card-header {
  background: #183153;
  background-color: #183153;
  border-radius: 0.5rem 0.5rem 0 0;
}

.card .card-header .card-title {
  font-size: 1.75rem;
  color: #fff;
}

.alert-info {
    background-color: #F4F4FC;
    border-color: #F4F4FC;
}
/* content layer */

/* Filter */
.filter-title {
  color: #FFFFFF;
}
#w2-button {
  background-color: #FFFFFF;
}
/* Filter */

/* events - inner accordion */
.custom-accordion .card {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #d1d2d3 !important;
}

.custom-accordion .card-header {
  background: transparent;
  background-color: transparent;
}
/* navigation top */
#support-callback-button,
#support-button,
#learning-button,
#profile-picture {
  background-color: transparent !important;
  background: transparent !important;
  border-color: transparent !important;
  color: #183153;
  box-shadow: none;
}

#profile-picture i {
  color: #183153 !important;
}

#support-callback-button:hover,
#support-button:hover,
#learning-button:hover,
#profile-picture:hover {
  background-color: #f4f4fc !important;
  border: 1px solid #f4f4fc;
}

.navbar-nav .btn-primary:hover,
.ml-auto .btn-primary:hover {
  background-color: #f4f4fc !important;
}

/* Buttons */
.card-footer .col-md-10 > button:nth-of-type(1) {
  margin-left:-11px;
}

.btn {
  border: none;
  box-shadow: none;
  border-radius: 4px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*.btn.btn-partnershop {
  padding: 5px 12px!important;
  font-size: 1.15rem;
  background: #fdc508;
  color:#fff;
  transition: all 0.3s;
  box-shadow: none;
  border-radius: 10px;
}

.btn.btn-partnershop:hover {
  background: #183153;
  border: 1px solid #183153;
}*/

.btn-primary,
.btn-secondary {
  border: 1px solid #183153 !important;
  background-color: #183153 !important;
}

.btn-primary:hover {
  border: 1px solid #e9af24 !important;
  background-color: #e9af24 !important;
}

.btn-outline-primary {
  background-color: #FFFFFF;
  border: 1px solid #183153;
}

.btn-outline-primary:hover i {
  color: #FFFFFF !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-secondary {
  color: #FFFFFF;
}

.btn-secondary:hover {
  border: 1px solid #183153;
  background-color: #6b7a94 !important;
  color: #FFFFFF !important;
}

/* status send */
.fas.fa-truck-send {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 640 512%22 fill%3D%22%23183153%22%3E%3Cpath d%3D%22M112 0C85.5 0 64 21.5 64 48l0 48L16 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 208 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 160l-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 176 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 224l-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 288l0 128c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L112 0zM544 237.3l0 18.7-128 0 0-96 50.7 0L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* new download icon */
.fas.fa-download-new {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 512 512%22 fill%3D%22%23183153%22%3E%3Cpath d%3D%22M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z%22/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.fas.fa-download-new-2 {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 512 512%22 fill%3D%22%23fdc508%22%3E%3Cpath d%3D%22M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z%22/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
