.loader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	/* opacity: 1; */
}
.loader .fa {
	color: #fff;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
}

.modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.modal-overlay .fa {
	color: #000;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
}
#editProfile label {
	font-size: 12px;
}

/*
.serviceBox .img-container {
	height: 348px;
	background-color: #fff;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
}

.serviceBox.middle .img-container {
	border-left: 0px none;
	border-right: 0px none;
}

.serviceBox .img-container img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
*/
.form-group.form-md-line-input {
	position: relative;
}
.form-md-line-input .imgPreview {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
	height: 50px;
	width: 50px;
}

/******************************
UPLOAD DIALOG BOX PROJECT PLAN 
********************************/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');

.uploaddivparent{
	width: 100%;
	height: 100%;
}
.uploaddiv{
	/* display: inline-block; */
	/* width: 100%; */
	box-sizing: border-box;
	font-size: 16px;
	height: auto;
	text-align: center;
	padding: 2rem;
	background: #f8f8f8;
	box-shadow: 2px 2px 5px rgb(119, 141, 148);
}
.table-prjdetail th{
	text-align: center;
	vertical-align: middle !important;
}
/* #uploadpanelcont{
	width:100%;
	height: 80%;
} */
#file-drag{
	width: 100%;
}
#file-upload-btn{
	margin-top: 7%;
	width: 40%;
}
.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;

  label {
    float: left;
    clear: both;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all .2s ease;
    user-select: none;

    &:hover {
      border-color: #454cad;
    }
    &.hover {
      border: 3px solid #454cad;
      box-shadow: inset 0 0 0 6px #eee;
      
      /* #start {
        i.fa {
          transform: scale(0.8);
          opacity: 0.3;
        }
      } */
    }
  }

  #start {
	width: 100%;
    float: left;
    clear: both;
    width: 100%;
    &.hidden {
      display: none;
    }
    /* i.fa {
      font-size: 50px;
      margin-bottom: 1rem;
      transition: all .2s ease-in-out;
    } */
  }
} 


/******************************
UPLOAD DIALOG BOX PROJECT PLAN 
********************************/
