.hints{
    cursor: pointer;
}
.upload-hint{
    position: relative;
    top: -8px;
}

.load-step{
    color: #404040;
    text-align: center;
}
.load-step p{
    padding: 5px 0;
}
.load-step h4{
    height: 44px;
    margin-bottom: 30px;
}
.unfilled-step{
    opacity: 0.2;
}
.load-step input{
    border: 0;
    width: 280px;
    border-bottom: 2px solid #82a43e;
    padding-bottom: 4px;
    padding-top: 2px;
    color: #000000;
    background-color: #ffffff;
}
.load-step *:focus{
    outline: none;
}
.unfilled-step input{
    border-bottom: 1px solid #000000;
}
.load-step .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}
.load-step .select2-container .select2-selection--single .select2-selection__rendered{
    text-align: left;
    padding-left: 0;
}
.load-step .select2-container--default .select2-selection--single .select2-selection__placeholder,
.load-step{
    color: #000000;
}
.load-step .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #82a43e transparent;
}
.load-step .select2-selection__rendered {
    border-bottom: 2px solid #82a43e;
}
.load-step .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
}
.load-step .select2-container--default.select2-container--disabled .select2-selection--single {
     background-color: #ffffff;
}
select.plantSuggesterSelect{
    width: 280px;
}

.browse{
    width: 239px;
    height: 244px;
    border: 1px dashed #cacaca;
    border-radius: 7px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #404040;

}


.browse input{
    cursor: pointer;
    border: 0;
    opacity: 0;
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
}

.browse-img{
    width: 75px;
    height: 125px;
    margin: 0 auto;
    margin-top: 51px;
}

.browse-img .flower{
    margin-top: -42px;
}

.browse-img .r-animate{
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.m-alert{
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 11px 15px;
    margin-top: -20px;
    margin-bottom: -6px;
    border: 1px solid #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 58px;
}
.thanks-alert,
.uploaded-alert{
    background-color: #82a43e;
}
.error-alert{
    background-color: #bc3434;
}
.name-alert{
    background-color: #c8bc19;
}
.name-alert a{
    color: #ffffff;
}

.tag.add-another-img,
.tag.no-another-img,
.tag.tag-more-names{
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0;
    color: #82a43e;
    position: static;
    background-color: white;
}

.uploaded-alert div{
    font-size: 14px;
    line-height: 1.2;
}
.uploaded-alert span{
    padding: 0 10px;
}
.iplantz-contacts p{
    opacity: 0.5;
    font-size: 10px;
}
.btn.btn-upload.disabled{
    opacity: 0.1;
}
.add-photo{
    text-align: center;
    margin-top: 30px;
}
.btn.btn-upload{
    border-radius: 100px;
    width: 150px;
    height: 40px;
    padding: 0;
    line-height: 36px;
    font-size: 16px;
    color: #40632e;
}
.btn.btn-upload:hover{
    color: #ffffff;
    background-color: #82a43e;
    border: 2px solid #82a43e;
}
.btn.btn-upload:focus{
    color: #ffffff;
    background-color: #40632e;
    border: 2px solid #40632e;
}
.photo-uploaded{
    width: 270px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
    margin-top: 72px;
    margin-bottom: 72px;
}
.photo-uploaded img{
    width: 100%;
}
.photo-uploaded h5{
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #82a43e;
}
.photo-uploaded span{
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #bcbcbc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 991px) {
    .load-step-2,
    .load-step-3{
        margin-top: 72px;
    }
    .add-photo {
        margin-top: 37px;
        margin-bottom: -13px;
    }
    .load-step h4 {
        margin-bottom: 20px;
    }
    h3.title-mob{
        margin: 22px 0;
    }
    .iplantz-contacts p{
        margin-right: 38px;
        margin-left: 38px;
    }
    .photo-uploaded{
        margin-top: 23px;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 767px) {
    .m-alert{
        margin: 5px -16px 21px;
    }
    .uploaded-alert div{
        padding-top: 8px;
        line-height: 1.42857143;
    }
    .upload-hint {
        top: -3px;
    }
}

@media screen and (min-width: 768px) {
    body .tooltip > .tooltip-inner {
        min-width: 375px;
    }
}
@media screen and (max-width: 399px) {
    .photo-uploaded {
        width: 90%;
    }
}