/*! respacio - v.1.0 - 23-10-2019 */
.respacio-notice {
    position: relative;
    overflow: auto;
    margin: 16px 0;
    padding: 30px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    font-size: 13px;
    line-height: 2.1em;
	width:94%;
    border-radius: 12px;
}
#respacio_verification_key{
display: block;
    width: 300px;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 34px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    margin-right: 12px;
}
.verify_button, .btn-submit{
	cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
	font-size: 14px;
    height: 46px;
    line-height: 44px;
    padding: 0 36px;
	background: #006799;
    border-color: #006799;
    color: #fff;
	box-shadow: 0 2px 0 #006799;
}

.respacio-notice p{font-size:16px;}
.res-success-msg{font-size:16px; color:#3A5F0B;font-weight:bold;}
.res-error-msg{font-size: 16px;
    color: #ff0000;

    background: rgb(255 0 0 / 13%);
    display: inline-block;
    padding: 15px;
    margin-top: 10px;
    border-radius: 6px;}

.res-error-msg:empty{
    display: none;
}
/* The container */
.container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #a4afb7;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*# END */
/* The Modal (background) */
#contentText1{display:none;}
#copyClip:hover{cursor: pointer;}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-header{
	padding: 20px;
    margin: 0 !important;
    background: #ccc !important;
    text-align: center;
}
.modal-header h2 {
	padding: 0 !important;
    margin: 0 !important;
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 19% auto; /* 25% from the top and centered */
  border: 1px solid #888;
  width: 43%; /* Could be more or less, depending on screen size */
  /*height:29%;*/
}

.modal-body{padding: 20px;overflow:hidden;}
/* The Close Button */
.close {
  color: #006799;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position:relative;
  top:-2px;
  right:10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.respacio-notice-export{
	border: none;
    background: none;
    box-shadow: none;
}
.respacio-notice:empty{
    display: none;

}
.copyClip{
	background: #006799 !important;
    border-radius: 5px;
    padding: 5px 10px;
	color:#ccc;
	float:right;
}
.flex{
    display:flex;
}
.flex-row{
    flex-direction: row;
}
.justify-center{
    justify-content: center;
}
.justify-end{
    justify-content: end;
}
.items-center{
    align-items: center;
}
.items-end{
    align-items: end;
}
.my-button{
    padding: 11px 20px;
    height: auto;
    border: 0 !important;
    line-height: initial;
    box-shadow: none;
}
.m-0{
    margin:0;
}
.p-0{
    padding:0;
}
