﻿@charset "UTF-8";
.card-boxes {
  border: 0;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 2.25rem 0;
  position: relative;
  -webkit-will-change: transform;
  -moz-will-change: transform;
  -o-will-change: transform;
  will-change: transform;
  border-color: #17a2b8;
  border-style: solid;
  border-width: 1px;
}

.card-boxes:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #17a2b8;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card-boxes:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-width: 0;
}

.card-boxes:hover:after {
  width: 100%;
}

.card-boxes .card-header {
  background-color: white;
  padding-left: 2rem;
  border-bottom: 0px;
  margin-left: 1px;
  margin-right: 1px;
}

.card-boxes .list-group-item {
  border: 0px;
  padding: 0.25rem;
  color: #808080;
}

.display-2 {
  font-size: 2rem;
}

#tabBody0 .btn:not(.ignore-me) {
  font-size: 0.9rem;
  -moz-filter: blur(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  color: black;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0.75rem 1.25rem;
  letter-spacing: 1px;
}

#tabBody0 .btn-gradient {
  background-color: #eee;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #666;
}

#tabBody0 .btn-gradient:hover {
  color: black;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #17a2b8;
}

.fancyTab {
  text-align: center;
  padding: 15px 0 30px 0;
  background-color: #eee;
  box-shadow: 0 0 0 1px #ddd;
  top: 5px;
  transition: top 0.2s;
  position: relative;
  display: block;
  float: left;
}

.fancyTab.active {
  top: 0;
  transition: top 0.2s;
}

.whiteBlock {
  display: none;
}

.fancyTab.active .whiteBlock {
  display: block;
  height: 2px;
  bottom: -2px;
  background-color: #fff;
  width: 99%;
  position: absolute;
  z-index: 1;
}

.fancyTab a {
  font-family: "Source Sans Pro";
  font-size: 1em;
  font-weight: 300;
  transition: 0.2s;
  color: #333;
}

/*.fancyTab .hidden-xs {
          white-space:nowrap;
        }*/
.fancyTabs {
  border-bottom: 2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top: -15px;
  padding-bottom: 0;
}

li.fancyTab.active a {
  padding-top: inherit;
  color: #555;
  cursor: default;
  border: 1px solid #ddd;
}

.fancyTab .fa {
  font-size: 20px;
  width: 100%;
  padding: 15px 0 5px;
  color: #666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
  outline: none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position: relative;
  background-color: #fff;
}

.nav-tabs > li.fancyTab.active > a,
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
  border-width: 0;
}

.nav-tabs > li.fancyTab:hover {
  background-color: #f9f9f9;
  box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
  border-color: transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle=tab] {
  background-color: transparent;
  border-bottom: 0;
}

.nav-tabs > li.fancyTab > a {
  margin-right: 0;
  border-top: 0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
  margin-right: 0;
  margin-bottom: 0;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
  box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
  box-shadow: none;
  top: 0;
}

.fancyTab.active {
  background: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.arrow-down {
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

@media (min-width: 1025px) {
  .padding-custom {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 1366px) {
  .padding-custom {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 1200px) {
  .fancyTab .fa {
    font-size: 20px;
  }
  .fancyTab .hidden-xs {
    font-size: 1em;
  }
}
@media (max-width: 992px) {
  .fancyTab .fa {
    font-size: 20px;
  }
  .fancyTab .hidden-xs {
    font-size: 1em;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .fancyTab > a {
    font-size: 1em;
  }
  .nav > li.fancyTab > a {
    padding: 15px 0;
    margin-bottom: inherit;
  }
  .fancyTab .fa {
    font-size: 20px;
  }
  .nav-tabs > li.fancyTab > a {
    border-right: 1px solid transparent;
    padding-bottom: 0;
  }
  .fancyTab.active .fa {
    color: #333;
  }
}
.sagetuta-gog {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 21px solid #e8eaf6;
  position: absolute;
  content: “”;
  top: 0;
  right: -20px;
  z-index: 2;
}

.gog-tabs > li > a {
  position: relative;
}

.gog-tabs > li > a.active {
  background-color: #e8eaf6 !important;
  font-weight: 600;
}
.gog-tabs > li > a.active > i {
  /*color: #42a5f5;*/
}

.gog-tabs > li > a.active::before {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #e8eaf6;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.gog-tabs > li:hover {
  background-color: #f5f5f5;
}

/*.gog-accordion {
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.gog-accordion .card,
.gog-accordion .card:last-child .card-header {
    border: none;
}

.gog-accordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.gog-accordion .fa-stack {
    font-size: 18px;
}

.gog-accordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
}

.gog-accordion .btn-link:hover,
.gog-accordion .btn-link:focus {
    text-decoration: none;
}

.gog-accordion li + li {
    margin-top: 10px;
}*/
/*region Chat*/
#Detalii {
  /*max-height: 75vh;
  height: 78vh;
  overflow: auto;*/
}

#Detalii .card-comments {
  overflow-y: auto;
  max-height: 20vh;
}

.all-chats-list {
  height: calc(100vh - 58px);
  position: fixed;
  min-width: 300px;
  max-width: 350px;
  background-color: #fff;
  right: 0;
  top: 56px;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 576px) {
  #Detalii .card-comments {
    overflow-y: auto;
    max-height: 20vh;
  }
}
@media (min-width: 992px) {
  #Detalii .card-comments {
    overflow-y: auto;
    max-height: 23vh;
  }
}
@media (min-width: 1200px) {
  #Detalii .card-comments {
    overflow-y: auto;
    max-height: 26vh;
  }
}
@media (min-width: 1500px) {
  #Detalii .card-comments {
    overflow-y: auto;
    max-height: 29vh;
  }
}
.mesajele-din-conversatie-chat {
  overflow-y: auto;
  max-height: 60vh;
}

