html, body {
    height: 100%;
    color: #fff !important;
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 100 !important;
    margin: 0 !important;
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    overflow-y: auto;
}

body{
    padding: 50px;
}

.modal-dialog{
    width: 50%;
}

#loading-image, #loading-image2, .done-sign{
    display: none;
    position: fixed;
    top: 29%;
    left: 49.5%;
    transform: translate(-50%, -50%);
}

.done-sign{
    background-color: #000000;
    padding: 20px;
    border-radius: 50%;
}

.container-fluid, .mt-80{
    height: 100%;
}

.mt-80{
    margin-top: 80px;
}

.mt-10{
	margin-top: 10px;
}

.image_list{
    margin-top: 30px;
}

#uploadFileForm{
    width: 100%;
}

#replace .before_text{
    background-image: url(/images/markup-symbol.png);
    background-repeat: no-repeat;
    background-position: center;
}

.active#upload{
    display: flex;
    justify-content: center; 
    /*align-items: center;*/
    height: 100%;
}

.hwt-content{
	border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color !important;
	border-image: none !important;
	border-radius: 6px 6px 6px 6px !important;
	border-style: none solid solid none !important;
	border-width: medium 1px 1px medium !important;
	-moz-border-bottom-colors: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07) !important;
}

.hwt-content:focus {
    outline-width: 0 !important;
    color: #fff !important;
}

.ta-center{
	text-align: center;
}

.fa.fa-search{
    position: absolute;
    top: 4px;
    font-size: 16px !important;
    right: 24px;
}

.img_name:hover, .img_name label:hover{
    cursor: pointer;
}

.img_box{
    height: 200px;
    background-position: center;
    background-clip: content-box;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.num_search_results{
	margin: 25px 0px;
}

.num_search_results.error, .upload_file_error .error, .choose_file_error .error, .file_name_error .error, .convert_error, .file_skip_error .error{
    color: #D25F51;
    font-weight: bold;
    background: rgba(100%,0%,0%,.5);
    padding: 5px 15px;
    border-radius: 10px;
}

.img_box:hover > .overlay_icons, .img_box:hover > .overlay{
	display: block;
}

.overlay{
	display: none;
	background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay_icons{
	z-index: 1;
    display: none; 
    color: #fff;
}

.overlay_icons i{
    font-size: 3vw !important;
    margin: 0px 11px;
    color: #fff;
}

.overlay_icons i:hover{
	color: #fff;
}

.search_box{
	width: 100%;
    padding: 3px 20px;
}

textarea:not(.path_box) {
	margin-top: 10px;
    margin-right: 50px;
    height: 65vh;
	width: 100%;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent;
	border-radius: 6px 6px 6px 6px;
	border: 2px dashed #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	color: #ffffff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 8px;
	transition: background-color 0.2s ease 0s;
	resize: none;
}

.hwt-container{
	width: 100%;
}

.flex-center{
    align-items: center;
    display: flex;
    justify-content: center;
}

.title, .alt{
	width: 60%;
}

.title_replacement, .alt_replacement{
	width: 60%;
}

input[type=text]{
	border-radius: 5px;
    /*transition: background-color 0.2s ease 0s;*/
    background-color: #83cfc6;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    color: #ffffff;
    border: none;
}

.title_alt_row{
    margin-bottom: 30px;
    border: 2px dashed #fff;
    border-radius: 35px;
    padding: 0px;
    display: flex;
}

.title_alt_row img{
	border-radius: 35px;
    margin-left: -2px;
    margin-top: -2px;
    margin-bottom: -2px;
    max-width: 80%;
}

.flex-center-titles-alts{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.convert_images, .upload_file, .convert_kit{
    color: #549ba5;
    background-color: #fff;
    padding: 0px 35px;
    width: 100px;
    font-size: 100px !important;
    border-radius: 50px;
}

#imagePath{
    word-wrap: break-word;
    overflow: hidden;
	background-color: transparent;
    width: 100%;
    text-align: center;
    border: none;
    cursor: auto;
}

.box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #fff;
    padding: 30px;
    border-radius: 20px;
    height: auto;
    margin-bottom: 10px;
}

.lbl_uploadFile{
	border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 0;
}

.active#convert{
    display: flex;
}

input[type=file] {
    display: inline;
}

.file_span{
    letter-spacing: 0.5px;

}

.margin-left-60{
	margin-left: 60px;
}

i{
	font-size: 60px !important;
	cursor: pointer;
}

i.normal{
	font-size: 20px !important;
}

input[type=radio]{
	-webkit-appearance: none;
    background: transparent;
    border: 1px solid #fff;
    padding: 6px;
    border-radius: 22px;
    margin-left: 15px;
    cursor: pointer;
}

input[type="radio"]:checked{
	background-color: #fff;
}

.blue_logo{
    width: 60%;
	margin-top: 15px;
}

.ml-10{
	margin-left: 10%;
	color: #fff;
}

button{
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    background: transparent;
}

label{
	font-weight: normal;
}

button:hover{
	color: #3d7f93;
	background-color: #fff; 
}

.num_images_saved{
   display: inline;
}

.num_days_input{
    background-color: transparent !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    width: 40px;
    margin-right: 5px;
}

input:focus{
    outline: none;
}

.nav-tabs > li{
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 0px 10px;
    margin: 0 20px;
}

.nav-tabs > li.active{
	background-color: #fff; 
}

.nav-tabs>li>a{
	color: #fff;
    background: transparent;
}

.nav-tabs > li:hover{
	background-color: #fff; 
	cursor: pointer;
}

::-webkit-input-placeholder{
    color: #fff;
}

.nav-tabs > li:hover > a{
	color: #3d7f93;
}

.nav-tabs > li > a:hover{
	background-color: transparent;
    border-color: transparent;
    color: #3d7f93;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #3d7f93;
    cursor: default;
    background-color: transparent;
    border: 1px #fff;
    border-bottom-color: transparent;
}

.nav-tabs{
	border-bottom: none;
}

.no-padding{
	padding: 0;
}


.pagination{
    float: right;
}

.pagination > li > a, .pagination > li.active > span, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span{
    margin: 0px 4px;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #fff;
    padding: 6px;
    border-radius: 22px;
    cursor: pointer;
}

.pagination > li.active > span{
    background-color: #fff;
}