/*----------MODAL---------*/
.modal-dialog{
	
}
.modal .modal-header {
    background: #f56711;
    color: #fff;
}
.modal .modal-content .modal-body {
    margin-top: 10px;
}
.modal-header .close {
    margin-top: -15px !important;
    color: #ffffff;
    background: #0e0101;
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    border-radius: 39px;
    font-size: 30px;
}
.modal .modal-footer {
    background: #ada8a5;
}
/*----------IMAGE PRELOADER---------*/
.image-preview {
    width: 120px;
    height: 120px;
    background: url(../images/profile.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    top: -18px;

}
.upload{
	font-size:200px;
	line-height:200px;
	opacity:0 !important;
	cursor:pointer;
}
#photolabel{
	position: absolute;
    width: 200px;
    height: 31px;
    color: #fefafd;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 34px;
    background: rgba(0,0,0,0.4);
}
