@media (max-width: 768px) {
	.header-navbar .navbar-header .navbar-brand .brand-logo {
		margin-top: -4px;
		margin-left: -4px;
	}
}

.navbar-dark, .navbar-dark.navbar-horizontal {
	background-image: linear-gradient(to right,#3661AD,#3661AD 100%);
	background-repeat: repeat-x;
}

.horizontal-menu-padding .header-navbar .navbar-container {
	background: none;
}
.main-menu.menu-light .navigation li a {
	color: #6B6F82!important;
}
.header-navbar {
    min-height: 4rem;
}

.horizontal-menu .navbar-horizontal ul#main-menu-navigation > li > a {
    padding: 0.8rem 1rem;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 77px;
    margin-top: -4px;
    margin-left: 28px;
}
.bg-gradient-x-baterep {
	background-image: linear-gradient(to right,#0C84D1 0,#3661AD 100%);
    background-repeat: repeat-x;
}
.bg-baterep {
	background: #3661AD;
}

/* badguri tab-uri */

.badge-fara-risc {
	background-color: #8AC141;
	border-radius: 0.2rem!important;
}

.badge-risc-mediu {
	background-color: #f2d11e;
	border-radius: 0.2rem!important;
}

.badge-risc-mare {
	background-color: #EF2726;
	border-radius: 0.2rem!important;
}
/* callout baterep */

.digits_login_form .dig_ma-box .bgdark {
	background-color: #3661AD!important;
    text-transform: none;
    color: #fff!important;
}
.dig-box-login-title {
    text-transform: none;
	font-family: 'Quicksand'!important;
	color: #000!important;
}

.btn-baterep {
	border-color: #3661AD!important;
	 background-color: #3661AD!important;
    color: #FFF;
}
.btn-baterep:focus {
	border-color: #264b8e!important;
    background-color: #3661AD!important;
    color: #FFF!important;
}
.bs-callout-baterep {
    background-color: #3661ad0a;
    color: #010A10;
}
.bs-callout-baterep, .bs-callout-baterep.callout-transparent {
border-color: #3661AD!important;
}

.bs-callout-baterep2 {
    background-color: #3661ad1a;
    color: #0A0E45;
}

/* bg risc */
.bg-fara-risc {
	background: #8ac141b0;
}

.date-info {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}



.bg-pink.bg-lighten-2, .btn-pink.btn-lighten-2 {
    background-color: #C767DC!important;
}
.bg-baterep55 {
	
	background-color: #B8E1FB!important;
}
/* start scor mare nivel risc */

.ball {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-3px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-3px);
  }
}

.score-comment {
	font-weight: 400;
	    font-size: 1.1rem;
}
 ul.scaleTicks > li {
	font-weight: 300;
    font-size: 0.8rem;
 }
.score-announcement {
  background-color: #3661AD;
  margin-bottom: 18px;
  color: white;
  border-radius: 10px;
}

.scoreTick {
  position: absolute;
  height: 100%;
  width: 0px;
  background-color: #3661AD;
  left: 3%;
  transition: left 300ms linear;
}

.scoreArrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #3661AD;
  position: absolute;
  top: -18px;
  left: 3%;
  margin-left: -18px;
  transition: left 300ms linear;
}

.scaleTicks,.scaleTicks2  {
  display: table;
  height: 15px;
  width: 100%;
  padding: 0;
}
.scaleTicks li, .scaleTicks2 li {
  display: table-cell;
  height: 15px;
  width: 33.3%;
  line-height: 15px;
  text-align: left;
  white-space: nowrap;
}

.scaleColors {
  display: table;
  position: relative;
  height: 45px;
  width: 100%;
  padding: 0;
      font-weight: 800;
    font-size: 0.97rem;
}
.scaleColors li {
  display: table-cell;
  height: 45px;

line-height: 45px;
  text-align: center;
  border-right: 1px solid #fff;
  white-space: nowrap;
}

.scaleTicks li:nth-child(1),.scaleTicks2 li:nth-child(1)  {
	width: 51.6%;
}
.scaleTicks li:nth-child(2), .scaleTicks2 li:nth-child(2) {
	width: 10.4%;
}
.scaleTicks li:nth-child(3), .scaleTicks2 li:nth-child(3) {
	width: 38%;
}


