
.POCA {
    -WEBKIT-align-items: center;
    -MOZ-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.POCA img{
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
}
#divLogoPOCA {
    background-color: #fff;
}
.auth {
    height: 100vh;
}
.authbox {
    padding: 35px;
}
.relativeBox {
    position: relative;
}
.scsErr {
    background: #ffd0d0;
    border-radius: 5px;
    border: 1px solid #ff5e7117;
    color: #ff3462;
    padding: 10px;
    line-height: 1.3;
}
.resetpassword {
   /*  bottom: -105px; */
    text-align: center;
    margin: 0 auto;
    position: relative;
    /* color: #fff; */

}
.resetpassword a,
a.resetpassword {
    color: #f26725;
}
a.resetpassword:hover,
.resetpassword a:hover {
    color: #fba983;
}
.align-items {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
span.break-line {
    margin: 25px 0px;
    display: block;
}
/* NAVIGARE MOBILE */
.mobile-menu {
    display: none;
}
.icon-login {
    background-image: url(img/login.svg);
    display: block!important;
    margin: 0 auto;
}
.icon-admin {
    background-image: url(img/login.svg);
    display: block!important;
    margin: 0 auto;
}
.icon-logout {
    background-image: url(img/logout.svg);
    display: block!important;
    margin: 0 auto;
}


/* SPECIAL UI SUBINOF */
.icon-biserica {
    background-image: url(img/icon-biserica.svg)!important;
    background-repeat: no-repeat!important;
    display: block!important;
    margin: 0 auto;
}
.list_nav--item {
    margin: 0px!important;
}


/* BACKEND */
.btn-admin-nav li a {
    color: #f26725;
    font-weight: 600;
}

.logged-in H5 {
    color: #fff;
}
.btn-admin-nav li:first-child{
    padding-right: 20px;
}
.panel-backend {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 5% 0px;
}
/*
.profile_title {
    font-weight: bold;
    color: #fff;
}
*/

/*
.headline-bg h2 {
    text-align: center;
    font-weight: bold;
    border: 1px solid #fe9102;
    margin: 0px;
    padding: 10px;
    color: #fe9102;
    border-radius: 5px;
    background-color: #fff;
}
*/
/*
td.cpTitle {
    font-weight: bold;
    width: 100%;
    margin: 20px 0px;
    display: block;
    border-bottom: 1px solid #00000014;
}
.moduleList-admin .divManager {
    height: 120px;
    width: 90%;
    border-radius: 10px;
    padding: 15px;
    border: none;
    -webkit-box-shadow: 0px 2px 41px -5px rgba(202, 202, 202, 0.75);
    -moz-box-shadow: 0px 2px 41px -5px rgba(202, 202, 202, 0.75);
    box-shadow: 0px 2px 41px -5px rgba(202, 202, 202, 0.75);
    border: 4px solid #fff;
    margin: 20px 0px;
}
.moduleList-admin table:first-child {
    width:100%;
}
*/
p.primitiveEditTitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ead207;
    background: #ead207;
    color: #3683af;
    padding: 10px 0px;
    margin-bottom: 50px;
}
input.btnNew {
    width: 200px;
    padding: 9px;
    display: block;
    position: relative;
    background: #00466e;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    border: none;
    text-align: center;
    margin-bottom: 40px;
}
/*
th.tableHeader {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}
.tableItemEven td {
    border: 1px solid #ddd;
    padding: 7px;
    background: #dddddd45;
}
.tableItemOdd td {
    border: 1px solid #ddd;
    padding: 7px;
}
*/
.tableOrizFull th strong {
    color: #fff!important;
}
.space-evenly-admin {
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
}
.section-margin {
    margin: 20px 0px;
    padding: 20px;
}

