.pop-up {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 30000;
	top: 0;
	display: none;
	left: 0;
	font-size: 3em;
}

.pop-up .dimmer {
	width: 100%;
	height: 100%;
	background-color: #2e2e2e;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.pop-up .content-container {
	position: relative;
	padding-top: 25px;
	padding-bottom: 5px;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: auto;
	max-height: 90vh;
	overflow: visible;
	background-color: #ffe76d;
	color: #fff;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.pop-up.other .content-container {
	padding-top: 50px;
}


.close {
	position: absolute;
	top: 20px;
	cursor: pointer;
	right: 25px;
	height: 25px;
	width: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .7;
	background-image: url(../images/close.png);	
}
.close:hover {
	opacity: 1;
}

.close-white {
	background-image: url(../images/close-white.png);	
}
.close:hover {
	opacity: 1;
}

.pop-up.add .content-container {
	max-width: 960px;
	left: calc(50% - 480px);
	overflow-y: auto;
}

.pop-up .add-item {
	overflow: hidden;
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 50px 0; 
}

.pop-up .fields .title {
	font-size: 1.4em;
	color: #2e2e2e;
	text-align: center;
	margin-bottom: 30px;
	white-space: normal;
    text-overflow: ellipsis;
	width: 100%;
	overflow: auto;
}

.pop-up .fields .title::after {
	display: block;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #555;
	margin: 0 auto;
	margin-top: 15px;
} 
.pop-up .message {
	text-align: center;
    margin-bottom: 50px;
	font-size: 1.2em;	
	padding-left: 20px;
    padding-right: 20px;
	color: #444;
} 

.pop-up fieldset {
	border: none;
	display: none;
	padding: 0;
	width: 80%;
	margin: 0 auto;
}

.pop-up fieldset.zero {
	display: block;
}

.pop-up fieldset.one {
	display: block;
}

.pop-up label {
	display: block;
	font-size: 1em;
	margin-bottom: 5px;
	color: #333;
}

.pop-up textarea {
	resize: none;
	width: 100%;
	/*background-color: #eee;*/
	border: 1px solid #aaa;
	color: #333;
	font-size: 1em;
	text-indent: 5px;
	border-radius: 5px !important;
	font: 400 16px Arial;
}
.pop-up .fields-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 1px;
	margin-top: 15px; 
	align-items: left;
}

