* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
.template-logo-holder {
	max-width: 855px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background: #f6f6f6;
	margin: -1px;
	border-bottom: 1px solid #d9d9d9;
}
.template-logo-holder > div {
	display: inline-block;
	padding: 10px 5px;
	position: relative;	
}
.template-logo-information {
	padding: 20px;
	background: white;
	border-radius: 15px;
	border: 1px solid gray;
	position: absolute;
	z-index: 10;
	width: 350px;
	display: none;
}
.template-logo-information span { 
	display: block;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}
.template-logo-information a { 
	color: black;
	text-decoration: none;
}
.template-logo-information span:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
.template-logo-holder img {
	width: 100px;
}
.floated:after {
  content: "";
  clear: both;
  display: table;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.space-between {
	justify-content: space-between;
}
.normal-button-inline {
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
	border: none;
}

.download-button {
	display: inline-block;
}
.normal-button {
	padding: 10px;
	border-radius: 10px;
	color: black;
	display: inline-block;
	cursor: pointer;
	border: none;
	position: relative;
	text-decoration: none;
}
.button-blue, .cm-avatar-upload-files-column .blue-button {
	background: #036cff;
	color: white !important;
}
.box3 {
	width: 33.3%;
	text-align: center;
}
.choose-template-holder {
	cursor: pointer;
}
.template-nav {
	background: white;
	font-family: 'Quicksand', sans-serif;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 20px;
}
.modal, .cvm-loader {
	font-family: 'Quicksand', sans-serif;
}
.template-nav-inner {
	margin: auto;
	max-width: 855px;
	text-align: center;
	padding: 15px 15px 15px 45px;
	position: relative;
}
.template-nav > a {
	padding: 10px;
	border-radius: 10px;
	color: black;
	display: inline-block;
	cursor: pointer;
	border: none;
	position: relative;
	background: #036cff;
	color: white !important;
	text-decoration: none;
}
.template-nav .dropdown-wrapper {
	display: inline-block;
}
.page-break-button div {
	color: gray;
	display: block;
	margin-bottom: 3px;
	margin-top: -15px;
	margin-bottom: -7px;
}
.page-break-button {
	border: 1px solid rgb(181, 181, 181);
	padding: 4px;
	color: black !important;
	border-radius: 5px;
	font-size: 13px;
}
/* DROP DOWN */
.input-holder  {
	margin-bottom: 10px;
}
.input-holder .input-fakeholder {
	border: 1px solid #b8b5b5;
	padding: 15px;
	border-radius: 15px;
	width: 100%;
	margin: 0px;
	background: white;
	display: inline-block;
}
.dropdown-wrapper {
	position: relative;
}
.dropdown-button {
	cursor: pointer;
}
.dropdown-holder {
	display: none;
	position: absolute;
	z-index: 10;
}
.dropdown-holder-full-width {
	width: 100%;
	z-index: 2;
}
.dropdown-input {
	min-width: 150px;
	background: white;
	border: 1px solid #5f5f5f;
	border-radius: 15px;
	z-index: 10;
	max-height: 250px;
	overflow: auto;
	top: 100%;
}
.dropdown-input-item:first-child {
	border-radius: 15px 15px 0px 0px;
	width: 100%;
}
.dropdown-input-item:last-child {
	border-radius: 0px 0px 15px 15px;
	width: 100%;
}
.dropdown-input-item {
	padding: 15px;
	display: block;
	background: white;
	border: none;
	width: 100%;
	cursor: pointer;
	white-space: nowrap;
	color: black;	
}
.dropdown-input-item:hover {
	background: #036cff;
	color: white !important;
}

.cvm-loader {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 25; /* 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 */
	padding-top: 200px;
}
.cvm-loader-inner {
	margin: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	background-color: white;
	border-radius: 25px;
	border: 1px solid gray;
	padding: 20px;
	flex-direction: column;
}
.cvm-spinner {
	border: 1px solid white;
	border-top: 1px solid black;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.change-cv-order-popup .modal-holder {
	max-width: 805px;
}
.not-visible {
	display: none;
}

/* MODAL */
.change-template-modal .modal {
	max-width: 805px;
}
.modal-header {
	margin-bottom: 10px;
}
.modal-heading {
	font-size: 24px;
}
.download-modal-number {
	font-size: 40px;
	font-weight: 700;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 22;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(255, 255, 255, 0.4);
}
.welcome-modal {
	display: block;
}
.welcome-modal .modal-holder {
	max-width: 805px;
}
.welcome-modal .dropdown-input {
	width: 100%;
}
.modal-holder {
	position: fixed;
	z-index: 1;
	width: 95%;
	max-width: 805px;
	height: auto;
	top: 90px;
	overflow: scroll;
	max-height: 90vh;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 50px 34px rgba(30, 44, 56, 0.14);
	-moz-box-shadow: 0 10px 50px 34px rgba(30, 44, 56, 0.14);
	box-shadow: 0 10px 50px 34px rgba(30, 44, 56, 0.14);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 400px;
}
.modal-holder-cover-letter {
	max-width: 750px;
}
.close-modal {
	color: #aaa;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: -6px;
	right: 8px;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.apply-modal-textbox {
	border: 1px solid black;
}
.ql-editor {
	background: white;
	min-height: 150px;
}
	
.choose-template-holder {
	padding: 10px;
}
.choose-template-holder img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}
/* SORT SECTIONS */
.sort-sections-cv-holder {

}
.sort-sections-cv-wrapper {
	padding-bottom: 20px;
	background: white;
	overflow: auto;
}
.sortable-sections-inner  {
	border: 1px dotted black;
	min-height: 50px;
	padding: 15px;
	margin: 10px;
	min-height: 50px;
}
.sort-sections-section-holder-row {
	overflow: auto;
}
.sort-sections-section-top {
	width: 100%;
}
.sort-sections-section-left {
	width: 300px;
	float: left;	
}
.sort-sections-section-right {
	width: calc( 100% - 300px);
	float: left;
}
.sort-sortable-section {
	background: #eee;; 
	color: black;
	padding: 10px;
	font-size: 16px;
	border: 1px solid gray;
	margin: 5px;
}
.sort-sortable-section p {
	margin: 0px;
}
.close-edit-cv-page {
	color: #aaa;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 5px;
}
.close-edit-cv-page:hover,
.close-edit-cv-page:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.drawrpallete-wrapper {
	width: 100%;
}
.drawrpallete-wrapper, .drawrpallete-wrapper button {
	border-radius: 15px !important;
}
.color-canvas-custom  {
	bottom: 100% !important;
	top: auto !important;
}
.dropdown-holder {
	z-index: 100;
}
.edit-cv-top-nav-mobile, .edit-cv-top-nav-mobile .dropdown-wrapper, .edit-cv-top-nav-mobile .dropdown-wrapper > a  {
	display: block;
	width: 100%;
}
.edit-cv-top-nav-mobile > div, .edit-cv-top-nav-mobile > a {
	display: block;
	margin-bottom: 5px;
}