body {
	font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: transparent;
}

.secret-container {
/* 	border: 1px solid gray; */
	background: #ECECEC;
	padding: 14px;
	display: block;
	border-radius: 5px;
	margin-bottom: 15px;
}

.secret-link {
	min-height: 62px;
	display: flex;
	flex-flow: wrap;
	overflow: hidden;
}

.secret-link div:first-child{
	flex: 4;
}

.secret-link div:not(:first-child){
	flex: 1;
	margin-left: 10px;
}

.secret-link div:not(:first-child) button:first-child{
	margin-bottom: 10px;
}

.secret-link div:first-child span:first-child{
	margin-bottom: 10px;
}

.secret-hint {
	margin-top: 20px;
}

.secret-link::after, .secret-link::before {
	content: "";
	display: grid;
	clear: both;
}

@media screen and (max-width: 782px) {
	.btn-primary {
		margin-top: 5px;
	}
}

.copy-selector{
	margin-right: 50px;
}
.linkElement {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	/*overflow: hidden;*/
}
.secret-link .btn-primary{
	float:right;
}
.datePickerCreate{
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.secret-index .summary {
	margin-bottom: 20px;
}

.mail-form {
	width: 50%;
	background: #ECECEC;
	padding: 14px;
	display: block;
	border-radius: 5px;
	margin-bottom: 15px;
	min-height: 62px;
	padding: 3%;
	border: solid 1px #D63E2D;
	border-radius: 5px;
	background: #F9F9F9;
	margin-top: 30px;
}

.mail-form .form-group {
	margin-bottom: 0;
}

a {
	color: #d63e2d;
}

.freetrial_btn {
	text-align: center;
}

.btn-primary,
.btn-success {
	background-color: #d63e2d;
	border-color: #d63e2d;
}

a:hover,
a:focus {
	color: #ad1a0a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover {
	background-color: #ad1a0a;
	border-color: #d63e2d;
}

.btn-danger {
	background-color: #7d7d7d;
	border-color: #7d7d7d;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:hover {
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}

div.required label:after {
	content: " *";
	color: #ad1a0a;
}

.freetrial div.required label:after {
	display: none;
}

.required-text {
	color: #ad1a0a;
}

.table > tbody > tr > th.password-th {
	vertical-align: middle;
}

.password-grid, .secret-grid {
	display: block;
	float: left;
	margin-top: 11px;
}

.password-copy, .secret-copy {
	float: right;
}

.table-striped > tbody > tr:nth-of-type(even){
	background-color: #fff;
}

.table > thead:first-child > tr:first-child > th {
	background-color: #fff;
}

.clear {
	clear: both;	
}