.breadcrumbs img {
    width: 5px;
    margin: 0 5px;
    float: left;
    top: 11px;
    position: relative;
}
.breadcrumbs {
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    list-style-type: none;
    background: #fff;
    float: left;
    display: block;
    position: relative;
    top: -43px;
    margin-bottom: -25px;
}
.breadcrumbs div:first-child::before {
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    content: " ";
    display: block;
    position: absolute;
    top: 13px;
    left: -5px;
}
.alertBox {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    min-height: 90px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(102,136,153,.18);
    box-shadow: 0 5px 9px -1px #ebf2ff;
    text-align: center;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #01436c2e;
    margin: 15px 0px;
}
.breadcrumbs div {
    float: left;
    position: relative;
    padding: 0 20px 0 10px;
    color: #000000;
    text-decoration: none;
    outline: none;
    background: #fff;
}
.scsMsg, .scsInfo {
    clear: both;
}
.nota {
    clear: both;
}

/* AUTH */
.signIn INPUT {
    background-color: #3593d0;
    border: navajowhite;
    color: #fff;
    margin-top: 40px;
}


/* po-up window */
.hidden {
    display: none;
}
a.link-close {
    position: absolute;
    display: table;
    text-align: right;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 0px 8px;
    border-radius: 50px;
    line-height: 1.6;
    color: #737373;
    top: 2px;
    right: 2px;
}

a.link-read {
    margin: 15px 0px;
    color: #423f70;
    background: #fff;
    display: table;
    padding: 5px 20px;
    border-radius: 20px;
}
.pop-up-content {
    position: absolute;
    background: #fff;
    z-index: 3;
    width: 100%;
    left: 20px;
    padding: 30px;
    border-radius: 15px;
    top: 0;
    box-shadow: 0px 0px 12px #00000038;
}


.pop-up-content {
  -webkit-animation: animation 1000ms linear both;
  animation: animation 1000ms linear both;
}