.lista-de-conversatii {
  overflow-y: auto;
  max-height: calc(100vh - 130px);
}

.close-conversatie-chat, .vizualizeaza-conversatie-chat, .inapoi-la-conversatie-chat, .trimite-mesaj-chat-de-trimis {
  cursor: pointer;
}

.vizualizeaza-conversatie-chat:hover {
  background-color: #f4f6f9;
}

.nu-exista-mesaje-box {
  background-color: rgba(255, 220, 40, 0.15);
}

.trimite-mesaj-chat-de-trimis {
  position: absolute;
  bottom: 10px;
}

.msg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.msg .bubble {
  float: left;
  max-width: 75%;
  min-width: 75%;
  width: auto;
  height: auto;
  display: block;
  background: #ebebeb;
  border-radius: 5px;
  position: relative;
  margin: 10px 0 3px 25px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.msg .bubble.alt {
  margin: 10px 25px 3px 0px;
  background: #DCF8C6;
  float: right;
}

.msg .bubble.follow {
  margin: 2px 0 3px 25px;
}

.msg .bubble.altfollow {
  margin: 2px 25px 3px 0px;
  background: #DCF8C6;
  float: right;
}

.msg .bubble .txt {
  padding: 8px 0 8px 0;
  width: 100%;
}

.msg .bubble .txt .name {
  font-weight: 600;
  font-size: 14px;
  display: inline-table;
  padding: 0 0 0 15px;
  margin: 0 0 4px 0;
  color: #3498db;
}

.msg .bubble .txt .name0 {
  color: #35cd96 !important;
}

.msg .bubble .txt .name1 {
  color: #3498db !important;
}

.msg .bubble .txt .name2 {
  color: #db5ec2 !important;
}

.msg .bubble .txt .name3 {
  color: #91ab01 !important;
}

.msg .bubble .txt .name4 {
  color: #e69f73 !important;
}

.msg .bubble .txt .name5 {
  color: #6bcbef !important;
}

.msg .bubble .txt .name6 {
  color: #dfb610 !important;
}

.msg .bubble .txt .name7 {
  color: #fd85d4 !important;
}

.msg .bubble .txt .name8 {
  color: #bd88eb !important;
}

.msg .bubble .txt .name9 {
  color: #b04632 !important;
}

.msg .bubble .txt .name span {
  font-weight: normal;
  color: #b3b3b3;
  overflow: hidden;
}

.msg .bubble .txt .name.alt {
  color: #2ecc51;
}

.msg .bubble .txt .message {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px 0 15px;
  margin: auto;
  color: #2b2b2b;
  display: table;
}

.msg .bubble .txt .timestamp {
  font-size: 11px;
  margin: auto;
  padding: 0 15px 0 0;
  display: table;
  float: right;
  position: relative;
  text-transform: uppercase;
  color: #999;
  padding-right: 0px;
  margin-right: 0px;
}

.msg .bubble .bubble-arrow {
  position: absolute;
  float: left;
  left: -11px;
  top: 0px;
}

.msg .bubble .bubble-arrow.alt {
  bottom: 20px;
  left: auto;
  right: 4px;
  float: right;
}

.msg .bubble .bubble-arrow:after {
  content: "";
  position: absolute;
  border-top: 15px solid #ebebeb;
  border-left: 15px solid transparent;
  -ms-border-radius: 4px 0 0 0px;
  border-radius: 4px 0 0 0px;
  width: 0;
  height: 0;
}

.msg .bubble .bubble-arrow.alt:after {
  border-top: 15px solid #DCF8C6;
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.msg .bubble .atasament-mesaj-curent {
  font-size: 14px;
}

/*endregion Chat*/
.incarcare-documente-box .card-boxes {
  position: relative;
  overflow: hidden;
}
.incarcare-documente-box .card-boxes::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 3px solid;
  border-image: linear-gradient(90deg, #0d6efd, #17a2b8) 1;
  opacity: 0;
  animation: borderPulse 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes borderPulse {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  15% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  50% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  65% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  85% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
}
