#workarea {
    padding-top: 100px;
}
body {
  min-height: 100%;
}
.profile-img-container {
    position: relative;
    display: block; /* added */
    overflow: hidden; /* added */
}

.profile-img-container img:hover {
    opacity: 0.5
}
.profile-img-container:hover a {
    opacity: 1; /* added */
    top: 0; /* added */
    z-index: 500;
}
/* added */
.profile-img-container:hover a span {
    cursor: pointer;
    top: 80%;
    position: absolute;
    left: 0;
    right: 0;/*
    transform: translateY(-50%);*/
}
/* added */
.profile-img-container a {
    display: block;
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #3b8ab9;
}
.panel-login {
  border-color: #ccc;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
  color: #00415d;
  background-color: #fff;
  border-color: #fff;
  text-align:center;
}
.panel-login>.panel-heading a{
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
  color: #029f5b;
  font-size: 18px;
}
.panel-login>.panel-heading hr{
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.btn-login {
  background-color: #59B2E0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #53A3CD;
  border-color: #53A3CD;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-addDetails {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
}
.btn-addDetails:hover,
.btn-addDetails:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347;
}

.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59B2E0;
}
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}

.inputTask, .taskChat, .assignTask{
  cursor: pointer;
}

#taskTab > li > a {
  border-radius: 0;
  margin-right: 0;
}
#taskTab > li{
  width: 25%;
  text-align: center;
  cursor: pointer;
}

#addMoreOption{
    float: right;
    margin: 0px 15px;
    border-radius: 0;
    position: relative;
    padding: 2px 6px;
    height: 25px;
    text-align: center;
    color: #00a65a;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
}
#addMoreOption>i{
  margin-right: 2px;
  font-size: 15px;
}

#addMoreOptionSubTask{
    float: right;
    margin: 0px 15px;
    border-radius: 0;
    position: relative;
    padding: 2px 6px;
    height: 25px;
    text-align: center;
    color: #00a65a;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
}
#addMoreOptionSubTask>i{
  margin-right: 2px;
  font-size: 15px;
}

#addMoreOptionSubSubTask{
    float: right;
    margin: 0px 15px;
    border-radius: 0;
    position: relative;
    padding: 2px 6px;
    height: 25px;
    text-align: center;
    color: #00a65a;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
}
#addMoreOptionSubSubTask>i{
  margin-right: 2px;
  font-size: 15px;
}
.addMoreButton{
    float: right;
    margin: 0px 15px;
    border-radius: 0;
    position: relative;
    padding: 2px 6px;
    height: 25px;
    text-align: center;
    color: #00a65a;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
}
.addMoreButton>i{
  margin-right: 2px;
  font-size: 15px;
}
.removeThis{
    position: relative;
    float: right;
    margin-right: -18px;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}
.removeThisSubSubTask{
    position: relative;
    float: right;
    margin-right: -18px;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}
.removeThisSubTask{
    position: relative;
    float: right;
    margin-right: -18px;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}
.modal-title {
    text-align: center;
}

/* Progress Bars */
progress, progress[role] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-size: auto;
  height: 30px;
    width: 100%;
}
  
ul.skill-list {
  list-style: none;
    margin: 0;
    padding: 1em;
}

/* List item */
.skill {
  margin-bottom: 1em;
  position: relative;
  height: 
}

.skill label {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c84c01;
  height: 30px;
  padding: 0 10px;
  vertical-align: middle;
  display: table-cell;
  line-height: 30px;
    
}

.skill ::-webkit-progress-value {
  -webkit-animation: bar 2s ease-in;
  width: 0px;
}
  
progress[value]::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0.1);
}
    
.skill-list::-webkit-progress-value {
  background-color: #ef5b01;     
}
        
@-webkit-keyframes bar {
  0% {
    width: 0;
  }
}
@keyframes bar {
  0% {
    width: 0;
  }
}

.chooseInputOptionSubTask{
  cursor: pointer;
}

.chooseInputOptionSubSubTask{
  cursor: pointer;
}