@-webkit-keyframes animation {
  0% { -webkit-transform: matrix3d(0.64, 0, 0, 0, 0, 0.64, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.64, 0, 0, 0, 0, 0.64, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% { -webkit-transform: matrix3d(0.761, 0, 0, 0, 0, 0.761, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.761, 0, 0, 0, 0, 0.761, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(0.819, 0, 0, 0, 0, 0.819, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.819, 0, 0, 0, 0, 0.819, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% { -webkit-transform: matrix3d(0.912, 0, 0, 0, 0, 0.912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.912, 0, 0, 0, 0, 0.912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% { -webkit-transform: matrix3d(1.093, 0, 0, 0, 0, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.093, 0, 0, 0, 0, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% { -webkit-transform: matrix3d(1.091, 0, 0, 0, 0, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.091, 0, 0, 0, 0, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.081, 0, 0, 0, 0, 1.081, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.081, 0, 0, 0, 0, 1.081, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(1.054, 0, 0, 0, 0, 1.054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.054, 0, 0, 0, 0, 1.054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% { -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animation {
  0% { -webkit-transform: matrix3d(0.64, 0, 0, 0, 0, 0.64, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.64, 0, 0, 0, 0, 0.64, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% { -webkit-transform: matrix3d(0.761, 0, 0, 0, 0, 0.761, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.761, 0, 0, 0, 0, 0.761, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(0.819, 0, 0, 0, 0, 0.819, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.819, 0, 0, 0, 0, 0.819, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% { -webkit-transform: matrix3d(0.912, 0, 0, 0, 0, 0.912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.912, 0, 0, 0, 0, 0.912, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% { -webkit-transform: matrix3d(1.093, 0, 0, 0, 0, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.093, 0, 0, 0, 0, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% { -webkit-transform: matrix3d(1.091, 0, 0, 0, 0, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.091, 0, 0, 0, 0, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.081, 0, 0, 0, 0, 1.081, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.081, 0, 0, 0, 0, 1.081, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(1.054, 0, 0, 0, 0, 1.054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.054, 0, 0, 0, 0, 1.054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% { -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

.regiuneUAT {
    z-index: 2!important;
}
#inlineProfil {
    z-index: 1!important;
}
.descriereUAT {
    width: 80%;
}

@media screen and (max-width: 1280px) {
    .desc_nav,
    .truncate {
        max-width: 150px;
    }
}
@media screen and (max-width: 425px) {
    .pop-up-content {
        width: 100%;
        left: 0px;
        border-radius: 0px;
        top: 0;
        position: fixed;
        height: 100vh;
        overflow: scroll;
    }
}

.info-box.link {
    pointer-events: none;
    opacity: 0.3;
}
.athon-overlay-wait {
    background: #ff7888!important;
    height: 2px!important;
    font-size: 0px!important;
}


/* SCROLLBAR */

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #888;
    visibility: hidden;
    margin-top: 123px;    
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.titleList a{
    color: rgb(45, 59, 66, 1);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 5px;
}

.u-secondaryTextColor {
    color: #636d72;
    font-size: 10px;
    font-weight: 100;

}
.dbIndexLocal {
    padding: 1px 6px;
    border: 1px solid #1785fb;
    border-radius: 404px;
    font-size: 13px;
    color: #ffffff;
    background: #1785fb;
}
.lista-google a {
    display: block;
    background: url(../images/google_link.svg);
    width: 83px;
    height: 20px;
    background-repeat: no-repeat;
    float: right;
    background-position: 69px 2px;
    font-size: 10px;
    border: 1px solid #e6ebed;
    padding: 1px 5px;
    border-radius: 4px;
    color: #2e3b42;
}
.lista-google a:hover {
  background-color:#fff;
}
.destinatie {
    padding-top: 7px;
}
.mapSearch .searchWrapper {
    margin: 0px;
    min-height: 100%;
    box-shadow: none;
}
.resetList {
    height: 40px;
    background: #fff;
    border: 1px solid #e4eaed;
    color: #8f8f8f;
}
.resetList:hover {
    background: #1785fb;
    color: #fff;
}
.selectList {
    height: 40px;
    background: #fff;
    border-radius: 0px!important;
    border: 1px solid #e4eaed;
    color: #8f8f8f;
    box-shadow: none;
}
.resetList.fullWidth {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}
.boxList {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(102,136,153,.18);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.boxList .flex-container {
    padding: 0px!important;
}
.top_back {
    position: relative;
    display: inline-block;
    top: -26px;
}
.back-top {
    height: 26px;
    width: 27px;
    position: absolute;
    display: inline-block;
    color: #393566;
    border: 1px solid #e6ebed;
    padding: 5px 10px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 0px;
    left: -22px;

    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -os-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;

}
.back-top:hover {
    width: 82px;
    font-size: 13px;
    left: -82px;

    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -os-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;

}
.back-top:after {
    display: block;
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    background: url(img/left-arrow-back.svg);
    background-size: 100%;
    top: 2px;
    left: 3px;
}
.back-top:before {
    display: block;
    position: absolute;
    content: "Înapoi";
    height: 20px;
    top: 4px;
    opacity: 0;
    padding-left: 24px;
    left: -23px;
}
.back-top:hover::before {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.listBox {
    margin-top: 20px;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        font-size: 13px;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        left: 6px;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        font-size: 13px;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        left: 6px;
    }
}

.lista-adresa.column {
    border-right: 1px solid #f2f5f6;
    margin-bottom: 9px;
}
.rolInstitutie {
    display: inline-block;
    border: 1px solid #45557b1c;
    padding: 1px 8px;
    border-radius: 5px;
    font-weight: 500;
    color: #60729c;
    font-size: 10px;
}
.rolInstitutie {
    text-transform: capitalize;
}

/* toggle */

.hiddenToggle {
    overflow: hidden;
    height: 0;
}

.viewToggle {
    display: block;
    height: 127px;
    overflow: hidden;
}

.eventToggle:active {
    background-color:#6683ff;
}

.boxList.eventToggle.project-expand .hiddenToggle {
    height: 100%;
    transition: all 1s ease-in-out;
}
