/* TASK ACTIONS */
/* Left and Right column width */
.left, .create-msg{
   width: 60%;
   transition: 0.5s;
}
.right{
  width: 40%;
}
.datepicker-inline{
 border: 1px solid #c8c8c8;
}
/* --------------------- */

/* Remove some bootstrap defaults */
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 9px)!important;
}
.nomargin{
  margin-left: 0px;
  margin-right: 0px;
}
.left-border{
 // border-left: 1px solid #d7d7d7;
}
button.noDecoration:focus{
    outline: none !important;
}
.modal-content{
  border-radius: 0!important;
  font-family: roboto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 14px !important;
}
/*------------*/
/* Progress bar */
.progress-bar-wrapper, .progress-bar-note-wrapper{
  width:100px;
  text-align: center;
  color: #ccc;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}
.progress-bar-note-wrapper{
	width:80%;
	margin-left: 19px;
}
.progress-bar{
	height:3px;
	background:#ccc;
}

/* Loading */
.screen-loader{
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  background-color: #fff;
  z-index:99;
}
.screen-loader-lists{
  position: absolute;
  width: 90%;
  display: none;
  max-width: 160px;
  height:160px;
  background-color: #fff;
  color: #333;
  font-size: 12pt;
  top: 40%;
  left: 50%;
  z-index:9999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.task-loader, .profile-loader, .list-loader {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
position: relative;
border: 4px solid #989696;
z-index: 9999;
top: 40%;
left: 49%;
animation-name: spin;
animation-duration: 1s;
animation-delay: 0.8s;
animation-iteration-count: infinite;
}
.list-loader{
left: 40%;
}
.task-loader-inner{
vertical-align: bottom;
display: inline-block;
width: 100%;
background-color: #989696;
animation-name: loading;
animation-duration: 1s;
}

@keyframes loading {
  0%   {height: 0%;}
  25%  {height: 25%;}
  50%  {height: 50%;}
  75%  {height: 75%;}
  100% {height: 100%;}
}

@keyframes spin {
   0%  {background-color: #989696;}
  100% { transform: rotate(360deg); background-color: #989696; }
}
.task-load-title-wrapper, .profile-load-title-wrapper, .list-load-title-wrapper{
 position: relative;
 display: inline-block;
 width:100%;
 top: 40%;
 margin: 0 auto;
}
.list-load-title-wrapper{top: 45%;}
.task-load-title, .list-load-title{
 position: relative;
 font-size: 14px;
 font-weight: 300;
 margin: 0 auto;
 width: 160px;
 margin-top: 14px;
 text-align: center;
}

/* Top menu bar */
.task-menu, .list-menu{
  position: absolute;
  margin-top: -40px;
  width: 100%;
  height: 35px;
  padding: 5px 1px;
  text-align: center;
}
.note-close{
  margin-right: 0px;
  color: #313131;
  transition: transform 0.8s;
}
.note-close:hover{
  color: #222;
}
/* --------------- */
.right {
  background-color: #fff;
  height: inherit;
  display: block;
}
.right-border{
  border-right:1px solid #e8e8e8;
}
.left-border{
  border-left:1px solid #e8e8e8;
}
[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text)
}
/* Placeholder */
::-webkit-input-placeholder { /* Edge */
  color: #7d7d7d;
  font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7d7d7d;
  font-weight: 300;
}

::placeholder {
  color: #7d7d7d;
  font-weight: 300;
}

.task-info-wrapper, .list-info-wrapper, .task-create-wrapper, .tasker-create-wrapper, .assistant-profile-wrapper, .bestDay-wrapper{
    position: absolute;
    display: none;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
	border: 1px solid #e8e8e8;
    color: #818181;
    font-size: 12pt;
    //top: 40%;
	top: 270px;
    left: 50%;
    z-index:99;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	//margin-bottom: 50px;
}
.tasker-create-wrapper{
	background-color: #f6f8f9;
}

.task-create-wrapper, .tasker-create-wrapper{
	top: 325px;
}
.task-info-wrapper{
	top: 270px;
	border-left: 0;
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	transform: translate(-50%, -171px);
}
.list-info-wrapper{
	top: 310px;

}

.bestDay-wrapper{
 // min-height: 400px;
  // display: block;
}
.bestDay-settings-left {
    display: inline-block;
    text-align: left;
    width: 20%;
    height: 100%;
    min-height: 323px;
  	margin:0px 0px;
    min-width: 200px;
    background: #f8f8f8;
    padding: 28px;
}
.bestDay-settings{
    color: #3b3b3b;
    background-color: #f6f8f9;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 2px;
    width: 100%;
    max-width: 250px;
}
}
input.bestTimeInput{
	display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 4px;
    width: 100%;
    height: 32px;
    border: none;
    border-bottom: 0px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: 0.2s ease;
}
.icon-color{color: #d4d4d4;}
.timePicker-btn{
  font-size: 24px;
  fomt-weight: 300;
}
.assistant-profile-wrapper{
  background: #fff;
  transform: translate(-50%, -25%);
}
.assistant-background{
}
.task-create-wrapper{
  max-width: 980px;
}
.list-info-wrapper{
  max-width: 1100px;
}

.task-info-wrapper.hidden {
  opacity: 0;
  transition: all 400ms ease;
}

.task-notes-container, .list-users-container{
  width: 100%;
  height: auto;
  margin-top: -5px;
  background-color: #f6f6f6;
}
.modal-task-title{
  position: absolute;
  color: #393939;
  font-size: 18px;
  margin-left: 8px;
  width: 605px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.note-msgs, .shared-with{
margin-left:auto;
margin-right:auto;
margin-top:5px;
font-size: 11pt;
text-align:left;
height:385px;
overflow-x: hidden;
}
.note-msg{
  position: relative;
  margin-left: 20px;
  margin-right: auto;
  overflow-wrap: break-word;
  background: #fff;
  font-size: 14px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  padding: 1rem;
  width: 90%;
  color: #272323;
}
.note-paperclip{
  position: absolute;
  left: 97%;
  top: 3px;
  color: #c8c8c8;
}
.note-attachment{
  display: inline-block;
  margin-right: 6px;
  font-weight: 100 !important;
  font-size: 12px;
  color: #7a7a7a;
}
.note-attachment-url{
	font-weight: 300;
	font-size: 12px;
	color: #6a6a6a;
}
.profile{
  height: 30px;
  width: 30px;
  margin-left: 24px;
  margin-top: 6px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  font-size: 10pt;
  color: #fff;
}
.profile_name{
  margin-left:62px;
  margin-top: -24px;
  color: #393939;
  font-size: 12px;
}
.created{
  position:relative;
  left:18px;
  margin-top: -18px;
  font-size: 12px;
  text-align: right;
  width: 90%;
  color: #959595;
}

.create-msg-wrapper{
  overflow: auto;
  font-size: 20pt;
  color: #313131;
  text-align:right;
  margin-top: 42px;
}

.create-msg, .create-task-msg, .create-task-title {
 position: absolute;
 bottom: 4px;
 cursor: text;
 text-decoration: none;
 overflow: auto;
 text-align:left;
 font-size: 14px;
 padding:10px 10px 10px 20px;
 min-height: 40px;
 max-height: 280px;
 background: #fff;
 border-top: 1px solid #d7d7d7;
 border-right: 1px solid #e8e8e8;
 margin-bottom: 47px;
}
.create-task-msg{
	max-height: 100px;
	
}

label.placeholder{
 position: absolute;
 margin-top: 10px;
 margin-left: 20px;
 font-size: 18px;
 z-index: 99;
}

.create-msg:focus, .create-task-title:focus, .create-task-msg:focus{outline:0;}
.file-attachments-wrapper{
  position:absolute;
  top: 0px;
  left: 38px;
  width: 73%;
}

.add-tasker-task{
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.tasker-task-textarea{
 margin-top:0px;
 margin-bottom:16px;
 width:100%;
 color: #222;
 font-size: 15px;
 font-weight: 300;
 height: 140px;
 border: 0;
 padding: 12px;
 outline: none;
 resize: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}

.task-textarea{
 width: 95%;
 height: 100%;
 max-height: 300px;
 margin: 0px auto;
 resize: none;
 overflow: auto;
}

ul.noteFiles li{
  position: relative;
  display: inline;
  margin: 3px 32px 3px -25px;
}

.file-badge{
  color: #333;
  transition: 0.8s;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.file-badge:hover{
  //color: #fff;
  //background-color: #b0b0b0;
}

.send-msg-wrapper{
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
}

.send-note{
  position: absolute;
  display: inline-block;
  right: 5%;
  top: -3px;
  color: #7d7d7f;
  font-size: 14px;
  cursor: pointer;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 14px;
    margin: 3px 15px;
    font-weight: 100;
    color: #7d7d7d;
    display: inline-block;
    cursor: pointer;
	
} 

.inputfile:focus + label,
.inputfile + label:hover {
    color: #818181;
}
.flip-paperclip{
  transform: rotate(-43deg);
}
.attach-files{
  font-size: 10pt;
  color: #818181;
  font-weight: 400;
  font-family: roboto;
}


.showToggleMobile{
  display: none;
}
.hide_right{
  display: none;
  position:absolute;
  width: 100%;
  min-width: 320px;
  right: 0%;
  border-left: 1px solid #e8e8e8;
}
.show_left{
  width:100% !important;
  transition: 0.5s;
}

.arrow{
  color: #818181;
  font-size: 19px;
}
.back-to-notes{
  position: absolute;
  margin-top: -21px !important;
  margin-left: -20px;
}
/*----Right Options ----*/
.task-menu-nav{
  padding: 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #505050;
  overflow: hidden;
}

.task-menu-nav a{
  text-decoration: none;
  color: #111;
  padding-right: 12px;
  font-size: 12pt;
}
.task-menu-nav a:hover{
  text-decoration: none;
  color: #000;
}


.action-one:focus ~ .task-menu-underline {
  margin-left: 0%;
}
.action-one:active ~ .task-menu-underline {
  margin-left: 0%;
}
.action-two:focus ~ .task-menu-underline {
  margin-left: 77px;
  width: 52px;
}
.action-two:active ~ .task-menu-underline {
  margin-left: 77px;
  width: 52px;
}
.action-three:focus ~ .task-menu-underline {
  margin-left: 150px;
  width: 39px;
}
.action-three:active ~ .task-menu-underline {
  margin-left: 150px;
  width: 39px;
}

.task-menu-underline, .list-menu-underline{
  height: 2px;
  width: 55px;
  margin: -2px 0px;
  background: #313131;
  border: none;
  transition: .3s ease-in-out;
}
.actions-wrapper{
  margin-top: 30px;
}
.taskAction{
  font-size: 16px;
//  font-weight: 400;
  width: 90%;
}
.taskbtn, .sectionRemoveBtn{display: none;}
.action, .history-info{
  width: 95%;
  color: #777;
  margin: 8px 11px;
  font-size: 14px;
  padding: 0px 0px 5px 0px;
}
.action{
	color: #444;
	border-bottom: 1px solid #e8e8e8;
	padding: 0px 0px 5px 0px;
	 margin: 8px 15px;
    text-decoration: none;
	cursor: pointer;
}
.action_href_rate,  .action_href_help{
	margin-left: 6px;
	color: #444;
	text-decoration: none;
	cursor: pointer;
}
.action_href_help{margin-left: 10px;}

.action:hover{
  color:#313131;
  background: #f8f8f8;
}
.action_href_rate:hover,.action_href_help:hover{
  text-decoration: none;
  color: #444;
}
.action-result{
  color: #818181;
  margin-left:10px;
}

.repeat-task{color: #32D93A;}
.history-wrapper, .files-wrapper, .info-wrapper{
  margin:5px;
  font-size: 14px;
  height: 383px;
  overflow-y: auto;
}

.assistant-info-wrapper{
  margin:25px 15px 0px 15px;
  width: 95%;
  font-size: 14px;
  color: #666;
}
.assistant-info-heading{
 font-size: 11px;
 font-weight: 600;
}
.assistant-time-saved{
  color: #62946d;
  font-weight: 600;
  font-size: 16px;
}
.assistant-balance-deducted{
  font-weight: 600;
   font-size: 16px;
}
.files-wrapper{
  margin:25px 15px 0px 15px;
  width: 95%;
}
.tags-wrapper{
  margin-top: 25px;
  width: 95%;
}

.task-files{
  color: #272323;
  font-size: 14px;
  padding: 7px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  width: 85%;
}

.download-file, .delete-task-file{
  position: absolute;
  display: inline;
  right: 90px;
  margin-top: -37px;
  font-size: 10pt;
  font-weight: 400;
  max-width: 280px;
  color: #818181;
  display: none;
  transition: 1.4s;

}
.delete-task-file{
  right: 22px;
  font-size: 14pt;
  width:60px;
  text-align: center;
  margin-top: -40px;
  color: #e8e8e8;
  cursor: pointer;
  display: inline;
  transition: 1.4s;
}
.delete-task-file:hover{
  color: #313131;
}
.task-files:hover ~ .download-file{
    transition: 1.4s;
    display: inline;
}
 .task-filename:hover{
   text-decoration: underline;
   transition-delay: 1.4s;
 }
 .remove-task-file{
   margin-left:20px;
   font-size: 16pt;
 }

.file-icon{
  font-size: 16px;
  color: #272323;
  margin-right: 4px;
}
.file-size{
  color: #959595;
  font-size: 12px;
  margin-left: 8px;
}



/* Left and Right column width */
.left-list, .share{
   width: 60%;
   transition: 0.5s;
}
.right-list{
  width: 40%;
  height: 443px;
  background-color: #fff;
}
.list-users-container{
 background-color: #f6f8f9;
}
.share-btn{
  font-size: 13pt !important;
  font-weight: 400 !important;
  color: #000 !important;
  z-index: 999;
}
.back-to-actions{
  position: absolute;
  margin-left: -90px;
}
.add-list-user, .add-list-user-btn{
  background: #fff;
  width: 100%;
  padding: 12px 0px;
  margin: 10px 0px 12px 0px;
  display: none;
}
.add-list-user-btn{background-color: #f6f8f9; display: block;}

.create-list-user{
  display: inline !important;
  width: 40% !important;
  margin-left: 16px;
  margin-bottom: 0px !important;
  padding: 12px;
  border-bottom: 0 !important;

}
.add-user-wrapper{
  margin-top: -31px;
  text-align: right;
  width: 98%;
  z-index: -1;
}
.add-user-btn{
  margin: -3px 0px 0px 18px;
}
.list-share-menu{
  padding: 1rem;
  height: 57px;
}
.list-action-wrapper{
  margin-top: 24px;
}
.list-user-wrapper{
  position: relative;
  overflow: auto;
  max-height: 146px;
  margin-bottom: 10px;
}
.list-shared-with{
  position: relative;
  margin: 7px 2px;
  color: #676161;
  padding: 2px 0px;
  font-size: 14px;
  }

  .add-share-wrapper{
    position: relative;
    width: 98%;
    background: #f6f8f9;
    margin-top: -62px;
  }
.save-list-btn{margin-left: 15px;}

.custom-repeat-icon{margin-top:-9px;}
.tasker-repeat-wrapper{
  position: relative;
	right: 0px;
	top: -10px;
	width: 400px;
	float: right;
}
.bg-white{
  padding-left:2px!important;
}
 .bg-white-custom-one, .bg-white-custom-two{
	position: relative;
  background-color: #fff;
	height: 25px;
	width: 148px;
  margin-left: 20px;
	margin-right: 0px;
	float:right !important;
 }
 .bg-white-custom-two{
  margin-right: 15px;
 }
.custom-repeat-icon{//margin-top: -8px;}
.do-this{
 margin-top: 7px;
 color: #999;
}
.clock-color{color: #999; margin-top: -6px;}
label.repeat-selectbox {
    padding: 3px;
    margin-bottom: 5px;
	  margin-left: 0px;
    flex: 1 1 auto;
    display: block;
}

.custom_select {
    background-color: #fff;
    border: 0;
    //padding: 3px 0px;
  	outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.custom-select:active,.custom-select:focus {
  background-color:transparent;
  border: 0 !important;
  outline: 0 !important;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bg-transparent {
   background-color: transparent !important;
}
.border-0 {
    border: 0 !important;
}

  .checkbox_list_container{
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 12px 0px 3px 21px;
    cursor: pointer;
    font-size: 11pt;
    color: #313131;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox_task_container{margin-left: 0px !important;}

  /* Hide the browser's default checkbox */
  .checkbox_list_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark_list {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
  }

  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark_list {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .checkbox_list_container input:checked ~ .checkmark_list {
    background-color: #2196F3;
    }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark_list:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox_list_container input:checked ~ .checkmark_list:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkbox_list_container .checkmark_list:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .list-access{
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 500;
    padding: 19px 0px 4px 0px;
    margin-left: 20px;
  }
  .shared-list-profile{
    height: 30px;
    width: 30px;
    margin-left: 15px;
    margin-top: 2px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 6px 0px;
    font-size: 12px;
    color: #fff;
  }
  .shared-list-name{
    color: #3b3b3b;
    font-weight: 500;
    margin-left: 7px;
  }
  .shared-list-email{
    color: #818181;
    margin-left: 6px;
  }
 .remove-list-user{
   position:relative;
   width: 98%;
   font-size: 18px;
   margin-top: -27px;
   text-align: right;
   cursor: pointer;
 }

/* CREATE TASKS */

.add-task-left{
  width: 70%;
  min-height: 265px;
  background: #fff;
}

.add-task-right{
  width:30%;
  min-width: 260px;
  background-color: #f6f8f9;
  border-left: 1px solid #e8e8e8;
  display: block;
}
.add-task-wrapper{
  position: relative;
  width: 100%;
  background: #fff;
  height: 100%;
}

.create-task-wrapper{
  overflow: auto;
  font-size: 20pt;
  color: #313131;
  border-top: 1px solid #e8e8e8;
  text-align:right;
  margin-top: -25px;
}

.task-files-wrapper{
  margin-left: -23px;
  margin-top: -2px;
  width: 100%;
}
.tasker-files-wrapper{
  position: relative;
  width: 70%;
  margin-left: -17px;
  margin-top: 3px;
}
.tasker-files{
  position: relative;
  margin-left: -28px;
  margin-top: -8px;
  width: 70%;
  padding: 5px;
}

 ul.files li{
   display: inline-block;
   margin-right: 3px;
   }

  .create-task-title {
  position: relative;
  overflow: hidden;
  border-right: 0;
  border-top: 0;
  height: 20px;
  color: #676161;
  font-size: 18px;
  bottom: 0px;
  }
  .create-task-msg {
  position: relative;
  border-right: 0;
  min-height: 65px;
  max-height: 132px;
  //color: #908a8a;
  color: #222;
  font-size: 15px;
  font-weight: 300;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 15px;
  margin-bottom: 24px;
  }
  .attach-task-file{margin-top: -17px;}
  .task-toggle-wrapper{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin: 20px 18px;
  }
  .toggle-label{
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin-right:50px;
    text-align: left;
  }
  .toggle.btn{
    min-width: 40px !important;
    min-height: 30px !important;
  }
  .toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; width: 40px !important;  }
  .toggle-off{background-color: #b0b0b0 !important; background-color: #d8d8d8 !important;}
  .toggle.ios .toggle-handle { border-radius: 20rem; padding: 0.10rem 1.2rem; border: 2px !important;}

  .task-eisen-answer{font-size: 13px; color: #7d7d7d;}
  .eisen-task-info{font-size: 12px;  font-style: italic; padding-top: 12px;}

  .task-btn-wrapper, .task-btn-wrapper-mobile{
    text-align: left;
	margin: 0px 18px;
	bottom: 15px;
 }
  .task-btn-wrapper-mobile{display: none;}
  .tasker-btn-wrapper{
	position: relative;
	margin: 0px;
 }

  .save-task-btn{
    font-size:14pt;
  }

  .taskTitleValidate{
    position:absolute;
    margin-top:17px;
    margin-left: 4px;
    font-size: 10pt;
    color: green;
    z-index: 3;
  }
  .taskNoteValidate{
    position:absolute;
    margin-top: 8px;
    margin-left: 4px;
    font-size: 10pt;
    color: green;
    z-index: 3;
  }
  .task-error{
    font-size: 14px;
    color: red;
    margin-top: 5px;
  }

  .task-settings{
    color: #3b3b3b;
    background-color: #f6f8f9;
    font-size: 14px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 250px;
  }
  .task-settings-1{
    height: 93px;
  }
  .task-settings-2{
    margin-top: 20px;
  }
  .task-settings-3{
    margin-top: 4px;
	margin-bottom: 8px;
  }
  .taskDeadline{
    margin-top: 15px;
    cursor: pointer;
	font-size: 12px;
  }
  .taskEditDeadline{
	position: relative;
	display: inline;
	width: 90%;
	font-size: 12px;
	margin-top: 15px;
    cursor: pointer;
  }
  .deadlineInput{visibility: hidden;}
  .deadlineIcon{font-size: 17px;}
  .changeDeadlineIcon{font-size: 15px;}
  .deadlineDate{font-size: 14px;}

  .datepicker-dropdown{
    font-size: 13px !important;
    font-family: 'Roboto' !important;
  }
 .custom-resize{ margin-left: -15px;}
 @media only screen and (max-width: 990px) {
  .bestDay-wrapper{width: 95%;}
  .bestDay-settings-left {width: 100%;}
  .add-task-right{width: 100%; border: 1px solid #e8e8e8;}
  .add-task-left{width: 100%; min-height: 50px;}
  .add-task-wrapper{border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8;}
  .task-btn-wrapper{display: none;}
  .task-create-wrapper{position:relative; top:562px;  margin-bottom:200px;width: 95%; max-width:600px; height:100%; min-height: 1148px; background-color:transparent; border:0;}
  .task-settings{margin-left: 15px; margin-top: 10px;}
  .task-settings-3{margin-top: -3px; margin-bottom: 37px;}
  .task-btn-wrapper{display: none;}
  .task-btn-wrapper-mobile{display: block; margin-top: 5px;}
  .create-task-msg{margin-bottom: 5px;}
  .attach-task-file{margin-top: 11px;}
  .do-this{position:absolute; margin-top:-27px; margin-left:15px;}
  .tasker-repeat-wrapper{margin-top: 22px; justify-content: flex-start !important; float:left; z-index:999;}
  .tasker-files-wrapper{top:2px; z-index:99;}
   .task-info-wrapper{width: 98%; transform: translate(-50%, -210px);}
   .assistant-profile-wrapper{ width: 98%;  transform: translate(-50%, -210px); margin-bottom:20px; }
 }
 .mobile-only{display: none;}
 @media only screen and (max-width: 768px) {
   .mobile-only{display: inline-block;}
   .showToggleDesktop{display: none}
   .showToggleMobile{display: block;}
   .right, .right-list{
     display: none;
     position:absolute;
     width: 100%;
     height: 100%;
     min-width: 320px;
     right: 0%;
     border-left: 1px solid #e8e8e8;
   }
   .hide_right{
     display: none;
   }
   .left, .left-list, .create-msg, .shared-with{width:100%;}
   /*
   .task-info-wrapper,.list-info-wrapper, .assistant-profile-wrapper{
     position:relative; top:320px;  width: 95%; max-width:600px; height:100%; min-height: 543px;
   }
   */
   .profile-load-title-wrapper, .profile-loader{top: 20%}
   .note-paperclip{ left: 95%;}
   .modal-task-title{width: 250px;}
   .bestDay-wrapper{top:60%;}
   .bestDay-settings-left {min-height:200px;}
   .tasker-create-wrapper{margin-top: 24px; width: 95%;}
   .tasker-task-textarea{height: 300px;}
   .custom-resize{ width: 170px; margin-top:5px; margin-right: 15px;}
