/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

.inregistrare-form .sky-form{
	
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	
}

.inregistrare-form .sky-form fieldset{
	
	
	background-color:#f5f5f5;
}

.inregistrare-form .form-action-bar{
	
	
	margin:0;
	padding:0;
}

.inregistrare-form .form-action-bar .form-row{
	
	
	margin: 20px 0 7px 0;
}


.inregistrare-form  .reg-prev{
	float:left;
	color:#5FB611;
	cursor:pointer;
	display:none;
	margin: 15px;
	font-weight: bold;
	text-decoration: underline;
}


button#save-form {
    width: 120px;
}

button.btn-u.save-inregistrare.save-button {
    width: 170px;
}


.image-deleted{
	
	background-color:#ea6d6d;
	
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */

	
	
}

.image-deleted:hover{
	
	background-color:#ea6d6d;
	
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
	
}

.gdpr-buttons button 
{
   width: 151px;
}

.gdpr-accounts .form-check 
{
    height: 44px;
    border:1px solid #C0C0C0;
    margin: 6px;
    padding-top:7px;
    font-size: 18px;
    padding-left: 13px;
    background-color: #f2fafd;
}

.gdpr-accounts .form-check label,
.gdpr-accounts .form-check input[type='checkbox']
 {
     cursor:pointer;
 }
 
 .swal2-container
{
    z-index:9999999;
}

.swal-overlay
{
    z-index:9999999;
}

.gdpr-deletions div{
    color:red;
    margin-left:25px;
    font-size:12px;
}

.gdpr-deletions div:last-of-type{
    margin-bottom: 16px;
}

.deletions-title
{
    font-weight:bold;
}

.deleting-accounts
{
    text-align:left;
    color:red;
    font-weight:13px;
}


#bs-gdpr-cookies-modal-body label
{
    cursor:pointer;
}