.pop-up .fields-container.special-drone .field {
	width: calc(50% - 30px);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.pop-up .fields-container.special-drone .field label {
	width: 100%;
}

.pop-up .fields-container.special-drone .field input {
	width: 80%;
}

.pop-up .fields-container.special-drone .field .fileUpload {
	background-color: transparent;
	border: none;
}

.pop-up .fields-container .divider {
	height: 280px;
	width: 2px;
	margin: 0 50px;
	background-color: #888;
}



.pop-up .fields-container.special-drone .field .img-container {
	width: 180px;
	height: 180px;
	margin: 25px 0px;
}

.pop-up .fields-container.special-drone .field .img-container img{ 
	object-fit: contain;
	object-position: center;
	width: 80%;
	height: 80%;
}

.pop-up .fields-container.special-location {
	align-items: flex-start;
}

.pop-up .fields-container.special-location .left {
	width: calc(50% - 25px);
}

.pop-up .fields-container.special-location .right {
	width: calc(60% - 25px);
}

.pop-up .fields-container.special-location .container {
	display: flex;
	justify-content: flex-start;
	width: auto;
}

.pop-up .fields-container.special-location .field.wide {
	width: 100%;
}

.pop-up .fields-container.special-location .field {
	width: calc(100% - 45px);
	margin-right: 15px;
	margin-bottom: 10px;
}

.pop-up .fields-container.special-location .location-placeholder {
	background-image: url(../images/add-location-placeholder.png);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 370px;
	margin: 15px 0;
}

.pop-up .fields-container.one .field {
	width: 100%;
	display: inline-block;
}

.pop-up .fields-container.two .field{
	width: calc(50% - 30px);
}

.pop-up .fields-container.three .field {
	width: calc(33% - 30px);
}

.pop-up .fields-container.four .field {
	width: calc(25% - 30px);
}

.pop-up .fields-container.five .field {
	width: calc(20% - 30px);
}

.pop-up .fields-container .field input,
.pop-up .fields-container .field select {
	color: #444;
	font-size: 1em;
	text-indent: 5px;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #aaa;
	/*background-color: #eee;*/
}
.pop-up .fields-container .field select {
	height: 39px;
}
.pop-up .fields-container .field input {
	height: 35px;
}

.pop-up .button-container.one {
	width: 100%;
}

.pop-up .button-container {
	margin-bottom: 30px;
}
.pop-up .button-container.two .button{
	display: inline-block;
}
.pop-up .button-container .button:hover {
	background-color: #444;
	color: #fff;
} 

/*#mergeFlight .checkbox,
.pop-up .fields-container .field input.checkbox {
    width: 39px;
    height: 39px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s;
    margin: 0px;
    margin-bottom: -6px;
    outline: none;
    position: relative;
}*/


/*#mergeFlight .checkbox::after,
.pop-up .checkbox::after {
    position: absolute;
    content: '';
    display: block;
    outline: none;
    top: 10px;
    left: 9px;
    background-image: url(../images/checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 16px;
    opacity: 0;
    transition: all .2s;
}*/

#mergeFlight .checkbox:checked::after,
.pop-up .checkbox:checked::after {
    opacity: 1;
}


.pop-up.add .button-container {
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cancel-addImports,
.next-addImports,
.next-importAll,
.pop-up .button {
	width: fit-content;
	padding: 0px 30px;	
	height: auto;
	font-size: 1.2em;
	text-align: center;
	display: block;
	cursor: pointer;
	border-radius: 50px;
	transition: all .2s;
	border: 2px solid #333;
	margin-left: 10px;margin-right: 10px;
	background-color: transparent;
	color: #333;
}

.cancel-addImports,
.pop-up .button-container .button.default {
	background-color: #333;
	color: #fff;
}

.pop-up .button-container .skip {
	margin-left: 15px;
}

.pop-up .button-container .submit {
	border: none;
}

.next-addImports,
.next-importAll,
.pop-up .button-container .addTask,
.pop-up .button-container .next,
.pop-up .button-container .submit {
	background-color: #333;
	color: #fff;
	margin-left: 15px;
}

.UIConfirm {
    border: 0;
    border-radius: 0;
    color: #fff;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-shadow: none;
    top: 0;
    width: 100%;
    z-index: 3000;
}
.UIConfirm .box {
    background: #fff;
    display: block;
    left: 50%;
    margin: -150px 0 0 -140px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 280px;
    z-index: 2;
    color: #333;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}
.logout {
    float: right;
    position: absolute;
    right: 35px;
    color: #fff;
    cursor: pointer;
}
.UIConfirm .button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    transition: all .2s;
    border: 2px solid #444;
    color: #444;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 15px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
}
.UIConfirm .button.default {
    background-color: #444;
    color: #fff;
}

.UIConfirm .button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.UIConfirm .button.default:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #444;
}

.UIImageViewer {
    border: 0;
    border-radius: 0;
    color: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
	display: flex;
    justify-content: center;
    position: fixed;
    text-shadow: none;
    top: 0;
    width: 100%;
    z-index: 3000;
}
.UIImageViewer .box {
    background: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 15%;
    min-width: 510px;
    z-index: 2;
    color: #333;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}
.UIImageViewer .button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    transition: all .2s;
    border: 2px solid #444;
    color: #444;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 15px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
}
.UIImageViewer .button.default {
    background-color: #444;
    color: #fff;
}

.UIImageViewer .button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.UIImageViewer .button.default:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #444;
}
.UIImageViewer #imgViewer {
	background: url('../images/SVG/wait.svg') no-repeat;
	min-width: 150px;
    min-height: 150px;
}

.image-thumbnail {

	border-radius: 3px;
    border: 2px #f1f1f1 solid;
    margin: 5px;
    cursor: pointer;	
}

.pop-up .lastrow .selectize-dropdown {
	position: sticky;
}