body {
    /* background: url(../../imagini/bg.jpg) repeat; */
    background: url(../../imagini/exclusive_paper.jpg) repeat;
    -webkit-font-smoothing: antialiased;
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	color: #515151;
	font-size: .9rem;
	line-height: 1.59;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.body {
	background-color: transparent;
}

a, a:active, a:visited, a:focus, a i {
    color: #008c46;
	text-decoration: none;
    z-index: 1000;
}

a:hover {
	color: #32c5a1;
}

h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
}
h2 {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 12px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
p {
    font-size: .9rem;
    line-height: 24px;
    margin: 0 0 16px 0;
}
.btn {
	font-size: .9rem;;
}

.page-header {
    padding-bottom: 0;
    background: RGBA(15, 90, 110, 0.24);
    /* background: #E2F9FF; */
    width: 98%;
    /* left: 0%; */
    position: relative;
    top: -10px;
    padding: 20px 10px 5px;
    margin: 0 0 -10px;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 24px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.breadcrumb .active {
    color: #d8d8d8;
}

select.multi {
    height: 34px;
    line-height: 25px;
}

.body.fixfooter {
    display: grid;
    min-height: 100dvh;
    grid-template-rows: auto 1fr auto;
}

hr.linie-card {
    margin: 0 0 10px 0;
}

/* NAVBAR */
.navbar {
    background: #0f5a6e;
	height: 69px;
}

header#masthead #cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 5px solid rgba(35, 128, 153, 0.9);
    border-bottom: 5px solid rgba(35, 128, 153, 0.9);
}

#masthead .brand {
	text-align: center; 
	margin-top:0;
	margin-bottom:0;
}
#masthead .brand .brand-logo {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	overflow: hidden;
	font-size: 12px; 
	line-height: 0px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: -70px;
	background: #3EB4D1;
	border: 5px solid rgba(35, 128, 153, 0.9);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    z-index: 1002;
}
#masthead .brand a.brand-logo:hover {
	border: 5px solid white;
}

#masthead .brand .brand-logo img { width: auto; max-width: 100%; height:auto;}

#masthead .brand a {
	font-style:normal;
	z-index:1000;
}

#masthead ul.navbar-nav li {
	padding: 0 20px;
	border-left: 1px solid #37738a;
}
#masthead ul.navbar-nav li:first-child{ 
	padding:0 20px 0 0;
	border: none;
}
#masthead ul.navbar-nav li a {
	text-transform: none;
	color: #32c5a1;
	padding: 5px 0;
	margin: 0;
	border-radius: 0px;
	font-size: 0.85rem;
}
#masthead ul.navbar-nav li a:hover, 
#masthead ul.navbar-nav li a.current, 
#masthead ul.navbar-nav li a.active{
	color:#fff;
}

.navbar-toggler {
	color: transparent;
}

.navbar-toggler.collapsed {
	margin-top: 0;	
}

.navbar-collapse.show {
	background-color: #0f5a6e;
	margin-top: 9px;
	padding: 5px 10px;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    z-index: 1001;
    background-color: #0f5a6e;
    margin-top: 9px;
    padding: 5px 10px;
}
/* NAVBAR */

/* Din Bootstrap */
.jumbotron {
	padding: 30px;
	color: inherit;
	background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1,
.jumboalert h1,
.jumboalert .h1
 {
	color: inherit;
    font-size: 1.8em;
    font-weight: bold;
}
.jumbotron p,
.jumboalert p {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
/* end jumbotron */

.wrapper {
    margin: 30px auto;
    max-width: 1300px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.continut {
    background: #fff;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(83, 83, 83, 0.4);
    padding: 20px 5px;
    box-sizing: border-box;
    /* margin: 0 10%; */
}

.dreapta, .stanga {
	max-width: 200px;
	margin: 0 auto;
}
.dreapta {
	border-left: 1px solid #e9e9e9;
}
.stanga {
	border-right: 1px solid #e9e9e9;
}

.push {
    height: 130px;
}

#footer {
	border-top: 5px solid rgba(35, 128, 153, 0.9);
}
#footer .footer-copyright {
	background: #056a89;
}

#footer .footer-copyright p {
    color: #bbbbbb;
}

.bb-0 {
	border-bottom: none !important;
}

.fw--300 { font-weight: 300; }
.fw--400 { font-weight: 400; }
.fw--500 { font-weight: 500; }
.fw--600 { font-weight: 600; }
.fw--700 { font-weight: 700; }