.chooseInputOption{
  cursor: pointer;
}
.cardClick{
  cursor: pointer;
}
label.price{
    font-weight: 600;
    right: 9px;
    top: 5px;
    position: absolute;
    display: inline-block;
    padding-right: 6px;
    height: 34px;
    line-height: 35px;
    font-size: 23px;
    background: rgba(255, 220, 64, 0.7);
    margin: 0;
    cursor: pointer;
}
label.price:after{
    content: "\0024";
    position: absolute;
    cursor: pointer;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    padding-left: 6px;
    display: inline-block;
    line-height: 0;
    border-width: 17px;
    border-style: solid;
    border-color: rgba(255, 220, 64, 0.7) rgba(255, 220, 64, 0.7) rgba(255, 220, 64, 0.7) transparent;
}


.option-cb-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 7.33333px;
  right: 2px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  margin-right: 0.5rem;
  z-index: 1000;
}

.option-cb-input:hover { background: #9faab7; }
.option-cb-input:focus { outline: none !important; }

.option-cb-input:checked { background: #40e0d0; }

.option-cb-input:checked::before {
  width: 25px;
  height: 25px;
  position: absolute;
  content: '\2714';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 28px;
}

.option-cb-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-cb-input:focus {
  outline: none !important;
}
@-webkit-keyframes 
click-wave { 0% {
 width: 25px;
 height: 25px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 125px;
 height: 125px;
 margin-left: -80px;
 margin-top: -80px;
 opacity: 0.0;
}
}
@-moz-keyframes 
click-wave { 0% {
 width: 25px;
 height: 25px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 125px;
 height: 125px;
 margin-left: -80px;
 margin-top: -80px;
 opacity: 0.0;
}
}
@-o-keyframes 
click-wave { 0% {
 width: 25px;
 height: 25px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 125px;
 height: 125px;
 margin-left: -80px;
 margin-top: -80px;
 opacity: 0.0;
}
}
@keyframes 
click-wave { 0% {
 width: 25px;
 height: 25px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 125px;
 height: 125px;
 margin-left: -50px;
 margin-top: -50px;
 opacity: 0.0;
}
}

.invoiceRadio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 7.33333px;
  right: 2px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  margin-right: 0.5rem;
  z-index: 1000;
  border-radius: 50%;
}

.invoiceRadio:hover { background: #9faab7; }
.invoiceRadio:focus { outline: none !important; }

.invoiceRadio:checked { background: #40e0d0; }

.invoiceRadio:checked::before {
  width: 25px;
  height: 25px;
  position: absolute;
  content: '\2714';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
}

.invoiceRadio:checked::after {
  -webkit-animation: click-wave-r 0.65s;
  -moz-animation: click-wave-r 0.65s;
  animation: click-wave-r 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-rb-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 7.33333px;
  right: 2px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  margin-right: 0.5rem;
  z-index: 1000;
  border-radius: 50%;
}

.option-rb-input:hover { background: #9faab7; }
.option-rb-input:focus { outline: none !important; }

.option-rb-input:checked { background: #40e0d0; }

.option-rb-input:checked::before {
  width: 25px;
  height: 25px;
  position: absolute;
  content: '\2714';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
}

.option-rb-input:checked::after {
  -webkit-animation: click-wave-r 0.65s;
  -moz-animation: click-wave-r 0.65s;
  animation: click-wave-r 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-cb-input:focus {
  outline: none !important;
}
@-webkit-keyframes 
click-wave-r { 0% {
 width: 25px;
 height: 25px;
 border-radius: 50%;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 125px;
 height: 125px;
 border-radius: 50%;
 margin-left: -80px;
 margin-top: -80px;
 opacity: 0.0;
}
}
@-moz-keyframes 
click-wave-r { 0% {
 width: 25px;
 height: 25px;
 border-radius: 50%;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 125px;
 height: 125px;
 border-radius: 50%;
 margin-left: -80px;
 margin-top: -80px;
 opacity: 0.0;
}
}
@-o-keyframes 
click-wave-r { 0% {
 width: 25px;
 height: 25px;
 border-radius: 50%;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 125px;
 height: 125px;
 border-radius: 50%;
 margin-left: -80px;
 margin-top: -80px;
 opacity: 0.0;
}
}
@keyframes 
click-wave-r { 0% {
 width: 25px;
 height: 25px;
 border-radius: 50%;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 125px;
 height: 125px;
 border-radius: 50%;
 margin-left: -50px;
 margin-top: -50px;
 opacity: 0.0;
}
}


.range-slider {
  margin-top: 8px;
}

.range-slider {
  width: 100%;
  display: flex;
}

.range-slider__range {
  -webkit-appearance: none;
  width: 88%;
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 12%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
  margin-top: -10px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
