body,
button,
input,
select,
textarea {
    color: #101010;
    line-height: 20px;
    word-wrap: break-word;
}

h3 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 18px;
}

p {
    line-height: 24px;
    font-size: 16px;
}

a {
    text-decoration: none !important;
    color: #333;
}


/* ul{padding-left: 0;} */

body {
    background: #fafbfc;
    font-family: 'Muli' !important;
    /* background:#fafbfc; font-family: 'Mulish', sans-serif; */
    /* font-family: Helvetica, "Helvetica Neue"; */
}


/* @import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap'); */


/*@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/


/* @font-face {
    font-family: HelveticaNeueBold;
    src: url(fonts/HelveticaNeueBold.otf);
}

@font-face {
    font-family: HelveticaNeueLight;
    src: url(fonts/HelveticaNeueLight.ttf);
}

@font-face {
    font-family: HelveticaNeueThin;
    src: url(fonts/HelveticaNeueThin.ttf);
}

@font-face {
    font-family: HelveticaNeueMedium;
    src: url(fonts/Helvetica85Heavy_22449.ttf);
} */

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.float-right {
    float: right;
}

.panel-icon {
    margin-right: 25px;
}

.main-content {
    margin-left: 110px;
    max-width: 100%;
    overflow: hidden;
    background: #101010;
    height: 100vh;
}

.profilmenu .tlicon img {
    margin-right: 20px;
}

.tl-list {
    filter: invert(70%);
    width: 20px;
}

.inline-block {
    display: inline-block;
}

.btn-default.btn-top {
    color: #333;
    background-color: #fcfcfc;
    border-color: #f1f1f1;
}

.prof-baner {
    position: relative;
}

.user-profile {
    position: absolute;
    top: 15%;
    left: 47%;
    right: 4%;
}