.well {
	background-color: #f5f5f5;	
	border-radius: 9px;
}

.titluActivitate {
    font-weight: 700;
    color: #5e5e5e;
    font-size: 1.12rem;
    line-height: 1.2;
}
.articol {
    line-height: 1.5;
}

.dataActivitate {
    color: #c9c8c8;
    font-style: italic;
    font-size: .8rem;
}

.more-link {
    display: block;
    margin: 12px 0;
}

.btn-success:visited,.btn-success:hover,.btn-success:focus,.btn-success {
    color: #FFF;
}

.sky-form .label {
    font-weight: 600;
    color: #858585;
}
.sky-form .alert {
    padding: 15px;
}
.sky-form {
    margin: 0;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    font: .9rem / 1.55 'Poppins', Helvetica, Arial, sans-serif;
    color: #515151;;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    font: .9rem / 1.55 'Poppins', Helvetica, Arial, sans-serif;
    color: #515151;;
}
#checks > div > label > span {
    color: #31708f;
    font-size: .9rem;
}
.nota {
    color: #b3b3b3;
}

.message {
    display: block;
    padding: 25px 30px;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    color: #6fb679;
}
.message i {
    display: block;
    margin: 0 auto 20px;
    width: 81px;
    height: 81px;
    border: 1px solid #6fb679;
    border-radius: 50%;
    font-size: 1.87rem;
    line-height: 81px;
}

a > .card.album {
    color: #008c46;
	text-decoration: none;
}

.card.album, .gallery-item { 
    box-shadow: 5px 5px 10px #dad9d9;
}
.card.album:hover, .gallery-item:hover {
    transition: 200ms ease;
    box-shadow: 0px 0px 5px #9c9c9c;
}

.card.album .card-body.bg-card-body {
    background-color:#ebf3f5;
}

table.forum a, table.forum a:visited {
    color: #5e5e5e;
    text-decoration: none;
}

table.forum td, table.forum th {
    color: #5e5e5e;
}
table.forum em {
    color: #adacac;
    font-weight: 400;
}
table.forum td.subiect, table.forum td.autor {
    cursor: pointer;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #f9f9f9;
}

.datePostare {
    margin-bottom: 20px;
    font-size: 12px;
    font-style: italic;
    color: #ababab;
}

.ui-254 .chat-box.chat-in .mesage {
    box-shadow: none;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.fade.in {
    opacity: 1;
}

.toast.confirm {
    width: 120px;
}

.form-control.is-invalid, .was-validated .form-control:invalid,
.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #eb9b9b;
    background-color: #f9e8ea;
}

.form-select {
    font-size: .9rem;
}

ul#progressbar {
    padding-left: 0;
}

#progressbar li.active:before, #progressbar li:before, #progressbar li.active:after {
    font-size: 11px;
}

#msform input, #msform textarea {
    margin-right: 7px;
}

#msform fieldset {
    width: 95%;
    margin: 0 auto;
}

#msform input, #msform textarea {
    margin-bottom: 10px;
    cursor: pointer;
}

#msform .action-button {
    font-weight: normal;
}

.radio label {
    line-height: 20px;
    font-size: 1rem;
    cursor: pointer;
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.adresa-contact ul li {
    padding: 10px;
}

.lblContact {
    color: #6f6f6f;
    font-weight: 700;
}

/* MEDIA */

@media only screen and (max-width: 800px) {
    #no-more-tables .forum td {
        padding-left: 30%;
    }
}

@media (max-width: 690px) {
	#masthead .brand .brand-logo {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        border-width: 5px;
        top: -55px;
    }
}

@media screen and (max-width: 750px) {
    .sky-form.contact .col {
        float: none;
        width: 100%;
    }
}

/* @media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 95%;
    }
} */

@media (min-width: 600px ) and (max-width: 1199px) {
    .container {
        max-width: 95%;
    }
}

@media (max-width: 991px) {
	#masthead ul.navbar-nav li, #masthead ul.navbar-nav li:first-child {
		padding: 5px;
		border-left: none;
        border-bottom: 1px solid #3c717f;
	}

	#masthead ul.navbar-nav li a {
		font-size: 1rem;
	}

	#masthead .brand .brand-logo {
		top: -55px;
	}

	header#masthead{
		height: auto;
	}
  
	header#masthead #cover{
		height: auto;
	}
	
}



