@charset "utf-8";

/*=== CONTENT OF CSS FILE ==========================

    # General
    # Info Modal
    # Comments Modal
    # Profile Modal

================================================== */

/* #GENERAL
================================================== */
 
.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
    z-index: 10000;
}

.modal{
    z-index: 99999;
}

.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 0 25px 25px 25px;
}
 
.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

.big-modal .modal-dialog{
    min-width: 35% !important;
    margin: 4% auto !important;
}
.medium-modal .modal-dialog{
    min-width: 50% !important;
    margin: 4% auto !important;
}
 
 
/* #INFO MODAL
================================================== */

.info-modal .modal-header{
    padding: 0 !important;
}

.info-modal .modal-header .close{
    position: absolute;
    right: 10px;
    font-size: 43px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 5px;
}

.info-modal .modal-body {
    border-radius: 0 0 4px 4px;
    background: white;
    overflow: hidden;
}

.info-modal .modal-dialog{
    width: 300px;
    margin-top: 8%;
}

@media (max-width: 425px){
    .info-modal .modal-dialog{
        margin: 7%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* #COMMENTS MODAL
================================================== */

.comments-modal .card-title {
    background-color: #0785f2 !important;
    background-image: radial-gradient(circle farthest-side at center bottom, #1665c1, #003087 125%) !important;
    border-radius: 4px 4px 0px 0;
    color: white;
    padding: 6px;
    text-align: center;
}

.comments-modal .modal-header .close{
    position: absolute;
    right: 12px;
    top: -3px;
}

.comments-modal .modal-body{
  border-radius: 0 0 4px 4px;
  background: white;
  overflow: hidden;
}

.comments-modal .carona-reviews blockquote strong + span + span{
  display: initial !important;
}


/* #PROFILE MODAL
================================================== */

.profile-modal .modal-header {
    padding: 25px 25px 15px 25px;
    text-align: center;
}

.profile-modal .card-title {
    background-color: #0785f2 !important;
    background-image: radial-gradient(circle farthest-side at center bottom, #1665c1, #003087 125%) !important;
    border-radius: 4px 4px 0px 0;
    color: white;
    padding: 4px 0;
}

.profile-modal .card-header {
  padding: 4px;
  background: white;
  border-bottom: 1px solid #dee0e3;
}

.profile-modal .card-header button {
  cursor: pointer;
  width: 100%;
  color: #fff;
  min-width: inherit;
  font-weight: 100;
}

.profile-modal .card-header .profile-photo {
  margin: 13px auto;
  border-radius: 3px;
  min-height: 90px;
  width: 90px;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile-modal .card-header .profile-photo[data-avatarheader] {
  font-size: 45px;
  line-height: 90px;
  text-align:center;
  vertical-align:middle;
  color:white;
}

.profile-modal .card-header .user_score {
    display: block;
    margin-bottom: 5px;
}

.profile-modal .card-header .user_score i {
    font-size: 1.2em;
}

.profile-modal .card-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-modal .card-links hr {
  border-bottom: 0;
  border-top: 1px solid #dee0e3;
  margin: 0;
}

.profile-modal .card-links a {
  text-decoration: none;
  color: #a1a5a8;
}

.profile-modal .card-links a li {
  margin: 0;
  padding: 14px 6px;
  border-left: 4px solid #fff;
  transition: background-color 0.2s ease,
              border-left 0.2s ease,
              color 0.2s ease;
  text-align: left;
  background: #f6f6f6;
}

.profile-modal article {
  background: transparent;
  width: 160px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.profile-modal .card-links a li:hover {
  border-left: 4px solid #0785f2;
  background: #f6f6f6;
  color: #44474a;
}

.profile-modal .card-links a li.active {
  border-left: 4px solid #0785f2 !important;
  background: #f6f6f6;
  color: #44474a;
}

.profile-modal .card-links a li i {
  margin-left: 4px;
  color: #44474a;
  vertical-align: text-top;
  font-size: 20px;
}

.profile-modal .link-favorites {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.profile-modal .label {
  color: #44474a;
  font-size: 14px;
  text-transform: lowercase;
}

.profile-modal .label-notification {
  float: right;
  font-size: 10px;
  padding: 4px;
  margin: -4px 4px 0 0;
}
