
@import url('font-awesome/css/font-awesome.min.css');
@import url('reset.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Poppins', sans-serif;
	color: #333;
	background:#f9f9f9;
	position:relative;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h4 {
	font-size:20px;
	margin:0 0 20px 0;
	line-height:30px;
	font-weight: 700;
}
p {
	font-size:16px;
	margin:0 0 20px 0;
	line-height:24px;
}
ul, ol {
	margin:0 0 20px 25px;
}
a {
	color:#386b9f;
}
.clear {
	clear:both;
}
.container {
	width:96%;
	margin:0 auto;
	position:relative;
	max-width:1200px;
}
#header {
	position:relative;
	width:100%;
	z-index:999;
	padding:0;
	height:100px;
	background:#fff;
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	margin:20px 0 0 0;
}
.title {
	float:right;
	font-size:30px;
	color:#d21d2a;
	margin:25px 0 0 0;
	font-weight:400;
	text-align:right;
}
.title span {
	font-size:20px;
	color:#999;
}
#tool-left {
	width:44%;
	padding:25px 2%;
	float:left;
	margin:30px 0;
	background:#fff;
	box-shadow:0 0 1px rgba(0,0,0,0.5);
}
#tool-right {
	width:44%;
	padding:25px 2%;
	float:right;
	margin:30px 0;
	background:#fff;
	box-shadow:0 0 1px rgba(0,0,0,0.5);
}
h3 {
	font-size:24px;
	color: #555;
	margin:0 0 20px 0;
	font-weight:400;
}
#drop-area {
    border: 1px dashed #ccc;
    width: 94%;
    margin: 0 auto 20px 0;
    padding: 30px 3%;
	background:#fff;
	border-radius:20px;
}
p.inst {
	font-size:14px;
}
#drop-area.highlight {
    border-color: #70c1ef;
}
.my-form {
    margin-bottom: 10px;
}
#docs .doc:nth-child(1) {
	display:none;
}
button {
    margin-top: 10px;
}
#gallery {
    margin: 10px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.file-icon {
    width: 100px;
    margin: 5px;
    text-align: center;
	word-wrap:break-word;
}
.file-icon img {
    width: 50px;
    height: 50px;
	display: block;
	margin:0 auto;
}
.file-icon span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
	line-height:16px;
	word-wrap:break-word;
}
.doc {
	position:relative;
	text-align:center;
	width:28.33%;
	height:140px;
	overflow:hidden;
	float:left;
	margin:0 2% 10px 0;
	word-wrap:break-word;
	font-size: 12px;
	line-height:16px;
	background:#fff;
	padding:10px 1%;
	border:1px solid #ddd;
}

