
.demo-wrap .container {
    padding-bottom: 10px;
}

.demo-wrap strong {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #aaa;
    margin: 0 0 5px 0;
}

.documentation h3 {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #0C4648;
    margin: 15px 0 10px;
}
.documentation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documentation section > ul > li {
    margin-bottom: 1.5em;
}

.documentation p {
    margin: 5px 0 10px;
}

.documentation .parameter-list li {
    padding-left: 5px;
    line-height: 28px;
}
.documentation .parameter-list li.values {
    padding-left: 20px;
}
.documentation em {
    color: #aaa;
    font-style: normal;
    padding: 0 10px;
}
.documentation i {
    color: #666;
}

.documentation strong.focus {
    font-size: 18px;
    color: #189094;
    font-weight: 700;
}
.documentation span.default {
    padding-right: 10px;
    font-weight: 600;
    color: #777;
}

.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
    display: none;
}
.upload-demo.ready .upload-demo-wrap {
    display: block;
    margin-bottom: 40px;
}
.upload-demo.ready .upload-result {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 42px;
    line-height: 30px;
    font-size: 13px;
    background: #fff !important;
    font-family: 'Open Sans', sans-serif;
    margin: 0px 9px 0px 0;
    cursor: pointer;
    border: 1px #d8d4d4 solid !important;
    border-radius: 3px;
}
.upload-demo.ready .upload-result:hover {
    background-color: #f9f8f8;
    color: #635f5f;
}
.upload-demo-wrap {
    width: 100%;
    height: 300px;
    border: dashed;
    border-color: #bfbfbf;
    border-width: 1px;
    font-size: 10px;
    color: #000;
}
.upload-msg {
    text-align: center;
    background-color: #eee;
    width: 150px;
    border: dashed;
    border-color: #bfbfbf;
    border-width: 1px;
    font-size: 10px;
    color: #000;
    height: 150px;
    /*padding: 40px 12px;*/
    font-size: 11px;
    display: none;
    position: relative;
    margin-bottom: 16px;
}

/* Sweet alert modifications */
/*.sweet-alert {
    width: auto;
    max-width: 85%;
}*/

/* Grid - subset */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid {
	width: 100%;
	/*max-width: 1140px;
	min-width: 755px;*/
	margin: 0 auto;
	overflow: hidden;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}

.imageupload .btn-file {
    overflow: hidden;
    position: relative;
}
.imageupload .btn-file input {
    /* cursor: inherit; */
    /* display: block; */
    /* font-size: 100px; */
    /* min-height: 100%; */
    /* min-width: 100%; */
    /* opacity: 0; */
    /* position: absolute; */
    /* right: 0; */
    /* text-align: right; */
    /* top: 0; */
}
.imageupload .btn-file:hover {
    background-color: #f9f8f8;
    color: #635f5f;
}

.imageupload a {
	padding: 0px;
}
.actions {
    /* margin: 44px 0 0; */
    /* display: inline-flex; */
    position: relative;
    z-index: 9;
    margin: 0px auto;
    float: none;
    text-align: center;
}
.change-btn label {
    position: relative !important;
    padding: 10px 21px !important;
    font-size: 14px;
    color: #000;
}
.change-btn input[type=file] {
    display: none;
}

/*.upload-btn {
    text-align: center;
    background-color: #eee;
    width: 150px;
    border: dashed;
    cursor: pointer;
    border-color: #bfbfbf;
    border-width: 1px;
    font-size: 10px;
    color: #000;
    height: 150px;
    font-size: 11px;
    position: relative;
    margin-bottom: 16px;
}*/
.upload-btn .custom-file-upload {
    text-align: center;
    background-color: #eee;
    width: 150px;
    border: dashed;
    cursor: pointer;
    border-color: #bfbfbf;
    border-width: 1px;
    font-size: 10px;
    color: #000;
    float: left;
    font-size: 12px;
    position: relative;
    margin-bottom: 16px;
}
.change-btn .custom-file-upload {
    text-align: center;
    width: 150px;
    cursor: pointer;
    border-width: 1px;
    font-size: 10px;
    font-size: 13px;
    position: relative;
    margin-bottom: 16px;
    background: #fff;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}
.upload-btn input[type="file"] {
    /*position: absolute;
    opacity: 0;
    padding: 74px 0;
    z-index: 9999;*/
    display: none;
}
input[type="file"] {
	    cursor: pointer;
}
.upload-btn label {
    position: absolute;
    padding: 60px 0;
}
.change-btn {
    width: 125px;
    height: 42px;
    border: 1px #d8d4d4 solid !important;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    display: inline-flex;
}
.upload-btn input {
    border: 0px !important;
}
.upload-box .imageupload .upload-result:hover {
    background-color: #f9f8f8;
    color: #635f5f;
}
.upload-box .imageupload .btn-file {
    /* overflow: hidden; */
    /* position: relative; */
    /* width: 120px; */
    /* height: 42px; */
    /* line-height: 30px; */
    /* font-size: 13px; */
    /* color: #635f5f; */
    /* font-family: 'Open Sans', sans-serif; */
    /* margin: 0px 0px 0px; */
    /* cursor: pointer; */
}
 /*.croppie-container .cr-viewport, .croppie-container .cr-resizer {box-shadow: 0 0 2000px 2000px #fff !important;}*/
.upload-demo .upload-box {
    /* margin: 10px 0; */
}

.upload-box .croppie-container .cr-slider-wrap {
    width: 93.5%;
    z-index: 16;
    margin-top: 12px;
}
.edit-uploaded-img {
	position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 0px !important;
    padding: 4px 6px;
    background-color:  rgba(66, 139, 202, 0.65) !important;
}
.edit-uploaded-img:hover {background-color: #428bca !important}
.delete-uploaded-img { 
	position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0 !important;
    padding: 4px 8px;
    background-color: rgba(217, 83, 79, 0.65) !important;
}

.delete-uploaded-img:hover {background-color: #d9534f !important;}
.upload-popup {
    background: #e2e2e2f5;
    padding: 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 481px;
    top: 20%;
    z-index: 9999999;
}
.upload-box .fa-times{
    float: right;
    position: absolute;
    z-index: 98;
    right: 3px;
    top: 5px;
    background: #fff;
    border-radius: 100%;
    padding: 2px 3px;
    cursor: pointer;
    display: none;
}
.upload-popup:after {
    content: "";
    background: #00000094;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media handheld, only screen and (max-width: 767px) {
    /*[class*='col-'] {
        width: auto;
        float: none;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 10px; 
    }*/
    .container, 
    .section-header h2 {
        min-width: 0;
    }

    .croppie-container {
        padding: 30px 0;
    }
}
@media (max-width: 480px) {
	.upload-popup {
	    width: 100%;
	}
	.upload-box .fa-times {
	    right: 16px;
	    top: 16px;
	}
}