.user-profile .prof-name {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.user-profile .prof-dtl {
    color: #ffffffb8;
    font-size: 14px;
}

.user-Aboard {
    position: absolute;
    top: 15%;
    left: 47%;
    right: 4%;
}

.user-Aboard .Welcome-name {
    color: #101010;
    font-weight: 600;
    font-size: 18px;
}

.user-Aboard .title-dtl {
    color: #9E9E9E;
    font-size: 15px;
}

.ToDo-List {
    border: 1px solid #ebebeb;
    border-radius: 8px;
}

.ToDo-List .ToDo-List-Head {
    background: #f6f7f9;
    padding: 10px 30px;
    border-bottom: 1px solid #ebebeb;
}

.ToDo-List .ToDo-List-Head h4 {
    font-weight: 600;
    font-size: 16px;
}

.list-body {
    background: #fcfcfc;
}

.blank-list {
    padding: 70px 10px;
}

.blank-list p {
    margin-top: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #9E9E9E;
}

.ToDo-List .ToDo-List-Head .plus-icon {
    color: #1fae90;
    font-size: 18px;
}

.edit-icon {
    text-align: right;
    padding-right: 15px;
    color: #1fae90;
    font-size: 20px;
}

.welcome-img .proimg {
    position: absolute;
    top: 29%;
    left: 15%;
    width: 72px;
    border-radius: 50%;
}

.welcome-img .circle-border {
    position: absolute;
    left: 10%;
    top: 17%;
    width: 125px;
}


/* .welcome-img{} */

.prof-percent {
    position: absolute;
    top: 44%;
    left: 6%;
    font-weight: 600;
}

.aboard-sec {
    background: #ecf7fd;
    min-height: 170px;
    border-radius: 10px;
}

.title-heading h4 {
    font-weight: bold !important;
    font-size: 20px;
    line-height: 25px;
}

.title-heading .chevron-icon {
    color: #1fae90;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.title-heading .chevron-icon i {
    font-size: 20px;
}

.panel-container .panel-tasklist {
    padding-left: 0px;
    position: relative;
    margin-bottom: 25px;
    list-style-type: none;
    border-radius: 15px;
    background-color: #fff;
}

.panel-container .panel-tasklist li:first-child {
    border-radius: 2px 2px 0px 0px;
}

.panel-container .panel-tasklist li {   
    border-bottom: solid 1px #EBEBEB;
}

.panel-container{
    border-radius: 20px !important;
}

.panel-container .panel-tasklist li .taskDueDate {
    position: absolute;
    left: -106px;
    background: #f2f2f2;
    padding: 10px 0;
    top: 0px;
    color: #9a9ea2;
    margin-top: 10px;
    text-align: right;
    width: 90px;
    z-index: 9;
    font-size: 13px;
}

.panel-container .panel-tasklist li .taskDueDate .dateRing {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f2f6fa;
    position: absolute;
    right: -22px;
    top: 12px;
}

.panel-container .panel-tasklist li:first-child:last-child {
    border-bottom: none;
}
.panel-container .panel-tasklist li .taskBox {
    padding: 15px 15px 15px 5px;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.panel-container .panel-tasklist li .control {
    font-size: 14px;
    padding-left: 4px;
    float: left;
    margin-top: 1px;
}

.control {
    display: block;
    position: relative;
    padding: 5px 0px;
    padding-left: 30px;
    cursor: pointer;
    color: #727272;
}

.panel-container .panel-tasklist li .taskBox .priority.none {
    background-color: #bfbfbf;
}

.panel-container .panel-tasklist li .taskBox .priority.high {
    background-color: #e94813;
}

.panel-container .panel-tasklist li .taskBox .priority.low {
    background-color: #1ab394;
}

.panel-container ul li .taskBox .priority.medium {
    background-color: #e9c813;
}

.panel-container .panel-tasklist li .taskBox .priority {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: 14px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.panel-container .panel-tasklist li .taskBox .control__indicator {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    top: 4px;
    border: solid 2px;
}

.control__indicator {
    position: absolute;
    top: 10px;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #1D4F3A;
    border-radius: 2px;
}

.panel-container .panel-tasklist li .taskBox p {
    /* width: 89%; */
    margin-top: 1px !important;
    float: left;
}

.panel-container .panel-tasklist li .taskBox p a {
    color: #101010;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.control input:checked~.control__indicator {
    background: #1D4F3A;
    border: 1px solid #1D4F3A !important;
}

.panel-container .panel-tasklist li .taskBox .control--checkbox .control__indicator:after {
    left: 8px;
    top: 4.5px;
    width: 5px;
    height: 10px;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.panel-container .panel-tasklist li .taskBox .taskInfo {
    position: relative;
    /* right: 72px; */
    /* margin-right: 4px; */
    cursor: pointer;
    /* margin-top: 7px; */
    height: 30px;
    z-index: 1;
}

.profilmenu i {
    color: #89959e;
}

.profilmenu .cl-date {
    padding-right: 15px;
    color: #89959e;
    font-size: 12px;
}

.taskBox .line-through {
    text-decoration: line-through;
}

.taskBox .line-through a {
    text-decoration: line-through;
    color: #89959e !important
}

.taskadd-footer {
    padding: 18px 20px;
    text-align: center;
    color: #89959e;
}

.taskadd-footer a {
    color: #89959e;
    font-size: 14px;
    font-weight: 500;
}

.box .fa-users {
    font-size: 20px;
    color: white;
}

.white-card {
    background: white;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #ddd;
    margin-bottom: 20px;
}

.white-card .file-icon {
    font-size: 25px;
}

.white-card .file-text {
    font-size: 14px;
    color: #89959e;
}

.white-card .white-card-body {
    padding: 20px;
}

.white-card .white-card-footer {
    padding: 10px 20px;
    border-top: 1px solid #eee;
    color: #89959e;
}

.white-card .readmore {
    font-size: 12px;
    font-weight: 600;
}

.white-card-footer li {
    font-size: 10px;
}

.white-card .white-card-footer ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.white-card .white-card-footer ul li {
    display: inline-block;
    list-style-type: none;
}

.white-card-footer li .clippaper {
    padding: 0px 40px;
}

.white-card .card-title {
    font-size: 15px;
    font-weight: 600;
}

.white-card .meeting-dtl ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.white-card .meeting-dtl ul li {
    display: inline-block;
    list-style-type: none;
    color: #89959e;
    font-size: 12px;
    margin-right: 20px;
}


/* Tasks Page*/

.task-tab {
    background: #1fae90;
    padding: 20px;
    border-radius: 4px;
}

.task-tab .task-tab-ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
    display: inline-flex;
    padding: 5px 0px;
}

.task-tab ul li {
    float: left;
}

.task-tab ul li a {
    display: inline-block;
    color: #d8e7ee;
    margin-right: 50px;
    font-weight: 500;
}

.task-tab .task-no {
    background: #d8e7ee;
    padding: 2px 12px;
    border-radius: 15px;
    font-weight: 500;
    margin-right: 10px;
    color: #1fae90;
}

.task-tab ul li.active a {
    color: #fff;
}

.task-tab ul li.active .task-no {
    color: #1fae90;
    background: #fff;
}

.profilmenu .usr-img {
    width: 30px;    
    height: 30px;
    border-radius: 50%;
    /* margin-right: 15px; */
}

.task-tab .task-tab-ul li .my-dropdown>li>a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin-right: 0px;
}

.task-tab .task-tab-ul li .my-dropdown>li {
    float: none;
    /* border-bottom: 1px solid #eee; */
}

.task-tab .task-tab-ul li .my-dropdown>li .tt-no {
    float: right;
    margin-right: 0px;
    background: #d8e7ee;
    color: black;
    padding: 0px 12px;
    border-radius: 15px;
    font-weight: 500;
}

.right-panel {
    text-align: right;
}

.left-panel {
    float: left;
}

.left-panel a {
    font-weight: 600;
    color: #333;
}


/* Dropdown List*/

.my-dropdown>li {
    border-bottom: 1px solid #E4E4E4;
}

.my-dropdown>li>a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin-right: 0px;
}

.my-dropdown:before {
    content: '';
    background-color: transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    top: -15px;
    right: 15px;
}
.teamadd .my-dropdown:before {
    content: '';
    background-color: transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    top: -15px;
    right: 27px;
}
.my-dropdown {
    border: none;
    padding: 0px 0;
    border-radius: 4px;
  
}


/* ======================== */

.calendar table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.calendar td,
th {
    padding: 5px;
    text-align: center;
}

.calendar td:hover {
    background-color: #E6E6E6;
    border-radius: 15px;
}

.calendar th {
    font-weight: 400;
    border-bottom: 1px solid #E6E6E6;
    font-size: 12px;
}

.month-switcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


/* .calendar {} */

.calendar #prev,
#next {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
}

