
@font-face {
    font-family: robotoRegular;
    src: url(/static/fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: robotoBold;
    src: url(/static/fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: robotoItalic;
    src: url(/static/fonts/roboto/Roboto-Italic.ttf);
}

@font-face {
  font-family: RobotoLightItalic;
  src: url(/static/fonts/roboto/Roboto-LightItalic.ttf);
}

.screen{
    background: rgba(0,0,0,0.50);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
}

.decisionContainer{
    background: #FFFFFF;
    width: 400px;
    height: 270px;
    margin: 13% auto;
    padding: 0px 20px;
}

.decisionTitle{
    font-family: robotoBold;
    font-size: 20px;
    color: #212121;
    padding-top: 40px;
    position: relative;
}
.decisionTitleSecondBox{
font-family: robotoRegular;
    font-size: 16px;
    color: #212121;
    margin-top: 15px;
    position: relative;
}
.decisionTitleThirdBox{
 font-family: robotoItalic;
    font-size: 12px;
    color: #212121;
    margin-top: 25px;
    position: relative;
    text-align: right;
}

.decisionAccept{
    background: #49628A;
    border-radius: 3px;
    font-family: robotoBold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    cursor:pointer;
    text-transform: uppercase;
}

.decisionReject{
    font-family: robotoRegular;
    font-size: 14px;
    color: #337AB7;
    text-align: center;
    margin-top: 15px;
    text-decoration: underline;
}

.decisionRejectText{
  cursor:pointer;
}



/*header*/
.fntRoboto{
  font-family: robotoRegular;
}

.nav__right li{
    /*padding-left: 20px;*/
}
.separatorBlock{
  width: 1px;
  height: 24px;
  border-right: 1px solid #D8D8D8;
  display: inline-block;
}

.sb32{
  height: 32px;
}
.blue_text{
  font-family: robotoRegular;
  font-size: 13px;
  color: #337AB7;
  text-transform: none;
}
.dis_blk{
  display:block;
}
.grey_text{
  font-family: robotoRegular;
  font-size: 12px;
  color: #666666;
  text-transform: none;
}
.grey_text_author{
  font-family: robotoRegular;
  font-size: 13px;
  color: #2A2A2A;
  line-height: 18px;
  text-transform: none;
}
.align_middle{
  margin-top: auto;
  margin-bottom: auto;
}
.header_dropzone{
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
}

/*landing page*/

.folderTxtHolder{
  float: left;
}

.completeTask{
    background: #49628A;
    border-radius: 3px;
    color: white;
    width: 160px;
    height: 42px;
    font-family: robotoBold;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    text-align: center;
}

.pd-top-40{
  padding-top: 40px
}
.pd-top-30{
  padding-top: 30px
}
.pd-top-15{
  padding-top:15px
}

.popup{
  background: #999999
}


.userResponseHolder{
  background: #FFF9DC;
  height: 100px;
  text-align: center;
  border: 1px solid #F6DE78;
  border-radius: 10px;
}
.acceptRejectText{
  position: relative;
  top: 20px;
  /* font-weight: bold; */
}
.acceptRejectBtns{
  position: relative;
  top: 30px;
}
.rejectBtn{
  background: #FFFFFF;
  border-radius: 5px;
  border-color: #C35957;
  color: #C35957;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position: relative;
  right: 15px;
  cursor: pointer;
}
.acceptBtn{
  background: #49628A;
  border-radius: 5px;
  color: white;
  padding: 6px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  /* margin: 4px 2px; */
  cursor: pointer;
}
.rejectBtn:hover {
  background-color: red;
  color: white;
}

.fltLeft{
  float: left;
}

.cursPointer{
  cursor: pointer;
}

.filesAndFoldersTxt{
    font-family: robotoBold;
    font-size: 18px;
    color: #000000;
    top: 10px;
}
.fltRight{
  float: right;
}

.headerList{
  padding: 5px 10px;
}

.headerList span{
  font-family: robotoRegular;
  font-size: 13px;
  color: #000000;
}

.rowholder .fa-folder{
  font-size: 18px;
  color: #666666;
}
.wd40{
  width: 40%;
  display: inline-block;
}
.wd30{
  width: 29%;
  display: inline-block;
}
.wd20{
  width: 20%;
  display: inline-block;
}
.wd35{
  width: 35%;
  display: inline-block;
}

.wd15{
  width: 13%;
  display: inline-block;
}

.rowholder{
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
  border-radius: 3px;
  padding: 15px 10px;
  margin-top: 10px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.rowholder:hover{
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
  transition: box-shadow 0.5s ease-in-out;
}

.rowholder.selected{
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
  transition: box-shadow 0.5s ease-in-out;
}

.nameHolderText{
  font-family: robotoRegular;
  font-size: 13px;
  margin-left: 30px;
  /*color: #337AB7;*/
}

.downloadHolder{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    width: 98px;
    height: 35px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.txtDownload.enable , .downloadIcon.enable{
    opacity: 1;  
}

.txtDownload{
    opacity: 0.5;
    font-family: robotoRegular;
    font-size: 13px;
    color: #212121;
    position: absolute;
    margin-top: 9px;
    margin-left: 27px;
}
.sizeHolderText{
  font-family: robotoRegular;
  font-size: 13px;
  color: #000000;
}

.dateHolderText{
  font-family: robotoRegular;
  font-size: 13px;
  color: #000000;
}

.timeHolderText{
  font-family: robotoItalic;
  font-size: 12px;
  color: #666666;
}

.backText{
  font-family: robotoRegular;
  font-size: 14px;
  color: #337AB7;
  cursor: pointer;  
}

.fileCheckBox{
    width: 18px;
    height: 18px;
    border: 1px solid #212121;
    border-radius: 2.7px;
    display: inline-block;
}

.drpText{
  font-family: robotoRegular;
  font-size: 14px;
  color: #000000;
}

.downloadText{
  font-family: robotoRegular;
  font-size: 13px;
  color: #337AB7;
}

.downloadText:hover{
  text-decoration: underline;
}

/*upload files*/

.middleHolder{
    text-align: center;
    display: block;
}

.completedTask{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #337AB7;
    left: 4px;
    position: relative
}
.pendingTask{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #999999;
    right: 4px;
    position: relative
}
.connectingLine{
    width: 150px;
    display: inline-block;
    height: 2px;
    background: grey;
    position: relative;
    top: -8px;
}
.drpAllImgSvg{
    background-image: url(/static/images/drpIcons.svg);
}
.loader{
   background-image: url(/static/images/loader.gif);
    width: 30px;
    height: 31px;
    background-repeat: no-repeat;
}
.screenLoader{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.tickImg{
    width: 25px;
    height: 20px;
    background-position: -59px -102px;
    position: absolute;
}
.checkImg{
    width: 23px;
    height: 22px;
    background-position: -9px -101px;
    position: absolute
}

.folderImg{
    width: 23px;
    height: 22px;
    background-position: -8px -8px;
    position: absolute;
}

.downloadIcon{
    width: 24px;
    height: 24px;
    background-position: -2px -48px;
    position: absolute;
    opacity: 0.5;
}
.foldersTxt{
  opacity: 0.8;
  font-family: robotoRegular;
  font-size: 14px;
  color: #666666;
}
.crossImg{
    width: 23px;
    height: 22px;
    background-position: -8px -309px;
    background-image: url(/static/images/drpIcons.svg);
    position: absolute
}


.completedtxt{
  font-family: RobotoLightItalic;
  font-size: 13px;
  color: #666666;
  top: -10px;
  position: relative;
  left: 29px;
  display: none;
}

.dz-success .completedtxt{
  display: block;
}
.dz-decline .completedtxt{
  display: block;
}

.dz-error .completedtxt{
  display: block;
}

.failedtxt{
  font-family: RobotoLightItalic;
  font-size: 13px;
  color: #666666;
  top: -10px;
  position: relative;
  left: 29px;
  display: none;
}

.tp15{
  margin-top: 15px;
  position: relative;
}

.skipTxt{
  font-family: robotoBold;
  font-size: 14px;
  color: #337AB7;
  text-decoration: underline;
  right: 35px;
  position: relative;
  cursor: pointer;
}

.nextPosition{
  position: relative;
  bottom: 10px;
}
.uploadTxt{
  font-size: 13px;
  color: #337AB7;
  font-family: robotoRegular;
  position: relative;
  right: 38px;
}
.metadataTxt{
  font-size: 13px;
  color: #666666;
  font-family: robotoRegular;
  left: 25px;
  position: relative;
}
.centerDiv{
  text-align: center;
}
.dz-preview{
  height: 50px;
}

.leftBtnPopup{
    width: 50%;
    display: inline-block;
    font-family: robotoBold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 12px;
    position: relative
}
.rightBtnPopup{
    width: 49%;
    display: inline-block;
    background: #49628A;
    font-family: robotoBold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 12px;
    position: relative;
    border-left: 1px solid white;
}
.drpPopup{
    background: #FFFFFF;
    width: 480px;
    height: 170px;
    margin: 13% auto;
}

.drpPopup .decisionTitle{
     padding: 0px 20px;
}

.drpPopupBtnHolder{
    background: #666666;
    position: relative;
    margin-top: 84px;
    cursor: pointer;
}

.confirmationTxt{
  font-family: robotoRegular;
  font-size: 16px;
  color: #000000;
  top: 36px;
  position: relative;
  min-height: 44px;

}

.confirmationMsg{
  font-family: robotoRegular;
  font-size: 14px;
  color: #212121;
      top: 50px;
    position: relative;
}





/*Meta`ata*/

.tickMark{
    color: white;
    position: absolute;
    left: 3px;
    top: 3px;
}



/* success page */
.successImg{
    width: 121px;
    height: 107px;
    background-position: 125px -555px;
    margin: 0px auto;
}

.submittedTxt{
  font-family: robotoBold;
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-top:10px;
}
.supportText{
  font-family: robotoRegular;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top:10px;
}
.successHolder{
  margin-top:200px;
}

/* error page */

.errorImg{
     width: 121px;
    height: 107px;
    background-position: 125px -745px;
    margin: 0px auto; 
}

.supportTextFooter{
  font-family: robotoRegular;
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.supportEmailId{
  font-family: robotoRegular;
  font-size: 12px;
  color: #337AB7;
  text-align: center;
}

.footerHolder{
  margin-top: 140px;
}