.gdpr-row, .gdpr-col-sm-6 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.gdpr-row {
	margin-right: -5px;
	margin-left: -5px;
}

.gdpr-row:before, .gdpr-row:after {
	display: table;
	content: " ";
}

.gdpr-row:after {
	clear: both;
}	

.gdpr-col-sm-6 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px
}

@media (min-width:768px) {
	.gdpr-col-sm-6 {
		float: left;
		width: 50%;
	}		
}	

.gdpr-alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.gdpr-alert.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.gdpr-alert.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

#gdpr-modal {
	top: 100px;
}

#gdpr-modal .modal-header {
	border-bottom: 1px solid #e5e5e5;
}
	
#gdpr-modal .modal-content {
   border-radius: 0;
   -moz-border-radius: 0;
   -webit-border-radius: 0;
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
}

#gdpr-modal .modal-header {
   padding: 15px 30px;
}

#gdpr-modal .modal-body {
   padding: 15px 30px;
}

#gdpr-modal .modal-footer {
   padding: 15px 30px;
}

#gdpr-modal .gdpr-help {
   text-align: center;
   border-bottom: 1px solid #ebebeb;
   padding: 10px 20px;
}

#gdpr-modal .gdpr-help.gdpr-extra-space {
	margin-bottom: 30px;
}

#gdpr-modal .gdpr-animated-arrow {
   display: block;
   margin-top: 15px;
   margin-bottom: 20px;
   text-align: center;
}

#gdpr-modal .gdpr-default-btn {
	position: relative;
	background: #72c02c;
	padding: 13px 20px;
	border: 0;
	color: #fff;
	font-size: 13.5px;
	cursor: pointer;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#gdpr-modal .gdpr-default-btn.gdpr-red-btn {
	background: #e74c3c;
}

#gdpr-modal .gdpr-menu {
	overflow: auto;
}

#gdpr-modal .gdpr-menu .gdpr-menu-item {
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ebebeb;
	color: #777;
	text-align: center;
	text-decoration: none;
	display: block;
}

#gdpr-modal .gdpr-menu .gdpr-menu-item:hover {
   border: 1px solid #72c02c;
   color: #72c02c;
}

#gdpr-modal .gdpr-menu .gdpr-menu-item .icon {
   display: block;
   padding: 10px 0;
   margin-bottom: 5px;
   text-align: center;
}

#gdpr-modal .gdpr-menu .gdpr-menu-item .icon i {
	width: 32px;
	height: 32px;
	display: inline-block;
}

#gdpr-modal .gdpr-menu .gdpr-menu-item .icon i.icon-edit {
	background: url('../image/gdpr/edit.png');
}	

#gdpr-modal .gdpr-menu .gdpr-menu-item .icon i.icon-file {
	background: url('../image/gdpr/file.png');
}

#gdpr-modal .gdpr-menu .gdpr-menu-item .icon i.icon-download {
	background: url('../image/gdpr/download.png');
}

#gdpr-modal .gdpr-menu .gdpr-menu-item .icon i.icon-power-off {
	background: url('../image/gdpr/power.png');
}

#gdpr-modal .gdpr-menu .gdpr-menu-item .name {
   display: block;
   font-size: 12.5px;
   text-transform: uppercase;
}

#gdpr-modal .gdpr-section {
   padding-bottom: 20px;
   display: none;
}

#gdpr-modal .gdpr-back-main {
   position: absolute;
   bottom: -25px;
   left: 0;
   width: 100%;
   text-align: center;
   display: none;
}

#gdpr-modal .gdpr-back-main a {
   color: #333;
   font-size: 12px;
   text-decoration: underline;
}

#gdpr-modal .gdpr-standard-menu {

}

#gdpr-modal .gdpr-standard-menu .gdpr-standard-menu-item {
   border: 1px solid #ebebeb;
   padding: 10px 20px;
   margin-bottom: 5px;
   color: #777;
   font-size: 12.5px;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   display: block;
}

#gdpr-modal .gdpr-standard-menu .gdpr-standard-menu-item:hover {
   border: 1px solid #72c02c;
   color: #72c02c;
}

/* Loading mask */
.loading-mask-overlay {
	position: absolute;
	background: rgba(255,255,255, 0.85);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.loading-mask-overlay.loading-mask-no-background {
	background: transparent;
}

.loading-mask-overlay .loading-mask-loading {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

.loading-mask-overlay .loading-mask-loading.stay-top {
	top: 250px !important;
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #72c02c;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #72c02c;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