.doc i {
	display:block;
	margin:0 0 10px 0;
	font-size:50px;
}
.doc .doc-image {
	width:100%;
	position:relative;
	height:75px;
	overflow:hidden;
}
.doc .doc-image img {
	position:relative;
	width:auto;
	height:100%;
	margin:0 0 5px 0;
	z-index:0;
}
.doc span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
	line-height:16px;
	word-wrap:break-word;
}
.doc img.icon {
	position:relative;
	width:70px;
	height:70px;
	margin:0 0 5px 0;
	z-index:0;
}
.delete {
	position:absolute;
	top:5px;
	left:5px;
	z-index:50;
}
.delete input {
	color:#333;
	background:#f3f3f3;
	width:20px;
	height:20px;
	line-height:18px;
	text-align:center;
	border-radius:10px;
	border:1px solid #333;
	cursor:pointer;
	transition:all .5s;
}
.delete input:hover {
	color:#fff;
	background:red;
	border:1px solid red;
}
div.ck-editor__editable {
  min-height: 200px;
}
.ck.ck-editor {
    position: relative;
	margin:0 0 10px 0 !important;
}
.btn-save {
	width:100%;
	height:50px;
	background:#d21d2a;
	color:#fff;
	border:none;
	margin:10px 0;
	display:block;
}
.page-button {
	display:block;
	width:96%;
	padding:10px 2%;
	background:#fff;
	color:#333;
	border:1px solid #ddd;
	cursor:pointer;
	position:relative;
	z-index:50;
	margin:0 0 10px 0;
	transition:all .5s;
	font-size:16px;
}
.page-button:hover {
	background:#f9f9f9;
}
.page {
	position:relative;
}
.deletepage {
	position:absolute;
	top:10px;
	right:10px;
	z-index:350;
	border:1px solid red;
	background:#fff;
	color:red;
	cursor:pointer;
	width:50px;
	height:25px;
	transition:all .5s;
}
.deletepage:hover {
	border:1px solid red;
	background:red;
	color:#fff;
}
.form-control {
	display:block;
	float:left;
	width:80%;
	padding:10px 2%;
	background:#fff;
	color:#333;
	border:1px solid #ddd;
	cursor:pointer;
}
.button {
	width:14%;
	float:right;
	background:#d21d2a;
	color:#fff;
	height:36px;
	border:none;
}
.button_f {
	width:150px;
	background:#d21d2a;
	color:#fff;
	height:36px;
	border:none;
	display:block;
	margin:15px 0;
}
.newpage {
	background:green;
	color:#fff;
	width:20px;
	height:20px;
	float:right;
	font-size:16px;
	text-align:center;
	line-height:20px;
	cursor:pointer;
}
.editspecs {
	background:#eee;
	color:#333;
	font-size:14px;
	float:right;
	line-height:20px;
	cursor:pointer;
	padding:3px 7px;
	border:1px solid #666;
}
#design-specs {
	padding:30px 0 0 0;
}
#design-specs p, #pmnotes p {
	margin:0 0 10px 0;
	line-height:20px;
}
.textarea {
	display:block;
	width:96%;
	padding:10px 2%;
	background:#fff;
	color:#333;
	border:1px solid #ddd;
	min-height:80px;
}
.modal-col-right {
	width:48%;
	float:right;
}
.modal-col-left {
	width:48%;
	float:left;
}
#modal3 div.ck-editor__editable {
  min-height: 100px !important;
}

/* Modal */
.modal {
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start; /* or center */
  z-index: 1000; /* depending on what z-index values exist in your page, in order for the modal layer to sit on top of other content */
  overflow: auto; /* enable scrolling if needed - although this is not really necessary since we are going take care of overflow in modal-content */
  background-color: rgba(0,0,0,0.7);
}
.modal.modal-show {
  animation: fadeIn 0.1s ease-in-out forwards;
}
.modal.modal-hide {
  animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}
.modal-content {
  position: relative;
  background-color: #fff;
  margin: 2rem;
  padding: 2rem;
  border-radius: 0.25rem;
  width: 75%;
  max-height: 75%;
  overflow: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.modal.modal-show .modal-content {
  animation: fadeInDown 0.3s ease-in-out forwards;
}
.modal.modal-hide .modal-content {
  animation: fadeOutUp 0.2s ease-in-out forwards;
}
.modal-content h1 {
  text-align: center;
  margin-bottom: 2rem;
}
.modal-content p {
  margin: 1rem 0;
  line-height: 1.5rem;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0 0.75rem;
  /* width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; */
  color: rgba(0,0,0,0.2);
  cursor: pointer;
  user-select: none;
}
.modal-close:hover, .modal-close:focus {
  color: rgba(0,0,0,0.5);
}
#pmnotes {
	background: #fbfce9;
	margin:25px 0;

	padding:25px;
}
/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0); 
  }
}
@keyframes fadeOutUp {
  0% { 
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-3rem);
  }
}




@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 600px) {
	.modal-col-right {
		width:100%;
		float:none;
	}
	.modal-col-left {
		width:100%;
		float:none;
	}
	#tool-left {
		width:96%;
		float:none;
		margin:20px 0;
	}
	#tool-right {
		width:96%;
		float:none;
		margin:20px 0;
	}
}

