
.footer{display: none;}
#new-footer{display:none;}
#addTasksButton{display: none;}

body{
   background-color:#fff;
    min-width: fit-content;
   font-family: roboto;
   -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
[contenteditable=true]:empty:before {
  content: attr(placeHolder);
  pointer-events: none;
  display: block; /* For Firefox */
}
a{
  text-decoration: none;
  color: #c8c8c8;
  outline: 0;
}
h5{font-size:1.15rem !important; font-weight: 400 !important;}
.btn-primary {
	background-color: #a3a3a3 !important;
    border-color: #a3a3a3 !important;
}

div.ui-state-disabled.ui-draggable-disabled {opacity: 1;}
.space{height:7px;}
.hightlight{font-weight: 550;}

.login{display:none;}

.modal-body-wrapper{
  font-family: roboto;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 16px;
  width: 80%;
  margin-left: 15px;
}

/* Lists */
/* List Left-Right Controller */
.list-navigate{
	/*display: none;*/
    position: absolute;
	margin-left: 30px;
	margin-top: -30px;
    width: 96%;
	margin-bottom: 32px;
	font-size: 24px;
	color: #b5b5b5;
	z-index: 95;
}
.list-navigate .left-control, .list-navigate .right-control{
  display: none; 
}

.left-control{
 display: inline;
 float: left;
 cursor: pointer;
}

.right-control{
 display: inline;
 float: right;
 cursor: pointer;
}

.outer-list-container{
	display: inline-block;
	min-height: 100%;
	width: 100vw;
  margin-top: 56px;
}
.inner-list-container{
	width: 100%;
	white-space: nowrap;
}

.dndPlaceholder{
position:relative;
height: 50px;
color:#000;
margin-top:10px;
z-index:999;
border: 1px solid #337ab7;
opacity: 1.0;
}
 .dndDragging {
    opacity: 0.2;
}
.hide-page{
 position: absolute;
 background:#fff;
 height: 100%;
 width: 100%;
 top: -20px;
 z-index:99;
}

.sortable{
  display: inline-block;
  height: auto;
  margin-top: 25px;
  margin-right: 25px;
}
.highLight, .hightLight-todo-list{
  display: inline-block;
  //display: none;
  border-radius: 6px;
  height: auto;
  margin: 0px 14px 50px 15px;
  background: #f2f2f2;
  padding: 0px 15px;
}
.list-grey{
  background: #f8f8f8 !important;
}
.list-wrapper{
    display: none;
    height: auto;
    width: 100%;
  	margin-top: -26px;
    overflow-y: hidden !important;
    white-space: nowrap;
	text-align: center;
	-ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.list-wrapper::-webkit-scrollbar {
  display: none;
}

.list-title-wrapper, .info-list-title-wrapper{
    width: 100%;
    height:50px;
    padding: 8px;
	text-align: left;
    margin-bottom: 32px;
    background-color: #f8f8f8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #313131;
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s;
    cursor: pointer;
}
.info-list-title-wrapper{
	height:56px;
	margin-bottom: 0px;
}
.list-title{
  color: #3b3b3b;
  font-weight: 700;
  font-size: 17px;
  margin-top: 2px;
  display: inline-block;
}
.info-list-title{
  color: #3b3b3b;
  font-weight: 500;
  font-size: 19px;
  margin-top: 6px;
  margin-left: 13px;
  display: inline-block;
}
.list-icon{
  margin: 1px 0px 0px 9px;
  font-size: 14px;
}

.list-avatar{
 width:30px;
 border-radius: 25px;
 margin-top: -4px;
}
.move-list{
  display: inline;
  margin-top: -64px;
  font-size: 12pt;
  font-weight: normal;
  color: #c8c8c8;
  display: none;
  transition: 1.4s;
}

.list-title:hover ~ .move-list{
  transition: 1.4s;
  display: inline;
}

.task-move-icon{
 z-index: 99999999;
 cursor: pointer;
}

.task-move{
  visibility: hidden;
}

.task-move-icon:hover ~ .task-move{
  transition: 1.4s;
  visibility: visible;
}


.list-type{
    color: #888;
    margin-left: 10px;
    font-weight: normal;
    font-size: 14px;
}

.tool-bar{
  background-color: #fff;
  display: inline-block;
}
.optimize-wrapper{
  position: relative;
  width: 100%;
  max-width: 327px;
  height:32px;
  left: 127px;
  margin-top: 24px;
}
.optimize-btn{
  position: relative;
  display: inline-block;
  text-align:center;
  font-size: 12px;
  font-weight: 500;
  width: 105px;
  x-index: 9999;
  padding: 2px;
  color: #818181;
  background-color: #e8e8e8;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  transition: transform 0.9s;
  text-decoration: none;
  }
.optimize-btn:hover{
  color: #3c3c3c;
  text-decoration: none;
}

.optimize-tool{
  position:absolute;
  display: inline;
  top: 4px;
  left:233px;
  font-size: 11pt;
  font-weight: normal;
  color: #c8c8c8;
  display: none;
  text-decoration: none;
  transition: 1.4s;
}
.optimize-btn:hover ~ .optimize-tool{
    transition: 1.4s;
    display: inline;
    text-decoration: none;

}
.delegate{
    position:relative;
    vertical-align: top;
    margin: 0px 8px;
    width: 342px !important;
    display: inline-block;
 }
 .task-list{
	margin-top: -13px;
 }
 .tasker-list{
	margin-top: 0px;
 }
.list{
    background-color: #fff;
    min-height: 486px;
    margin-bottom: 6px;
    width: 100%
    max-width: 335px;
    border-radius: 6px !important;
    -moz-box-shadow: 2px 3px 5px #b8b8b8;
    -webkit-box-shadow : 2px 3px 5px #b8b8b8;
    box-shadow: 2px 3px 5px #b8b8b8;
    z-index: 9;
}

.add-icon, .add-icon-assistant{
  position: relative;
  margin-top: -24px;
  left: 80px;
  width: 10px;
  height: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #6c6c6c;
  cursor: pointer;
}
.add-icon-assistant{
  top: -22px;
  left: 295px;

}
.list-error{
  color: #ff0000;
  font-size:13px;
  height:30px;
  margin-bottom:-10px;
}
.add-wrapper{
  width:90%;
  height: 15px;
  z-index: 999;
}
.add-list{
  position: relative;
  text-align: center;
  color: #999;
  width: 120px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 6px !important;
  transition: 0.4s;
  background: #d8d8d8;
  cursor: pointer;
}
.add-list:hover{color:#666;}

.list-share-wrapper{
  border: 1px solid #e8e8e8;
  color: #313131;
  font-size: 13pt;
  padding: 20px;
  border-radius: 6px;
  width: 80%;
  min-width: 340px;
  margin: 0 auto;
}

.list-created{
  font-size: 13px;
  color: #999;
}
.list-unshare{
  position: relative;
  top: -25px;
  height: 10px;
  font-size: 16px;
  left: 80%;
  cursor: pointer;
}
.btn-unshare{
  position: relative;
  top: 10px;
  left: 80%;
  cursor: pointer;
}
ul.list-email-branches{
  list-style-type: none;
  margin: -20px -44px;
  background-color: #fff;
}
li.email-results{
  background-color: #e8e8e8;
  margin: 5px;
  max-width: 200px;
  border-radius: 4px;
  cursor: pointer;
}
li.email-results:hover{
  transition: 0.6s;
  background-color: #a5d6e6;
}
.sort{
    display: inline-block;
	vertical-align: top;
    width: 100%;
    min-width: 200px;
    z-index: 99 !important;
  //  height: 100% !important;
    min-height:70px !important;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-top:-20px;
    overflow:hidden;
  }
 .sort-tasker{
	min-height: 300px !important;
 }
/* Sections */
.sections{
  position: relative;
  text-align: center;
  width:100%;
  height: 100% !important;
  color: #888;
  margin: 2px 0px 20px 0px;
  transition: 0.4s;
 }
.section-padding{
	height: 25px;
	display: none;
}
/* Tasks */
.section-name-wrapper{
  text-align:left;
  height:40px;
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  margin: -20px 0px -16px 14px;
  cursor: pointer;
  transition: 1.4s;
}
.section-name{
  display: inline;
}
.edit-section{
  display: inline;
  margin-top: -28px;
  font-size: 18px;
  font-weight: normal;
  color: #c8c8c8;
  display: none;
  transition: 1.4s;
}
.section-name:hover ~ .edit-section{
    transition: 1.4s;
    display: inline;
}
.start-survey-wrapper{

}
.task_wrapper{
    position: relative;
    text-align: left;
    color: #222;
    border-top: 1px solid #ebebeb;
    white-space: normal;
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 3px 15px;
    margin:  5px 0px;
    left: 0px;
    cursor: pointer;
    caret-color: red;

}
.task_wrapper:hover{
  border: none !important;
  background-color: #f8f8f8;
}
.task-title,.task-title-complete{
  margin-top:5px;
  font-size: 12pt;
  color: #313131;
  font-weight: 400;
  width: 230px;
  cursor: pointer;
}
.task-title, .task-title-complete{
  white-space: nowrap;
  width:230px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.task-title:hover{
 color: #333;
}
.task-title-complete{
  color: #999;
}
.eisen{
  position: absolute;
  margin-top: -5px;
  width: 95%;
  font-size:11px;
  color: #888;
  text-align: right;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
}
.task-owner-profile, .task-owner{
   position: absolute;
   top: 10px;
   left: 256px;
   height: 21px;
   width: 21px;
   border-radius: 50%;
   display: inline-block;
   text-align: center;
   padding: 3px 0px;
   font-size: 10px;
   color: #fff;
}
.task-owner{
  position: relative;
  top: -1px;
  left: 92%;
  height: 30px;
  width: 30px;
  padding: 5px 0px;
  font-size: 10pt;
}
.task-status, .task-status-unread{
  position: absolute;
  top: 12px;
  left: 306px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background-color: #7fc8bf;
  background-color: #fff;
  border: 2px solid #e8e8e8;
}
.task-status-unread{
  background-color: #85C9C0;
}

.task-repeat{
  position: absolute;
  top: 10px;
  left: 284px;
  width: 20px;
  height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #c8c8c8;
  cursor: pointer;
}
.more-tasks-wrapper{
  margin-bottom: 5px;
}
.more-tasks-btn{
 padding: 2px 5px;
 border: 1px solid #f8f8f8;
 background: #fff;
 font-size: 14px;
 color: #e8e8e8;
 cursor: pointer;
 text-decoration: none !important;
 transition: transform 0.5s;
}
.more-tasks-btn:hover{
	color: #d8d8d8;
}
.task-move-dropdown{
  position: absolute;
  left: 312px;
  text-align: center;
  top: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #ababab;
  cursor: pointer;
  width: 20px;
}

.when{
  font-size: 11pt;
  color: #818181;
  weight: 400;
  text-align:right;
  width: 95%;
 }

.tag-wrapper{
  margin-left: 18px;
  margin-top: 32px;
  text-align: left;
  font-size: 14px;
  color: #3b3b3b;
}
.tag-description{
  line-height: 1.2;
}
.tag-pills{
  font-size: 16px;
  padding-bottom: 2px;
  line-height: 1.8;
}


.task-questions{font-size: 12pt; font-family: roboto;}
.tag-badge{
  color: #888 !important;
  font-weight: 400 !important;
  transition: 0.8s;
  border: 1px solid #bbb;
}
.tag-badge:hover{
  color: #222 !important;
  background-color: #e8e8e8;
   border: 1px solid #bbb;
  //border: 1px solid #3496d5;
}
.selected-badge{
  background-color: #e8e8e8 !important;
 // border: 1px solid #3496d5;
  border: 1px solid #bbb;
  font-weight: 400 !important;
  color: #222;
  transition: 0.8s;
  //padding: 0.38em .4em !important;
}
.selected-badge:hover{
  background-color: #fff !important;
  color: #3b3b3b !important;
  border: 1px solid #d9d9d9;
}
/* Dropdown menu */
.task-dropbtn {
 transition: 0.5s;
}

/* Dropdown Content (Hidden by Default) */
.list-dropdown-menu, .assistant-dropdown {
  display: none;
  top: 60px;
  left: 150px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 300;
  transition: 0.5s;
}
.assistant-dropdown{
  top: 30px;
}

/* Links inside the dropdown */
.list-dropdown-menu a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  vertical-align: top;
  transition: 0.5s;
}

.task-dropdown{
  position: absolute;
  float: right;
  text-align: left;
  display: none;
  margin-top:10px;
  right: 17px;
  background-color: #fff;
  width: 160px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  z-index: 99;
  transition: 0.5s;
}
.task-dropdown-title{
  padding: 8px 10px;

}
.task-dropdown-close{
  font-size:14px !important;
  padding: 10px 6px !important;
}
.task-dropdown a {
  color: #333;
  padding: 8px 10px;
  border-top: 1px solid #e8e8e8;
  text-decoration: none;
  display: block;
  transition: 0.5s;
}

.task-dropdown a:hover {background-color: #f8f8f8; text-decoration: none; color: #222;}

.list-dropdown{
  margin-left: 220px;
  width: 100px;
  height: 20px;
}
/* Change color of dropdown links on hover */
.list-dropdown a:hover {background-color: #f1f1f1; text-decoration: none; color: #222;}

/* Show the dropdown menu on hover */
.list-dropdown:hover > .list-dropdown-menu{
  display: block;
  transition: 0.5s;
}

@media(hover: hover) and (pointer: fine) {
  .list-dropdown:hover > .list-dropdown-menu{
    display: block;
    transition: 0.5s;
  }
}
.task-menu-dropdown{
  position: absolute;
  background: red;
}

/* Range Sliders */
input[type=range] {
  -webkit-appearance: none;
  width: 90%;
  margin: 26px 0px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #d9d9d9;
  border-radius: 5px;
}
input[type=range]::-webkit-slider-thumb {
  -moz-box-shadow: 3px 2px 4px rgba(38, 38, 38,1);
  -webkit-box-shadow : 3px 2px 4px rgba(38, 38, 38,.7);
  box-shadow: 3px 2px 4px rgba(38, 38, 38,.7);
  border: 2px solid #999;
  height: 28px;
  width: 32px;
  //border-radius: 50%;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;

}
input[type=range]:hover::-webkit-slider-thumb {
  transition: 1.3s;
  background: #2fa2b8;
  border: 2px solid #2fa2b8;
  opacity: 0.9;
}
input[type=range]:hover::-webkit-slider-runnable-track {
  transition: 1.8s;
  background: #2fa2b8;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #d9d9d9;
  border-radius: 5px;
}
input[type=range]::-moz-range-thumb {
  -moz-box-shadow: 3px 2px 4px rgba(38, 38, 38,1);
  -webkit-box-shadow : 3px 2px 4px rgba(38, 38, 38,.7);
  box-shadow: 3px 2px 4px rgba(38, 38, 38,.7);
  border: 2px solid #999;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}

input[type=range]:hover::-moz-range-thumb {
  transition: 1.3s;
  background: #2fa2b8;
  border: 2px solid #2fa2b8;
}
input[type=range]:hover::-moz-range-track {
  transition: 1.8s;
  background: #2fa2b8;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #8d8a86;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}



.add-task, .optimize{
    position:relative;
    color: #337ab7;
    font-size: 14px;
    font-weight: normal;
    top:-20px;
    left: 220px;
    width:50px;
    height:20px;
    cursor: pointer;
    transition: 0.4s;
}
.add-task:hover{color:#337ab7;}
.optimize{
  left: 20px;
  top:-40px;
}
.optimize:hover{color:#337ab7;}

.added{
    visibility: hidden;
    font-size: 11px;
    color: #888;
    margin-left: 8px;
}
/* List Best day */
.promo-over-list-wrapper{
  position:absolute;
  background-color: #e8e8e8;
  height: 390px;
  width: 279px;
  top: 251px;
  left: 50%;
  word-spacing: -1px;
  z-index:99;
  border-radius: 7px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promo-next-to-list-wrapper{
  position: absolute;
  display: none;
  background-color: #f2f2f2;
  left: 50%;
  top: 221px;
  left: 500px;
  height: 380px;
  width: 280px;
  text-align: center;
  word-spacing: -1px;
  z-index:99999;
   border-radius: 7px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-box-shadow: 2px 3px 5px #b8b8b8;
  -webkit-box-shadow : 2px 3px 5px #b8b8b8;
  box-shadow: 2px 3px 5px #b8b8b8;
}
.promo-list-inner{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  word-spacing: -1px;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  white-space: pre-line;
  line-height: 1.2;
  width: 190px;
  z-index: 9999;
}
.promo-graphic{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.promo-icon{
	position: relative;
	margin-left: auto;
    margin-right: auto;
    width:50px;
	margin:0 auto;
	font-size: 38px;
	color: #7cc8e7;
}
.drag-icon{
	text-align: center;
	font-size: 36px;
	color: #7cc8e7;
}
.promo-close{
 position: absolute;
 font-size: 16px !important;
 right: 7px;
 top: 5px;
}
.promo-title{
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
.promo-body{
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}

.bestday-space{
  height: 6px;
}
.promo-backdrop {
    position: fixed;
    display: none;
    opacity:0.65;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.best-day-wrapper{
 position:absolute;
 display:inline-block;
 display: none;
 background:#fafafa;
 z-index: 99;
 border-radius: 6px;
 left: 346px;
 margin-top: 18px;
 width: 180px;
 min-height: 220px;
 z-index: 999;
}

.best-day-alert{
 position: absolute;
 display: inline-block;
 display: none;
 background: #f2f2f2;
 z-index: 999;
 border-radius: 6px;
 left: 346px;
 margin-top: -88px;
 width: 180px;
 height:100%;
}
.best-day-arrow{
margin-top: 16px;
font-size: 36px;
font-weight: 800;
color: #269ede;
text-align: left;
}
.best-day-heading, .best-day-msg{
position: relative;
font-size: 15px;
font-weight: 500;
width: 95%;
max-width: 145px;
margin: 0 auto;
color: #222;
padding: 3px;
text-align: left;
white-space : normal;
}
.best-day-msg{
font-size: 15px;
font-weight: 300;
color: #222;
}
/* Modal Stuff */
.btn-right{
  position: relative;
  left: 85%;
  cursor: pointer;
}
tags-input .tags{
padding:4px !important;
}

/* SideBar */
.sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #f6f8f9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sideMenuTitle{
  position:absolute;
  top: 14px;
  font-size: 16px;
  color: #818181;
  padding: 8px 8px 8px 32px;
}
 .sideMenu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.mobileMenu{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
 .sideMenu .sideMenuClosebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.help-alert, .optimize-alert, .optimize-false{
position: absolute;
display: none;
margin-left: -30px;
margin-top: -10px;
text-align: left;
word-wrap: break-word;
color: #fff;
width: 260px;
height: 60px;
background: #2ba4dd;
border-radius: 5px;
-moz-box-shadow: 15px 30px 30px #b8b8b8;
 -webkit-box-shadow : 15px 30px 30px #b8b8b8;
 box-shadow: 15px 30px 30px #b8b8b8;
z-index: 999;
}
.optimize-alert, .optimize-false{margin-left: -3px;}
.optimize-false{height: 44px;}
.help-alert{
 min-height: 75px;
}
.popup{
 height: 65px;
}
.popup{
position: absolute;
display: none;
margin-left: 9px;
margin-top: -27px;
text-align: left;
word-wrap: break-word;
color: #888;
width: 312px;
height: 345px;
background: #fff;
//border-radius: 5px;
border: 1px solid #f8f8f8;
//border: 1px solid rgb(51, 122, 183);
-moz-box-shadow: 2px 3px 7px #b8b8b8;
 -webkit-box-shadow : 2px 3px 7px #b8b8b8;
 box-shadow: 2px 3px 7px #b8b8b8;
z-index: 999;
}
.popup-close-wrapper{
 position: absolute;
 left:294px;
 font-size: 15px;
 color: #6c6c6c;
 cursor: pointer;
}

.popup-icon{
 position: relative;
 margin: 12px 17px;
 width: 32px;
 font-size: 23px;
 color: #269ede;
 font-weight: 300!important;
}
.popup-heading{
 position: relative;
 top: 15px;
 left: 18px;
 font-size: 15px;
 font-weight: 500;
 color: #3d3d3d;
 width: 270px;
}
.popup-task-wrapper{
margin-top: 27px;
margin-left: auto;
margin-right: auto;
width: 95%;
height: 190px;
background: #f8f8f8;
overflow-y: auto;
}
.popup-task-msg {
    position: relative;
    margin-left: 20px;
    margin-right: auto;
    overflow-wrap: break-word;
    background: #fff;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    padding: 1rem;
    width: 90%;
}
.popup-note-msg {
    position: relative;
    margin-left: 7px;
    margin-right: auto;
	word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    background: #fff;
    font-size: 14px;
	font-weight: 300;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    padding: 1rem;
    width: 95%;
    color: #252525;
}
.popup-create-msg-wrapper {
    overflow: auto;
    font-size: 20pt;
    color: #313131;
    text-align: right;
    margin-top: 42px;
}
.popup-create-msg {
    position: absolute;
    bottom: 17px;
	margin-left: 9px;
    cursor: text;
    text-decoration: none;
    overflow-y: auto;
	word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: left;
    font-size: 14px;
    padding: 10px 10px 10px 9px;
	width: 294px;
    min-height: 40px;
    max-height: 227px;
    background: #fff;
	outline: 0px solid transparent;
    border-top: 1px solid #efefef;
   // border-right: 1px solid #e8e8e8;
    margin-bottom: 47px;
}
.popup-note-paperclip {
    position: absolute;
    left: 92%;
    top: 3px;
    color: #c8c8c8;
}

.popup-text-wrapper{
margin-top: -20px;
margin-left: auto;
margin-right: auto;
width: 95%;
height: 177px;
background: #f8f8f8;
overflow-y: auto;
}
textarea.popup-textarea{
	width: 294px;
	border: 1px solid #dcdcdc;
	padding: 5px;
	height: 165px;
 	resize: none;
	overflow: auto;
}

.alert-icon{
 position: relative;
 margin: 11px 10px;
 width: 32px;
 font-size: 28px;
 color: #f9f9f9;
 font-weight: 300!important;
}

.popup-button-wrapper{
 position: relative;
 top: 12px;
 left: 18px;
 font-size: 14px;
 font-weight: 300;
 width: 96%;
}
.popup-btn{
 border-color: #c8c8c8!important;
 color: #797979 !important;
 font-weight: 400 !important;
 //padding: 0.17rem .5rem !important;
 //font-size: 12px !important;
 //margin: 19px 21px;
}
.popup-btn:hover{
	color: #fff!important;
}
.alert-msg, .optimize-msg{
 position: relative;
 top: -53px;
 left: 55px;
 font-size: 14px;
 font-weight: 300;
 width: 95%;
}
.alert-btn{
 border-color: #c8c8c8!important;
 color: #d8d8d8 !important;
 font-weight: 300 !important;
 //padding: 0.17rem .5rem !important;
 //font-size: 12px !important;
 //margin: 19px 21px;
}
.alert-msg{
 position: relative;
 top: 15px;
 left: 20px;
 width: 250px;
 word-wrap: break-word;
}
.optimize-msg{
 position: relative;
 top: 12px;
 left: 25px;
 width: 180px;
 word-wrap: break-word;
}
.close-event{
  position: absolute;
  color: #fff;
  font-size: 15px;
  top: -2px;
  right: 5px;
}
.new_task{
position: absolute;
display: inline-block;
margin-left: 40px;
margin-top: 93px;
text-align: left;
}

.new_list{
position: absolute;
display: inline-block;
right: 12%;
margin-top: 0px;
}

.drag_drop{
position: absolute;
display: inline-block;
margin-left: 45px;
margin-top: 156px;
}

.optimize-now{
position: absolute;
display: inline-block;
margin-left: -140px;
margin-top: -6px;
}
.display-mobile-only{display: none;}
@media only screen and (max-width: 768px) {
   .list-navigate .left-control, .list-navigate .right-control{display: none;}
   .highLight{margin-top: 15px;}
   .display-mobile-only{display: inline-block;}
  }

  .container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px;
  }
  .task-owner{left: 83%;}

}