.scaleColors li:nth-child(1) {
  width: 51.6%;
  background-color: #8AC141;
  background-image: linear-gradient(to right, #8AC141, #abec54);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color:#000;
}
.scaleColors li:nth-child(2) {
  width: 10.4%;
  background-color: #F2E21B;
  background-image: linear-gradient(to right, #F2E21B, #fbe803);
   color:#000;
}
.scaleColors li:nth-child(3) {
  width: 38%;
  background-color: #EF2726;
  background-image: linear-gradient(to right, #EF2726, #bf1c1b);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
   color:#fff;
}

.score-announcement-fara-risc {
	background-color: #8AC141;
}

/* final scor mare nivel risc */
/*Preview photos*/
.preview-facebook-media{
    position: relative;
}

.preview-facebook-media .user-info{
    padding: 10px 10px;
    position: relative;
}

.preview-facebook-media .user-info img{
    width: 40px;
    margin-right: 5px;
}

.preview-facebook-media .user-info .text{
    position: absolute;
    top: 14px;
    font-size: 13px;
    left: 68px;
    line-height: 17px;
}

.preview-facebook-media .user-info .text .name{
    font-weight: bold;
    color: #365899;
}

.preview-facebook-media .user-info .text span{
    color: #90949c;
    font-size: 12px;
}

.preview-facebook-media .preview-media{
    height: 417px;
    background-size: cover;
    background-position: center center;
    background-color: #f4f4f4;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.preview-facebook-media .preview-media .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #fff;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.preview-facebook-media .preview-media.preview-media1,
.preview-facebook-media .preview-media.preview-media2,
.preview-facebook-media .preview-media.preview-media3,
.preview-facebook-media .preview-media.preview-media4{
    background-color: #fff;
}

.preview-facebook-media .preview-media.preview-media2{
    height: 180px;
}

.preview-facebook-media .preview-media.preview-media2 .item:nth-child(1){
    width: 50%;
    height: 100%;
    float: left;
}

.preview-facebook-media .preview-media.preview-media3 .item:nth-child(1){
    width: 100%;
    height: 50%;
    float: left;
}

.preview-facebook-media .preview-media.preview-media4 .item:nth-child(1),
.preview-facebook-media .preview-media.preview-media4 .item:nth-child(2),
.preview-facebook-media .preview-media.preview-media4 .item:nth-child(3),
.preview-facebook-media .preview-media.preview-media4 .item:nth-child(4)
{
    width: 50%;
    height: 50%;
    float: left;
}

.preview-facebook-media .preview-media.preview-media1 .item:nth-child(1){
    width: 100%;
    height: 100%;
    float: left;
}

.preview-facebook-media .preview-media.preview-media3 .item:nth-child(2){
    width: 50%;
    height: 50%;
    float: left;
}

.preview-facebook-media .preview-media.preview-media3 .item:nth-child(3){
    width: 50%;
    height: 50%;
    float: left;
}

.preview-facebook-media .preview-media.preview-media2 .item:nth-child(2){
    width: 50%;
    height: 100%;
    float: left;
}

.preview-facebook-media .preview-media.preview-media5 .item:nth-child(1),
.preview-facebook-media .preview-media.preview-media5 .item:nth-child(2)
{
    width: 50%;
    height: 64%;
    float: left;
}

.preview-facebook-media .preview-media.preview-media5 .item:nth-child(3),
.preview-facebook-media .preview-media.preview-media5 .item:nth-child(4),
.preview-facebook-media .preview-media.preview-media5 .item:nth-child(5)
{
    width: 33.3333%;
    height: 36%;
    float: left;
}

.preview-facebook-media video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preview-facebook-media .post-info,.preview-facebook-media .caption{
    padding: 10px 10px;
    word-break: break-all;
    color: #000;
}

.preview-facebook-media .post-info img,.preview-facebook-media .caption img{
    width: 15px;
    position: relative;
    top: -2px;
}


.preview-facebook-media .line-no-text{
    margin-bottom: 3px;
    height: 13px;
    background: #f4f4f4;
}

/*Preview Link*/
.preview-facebook-link{
    position: relative;
}

.preview-facebook-link .preview-header{
    padding: 20px;
    height: 60px;
    border-bottom: 1px solid #f4f4f4;
}

.preview-facebook-link .preview-header i{
    font-size: 20px;
}

.preview-facebook-link .preview-header .facebook-logo{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 16px;
    color: #4a76a8;
    font-size: 18px;
}

.preview-facebook-link .preview-header .facebook-logo i{
    font-size: 30px;
}

.preview-facebook-link .user-info{
    padding: 10px 10px;
    position: relative;
}

.preview-facebook-link .user-info img{
    width: 40px;
    margin-right: 5px;
}

.preview-facebook-link .user-info .text{
    position: absolute;
    top: 14px;
    font-size: 13px;
    left: 68px;
    line-height: 17px;
}

.preview-facebook-link .user-info .text .name{
    font-weight: bold;
    color: #2a5885;
}

.preview-facebook-link .user-info .text span{
    color: #939393;
    font-size: 12px;
}

.preview-facebook-link .post-info,.preview-facebook-link .caption{
    padding: 10px 10px;
    word-break: break-all;
    color: #000;
}

.preview-facebook-link .post-info img,.preview-facebook-link .caption img{
    width: 15px;
    position: relative;
    top: -2px;
}


.preview-facebook-link .line-no-text{
    margin-bottom: 3px;
    height: 13px;
    background: #f4f4f4;
}

.preview-facebook-link .line-no-text.w50{
    width: 50%;
}

.preview-facebook-link .preview-link{
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 10px;
    margin-bottom: 10px;
}

.preview-facebook-link .preview-link .image{
    height: 238px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #f4f4f4;
    background-position: center;
}


@media (max-width: 768px) {
	.preview-facebook-link .preview-link .image{
		height: 180px;
		width: 100%;
	}
}

.preview-facebook-link .preview-link .info{
    padding: 10px;
    letter-spacing: normal;
}

.preview-facebook-link .preview-link .info .title{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word;
}

.preview-facebook-link .preview-link .info .desc{
    color: #000;
    font-size: 12px;
    font-family: inherit;
}

.preview-facebook-link .preview-link .info .website{
    color: #90949c;
    font-size: 12px;
    text-transform: uppercase;
    font-family: inherit;
    margin-top: 10px;
}

.preview-facebook-link .preview-comment{
    margin-top: 0px;
}

/*Preview Text*/
.preview-facebook-text{
    position: relative;
}

.preview-facebook-text .preview-header{
    padding: 20px;
    height: 60px;
    border-bottom: 1px solid #f4f4f4;
}

.preview-facebook-text .preview-header i{
    font-size: 20px;
}

.preview-facebook-text .preview-header .fb-logo{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 16px;
    color: #4a76a8;
    font-size: 18px;
}

.preview-facebook-text .preview-header .fb-logo i{
    font-size: 30px;
}

.preview-facebook-text .user-info{
    padding: 10px 10px;
    position: relative;
}

.preview-facebook-text .user-info img{
    width: 40px;
    margin-right: 5px;
}

.preview-facebook-text .user-info .text{
    position: absolute;
    top: 14px;
    font-size: 13px;
    left: 68px;
    line-height: 17px;
}

.preview-facebook-text .user-info .text .name{
    font-weight: bold;
    color: #2a5885;
}

.preview-facebook-text .user-info .text span{
    color: #939393;
    font-size: 12px;
}

.preview-facebook-text .post-info,.preview-facebook-text .caption{
    padding: 10px 10px;
    word-break: break-all;
    color: #000;
}

.preview-facebook-text .post-info img,.preview-facebook-text .caption img{
    width: 15px;
    position: relative;
    top: -2px;
}


.preview-facebook-text .line-no-text{
    margin-bottom: 3px;
    height: 13px;
    background: #f4f4f4;
}

.preview-facebook-text .preview-comment{
    margin-top: 0px;
}

.preview-facebook .preview-comment{
    position: relative;
    padding: 7px 0px 12px;
    color: #999;
    text-align: center;
    border-top: 1px solid #eee;
    margin: 0 10px;
    margin-top: 10px;
}

.preview-facebook .preview-comment .item{
    float: left;
    margin-right: 25px;
    font-weight: 600;
    font-size: 12px;
}

.preview-facebook .preview-media .item .count{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 31%;
    font-size: 27px;
}

.preview-facebook .preview-comment .item .facebook-icon{
    position: relative;
    top: 3px;
}



.facebook-icon{
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.facebook-icon.like{
    background-position: 0 0;
}

.facebook-icon.comment{
    background-position: 0 -22px;
}

.facebook-icon.share{
    background-position: 0 -42px;
}
.modal-header {
    background-color: #3661AD!important; 
}