.calendar #prev::after {
    content: '<';
}

.calendar #next::after {
    content: '>';
}

.plr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.task-overview>li {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 10px 0;
}

.task-overview {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.modal-header .close:focus {
    outline: none;
}

.datepicker {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 230px;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    align-items: center;
}

.uni-popup .modal-header {
    border-bottom: 1px solid #e5e5e5;
    background: #f6f7f9;
}

.modal-content {
    border-radius: 0px;
}

.uni-popup .modal-body {
    padding: 0;
}

.modal-top-header {
    padding: 12px 12px 7px 12px;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f7f9;
}

.modal-top-list {
    background: white;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #89959e;
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-flex;
}

.taskrow {
    height: 100%;
    display: flex;
}

.filter-tab .taskrow .filte-left {
    width: 40%;
    background: #fafbff;
}

.taskleftcol {
    width: 60%;
    float: left;
    padding: 30px;
    background: #fff;
}

.taskRightcol {
    width: 40%;
    background: #f6f7f9;
    padding: 25px;
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 0px;
}

.user-icon {
    border: 1px solid #ddd;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 10px;
}

.assign-taskddl .dropdown-item {
    padding: 7px 10px;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 600;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    position: relative;
}

.assign-taskddl .assign-list i {

    float: right;
    background: #028090;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 15px;
}

.taskBox .profilmenu  .user-blank {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    /* margin-right: 10px; */
    background: #1D4F3A;
    color: white;
    font-size: 12px;
    display: inline-block;
}
.moreinvitees{    margin-right: 10px;}
.task-hilight {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-right: 10px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
}

.ddlarrow {
    position: absolute;
    right: 0;
    top: 10px;
    color: #89959e;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

#ui-datepicker-div:before {
    content: '';
    background-color: transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    top: -15px;
    right: 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    /* font-size: 0.75rem; */
    font-weight: 400;
    color: #101010;
}

.ui-datepicker-calendar tbody td {
    width: 37px;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 50%;
    line-height: 37px;
    transition: 0.3s all;
    color: #546E7A;
    /* font-size: 0.875rem; */
    text-decoration: none;
    font-weight: 500;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    /* background-size: 0.5rem; */
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    /* background-size: 10px; */
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 10px;
    /* font-size: 0.875rem; */
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.attch-file {
    border: 1px solid #c3c3c3;
    width: 90px;
    height: 90px;
    border-radius: 4px;
    text-align: center;
    line-height: 90px;
    color: #e5e5e5;
    float: left;
    margin-right: 15px;
}


/*Copied from bootstrap to handle input file multiple*/


/*Also */

.btn-success {
    border: 1px solid #c5dbec;
    background: #d0e5f5;
    font-weight: bold;
    color: #2e6e9e;
}


/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.thumb {
    height: 80px;
    width: 80px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

ul.thumb-images li {
    /* width: 120px; */
    float: left;
    display: inline-block;
    vertical-align: top;
    /* height: 120px; */
    padding: 0px 10px;
    margin-bottom: 15px;
}

ul.thumb-images {
    padding-left: 10px;
}

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #d0e5f5;
    padding: 5px 2px 2px;
    color: #101010;
    font-weight: bolder;
    cursor: pointer;
    opacity: 0.5;
    font-size: 23px;
    line-height: 10px;
    border-radius: 50%;
}

.img-wrap:hover .close {
    opacity: 1;
    background-color: #ff0000;
}

.FileNameCaptionStyle {
    font-size: 12px;
    display: none;
}

.label-name {
    position: relative;
    left: 35px;
    top: 7px;
    color: #9E9E9E;
}

.assign-user ul {
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
}

.assign-user ul li {
    display: inline-block;
    list-style-type: none;
    color: #89959e;
    font-size: 12px;
    margin-right: -10px;
}

.assign-user ul li img {
    width: 35px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.assign-user-blank {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    background: #028090;
    color: white;
    font-size: 12px;
}

.assign-user {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}


/* Range Slider */

.slidecontainer {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slidecontainer p {
    /* font-weight: 500;
    font-size: 15px; */
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #028090;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #028090;
    cursor: pointer;
}

.status-list {
    position: relative;
    top: -5px;
    left: 12px;
}


/* bootstrap-vertical-tabs  */

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 0px;
}

.filter-tab .taskrow .nav-tabs>li>a:hover {
    border-color: transparent;
}

.filter-tab .taskrow .tabs-left .nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.filter-tab .taskrow .filte-left {
    width: 40%;
    background: #fafbff;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 0px;
}

.tabs-left>li {
    margin-right: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: transparent;
    border-left-color: transparent;
}

.filte-left .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: transparent;
    border-bottom-color: transparent;
}

.tabs-left>li>a {
    margin-right: 0;
    display: block;
    border: none;
    font-weight: 600;
    color: #555;
    padding: 15px 20px;
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

/* .sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
} */

.sideways>li>a {
   
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.sideways.tabs-left {
    left: -50px;
}

.sideways.tabs-right {
    right: -50px;
}

.sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.period .checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}

.period .checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
}

.period .checkbox input[type=checkbox],
input[type=radio] {
    margin: 0px 0 0;
    line-height: normal;
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
    width: 20px;
    height: 20px;
}

.ut-icon {
    color: #89959e;
    margin-left: 20px;
}

.ut-load {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    background: #f6f7f9;
    margin-top: 110px;
    text-align: center;
    color: #89959e;
}

.comment-wrapper {
    margin: 0px;
    padding: 0px;
}

.comment-wrapper li {
    list-style-type: none;
}

.single-comment {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.activiti-list {
    padding: 10px 0;
    border-bottom: 1px solid #e3e8ee;
}

.activiti-list li {
    list-style-type: none;
}

.activiti-content {
    margin-left: 45px;
    position: relative;
    font-size: 15px;
}

.activiti-author {
    font-weight: 600;
    color: #028090;
}

.comment-wrapper li.activiti-list:last-child {
    border-bottom: 0;
}

.activiti-date {
    color: #4e566d;
    font-size: 12px;
    font-weight: 500;
}

.activiti-content p {
    font-weight: 500;
    font-size: 15px;
}

.bgcolor1 {
    background: #fef2f2;
}

.bgcolor2 {
    background: #e7f5f5;
}

.avataricon img {
    float: left;
    width: 35px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    height: 35px;
}

.comment-content {
    margin-left: 45px;
    position: relative;
    padding-right: 25px;
    font-size: 15px;
}

.postContent {
    margin-bottom: 5px;
}

.comment-content .comment-author {
    font-weight: 600;
    color: #101010;
    font-size: 15px;
}

.comment-content .comment-date {
    color: #4e566d;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    margin-left: 10px;
}

.comment-content .comment-text {
    margin-bottom: 0;
    font-size: 15px;
    color: #4e566d;
    font-weight: 500;
}

.comment-wrapper .single-comment:hover .commentOption a {
    visibility: visible;
}

.commentOption .iconHover {
    color: #697386;
    cursor: pointer;
    visibility: hidden;
    width: 24px;
    height: 24px;
    top: 0px;
    text-align: right;
}

.commbox {
    border-radius: 30px;
    height: 45px;
    padding-right: 60px;
}

.btngroup {
    position: relative;
}

.commbtn {
    border: none;
    position: absolute;
    right: 15px;
    top: 3px;
    font-size: 20px;
    background: transparent;
}

.comment_form .btn.active,
.comment_form .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: none;
}

.b-line {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

.tk-icon {
    float: left;
    padding-right: 5px;
}

.tk-icon {
    position: relative;
    color: #4e566d;
    margin-right: 5px;
}

.task-desc {
    padding-left: 34px;
    color: #4e566d;
    font-size: 14px;
    padding-top: 15px;
    cursor: pointer;
}

.aboutt {
    font-weight: 600;
    font-size: 15px;
}

.tk-icon i {
    font-size: 20px;
    color: #e9c813;
}

.task-desc p {
    font-size: 14px;
    font-weight: 500;
}


/* ==================== */


/* Tabs panel */


/* .tabbable-panel {} */

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
    font-weight: 500;
    font-size: 14px;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}


/* .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover { */


/* border-bottom: 4px solid #fbcdcf; */


/* } */

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 1px solid #1D4F3A;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a,
.tabbable-line>.nav-tabs>li.active>a:focus,
.tabbable-line>.nav-tabs>li.active>a:hover {
    color: #1D4F3A !important;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #101010;
    font-weight: 600;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -2px;
    background-color: transparent;
    border: 0;
    border-top: 3px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

.moreOption {
    position: absolute;
    right: 0;
}


/* Custom checkbox Button */


/* .square-checkbox .control__indicator { height: 25px;  width: 25px; border-radius: 50%; top: 4px;} */

.square-checkbox .control__indicator {
    position: absolute;
    top: 10px;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
}

.square-checkbox .control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
}

.square-checkbox .control input:checked~.control__indicator:after {
    display: block;
}

.square-checkbox .control--checkbox .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.square-checkbox .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.square-checkbox .control__indicator {
    height: 22px;
    width: 22px;
    top: 4px;
}

.square-checkbox .control input:checked~.control__indicator {
    background: #028090;
    border: 1px solid #028090;
}

.at-serch {
    background: #f6f7f9;
    border: none;
}

.th-input textarea {
    border: none;
}

.th-input {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filte-left .fa-checked {
    color: #b9b9b9;
    font-size: 10px;
}

.th-footer {
    background: #f8f9fa;
    padding: 10px;
    min-height: 52px;
}


/* toggle btn */


/* .df-switch {} */

.btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 19px;
    width: 4rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #028090;
    top: 20px;
    right: 10px;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: 'Live';
    left: -5rem;
    color: #333333;
    font-weight: 600;
}

.btn-toggle:after {
    content: 'Done';
    right: -5rem;
    opacity: 0.5;
    color: #333333;
    font-weight: 600;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: -2px;
}

.btn-toggle.active>.inner-handle {
    background-color: #BD4053;
}

.btn-toggle.active>.handle:before {
    background-image: radial-gradient(circle at center, #F47280 5px, transparent 5px);
}

.btn-toggle>.handle {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    transition: left 0.25s;
    border: 1px solid #ccc;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 2.4175rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
    color: #333333;
}

.btn-toggle.active {
    background-color: #028090;
    box-shadow: none;
}


/* ================================ */


/*  -------******** big device ********---------- */

@media screen and (min-width:1350px) and (max-width:1920px) {}

@media screen and (min-width:1025px) and (max-width:1300px) {}


/*  ----------******** End of laptop device ********-------------- */

@media screen and (min-width: 901px) and (max-width: 1024px) {}

@media screen and (min-width: 651px) and (max-width: 900px) {}


/*  ----------***** Mobile device *****--------- */

@media screen and (max-width: 650px) {}


/*  ---------***** End of Mobile device *****--------*/

@media screen and (min-width: 451px) and (max-width: 650px) {}

@media screen and (max-width: 450px) {}